@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@2.0/nanumsquare.css);

* {
  font-family: "NanumSquare", sans-serif;
  box-sizing: border-box;
}

html,
body {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

#primary {
  width: 1100px;
}

#primary #main .entry-header {
  z-index: -1;
}

.reservation__wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.reservation__bg {
  width: 2000px;
}

.reservation__header {
  width: 1440px;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgb(203, 203, 203);
}

.reservation__header-title {
  border-bottom: 4px solid #1b5970;
  padding: 18px;
  color: #1b5970;
  font-weight: 600;
}

.reservation__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 140px;
}

.reservation__title {
  font-size: 45px;
  font-weight: 700;
}

.reservation__desc {
  font-size: 20px;
  text-align: center;
  color: #666666;
  line-height: 24px;
  line-height: 32px;
  margin-top: 22px;
}

.reservation__img {
  margin-top: 80px;
}

.reservation__circle {
  margin-top: 30px;
  margin-bottom: 30px;
}

.reservation__btnwrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}

.reservation__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 65px 0px 34px;
  width: 620px;
  background-color: #f5f8fa;
}

.reservation__titlewrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.reservation__btntitle {
  font-weight: 600;
  font-size: 25px;
}

.reservation__circlewrap {
  display: flex;
  align-items: center;
}

.reservation__btnflex {
  display: flex;
  align-items: center;
}

.reservation__btntype {
  width: 150px;
  text-align: center;
  padding: 16px;
  background-color: #919897;
  border-radius: 4px;
  color: white;
}

.reservation__line {
  width: 1440px;
  height: 1px;
  background-color: rgb(203, 203, 203);
  margin-top: 100px;
}

/* 온라인 상담 */

.onsulting__searchbox {
  width: 1300px;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding: 30px;
}

.onsulting__searchinput {
  height: 40px;
  border: 1px solid #969696;
  width: 400px;

  background-image: url("/img/searh_icon.png");
  background-repeat: no-repeat;
  background-position: 5px center;
  padding: 0px 5px 0 50px !important;
  /* background-image: url("../../../../img/main_map.png"); */
}

.onsulting__searchbtn {
  background-color: #555555;
  height: 40px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-left: 3px;
}

.onsulting__menuwrap {
  display: flex;
  width: 1100px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
  border-bottom: 1px solid black;
}

.flex-center {
  display: flex;
  align-items: center;
}

.onsulting__menuitem > img {
  width: 30px;
  margin-right: 8px;
}

.onsulting__menuitem > span {
  font-size: 15px;
}

.onsulting__board {
  display: flex;
  justify-content: center;
  width: 1300px;
  padding: 15px 0px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin-top: 20px;
}

.onsulting__board-title {
  flex: 1; /* 각 요소가 동일한 너비를 가지도록 함 */
  text-align: center; /* 텍스트를 가운데 정렬 */
  font-weight: bold;
}

.onsulting__board-item {
  flex: 1; /* 각 요소가 동일한 너비를 가지도록 함 */
  text-align: center; /* 텍스트를 가운데 정렬 */
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.onsulting__board-content {
  display: flex;
  justify-content: center;
  width: 1300px;
  padding: 15px 0px;
  border-bottom: 1px solid #6666;
}

.font-gray {
  color: rgb(109, 109, 109);
}

.item-title {
  flex: 2;
  text-align: left;
  justify-content: flex-start;
}

.answer {
  border-radius: 20px;
  padding: 3px;
  color: white;
  width: 80px;
}

.pagination {
  text-align: center;
  align-items: center;
  display: flex;
  margin-top: 80px;
  margin-bottom: 200px;
}

.pagination span {
  display: inline-block;
  /* margin: 0 5px; */
  padding: 5px 10px;
  cursor: pointer;
}

.pagination span.active {
  background-color: #007bff;
  color: #fff;
}

.pagination span.prev,
.pagination span.next {
  cursor: pointer;
}

.prev {
  margin-right: 40px;
  font-size: 30px;
}

.next {
  margin-left: 40px;
  font-size: 30px;
}

.popup__board {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  background-color: #ffffff;
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 60px 100px;
}

.popup__boardcontent {
  display: flex;
  flex-direction: column;
  align-items: left;
  height: 100%;
  box-sizing: border-box;
}

.popup__password {
  display: flex;
  padding: 20px;
  flex-direction: row;
  align-items: center;
  border-top: 2px solid black;
  border-bottom: 1px solid black;
  margin-top: 30px;
}

.popup__password > input {
  height: 30px;
  border: 1px solid #969696;
  padding: 8px;
  width: 1300px;
}

/* 진행중인 이벤트 */

.event__wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1300px;
  margin-top: 20px;
}

.event__item {
  display: flex;
  /* flex: 0 0 30%; */
  width: 30%;
  flex-direction: column;
  border: 1px solid #d3d3d3;
  margin-top: 30px;
}

.event__thumbnail {
  background-color: #d8f5fd;
  padding: 20px;
  height: 218px;
}

.event__textwrap {
  padding: 15px;
}

.event__textwrap-title {
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap; /* 텍스트를 한 줄로 유지합니다 */
  overflow: hidden; /* 넘치는 부분을 숨깁니다 */
  text-overflow: ellipsis;
}

.youtube__submenu {
  width: 1300px;
  display: flex;
  border-bottom: 1px solid #ccc;
}

.menu {
  display: flex;
  width: 100%;
  justify-content: center;
  background-color: #f2f2f2;
}
.submenu_2 {
  display: flex;
  width: 100%;
}
.submenu_2 div {
  flex-grow: 1;
  text-align: center;
  padding: 0px;
  background-color: #f2f2f2;
  color: #333;
  text-decoration: none;
  font-size: 18px;
}
.submenu_2 div:last-child {
  border-right: none;
}
.submenu_2 div:hover {
  background-color: #ddd;
}
.submenu_2 div.selected,
.submenu_2 div.selected a {
  background-color: #27687d;
  color: white;
  font-weight: bold;
}


.news__wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1300px;
  margin-top: 20px;
}

.news__item {
  display: flex;
  width: 23%;
  flex-direction: column;
  border: 1px solid #d3d3d3;
  margin-top: 30px;
}

.news__thumbnail {
  height: 240px;
}

.news__text-title {
  font-size: 16px;
  line-height: 1.3;
  color: #333;
}

.news__textwrap {
  padding: 15px;
}

.news__text-desc {
  line-height: 18px;
  font-size: 14px;
  margin-top: 20px;
}

.news__tagwrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.news__tag {
  padding: 5px 10px;
  border: 1px solid #088188;
  font-weight: bold;
  font-size: 12px;
  border-radius: 20px;
  color: #088188;
  margin-right: 4px;
  margin-top: 5px;
}

.specialist__wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1300px;
  margin-top: 20px;
}

.specialist__item {
  display: flex;
  flex-direction: column;
  width: 280px;
  border: 1px solid #d3d3d3;
  margin-top: 30px;
}

.specialist__bottomwrap {
  display: flex;
  width: 100%;
  align-items: center;
  background-color: #01a4ad;
}

.padding-none {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0px;
  flex: 1;
}

.specialist__thumbnail {
  flex: 0 0 auto;
  height: 200px;
  background-color: #333;
}

.padding {
  padding: 15px;
  flex: 1;
}

.specialist__bottomitem {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 5px;
  margin: 0;
}

.magazine__item {
  width: 300px;
  border: 1px solid #d3d3d3;
  margin-top: 14px; font-size: 0;
}

.magazine__img {
  width: 100%;
  height: 250px;
}

.magazine__title {
  font-size: 16px;
  color: #333;
  margin: 10px;
  line-height: 1.3;
}

.next-wrap {
  width: 1100px;
  padding: 10px;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.next-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*width: 100%;*/
}

.next-text {
  display: flex;
  flex-direction: column;
  margin-left: 18px;
}

.next-text .next-text-blue {
  display: flex;
  flex-direction: column;
}

.next-text .next-text-blue img {
  width: 250px;
}

.next-text .next-text-blue-align {
  align-items: end;
}

.next-text-blue {
  color: #1b5970;
  font-weight: bold;
}

.content-area {
  line-height: 1.8;
}

.onsulting__board2 .onsulting__board-title {
  flex: 1; /* 각 요소가 동일한 너비를 가지도록 함 */
  text-align: center; /* 텍스트를 가운데 정렬 */
  font-weight: bold;
  font-size: 18px;
  width: 20%;
}
.onsulting__board2 div:nth-child(2){flex: 4;}


.onsulting__board-content2 .onsulting__board-item {
  flex: 1; /* 각 요소가 동일한 너비를 가지도록 함 */
  text-align: center; /* 텍스트를 가운데 정렬 */
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.onsulting__board-content2 {
  display: flex;

  width: 1300px;
  padding: 20px 0px;
  border-bottom: 1px solid #6666;cursor:pointer
}
.onsulting__board-content2 div:nth-child(2){flex: 4; justify-content: left;}

.noticeBox01{background: #f7fffd}


.notice_viewBox01{margin-top: 20px; margin-bottom: 100px}
.notice_viewBox01 h2{border-top:#b4b4b4 2px solid; border-bottom: #b4b4b4 2px solid; text-align: center; padding: 70px 0 20px 0; color: #000; font-size: 24px; font-weight: 700}

.notice_viewBox01b h2{border-top:#b4b4b4 0px solid; }

.notice_viewBox01 ol{ padding: 50px 100px; min-height: 540px; border-bottom: #3a3a3a 1px solid; font-size: 20px; line-height: 1.5; font-weight: 300}

.notice_viewBox01 article{border-top: #dddddd 1px solid; border-bottom: #dddddd 1px solid; padding: 15px 50px; position: relative; display: block; height: 75px}
.notice_viewBox01 article a{font-size: 18px; padding-left: 53px; background:url("/img/glaucoma/performance_img06.png") center left no-repeat; float: left}
.notice_viewBox01 article a span{color: #01a4ad; font-size: 18px; display: block; margin-bottom: 5px}
.notice_viewBox01 article a.r1{float: right; padding-left: 0; text-align: right; padding-right: 53px; background:url("/img/glaucoma/performance_img07.png") center right no-repeat}

.s_experienceBox01{margin:35px 0 20px; font-size: 0}
.s_experienceBox01 a{display:inline-flex; justify-content:center; align-items:center;width: 33.33%; height: 77px; background: #f2f2f2;  font-size: 20px; border: #ccd1d4 1px solid; border-right: none}
.s_experienceBox01 a:last-child{border-right: #ccd1d4 1px solid}
.s_experienceBox01 a.on{background: #27687d; color: #fff; font-weight: 700}
.s_experienceBox01 a:hover{background: #27687d; color: #fff; font-weight: 700}

.s_experienceBox02 ul{padding:30px 0; font-size: 0; border-bottom: #d3d3d3 1px solid}
.s_experienceBox02 ul li{display:inline-flex; justify-content:center; align-items:left; flex-direction: column; font-size: 18px; font-weight: 300; width: 830px; height: 232px; vertical-align: top; padding-left: 20px; line-height: 1.5}
.s_experienceBox02 ul li:nth-child(1){width: 150px; align-items:center; padding-left: 0}
.s_experienceBox02 ul li:nth-child(2){width: 302px; padding-left: 0}
.s_experienceBox02 ul li b{font-weight: 800; font-size: 35px}
.s_experienceBox02 ul li img{width: auto; border: #d3d3d3 1px solid}

.s_experienceBox02 ul li dt{ margin-bottom: 20px; font-weight: 700; font-size: 22px}
.s_experienceBox02 ul li dt span{display: inline-flex; justify-content:center; align-items:center; padding: 0 10px; font-size: 18px; color: #fff; height: 35px; background: #27687d; border-radius: 5px}

    .community__box {
        position: relative;
    }
.community__box a + a{margin-left: 10px}
.community__box a img{width: 30px}

    .korea-sns-button {
        position: absolute;
        left: 0; text-align: right;
        z-index: 9999;
    }

    .korea-sns-facebook {
        background-image:url('https://cseyewp.cafe24.com/wp-content/plugins/korea-sns/icons/facebook.png');
        border-radius:50%;
        top: 40px;
    }

    .korea-sns-twitter {
        background-image:url('https://cseyewp.cafe24.com/wp-content/plugins/korea-sns/icons/twitter.png');
        border-radius:50%;
        top: 80px;
    }

    .korea-sns-naverband {
        background-image:url('https://cseyewp.cafe24.com/wp-content/plugins/korea-sns/icons/naverband.png');
        border-radius:50%;
        top: 120px;
    }

    .korea-sns-button-display-none {
        display: none;
    }

/* iframe 비율 조정 */
.entry-content	iframe{height: 100%; aspect-ratio: 16 / 9;}

/* 모바일 */
@media screen and (max-width:1024px) {

	.onsulting__searchbox {
  width: 100%;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding: 30px 10px;
}

.onsulting__searchinput {
  height: 40px;
  border: 1px solid #969696;
  width: 75% !important;

  background-image: url("/img/searh_icon.png");
  background-repeat: no-repeat;
  background-position: 5px center;
  padding: 0px 5px 0 50px !important;
  /* background-image: url("../../../../img/main_map.png"); */
}

.onsulting__searchbtn {
  background-color: #555555;
  height: 40px;
  width: 25% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-left: 3px;
}

.onsulting__menuwrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
  border-bottom: 1px solid black; flex-direction: column;
}

.onsulting__menuwrap2 {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
  flex-direction: column;
}


 .community__box {
        position: relative; width: 100%; text-align: right; padding-right: 2%; margin-top: 20px
    }
.community__box a + a{margin-left: 10px}
.community__box a img{width: 30px}

.korea-sns-button {
        /*position: relative;*/
        /*left: 0; text-align: right; border: red 1px solid;*/
        /*z-index: 9999; margin-top: 30px*/
      right: 85px;
      left: unset;
    }

.onsulting__board2 .onsulting__board-title {
  flex: 1; /* 각 요소가 동일한 너비를 가지도록 함 */
  text-align: center; /* 텍스트를 가운데 정렬 */
  font-weight: bold;
  font-size: 13px;
  width: 20%;
}
.onsulting__board2 div:nth-child(2){flex: 4;}


.onsulting__board-content2 .onsulting__board-item {
  flex: 1; /* 각 요소가 동일한 너비를 가지도록 함 */
  text-align: center; /* 텍스트를 가운데 정렬 */
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.onsulting__board-content2 {
  display: flex;

  width: 100%;
  padding: 20px 0px;
  border-bottom: 1px solid #6666;cursor:pointer
}
.onsulting__board-content2 div:nth-child(2){flex: 4; justify-content: left;}

	.entry-title{font-size: 20px; height: auto; border-bottom: none}

	.next-wrap {
  width: 100%;
  padding: 10px;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  display: flex;
  justify-content: space-between;
  align-items: center; font-size: 12px;
}

.onsulting__menuitem > img {
  width: 30px;
  margin-right: 8px;
}

.onsulting__menuitem > span {
  font-size: 11px;
}

.youtube__submenu {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #ccc; margin: 0 auto
}
.menu {
  display: flex;
  width: 100%;
  justify-content: center;
  background-color: #f2f2f2;
}
.submenu_2 {
  display: flex;
  width: 100%; height: 50px
}
.submenu_2 div {
  flex-grow: 1;
  text-align: center;
  padding: 0px;
  background-color: #f2f2f2;
  color: #333;
  text-decoration: none;
  font-size: 13px;  height: 50px
}
.submenu_2 div:last-child {
  border-right: none;
}
.submenu_2 div:hover {
  background-color: #ddd;
}
.submenu_2 div.selected,
.submenu_2 div.selected a {
  background-color: #27687d;
  color: white;
  font-weight: bold; height: 50px; line-height: 50px
}

.news__wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
}

.news__item {
  display: flex;
  width: 100%;
  flex-direction: column;
  border: 1px solid #d3d3d3;
  margin-top: 30px;
}

.news__thumbnail {
  height: 80vw;
}

.news__text-title {
  font-size: 13px;
  line-height: 1.3;
  color: #333;
}

.news__textwrap {
  padding: 15px 5px;
}

.news__text-desc {
  line-height: 18px;
  font-size: 10px;
  margin-top: 20px;
}

.news__tagwrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.news__tag {
  padding: 5px 10px;
  border: 1px solid #088188;
  font-weight: bold;
  font-size: 10px;
  border-radius: 20px;
  color: #088188;
  margin-right: 4px;
  margin-top: 5px;
}

.specialist__wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
}

.specialist__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid #d3d3d3;
  margin-top: 30px;
}

.specialist__bottomwrap {
  display: flex;
  width: 100%;
  align-items: center;
  background-color: #01a4ad;
}

.padding-none {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0px;
  flex: 1;
}

.specialist__thumbnail {
  flex: 0 0 auto;
  height: 70vw; ;
  background-color: #333;
}

.magazine__item {
  width: 100%;
  border: 1px solid #d3d3d3;
  margin-top: 14px; font-size: 0;
}

.magazine__img {
  width: 100%;
  height: auto;
}

.magazine__title {
  font-size: 13px;
  color: #333;
  margin: 10px;
  line-height: 1.3;
}

#primary {
  width: 100%;
}

	.entry-content	img{max-width: 100% !important; width: auto !important}

.s_experienceBox01{margin:35px 0 20px; font-size: 0}
.s_experienceBox01 a{display:inline-flex; justify-content:center; align-items:center;width: 33.33%; height: 50px; background: #f2f2f2;  font-size: 15px; border: #ccd1d4 1px solid; border-right: none}
.s_experienceBox01 a:last-child{border-right: #ccd1d4 1px solid}
.s_experienceBox01 a.on{background: #27687d; color: #fff; font-weight: 700}
.s_experienceBox01 a:hover{background: #27687d; color: #fff; font-weight: 700}

.s_experienceBox02 ul{padding:30px 0; font-size: 0; border-bottom: #d3d3d3 1px solid}
.s_experienceBox02 ul li{display:flex; justify-content:center; align-items:left; flex-direction: column; font-size: 13px; font-weight: 300; width: 100%; height: auto; vertical-align: top; padding-left: 0px; line-height: 1.5}
.s_experienceBox02 ul li:nth-child(1){width: 100%; align-items:center; padding-left: 0; margin-bottom: 10px}
.s_experienceBox02 ul li:nth-child(2){width: 100%; padding-left: 0; margin-bottom: 20px}
.s_experienceBox02 ul li b{font-weight: 800; font-size: 30px}
.s_experienceBox02 ul li img{width: auto; border: #d3d3d3 1px solid}

.s_experienceBox02 ul li dt{ margin-bottom: 20px; font-weight: 700; font-size: 17px}
.s_experienceBox02 ul li dt span{display: inline-flex; justify-content:center; align-items:center; padding: 0 10px; font-size: 13px; color: #fff; height: 35px; background: #27687d; border-radius: 5px}


.notice_viewBox01{margin-top: 20px; margin-bottom: 100px}
.notice_viewBox01 h2{border-top:#b4b4b4 2px solid; border-bottom: #b4b4b4 2px solid; text-align: center; padding: 70px 0 20px 0; color: #000; font-size: 19px; font-weight: 700}

.notice_viewBox01b h2{border-top:#b4b4b4 0px solid; }

.notice_viewBox01 ol{ padding: 50px 0px; min-height: 540px; border-bottom: #3a3a3a 1px solid; font-size: 15px; line-height: 1.5; font-weight: 300}
	.notice_viewBox01 ol img{max-width: 100% !important; width: auto !important; height: auto !important}

.notice_viewBox01 article{border-top: #dddddd 1px solid; border-bottom: #dddddd 1px solid; padding: 15px 0px; position: relative; display: block; height: 75px}
.notice_viewBox01 article a{font-size: 13px; padding-left: 53px; background:url("/img/glaucoma/performance_img06.png") center left no-repeat; float: left}
.notice_viewBox01 article a span{color: #01a4ad; font-size: 13px; display: block; margin-bottom: 5px}
.notice_viewBox01 article a.r1{float: right; padding-left: 0; text-align: right; padding-right: 53px; background:url("/img/glaucoma/performance_img07.png") center right no-repeat}

  .event__wrap { width: inherit; }

  .event__item { width: 100%; }

  .event__thumbnail { background-color: #d8f5fd; padding: 20px; height: 200px; }
}
