@charset "utf-8";

@font-face {
  font-family: "GyeonggiTitle";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Title_Light.otf") format("opentype"),
  url("../fonts/Title_Light.woff") format("woff");
}

@font-face {
  font-family: "GyeonggiTitle";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Title_Medium.otf") format("opentype"),
  url("../fonts/Title_Medium.woff") format("woff");
}

@font-face {
  font-family: "GyeonggiTitle";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/Title_Bold.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Pretendard-Regular.otf") format("opentype"),
  url("../fonts/Pretendard-Regular.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/Pretendard-Bold.woff") format("woff");
}


@font-face {
  font-family: "Gmarket";
  font-weight: 200;
  font-style: normal;
  src: url("../fonts/GmarketSansTTFLight.eot") format("eot");
  src: url("../fonts/GmarketSansTTFLight.eot?#iefix") format("embedded-opentype"),
  url("../fonts/GmarketSansTTFLight.otf") format("opentype"),
  url("../fonts/GmarketSansTTFLight.woff") format("woff"),
  url("../fonts/GmarketSansTTFLight.woff2") format("woff2");
}

@font-face {
  font-family: "Gmarket";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/GmarketSansTTFMedium.eot") format("eot");
  src: url("../fonts/GmarketSansTTFMedium.eot?#iefix") format("embedded-opentype"),
  url("../fonts/GmarketSansTTFMedium.otf") format("opentype"),
  url("../fonts/GmarketSansTTFMedium.woff") format("woff"),
  url("../fonts/GmarketSansTTFMedium.woff2") format("woff2");
}

@font-face {
  font-family: "Gmarket";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/GmarketSansTTFBold.eot") format("eot");
  src: url("../fonts/GmarketSansTTFBold.eot?#iefix") format("embedded-opentype"),
  url("../fonts/GmarketSansTTFBold.otf") format("opentype"),
  url("../fonts/GmarketSansTTFBold.woff") format("woff"),
  url("../fonts/GmarketSansTTFBold.woff2") format("woff2");
}

/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:14px;font-family:'GyeonggiTitle', dotum, sans-serif;background:#fff}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:'GyeonggiTitle', dotum, sans-serif}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-family:'GyeonggiTitle', dotum, sans-serif;font-size:1em}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

textarea, select {font-family:'GyeonggiTitle', dotum, sans-serif;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}

*, :after, :before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

input[type=text],input[type=password], textarea {
-webkit-transition:all 0.30s ease-in-out;
-moz-transition:all 0.30s ease-in-out;
-ms-transition:all 0.30s ease-in-out;
-o-transition:all 0.30s ease-in-out;
outline:none;
}

input[type=text]:focus,input[type=password]:focus, textarea:focus,select:focus {
  outline:none;
}

.placeholdersjs {color:#aaa !important}

/* 레이아웃 크기 지정 */
#hd, #wrapper, #ft {
  position: relative;
}

#hd_wrapper,
#tnb .inner,
#gnb .gnb_wrap,
#container_wr,
#ft_wr {width:1200px}

/* 팝업레이어 */
#hd_pop {
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 1001;
}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops img {max-width:100%}
.hd_pops_con {}
.hd_pops_footer {
  position: relative;
  display: flex;
  padding: 0 20px;
  justify-content: space-between;
}
.hd_pops_footer button {
  display: inline-block;
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border: 0;
  background: 0;
}

#hd_pop .s_pop_w {
  position: absolute;
  width: 900px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  margin: 0;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 6;
}
#hd_pop .s_pop_w .swiper-slide img {
  width: 100%;
}
#hd_pop .s_pop_w .swiper-pagination {
  position: relative;
  display: flex;
  bottom: 0;
}
#hd_pop .s_pop_w .swiper-pagination span {
  height: auto;
  font-size: 16px;
  color: #666;
  padding: 20px 0;
  background: #fff;
  border-radius: 0;
  margin: 0;
  border-right: 1px solid #ccc;
  opacity: 1;
  flex-grow: 1;
}
#hd_pop .s_pop_w .swiper-pagination span:last-child {
  border-right: 0;
}
#hd_pop .s_pop_w .swiper-pagination .swiper-pagination-bullet-active {
  color: #003474;
  font-weight: 500;
}
#hd_pop .s_pop_w .swiper-pagination-bullet:only-child {
  display: block !important;
}
#hd_pop .s_pop_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  z-index: 5;
}

/* 상단 레이아웃 */
#hd {
  position: relative;
  width: 100%;
  height: 100px;
}
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#hd_wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999;
  width: 100%;
  background: rgb(255, 255, 255);
  height: 100px;
  transition: all 0.4s ease 0s;
}
#hd_wrapper.hide {
  transform: translateY(-100px);
}
.hd_inner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1820px;
  z-index: 3;
  box-sizing: border-box;
  height: 100px;
}
.hd_inner:hover {
  transition: all 0.3s ease 0s;
}
.hd_inner::after {
  margin-left: -1000px;
  margin-right: -1000px;
  display: block;
  transition: all 0.3s ease 0s;
  position: relative;
  content: "";
  max-width: 200%;
  height: 0px;
  top: 60%;
  left: 0px;
  background: #49abc2;
  z-index: 99999;
  opacity: 1;
}
.hd_inner:hover::after {
  transition: all 0.3s ease 0s;
  position: relative;
  content: "";
  height: 360px;
  top: 24%;
  background: #49abc2;
  z-index: 1;
}
.hd_inner:hover::after {
  top: 34px;
}
#logo {
  z-index: 100001;
  position: relative;
  display: block;
}
#logo a {
  position: absolute;
  margin-top: 24px;
  margin-left: 0px;
}
.hd_inner .shape {
  display: block;
  height: 0px;
  width: 100%;
  left: 0px;
  top: 100px;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  position: absolute;
}
.hd_inner:hover .shape {
  display: block;
  height: 360px;
}
.hd_inner .shape::after {
  content: "";
  display: block;
  width: 378px;
  height: 378px;
  position: absolute;
  left: 15px;
  top: -180px;
  background-image: url(../img/hd_ic4.png);
  z-index: 999;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  animation: 8s linear 0s infinite normal none running rotation;
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hd_inner2 {
  float: inherit;
  position: relative;
  z-index: 100000;
  text-align: center;
}
.hd_inner2 > ul {
  display: inline-block;
  margin-top: 38px;
}
.hd_inner2 > ul > li {
  float: left;
  padding: 0px 37px;
  position: relative;
}
.hd_inner2 > ul > li > a {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #2a2a2a;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.hd_inner2 > ul.sub > li > a, .hd_inner2 > ul:hover > li > a, .hd_inner2 > ul:hover .sub > li.active > a {
  color: #7e7e7e;
}
.hd_inner2 > ul.sub > li.active > a, .hd_inner2 > ul:hover .sub > li.active:hover > a, .hd_inner2 > ul:hover > li:hover > a {
  color: #2a2a2a;
}
.hd_inner2 > ul > li > a::before {
  transition: all 0.3s ease 0s;
  display: block;
  position: absolute;
  content: "";
  background: #49abc2;
  border-radius: 50%;
  height: 6px;
  width: 6px;
  left: 50%;
  margin-left: -3px;
  opacity: 0;
  bottom: 0px;
}
.hd_inner2 > ul.sub > li.active > a::before, .hd_inner2 > ul:hover .sub > li.active:hover > a::before, .hd_inner2 > ul:hover > li:hover > a::before {
  display: block;
  position: absolute;
  content: "";
  background: #49abc2;
  opacity: 1;
  bottom: -21px;
}
.hd_inner2 .sub_ul {
  transition: all 0.6s ease 0s;
  position: absolute;
  opacity: 0;
  padding-top: 65px;
  width: 100%;
  height: 0px;
  overflow: hidden;
  text-align: center;
  left: 0px;
  top: 0px;
  z-index: 2;
}
.hd_inner:hover .sub_ul {
  display: block;
  opacity: 1;
  height: auto;
  top: 130%;
}
.hd_inner2 .sub_ul li {
  margin-bottom: 15px;
}
.hd_inner2 .sub_ul a {
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: #3a3a3c;
  transition: all 0.4s ease 0s;
}
.hd_inner2 .sub_ul a:hover {
  opacity: 0.7;
  text-decoration: underline;
  color: #3a3a3c;
}

.hd_arrow_wrap {
  position: absolute;
  top: 30px;
  right: 103px;
}
.hd_arrow_wrap:not(:hover) {
  transition-delay: 0s;
}
.hd_arrow_inner {
  display: inline-block;
  width: auto;
  position: relative;
  transition: all 0.2s ease 0s;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  color: rgb(167, 167, 167);
  text-decoration: none;
  background: none;
  border: none;
  height: 35px;
}
.hd_arrow_inner span {
  position: relative;
  z-index: 2;
}
.hd_arrow_inner ul {
  display: inline-block;
  vertical-align: middle;
}
.hd_arrow_inner li {
  float: left;
  opacity: 0;
  visibility: hidden;
}
.hd_arrow_inner a {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  color: #999793;
  text-decoration: none;
}
.hd_arrow_inner li:first-child::after {
  display: inline-block;
  position: relative;
  content: "";
  border-radius: 50%;
  background: #999793;
  width: 3px;
  height: 3px;
  margin: 0px 14px;
  top: 8px;
  vertical-align: top;
}
.hd_arrow_wrap:hover li {
  transition: all 0.3s ease 0.3s;
  opacity: 1;
  visibility: visible;
}
.hd_inner:hover .hd_arrow_wrap li {
  transition: all 0.3s ease 0.3s;
  opacity: 1;
  visibility: visible;
}
.hd_arrow_wrap i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}
.hd_arrow_wrap i::before {
  content: "";
  right: 0px;
  top: 0px;
  display: block;
  position: absolute;
  z-index: -1;
  width: 35px;
  height: 35px;
  background: rgb(247, 247, 247);
  border-radius: 50%;
  transition: all 0.3s ease 0s;
}
.hd_arrow_wrap:not(:hover) i::before {
  transition-delay: 0s;
}
.hd_arrow_wrap i::after {
  transition: all 0.4s ease 0s;
  display: inline-block;
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 35px;
  height: 35px;
}
.hd_inner:hover .hd_arrow_wrap i::before, div:hover > .hd_arrow_wrap i::before {
  transition-delay: 0.3s;
  display: block;
  width: 120%;
  background: rgb(247, 247, 247);
  border-radius: 50px;
}
.hd_inner:hover .hd_arrow_wrap i::before, div:hover > .hd_arrow_wrap:hover .hd_arrow_wrap:hover i::before {
  display: block;
  width: 120%;
  background: rgb(247, 247, 247);
  border-radius: 50px;
}
.hd_inner:hover .hd_arrow_wrap i::before, div:hover > .hd_arrow_wrap i::before {
  width: 110%;
}
.hd_arrow_wrap i svg {
  position: relative;
  top: 5px;
  right: -1px;
  transition: all 0.4s ease 0s;
  transition-delay: 0.3s;
  transform: rotate(0deg);
}
.hd_arrow_wrap i path {
  transition: all 0.4s ease 0s;
}
.hd_inner:hover .hd_arrow_wrap svg, .hd_arrow_wrap:hover svg {
  transition-delay: 0s;
  transform: rotate(-135deg);
}
.hd_inner:hover .hd_arrow_wrap path, .hd_arrow_wrap:hover path {
  transition-delay: 0s;
  stroke: rgb(255, 188, 0);
}
.hd_search_ic {
  display: inline-block;
  position: absolute;
  z-index: 30;
  right: 53px;
  top: 30px;
  cursor: pointer;
}
.hd_login_ic {
  display: inline-block;
  position: absolute;
  z-index: 30;
  right: 5px;
  top: 30px;
  width: 35px;
  height: 35px;
  background-image: url(../img/hd_ic3.png?v=1);
  border-radius: 50%;
  transition: 0.3s;
}
.hd_inner:hover .hd_login_ic {
  background-image: url(../img/hd_ic3_hover.png);
  background-color: #49abc2;
  transition: 0.3s;
}
.hd_sch_wr_hide {
  width: 100%;
  height: 210px;
  position: fixed;
  transition: all 0.5s ease 0s;
  padding-top: 70px;
  text-align: center;
  background: rgb(255, 255, 255);
  box-sizing: border-box;
  z-index: 99999;
  top: -500px;
}
.hd_sch_wr_show {
  width: 100%;
  height: 210px;
  position: fixed;
  transition: all 0.5s ease 0s;
  padding-top: 70px;
  text-align: center;
  background: rgb(255, 255, 255);
  box-sizing: border-box;
  z-index: 99999;
  top: 0px;
}
.hd_sch_bg_hide {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
  top: 0px;
  left: 0px;
  display: none;
}
.hd_sch_bg_show {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
  top: 0px;
  left: 0px;
  display: block;
}
.hd_sch_wr_show #sch_stx {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: rgb(0, 0, 0);
  transition: all 0.7s ease 0s;
  height: 50px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  border-bottom: 4px solid rgb(255, 220, 0);
  width: 60%;
  box-sizing: content-box;
  padding: 1px 2px;
}
.hd_sch_wr_hide #sch_stx {
  position: relative;
  font-family: "KBDS Display";
  font-size: 20px;
  font-weight: 600;
  color: rgb(0, 0, 0);
  transition: all 0.7s ease 0s;
  height: 50px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  border-bottom: 4px solid rgb(255, 220, 0);
  width: 20%;
  box-sizing: content-box;
  padding: 1px 2px;
}
.hd_sch_wr_show .close {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 20px);
  right: 20%;
  cursor: pointer;
}
.hd_sch_wr_show .close1 {
  display: inline-block;
  transform: rotate(45deg);
  background: rgb(0, 0, 0);
  width: 2px;
  height: 100%;
  margin-right: -4px;
}
.hd_sch_wr_show .close2 {
  display: inline-block;
  transform: rotate(-45deg);
  background: rgb(0, 0, 0);
  width: 2px;
  height: 100%;
}
.hd_sch_wr_hide .close {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 20px);
  right: 20%;
  cursor: pointer;
}
.hd_sch_wr_hide .close1 {
  display: inline-block;
  transform: rotate(45deg);
  background: rgb(0, 0, 0);
  width: 2px;
  height: 100%;
  margin-right: -4px;
}
.hd_sch_wr_hide .close2 {
  display: inline-block;
  transform: rotate(-45deg);
  background: rgb(0, 0, 0);
  width: 2px;
  height: 100%;
}
#hd_sch #sch_submit {float:left;width:60px;height:45px;border:0;background:#2c2c2c;color:#fff;border-radius:0 30px 30px 0;cursor:pointer;font-size:16px}

#hd_define {float:left}
#hd_define:after {display:block;visibility:hidden;clear:both;content:""}
#hd_define li {float:left;font-size:1.083em;line-height:14px;border-right:1px solid #4a4a4a;position:relative;text-align:center;margin:15px 10px 15px 0;padding-right:10px}
#hd_define li:last-child {padding-right:0;margin-right:0;border-right:0}
#hd_define li a {display:inline-block;color:#919191}
#hd_define li.active a {color:#fff}

#hd_qnb {float:right;text-align:right}
#hd_qnb:after {display:block;visibility:hidden;clear:both;content:""}
#hd_qnb li {float:left;font-size:1.083em;line-height:14px;border-right:1px solid #4a4a4a;position:relative;text-align:center;margin:15px 10px 15px 0;padding-right:10px}
#hd_qnb li:last-child {padding-right:0;margin-right:0;border-right:0}
#hd_qnb li span {display:block;margin-top:5px;font-size:0.92em}
#hd_qnb li a {display:inline-block;color:#919191}
#hd_qnb .visit .visit-num {display:inline-block;line-height:16px;padding:0 5px;margin-left:5px;border-radius:10px;background:#da22f5;color:#fff;font-size:10px}


.hd_login {position:absolute;right:0;top:60px}
.hd_login li {float:left;margin:0 5px;border-left:1px solid #616161;padding-left:10px;line-height:13px}
.hd_login li:first-child {border-left:0}
.hd_login a {color:#fff}


/* 메인메뉴 */
#gnb {position:relative;background:#fff}
#gnb > h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#gnb .gnb_wrap {margin:0 auto;position:relative}
#gnb .gnb_wrap:hover, #gnb .gnb_wrap:focus, #gnb .gnb_wrap:active{z-index:3}
#gnb #gnb_1dul {font-size:1.083em;padding:0;border-bottom:1px solid #e0e2e5;zoom:1}
#gnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb .gnb_1dli {float:left;line-height:55px;padding:0px;position:relative}
#gnb .gnb_1dli:hover > a {color:#3a8afd;
-webkit-transition:background-color 2s ease-out;
-moz-transition:background-color 0.3s ease-out;
-o-transition:background-color 0.3s ease-out;
transition:background-color 0.3s ease-out}

.gnb_1dli .bg {position:absolute;top:24px;right:8px;display:inline-block;width:10px;height:10px;overflow:hidden;background:url('./images/gnb_bg2.gif') no-repeat 50% 50%;text-indent:-999px}
.gnb_1da {display:block;font-weight:bold;padding:0 15px;color:#080808;text-decoration:none}
.gnb_1dli.gnb_al_li_plus .gnb_1da{padding-right:25px}
.gnb_2dli:first-child {border:0}
.gnb_2dul {display:none;position:absolute;top:54px;min-width:140px;padding-top:2px}
.gnb_2dul .gnb_2dul_box {border:1px solid #e0e2e5;border-top:0;padding:0;
-webkit-box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2);
-moz-box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2);
box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2)}
.gnb_2da {display:block;padding:0 10px;line-height:40px;background:#fff;color:#080808;text-align:left;text-decoration:none}
a.gnb_2da:hover {color:#3a8afd;background:#f7f7f8;
-moz-transition:all 0.3s ease-out;
-o-transition:all 0.3s ease-out;
transition:all 0.3s ease-out}

.gnb_1dli_air .gnb_2da {}
.gnb_1dli_on .gnb_2da {}
.gnb_2da:focus, .gnb_2da:hover {color:#fff}
.gnb_1dli_over .gnb_2dul {display:block;left:0}
.gnb_1dli_over2 .gnb_2dul {display:block;right:0}
.gnb_wrap .gnb_empty {padding:10px 0;width:100%;text-align:center;line-height:2.7em;color:#080808}
.gnb_wrap .gnb_empty a {color:#3a8afd;text-decoration:underline}
.gnb_wrap .gnb_al_ul .gnb_empty, .gnb_wrap .gnb_al_ul .gnb_empty a {color:#555}

#gnb .gnb_menu_btn {background:#4158d1;color:#fff;width:50px;height:55px;border:0;vertical-align:top;font-size:18px}
#gnb .gnb_close_btn {background:#fff;color:#b6b9bb;width:50px;height:50px;border:0;vertical-align:top;font-size:18px;position:absolute;top:0;right:0}
#gnb .gnb_mnal {float:right;padding:0}

#gnb_all {display:none;position:absolute;border:1px solid #c5d6da;width:100%;background:#fff;z-index:1000;-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.2);
-moz-box-shadow:0 2px 5px rgba(0,0,0,0.2);
box-shadow:0 2px 5px rgba(0,0,0,0.2)}
#gnb_all h2 {font-size:1.3em;padding:15px 20px;border-bottom:1px solid #e7eeef}
#gnb_all .gnb_al_ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb_all .gnb_al_ul > li:nth-child(5n+1) {border-left:0}
#gnb_all .gnb_al_li {float:left;width:20%;min-height:150px;padding:20px;border-left:1px solid #e7eeef}
#gnb_all .gnb_al_li .gnb_al_a {font-size:1.2em;display:block;position:relative;margin-bottom:10px;font-weight:bold;color:#3a8afd}
#gnb_all .gnb_al_li li {line-height:2em}
#gnb_all .gnb_al_li li a {color:#555}
#gnb_all_bg {display:none;background:rgba(0,0,0,0.1);width:100%;height:100%;position:fixed;left:0;top:0;z-index:999}

/* 중간 레이아웃 */
#wrapper {}
#container_wr:after {display:block;visibility:hidden;clear:both;content:""}
#container_wr {margin:0 auto;zoom:1}
#aside {float:right;width:235px;padding:0;height:100%;margin:20px 0 20px 20px}

#container {position:relative;float:left;min-height:500px;height:auto !important;margin:20px 0;height:500px;font-size:1em;width:930px;zoom:1}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {font-size:1.333em;margin:0 auto;font-weight:bold}
#container_title span {margin:0 auto 10px;display:block;line-height:30px}

.lt_wr {width:32%}
.lt_wr:nth-child(3n+1) {clear:both}
.latest_wr {margin-bottom:20px}
.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}
.latest_top_wr {margin:0 -10px 20px}
.latest_top_wr:after {display:block;visibility:hidden;clear:both;content:""}

/* 하단 레이아웃 */
#ft {
  padding: 40px 0 50px;
  border-top: 1px solid #595c5d;
  background: #3d4246;
  min-width: 1820px;
}
.ft_top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(153, 151, 147, 0.1);
}
.ft_link ul li {
  display: inline-block;
  margin-right: 38px;
}
.ft_link ul li a {
  font-size: 14px;
  color: #ffffff;
  transition: all 0.3s ease 0s;
}
.ft_link ul li a:hover {
  font-size: 14px;
  color: #b8cdd8;
  transition: all 0.3s ease 0s;
}
.ft_sns ul {
  font-size: 0;
}
.ft_sns ul li {
  display: inline-block;
  margin-left: 6px;
}
.ft_bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.ft_addr {
  font-size: 14px;
  color: #b2b0ac;
  line-height: 23px;
}
.ft_copy {
  font-size: 14px;
  color: #999793;
  opacity: 0.6;
  margin-top: 12px;
}
.ft_lang select {
  display: block;
  width: 118px;
  height: 30px;
  font-size: 14px;
  color: #b2b0ac;
  border: 1px solid #9fa8ac;
  background: transparent;
  padding: 0 8px;
  appearance: none;
  background: url(../img/select_ic1.png) no-repeat;
  background-position: 92% center;
}
.ft_lang select:focus {
  background: url(../img/select_ic2.png) no-repeat;
  background-position: 92% center;
}

/* 예약 팝업 */
.reserve_layer_wrap {
  display: none;
	position: fixed;
	right: -85%;
  top: 0;
  width: 85%;
  min-width: 1400px;
  max-width: 1419px;
	height: 100%;
	z-index: 100001;
	background: #fff;
}
.reserve_layer_wrap.show {
  display: block;
}
.reserve_layer_bg {
  display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
  z-index: 100000;
}
.reserve_layer_container {
	position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}
.reserve_layer_container > div {
  flex-grow: 1;
}
.reserve_layer_close {
	position: absolute;
	right: 45px;
	top: 30px;
	z-index: 1000;
	cursor: pointer;
}
.reserve_tabs {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 15%;
  background: #b2def3;
  gap: 60px 0;
  border-right: 1px solid #eee;
  padding-top: 170px;
}
.reserve_tabs li a {
  font-size: 13px;
  color: #3a3a3c;
  text-align: center;
}
.reserve_tabs li a::before {
  content: "";
  display: block;
  width: 66px;
  height: 66px;
  margin: 0 auto;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 5px 5px;
  transition: 0.8s;
}
.reserve_tabs li:nth-child(1) a::before {
  background-image: url(../img/quick_01.png);
  background-color: #2499bf;
}
.reserve_tabs li:nth-child(2) a::before {
  background-image: url(../img/quick_02.png);
  background-color: #49abc2;
}
.reserve_tabs li:nth-child(3) a::before {
  background-image: url(../img/quick_03.png);
  background-color: #6fc4d1;
}
.reserve_tabs li:nth-child(4) a::before {
  background-image: url(../img/quick_04.png);
  background-color: #87d1dc;
}
.reserve_tabs li:hover a::before {
  background-color: #f5f4f0;
  background-position-x: -51px;
  transition: 0.8s;
}
.reserve_tabs li.active a::before {
  background-color: #f5f4f0;
  background-position-x: -51px;
  transition: 0.8s;
}
.reserve_tabs li a span {
  display: block;
  font-size: 15px;
  padding-top: 15px;
}
.reserve_tabs li:last-child {
  width: 156px;
  font-size: 16px;
  color: #3a3a3a;
  border-top: 1px solid #3a3a3c;
  border-bottom: 1px solid #3a3a3c;
  padding: 13px 0 13px 40px;
  margin-top: 20px;
  background-image: url(../img/quick_tel.png?v=1);
  background-repeat: no-repeat;
  background-position: 10px 11px;
}
.reserve_tab_content {
  display: none;
  position: relative;
  height: 100%;
}
.reserve_tab_content > div {
  height: 100%;
}
.reserve_wrap {
  position: relative;
  height: 100%;
  padding: 75px 45px 0 100px;
}
.reserve_wrap h2 {
  font-size: 42px;
  color: #000000;
  font-weight: 500;
  text-align: center;
  padding-right: 67px;
}
.reserve_con {
  position: relative;
  overflow-y: auto;
  padding-right: 67px;
  height: 85%;
  margin-top: 40px;
}
.reserve_con::-webkit-scrollbar {
  width: 3px;
}
.reserve_con::-webkit-scrollbar-thumb {
  background-color: #000;
}
.reserve_con::-webkit-scrollbar-track {
  background-color: #ededed;
}
.reserve_info {
  padding: 30px 30px 10px;
  background: #f7f7f7;
}
.reserve_info li {
  position: relative;
  font-size: 16px;
  color: #202122;
  padding-left: 12px;
  margin-bottom: 20px;
}
.reserve_info li::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #b2def3;
  border-radius: 50%;
}
.reserve_info li span {
  display: block;
  color: #999;
  margin-top: 12px;
}
.reserve_ok {
  text-align: center;
  font-size: 20px;
  margin: 20px 0 40px;
}
.reserve_ok .label-cbx > span {
  vertical-align: middle;
}
.reserve_input {
  margin-bottom: 40px;
}
.reserve_input label {
  display: block;
  font-size: 20px;
  color: #202122;
  margin: 0 0 12px 15px;
}
.reserve_input input {
  display: block;
  width: 100%;
  height: 60px;
  font-size: 20px;
  color: #202122;
  border: 1px solid #999793;
  background: #fff;
  padding: 0 15px;
}
.reserve_input select {
  display: block;
  width: 100%;
  height: 60px;
  font-size: 20px;
  color: #202122;
  border: 1px solid #999793;
  background-color: #fff;
  padding: 0 30px 0 15px;
  appearance: none;
  background-image: url(../img/more_ic.png);
  background-repeat: no-repeat;
  background-position: 98% center;
}
.reserve_agree {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
}
.reserve_agree a {
  display: inline-block;
  font-size: 16px;
  color: #202122;
  cursor: pointer;
}
.reserve_agree a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 9px;
  background-image: url(../img/more_ic.png);
  background-position: center center;
  margin-left: 8px;
  transition: all 0.3s ease 0s;
}
.reserve_agree a.active::after {
  transform: rotate(180deg);
  transition: all 0.3s ease 0s;
}
.reserve_agree_info {
  position: relative;
  font-size: 16px;
  color: #202122;
  padding-left: 12px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.reserve_agree_info::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #b2def3;
  border-radius: 50%;
}
.reserve_agree_textarea {
  display: block;
  width: 100%;
  height: 0;
  font-size: 16px;
  color: #202122;
  line-height: 26px;
  border: 0;
  background: #fff;
  padding: 0 55px;
  transition: all 0.3s ease 0s;
}
.reserve_agree_textarea.active {
  height: 160px;
  border: 1px solid #999793;
  padding: 35px 55px;
  margin-bottom: 40px;
  transition: all 0.3s ease 0s;
}
.reserve_btn {
  text-align: center;
}
.reserve_btn button {
  display: inline-block;
  width: 260px;
  height: 60px;
  font-size: 24px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  border: 1px solid #33aae9;
  border-radius: 60px;
  background: #33aae9;
}
.reserve_confirm {
  position: absolute;
  top: 80px;
  right: 115px;
  width: 90px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #202122;
  font-size: 16px;
  border: 1px solid #999793;
  cursor: pointer;
}
#reserve_confirm {
  display: none;
}
.reserve_half {
  display: flex;
  justify-content: space-between;
}
.reserve_half > div {
  width: 49%;
}
.reserve_input textarea {
  display: block;
  width: 100%;
  height: 160px;
  font-size: 20px;
  color: #202122;
  line-height: 26px;
  background: #fff;  
  border: 1px solid #999793;
  padding: 15px 15px;
}
#reserve_tab2 .reserve_agree, #reserve_tab3 .reserve_agree {
  margin-bottom: 40px;
}
#reserve_tab3 .reserve_info {
  margin-bottom: 40px;
}
.reserve_cal {
  display: flex;
}
.reserve_radio {
  display: flex;
  align-items: flex-start;
  gap: 0 20px;
  margin: 20px 0 0 50px;
}
.reserve_radio label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  cursor: pointer;
  position: relative;
  margin: 0;
}
.reserve_radio input {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.reserve_radio .design {
  width: 18px;
  height: 18px;
  border: 1px solid #535353;
  border-radius: 100%;
  margin-right: 10px;
  position: relative;
  box-sizing: content-box;
}
.reserve_radio .design::before,
.reserve_radio .design::after {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  position: absolute;
  transform: scale(0);
  transform-origin: center center;
}
.reserve_radio .design:before {
  background: #33aae9;
  opacity: 0;
  transition: .3s;
}  
.reserve_radio .design::after {
  background: #33aae9;
  opacity: .4;
  transition: .6s;
}
.reserve_radio .text {
  font-size: 18px;
  color: #202122;
}
.reserve_radio input:checked+.design::before {
  opacity: 1;
  transform: scale(.6);
}
.reserve_radio input:hover+.design,
.reserve_radio input:focus+.design {
  border: 1px solid #33aae9;
}

.reserve_radio input:hover+.design:before,
.reserve_radio input:focus+.design:before {
  background: #33aae9;
}

.reserve_radio input:hover~.text {
  color: #33aae9;
}
.reserve_radio input:focus+.design::after,
.reserve_radio input:active+.design::after {
  opacity: .1;
  transform: scale(2.6);
}
#reserve_info {
  display: none;
}
.reserve_box {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
  padding: 50px;
  border: 1px solid #999793;
}
.reserve_box li {
  position: relative;
  display: flex;
  align-items: center;
  width: 50%;
  padding-left: 12px;
  font-size: 20px;
  color: #202122;
}
.reserve_box li::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #b2def3;
  border-radius: 50%;
}
.reserve_box li strong {
  flex-basis: 150px;
  font-weight: 500;
}
.reserve_box li span {
  
}

#top_btn {position:fixed;bottom:20px;right:20px;width:50px;height:50px;line-height:46px;border:2px solid #333;color:#333;text-align:center;font-size:15px;z-index:90;background:rgba(255,255,255,0.5)}
#top_btn:hover {border-color:#3059c7;background:#3059c7;color:#fff}

/* 게시물 선택복사 선택이동 */
#copymove {}
#copymove .win_desc {text-align:center;display:block}
#copymove .tbl_wrap {margin:20px}
#copymove .win_btn {padding:0 20px 20px}
.copymove_current {float:right;background:#ff3061;padding:5px;color:#fff;border-radius:3px}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;width:0;height:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}

/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {display:inline-block;margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span {display:none}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../img/captcha2.png') no-repeat 0 0 ; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc {display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl {margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* ckeditor 태그 기본값 */
#bo_v_con ul {display:block;list-style-type:disc;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con ol {display:block;list-style-type:decimal;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con li {display:list-item}

/* 버튼 */
a.btn,.btn {line-height:35px;height:35px;padding:0 10px;text-align:center;font-weight:bold;border:0;font-size:1.4em;
-webkit-transition:background-color 0.3s ease-out;
-moz-transition:background-color 0.3s ease-out;
-o-transition:background-color 0.3s ease-out;
transition:background-color 0.3s ease-out}

a.btn01 {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}

.btn_confirm {text-align:right} /* 서식단계 진행 */

.btn_submit {border:0;background:#3a8afd;color:#fff;cursor:pointer;border-radius:3px}
.btn_submit:hover {background:#2375eb}
.btn_close {border:1px solid #dcdcdc;cursor:pointer;border-radius:3px;background:#fff}
a.btn_close {text-align:center;line-height:50px}

a.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
.btn_cancel:hover {background:#aaa}
a.btn_frmline, button.btn_frmline {display:inline-block;width:128px;padding:0 5px;height:40px;border:0;background:#434a54;border-radius:3px;color:#fff;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;color:#bababa;text-decoration:none;vertical-align:middle;border:0;background:transparent}
.btn_b01:hover, .btn_b01:hover {color:#000}
a.btn_b02,.btn_b02 {display:inline-block;background:#253dbe;padding:0 10px;color:#fff;text-decoration:none;border:0;vertical-align:middle}
a.btn_b02:hover, .btn_b02:hover {background:#0025eb}
a.btn_b03, .btn_b03 {display:inline-block;background:#fff;border:1px solid #b9bdd3;color:#646982;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {background:#ebedf6}
a.btn_b04, .btn_b04 {display:inline-block;background:#fff;border:1px solid #ccc;color:#707070;text-decoration:none;vertical-align:middle}
a.btn_b04:hover, .btn_b04:hover {color:#333;background:#f9f9f9}
a.btn_admin,.btn_admin {display:inline-block;color:#d13f4a;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {color:#ff3746}


/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0 5px;background:#fff;border-top:1px solid #ececec;border-bottom:1px solid #ececec} 
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:20px 0;font-weight:normal;text-align:center;border-bottom:1px solid #ececec;height:40px}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-bottom:1px solid #e8e8e8}
.tbl_head01 td {color:#666;padding:10px 5px;border-top:1px solid #ecf0f1;border-bottom:1px solid #ecf0f1;line-height:1.4em;height:60px;word-break:break-all}
.tbl_head01 tbody tr:hover td {background:#fafafa}
.tbl_head01 a:hover {text-decoration:underline}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:70px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input {border:1px solid #d0d3db;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;
-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:40px}

.full_input {width:100%}
.half_input {width:49.5%}
.twopart_input {width:385px;margin-right:10px}
.tbl_frm01 textarea, .write_div textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

/*기본 리스트*/
.list_01 ul {border-top:1px solid #ececec}
.list_01 li {border-bottom:1px solid #ececec;background:#fff;padding:10px 15px;list-style:none;position:relative}
.list_01 li:nth-child(odd) {background:#f6f6f6}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover {background:#f9f9f9}
.list_01 li.empty_li {text-align:center;padding:20px 0;color:#666}

/*폼 리스트*/
.form_01 h2 {font-size:1.167em}
.form_01 li {margin-bottom:10px}
.form_01 ul:after,
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 .left_input {float:left}
.form_01 .margin_input {margin-right:1%}
.form_01 textarea {height:100px;width:100%}
.form_01 .frm_label {display:inline-block;width:130px}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;color:#666;text-align:center}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png') !important;background-repeat:no-repeat !important;background-position:right top !important}

/* 테이블 항목별 정의 */
.td_board {width:80px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:110px;text-align:center}
.td_group {width:80px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {position:relative}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.3em;height:50px;line-height:30px;padding:10px 20px;background:#fff;color:#000;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);
-moz-box-shadow:0 1px 10px rgba(0,0,0,.1);
box-shadow:0 1px 10px rgba(0,0,0,.1)}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin-bottom:15px;padding:0 20px}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;background:#fff;text-align:center;padding:0 10px;border:1px solid #d6e9ff;border-radius:30px;margin-left:5px}
.new_win .win_ul li:first-child {margin-left:0}
.new_win .win_ul li a {display:block;padding:8px 0;color:#6794d3}
.new_win .win_ul .selected {background:#3a8afd;border-color:#3a8afd;position:relative;z-index:5}
.new_win .win_ul .selected a {color:#fff;font-weight:bold}
.new_win .win_desc {position:relative;margin:10px;border-radius:5px;font-size:1em;background:#f2838f;color:#fff;line-height:50px;text-align:left;padding:0 20px}
.new_win .win_desc i {font-size:1.2em;vertical-align:baseline}
.new_win .win_desc:after {content:"";position:absolute;left:0;top:0;width:4px;height:50px;background:#da4453;border-radius:3px 0 0 3px}
.new_win .frm_info {font-size:0.92em;color:#919191}
.new_win .win_total {float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:#3a8afd;background:#f6f6f6;padding:0 10px;border-radius:5px}
.new_win .new_win_con {margin:20px 0;padding:20px}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .new_win_con2 {margin:20px 0}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn {text-align:center}
.new_win .cert_btn {margin-bottom:30px;text-align:center}
.new_win .btn_close {padding:0 20px;height:45px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:45px;font-weight:bold;font-size:1.083em}

/* 검색결과 색상 */
.sch_word {color:#6fc4d1;}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;font-size:0.92em;background:#333;
-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2)}
.sv_wrap .sv:before {content:"";position:absolute;top:-6px;left:15px;width:0;height:0;border-style:solid;border-width:0 6px 6px 6px;border-color:transparent transparent #333 transparent}
.sv_wrap .sv a {display:inline-block;margin:0;padding:0 10px;line-height:30px;width:100px;font-weight:normal;color:#bbb}
.sv_wrap .sv a:hover {background:#000;color:#fff}
.sv_member {color:#333}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {
  margin-top: 75px;
  text-align: center;
}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg_list {
  display: inline-block;
}
.pg {
  text-align:center;
  font-size: 0;
}
.pg_page, .pg_current {
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px;
}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {
  font-size: 20px;
  color: #999793;
}
.pg_page:hover {}
.pg_start {
  width: 10px;
  height: 16px;
  text-indent: -999px;
  overflow: hidden;
  background: url(../img/pg_start.png) no-repeat 50% 50%;
  padding: 0;
  margin-right: 28px;
}
.pg_prev {
  width: 10px;
  height: 16px;
  text-indent: -999px;
  overflow: hidden;
  background: url(../img/pg_start.png) no-repeat 50% 50%;
  padding: 0;
  margin-right: 28px;
}
.pg_end {
  width: 10px;
  height: 16px;
  text-indent: -999px;
  overflow: hidden;
  background: url(../img/pg_end.png) no-repeat 50% 50%;
  padding: 0;
  margin-left: 28px;
}
.pg_next {
  width: 10px;
  height: 16px;
  text-indent: -999px;
  overflow: hidden;
  background: url(../img/pg_end.png) no-repeat 50% 50%;
  padding: 0;
  margin-left: 28px;
}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {}

.pg_current {
  font-size: 20px;
  color: #33aae9;
  font-weight: 500;
}

/* cheditor 이슈 */
.cheditor-popup-window *, .cheditor-popup-window :after, .cheditor-popup-window :before {
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}

/* 공통 */
.content {
  position: relative;
}
.container {
  position: relative;
  height: 100%;
}
.section {
  position: relative;
  min-width: 1820px;
}
.inner {
  width: 1260px;
  margin: 0 auto;
}
.inner_wide {
  width: 1820px;
  margin: 0 auto;
}
.pd150 {
  padding: 150px 0;
}
.pdt20 {
  padding-top: 20px;
}
.pdt40 {
  padding-top: 40px;
}
.pdt50 {
  padding-top: 50px;
}
.pdt60 {
  padding-top: 60px;
}
.pdt75 {
  padding-top: 75px;
}
.pdt95 {
  padding-top: 95px;
}
.pdt100 {
  padding-top: 100px;
}
.pdt150 {
  padding-top: 150px;
}
.pdt300 {
  padding-top: 100px;
}
.pdb50 {
  padding-bottom: 50px;
}
.pdb150 {
  padding-bottom: 150px;
}
.color_white {
  color: #fff !important;
}
.link_btn_wrap {
  margin-top: 60px;
  text-align: center;
}
.link_btn {
  display: inline-block;
  width: auto;
  position: relative;
  transition: all 0.2s ease 0s;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  background: none;
  border: none;
  line-height: 35px;
  height: 35px;
  color: #636466;
}
.link_btn span {
  position: relative;
  z-index: 2;
}
.link_btn i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}
.link_btn i::before {
  content: "";
  right: 0px;
  top: 0px;
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  background: rgb(247, 247, 247);
  border-radius: 50%;
  transition: all 0.3s ease 0s;
}
.link_btn i::after {
  display: inline-block;
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: url(../img/link_ic.png);
  background-size: 11px 9px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 35px;
  height: 35px;
}
.section:hover .link_btn i::before, div:hover > .link_btn i::before {
  display: block;
  width: 120%;
  background: rgb(255, 188, 0);
  border-radius: 50px;
}
.link_btn_white i::before {
  background: #fff;
}
.section:hover .link_btn:hover i::before, div:hover > .link_btn:hover .link_btn:hover i::before {
  display: block;
  width: 120%;
  background: rgb(247, 247, 247);
  border-radius: 50px;
}
.title_en {
  font-size: 18px;
  color: #33aae9;
  text-transform: uppercase;
}
.title_ko {
  font-size: 42px;
  color: #000000;
  font-weight: 500;
  margin: 20px 0 40px;
  line-height: 46px;
}
.text {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 22px;
  color: #000000;
  line-height: 33px;
}
.hover {
  position: relative;
}
.hover_img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.hover:hover .hover_img {
  opacity: 1;
  transition: all 0.3s ease 0s;
}
.blue {
  color: #33aae9;
}

/* left menu */
.left_menu {
  position: absolute;
  z-index: 999;
  height: 91%;
  left: 0px;
  top: 950px;
}
.board .left_menu {
  top: 110px;
  height: 120%;
}
.view .left_menu {
  top: 110px;
  height: 110%;
}
.sub .left_menu {
  top: 720px;
  height: 100%;
}
.pre .left_menu {
  top: 300px;
  height: 105%;
}
.left_menu > div {
  padding-top: 180px;
  position: absolute;
  height: 100%;
  width: 150px;
  left: 0px;
  top: 0px;
}
.left_menu > div > ul {
  position: sticky;
  top: 150px;
}
.left_menu > div > ul > li {
  position: relative;
  margin-bottom: 24px;
  padding-left: 50px;
}
.left_menu li:hover::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0px;
  width: 37px;
  height: 2px;
  background: #ffd60d;
}
.left_menu li > a {
  color: #999793;
  font-size: 16px;
  text-decoration: none;
}
.left_menu li:hover > a {
  color: #ffd60d;
}

/* quick */
.quick {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 80px;
  height: 440px;
  z-index: 10;
  overflow: hidden;
  transition: all 0.8s ease 0s;
}
.quick.show {
  height: 80px;
}
.quick_menu {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 440px;
  border-radius: 80px;
  padding: 15px 0 0;
  text-align: center;
  background: #fff;
  border: 1px solid #ebebeb;
  overflow: hidden;
  z-index: 2;
  transition: all 0.8s ease 0s;
}
.quick_menu li {
  margin-bottom: 12px;
}
.quick_menu li a {
  font-size: 13px;
  color: #3a3a3c;
}
.quick_menu li a::before {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  margin: 0 auto;
  border-radius: 50%;
  background-repeat: no-repeat;
  transition: 0.8s;
}
.quick_menu li:nth-child(1) a::before {
  background-image: url(../img/quick_01.png);
  background-color: #2499bf;
}
.quick_menu li:nth-child(2) a::before {
  background-image: url(../img/quick_02.png);
  background-color: #49abc2;
}
.quick_menu li:nth-child(3) a::before {
  background-image: url(../img/quick_03.png);
  background-color: #6fc4d1;
}
.quick_menu li:nth-child(4) a::before {
  background-image: url(../img/quick_04.png);
  background-color: #87d1dc;
}
.quick_menu li:hover a::before {
  background-color: #f5f4f0;
  background-position-x: -56px;
  transition: 0.8s;
}
.quick_menu li a span {
  display: block;
  padding-top: 8px;
}
.quick_menu.show {
  height: 80px;
  z-index: -1;
}
.quick_close {
  display: block;
  margin-top: 28px;
  cursor: pointer;
}
.quick_menu li:hover .hover_img {
  opacity: 1;
  transition: all 0.3s ease 0s;
}
.open_menu {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background: #fff;
  border: 1px solid #ebebeb;
  overflow: hidden;
  cursor: pointer;
}
.quick.startKF .open_menu i {
  animation: consultant_i 4s cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s both;
}
.open_menu i {
  position: absolute;
  left: 14px;
  top: 91px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  transition: 1s;
  background: url(../img/quick_ic5.png?v=1) no-repeat;
}
.quick.startKF .open_menu strong {
  animation: consultant_text 2s cubic-bezier(0.65, 0.05, 0.36, 1) 5s both;
}
.quick.startKF .open_menu span {
  animation: consultant_text 2s cubic-bezier(0.65, 0.05, 0.36, 1) 7s both;
}
.open_menu strong, .open_menu span {
  position: absolute;
  width: 40px;
  left: 90px;
  top: 30px;
  font-size: 22px;
  font-weight: normal;
}
@keyframes consultant_i {
	0%{top:90px;}
	10%{top:15px;}
	50%{transform:rotateY(180deg);}
	90%{top:15px;}
	100%{top:-60px;}
}
@keyframes consultant_text {
	0%{left:80px;}
	10%{left:20px;}
	50%{left:20px;}
	90%{left:20px;}
	100%{left:-40px;}
}

/* sub */
.sub_top {
  padding-top: 100px;
  min-width: 1820px;
}
.sub_top_title_en {
  font-size: 24px;
  color: #33aae9;
}
.sub_top_title_ko {
  font-size: 42px;
  color: #000000;
  padding: 40px 0 0;
  font-weight: 500;
}
.sub_top_title_ko2 {
  font-size: 36px;
  color: #000000;
  padding-top: 8px;
  font-weight: 500;
}
.sub_top_text {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 24px;
  color: #000000;
  line-height: 34px;
  margin-top: 35px;
}
.sub_top_bg {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 420px;
  margin-top: 50px;
}
.sub_top_bg_title {
  font-size: 48px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  margin: 60px 0 25px;
}
.sub_top_bg_text {
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  line-height: 36px;
}

/* main */
.main_slider {
  position: relative;
  width: 100%;
  height: 740px;
}
.main_slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0 50px;
}
.main_slide_text_wrap {
  position: absolute;
  top: 230px;
  left: 280px;
}
.main_slide_timeline {
  position: relative;
  display: flex;
  align-items: center;
}
.main_slide_timeline span {
  font-size: 14px;
  color: rgb(255, 255, 255);
  text-shadow: rgb(0 0 0 / 12%) 0px 4px 13px;
  margin-right: 10px;
}
.main_slide_timeline div {
  position: relative;
  width: 225px;
  height: 3px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}
.main_slide_timeline div::after {
  display: block;
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.8);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.swiper-slide-active .main_slide_timeline div::after {
  animation: 7s linear 0s 1 normal none running timeline;
}
@keyframes timeline {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.main_slide_text1 {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  background: #202122;
  text-transform: uppercase;
  padding: 5px 19px 3px;
}
.main_slide_text2 {
  font-size: 54px;
  color: #000000;
  font-weight: 500;
  line-height: 65px;
  margin: 22px 0 20px;
}
.main_slide_text3 {
  font-size: 36px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 26px;
  line-height: 45px;
}
.main_slide_btn {
  position: relative;
  color: #fff;
  margin-left: 26px;
  z-index: 2;
}
.section:hover .main_slide_btn:hover span, div:hover > .main_slide_btn:hover .main_slide_btn:hover span {
  color: #636466;
}
.section:hover .main_slide_btn span, div:hover > .main_slide_btn span {
  color: #636466;
}
.main_slide_btn i::before {
  background: #fff;
}
.section:hover .main_slide_btn:hover i::before, div:hover > .main_slide_btn:hover .main_slide_btn:hover i::before {
  display: block;
  width: 120%;
  background: rgb(247, 247, 247);
  border-radius: 50px;
}
.section:hover .main_slide_btn i::before, div:hover > .main_slide_btn i::before {
  display: block;
  width: 120%;
  background: rgb(247, 247, 247);
  border-radius: 50px;
}
.main_slide1 {
  width: 100%;
  height: 100%;
  background: url(../img/main_slide03.jpg?v=1) center center no-repeat;
  background-size: cover;
  transform: scale(1.5);
  transition: all 2.0s ease 0s;
}
.main_slide2 {
  width: 100%;
  height: 100%;
  background: url(../img/main_slide02.jpg?v=2) center center no-repeat;
  background-size: cover;
  transform: scale(1.5);
  transition: all 2.0s ease 0s;
}
.main_slide3 {
  width: 100%;
  height: 100%;
  background: url(../img/main_slide01.jpg?v=2) center center no-repeat;
  background-size: cover;
  transform: scale(1.5);
  transition: all 2.0s ease 0s;
}
.main_slide4 {
  width: 100%;
  height: 100%;
  background: url(../img/main_slide04.jpg?v=1) center center no-repeat;
  background-size: cover;
  transform: scale(1.5);
  transition: all 2.0s ease 0s;
}
.main_slide5 {
  width: 100%;
  height: 100%;
  background: url(../img/main_slide05.jpg?v=1) center center no-repeat;
  background-size: cover;
  transform: scale(1.5);
  transition: all 2.0s ease 0s;
}
.swiper-slide-active .main_slide1, .swiper-slide-active .main_slide2, .swiper-slide-active .main_slide3, .swiper-slide-active .main_slide4, .swiper-slide-active .main_slide5 {
  transform: scale(1.0);
  transition: all 2.0s ease 0s;
}
.main_slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 86px;
  left: 312px;
  width: auto;
}
.main_slider .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #fff;
  opacity: 0.5;
  transition: 0.3s;
}
.main_slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.main_slider .swiper-pagination-bullet-active {
  width: 27px;
  opacity: 1;
  background: #fff;
  border-radius: 9px;
  transition: 0.3s;
}
.main_slider .swiper-button-next, .main_slider .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffd60d;
  margin-top: 0;
  opacity: 0;
  transition: all 0.8s ease 0s;
}
.main_slider:hover .swiper-button-next, .main_slider:hover .swiper-button-prev {
  opacity: 0.8;
  transition: all 0.8s ease 0s;
}
.main_slider .swiper-button-next:hover, .main_slider .swiper-button-prev:hover {
  opacity: 1;
  transition: all 0.8s ease 0s;
}
.main_slider .swiper-button-next {
  right: 76px;
  left: auto;
}
.main_slider .swiper-button-prev {
  left: 76px;
  right: auto;
}
.main_slider .swiper-button-next::before, .main_slider .swiper-button-prev::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
}
.main_slider .swiper-button-next:after, .main_slider .swiper-button-prev:after {
  content: "";
  position: absolute;
  display: block;
  font-size: 0;
  width: 20px;
  height: 16px;
}
.main_slider .swiper-button-next:after {
  background: url(../img/main_next.png) center center no-repeat;
}
.main_slider .swiper-button-prev:after {
  background: url(../img/main_prev.png) center center no-repeat;
}
.slider_index_wrap {
  position: absolute;
  left: 48px;
  bottom: 85px;
  z-index: 100;
}
.slider_index {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.slider_index span {
  font-size: 36px;
  color: rgba(255, 255, 255, 1);
}
.slider_index_text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
}

.event_section {
  margin-bottom: 75px;
}
.event_section .main_event_row {
  margin-bottom: 75px;
}
.main_event_wrap {
  margin-top: 75px;
}
.main_event_row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}
.main_event_box {
  position: relative;
  cursor: pointer;
}
.main_event_img_wrap {
  position: relative;
  width: 400px;
  height: 550px;
  overflow: hidden;
  border-radius: 0 50px;
}
.main_event_img_wrap img {
  transition: all 0.5s ease 0s;
}
.main_event_box:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.main_event_text_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 140px;
  background: #f6f6f6;
  border-radius: 0 0 0 30px;
}
.main_event_text1 {
  font-size: 30px;
  color: #33aae9;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.main_event_text2 {
  font-size: 20px;
  color: #000000;
}

.dif {
  position: relative;
  overflow-x: hidden;
}
.dif_wrap {
  display: flex;
  justify-content: space-between;
  height: 800px;
  overflow: hidden;
}
.dif_text_wrap {
  padding: 130px 0 0 280px;
}
.dif_text_wrap ul {
  margin-top: 55px;
}
.dif_text_wrap ul li {
  display: inline-block;
  margin-right: 95px;
}
.dif_count {
  font-size: 60px;
  color: #000000;
}
.dif_text {
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
  line-height: 24px;
  margin-top: 10px;
}
.dif_bg {
  width: 805px;
  height: 100%;
  background: url(../img/main_bg01.jpg);
  transform: translateX(805px);
  transition: all 1.0s ease 0s;
  opacity: 0;
  border-radius: 0 50px;
}
.dif_bg.on {
  transform: translateX(0);
  opacity: 1;
}
.dif_slider {
  position: absolute;
  top: 50%;
  right: 220px;
  transform: translate(980px, -50%);
  width: 760px;
  height: 480px;
  transition: all 1.0s ease 0.5s;
  opacity: 0;
}
.dif_slider.on {
  transform: translate(0, -50%);
  opacity: 1;
}
.dif_slider .slick-slide {
  margin-right: 20px;
}
.slick-slide img {
  width: 100%;
}
.dif_slider .slick-dots {
  position: absolute;
  bottom: -15px;
  left: -567px;
  display: block;
  width: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.dif_slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.dif_slider .slick-dots li.slick-active {
  width: 38px;
}
.dif_slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #999793;
  opacity: 0.3;
  border-radius: 12px;
  transition: all 0.3s ease 0s;
}
.dif_slider .slick-dots li.slick-active button {
  width: 38px;
  background: #ffd60d;
  opacity: 1;
}
.dif_slider .slick-dots li button::before {
  content: "";
}
.dif_slider .slick-next {
  right: -39px;
  background: url(../img/next_ic.png);
}
.dif_slider .slick-prev {
  left: -59px;
  background: url(../img/prev_ic2.png);
}
.dif_slider .slick-prev:before, .dif_slider .slick-next:before {
  content: "";
}
#doctor {
  background: #f6f6f6;
}
.doctor_wrap {
  position: relative;
  min-height: 440px;
  margin-top: 80px;
  margin-bottom: 100px;
}
.doctor_wrap > div {
  display: inline-block;
  vertical-align: top;
  transition: all 1.5s ease 0s;
  position: absolute;
}
.doctor_wrap.on div:nth-of-type(1) {
  transform: translateX(300px);
}
.doctor_wrap.on div:nth-of-type(2) {
  transform: translateX(0px);
}
.doctor_wrap.on div:nth-of-type(3) {
  transform: translateX(580px);
}
.doctor_wrap.on div:nth-of-type(4) {
  transform: translateX(900px);
}
.video_wrap {
  margin-top: 55px;
  margin-bottom: 50px;
}
.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.video_list_wrap {
  display: flex;
  justify-content: space-between;
}
.video_list_box {
  width: 386px;
}
.video_list {
  border-radius: 0 25px;
  overflow: hidden;
}
.video_list_text1 {
  font-size: 18px;
  color: #3a98dd;
  margin-top: 20px;
}
.video_list_text2 {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 16px;
  color: #3a3a3c;
  margin: 14px 0 10px;
}
.video_list_text3 {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 14px;
  color: #3a3a3c;
}
.since_bg {
  position: relative;
  width: 100%;
  height: 400px;
  margin: 95px 0 90px;
  overflow: hidden;
  min-width: 1820px;
}
.since_bg video {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.since_wrap {
  display: flex;
  justify-content: center;
  min-width: 1820px;
  margin-bottom: 150px;
}
.since_box:nth-of-type(1) {
  margin-right: 135px;
}
.since_box:nth-of-type(2) {
  margin-right: 75px;
}
.since_top {
  position: relative;
}
.since_text1 {
  font-size: 120px;
  color: #eceae6;
  font-weight: 500;
  line-height: 76px;
}
.since_text2 {
  position: absolute;
  left: 3px;
  bottom: 0;
  font-size: 36px;
  color: #3a3a3c;
  font-weight: 500;
}
.since_text3 {
  position: absolute;
  left: 76px;
  bottom: 4px;
  font-size: 14px;
  color: #3a98dd;
  font-weight: 500;
}
.since_text4 {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 20px;
  color: #3a3a3c;
  font-weight: 500;
  margin-top: 14px;
}
.event_carousel {
  position: relative;
  padding-top: 80px;
  overflow: hidden;
  min-width: 1820px;
}
.event_carousel::after {
  content: "";
  display: block;
  height: 248px;
  width: 100%;
  position: absolute;
  background-image: url(../img/main_img09.png);
  z-index: -1;
  top: 50%;
  left: 0px;
}
.event_carousel_wrap {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: 0 auto;
  height: 700px;
}
.event_carousel_slide {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 268px;
  height: 530px;
  padding: 0 80px;
  box-sizing: content-box;
}
.event_carousel_bg {
  width: 100%;
  height: 100%;
}
.event_carousel_bg1 {
  background: url(../img/main_img04.png) center top no-repeat;
  background-size: cover;
}
.event_carousel_bg2 {
  background: url(../img/main_img05.png) center top no-repeat;
  background-size: cover;
}
.event_carousel_bg3 {
  background: url(../img/main_img06.png) center top no-repeat;
  background-size: cover;
}
.event_carousel_bg4 {
  background: url(../img/main_img07.png) center top no-repeat;
  background-size: cover;
}
.event_carousel_bg5 {
  background: url(../img/main_img08.png) center top no-repeat;
  background-size: cover;
}
.event_carousel_bg a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.event_carousel_bg .event_title {
  font-size: 30px;
  color: #ffffff;
  font-weight: 500;
  padding: 253px 0 46px;
}
.event_carousel_bg .event_text {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
}
.parallax_wrap {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 0;
  width: 700px;
  height: 700px;
  z-index: -1;
  padding-top: 100px;
  overflow: hidden;
}
.parallax {
  width: 366px;
  height: 366px;
  background: url(../img/pall_img.png);
  z-index: -1;
  transition: all 3s ease 0s;
  transform: translate3d(50%, -50%, 0);
}
#review {
  background: #f0edeb;
}
#review .title_en {
  text-transform: none;
}
.review_wrap {
  margin-top: 85px;
}
.review_wrap ul {
  display: flex;
  justify-content: space-between;
}
.review_wrap ul li {
  position: relative;
  width: 400px;
  height: 530px;
  border-radius: 0 50px;
  overflow: hidden;
}
.review_img_wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.review_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review_text_wrap {
  position: absolute;
  left: 0;
  top: 410px;
  width: 100%;
  height: 100%;
  background: rgba(32, 33, 34, 0.7);
  padding: 33px 30px;
  overflow: hidden;
  transition: all 0.5s ease 0s;
}
.review_wrap ul li:hover .review_text_wrap {
  top: 0;
  transition: all 0.5s ease 0s;
}
.review_top_wrap {
  display: flex;
  align-items: center;
}
.review_category {
  width: 136px;
  height: 36px;
  font-size: 22px;
  color: #202122;
  font-weight: 500;
  line-height: 36px;
  background: #ffd60d;
  border-radius: 36px;
  text-align: center;
}
.review_name {
  font-size: 24px;
  color: #ffffff;
  margin-left: 15px;
}
.review_title {
  font-size: 24px;
  color: #ffffff;
  margin-top: 55px;
  margin-bottom: 12px;
}
.review_content {
  font-size: 18px;
  color: #ffffff;
  line-height: 26px;
}
.notice_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.notice_img {
  width: 600px;
}
.notice_tab {
  width: 600px;
}
.notice_tab .tabs {
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
  margin-top: 20px;
}
.notice_tab .tabs li {
  text-align: center;
}
.notice_tab .tabs li a {
  font-size: 24px;
  color: #3a3a3c;
  font-weight: 500;
}
.notice_tab .tabs li:hover a, .notice_tab .tabs li.active a {
  color: #33aae9;
}
#contact {
  background: #3d4246;
  padding: 80px 0 50px;
}
.contact_text1 {
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
  vertical-align: middle;
  margin-bottom: 28px;
}
.contact_text1 span {
  font-size: 18px;
  padding-left: 10px;
}
.contact_text1:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 26px;
  background: url(../img/map_ic1.png);
  vertical-align: middle;
  margin-right: 12px;
}
.contact_wrap {
  display: flex;
  justify-content: space-between;
}
.contact_box {
  width: 630px;
}
#contact .root_daum_roughmap .wrap_controllers {
  display: none;
}
.contact_btn_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.contact_btn1 {
  display: inline-block;
  width: 310px;
  height: 50px;
  font-size: 18px;
  color: #f6f7fb;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  background: #01c73c;
  transition: all 0.3s ease 0s;
}
.contact_btn1:hover {
  background: #33aae9;
  transition: all 0.3s ease 0s;
}
.contact_btn1 span {
  position: relative;
  display: inline-block;
  padding: 0 28px;
}
.contact_btn1 span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/map_ic5.png);
}
.contact_btn1 span::after {
  content: "";
  position: absolute;
  right: 3px;
  top: 18px;
  display: inline-block;
  width: 8px;
  height: 14px;
  background: url(../img/map_ic7.png);
}
.contact_btn2 {
  display: inline-block;
  width: 310px;
  height: 50px;
  font-size: 18px;
  color: #f6f7fb;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  background: #000000;
  transition: all 0.3s ease 0s;
}
.contact_btn2:hover {
  background: #33aae9;
  transition: all 0.3s ease 0s;
}
.contact_btn2 span {
  position: relative;
  display: inline-block;
  padding: 0 33px;
}
.contact_btn2 span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  display: inline-block;
  width: 24px;
  height: 18px;
  background: url(../img/map_ic6.png);
}
.contact_btn2 span::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 18px;
  display: inline-block;
  width: 8px;
  height: 14px;
  background: url(../img/map_ic7.png);
}

.kakao_btn_wrap {
  display: flex;
  justify-content: space-between;
}
.contact_btn4 {
  display: inline-block;
  width: 250px;
  height: 50px;
  font-size: 22px;
  color: #3c1d1e;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  background: #fae100;
  transition: all 0.3s ease 0s;
}
.contact_btn4:hover {
  color: #fff;
  background: #3c1d1e;
  transition: all 0.3s ease 0s;
}
.contact_btn4 span {
  position: relative;
  display: inline-block;
  padding: 0 33px;
}
.contact_btn4 span::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 18px;
  display: inline-block;
  width: 8px;
  height: 14px;
  background: url(../img/map_ic7.png);
}

.contact_box2 {
  width: 590px;
  margin-top: 6px;
}
.contact_row {
  display: flex;
  margin-bottom: 40px;
}
.contact_row p {
  font-size: 25px;
  color: #ffffff;
}
.contact_row p span {
  color: #77d0ff;
}
.contact_text2 {
  position: relative;
  width: 186px;
  padding-left: 56px;
}
.contact_text2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: url(../img/map_ic2.png);
}
.contact_row .contact_text3 {
  position: relative;
  width: 186px;
  padding-left: 56px;
  font-size: 25px;
}
.contact_text3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: url(../img/map_ic3.png);
}
.contact_text4 {
  position: relative;
  width: 186px;
  padding-left: 56px;
}
.contact_text4::before {
  content: "";
  position: absolute;
  left: 0;
  top: -6px;
  width: 28px;
  height: 28px;
  background: url(../img/map_ic4.png);
}
.contact_row2 {
  display: flex;
  margin-bottom: 12px;
}
.contact_row2 p {
  font-size: 18px;
}
.contact_text5 {
  position: relative;
  width: 85px;
  margin-right: 20px;
}
/* .contact_text5::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 18px;
  background: #fff;
} */
.contact_text6 {
  font-size: 25px;
  color: #ffffff;
  margin-top: 58px;
  margin-bottom: 24px;
}
.contact_req_row {
  display: flex;
  justify-content: space-between;
}
.contact_req_half {
  width: 285px;
}
.contact_req_row input {
  width: 100%;
  font-size: 22px;
  color: #ffffff;
  border: 0;
  border-bottom: 1px solid #ffffff;
  background: transparent;
  padding: 12px 0;
  opacity: 0.7;
  transition: all 0.3s ease 0s;
}
.contact_req_row input:focus, .contact_req_row input:active {
  border-bottom: 1px solid #ffd60d;
  transition: all 0.3s ease 0s;
}
.contact_req_row input::-webkit-input-placeholder {
  color: #ffffff;
}
.contact_req_row input:-ms-input-placeholder {
  color: #ffffff;
}
.contact_req_row input::placeholder {
  color: #ffffff;
}
.contact_wrap textarea {
  width: 100%;
  height: 37px;
  font-size: 22px;
  color: #ffffff;
  border: 0;
  border-bottom: 1px solid #ffffff;
  background: transparent;
  padding: 12px 0;
  opacity: 0.7;
  margin-top: 20px;
  transition: all 0.3s ease 0s;
}
.contact_wrap textarea:focus {
  border-bottom: 1px solid #ffd60d;
  transition: all 0.3s ease 0s;
}
.contact_wrap textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.contact_wrap textarea:-ms-input-placeholder {
  color: #ffffff;
}
.contact_wrap textarea::placeholder {
  color: #ffffff;
}
.contact_agree {
  font-size: 14px;
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 35px;
}
.contact_agree label {
  cursor: pointer;
}
.contact_agree a {
  color: #ffffff;
  margin-left: 8px;
}
.contact_btn3_wrap {
  position: relative;
}
.contact_btn3 {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 18px;
  color: #000000;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  background: #999793;
  border: 0;
  transition: all 0.5s ease 0s;
  
}
.contact_btn3:hover {
  background: #ffd60d;
  transition: all 0.5s ease 0s;
}
.contact_btn3_ic {
  content: "";
  position: absolute;
  right: 222px;
  top: 18px;
  display: inline-block;
  width: 8px;
  height: 14px;
  background: url(../img/map_ic8.png);
  cursor: pointer;
}
.label-cbx {
  user-select: none;
  cursor: pointer;
  margin-bottom: 0;
  display: inline-block;
}
.label-cbx .checkbox {
  position: relative;
  top: 0;
  float: left;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  border: 2px solid #C8CCD4;
  border-radius: 3px;
}
.label-cbx input:checked + .checkbox {
  border-color: #ffd60d;
}
.label-cbx .checkbox svg {
  position: absolute;
  top: -2px;
  left: -2px;
}
.label-cbx .checkbox svg path {
  fill: none;
  stroke: #ffd60d;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 71px;
  stroke-dashoffset: 71px;
  transition: all 0.6s ease;
}
.label-cbx input:checked + .checkbox svg path {
  fill: #ffd60d;
}
.label-cbx:hover .checkbox svg path {
  stroke-dashoffset: 0;
}
.label-cbx .checkbox svg polyline {
  fill: none;
  stroke: #000;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 18px;
  stroke-dashoffset: 18px;
  transition: all 0.3s ease;
}
.label-cbx input:checked + .checkbox svg polyline {
  stroke-dashoffset: 0;
}
.label-cbx > span {
  pointer-events: none;
  vertical-align: sub;
}
.invisible {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  opacity: 0;
}
.contact_row3 {
  align-items: center;
}
.contact_row3 p {
  font-size: 18px;
}

/* info */
.sub_top_info {
  background-image: url(../img/info_top.jpg?v=1);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.sub_top_info .inner {
  height: 100%;
}
.sub_top_info .sub_top_bg_title {
  text-align: left;
  margin-top: 20px;
}
.sub_top_info .sub_top_bg_text {
  text-align: left;
}
.cert_carousel {
  position: relative;
  padding-top: 80px;
  overflow: hidden;
}
.cert_carousel::after {
  content: "";
  display: block;
  height: 248px;
  width: 100%;
  position: absolute;
  background-image: url(../img/main_img09.png);
  z-index: -1;
  top: 50%;
  left: 0px;
}
.cert_carousel_wrap {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: 0 auto;
  height: 700px;
}
.cert_carousel_slide {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 268px;
  height: 530px;
  padding: 0 80px;
  box-sizing: content-box;
}
.cert_carousel_bg {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: url(../img/info_img15.png) center top no-repeat;
  background-size: cover;
}
.cert_carousel_bg .cert_title {
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}
.cert_carousel_bg img {
  margin: 20px 0;
}
.cert_carousel_bg .cert_text {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  line-height: 24px;
}
.cert::after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}
.cert_wrap {
  float: right;
  overflow: hidden;
  position: relative;
  width: calc(1260px + ((100% - 1260px) / 2));
  display: flex;
  align-items: center;
}
.cert_text_wrap {
  width: 520px;
  flex-shrink: 0;
}
.info_slider {
  width: 100%;
  height: 625px;
  flex-grow: 1;
  background: #f6f6f6;
  padding: 75px 0 45px 75px;
}
.info_slider li {
  width: 270px;
}
.info_slider li dl dt {
  background: #fff;
  border: 1px solid #dedede;
}
.info_slider li dl dd {
  font-size: 20px;
  color: #525252;
  text-align: center;
  margin-top: 30px;
  line-height: 1.4;
  word-break: keep-all;
}
.info_slider .swiper-scrollbar {
  overflow: hidden;
  height: 4px;
  bottom: 47px;
  left: 80px;
  width: 580px;
  background: #fff;
}
.info_slider .swiper-scrollbar .swiper-scrollbar-drag {
  background: #000;
}

.system_wrap {
  padding: 0px 0 0 40px;
}
.system_equipment_wrap {
  display: flex;
  justify-content: space-between;
  padding: 70px 0 50px;
  border-bottom: 1px solid #ebeae9;
}
.system_equipment_box {
  
}
.system_equipment_title {
  font-size: 24px;
  color: #3a98dd;
  font-weight: 500;
  margin-bottom: 20px;
}
.system_equipment_text {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 18px;
  color: #202122;
  line-height: 28px;
}
.system_img_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
}
.system_img_wrap img {
  margin-top: 30px;
}
#onestop {
  background: url(../img/info_img06.jpg?v=1);
  background-attachment: fixed;
  background-size: cover;
}
.onestop_title {
  font-size: 48px;
  color: #fff;
  font-weight: 500;
}
.onestop_text {
  font-size: 36px;
  color: #fff;
  font-weight: 500;
  margin-top: 15px;
}
.onestop_wrap {
  margin-top: 100px;
}
.onestop_wrap > div {
  display: inline-block;
  width: 463px;
  height: 463px;
  padding: 130px 0;
  text-align: center;
  transition: all 0.3s ease 0s;
  border-radius: 50%;
  position: relative;
}
.onestop_wrap > div:nth-of-type(2) {
  margin: 0 -70px;
}
.onestop_wrap .rot {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 1px dashed white;
  text-align: center;
  transition: all 0.3s ease 0s;
  border-radius: 50%;
}
.onestop_wrap figure {
  position: relative;
  z-index: 1;
}
.onestop_wrap figure h3 {
  font-size: 36px;
  color: #fff;
  font-weight: 500;
}
.onestop_wrap figure h4 {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  margin: 8px 0 32px;
}
.onestop_wrap figure p {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 26px;
}
.onestop_wrap > div:hover .rot {
  animation: 2s linear 0s infinite normal none running rotation;
}
.onestop_wrap div:hover {
  background: rgba(0, 0, 0, 0.4);
}
.emergency_wrap {
  margin-top: 60px;
}
.emergency_wrap ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 530px;
}
.emergency_wrap li {
  position: relative;
  width: 20%;
  height: 0;
  transition: all 0.5s ease 0s;
  overflow: hidden;
}
.emergency_wrap.on li {
  height: 530px;
  transition: all 0.5s ease 0s;
}
.emergency_wrap .emergency_text_wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 120px;
  background: rgba(36, 153, 191, 0.8);
  padding: 30px 0;
}
.emergency_wrap .emergency_text_wrap p {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
}
.emergency_wrap li:nth-of-type(1) {
  background: url(../img/info_img07.jpg?v=1) center center no-repeat;
  background-size: cover;
  transition-delay: 0s;
}
.emergency_wrap li:nth-of-type(2) {
  background: url(../img/info_img08.jpg?v=1) center center no-repeat;
  background-size: cover;
  transition-delay: 0.3s;
}
.emergency_wrap li:nth-of-type(3) {
  background: url(../img/info_img09.jpg?v=1) center center no-repeat;
  background-size: cover;
  transition-delay: 0.6s;
}
.emergency_wrap li:nth-of-type(4) {
  background: url(../img/info_img10.jpg?v=1) center center no-repeat;
  background-size: cover;
  transition-delay: 0.9s;
}
.emergency_wrap li:nth-of-type(5) {
  background: url(../img/info_img11.jpg?v=1) center center no-repeat;
  background-size: cover;
  transition-delay: 1.2s;
}
.care_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.care_wrap > div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 280px;
  border-radius: 0 30px;
  overflow: hidden;
}
.care_wrap > div > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease 0s;
}
.care_wrap div p {
  position: relative;
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
}
.care_wrap > div:nth-of-type(1) > div {
  background: url(../img/info_img12.png) center center no-repeat;
  background-size: cover;
}
.care_wrap > div:nth-of-type(2) > div {
  background: url(../img/info_img13.png) center center no-repeat;
  background-size: cover;
}
.care_wrap > div:nth-of-type(3) > div {
  background: url(../img/info_img14.png) center center no-repeat;
  background-size: cover;
}
.care_wrap > div:hover > div {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
#history {
  background: #f6f6f6;
}
.history_wrap {
  position: relative;
  width: 100%;
}
.history_wrap::after {
  display: block;
  position: absolute;
  content: "";
  top: 0px;
  left: 50%;
  margin-top: 57px;
  margin-bottom: 60px;
  margin-left: -1px;
  width: 1px;
  height: calc(100% - 40px);
  background-image: url(../img/dash_line.png);
  background-position: center top;
  z-index: 1;
  box-sizing: content-box;
}
.history_wrap .left {
  text-align: left;
}
.history_wrap .right {
  text-align: right;
}
.history_row {
  display: block;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  height: auto;
  z-index: 5;
}
.history_row::after {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 5px solid rgb(255, 204, 0);
  background: rgb(255, 255, 255);
  z-index: 5;
  box-sizing: content-box;
}
.history_box {
  display: inline-block;
  background: rgb(255, 255, 255);
  box-shadow: rgb(0 0 0 / 5%) 0px 0px 20px;
  width: 540px;
  height: 100%;
  text-align: left;
  padding: 22px 40px;
  transition: all 0.5s ease 0s;
}
.history_box strong {
  display: block;
  font-size: 20px;
  color: #202122;
  font-weight: 500;
  margin-bottom: 10px;
}
.history_box p {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 16px;
  color: #202122;
  line-height: 24px;
  white-space: pre-line;
}
.history_more_wrap {
  margin-top: 80px;
  text-align: center;
}
.history_more_wrap button {
  font-size: 18px;
  color: #ffd60d;
  font-weight: 500;
  border: 2px solid #ffd60d;
  border-radius: 50px;
  padding: 15px 64px;
  background: #fff;
  transition: all 0.3s ease 0s;
}
.history_more_wrap button:hover {
  opacity: 0.7;
}
.history_more_wrap button::after {
  display: inline-block;
  position: relative;
  content: "";
  bottom: 0px;
  right: 0px;
  width: 14px;
  height: 9px;
  margin-left: 8px;
  background-image: url(../img/history_arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.trust_wrap {
  margin-top: 60px;
}
.trust_row {
  display: flex;
  justify-content: space-between;
}
.trust_box {
  position: relative;
}
.trust_top {
  position: relative;
}
.trust_text1 {
  font-size: 120px;
  color: #eceae6;
  font-weight: 500;
  line-height: 76px;
}
.trust_text2 {
  position: absolute;
  left: 3px;
  bottom: 0;
  font-size: 36px;
  color: #3a3a3c;
  font-weight: 500;
}
.trust_text3 {
  position: absolute;
  left: 76px;
  bottom: 4px;
  font-size: 14px;
  color: #3a98dd;
  font-weight: 500;
}
.trust_text4 {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 20px;
  color: #3a3a3c;
  font-weight: 500;
  margin-top: 14px;
}
.trust_row2 {
  display: flex;
  margin-top: 100px;
  padding-bottom: 50px;
}
.trust_row2 .trust_box:nth-of-type(1) {
  margin-right: 280px;
}
#info_doctor .doctor_wrap {
  margin-top: 60px;
}

/* system */
.sub_top_system {
  background-image: url(../img/system_top.jpg?v=1);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.sub_top_system .inner {
  height: 100%;
}
.sub_top_system .sub_top_bg_title {
  text-align: left;
  margin-top: 20px;
}
.sub_top_system .sub_top_bg_text {
  text-align: left;
}
.sub_top_system {
  background: url(../img/system_top.jpg?v=1) center top no-repeat;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.system_service_wrap {
  display: flex;
  justify-content: space-between;
  padding: 20px 40px 100px;
}
.system_service_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 300px;
  text-align: center;
  border-right: 1px solid #d7d7d7;
  flex: 1 1;
}
.system_service_box:last-child {
  border-right: none;
}
.system_service_text1 {
  font-size: 30px;
  color: #202122;
  font-weight: 500;
  padding: 15px 0 25px;
}
.system_service_text2 {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 18px;
  color: #202122;
  font-weight: 500;
}
.sub_system_equipment_wrap {
  margin-top: 60px;
  margin-bottom: 150px;
}
.systemp_care_wrap {
  padding-top: 40px;
}
.system_care_row {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.system_care_box {
  display: flex;
}
.system_care_img_wrap {
  position: relative;
  width: 240px;
  height: 168px;
  overflow: hidden;
}
.system_care_img_wrap > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease 0s;
}
.system_care_box:hover .system_care_img_wrap > div {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.system_care_row:nth-of-type(1) .system_care_box:nth-of-type(1) .system_care_img_wrap > div {
  background: url(../img/system_img08.jpg) center center no-repeat;
  background-size: cover;
}
.system_care_row:nth-of-type(1) .system_care_box:nth-of-type(2) .system_care_img_wrap > div {
  background: url(../img/system_img09.jpg) center center no-repeat;
  background-size: cover;
}
.system_care_row:nth-of-type(1) .system_care_box:nth-of-type(3) .system_care_img_wrap > div {
  background: url(../img/system_img10.jpg) center center no-repeat;
  background-size: cover;
}
.system_care_row:nth-of-type(2) .system_care_box:nth-of-type(1) .system_care_img_wrap > div {
  background: url(../img/system_img11.jpg) center center no-repeat;
  background-size: cover;
}
.system_care_row:nth-of-type(2) .system_care_box:nth-of-type(2) .system_care_img_wrap > div {
  background: url(../img/system_img12.jpg) center center no-repeat;
  background-size: cover;
}
.system_care_row:nth-of-type(2) .system_care_box:nth-of-type(3) .system_care_img_wrap > div {
  background: url(../img/system_img13.jpg) center center no-repeat;
  background-size: cover;
}
.system_care_row:nth-of-type(3) .system_care_box:nth-of-type(1) .system_care_img_wrap > div {
  background: url(../img/system_img14.jpg) center center no-repeat;
  background-size: cover;
}
.system_care_row:nth-of-type(3) .system_care_box:nth-of-type(2) .system_care_img_wrap > div {
  background: url(../img/system_img15.jpg) center center no-repeat;
  background-size: cover;
}
.system_care_row:nth-of-type(3) .system_care_box:nth-of-type(3) .system_care_img_wrap > div {
  background: url(../img/system_img16.jpg) center center no-repeat;
  background-size: cover;
}
.system_care_text_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 168px;
  border-radius: 0 30px 0 0;
}
.system_care_text_wrap p {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  line-height: 30px;
}
.system_care_row:nth-of-type(1) .system_care_text_wrap {
  background: #2499bf;
}
.system_care_row:nth-of-type(2) .system_care_text_wrap {
  background: #409ebc;
}
.system_care_row:nth-of-type(3) .system_care_text_wrap {
  background: #49abc2;
}
.system_guarantee_wrap {
  margin-top: 70px;
}
.system_guarantee_wrap ul {
  display: flex;
  justify-content: space-between;
}
.system_guarantee_wrap ul li {
  
}
.system_wrap2 h2 {
  font-size: 36px;
  color: #202122;
  font-weight: 500;
  text-align: left;
  line-height: 50px;
  margin: 80px 0 0px;
}
.system_wrap2 h2 span {
  color: #045197;
}
.system_wrap3 {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px;
  margin-top: 60px;
  margin-bottom: 30px;
}
.system_wrap3 img {
  transition: all 0.5s ease 0s;
}
.system_wrap3:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.system_wrap3 > div {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 480px;
  height: 100%;
  background: rgba(32, 33, 34, 0.6);
}
.system_wrap3 p {
  font-size: 36px;
  color: #fff;
  font-weight: 500;
}
.system_wrap3 p:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: 30px 0 0;
  background-image: linear-gradient(to right, #ffd60d 33%, #ffe771 33% 66%, #fff3b8 66%);
}
.system_wrap3 li {
  position: relative;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  margin-top: 25px;
  line-height: 40px;
}
.system_wrap4 ul {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 200px;
}
.system_wrap4 li {
  text-align: center;
}
.system_wrap4 li > div {
  overflow: hidden;
  border-radius: 0 50px;
}
.system_wrap4 li > div > img {
  transition: all 0.5s ease 0s;
}
.system_wrap4 li:hover > div > img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.system_wrap4 li h2 {
  font-size: 30px;
  color: #3a98dd;
  font-weight: 500;
  margin: 35px 0 10px;
}
.system_wrap4 li p {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 18px;
  color: #202122;
  line-height: 30px;
}
#clean_system {
  background: url(../img/clean_system_bg.jpg?v=1);
  background-attachment: fixed;
  background-size: cover;
}
.clean_system_title {
  font-size: 48px;
  color: #fff;
  font-weight: 500;
  line-height: 60px;
}
.clean_system_text {
  font-size: 36px;
  color: #fff;
  font-weight: 500;
  margin-top: 15px;
}
.clean_system_wrap {
  margin-top: 60px;
}
.clean_system_wrap > div {
  display: inline-block;
  width: 463px;
  height: 463px;
  padding: 150px 0;
  text-align: center;
  transition: all 0.3s ease 0s;
  border-radius: 50%;
  position: relative;
}
.clean_system_wrap > div:nth-of-type(2) {
  margin: 0 -70px;
}
.clean_system_wrap .rot {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 1px dashed white;
  text-align: center;
  transition: all 0.3s ease 0s;
  border-radius: 50%;
}
.clean_system_wrap figure {
  position: relative;
  z-index: 1;
}
.clean_system_wrap figure h3 {
  font-size: 36px;
  color: #fff;
  font-weight: 500;
}
.clean_system_wrap figure h4 {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  margin: 8px 0 32px;
}
.clean_system_wrap figure p {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 22px;
  color: #fff;
  line-height: 30px;
  margin-top: 30px;
}
.clean_system_wrap > div:hover .rot {
  animation: 2s linear 0s infinite normal none running rotation;
}
.clean_system_wrap div:hover {
  background: rgba(0, 0, 0, 0.4);
}

/* equipment */
.sub_top_equip {
  position: relative;
  overflow: hidden;
}
.sub_top_equip video {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.equip_wrap {

}
.equip_row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}
.equip_box {
  position: relative;
  cursor: pointer;
}
.equip_img_wrap {
  position: relative;
  width: 400px;
  height: 400px;
  overflow: hidden;
}
.equip_img_wrap img {
  transition: all 0.5s ease 0s;
}
.equip_box:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.equip_text_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 140px;
  background: #f6f6f6;
  border-radius: 0 0 0 30px;
}
.equip_text1 {
  font-size: 30px;
  color: #33aae9;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.equip_text2 {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 20px;
  color: #000000;
  text-align: center;
}
.layer_wrap {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.layer_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
}
.layer_pop {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1080px;
	height: 620px;
	z-index: 10;
	background: #96c8e3;
	border-radius: 50px;
}
.layer_wrap .layer_pop {
	display: block;
}
.layer_container {
	position: relative;
	height: 100%;
}
.layer_close {
	position: absolute;
	right: 30px;
	top: 30px;
	z-index: 1000;
	cursor: pointer;
}
.pop_slider {
	position: relative;
	height: 100%;
}
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 29px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-next {
  right: -50px;
	background: url(../img/next_ic2.png);
}
.slick-prev {
  left: -50px;
	background: url(../img/prev_ic2.png);
}
.pop_wrap {
  display: flex;
  margin: 80px 0;
  padding: 0 50px;
}
.pop_img_wrap {
  display: flex;
  align-items: flex-end;
  width: 400px;
  height: 460px;
  background: #fff;
  overflow: hidden;
  border-radius: 0 50px;
  flex-shrink: 0;
}
.pop_text_wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-left: 50px;
}
.pop_title {
  font-size: 48px;
  color: #fff;
  text-transform: uppercase;
  line-height: 52px;
}
.pop_text1 {
  font-size: 24px;
  color: #202122;
  font-weight: 500;
  margin: 45px 0 25px;
}
.pop_text2 {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 18px;
  color: #202122;
  line-height: 24px;
  margin-top: 45px;
  word-break: keep-all;
}
.equip_name_slider_wrap {
  
}
.equip_name_slider {
  display: flex;
  flex-direction: column-reverse;
}
.equip_name_wrap {
  display: flex;
  padding: 0 40px;
}
.equip_name_img_wrap {
  position: relative;
  width: 500px;
  height: 500px;
  overflow: hidden;
  flex-shrink: 0;
}
.equip_name_img_wrap img {
  width: 500px;
  height: 500px;
  object-fit: cover;
}
.equip_name_text_wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-left: 75px;
}
.equip_name_title_ko {
  font-size: 30px;
  color: #202122;
  font-weight: 500;
}
.equip_name_title_en {
  font-size: 30px;
  color: #33aae9;
  text-transform: uppercase;
  margin-top: 5px;
}
.equip_name_text {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 18px;
  color: #202122;
  line-height: 24px;
  margin-top: 40px;
  white-space: pre-line;
}
.equip_name_slider .slick-dots {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #999793;
  border-left: 1px solid #999793;
  margin-bottom: 50px;
}
.equip_name_slider .slick-dots li {
  width: 12.5%;
  min-height: 63px;
  padding: 10px 0;
  border-bottom: 1px solid #999793;
  border-right: 1px solid #999793;
}
.equip_name_slider .slick-dots li.slick-active {
  background: #ebeae9;
}
.equip_name_slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background: 0;
}
.equip_name_slider .slick-dots li button .equip_ko {
  font-family:'Pretendard', dotum, sans-serif;
  display: block;
  font-size: 14px;
  color: #202122;
  font-weight: 500;
  text-align: center;
  margin-bottom: 4px;
}
.equip_name_slider .slick-dots li button .equip_en {
  display: block;
  font-size: 10px;
  color: #202122;
  text-transform: uppercase;
  text-align: center;
}
.equip_navi {
  margin-top: 50px;
}
.equip_navi ul {
  text-align: center;
}
.equip_navi ul li {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(153, 151, 147, 0.3);
  margin: 0 6px;
}
.equip_navi ul li.active {
  background: rgba(153, 151, 147, 1);
}
.equip_name_slider .slick-next {
  width: 10px;
  height: 16px;
  right: 492px;
  top: auto;
  bottom: -65px;
  transform: translate(0, 0);
	background: url(../img/next_ic3.png);
}
.equip_name_slider .slick-prev {
  width: 10px;
  height: 16px;
  left: 492px;
  top: auto;
  bottom: -65px;
  transform: translate(0, 0);
	background: url(../img/prev_ic3.png);
}
.equip_page {
  font-size: 18px;
  text-align: center;
  margin-top: 15px;
}
.equip_total {
  font-size: 14px;
}

/* doctor */
.sub_top_doctor {
  background: url(../img/doctor_top.jpg) center top no-repeat;
  background-size: cover;
}
.sub_doctor_wrap {

}
.doctor_row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.doctor_row:nth-of-type(3) {
  margin-bottom: 0;
}
.doctor_box {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0 50px;
}
.doctor_img_wrap {
  position: relative;
  width: 400px;
  height: 460px;
  overflow: hidden;
}
.doctor_text_wrap {
  padding: 40px 20px 50px;
  background: #f6f6f6;
}
.doctor_text1 {
  font-size: 36px;
  color: #202122;
  text-align: center;
  font-weight: 500;
}
.doctor_text1 span {
  color: #33aae9;
  font-weight: 400;
}
.doctor_text2 {
  font-size: 18px;
  color: #000000;
  text-align: center;
  margin-top: 12px;
}
.doctor_career_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  margin-top: 28px;
  border-top: 1px solid #ffd60d;
}
.doctor_career_wrap ul {
  position: relative;
}
.doctor_career_wrap ul li {
  position: relative;
  font-size: 20px;
  color: #000000;
  padding-left: 12px;
  margin-top: 20px;
}
.doctor_career_wrap ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  background: #33aae9;
  border-radius: 50%;
}
.doctor_box_hover {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(32, 33, 34, 0.8);
  transition: all 0.5s ease 0s;
  opacity: 0;
}
.doctor_box_hover span {
  font-size: 24px;
  color: #fff;
}
.doctor_box_hover i {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}
.doctor_box_hover i::before {
  content: "";
  right: 0px;
  top: 0px;
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  background: #ffd60d;
  border-radius: 50%;
}
.doctor_box_hover i svg {
  position: relative;
  top: 6px;
  left: 6px;
  transform: rotate(45deg);
}
.doctor_box:hover .doctor_box_hover {
  transition: all 0.5s ease 0s;
  opacity: 1;
}
.doctor_layer_pop {
  height: 90%;
  max-height: 1040px;
  background: #fff;
  border-radius: 50px 0 0 50px;
}
.doctor_pop_slider {
  height: 100%;
}
.doctor_pop_slider .slick-list {
  height: 100%;
}
.doctor_pop_slider .slick-track {
  height: 100%;
}
.doctor_pop_wrap {
  position: relative;
  height: 100%;
  padding: 80px 50px 0;
  overflow-y: auto;
}
.doctor_pop_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 380px;
  background: #33aae9;
}
.doctor_pop_top_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}
.doctor_pop_img_wrap {
  position: relative;
  width: 400px;
  height: 460px;
  overflow: hidden;
  border-radius: 0 50px;
}
.doctor_pop_text_wrap {
  position: relative;
  width: 530px;
}
.doctor_pop_text1 {
  font-size: 48px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.doctor_pop_text2 {
  font-size: 48px;
  color: #fff;
  font-weight: 500;
}
.doctor_pop_dr {
  font-weight: 400;
}
.doctor_pop_position {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
}
.doctor_pop_list {
  margin-top: 38px;
}
.doctor_pop_list ul {
  position: relative;
}
.doctor_pop_list ul li {
  display: inline-block;
  min-width: 84px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 30px;
  margin-right: 5px;
  margin-bottom: 6px;
  padding: 6px 8px 4px;
}
.doctor_pop_top_table {
  margin-top: 45px;
}
.doctor_pop_top_table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.doctor_pop_top_table table th {
  height: 40px;
  font-size: 16px;
  color: #202122;
  font-weight: 400;
  border-right: 1px solid #e0e0de;
  border-bottom: 2px solid #999793;
  background: #e1ecf0;
}
.doctor_pop_top_table table th:last-child {
  border-right: 0;
}
.doctor_pop_top_table table td {
  height: 52px;
  font-size: 16px;
  color: #202122;
  font-weight: 400;
  text-align: center;
  border-right: 1px solid #e0e0de;
  border-bottom: 1px solid #e0e0de;
  background: #fff;
}
.doctor_pop_top_table table td.last {
  border-right: 0;
}
.doctor_pop_top_table table td.bottom {
  border-bottom: 1px solid #999793;
}
.doctor_pop_top_table table td span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #3284c0;
  border-radius: 50%;
}
.doctor_pop_top_table table td a {
  display: inline-block;
  width: 75px;
  height: 75px;
  font-size: 18px;
  color: #202122;
  font-weight: 400;
  border: 2px solid #999793;
  border-radius: 50%;
  line-height: 73px;
}
.doctor_pop_box {
  position: relative;
  padding-bottom: 50px;
  border-bottom: 1px solid #33aae9;
  margin-bottom: 50px;
}
.doctor_pop_box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 300px;
  height: 1px;
  background: #33aae9;
}
.doctor_pop_box:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.doctor_pop_box:last-child:after {
  width: 0;
  height: 0;
  background: 0;
}
.doctor_pop_box_title {
  font-size: 30px;
  color: #202122;
  font-weight: 500;
  margin-bottom: 20px;
}
.doctor_pop_box_text {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 18px;
  color: #202122;
  line-height: 40px;
  white-space: pre-line;
}

/* facility */
.sub_top_facility {
  background: url(../img/facility_top.jpg?v=1) center top no-repeat;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#facility {
  padding-bottom: 150px;
}
.facility_wrap {
  display: flex;
  align-items: flex-end;
  padding: 160px 0 180px;
}
.facility_left {
  flex: 1 1 50%;
  text-align: right;
  margin-bottom: 40px;
}
.facility_center {
  position: relative;
  flex-shrink: 0;
  margin-right: 60px;
  margin-left: 40px;
}
.facility_right {
  flex: 1 1 50%;
  margin-bottom: 40px;
}
.facility_row {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 155px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
}
.factility_img {
  margin-bottom: 12px;
}
.facility_text1 {
  font-size: 18px;
  color: #202122;
  font-weight: 400;
  margin-bottom: 14px;
}
.facility_text1 span {
  font-size: 60px;
  font-weight: 500;
}
.facility_text2 {
  font-size: 18px;
  color: #202122;
  line-height: 26px;
}
.facility_text3 {
  font-size: 36px;
  color: #202122;
  margin-top: 4px;
}
.facility_video_wrap {
  max-width: 65%; 
  margin: 50px auto 0; 
}
#facility .video {
  position: relative;
  width: 100%;
  height: 0; 
  padding-bottom: 56.25%; 
  margin-bottom: 200px;
}
#facility .video iframe {
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%; 
} 
#facility .parallax_wrap {
  right: 0;
  top: 0;
  padding-top: 30px;
  padding-right: 284px;
}
#facility .parallax {
  width: 357px;
  height: 357px;
  background: url(../img/facility_img04.png);
}
#facility .tabs {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ebebeb;
}
#facility .tabs li {
  text-align: center;
  margin: 0 65px;
}
#facility .tabs li a {
  display: block;
  font-size: 20px;
  color: #999793;
  padding-bottom: 25px;
}
#facility .tabs li:hover a, #facility .tabs li.active a {
  color: #33aae9;
}
#facility .tabs li.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #33aae9;
}
.facility_list_wrap:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}
.facility_slider {
  float: right;
  overflow: hidden;
  position: relative;
  width: calc(1260px + ((100% - 1260px) / 2));
  margin-top: 60px;
}
.facility_slider > ul > li {
  width: 1260px;
}
.facility_slider dl dt {
  overflow: hidden;
  height: 540px;
}
.facility_slider dl dt img {
  transform: scale(1.2);
}
.facility_slider .swiper-slide-active dt img {
  transform: scale(1);
  transition: transform 0.7s ease-out;
}
.facility_slider dl dd {
  min-height: 160px;
  margin-top: 50px;
  opacity: 0;
}
.facility_slider .swiper-slide-active dl dd {
  padding-left: 20px;
  opacity: 1;
  transition: opacity 0.5s ease-out;
}
.facility_slider dl dd strong {
  display: block;
  color: #202122;
  font-size: 30px;
  font-weight: 500;
}
.facility_slider dl dd span {
  font-family:'Pretendard', dotum, sans-serif;
  display: block;
  margin-top: 20px;
  color: #202122;
  font-size: 18px;
}
.facility_slider .swiper-arr {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 160px;
  height: 30px;
}
.facility_slider .swiper-arr > button {
  position: absolute;
  top: 4px;
  width: 10px;
  height: 16px;
  margin-top: 0;
  font-size: 0;
  border: 0;
}
.facility_slider .swiper-arr > button.swiper-button-prev {
  left: 0;
  background: url(../img/prev_ic3.png) no-repeat 50%;
}
.facility_slider .swiper-arr > button.swiper-button-next {
  right: 0;
  background: url(../img/next_ic3.png) no-repeat 50%;
}
.facility_slider .swiper-button-next:after, .facility_slider .swiper-button-prev:after {
  content: "";
}
.facility_slider .swiper-pagination {
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 160px;
  height: 30px;
  font-size: 24px;
  color: #202122;
}
.facility_slider .swiper-pagination > span {
  margin: 0 5px;
  vertical-align: middle;
}
.facility_slider .swiper-pagination .swiper-pagination-current {
  color: #33aae9;
}
.light_wrap {
  position: absolute;
  top: 62%;
  width: 100%;
}
.light_gr1 {
  position: absolute;
  width: 0px;
  height: 0px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(#71bfe1 10px, #71bfe1 30%, #71bfe1 90%);
  animation: ani_light1 2s infinite;
}
.light_gr2 {
  position: absolute;
  width: 0px;
  height: 0px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(#58aace 10px, #58aace 30%, #58aace 90%);
  animation: ani_light2 2s infinite;
}
.light_gr3 {
  position: absolute;
  width: 0px;
  height: 0px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(#2f96c2 10px, #2f96c2 30%, #2f96c2 90%);
  animation: ani_light3 2s infinite;
}
.light {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #1e90c1;
}
@keyframes ani_light1 {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    width: 190px;
    height: 190px;
    opacity: 0;
  }
}
@keyframes ani_light2 {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    width: 140px;
    height: 140px;
    opacity: 0;
  }
}
@keyframes ani_light3 {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    width: 90px;
    height: 90px;
    opacity: 0;
  }
}

/* presbyopiaInfo */
.pre_wrap {
  margin-top: 50px;
}
.pre_wrap .text {
  letter-spacing: -0.1px;
  margin: 70px 0;
}
.pre_certi_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0;
}
.pre_certi_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
  height: 300px;
  background: #ecf1f2;
  border-radius: 0 30px 0 30px;
  padding-top: 40px;
}
.pre_certi_box p {
  font-family: 'Gmarket';
  font-size: 16px;
  color: #3a3a3c;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
  text-transform: uppercase;
  line-height: 22px;
}
.pre_wrap2 .text {
  margin-top: 50px;
}
.pre_wrap3 .pre_img1 {
  padding-top: 65px;
  background: url(../img/presbyopia09.jpg) center center no-repeat;
  background-size: cover;
}
.pre_wrap3 .system_onestop_wrap {
  margin-bottom: 60px;
  margin-top: -40px;
}
.pre_wrap3 .system_onestop_text_wrap {
  margin-left: 55px;
}
.pre_wrap3 .equip_wrap, .pre_wrap4 .equip_wrap {
  margin-top: 70px;
}
.pre_wrap4_img {
  display: flex;
  justify-content: space-between;
  margin: 60px 0;
}
.pre_wrap4_img > div {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px;
}
.pre_wrap4_img > div img {
  transition: all 0.5s ease 0s;
}
.pre_wrap4_img > div:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.pre_operating_wrap {
  display: flex;
  justify-content: space-between;
  margin: 60px 0;
}
.pre_operating_box {
  position: relative;
  width: 400px;
  height: 320px;
  border-radius: 0 50px;
  overflow: hidden;
}
.pre_operating_box img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease 0s;
}
.pre_operating_box p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 92px;
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 92px;
  background: rgba(0, 102, 179, 0.8);
}
.pre_operating_box:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.pre_wrap5_img {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 0;
}
.pre_wrap5_img > div {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px;
}
.pre_wrap5_img > div img {
  transition: all 0.5s ease 0s;
}
.pre_wrap5_img > div:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}

/* presbyopia */
.pres_wrap1_img {
  display: flex;
  justify-content: space-between;
  padding: 60px 0 50px;
}
.pres_wrap1_img > div {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px;
}
.pres_wrap1_img > div img {
  transition: all 0.5s ease 0s;
}
.pres_wrap1_img > div:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.pres_wrap1 .video {
  margin: 60px 0 150px;
}
.pre_wrap .video {
  margin: 60px 0 150px;
}
.pres_circle_wrap {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 150px;
}
.pres_circle_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 4px solid #2499bf;
  margin-bottom: 50px;
}
.pres_circle_box h2 {
  font-size: 42px;
  color: #202122;
  font-weight: 500;
}
.pres_circle_box > div {
  display: flex;
  gap: 0 12px;
  margin: 25px 0 22px;
}
.pres_circle_box > div > span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2499bf;
}
.pres_circle_box p {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 24px;
  color: #202122;
  font-weight: 500;
  text-align: center;
  line-height: 28px;
}
.pres_circle_box:nth-child(1) {
  border: 4px solid #33aae9;
  background: #33aae9;
}
.pres_circle_box:nth-child(1) h2 {
  color: #f6f6f6;
}
.pres_circle_box:nth-child(1) > div > span {
  background: #f6f6f6;
}
.pres_circle_box:nth-child(1) p {
  color: #f6f6f6;
}
.pres_wrap1_img2 {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px;
  margin-top: 50px;
}
.pres_wrap1_img2 img {
  transition: all 0.5s ease 0s;
}
.pres_wrap1_img2:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.pres_test_wrap {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 40px;
}
.pres_text_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 300px;
  text-align: center;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  flex: 1 1;
}
.pres_text_box:last-child {
  border-right: 1px solid #d7d7d7;
}
.pres_text_box p {
  font-size: 24px;
  color: #000000;
  font-weight: 500;
  margin-top: 30px;
}
.pres_case_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.pres_case_box {
  position: relative;
  width: 400px;
  height: 240px;
  background: #f7f7f7;
  border-radius: 0 50px;
  padding-top: 55px;
}
.pres_case_box > div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 120px;
  background: #33aae9;
  border-radius: 0 30px;
}
.pres_case_box > div p {
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
  line-height: 30px;
}
.pres_case_box i {
  display: block;
  width: 50px;
  height: 50px;
  background: #33aae9;
  margin: -25px auto 0;
  transform: rotate(45deg);
}
.pres_case_text1 {
  font-size: 30px;
  color: #3a98dd;
  font-weight: 500;
  text-align: center;
}
.pres_case_text2 {
  font-size: 36px;
  color: #000;
  font-weight: 500;
  text-align: center;
  margin: 25px 0 20px;
  line-height: 40px;
}
.pres_case_text3 {
  font-size: 24px;
  color: #000;
  text-align: center;
  line-height: 30px;
}
/* .pres_case_box:nth-child(2) > div {
  background: #2499bf;
}
.pres_case_box:nth-child(3) > div {
  background: #49abc2;
}
.pres_case_box:nth-child(2) i {
  background: #2499bf;
}
.pres_case_box:nth-child(3) i {
  background: #49abc2;
}
.pres_case_box:nth-child(2) .pres_case_text2 {
  color: #2499bf;
}
.pres_case_box:nth-child(3) .pres_case_text2 {
  color: #49abc2;
} */
.pres_target_wrap {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px;
  margin-bottom: 200px;
}
.pres_target_wrap img {
  transition: all 0.5s ease 0s;
}
.pres_target_wrap:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.pres_target_wrap > div {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 480px;
  height: 100%;
  background: rgba(32, 33, 34, 0.5);
}
.pres_target_wrap p {
  font-size: 36px;
  color: #fff;
  font-weight: 500;
}
.pres_target_wrap p:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: 30px 0 0;
  background-image: linear-gradient(to right, #ffd60d 33%, #ffe771 33% 66%, #fff3b8 66%);
}
.pres_target_wrap li {
  font-family:'Pretendard', dotum, sans-serif;
  position: relative;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  margin-top: 25px;
  line-height: 28px;
  padding-left: 12px;
}
.pres_target_wrap li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  display: block;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
}

.pres_wrap2 .pres_lens_wrap {
  margin-left: 0px;
  margin-bottom: 40px;
}
.pres_lens_title {
  font-size: 30px;
  color: #202122;
  font-weight: 500;
}
.pres_lens_title:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: 18px 0 12px;
  background-image: linear-gradient(to right, #ffd60d 33%, #ffe771 33% 66%, #fff3b8 66%);
}
.pres_lens_text {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 24px;
  color: #202122;
}
.pres_lens_wrap2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.pres_lens_box {
  position: relative;
  width: 405px;
  height: 260px;
  border: 1px solid #d7d7d7;
  border-radius: 0 50px;
  padding-top: 20px;
}
.pres_lens_box2 {
  position: relative;
  width: 300px;
  height: 260px;
  border: 1px solid #d7d7d7;
  border-radius: 0 50px;
  padding-top: 20px;
}
.pres_lens_wrap2 .pres_lens_box img {
  width: 230px;
  display: flex;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}
.pres_lens_wrap2 .pres_lens_box2 img {
  width: 230px;
  display: flex;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}
.pres_lens_box > div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 120px;
  background: #33aae9;
  border-radius: 0 30px;
}
.pres_lens_box > div p {
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
  line-height: 30px;
}
.pres_lens_box i {
  display: block;
  width: 50px;
  height: 50px;
  background: #33aae9;
  margin: -25px auto 0;
  transform: rotate(45deg);
}
.pres_lens_text1 {
  font-size: 25px;
  color: #3a98dd;
  font-weight: 500;
  text-align: center;
}

.mono_img1 {
  background: url(../img/presbyopia_img25.jpg) center center no-repeat;
  background-size: cover;
}
.pres_wrap3 .system_onestop_wrap {
  padding: 50px 0 0;
}
.pres_wrap3 .system_onestop_text_wrap {
  margin-left: 60px;
}
.pres_wrap3 .system_onestop_text {
  font-family:'Pretendard', dotum, sans-serif;
  line-height: 26px;
}
.mono_img2 {
  background: url(../img/presbyopia_img26.jpg) center center no-repeat;
  background-size: cover;
}
.pres_wrap4 .system_onestop_wrap {
  padding: 50px 0 0;
}
.pres_wrap4 .system_onestop_text_wrap {
  margin-left: 0;
}
.pres_wrap4 .system_onestop_text {
  font-family:'Pretendard', dotum, sans-serif;
  line-height: 26px;
}
.mono_img3 {
  background: url(../img/presbyopia_img30.jpg) center center no-repeat;
  background-size: cover;
}
.pres_wrap5_img {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px;
  margin: 70px 0 60px;
}
.pres_wrap5_img img {
  transition: all 0.5s ease 0s;
}
.pres_wrap5_img:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.pres_wrap5 .text {
  font-size: 18px;
  line-height: 26px;
}
.pres_recent_wrap {
  display: flex;
  justify-content: space-between;
}
.pres_review_wrap {
  flex-grow: 1;
}
.pres_event_wrap {
  width: 400px;
  flex-shrink: 0;
}
.pres_review_wrap .title_en {
  text-transform: none;
}
.pres_wrap6 .review_wrap {
  margin-top: 60px;
}
.pres_wrap6 .review_wrap ul {
  display: flex;
  justify-content: flex-start;
  gap: 0 30px;
}
.pres_wrap6_img {
  margin-top: 60px;
  border-radius: 0 50px;
  overflow: hidden;
}

/* cataract */
.cata_wrap1_img {
  display: flex;
  justify-content: space-between;
  padding: 60px 0 0px;
}
.cata_wrap1_img > div {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px;
}
.cata_wrap1_img > div img {
  transition: all 0.5s ease 0s;
}
.cata_wrap1_img > div:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.cata_wrap1_img > div p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  line-height: 80px;
  text-align: center;
  background: rgba(0, 102, 179, 0.8);
}
.cata_wrap1 .video {
  margin: 60px 0 150px;
}

.cata_symptom_row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.cata_symptom_box {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px;
}
.cata_symptom_box img {
  transition: all 0.5s ease 0s;
}
.cata_symptom_box:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.cata_symptom_text_wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  text-align: center;
  background: #f6f6f6;
  padding-top: 22px;
}
.cata_symptom_text_wrap h2 {
  font-size: 30px;
  color: #33aae9;
  font-weight: 500;
  margin-bottom: 18px;
}
.cata_symptom_text_wrap p {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 18px;
  color: #3a3a3c;
  font-weight: 500;
  line-height: 24px;
}
.cata_way_wrap {
  display: flex;
  margin: 60px 0;
}
.cata_way_text_wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-grow: 1;
}
.cata_way_title {
  font-size: 30px;
  color: #202122;
  font-weight: 500;
}
.cata_way_title:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: 18px 0 12px;
  background-image: linear-gradient(to right, #ffd60d 33%, #ffe771 33% 66%, #fff3b8 66%);
}
.cata_way_text {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 18px;
  color: #202122;
  line-height: 30px;
}
.cata_way_video {
  width: 1260px;
  flex-shrink: 0;
  margin-top: 60px;
  margin-bottom: 150px;
}
.cata_way_wrap2 {
  display: flex;
  justify-content: space-between;
}
.cata_way_box {
  
}
.cata_way_box > div {
  position: relative;
  overflow: hidden;
  border-radius: 0 30px;
}
.cata_way_box > div img {
  transition: all 0.5s ease 0s;
}
.cata_way_box > div img:hover {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}

.contoura_cert_box > div {
  position: relative;
  overflow: hidden;
  margin-bottom: 120px;
}
.contoura_cert_box > div img {
  transition: all 0.5s ease 0s;
}
.contoura_cert_box > div img:hover {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}

.cata_way_box span {
  display: block;
  font-size: 16px;
  color: #33aae9;
  font-weight: 500;
  margin: 30px 0 15px;
}
.cata_way_box p {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 22px;
  color: #202122;
  font-weight: 500;
  line-height: 32px;
}
.cata_features_wrap {
  display: flex;
  margin-top: 60px;
}
.cata_features_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 300px;
  text-align: center;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  flex: 1 1;
}
.cata_features_box:last-child {
  border-right: 1px solid #d7d7d7;
}
.cata_features_box p {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
}
.cata_wrap4_img {
  display: flex;
  justify-content: space-between;
  padding: 60px 0 60px;
}
.cata_wrap4_img > div {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px;
}
.cata_wrap4_img > div img {
  transition: all 0.5s ease 0s;
}
.cata_wrap4_img > div:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.cata_wrap4_img > div p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  line-height: 80px;
  text-align: center;
  background: rgba(32, 33, 34, 0.8);
}
.cata_wrap4 .tabs {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ebebeb;
}
.cata_wrap4 .tabs li {
  text-align: center;
  margin: 0 50px;
}
.cata_wrap4 .tabs li a {
  display: block;
  font-size: 24px;
  color: #999793;
  padding-bottom: 25px;
}
.cata_wrap4 .tabs li:hover a, .cata_wrap4 .tabs li.active a {
  color: #33aae9;
}
.cata_wrap4 .tabs li.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #33aae9;
}
.cata_focus_wrap {
  display: flex;
  align-items: center;
  margin: 40px 0 0;
}
.cata_focus_wrap img {
  flex-shrink: 0;
}
.cata_focus_wrap p {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 18px;
  color: #3a3a3c;
  margin-left: 40px;
  line-height: 24px;
}
.cata_slider {
  margin-top: 60px;
}
.cata_slider .slick-slide img {
  width: auto;
  margin: 0 auto;
}
.cata_slider .slick-slide p {
  font-size: 24px;
  color: #3a3a3c;
  font-weight: 500;
  text-align: center;
  margin-top: 40px;
}
.cata_wrap5_img {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px;
  margin: 60px 0 60px;
}
.cata_wrap5_img img {
  transition: all 0.5s ease 0s;
}
.cata_wrap5_img:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.cata_wrap5 .text {
  font-size: 18px;
  line-height: 26px;
}

/* presbyopiaPre */
.prec_wrap {
  padding: 100px 0 150px;
}
.prec_wrap .tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.prec_wrap .tabs li {
  width: 360px;
  height: 80px;
}
.prec_wrap .tabs li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 36px;
  color: #999793;
  font-weight: 500;
  text-align: center;
  line-height: 80px;
  border: 2px solid #fff;
  border-radius: 80px;
  transition: all 0.3s ease 0s;
}
.prec_wrap .tabs li:hover a, .prec_wrap .tabs li.active a {
  color: #202122;
  border: 2px solid #33aae9;
  transition: all 0.3s ease 0s;
}
.prec_wrap .sub_tabs, .prec_wrap .sub_tabs2, .prec_wrap .sub_tabs3 {
  display: flex;
  justify-content: center;
  border-bottom: 2px solid #999793;
}
.prec_wrap .sub_tabs li, .prec_wrap .sub_tabs2 li,
.prec_wrap .sub_tabs3 li {
  height: 60px;
  flex: 1 1;
}
.prec_wrap .sub_tabs li a, .prec_wrap .sub_tabs2 li a,
.prec_wrap .sub_tabs3 li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 24px;
  color: #999793;
  text-align: center;
  line-height: 60px;
  transition: all 0.3s ease 0s;
}
.prec_wrap .sub_tabs li:hover a, .prec_wrap .sub_tabs li.active a,
.prec_wrap .sub_tabs2 li:hover a, .prec_wrap .sub_tabs2 li.active a,
.prec_wrap .sub_tabs3 li:hover a, .prec_wrap .sub_tabs3 li.active a {
  color: #fff;
  background: #33aae9;
  transition: all 0.3s ease 0s;
}
.prec_list {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 0;
  margin: 100px 0;
}
.prec_list li {
  display: flex;
  width: 50%;
}
.prec_list .prec_img_wrap {
  width: 180px;
  height: 180px;
  overflow: hidden;
}
.prec_list .prec_text_wrap {
  margin: 24px 0 0 30px;
}
.prec_list .prec_text_wrap h2 {
  font-size: 30px;
  color: #33aae9;
  font-weight: 500;
}
.prec_list .prec_text_wrap h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: 10px 0 8px;
  background-image: linear-gradient(to right, #ffd60d 33%, #ffe771 33% 66%, #fff3b8 66%);
}
.prec_list .prec_text_wrap p {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 26px;
}
.prec_list .prec_text_wrap strong {
  font-size: 20px;
  font-weight: 500;
}
.prec_list .prec_text_wrap span {
  color: #e05252;
}
.prec_warning {
  background: #f6f6f6;
  border-radius: 0 30px;
  padding: 40px 150px;
}
.prec_warning_title {
  position: relative;
  font-size: 24px;
  color: #202122;
  font-weight: 500;
  line-height: 34px;
  padding-left: 45px;
}
.prec_warning_title::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0;
  width: 34px;
  height: 31px;
  background: url(../img/pre_ic.png);
}
.prec_warning_text {
  font-size: 18px;
  color: #202122;
  border-bottom: 1px solid #c7c6c4;
  padding: 22px 0 12px;
}
.prec_warning_info {
  font-size: 18px;
  color: #202122;
  font-weight: 500;
  text-align: center;
  margin-top: 25px;
}
.prec_warning_info a {
  color: #3a98dd;
}
.prec_warning_info span {
  padding: 0 15px;
  font-weight: 400;
}
.prec_wrap .video {
  margin-bottom: 100px;
}
.prec_schedule_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
}
.prec_schedule_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 230px;
  border: 8px solid #33aae9;
  border-radius: 50%;
}
.prec_schedule_wrap i {
  display: block;
  width: 15px;
  height: 25px;
  background: url(../img/pre_next.png);
}
.prec_schedule_day {
  font-size: 72px;
  color: #33aae9;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2px;
}
.prec_schedule_day span {
  font-size: 18px;
  color: #000;
  font-weight: 400;
}
.prec_schedule_text {
  font-size: 24px;
  color: #000;
  font-weight: 500;
}
.prec_schedule_box:nth-of-type(2) {
  border: 8px solid #2499bf;
}
.prec_schedule_box:nth-of-type(3) {
  border: 8px solid #49abc2;
}
.prec_schedule_box:nth-of-type(4) {
  border: 8px solid #64c3d9;
}
.prec_schedule_box:nth-of-type(2) .prec_schedule_day {
  color: #2499bf;
}
.prec_schedule_box:nth-of-type(3) .prec_schedule_day {
  color: #49abc2;
}
.prec_schedule_box:nth-of-type(4) .prec_schedule_day {
  color: #64c3d9;
}
.prec_sub_title_wrap {
  display: flex;
  border-bottom: 1px solid #ececec;
  padding-top: 50px;
}
.prec_sub_title_wrap p {
  width: 50%;
  font-size: 24px;
  color: #999793;
  font-weight: 500;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 2px solid #fff;
}
.prec_sub_title_wrap p.active {
  color: #33aae9;
  border-bottom: 2px solid #33aae9;
}
.prec_btn {
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  background: #3a3a3c;
  vertical-align: middle;
  padding: 27px 60px 26px;
  border-radius: 22px;
  margin-bottom: 100px;
}
.prec_btn::before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 67px;
  background: url(../img/pre_ic1.png);
  vertical-align: middle;
  margin-right: 25px;
}
.prec_btn::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 25px;
  background: url(../img/pre_ic2.png);
  vertical-align: middle;
  margin-top: -4px;
  margin-left: 20px;
}

/* lasik */
.lasik_wrap {
  padding-bottom: 150px;
}
.lasik_video_wrap {
  display: flex;
  justify-content: space-between;
  padding: 60px 0 60px;
}
.lasik_video_box {
  width: 400px;
}
.lasik_video_title {
  font-size: 38px;
  color: #0066b3;
  font-weight: 600;
  text-align: center;
}
.lasik_video_text {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 18px;
  color: #363636;
  font-weight: 500;
  text-align: center;
  margin: 20px 0 28px;
}
.lasik_video_box video {
  width: 100%;
}
.lasik_video_box_dr video {
  width: 100%;
}
.lasik_video_text_wrap {
  display: flex;
  justify-content: space-between;
  padding: 15px 25px 0;
}
.lasik_video_text_wrap p {
  position: relative;
  font-size: 20px;
  color: #363636;
  font-weight: 500;
  padding-left: 20px;
  margin-top: 15px;
}
.lasik_video_text_wrap p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 14px;
  height: 14px;
  background: #33aae9;
}
.lasik_video_text_wrap p span {
  color: #0066b3;
}
.lasik_wrap2 {
  min-height: 980px;
  background: url(../img/lasik_img01.jpg?v=1) center top no-repeat;
  background-size: cover;
}
.lasik_wrap2 h1 {
  font-size: 42px;
  color: #ffffff;
  font-weight: 500;
  padding: 170px 0 80px;
}
.lasik_wrap2 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 0;
}
.lasik_wrap2 li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 400px;
  height: 240px;
  border: 2px solid #fff;
}
.lasik_wrap2 li > h2 {
  font-size: 42px;
  color: #f6f6f6;
  font-weight: 500;
}
.lasik_wrap2 li > div {
  display: flex;
  gap: 0 12px;
  margin: 25px 0 20px;
}
.lasik_wrap2 li > div > span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}
.lasik_wrap2 li > p {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 24px;
  color: #f6f6f6;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
}
.lasik_wrap4 h2 {
  font-size: 36px;
  color: #202122;
  font-weight: 500;
  text-align: center;
  line-height: 50px;
  margin: 100px 0 60px;
}
.lasik_wrap4 h2 span {
  color: #045197;
}
.lasik_wrap4 .equip_row {
  margin-bottom: 75px;
}
.lasik_wrap4_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px 0;
  margin-top: 60px;
}
.lasik_wrap4_box {
  position: relative;
  width: 600px;
  height: 420px;
  overflow: hidden;
  border-radius: 0 50px;
}
.lasik_wrap4_box img {
  transition: all 0.5s ease 0s;
}
.lasik_wrap4_box:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.lasik_wrap4_text_wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 140px;
  background: rgba(32, 33, 34, 0.8);
}
.lasik_wrap4_text_wrap p {
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
}
.lasik_wrap5_img {
  overflow: hidden;
  border-radius: 0 50px;
  margin-top: 70px;
}
.lasik_wrap5_img img {
  transition: all 0.5s ease 0s;
}
.lasik_wrap5_img:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}

/* newsmile */
.newsmile_wrap {
  padding-bottom: 60px;
}
.newsmile_wrap ul {
  display: flex;
  justify-content: space-between;
}
.newsmile_wrap li {
  width: 100%;
  height: 280px;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  padding-top: 40px;
  text-align: center;
  flex: 1 1;
}
.newsmile_wrap li:last-child {
  border-right: 1px solid #d7d7d7;
}
.newsmile_wrap li p {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  line-height: 34px;
  margin-top: 30px;
}
.newsmile_box {
  position: relative;
  cursor: pointer;
  border-radius: 0 30px;
  overflow: hidden;
}
.newsmile_img_box {
  position: relative;
  width: 400px;
  overflow: hidden;
}
.newsmile_box img {
  transition: all 0.5s ease 0s;
}
.newsmile_box:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.newsmile_text_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 130px;
  background: #f6f6f6;
  text-align: center;
}
.newsmile_text_box span {
  font-size: 24px;
  color: #33aae9;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.newsmile_text_box p {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 17px;
  color: #202122;
  font-weight: 300;
  line-height: 27px;
}
.smile_way_wrap {
  display: flex;
  margin: 60px 0;
}
.smile_way_text_wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-grow: 1;
}
.smile_way_title {
  font-size: 30px;
  color: #202122;
  font-weight: 500;
}
.smile_way_title:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: 18px 0 12px;
  background-image: linear-gradient(to right, #ffd60d 33%, #ffe771 33% 66%, #fff3b8 66%);
}
.smile_way_text {
  font-size: 18px;
  color: #202122;
  line-height: 30px;
}
.smile_way_video {
  width: 1260px;
  flex-shrink: 0;
}
.smile_way_wrap2 {
  display: flex;
  justify-content: space-between;
}
.smile_way_box {
  
}
.smile_way_box > div {
  position: relative;
  overflow: hidden;
  border-radius: 0 30px;
}
.smile_way_box > div img {
  transition: all 0.5s ease 0s;
}
.smile_way_box > div img:hover {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.smile_way_box span {
  display: block;
  font-size: 16px;
  color: #33aae9;
  font-weight: 500;
  margin: 30px 0 15px;
}
.smile_way_box p {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 24px;
  color: #202122;
  font-weight: 500;
  line-height: 32px;
}
.newsmile_wrap2 {
  padding-top: 20px;
  padding-bottom: 100px;
}
.newsmile_wrap2 ul {
  display: flex;
  justify-content: space-between;
}
.newsmile_wrap2 li {
  width: 100%;
  height: 240px;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  padding-top: 40px;
  text-align: center;
  flex: 1 1;
}
.newsmile_wrap2 li:last-child {
  border-right: 1px solid #d7d7d7;
}
.newsmile_wrap2 li p {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  line-height: 34px;
  margin-top: 30px;
}
.smile_card_wrap {
  display: flex;
  align-items: center;
  margin-top: 75px;
}
.smile_card_wrap > div {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px; 
  margin-right: 55px;
}
.smile_card_wrap > div > img {
  transition: all 0.5s ease 0s;
}
.smile_card_wrap > div:hover > img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.newsmile_wrap3 {
  min-height: 980px;
  background: url(../img/smile_bg01.jpg) center top no-repeat;
  background-size: cover;
}
.newsmile_wrap3 h1 {
  font-size: 42px;
  color: #ffffff;
  font-weight: 500;
  padding: 170px 0 80px;
}
.newsmile_wrap3 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 0;
}
.newsmile_wrap3 li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 400px;
  height: 240px;
  border: 2px solid #fff;
}
.newsmile_wrap3 li > h2 {
  font-size: 42px;
  color: #f6f6f6;
  font-weight: 500;
}
.newsmile_wrap3 li > div {
  display: flex;
  gap: 0 12px;
  margin: 25px 0 20px;
}
.newsmile_wrap3 li > div > span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}
.newsmile_wrap3 li > p {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 24px;
  color: #f6f6f6;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
}
.newsmile_video_box {
  position: relative;
  width: 600px;
  height: 518px;
  overflow: hidden;
}
.smile_text_wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 338px;
  width: 100%;
  height: 180px;
  text-align: center;
  background: #f6f6f6;
  padding-top: 42px;
}
.smile_text_wrap h2 {
  font-size: 30px;
  color: #33aae9;
  font-weight: 500;
  margin-bottom: 18px;
}
.smile_text_wrap p {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 18px;
  color: #3a3a3c;
  font-weight: 500;
  line-height: 24px;
}
.newsmile_wrap4 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.newsmile_wrap4 .cata_symptom_wrap {
  margin-top: 60px;
}

/* contoura */
.contoura_wrap {
  padding-top: 75px;
}
.contoura_img_wrap {
  border-radius: 0 50px;
  overflow: hidden;
}
.contoura_img_wrap img {
  transition: all 0.5s ease 0s;
}
.contoura_img_wrap:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.contoura_text_wrap {
  display: flex;
  margin: 60px 0 150px;
}
.contoura_text_wrap h2 {
  font-size: 42px;
  color: #000;
  font-weight: 500;
  margin-right: 75px;
}
.contoura_text_wrap h2:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: 25px 0 0;
  background-image: linear-gradient(to right, #ffd60d 33%, #ffe771 33% 66%, #fff3b8 66%);
}
.contoura_text_wrap2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-grow: 1;
}
.contoura_way_title {
  font-size: 30px;
  color: #202122;
  font-weight: 500;
}
.contoura_way_title:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: 18px 0 12px;
  background-image: linear-gradient(to right, #ffd60d 33%, #ffe771 33% 66%, #fff3b8 66%);
}
.contoura_way_text {
  font-size: 18px;
  color: #202122;
  line-height: 30px;
}
.contoura_list_wrap {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 150px;
}
.contoura_list_box {
  width: 100%;
  height: 280px;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  padding-top: 65px;
  text-align: center;
  flex: 1 1;
}
.contoura_list_box:last-child {
  border-right: 1px solid #d7d7d7;
}
.contoura_list_box p {
  font-size: 22px;
  color: #000;
  font-weight: 500;
  margin-top: 12px;
  line-height: 28px;
}
/* .contoura_list_box:nth-last-of-type(2) {
  border: 5px solid #2499bf;
}
.contoura_list_box:nth-last-of-type(3) {
  border: 5px solid #6abacd;
}
.contoura_list_box:nth-last-of-type(4) {
  border: 5px solid #6fc4d1;
} */
.contoura_wrap .cata_way_wrap {
  margin: 40px 0 150px;
}
.contoura_wrap2_img {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 40px;
}
.contoura_wrap2_img > div {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px;
}
.contoura_wrap2_img > div img {
  transition: all 0.5s ease 0s;
}
.contoura_wrap2_img > div:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.contoura_wrap2_img > div p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  line-height: 80px;
  text-align: center;
  background: rgba(32, 33, 34, 0.8);
}
.contoura_wrap2_desc {
  font-size: 18px;
  color: #000;
  text-align: center;
  margin-bottom: 70px;
}
.contoura_surgery_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 60px 0 0;
  gap: 55px 0;
}
.contoura_surgery_box {
  
}
.contoura_surgery_box > div {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px;
  margin-bottom: 35px;
}
.contoura_surgery_box > div img {
  transition: all 0.5s ease 0s;
}
.contoura_surgery_box > div:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.contoura_surgery_box > div p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  line-height: 80px;
  text-align: center;
  background: rgba(32, 33, 34, 0.8);
}
.contoura_surgery_box .text {
  line-height: 28px;
}
/* .contoura_system_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 75px;
}
.contoura_system_box {
  width: 236px;
  height: 320px;
  padding-top: 95px;
  background: #ebf0f2;
  border-radius: 0 30px;
}
.contoura_system_box h2 {
  font-size: 60px;
  color: #33aae9;
  font-weight: 500;
  text-align: center;
}
.contoura_system_box h2:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: 18px auto 20px;
  background-image: linear-gradient(to right, #ffd60d 33%, #ffe771 33% 66%, #fff3b8 66%);
}
.contoura_system_box p {
  font-size: 28px;
  color: #3a3a3c;
  text-align: center;
  line-height: 34px;
} */

.contoura_wrap4 {
  height: 840px;
  background: url(../img/contoura_img23.jpg) center top no-repeat;
  background-size: cover;
}
.contoura_wrap4 .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.contoura_wrap4 > div > div > h1 {
  font-size: 42px;
  color: #fff;
  font-weight: 500;
}
.contoura_wrap4 > div > div > p {
  font-size: 24px;
  color: #fff;
  margin: 40px 0 60px;
  line-height: 36px;
}
.contoura_wrap4 ul {
  display: flex;
  justify-content: space-between;
}
.contoura_wrap4 li {
  width: 236px;
  height: 290px;
  border: 2px solid #fff;
  text-align: center;
  padding-top: 60px;
}
.contoura_wrap4 li h1 {
  font-size: 60px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 40px;
}
.contoura_wrap4 li p {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 28px;
  color: #fff;
  text-align: center;
  line-height: 36px;
}

.contoura_clean_wrap {
  position: relative;
  width: 100%;
  height: 420px;
  border-radius: 0 50px;
  overflow: hidden;
  margin-top: 60px;
}
.contoura_clean_img_wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.contoura_clean_img_wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.contoura_clean_img_wrap img.opacity {
  opacity: 0.8;
}
.contoura_clean_control_wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 120px;
  overflow: hidden;
  padding: 0 55px;
  gap: 0 25px;
}
.contoura_clean_control_wrap p {
  font-size: 24px;
  color: #ebf0f2;
  font-weight: 500;
  flex-shrink: 0;
}
.contoura_clean_control_wrap p.bar {
  position: relative;
  flex-grow: 1;
}
.contoura_clean_control_wrap p.bar:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #ebf0f2;
}
.contoura_clean_control_wrap p.bar .btn-switch {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  margin-left: 0px;
  background: url(../img/contoura_img17.png?v=2) no-repeat;
  font-size: 0;
  cursor: pointer;
  transform: translateY(-50%);
}
.contoura_target_wrap {
  margin-top: 60px;
}
.contoura_target_wrap ul {
  display: flex;
}
.contoura_target_wrap li {
  width: 100%;
  height: 310px;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  padding-top: 65px;
  text-align: center;
  flex: 1 1;
}
.contoura_target_wrap li:last-child {
  border-right: 1px solid #d7d7d7;
}
.contoura_target_wrap li p {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  line-height: 34px;
  margin-top: 15px;
}

.contoura_way_video {
  width: 1260px;
  flex-shrink: 0;
  margin-top: 60px;
  margin-bottom: 40px;
}


/* laser */
.laser_wrap {
  padding-top: 75px;
  padding-bottom: 150px;
}
.laser_img_wrap {
  border-radius: 0 50px;
  overflow: hidden;
}
.laser_img_wrap img {
  transition: all 0.5s ease 0s;
}
.laser_img_wrap:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.laser_text_wrap {
  display: flex;
  margin: 75px 0 150px;
}
.laser_text_wrap h2 {
  font-size: 42px;
  color: #000;
  font-weight: 500;
  margin-right: 115px;
}
.laser_text_wrap h2:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: 25px 0 0;
  background-image: linear-gradient(to right, #ffd60d 33%, #ffe771 33% 66%, #fff3b8 66%);
}
.laser_wrap .cata_way_wrap2 {
  flex-wrap: wrap;
  gap: 55px 0;
  margin: 75px 0 0;
}
.laser_box {
  position: relative;
  cursor: pointer;
  border-radius: 0 30px;
  overflow: hidden;
}
.laser_img_box {
  position: relative;
  width: 400px;
  overflow: hidden;
}
.laser_box img {
  transition: all 0.5s ease 0s;
}
.laser_box:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.laser_text_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 120px;
  background: #f6f6f6;
  text-align: center;
}
.laser_text_box span {
  font-size: 16px;
  color: #33aae9;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.laser_text_box p {
  font-size: 24px;
  color: #202122;
  font-weight: 500;
  line-height: 32px;
}
.laser_way_wrap .cata_way_text_wrap {
  margin-left: 45px;
}

.laser_target_wrap {
  margin-top: 60px;
}
.laser_target_wrap ul {
  display: flex;
  justify-content: space-between;
}
.laser_target_wrap li {
  width: 100%;
  height: 280px;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  padding-top: 40px;
  text-align: center;
  flex: 1 1;
}
.laser_target_wrap li:last-child {
  border-right: 1px solid #d7d7d7;
}
.laser_target_wrap li p {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  line-height: 34px;
  margin-top: 30px;
}
.macular_slider_wrap .laser_slider2{
  margin-bottom: -100px;
}
.laser_wrap2 {
  height: 780px;
  background: url(../img/laser_img22.jpg?v=1) center top no-repeat;
  background-size: cover;
}
.laser_wrap2 .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.laser_wrap2 > div > div > h1 {
  font-size: 42px;
  color: #fff;
  font-weight: 500;
}
.laser_wrap2 > div > div > p {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 24px;
  color: #fff;
  margin: 40px 0 60px;
  line-height: 36px;
}
.laser_wrap2 ul {
  display: flex;
  justify-content: space-between;
}
.laser_wrap2 li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 235px;
  height: 280px;
  border: 2px solid #fff;
}
.laser_wrap2 li h1 {
  font-size: 48px;
  color: #f6f6f6;
  font-weight: 500;
  margin-top: 60px;
  margin-bottom: 10px;
}
.laser_wrap2 li p {
  font-size: 36px;
  color: #f6f6f6;
  font-weight: 500;
  text-align: center;
  line-height: 40px;
}
.laser_video {
  width: 1260px;
  flex-shrink: 0;
  margin-top: 60px;
  margin-bottom: 40px;
}
.laser_video2 {
  width: 1260px;
  flex-shrink: 0;
  margin-bottom: 90px;
}

/* lasikPre */
.lasik_pre_title .title_ko {
  margin-bottom: 30px;
}
.lasik_pre_wrap .text {
  margin-bottom: 30px;
}
.lasik_pre_list_wrap {
  position: relative;
  border-top: 1px solid #e2e2e2;
}
.lasik_pre_list_wrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 286px;
  height: 2px;
  background: #3a98dd;
}
.lasik_pre_wrap .prec_schedule_wrap {
  margin-top: 120px;
  padding: 0 70px;
}

/* lens */
.lens_video_wrap {
  display: flex;
  justify-content: space-between;
  padding: 115px 0 150px;
}
.lens_video_box {
  width: 600px;
}
.lens_video_title {
  font-size: 48px;
  color: #0066b3;
  font-weight: 600;
  text-align: center;
  margin-bottom: 35px;
}
.lens_video_text {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 18px;
  color: #363636;
  font-weight: 500;
  text-align: center;
  margin: 20px 0 0;
}
.lens_wrap .cata_way_wrap {
  margin-bottom: 50px;
}
.lens_slider_wrap {
  margin-top: 40px;
  padding-bottom: 150px;
}
.lens_slider {
  overflow: hidden;
}
.lens_slider > ul > li {
  width: 386px;
}
.lens_slider .swiper-button-prev {
  left: 0;
  background: url(../img/prev_ic3.png) no-repeat;
}
.lens_slider .swiper-button-next {
  right: 0;
  background: url(../img/next_ic3.png) no-repeat;
}
.lens_slider .swiper_arr_wrap {
  position: relative;
  width: 100%;
  text-align: center;
}
.lens_slider .swiper_arr {
  position: relative;
  display: inline-block;
  padding: 1px 40px;
  margin-top: 50px;
}
.lens_slider .swiper-button-next, .lens_slider .swiper-button-prev {
  width: 10px;
  height: 16px;
  top: 0;
  margin: 0;
}
.lens_slider .swiper-button-next:after, .lens_slider .swiper-button-prev:after {
  content: "";
}
.lens_slider .swiper-horizontal>.swiper-pagination-bullets, .lens_slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  width: auto;
  left: 0;
  bottom: 0;  
}
.lens_slider .swiper-pagination-bullet {
  opacity: 0.3;
  background: #999793;
}
.lens_slider .swiper-pagination-bullet-active {
  opacity: 1;
  background: #999793;
}
.lens_slider .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .lens_slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
.lens_wrap2 {
  min-height: 980px;
  background: url(../img/lens_img01.jpg?v=1) center top no-repeat;
  background-size: cover;
}
.lens_wrap2_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 170px;
}
.lens_wrap2_box h1 {
  font-size: 60px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 60px;
}
.lens_wrap2_box ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 45px;
  margin-top: 50px;
}
.lens_wrap3_box {
  display: flex;
  justify-content: space-between;
}
.lens_wrap3_text {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.lens_wrap3_img {
  border-radius: 0 50px;
  overflow: hidden;
}
.lens_wrap3_img img {
  transition: all 0.5s ease 0s;
}
.lens_wrap3_img:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.lens_img_wrap {
  overflow: hidden;
  border-radius: 0 50px;
  margin-top: 70px;
  margin-bottom: 70px;
}
.lens_img_wrap img {
  transition: all 0.5s ease 0s;
}
.lens_img_wrap:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.lens_wrap4 .title_ko {
  margin-bottom: 25px;
}
.lens_wrap4 .title_line {
  display: inline-block;
  font-size: 42px;
  color: #000000;
  font-weight: 500;
}
.lens_wrap4 .title_line::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #3a98dd;
  margin-top: 10px;
}
.lens_features_wrap {
  display: flex;
  margin-top: 70px;
}
.lens_features_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 300px;
  text-align: center;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  flex: 1 1;
}
.lens_features_box:last-child {
  border-right: 1px solid #d7d7d7;
}
.lens_features_box p {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
}
.lens_wrap4 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 80px 0 0;
  gap: 25px 0;
}
.lens_wrap4 li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 400px;
  height: 400px;
  text-align: center;
  background: #ecf1f2;
  border-radius: 0 30px;
}
.lens_wrap4 li p {
  font-family: 'Gmarket';
  font-size: 18px;
  color: #3a3a3c;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  margin-top: 20px;
}
.lens_wrap5 {
  min-height: 980px;
  background: url(../img/lens_img14.jpg?v=1) center top no-repeat;
  background-size: cover;
}
.lens_wrap5 > div > h1 {
  font-size: 42px;
  color: #fff;
  font-weight: 500;
  padding: 170px 0 80px;
}
.lens_wrap5 ul {
  display: flex;
  justify-content: space-between;
}
.lens_wrap5 li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 400px;
  height: 500px;
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0.5);
}
.lens_wrap5 li h1 {
  font-size: 72px;
  color: #f6f6f6;
  font-weight: 500;
  margin-bottom: 15px;
}
.lens_wrap5 li h2 {
  font-size: 30px;
  color: #f6f6f6;
  font-weight: 500;
}
.lens_wrap5 li > div {
  display: flex;
  gap: 0 12px;
  margin: 25px 0 20px;
}
.lens_wrap5 li > div > span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}
.lens_wrap5 li p {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 20px;
  color: #f6f6f6;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
}
.lens_wrap6 .title_ko {
  text-align: center;
  margin-bottom: 50px;
}
.lens_wrap6 .title_ko span {
  color: #3a98dd;
}
.lens_wrap7 .title_ko {
  margin-bottom: 75px;
}
.lens_wrap8 ul {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 0;
}
.lens_wrap8 li {
  position: relative;
  border-radius: 0 50px;
  overflow: hidden;
}
.lens_wrap8 li img {
  transition: all 0.5s ease 0s;
}
.lens_wrap8 li:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.lens_wrap8 li p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 80px;
  background: rgba(58, 152, 221, 0.8);
}
.lens_safety_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.lens_safety_wrap ul {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  height: 100%;
  gap: 70px 0;
}
.lens_safety_wrap li {
  
}
.lens_safety_wrap li h1 {
  font-size: 30px;
  color: #000;
  font-weight: 500;
}
.lens_safety_wrap li h1:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: 25px 0 25px;
  background-image: linear-gradient(to right, #ffd60d 33%, #ffe771 33% 66%, #fff3b8 66%);
}
.lens_safety_wrap li p {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 20px;
  color: #000;
  line-height: 28px;
}
.lens_safety_img_wrap {
  position: relative;
  width: 700px;
  height: 612px;
  text-align: center;
}
.lens_safety_img_wrap img:nth-of-type(1) {
  animation: 20s linear 0s infinite normal none running rotation;
}
.lens_safety_img_wrap img:nth-of-type(2) {
  position: absolute;
  left: 0;
  bottom: 0;
}
.lens_infection_box {
  text-align: center;
}
.lens_infection_box > div {
  position: relative;
  border-radius: 0 50px;
  overflow: hidden;
}
.lens_infection_box > div > img {
  transition: all 0.5s ease 0s; 
}
.lens_infection_box > div:hover > img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.lens_infection_box h2 {
  font-size: 24px;
  color: #3a98dd;
  font-weight: 500;
  margin: 30px 0 10px;
  text-transform: uppercase;
}
.lens_infection_box p {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 18px;
  color: #202122;
}
.lens_wrap10 .macular_slider {
  padding-bottom: 0;
}
.lens_video {
  width: 1260px;
  flex-shrink: 0;
  margin-top: 60px;
  margin-bottom: 40px; 
}

/* lensType */
.type_wrap_img {
  text-align: center;
  margin: 130px 0 10px;
}
.type_wrap_front {
  display: flex;
  justify-content: space-between;
  margin-top: 150px;
}
.type_wrap_front > div {
  text-align: center;
}
.type_wrap_front > div > h1 {
  font-size: 48px;
  color: #0066b3;
  font-weight: 600;
}
.type_wrap_front > div > p {
  font-size: 24px;
  color: #202122;
  font-weight: 500;
  margin-top: 75px;
}
.type_wrap_front_box {
  position: relative;
  width: 600px;
  height: 360px;
  margin: 40px 0 60px;
  overflow: hidden;
  border-radius: 0 50px;
}
.type_wrap_front_box img {
  transition: all 0.5s ease 0s;
}
.type_wrap_front_box:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.type_wrap_front ul {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
}
.type_wrap_front li {
  text-align: center;
}
.type_wrap_front li div {
  overflow: hidden;
}
.type_wrap_front li div img {
  
}
.type_wrap_front li h2 {
  font-size: 24px;
  color: #3a98dd;
  font-weight: 500;
  padding: 35px 0 15px;
}
.type_wrap_front li p {
  font-size: 18px;
  color: #202122;
}
.type_wrap2 ul {
  display: flex;
  margin-top: 60px;
}
.type_wrap2 ul li {
  width: 100%;
  height: 280px;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  padding-top: 25px;
  text-align: center;
  flex: 1 1;
}
.type_wrap2 ul li:last-child {
  border-right: 1px solid #d7d7d7;
}
.type_wrap2 li p {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  line-height: 36px;
  margin-top: 30px;
}
.type_cate_wrap {
  margin-top: 75px;
}
.type_cate_row {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.type_cate_video_wrap {
  width: 600px;
  flex-shrink: 0;
}
.type_cate_text_wrap {
  margin-left: 95px;
  flex-grow: 1;
}
.type_cate_title {
  font-size: 30px;
  color: #202122;
  font-weight: 500;
  line-height: 36px;
}
.type_cate_title span {
  color: #3a98dd;
}
.type_cate_title::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: 18px 0 12px;
  background-image: linear-gradient(to right, #ffd60d 33%, #ffe771 33% 66%, #fff3b8 66%);
}
.type_cate_text {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 18px;
  color: #202122;
  line-height: 30px;
}
.type_cate_row:nth-of-type(2) .type_cate_text_wrap {
  margin-left: 55px;
}
.type_wrap4 .title_ko {
  line-height: 60px;
  margin: 20px 0 60px;
}
.type_wrap4 .title_ko span {
  color: #3a98dd;
}
.type_wrap4_img {
  text-align: center;
  margin-bottom: 30px;
}
.type_wrap4 .text {
  text-align: center;
}
.type_place_wrap {
  display: flex;
  justify-content: center;
  gap: 0 115px;
  margin-top: 150px;
}
.type_place_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px 0;
}
.type_place_box p {
  font-size: 36px;
  color: #202122;
  font-weight: 500;
}
.type_wrap5 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 0;
  margin-top: 75px;
}
.type_wrap5 li {
  display: flex;
  width: 50%;
  align-items: center;
}
.type_wrap5_img {

}
.type_wrap5_text {
  margin-left: 30px;
}
.type_wrap5_text h2 {
  font-size: 30px;
  color: #33aae9;
  font-weight: 500;
}
.type_wrap5_text h2:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: 10px 0 8px;
  background-image: linear-gradient(to right, #ffd60d 33%, #ffe771 33% 66%, #fff3b8 66%);
}
.type_wrap5_text p {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 26px;
}
.type_wrap6_img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 75px;
}
.type_wrap6_img > div {
  overflow: hidden;
  border-radius: 0 50px;
}
.type_wrap6_img > div > img {
  transition: all 0.5s ease 0s;
}
.type_wrap6_img > div:hover > img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.type_wrap6_img > i {
  display: block;
  width: 15px;
  height: 25px;
  background: url(../img/pre_next.png);
}
.type_wrap7 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px 0;
  margin-top: 75px;
}
.type_wrap7 li {
  width: 600px;
}

/* lensPre */
.lens_pre_wrap .text {
  margin-bottom: 30px;
}
.lens_pre_wrap .prec_schedule_wrap {
  margin-bottom: 100px;
}

/* glaucoma */
.glaucoma_wrap ul {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 60px;
}
.glaucoma_wrap li {
  overflow: hidden;
  border-radius: 0 37px;
}
.glaucoma_wrap li .glaucoma_wrap_img {
  overflow: hidden;
}
.glaucoma_wrap li .glaucoma_wrap_img img {
  transition: all 0.5s ease 0s;
}
.glaucoma_wrap li:hover .glaucoma_wrap_img img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.glaucoma_wrap li .glaucoma_wrap_text {
  display: flex;
  align-items: center;
  height: 100px;
  background: #3a98dd;
}
.glaucoma_wrap li:nth-child(2) .glaucoma_wrap_text {
  background: #2499bf;
}
.glaucoma_wrap li:nth-child(3) .glaucoma_wrap_text {
  background: #49abc2;
}
.glaucoma_wrap li .glaucoma_wrap_text h2 {
  font-size: 36px;
  color: #fff;
  font-weight: 500;
  padding: 0 30px 0 40px;
}
.glaucoma_wrap li .glaucoma_wrap_text p {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 24px;
  color: #fff;
  line-height: 30px;
}
.glaucoma_cause_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.glaucoma_cause_wrap li p {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
  margin-top: 20px;
}
.glaucoma_wrap3_box {
  display: flex;
  margin: 150px 0 60px;
}
.glaucoma_wrap3_box h2 {
  font-size: 42px;
  color: #000;
  font-weight: 500;
  margin-right: 75px;
}
.glaucoma_wrap3_box h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: 25px 0 0;
  background-image: linear-gradient(to right, #ffd60d 33%, #ffe771 33% 66%, #fff3b8 66%);
}
.glaucoma_wrap3_img {
  overflow: hidden;
  border-radius: 0 50px;
}
.glaucoma_wrap3_img img {
  transition: all 0.5s ease 0s;
}
.glaucoma_wrap3_img:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.glaucoma_wrap3_list {
  margin-top: 60px;
  margin-left: 40px;
}
.glaucoma_wrap3_list li {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 24px;
  color: #000;
  margin-top: 30px;
}
.glaucoma_wrap3_list li span {
  color: #2499bf;
}
.glaucoma_type_wrap {
  display: flex;
  justify-content: space-between;
}
.glaucoma_type_wrap li {
  overflow: hidden;
  border-radius: 0 50px;
}
.glaucoma_type_wrap li > div {
  overflow: hidden;
}
.glaucoma_type_wrap li > div > img {
  transition: all 0.5s ease 0s;
}
.glaucoma_type_wrap li:hover > div > img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.glaucoma_type_wrap li p {
  height: 80px;
  font-size: 30px;
  color: #f9f8f4;
  font-weight: 500;
  text-align: center;
  line-height: 80px;
  background: #2499bf;
}
.glaucoma_wrap4_img {
  margin: 75px 0;
}
.glaucoma_wrap5 ul {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 0;
}
.glaucoma_wrap5 li {
  position: relative;
  width: 400px;
  height: 320px;
  border-radius: 0 50px;
  overflow: hidden;
  cursor: pointer;
}
.glaucoma_wrap5 li img {
  transition: all 0.5s ease 0s;
}
.glaucoma_wrap5 li:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.glaucoma_wrap5 li p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 80px;
  background: rgba(58, 152, 221, 0.8);
}
.glaucoma_wrap5_box {
  display: flex;
  align-items: center;
  margin-left: 40px;
  margin-top: 70px;
}
.glaucoma_wrap5_img {
  margin-right: 40px;
}
.glaucoma_wrap5_text {
  
}
.glaucoma_wrap5_text h2 {
  font-size: 30px;
  color: #000;
  font-weight: 500;
}
.glaucoma_wrap5_text h2:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: 22px 0 22px;
  background-image: linear-gradient(to right, #ffd60d 33%, #ffe771 33% 66%, #fff3b8 66%);
}
.glaucoma_wrap5_text p {
  font-size: 18px;
  color: #000;
  line-height: 30px;
}
.glaucoma_wrap6 ul {
  display: flex;
  margin-top: 60px;
}
.glaucoma_wrap6 ul li {
  width: 100%;
  height: 310px;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  padding-top: 60px;
  text-align: center;
  flex: 1 1;
}
.glaucoma_wrap6 ul li:last-child {
  border-right: 1px solid #d7d7d7;
}
.glaucoma_wrap6 li p {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  line-height: 36px;
  margin-top: 15px;
}
.glaucoma_layer_wrap {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.glaucoma_layer_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
}
.glaucoma_layer_pop {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 600px;
	z-index: 10;
	background: #fff;
	border-radius: 50px;
}
.glaucoma_layer_wrap .glaucoma_layer_pop {
	display: block;
}
.glaucoma_layer_container {
	position: relative;
	display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 70px 0;
}
.glaucoma_layer_container h2 {
  font-size: 30px;
  color: #000;
  font-weight: 500;
  margin: 25px 0 45px;
}
.glaucoma_layer_container p {
  font-family:'Pretendard', dotum, sans-serif;
	font-size: 24px;
  color: #000;
  line-height: 32px;
  text-align: center;
}
.glaucoma_layer_close {
	position: absolute;
	right: 35px;
	top: 35px;
	z-index: 1000;
	cursor: pointer;
}
.glaucoma_slider_wrap {

}
.glaucoma_slider {
  width: 100%;
  margin-top: 75px;
  overflow: hidden;
}
.glaucoma_slider > ul > li {
  width: 800px;
}
.glaucoma_slider > ul > li .glaucoma_slider_img_wrap {
  overflow: hidden;
  position: relative;
  border-radius: 0 50px;
}
.glaucoma_slider > ul > li .glaucoma_slider_img_wrap img {
  transform: scale(1.1);
}
.glaucoma_slider > ul > li.swiper-slide-active .glaucoma_slider_img_wrap img {
  transform: scale(1);
  transition: transform 0.7s ease-out;
}
.glaucoma_slider > ul > li .glaucoma_slider_img_wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.5;
}
.glaucoma_slider > ul > li.swiper-slide-active .glaucoma_slider_img_wrap:after {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.glaucoma_slider > ul > li p {
  font-size: 24px;
  color: #202122;
  font-weight: 500;
  text-align: center;
  margin-top: 40px;
}
.glaucoma_slider .swiper-horizontal>.swiper-pagination-bullets, .glaucoma_slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  width: auto;
  left: 0;
  bottom: 0;
  margin-top: 75px;
}
.glaucoma_slider .swiper-pagination-bullet {
  opacity: 0.3;
  background: #999793;
}
.glaucoma_slider .swiper-pagination-bullet-active {
  opacity: 1;
  background: #999793;
}
.glaucoma_slider .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .glaucoma_slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}

/* glaucomaOper */
.glaucoma_oper_wrap_img {
  overflow: hidden;
  border-radius: 0 50px;
  margin: 45px 0;
}
.glaucoma_oper_wrap_img img {
  transition: all 0.5s ease 0s;
}
.glaucoma_oper_wrap_img:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.glaucoma_oper_wrap_box {
  display: flex;
  margin-top: 110px;
  margin-bottom: 60px;
}
.glaucoma_oper_wrap_box h2 {
  width: 260px;
  font-size: 36px;
  color: #000;
  font-weight: 500;
  line-height: 42px;
}
.glaucoma_oper_wrap_box h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: 25px 0 0;
  background-image: linear-gradient(to right, #ffd60d 33%, #ffe771 33% 66%, #fff3b8 66%);
}
.glaucoma_oper_wrap .glaucoma_oper_wrap_box {
  margin-top: 0;
}
.glaucoma_oper_wrap .glaucoma_oper_wrap_box:last-child {
  margin-bottom: 0;
}
.glaucoma_oper_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 0;
}
.glaucoma_oper_list li {
  position: relative;
  display: flex;
  border-radius: 0 50px;
  overflow: hidden;
}
.glaucoma_oper_list li .glaucoma_oper_list_img {
  overflow: hidden;
}
.glaucoma_oper_list li .glaucoma_oper_list_img img {
  transition: all 0.5s ease 0s;
}
.glaucoma_oper_list li:hover .glaucoma_oper_list_img img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.glaucoma_oper_list li .glaucoma_oper_list_text {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 73px;
  background: rgba(58, 152, 221, 0.8);
}
.glaucoma_oper_list li .glaucoma_oper_list_text p {
  font-size: 30px;
  color: #f5f5f5;
  font-weight: 500;
  text-align: center;
  line-height: 36px;
}
.glaucoma_oper_list li .glaucoma_oper_list_full {
  background: #5faae1;
}
.glaucoma_oper_list_double {
  position: relative;
}
.glaucoma_oper_wrap4 ul {

}
.glaucoma_oper_wrap4 li {
  display: flex;
  align-items: center;
  margin-top: 75px;
}
.glaucoma_oper_wrap4 li .glaucoma_oper_absorption_img {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px;
}
.glaucoma_oper_wrap4 li .glaucoma_oper_absorption_img img {
  transition: all 0.5s ease 0s;
}
.glaucoma_oper_wrap4 li .glaucoma_oper_absorption_img:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.glaucoma_oper_wrap4 li .glaucoma_oper_absorption_text {
  flex-grow: 1;
}
.glaucoma_oper_wrap4 li:last-child .glaucoma_oper_absorption_text {
  margin-left: 34px;
}
.glaucoma_oper_wrap4 li .glaucoma_oper_absorption_text h2 {
  font-size: 30px;
  color: #202122;
  font-weight: 500;
  line-height: 36px;
}
.glaucoma_oper_wrap4 li .glaucoma_oper_absorption_text h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: 25px 0 25px;
  background-image: linear-gradient(to right, #ffd60d 33%, #ffe771 33% 66%, #fff3b8 66%);
}
.glaucoma_oper_wrap4 li .glaucoma_oper_absorption_text p {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 20px;
  color: #202122;
  line-height: 28px;
}
.glaucoma_oper_circle {
  display: flex;
  justify-content: space-between;
  margin-bottom: 75px;
}
.glaucoma_oper_circle li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 30px;
  color: #202122;
  font-weight: 500;
  text-align: center;
  border: 4px solid #3a98dd;
  border-radius: 50%;
  line-height: 38px;
}
.glaucoma_oper_circle li::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 211px;
  height: 211px;
  border: 4px solid #ffd60d;
  border-radius: 50%;
}
.glaucoma_oper_cure {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.glaucoma_oper_cure li {
  
}
.glaucoma_oper_cure_img {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px;
}
.glaucoma_oper_cure_img img {
  transition: all 0.5s ease 0s;
}
.glaucoma_oper_cure_img:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.glaucoma_oper_cure_img p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 73px;
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 73px;
  background: rgba(58, 152, 221, 0.8);
}
.glaucoma_oper_wrap3 .glaucoma_oper_cure li:last-child .glaucoma_oper_cure_img p {
  background: #5faae1;
}
.glaucoma_oper_cure_text {
  margin-top: 40px;
}
.glaucoma_oper_cure_text h2 {
  font-size: 30px;
  color: #202122;
  font-weight: 500;
}
.glaucoma_oper_cure_text h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: 25px 0 25px;
  background-image: linear-gradient(to right, #ffd60d 33%, #ffe771 33% 66%, #fff3b8 66%);
}
.glaucoma_oper_cure_text p {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 18px;
  color: #202122;
  line-height: 26px;
}
.glaucoma_oper_leak {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.glaucoma_oper_leak ul {
  display: flex;
  flex-direction: column;
  gap: 25px 0;
}
.glaucoma_oper_leak li {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px;
}
.glaucoma_oper_leak li img {
  transition: all 0.5s ease 0s;
}
.glaucoma_oper_leak li:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.glaucoma_oper_leak li p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 73px;
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 73px;
  background: rgba(58, 152, 221, 0.8);
}

/* retina */
.retina_wrap_img {
  text-align: center;
  margin: 75px 0 100px;
}
.retina_wrap .glaucoma_oper_wrap_box {
  margin-bottom: 10px;
}
.retina_wrap .cata_way_wrap {
  margin: 0;
}
.retina_video_wrap {
  display: flex;
  justify-content: space-between;
}
.retina_video {
  width: 400px;
  margin-top: -90px;
}
.retina_wrap2 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px 0;
  margin-top: 75px;
}
.retina_wrap2 li {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px;
}
.retina_wrap2 li img {
  transition: all 0.5s ease 0s;
}
.retina_wrap2 li:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.retina_wrap2 li p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 80px;
  background: rgba(32, 33, 34, 0.8);
}
.retina_wrap3 .equip_wrap {
  margin-top: 75px;
}
.retina_wrap4_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 100px 0;
}
.retina_wrap4_text h2 {
  font-size: 30px;
  color: #202122;
  font-weight: 500;
}
.retina_wrap4_text h2:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: 18px 0 12px;
  background-image: linear-gradient(to right, #ffd60d 33%, #ffe771 33% 66%, #fff3b8 66%);
}
.retina_wrap4_text p {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 18px;
  color: #202122;
  line-height: 30px;
}
.retina_wrap4 .doctor_wrap.on div:nth-of-type(1) {
  transform: translateX(182px);
}
.retina_wrap4 .doctor_wrap.on div:nth-of-type(2) {
  transform: translateX(574px);
}
.retina_wrap4 .doctor_wrap.on div:nth-of-type(3) {
  transform: translateX(976px);
}
.retina_wrap5 {
  height: 940px;
  background: url(../img/lens_img14.jpg) center top no-repeat;
  background-size: cover;
}
.retina_wrap5 .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.retina_wrap5 > div > div > h1 {
  font-size: 42px;
  color: #fff;
  font-weight: 500;
}
.retina_wrap5 > div > div > p {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 24px;
  color: #fff;
  margin: 40px 0 60px;
  line-height: 36px;
}
.retina_wrap5 ul {
  display: flex;
  justify-content: space-between;
}
.retina_wrap5 li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 300px;
  height: 300px;
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0.5);
}
.retina_wrap5 li h1 {
  font-size: 72px;
  color: #f6f6f6;
  font-weight: 500;
  margin-bottom: 20px;
}
.retina_wrap5 li > div {
  display: flex;
  gap: 0 12px;
  margin: 25px 0 25px;
}
.retina_wrap5 li > div > span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}
.retina_wrap5 li p {
  font-size: 36px;
  color: #f6f6f6;
  font-weight: 500;
  text-align: center;
}
.retina_wrap6 ul {
  display: flex;
  justify-content: space-between;
  margin-top: 75px;
}
.retina_wrap6 li {
  text-align: center;
}
.retina_wrap6 li > div {
  overflow: hidden;
  border-radius: 0 50px;
}
.retina_wrap6 li > div > img {
  transition: all 0.5s ease 0s;
}
.retina_wrap6 li:hover > div > img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.retina_wrap6 li h2 {
  font-size: 30px;
  color: #3a98dd;
  font-weight: 500;
  margin: 35px 0 20px;
}
.retina_wrap6 li p {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 18px;
  color: #202122;
  line-height: 30px;
}

/* macular */
.macular_wrap1 {
  padding-bottom: 150px;
}
.macular_wrap1_img {
  display: flex;
  justify-content: space-between;
  padding: 80px 0 60px;
}
.macular_wrap1_img > div {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px;
}
.macular_wrap1_img > div img {
  transition: all 0.5s ease 0s;
}
.macular_wrap1_img > div:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.macular_wrap1_img > div p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  line-height: 80px;
  text-align: center;
  background: rgba(32, 33, 34, 0.8);
}
.macular_wrap_box {
  margin-top: 40px;
  display: flex;
}
.macular_wrap_box h2 {
  width: 260px;
  font-size: 30px;
  color: #000;
  font-weight: 500;
  line-height: 36px;
}
.macular_wrap_box h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: 25px 0 0;
  background-image: linear-gradient(to right, #ffd60d 33%, #ffe771 33% 66%, #fff3b8 66%);
}
.macular_wrap2 {
  height: 840px;
  background: url(../img/macular_img14.jpg?v=1) center top no-repeat;
  background-size: cover;
}
.macular_wrap2 .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.macular_wrap2 > div > div > h1 {
  font-size: 42px;
  color: #fff;
  font-weight: 500;
}
.macular_wrap2 > div > div > p {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 24px;
  color: #fff;
  margin: 40px 0 60px;
  line-height: 36px;
}
.macular_wrap2 ul {
  display: flex;
  justify-content: space-between;
}
.macular_wrap2 li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 300px;
  height: 300px;
  border: 2px solid #fff;
}
.macular_wrap2 li h1 {
  font-size: 36px;
  color: #f6f6f6;
  font-weight: 500;
  margin-bottom: 10px;
}
.macular_wrap2 li p {
  font-size: 22px;
  color: #f6f6f6;
  font-weight: 500;
  text-align: center;
}
.macular_circle {
  display: flex;
  justify-content: center;
  margin-top: 75px;
  gap: 0 30px;
}
.macular_circle li {
  position: relative;
  width: 235px;
  height: 235px;
  font-size: 30px;
  color: #202122;
  font-weight: 500;
  text-align: center;
  border: 4px solid #3a98dd;
  border-radius: 50%;
}
.macular_circle li p {
  font-size: 30px;
  color: #202122;
  font-weight: 500;
  text-align: center;
  margin-top: 100px;
}
.macular_circle li span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin-top: 15px;
}
.macular_circle li::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 211px;
  height: 211px;
  border: 4px solid #ffd60d;
  border-radius: 50%;
}
.macular_symptom_wrap {
  margin-top: 60px;
}
.macular_symptom_row {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.macular_symptom_img_wrap {
  overflow: hidden;
  border-radius: 0 50px;
}
.macular_symptom_img_wrap img {
  transition: all 0.5s ease 0s;
}
.macular_symptom_img_wrap:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.macular_symptom_text_wrap {
  margin-left: 95px;
  flex-grow: 1;
}
.macular_symptom_text_wrap h2 {
  font-size: 30px;
  color: #202122;
  font-weight: 500;
  line-height: 36px;
}
.macular_symptom_text_wrap h2:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: 18px 0 12px;
  background-image: linear-gradient(to right, #ffd60d 33%, #ffe771 33% 66%, #fff3b8 66%);
}
.macular_symptom_text_wrap p {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 18px;
  color: #202122;
  line-height: 30px;
}
.macular_symptom_row:nth-of-type(2n) .macular_symptom_text_wrap {
  margin-left: 135px;
}
.macular_type_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  padding-right: 50px;
}
.macular_type_wrap h2 {
  font-size: 30px;
  color: #202122;
  font-weight: 500;
  line-height: 36px;
  margin-top: 25px;
}
.macular_type_wrap h2:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: 25px 0 22px;
  background-image: linear-gradient(to right, #ffd60d 33%, #ffe771 33% 66%, #fff3b8 66%);
}
.macular_slider_wrap {
  margin-top: 40px;
  margin-bottom: 150px;

}
.macular_slider_wrap:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}
.macular_slider {
  float: right;
  overflow: hidden;
  position: relative;
  width: calc(1260px + ((100% - 1260px) / 2));

}
.macular_slider > ul > li {
  width: 400px;
}
/* .macular_slider .equip_box:hover img {
  transform: scale(1);
} */
.macular_slider .swiper-button-prev {
  left: 0;
  background: url(../img/prev_ic3.png) no-repeat;
}
.macular_slider .swiper-button-next {
  right: 0;
  background: url(../img/next_ic3.png) no-repeat;
}
.macular_slider .swiper_arr_wrap {
  position: relative;
  width: 1260px;
  text-align: center;
}
.macular_slider .swiper_arr {
  position: relative;
  display: inline-block;
  padding: 1px 40px;
  margin-top: 50px;
}
.macular_slider .swiper-button-next, .macular_slider .swiper-button-prev {
  width: 10px;
  height: 16px;
  top: 0;
  margin: 0;
}
.macular_slider .swiper-button-next:after, .macular_slider .swiper-button-prev:after {
  content: "";
}
.macular_slider .swiper-horizontal>.swiper-pagination-bullets, .macular_slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  width: auto;
  left: 0;
  bottom: 0;  
}
.macular_slider .swiper-pagination-bullet {
  opacity: 0.3;
  background: #999793;
}
.macular_slider .swiper-pagination-bullet-active {
  opacity: 1;
  background: #999793;
}
.macular_slider .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .macular_slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
.macular_cure_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 75px;
}
.macular_cure_img_wrap {
  display: flex;
  gap: 0 20px;
}
.macular_cure_img_wrap > div {
  border-radius: 0 30px;
  overflow: hidden;
}
.macular_cure_wrap h2 {
  font-size: 30px;
  color: #202122;
  font-weight: 500;
  line-height: 36px;
  margin-top: 60px;
}
.macular_cure_wrap h2:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: 25px 0 22px;
  background-image: linear-gradient(to right, #ffd60d 33%, #ffe771 33% 66%, #fff3b8 66%);
}
.macular_way_wrap {

}
.macular_way_row {
  display: flex;
  align-items: center;
  margin-top: 80px;
}
.macular_way_img_wrap {
  border-radius: 0 50px;
  overflow: hidden;
}
.macular_way_text_wrap {
  margin-left: 100px;
  flex-grow: 1;
}
.macular_way_text_wrap h2 {
  font-size: 30px;
  color: #3a98dd;
  font-weight: 500;
  margin-bottom: 35px;
}
.macular_way_text_wrap p {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 22px;
  color: #000;
  line-height: 32px;
}

/* diabetic */
.diabetic_wrap1_info {
  display: flex;
  justify-content: space-between;
  padding: 80px 0 60px;
}
.diabetic_wrap1_box {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px;
}
.diabetic_wrap1_box img {
  transition: all 0.5s ease 0s;
}
.diabetic_wrap1_box:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.diabetic_wrap1_box p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  line-height: 80px;
  text-align: center;
  background: rgba(0, 102, 179, 0.8);
}
.diabetic_wrap1_info .text {
  text-align: center;
  margin-top: 30px;
}
.diabetic_wrap1 .macular_wrap_box:nth-last-child(1) h2, .diabetic_wrap1 .macular_wrap_box:nth-last-child(2) h2 {
  font-size: 30px;
  line-height: 36px;
}
.diabetic_wrap2 ul {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.diabetic_wrap2 li {

}
.diabetic_wrap2 li .diabetic_type_img_wrap {
  border-radius: 0 50px;
  overflow: hidden;
}
.diabetic_wrap2 li .diabetic_type_img_wrap img {
  transition: all 0.5s ease 0s;
}
.diabetic_wrap2 li .diabetic_type_img_wrap:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.diabetic_wrap2 li .diabetic_type_text_wrap {
  margin-top: 40px;
}
.diabetic_wrap2 li .diabetic_type_text_wrap h2 {
  font-size: 30px;
  color: #202122;
  font-weight: 500;
  line-height: 36px;
}
.diabetic_wrap2 li .diabetic_type_text_wrap h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: 18px 0 12px;
  background-image: linear-gradient(to right, #ffd60d 33%, #ffe771 33% 66%, #fff3b8 66%);
}
.diabetic_wrap2 li .diabetic_type_text_wrap p {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 18px;
  color: #202122;
  line-height: 30px;
}
.diabetic_wrap3_img {
  border-radius: 0 50px;
  overflow: hidden;
  margin-top: 60px;
}
.diabetic_wrap3_img img {
  transition: all 0.5s ease 0s;
}
.diabetic_wrap3_img:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.diabetic_wrap4 ul {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.diabetic_wrap4 li {
  text-align: center;
}
.diabetic_wrap4 li p {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  line-height: 32px;
  margin-top: 20px;
}
.diabetic_wrap5 {
  background: #f8f9f9;
}
.diabetic_wrap5 .macular_symptom_wrap {
  margin-top: 60px;
}

/* floaters */
.floaters_wrap1_img {
  display: flex;
  justify-content: space-between;
  padding: 80px 0 60px;
}
.floaters_wrap1_img > div {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px;
}
.floaters_wrap1_img > div img {
  transition: all 0.5s ease 0s;
}
.floaters_wrap1_img > div:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.floaters_wrap1_img > div p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  line-height: 80px;
  text-align: center;
  background: rgba(0, 102, 179, 0.8);
}
.floaters_wrap1 .macular_wrap_box:nth-last-child(2) h2 {
  font-size: 30px;
  line-height: 36px;
}
.floaters_wrap1_img2 {
  text-align: center;
  margin-top: 100px;
}
.floaters_wrap2 ul {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.floaters_wrap2 li {
  text-align: center;
}
.floaters_wrap2 li p {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  line-height: 32px;
  margin-top: 30px;
}
.floaters_wrap2 li:nth-child(4) img {
  margin-top: 13px;
}
.floaters_wrap2 li:nth-child(4) p {
  margin-top: 17px;
}
.floaters_wrap3 {
  padding: 150px 0 90px;
}
.floaters_test_box {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px;
}
.floaters_test_box img {
  transition: all 0.5s ease 0s;
}
.floaters_test_box:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.floaters_test_box > div {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: #f6f6f6;
  text-align: center;
  padding-top: 22px;
}
.floaters_test_box > div > h2 {
  font-size: 24px;
  color: #3a98dd;
  font-weight: 500;
  margin-bottom: 8px;
}
.floaters_test_box > div > p {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 18px;
  color: #202122;
  line-height: 24px;
}
.floaters_wrap4 {
  background: #f8f9f9;
}

/* retinal */
.retinal_wrap1_img {
  text-align: center;
  margin-bottom: 100px;
}
.retinal_wrap1 .title_ko {
  margin-top: 150px;
}
.retinal_cause_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 75px;
}
.retinal_cause_box {
  width: 400px;
  height: 280px;
  text-align: center;
  background: #f8f7f7;
  border-radius: 0 50px;
  padding-top: 50px;
}
.retinal_cause_box img {
  
}
.retinal_cause_box p {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  line-height: 30px;
  margin-top: 20px;
}
.retinal_step_wrap2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 150px;
}
.retinal_step_wrap2 > div {
  
}
.retinal_step_wrap2 > div h2 {
  font-size: 36px;
  color: #000;
  font-weight: 500;
}
.retinal_step_wrap2 > div h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: 25px 0 22px;
  background-image: linear-gradient(to right, #ffd60d 33%, #ffe771 33% 66%, #fff3b8 66%);
}
.retinal_step_wrap2 ul {
  display: flex;
  flex-wrap: wrap;
  width: 580px;
}
.retinal_step_wrap2 li {
  text-align: center;
}
.retinal_step_wrap2 li p {
  font-size: 24px;
  color: #202122;
}
.retinal_wrap2 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 75px;
}
.retinal_wrap2 li {
  position: relative; 
}
.retinal_wrap2 li img {
  transition: all 0.5s ease 0s;
}
.retinal_wrap2 li:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.retinal_wrap2 li > div {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px;
}
.retinal_wrap2 li > div > p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  font-size: 24px;
  color: #3a98dd;
  font-weight: 500;
  line-height: 80px;
  background: #f6f6f6;
  text-align: center;
}
.retinal_wrap2 li > p {
  font-size: 18px;
  color: #202122;
  line-height: 30px;
  text-align: center;
  margin-top: 30px;
}
.retinal_oper_wrap {
  display: flex;
  margin-top: 150px;
}
.retinal_oper_img_wrap {
  overflow: hidden;
  border-radius: 0 50px;
  margin-right: 55px;
}
.retinal_oper_img_wrap img {
  transition: all 0.5s ease 0s;
}
.retinal_oper_img_wrap:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.retinal_oper_text_wrap {
  
}
.retinal_oper_text_wrap h2 {
  font-size: 30px;
  color: #3a98dd;
  font-weight: 500;
  line-height: 36px;
}
.retinal_oper_text_wrap h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: 18px 0 12px;
  background-image: linear-gradient(to right, #ffd60d 33%, #ffe771 33% 66%, #fff3b8 66%);
}
.retinal_oper_text_wrap p {
  font-size: 18px;
  color: #202122;
  line-height: 30px;
}
.retinal_oper_text_wrap p:nth-of-type(1) {
  margin-bottom: 24px;
}
.retinal_slider_wrap {
  margin-top: 45px;
}
.retinal_slider {
  position: relative;
  width: 100%;
}
.retinal_slider .swiper-slide {
  background: #fff;
  opacity: 0 !important;
  transition-duration: 500ms !important;
  padding-top: 30px;
}
.retinal_slider .swiper-slide-active {
  opacity: 1 !important;
  transition-duration: 500ms !important;
}
.retinal_slider .swiper-horizontal>.swiper-pagination-bullets, .retinal_slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: absolute;
  width: auto;
  left: -4px;
  top: 30px;  
}
.retinal_slider .swiper-pagination-bullet {
  opacity: 0.3;
  background: #999793;
}
.retinal_slider .swiper-pagination-bullet-active {
  opacity: 1;
  background: #999793;
}
.retinal_slider .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .retinal_slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.retinal_cure_box {
  display: flex;
  justify-content: space-between;
}
.retinal_cure_text_wrap {
  padding-top: 80px;
}
.retinal_cure_text_wrap span {
  font-size: 24px;
  color: #3a98dd;
}
.retinal_cure_text_wrap h2 {
  font-size: 36px;
  color: #202122;
  font-weight: 500;
  line-height: 46px;
  margin: 10px 0 35px;
}
.retinal_cure_text_wrap p {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 20px;
  color: #202122;
  line-height: 28px;
}
.retinal_cure_img_wrap {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px;
}
.retinal_step_wrap {
  position: relative;
  width: 610px;
}
.retinal_step_wrap ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 0;
}
.retinal_step_wrap li {
  position: relative;
  overflow: hidden;
  border-radius: 0 30px;
}
.retinal_step_text_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 84px;
  background: #f6f6f6;
}
.retinal_step_text_wrap h2 {
  font-size: 24px;
  color: #3a98dd;
  font-weight: 500;
}
.retinal_step_text_wrap p {
  font-size: 20px;
  color: #202122;
  margin-top: 10px;
}
.retinal_step_text {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  color: #3a3a3c;
}

/* uveitis */
.uveitis_wrap1 {
  padding-bottom: 150px;
}
.uveitis_wrap1_img {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 60px;
}
.uveitis_wrap1_img > div {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px;
}
.uveitis_wrap1_img > div > img {
  transition: all 0.5s ease 0s;
}
.uveitis_wrap1_img > div:hover > img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.uveitis_wrap1_img > div > p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 80px;
  background: #0066b3;
}
.uveitis_wrap1 .conju_list li h2 {
  font-size: 30px;
  color: #000;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
}
.uveitis_wrap1 .conju_list li p {
  font-family:'Pretendard', dotum, sans-serif;
  font-weight: 400;
  margin-top: 15px;
}
.uveitis_cause_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 75px;
}
.uveitis_cause_box {
  width: 400px;
  height: 280px;
  text-align: center;
  background: #f8f7f7;
  border-radius: 0 50px;
  padding-top: 45px;
}
.uveitis_cause_box h2 {
  font-size: 30px;
  color: #000;
  font-weight: 500;
  margin: 25px 0 15px;
}
.uveitis_cause_box p {
  font-size: 24px;
  color: #000;
}
.uveitis_wrap1 .glaucoma_oper_circle {
  margin-top: 75px;
}
.uveitis_test_box {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px;
}
.uveitis_test_box img {
  transition: all 0.5s ease 0s;
}
.uveitis_test_box:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.uveitis_test_box > div {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: #f6f6f6;
  text-align: center;
}
.uveitis_test_box > div > h2 {
  font-size: 24px;
  color: #3a98dd;
  font-weight: 500;
  line-height: 80px;
}
.uveitis_wrap3_img {
  overflow: hidden;
  border-radius: 0 50px;
  margin-top: 35px;
}
.uveitis_wrap3_img img {
  transition: all 0.5s ease 0s;
}
.uveitis_wrap3_img:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.uveitis_wrap3 ul {
  margin-top: 60px;
}
.uveitis_wrap3 li {
  display: flex;
  align-items: center;
}
.uveitis_wrap3 li .uveitis_cure_img {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px;
}
.uveitis_wrap3 li .uveitis_cure_img img {
  transition: all 0.5s ease 0s;
}
.uveitis_wrap3 li .uveitis_cure_img:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.uveitis_wrap3 li .uveitis_cure_text {
  margin-left: 65px;
  flex-grow: 1;
}
.uveitis_wrap3 li:last-child .uveitis_cure_text {
  margin-left: 0;
}
.uveitis_wrap3 li .uveitis_cure_text h2 {
  font-size: 36px;
  color: #000;
  font-weight: 500;
}
.uveitis_wrap3 li .uveitis_cure_text h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: 25px 0 22px;
  background-image: linear-gradient(to right, #ffd60d 33%, #ffe771 33% 66%, #fff3b8 66%);
}
.uveitis_wrap1_1 {
  height: 800px;
  background: url(../img/uveitis_img19.jpg?v=1) center top no-repeat;
  background-size: cover;
}
.uveitis_wrap1_1 .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.uveitis_wrap1_1 > div > div > h1 {
  font-size: 42px;
  color: #fff;
  font-weight: 500;
}
.uveitis_wrap1_1 > div > div > p {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 24px;
  color: #fff;
  margin: 40px 0 60px;
  line-height: 36px;
}
.uveitis_wrap1_1 ul {
  display: flex;
  justify-content: space-between;
}
.uveitis_wrap1_1 li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 235px;
  height: 235px;
  border: 2px solid #fff;
}
.uveitis_wrap1_1 li h1 {
  font-size: 48px;
  color: #f6f6f6;
  font-weight: 500;
  margin-bottom: 10px;
}
.uveitis_wrap1_1 li p {
  font-size: 36px;
  color: #f6f6f6;
  font-weight: 500;
  text-align: center;
}
.uveitis_wrap1_2 {

}
.uveitis_type_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 75px;
  gap: 55px 0;
}
.uveitis_type_wrap li {
  position: relative;
  width: 600px;
  overflow: hidden;
  border-radius: 0 50px;
}
.uveitis_type_img_wrap {
  display: flex;
  height: 300px;
  align-items: center;
  justify-content: center;
  background: #fbfaf8;
}
.uveitis_type_img_wrap img {
  transition: all 0.5s ease 0s;
}
.uveitis_type_wrap li:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.uveitis_type_text_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 180px;
  background: #f6f6f6;
}
.uveitis_type_text_wrap h2 {
  font-size: 30px;
  color: #33aae9;
  font-weight: 500;
}
.uveitis_type_text_wrap p {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 18px;
  color: #3a3a3c;
  font-weight: 500;
  text-align: center;
  line-height: 24px;
  margin-top: 20px;
}

/* assessment */
.assessment_wrap1 {
  padding-top: 60px;
}
.assessment_wrap1_img {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px;
}
.assessment_wrap1_img img {
  transition: all 0.5s ease 0s;
}
.assessment_wrap1_img:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.assessment_wrap1_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 400px;
  height: 100%;
  background: rgba(4, 81, 151, 0.7);
  padding: 54px 65px;
}
.assessment_wrap1_box > div {
  width: 100%;
  height: 100%;
  border: 1px solid #5ab9af;
  padding: 30px 40px 0;
}
.assessment_wrap1_box > div > p {
  font-size: 30px;
  color: #f6f6f6;
  font-weight: 500;
}
.assessment_wrap1_list {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.assessment_wrap1_list ul {
  display: flex;
  flex-direction: column;
  gap: 17px 0;
}
.assessment_wrap1_list li {
  font-size: 24px;
  color: #f6f6f6;
}
.assessment_wrap2 .video {
  margin-top: 0px;
}
.assessment_wrap3 ul {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.assessment_wrap3 ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 400px;
  height: 280px;
  text-align: center;
  background: #f8f7f7;
  border-radius: 0 50px;
}
.assessment_wrap3 ul li p:nth-child(1) {
  font-size: 30px;
  color: #3a98dd;
  font-weight: 500;
}
.assessment_wrap3 ul li p:nth-child(2) {
  font-size: 36px;
  color: #000;
  font-weight: 500;
  margin: 28px 0 22px;
}
.assessment_wrap3 ul li p:nth-child(3) {
  font-size: 24px;
  color: #000;
  line-height: 28px;
}
.assessment_wrap4 h2 {
  font-size: 30px;
  color: #202122;
  font-weight: 500;
  margin-top: 60px;
}
.assessment_wrap4 h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: 18px 0 12px;
  background-image: linear-gradient(to right, #ffd60d 33%, #ffe771 33% 66%, #fff3b8 66%);
}
.assessment_wrap5 h2 {
  font-size: 30px;
  color: #202122;
  font-weight: 500;
  margin-top: 75px;
}
.assessment_wrap5 h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: 18px 0 12px;
  background-image: linear-gradient(to right, #ffd60d 33%, #ffe771 33% 66%, #fff3b8 66%);
}
.assessment_box {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px;
}
.assessment_box img {
  transition: all 0.5s ease 0s;
}
.assessment_box:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.assessment_box > div {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100px;
  text-align: center;
  background: #f6f6f6;
}
.assessment_box > div > h3 {
  font-size: 24px;
  color: #3a98dd;
  font-weight: 500;
  margin-bottom: 10px;
}
.assessment_box > div > p {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 18px;
  color: #202122;
}
.macular_slider1 {
  padding-bottom: 20px;
}
.assessment_cure_wrap {
  display: flex;
  justify-content: space-between;
  margin: 75px 0;
}
.assessment_cure_wrap li {
  position: relative;
  width: 400px;
  overflow: hidden;
  border-radius: 0 50px;
}
.assessment_cure_wrap li img {
  transition: all 0.5s ease 0s;
}
.assessment_cure_wrap li:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.assessment_cure_wrap li h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  font-size: 24px;
  color: #3a98dd;
  font-weight: 500;
  line-height: 100px;
  text-align: center;
  background: #f6f6f6;
}
.assessment_cure_wrap li.cure_text {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.assessment_way_wrap {
  display: flex;
  margin: 35px 0;
}
.assessment_way_wrap > div {
  width: 50%;
}
.assessment_way_wrap ul {
  display: flex;
  justify-content: space-between;
}
.assessment_way_wrap li {
  position: relative;
  overflow: hidden;
  border-radius: 0 30px;
}
.assessment_way_wrap li img {
  transition: all 0.5s ease 0s;
}
.assessment_way_wrap li:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.assessment_way_wrap li h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  font-size: 24px;
  color: #3a98dd;
  font-weight: 500;
  line-height: 80px;
  text-align: center;
  background: #f6f6f6;
}
.assessment_way_text_wrap {
  display: flex;
  align-items: center;
  padding-left: 60px;
}
.assessment_way_img_wrap {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px;
}
.assessment_way_img_wrap img {
  transition: all 0.5s ease 0s;
}
.assessment_way_img_wrap:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.assessment_wrap6 ul {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 80px;
}
.assessment_wrap6 li {
  width: 300px;
  height: 340px;
  text-align: center;
  background: #f6f6f6;
  border-radius: 0 30px;
  padding-top: 55px;
}
.assessment_wrap6 li p {
  font-size: 24px;
  color: #202122;
  font-weight: 500;
  line-height: 34px;
  margin: 25px 0 12px;
}
.assessment_wrap6 li span {
  display: block;
  font-size: 18px;
  color: #202122;
}
.assessment_btn_wrap {
  display: flex;
  justify-content: space-between;
}
.assessment_btn_wrap a {
  position: relative;
  display: block;
  width: 620px;
  height: 100px;
  font-size: 36px;
  color: #f6f6f6;
  font-weight: 500;
  text-align: center;
  line-height: 100px;
  border-radius: 20px;
  background: #202122;
}
.assessment_btn_wrap a::after {
  content: "";
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 25px;
  background: url(../img/pre_ic2.png);
}
.assessment_btn_wrap a::before {
  content: "";
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  width: 59px;
  height: 50px;
  background: url(../img/assessment_img22.png);
}
.assessment_btn_wrap a:nth-child(2):before {
  background: url(../img/assessment_img23.png);
}
.assessment_wrap7_img {
  overflow: hidden;
  border-radius: 0 50px;
  margin-top: 60px;
}
.assessment_wrap7_img img {
  transition: all 0.5s ease 0s;
}
.assessment_wrap7_img:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.faq_list {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
  margin-top: 60px;
}
.faq_list li {
  position: relative;
}
.faq_list li h2 {
  position: relative;
  font-size: 24px;
  color: #3a98dd;
  font-weight: 500;
  line-height: 34px;
  padding: 15px 48px;
  border-bottom: 1px solid #e3e3e3;
  cursor: pointer;
}
.faq_list li h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  background: url(../img/assessment_img25.png);
}
.faq_list li h2::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 12px;
  background: url(../img/assessment_img26.png);
  transition: all 0.5s ease 0s;
}
.faq_list li.extend h2::after {
  transform: rotate(180deg) translateY(50%);
  transition: all 0.5s ease 0s;
}
.faq_list li p {
  font-family:'Pretendard', dotum, sans-serif;
  display: none;
  font-size: 22px;
  color: #202122;
  line-height: 32px;
  padding: 40px 48px 65px;
}

/* dream */
.dream_wrap1_img {
  overflow: hidden;
  border-radius: 0 50px;
  margin-top: 60px;
}
.dream_wrap1_img img {
  transition: all 0.5s ease 0s;
}
.dream_wrap1_img:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.dream_wrap1 ul {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.dream_wrap1 li {
  position: relative;
  overflow: hidden;
  border-radius: 0 30px;
}
.dream_wrap1 li img {
  transition: all 0.5s ease 0s;
}
.dream_wrap1 li:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.dream_wrap1 li h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  line-height: 80px;
  text-align: center;
  background: #49abc2;
}
.dream_wrap2 .video {
  margin-top: 75px;
}
.dream_wrap2 ul {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.dream_wrap2 li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 300px;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  text-align: center;
  flex: 1 1;
}
.dream_wrap2 li:last-child {
  border-right: 1px solid #d7d7d7;
}
.dream_wrap2 li p {
  font-size: 24px;
  color: #202122;
  font-weight: 500;
  line-height: 34px;
  margin-top: 25px;
}
.dream_wrap3 {
  min-height: 980px;
  background: url(../img/dream_img10.jpg?v=1) center top no-repeat;
  background-size: cover;
}
.dream_wrap3 h1 {
  font-size: 42px;
  color: #ffffff;
  font-weight: 500;
  padding: 150px 0 60px;
}
.dream_wrap3 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 0;
}
.dream_wrap3 li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 400px;
  height: 240px;
  border: 2px solid #fff;
}
.dream_wrap3 li > h2 {
  font-size: 42px;
  color: #f6f6f6;
  font-weight: 500;
}
.dream_wrap3 li > div {
  display: flex;
  gap: 0 12px;
  margin: 25px 0 20px;
}
.dream_wrap3 li > div > span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}
.dream_wrap3 li > p {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 24px;
  color: #f6f6f6;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
}
.dream_wrap4 ul {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.dream_wrap4 li {
  text-align: center;
}
.dream_wrap4 li > div {
  position: relative;
  overflow: hidden;
  border-radius: 0 30px;
}
.dream_wrap4 li > div > img {
  transition: all 0.5s ease 0s;
}
.dream_wrap4 li:hover > div > img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.dream_wrap4 li h2 {
  font-size: 30px;
  color: #33aae9;
  font-weight: 500;
  margin: 30px 0 22px;
}
.dream_wrap4 li p {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 22px;
  color: #202122;
}
.dream_use_wrap {
  display: flex;
  align-items: center;
  margin-top: 60px;
}
.dream_use_img_wrap {
  overflow: hidden;
  border-radius: 0 50px;
}
.dream_use_img_wrap img {
  transition: all 0.5s ease 0s;
}
.dream_use_img_wrap:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.dream_use_text_wrap {
  margin-left: 55px;
}
.dream_test_wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 0 60px;
}
.dream_test_wrap li {
  position: relative;
  overflow: hidden;
  border-radius: 0 30px;
}
.dream_test_wrap li img {
  transition: all 0.5s ease 0s;
}
.dream_test_wrap li:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.dream_test_wrap li > div {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 120px;
  background: #e4e5e7;
}
.dream_test_wrap li > div > h2 {
  font-size: 24px;
  color: #202122;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
}
.dream_case_wrap {
  display: flex;
  justify-content: space-between;
  margin: 60px 0;
}
.dream_case_wrap li {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px;
}
.dream_case_wrap li img {
  transition: all 0.5s ease 0s;
}
.dream_case_wrap li:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.dream_case_wrap li > div {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  background: rgba(0, 102, 179, 0.8);
}
.dream_case_wrap li > div > h2 {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.dream_wrap7_img {
  overflow: hidden;
  border-radius: 0 50px;
  margin-top: 75px;
}
.dream_wrap7_img img {
  transition: all 0.5s ease 0s;
}
.dream_wrap7_img:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.dream_wrap7 .macular_slider {
  padding-bottom: 0;
}
.dream_wrap7 .equip_text1 {
  margin: 0;
  text-transform: uppercase;
}
.dream_wrap8_img {
  text-align: center;
  margin-top: 75px;
}
.dream_wrap8 ul {
  display: flex;
  justify-content: space-between;
  margin-top: -65px;
}
.dream_wrap8 li {
  display: flex;
  width: 300px;
  height: 300px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 5px solid #33aae9;
  border-radius: 50%;
  background: #fff;
}
.dream_wrap8 li h2 {
  font-size: 36px;
  color: #3a98dd;
  font-weight: 500;
  margin: 20px 0 18px;
}
.dream_wrap8 li p {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 20px;
  color: #202122;
  text-align: center;
  line-height: 26px;
}

/* eye */
.eye_wrap1 {
  padding: 60px 0 75px;
}
.eye_wrap1_img {
  overflow: hidden;
  border-radius: 0 50px;
  margin-bottom: 60px;
}
.eye_wrap1_img img {
  transition: all 0.5s ease 0s;
}
.eye_wrap1_img:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.eye_wrap2 {
  min-height: 840px;
  background: url(../img/eye_img02.jpg?v=1) center top no-repeat;
  background-size: cover;
}
.eye_wrap2 h1 {
  font-size: 42px;
  color: #ffffff;
  font-weight: 500;
  padding: 150px 0 60px;
}
.eye_wrap2 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.eye_wrap2 li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 300px;
  height: 360px;
  border: 2px solid #fff;
}
.eye_wrap2 li > h2 {
  font-size: 36px;
  color: #f6f6f6;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
}
.eye_wrap2 li > div {
  display: flex;
  gap: 0 12px;
  margin: 25px 0 20px;
}
.eye_wrap2 li > div > span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}
.eye_wrap2 li > p {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 22px;
  color: #f6f6f6;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
}
.eye_target_wrap {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px;
}
.eye_target_wrap img {
  transition: all 0.5s ease 0s;
}
.eye_target_wrap:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.eye_target_wrap > div {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 480px;
  height: 100%;
  background: rgba(32, 33, 34, 0.7);
  padding-left: 45px;
}
.eye_target_wrap p {
  font-size: 36px;
  color: #fff;
  font-weight: 500;
}
.eye_target_wrap p:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: 30px 0 0;
  background-image: linear-gradient(to right, #ffd60d 33%, #ffe771 33% 66%, #fff3b8 66%);
}
.eye_target_wrap li {
  font-family:'Pretendard', dotum, sans-serif;
  position: relative;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  margin-top: 25px;
  line-height: 24px;
  padding-left: 12px;
}
.eye_target_wrap li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  display: block;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
}
.eye_wrap4 ul {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.eye_wrap4 li {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px;
}
.eye_wrap4 li .eye_disease_img_wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 260px;
  overflow: hidden;
}
.eye_wrap4 li .eye_disease_img_wrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease 0s;
}
.eye_wrap4 li .eye_disease_img_wrap:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.eye_wrap4 li .eye_disease_img_wrap p {
  position: relative;
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  line-height: 46px;
  text-align: center;
}
.eye_wrap4 li .eye_disease_text_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  background: #3a98dd;
}
.eye_wrap4 li .eye_disease_text_wrap p {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.eye_wrap5 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
  gap: 60px 0;
}
.eye_wrap5 li {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px;
}
.eye_wrap5 li img {
  transition: all 0.5s ease 0s;
}
.eye_wrap5 li:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.eye_wrap5 li > div {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 120px;
  background: rgba(228, 229, 231, 0.9);
  text-align: center;
}
.eye_wrap5 li > div > h2 {
  font-size: 24px;
  color: #3a98dd;
  font-weight: 500;
  margin-bottom: 15px;
}
.eye_wrap5 li > div > p {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 18px;
  color: #202122;
  line-height: 26px;
}
.eye_wrap6 .prec_list {
  margin: 60px 0 0;
}
.eye_wrap6 .prec_list .prec_text_wrap span {
  display: block;
  font-size: 24px;
  color: #33aae9;
  font-weight: 500;
  margin-top: 10px;
}

.system_onestop_row {
  display: flex;
  margin-top: 25px;
}
.system_onestop_img_wrap {
  position: relative;
  width: 600px;
  height: 420px;
  overflow: hidden;
  border-radius: 0 50px;
  flex-shrink: 0;
}
.system_onestop_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease 0s;
}
.system_onestop_img_wrap:hover .system_onestop_img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.system_onestop_img1 {
  background: url(../img/system_img04.jpg) center center no-repeat;
  background-size: cover;
}
.system_onestop_img2 {
  background: url(../img/system_img05.jpg) center center no-repeat;
  background-size: cover;
}
.system_onestop_img3 {
  background: url(../img/system_img06.jpg) center center no-repeat;
  background-size: cover;
}
.system_onestop_img_wrap p {
  position: relative;
  font-size: 18px;
  color: #fff;
  padding-left: 20px;
  margin: 52px 0 0 40px;
  text-transform: uppercase;
}
.system_onestop_img_wrap p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 12px;
  height: 12px;
  background: #ffd60d;
  text-transform: uppercase;
}
.system_onestop_text_wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-left: 95px;
  flex-grow: 1;
}
.system_onestop_title {
  font-size: 30px;
  color: #202122;
  font-weight: 500;
}
.system_onestop_title:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: 18px 0 12px;
  background-image: linear-gradient(to right, #ffd60d 33%, #ffe771 33% 66%, #fff3b8 66%);
}
.system_onestop_text {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 18px;
  color: #202122;
  line-height: 30px;
}
.system_onestop_row:nth-of-type(2) .system_onestop_text_wrap {
  margin-left: 135px;
}

/* dry */
.dry_wrap1_img {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}
.dry_wrap1_img > div {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px;
}
.dry_wrap1_img > div img {
  transition: all 0.5s ease 0s;
}
.dry_wrap1_img > div:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.dry_wrap1_img > div p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  line-height: 80px;
  text-align: center;
  background: rgba(0, 102, 179, 0.8);
}
.dry_wrap2 ul {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.dry_wrap2 li {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px;
}
.dry_wrap2 li img {
  transition: all 0.5s ease 0s;
}
.dry_wrap2 li:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.dry_wrap2 li > div {
  
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 180px;
  background: #61a9de;
  text-align: center;
}
.dry_wrap2 li > div > h2 {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
}
.dry_wrap2 li > div > p {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 24px;
  color: #fff;
  line-height: 32px;
}
.dry_wrap3 .eye_target_wrap > div {
  padding-left: 85px;
}
.dry_wrap4 li > div {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px;
}
.dry_wrap4 li > div img {
  transition: all 0.5s ease 0s;
}
.dry_wrap4 li > div:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.dry_wrap4 li > div > h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  font-size: 30px;
  color: #3a98dd;
  font-weight: 500;
  line-height: 80px;
  text-align: center;
  background: #f6f6f6;
}
.dry_wrap5_text {
  font-size: 24px;
  color: #3a3a3c;
  text-align: right;
  margin-top: 25px;
}
.dry_wrap6 .prec_list {
  margin: 60px 0 0;
}
.dry_wrap6 .prec_list li {
  align-items: center;
}
.dry_wrap6 .prec_list .prec_text_wrap {
  margin-top: 0;
}
.dry_wrap6 .prec_list .prec_text_wrap p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}

/* pterygium */
.pterygium_wrap1_img {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}
.pterygium_wrap1_img > div {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px;
}
.pterygium_wrap1_img > div img {
  transition: all 0.5s ease 0s;
}
.pterygium_wrap1_img > div:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.pterygium_wrap1_img > div p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  line-height: 80px;
  text-align: center;
  background: #0066b3;
}
.pterygium_wrap3 .eye_target_wrap > div {
  background: rgba(32, 33, 34, 0.5);
  padding-left: 50px;
}
.pterygium_wrap3 .eye_target_wrap li {
  line-height: 28px;
}
.pterygium_wrap4 ul {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.pterygium_wrap4 li {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px;
}
.pterygium_wrap4 .equip_text2 {
  line-height: 26px;
  text-align: center;
}
.pterygium_wrap5 ul {
  display: flex;
  justify-content: space-between;
  margin: 60px 0;
}
.pterygium_wrap5 li {
  position: relative;
  overflow: hidden;
  border-radius: 0 30px;
}
.pterygium_wrap5 li img {
  transition: all 0.5s ease 0s;
}
.pterygium_wrap5 li:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.pterygium_wrap5 li > div {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 110px;
  background: #e4e5e7;
  text-align: center;
}
.pterygium_wrap5 li > div > p {
  font-size: 24px;
  color: #202122;
  line-height: 32px;
  font-weight: 500;
}
.pterygium_care_wrap {
  display: flex;
  align-items: center;
  margin-top: 60px;
}
.pterygium_care_wrap > div {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px; 
  margin-right: 55px;
}
.pterygium_care_wrap > div > img {
  transition: all 0.5s ease 0s;
}
.pterygium_care_wrap > div:hover > img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.pterygium_wrap7 .prec_list {
  margin: 60px 0 0;
}
.pterygium_wrap7 .prec_list li {
  align-items: center;
}
.pterygium_wrap7 .prec_list .prec_text_wrap {
  margin-top: 0;
}
.pterygium_wrap7 .prec_list .prec_text_wrap p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}

/* hordeolum */
.hordeolum_wrap1 ul {
  display: flex;
  justify-content: space-between;
  margin-top: 75px;
  margin-bottom: 75px;
}
.hordeolum_wrap1 li {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px; 
}
.hordeolum_wrap1 li img {
  transition: all 0.5s ease 0s;
}
.hordeolum_wrap1 li:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.hordeolum_wrap1 li > div {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 180px;
  text-align: center;
  background: #0066b3;
}
.hordeolum_wrap1 li > div > h2 {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
}
.hordeolum_wrap1 li > div > p {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 24px;
  color: #fff;
  line-height: 32px;
}
.to_right {
  position: relative;
  height: 240px;
  margin-top: 75px;
}
.to_right li {
  display: inline-block;
  vertical-align: top;
  transition: all 1s ease 0s;
  position: absolute;
}
.to_right.on li:nth-of-type(1) {
  transform: translateX(0);
}
.to_right.on li:nth-of-type(2) {
  transform: translateX(405px);
}
.to_right.on li:nth-of-type(3) {
  transform: translateX(810px);
}
.to_right li img {
  transition: all 0.5s ease 0s;
}
.to_right li:hover img {
  transform: translateY(-10px);
  transition: all 0.5s ease 0s;
}
.hordeolum_wrap3 ul {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.hordeolum_wrap3 li {
  text-align: center;
}
.hordeolum_wrap3 li > div {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px;
}
.hordeolum_wrap3 li > div > img {
  transition: all 0.5s ease 0s;
}
.hordeolum_wrap3 li:hover > div > img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.hordeolum_wrap3 li h2 {
  font-size: 30px;
  color: #3a98dd;
  font-weight: 500;
  margin: 45px 0 25px;
}
.hordeolum_wrap3 li p {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 18px;
  color: #202122;
  line-height: 26px;
}
.hordeolum_wrap4_img {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px;
  margin: 60px 0;
}
.hordeolum_wrap4_img img {
  transition: all 0.5s ease 0s;
}
.hordeolum_wrap4_img:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.hordeolum_cure_wrap {
  display: flex;
  align-items: center;
  margin-top: 60px;
}
.hordeolum_cure_wrap > div {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px;
  margin-right: 55px;
}
.hordeolum_cure_wrap > div img {
  transition: all 0.5s ease 0s;
}
.hordeolum_cure_wrap > div:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.hordeolum_wrap5 .prec_list {
  margin: 60px 0 0;
}
.hordeolum_wrap5 .prec_list li {
  align-items: center;
}
.hordeolum_wrap5 .prec_list .prec_text_wrap {
  margin-top: 0;
}
.hordeolum_wrap5 .prec_list .prec_text_wrap p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}

/* terms */
.terms_wrap {
  padding: 75px 0 150px;
}
.terms_wrap .inner {
  
}
.terms_wrap h3 {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  margin: 75px 0 40px 0;
}
.terms_wrap h3:first-child {
  margin-top: 0;
}
.terms_wrap .list_wrap {
  padding-bottom: 75px;
  border-bottom: 1px solid #eee;
}
.terms_wrap .list_wrap:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.terms_wrap dl {
  margin-top: 40px;
  font-size: 18px;
  color: #000;
  line-height: 26px;
}
.terms_wrap dl dt {
  margin-bottom: 20px;
  font-weight: 500;
}
.terms_wrap dd ul:after {
  content: '';
  display: block;
  clear: both;
}
.terms_wrap dd ul li > span {
  display: inline;
}
.terms_wrap dd ul li > p {
  float: right;
  width: 98%;
}
.terms_wrap dd ul li {
  overflow: hidden;
  display: block;
}
.terms_wrap dd ul li > ul, .terms_wrap dd ul li > ol {
  float: right;
  width: 98%;
  margin: 5px 0;
}

/* privacy */
.privacy_wrap {
  padding: 75px 0 120px;
}
.privacy_wrap h3 {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  margin: 75px 0 40px 0;
}
.privacy_wrap p {
  font-size: 18px;
  color: #000;
  line-height: 26px;
  word-break: keep-all;
}
.privacy_wrap dl {
  margin: 30px 0;
  font-size: 18px;
  color: #000;
  line-height: 26px;
}
.privacy_wrap dl dt {
  margin-bottom: 12px;
}
.privacy_wrap dd ul:after {
  content: '';
  display: block;
  clear: both;
}
.privacy_wrap dd ul li > span {
  display: inline;
}
.privacy_wrap dd ul li > p {
  float: right;
  width: 98.5%;
}
.privacy_wrap dd ul li {
  overflow: hidden;
  display: block;
}
.privacy_wrap dd ul li > ul, .privacy_wrap dd ul li > ol {
  float: right;
  width: 98.5%;
  margin: 5px 0;
}
.privacy_wrap table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
}
.privacy_wrap table th {
  font-size: 18px;
  color: #000;
  border: 1px solid #ddd;
  padding: 10px 0;
  line-height: 26px;
}
.privacy_wrap table td {
  font-size: 18px;
  color: #000;
  text-align: center;
  border: 1px solid #ddd;
  padding: 10px 0;
  line-height: 26px;
}
/* patients */
.patients_wrap {
  padding: 0 0 75px;
}
.patients_box {
  padding-bottom: 35px;
  border-bottom: 1px solid #eee;
}
.patients_box:last-child {
  border-bottom: 0;
}
.patients_wrap h3 {
  color: #000;
  font-size: 32px;
  font-weight: 500;
  margin: 75px 0 40px 0;
}
.patients_wrap dl {
  margin-bottom: 40px;
}
.patients_wrap dt {
  margin-bottom: 15px;
  color: #000;
  font-size: 24px;
  font-weight: 500;
}
.patients_wrap dd {
  color: #000;
  font-size: 18px;
}

/* conjunctivitis */
.conju_wrap1_img {
  display: flex;
  justify-content: space-between;
  padding: 75px 0;
}
.conju_wrap1_img > div {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px;
}
.conju_wrap1_img > div > img {
  transition: all 0.5s ease 0s;
}
.conju_wrap1_img > div:hover > img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.conju_wrap1_img > div > p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  line-height: 80px;
  text-align: center;
  background: #0066b3;
}
.conju_wrap2_img {
  display: flex;
  justify-content: space-between;
  padding: 60px 0 0;
}
.conju_wrap2_img > div {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px;
}
.conju_wrap2_img > div > img {
  transition: all 0.5s ease 0s;
}
.conju_wrap2_img > div:hover > img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.conju_list {
  display: flex;
  width: 100%;
  margin: 60px 0 0;
  flex-wrap: wrap;
}
.conju_list li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 420px;
  height: 280px;
  border-left: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}
.conju_list li:nth-child(3n) {
  border-right: 1px solid #d7d7d7;
}
.conju_list li:nth-child(-n + 3) {
  border-top: 1px solid #d7d7d7;
}
.conju_list li p {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
}
.conju_wrap3 .conju_list li p {
  font-size: 30px;
}
.conju_diag_wrap {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px;
  margin-top: 150px;
}
.conju_diag_wrap img {
  transition: all 0.5s ease 0s;
}
.conju_diag_wrap:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.conju_diag_wrap > div {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 480px;
  height: 100%;
  background: rgba(32, 33, 34, 0.6);
}
.conju_diag_wrap p {
  font-size: 36px;
  color: #fff;
  font-weight: 500;
}
.conju_diag_wrap p:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: 30px 0 0;
  background-image: linear-gradient(to right, #ffd60d 33%, #ffe771 33% 66%, #fff3b8 66%);
}
.conju_diag_wrap li {
  font-family:'Pretendard', dotum, sans-serif;
  position: relative;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  margin-top: 25px;
  line-height: 33px;
}
.conju_wrap4 ul {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.conju_wrap4 li {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px;
}
.conju_wrap4 li img {
  transition: all 0.5s ease 0s;
}
.conju_wrap4 li:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.conju_wrap5 .prec_list {
  margin: 60px 0 0;
}
.conju_wrap5 .prec_list li {
  align-items: center;
}
.conju_wrap5 .prec_list .prec_text_wrap {
  margin-top: 0;
}
.conju_wrap5 .prec_list .prec_text_wrap p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}

/* location */
.location_wrap1 {
  margin-top: 75px;
}
.location_time_wrap {
  display: flex;
}
.location_time_img {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px;
  flex-shrink: 0;
}
.location_time_img img {
  transition: all 0.5s ease 0s;
}
.location_time_img:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.location_time_table {
  margin-left: 60px;
  flex-grow: 1;
}
.location_title {
  font-size: 36px;
  color: #000;
  font-weight: 500;
}
.location_time_table .location_title {
  margin: 12px 0 38px;
}
.location_time_table table {
  width: 100%;
  border-collapse: collapse;
}
.location_time_table th {
  height: 68px;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background: #b8cdd8;
  border: 1px solid #999793;
}
.location_time_table td {
  height: 65px;
  font-size: 24px;
  color: #3a3a3c;
  font-weight: 500;
  text-align: center;
  border: 1px solid #999793;
}
.location_time_text {
  display: flex;
  margin-top: 25px;
}
.location_time_text p {
  width: 50%;
  font-size: 24px;
  color: #3a3a3c;
  font-weight: 500;
  text-align: center;
}
.location_time_text p span {
  color: #3a98dd;
}
.location_info_text p {
  width: 100%;
  font-size: 20px;
  color: #3a3a3c;
  text-align: center;
  margin-top: 20px;
}
.location_addr_wrap {
  display: flex;
  align-items: flex-end;
}
.location_addr_text {
  flex-grow: 1;
}
.location_addr_text h3 {
  font-size: 24px;
  color: #3a98dd;
  font-weight: 500;
  margin-top: 48px;
}
.location_addr_text p {
  font-size: 24px;
  color: #000;
  margin-top: 12px;
}
.location_addr_text ul {
  
}
.location_addr_text li {
  font-size: 24px;
  color: #3a3a3c;
  margin-top: 12px;
}
.location_addr_text button {
  display: block;
  width: 100%;
  height: 80px;
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 80px;
  border: 0;
  background: #49abc2;
  margin-top: 80px;
}
.location_addr_text button::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 30px;
  background: url(../img/location_ic01.png) center top no-repeat;
  vertical-align: middle;
  margin-right: 14px;
}
.location_addr_map {
  margin-left: 60px;
  position: relative;
  overflow: hidden;
  border-radius: 0 50px;
  flex-shrink: 0;
}
.location_addr_map .root_daum_roughmap .wrap_controllers {
  display: none;
}

/* certificate */
.cert_step_wrap {
  display: flex;
  margin-top: 75px;
}
.cert_step_wrap li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 280px;
  border-top: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  flex: 1 1;
}
.cert_step_wrap li:last-child {
  border-right: 1px solid #d7d7d7;
}
.cert_step_wrap li h2 {
  font-size: 30px;
  color: #33aae9;
  font-weight: 500;
}
.cert_step_wrap li h1 {
  font-size: 60px;
  color: #33aae9;
  font-weight: 500;
  margin: 5px 0 25px;
}
.cert_step_wrap li p {
  font-size: 30px;
  color: #000;
  font-weight: 500;
}
.cert_table {
  display: flex;
  margin-top: 75px;
}
.cert_table table {
  border-collapse: collapse;
  width: 100%;
}
.cert_table table th {
  height: 60px;
  font-size: 20px;
  color: #000;
  font-weight: 500;
  text-align: center;
  background: #efebe8;
  border: 1px solid #999793;
}
.cert_table table td {
  height: 60px;
  font-size: 20px;
  color: #000;
  text-align: center;
  border: 1px solid #999793;
}
.cert_proof_wrap {
  display: flex;
  margin-top: 75px;
}
.cert_proof_wrap li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 300px;
  border-top: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  flex: 1 1;
  padding-top: 50px;
}
.cert_proof_wrap li:last-child {
  border-right: 1px solid #d7d7d7;
}
.cert_proof_wrap li h2 {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  margin: 20px 0 20px;
}
.cert_proof_wrap li p {
  font-size: 18px;
  color: #000;
  text-align: center;
  line-height: 24px;
}
.cert_proof_info {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #202122;
  font-weight: 500;
  margin-top: 75px;
}
.cert_proof_info::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../img/certi_img05.png);
  margin-right: 8px;
}
.cert_proof_text {
  font-size: 18px;
  color: #3a3a3c;
  line-height: 40px;
  margin-top: 30px;
}
.cert_proof_btn {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
  margin-top: 75px;
}
.cert_proof_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  font-size: 30px;
  color: #fff;
  background: #49abc2;
}
.cert_proof_btn a:last-child {
  background: #2499bf;
}
.cert_proof_btn a::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../img/certi_img04.png);
  margin-left: 28px;
}

/* find */
.member_wrap {
  padding: 100px 0 150px;
}
.member_title_en {
  font-size: 24px;
  color: #33aae9;
  text-align: center;
  text-transform: uppercase;
}
.member_title_ko {
  font-size: 42px;
  color: #000;
  font-weight: 500;
  text-align: center;
  margin: 50px 0 40px;
}
.member_text {
  font-size: 24px;
  color: #000;
  text-align: center;
  line-height: 35px;
}
.member_input {
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: #202122;
  background: #fff;
  border: 1px solid #bcbcbc;
  border-radius: 6px;
  padding: 0 22px;
}
.member_input::placeholder {
  color: #999793;
}
.member_btn_wrap {
  margin-top: 60px;
}
.member_btn {
  width: 100%;
  height: 68px;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 68px;
  background: #33aae9;
  border-radius: 10px;
  border: 0;
  padding: 0;
  margin: 0;
}
.find {
  width: 720px;
  margin: 110px auto 0;
}
.find_tab {
  display: flex;
  margin-bottom: 60px;
}
.find_tab p {
  font-size: 22px;
  color: #202122;
  font-weight: 500;
  text-align: center;
  border-bottom: 4px solid #33aae9;
  padding: 0 0 24px;
  flex: 1 1;
}
.find_tab a {
  font-size: 22px;
  color: #636466;
  text-align: center;
  border-bottom: 4px solid #d9d8d5;
  padding: 0 0 24px;
  flex: 1 1;
}
.find_text {
  font-size: 22px;
  color: #636466;
  text-align: center;
  line-height: 35px;
}
.find_email {
  text-align: center;
  margin-top: 40px;
}
.find_email p {
  display: inline-block;
  font-size: 30px;
  color: #3a3a3c;
  text-align: center;
  border-bottom: 1px solid #3a3a3c;
  padding: 0 0 8px;
}
.find .member_input {
  display: block;
  margin-bottom: 15px;
}
.find .member_btn_wrap {
  margin: 40px 0 65px;
}

/* nonSalary */
.salary_wrap .tabs {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ebebeb;
}
.salary_wrap .tabs li {
  width: 100%;
  text-align: center;
  flex: 1 1;
}
.salary_wrap .tabs li a {
  display: block;
  font-size: 20px;
  color: #999793;
  padding-bottom: 25px;
}
.salary_wrap .tabs li:hover a, .salary_wrap .tabs li.active a {
  font-weight: 500;
  color: #33aae9;
}
.salary_wrap .tabs li.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #33aae9;
}
.salary_wrap table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 70px;
}
.salary_wrap table th {
  height: 55px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  text-align: center;
  background: #efebe8;
  border: 1px solid #999793;
}
.salary_wrap table td {
  height: 55px;
  font-size: 16px;
  color: #000;
  text-align: center;
  border: 1px solid #999793;
}
.salary_wrap table td span {
  color: #33aae9;
}


/* 오시는길 문자로 받기 레이어 팝업*/
.sendmap_layer_wrap {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.sendmap_layer_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
}
.sendmap_layer_pop {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 320px;
    max-width: 90%;
	z-index: 10;
}
.sendmap_layer_wrap .sendmap_layer_pop {
	display: block;
}
.sendmap_layer_container {
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	height: 360px;
	overflow: hidden;
    background: #fff;
    border-radius: 20px;
}
.sendmap_layer_container > img {
	width: 199px;
}
.sendmap_layer_container > h2 {
	font-size: 24px;
    color: #202122;
    font-weight: 600;
    text-align: center;
    margin: 30px 0 20px;
}
.sendmap_layer_container > p {
	font-size: 15px;
    color: #202122;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
}
.sendmap_layer_container > div {
	display: flex;
    width: 100%;
    gap: 0 10px;
    padding: 0 25px;
    margin-top: 40px;
}
.sendmap_layer_container .sendmap_layer_cancel {
	display: block;
    height: 35px;
    font-size: 14px;
    color: #363636;
    font-weight: 500;
    line-height: 33px;
    text-align: center;
    border: 1px solid #363636;
    border-radius: 6px;
    flex: 1 1;
}
.sendmap_layer_container .sendmap_layer_ok {
	display: block;
    height: 35px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    line-height: 33px;
    text-align: center;
    background: #363636;
    border: 1px solid #363636;
    border-radius: 6px;
    flex: 1 1;
}
.sendmap_layer_close {
    position: absolute;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
	cursor: pointer;
}
.sendmap_req_row {
  display: flex;
  gap: 0 18px;
}
.sendmap_req_half {
  flex: 1 1;
}
.sendmap_req_row input {
  width: 100%;
  font-size: 17px;
  color: var(--black_color);
  border: 0;
  border-bottom: 1px solid #b2b0ac;
  background: transparent;
  padding: 12px 0;
  opacity: 0.7;
  transition: all 0.3s ease 0s;
}
.sendmap_req_row input:focus, .sendmap_req_row input:active {
  border-bottom: 1px solid var(--hover-color);
  transition: all 0.3s ease 0s;
}
.sendmap_req_row input::-webkit-input-placeholder {
  color: var(--gray_color);
}
.sendmap_req_row input:-ms-input-placeholder {
  color: var(--gray_color);
}
.sendmap_req_row input::placeholder {
  color: var(--gray_color);
}

/* eng */
.eng_hd {
  display: flex;
  height: 100px;
  align-items: center;
}
.eng_slide {
  width: 100%;
  height: 740px;
  background: url(../img/eng_slide01.jpg) center top no-repeat;
  border-radius: 0 50px;
}
.eng_slide_text_wrap {
  padding: 128px 0 0 952px;
}
.eng_text1 {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: #202122;
  text-transform: uppercase;
  padding: 5px 20px 4px;
  margin-bottom: 30px;
}
.eng_text2 {
  font-size: 54px;
  color: #000000;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.eng_text3 {
  font-size: 26px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 38px;
}
.eng_text4 {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 14px;
}
.eng_text5 {
  font-size: 18px;
  color: #000000;
  line-height: 1.3;
  margin-bottom: 40px;
}
.eng_list {
  display: flex;
  justify-content: space-between;
}
.eng_list li {
  position: relative;
  width: 386px;
  height: 480px;
  overflow: hidden;
  border-radius: 0 50px;
}
.eng_list li img {
  transition: all 0.5s ease 0s;
}
.eng_list li:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.eng_list li p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90px;
  font-size: 36px;
  color: #202122;
  font-weight: 500;
  line-height: 90px;
  text-align: center;
  background: rgba(128, 191, 217, 0.75);
}
.eng_title {
  font-size: 48px;
  color: #33aae9;
  font-weight: 500;
  margin: 150px 0 80px;
}
.eng_video_wrap {
  display: flex;
  gap: 0 50px;
}
.eng_video {
  width: 823px;
}
.eng_video video {
  width: 100%;
}
.eng_video_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.eng_video_text p {
  font-size: 18px;
  color: #636466;
  line-height: 1.3;
}
.eng_video_text h2 {
  font-size: 18px;
  color: #3a3a3c;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 30px;
}
.eng_video_wrap2 {
  display: flex;
  justify-content: space-between;
}
#doctor.eng_doctor {
  background: #fff;
}
.eng_doctor h2 {
  font-size: 48px;
  color: #3a3a3c;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}
.eng_doctor p {
  font-size: 30px;
  color: #3a3a3c;
  text-align: center;
  line-height: 1.3;
}
.eng_facility {
  background: #f6f6f6;
}
.eng_facility .facility_slider dl dd {
  min-height: 0;
  margin-top: 80px;
}
.eng_bottom {
  background: #3d4246;
  padding: 80px 0 60px;
}
.eng_bottom_box {
  display: flex;
  gap: 0 42px;
}
.eng_bottom .root_daum_roughmap .wrap_controllers {
  display: none;
}
.eng_bottom_text {
  margin-top: 50px;
}
.eng_bottom_row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  line-height: 1.8;
}
.eng_bottom_row:last-child {
  margin-bottom: 0;
  line-height: 1.3;
}
.eng_bottom_row p {
  font-size: 18px;
  color: #ffffff;
}
.eng_bottom_row:last-child p {
  text-transform: uppercase;
}
.eng_bottom_text1, .eng_bottom_text2, .eng_bottom_text3 {
  position: relative;
  width: 270px;
  padding-left: 56px;
  flex-shrink: 0;
}
.eng_bottom_text1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: url(../img/eng_email.png);
}
.eng_bottom_text2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: url(../img/map_ic4.png);
}
.eng_bottom_text3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: url(../img/eng_location.png?v=1);
}
.eng_bottom_copy {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  padding-top: 20px;
  border-top: 1px solid rgba(153, 151, 147, 0.1);
}
.eng_bottom_copy p {
  font-size: 14px;
  color: #e1ecf0;
  opacity: 0.6;
}

/* mng*/
.mon_wrap {

}
.mon_row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}
.mon_box {
  position: relative;
  cursor: pointer;
}
.mon_img_wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.mon_img_wrap img {
  transition: all 0.5s ease 0s;
  border-radius: 0 30px 0 0;
}
.mon_box:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.mon_text_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 120px;
  background: #f6f6f6;
  border-radius: 0 0 0 30px;
}
.mon_text1 {
  font-size: 20px;
  color: #33aae9;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.mon_text2 {
  font-size: 17px;
  color: #000000;
}
.mon_video_title {
  font-size: 30px;
  color: #0066b3;
  font-weight: 600;
  text-align: center;
  letter-spacing: -2px;
}
.mon_way_title {
  font-size: 30px;
  color: #202122;
  font-weight: 500;
  letter-spacing: -3px;
}
.mon_way_title:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: 18px 0 12px;
  background-image: linear-gradient(to right, #ffd60d 33%, #ffe771 33% 66%, #fff3b8 66%);
}
.mon_way_text {
  font-size: 18px;
  color: #202122;
  line-height: 30px;
  letter-spacing: -1px;
}
.mon_focus_wrap {
  display: flex;
  align-items: center;
  margin: 40px 0 0;
}
.mon_focus_wrap img {
  flex-shrink: 0;
}
.mon_focus_wrap p {
  font-size: 18px;
  color: #3a3a3c;
  margin-left: 40px;
  line-height: 24px;
}
.mon_focus_wrap video {
  width: 100%;
}
.mon_video_text_wrap {
  display: flex;
  justify-content: space-between;
  padding: 15px 25px 0;
  margin: 30px 0 200px;
}
.mon_video_text_wrap p {
  position: relative;
  font-size: 20px;
  color: #363636;
  font-weight: 500;
  padding-left: 20px;
  margin-top: 15px;
}
.mon_video_text_wrap p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 14px;
  height: 14px;
  background: #33aae9;
}
.mon_video_text_wrap p span {
  color: #0066b3;
}
.mon_type_wrap {
  display: flex;
  justify-content: space-between;
  padding-right: 50px;
}
.mon_type_wrap h2 {
  font-size: 30px;
  color: #202122;
  font-weight: 600;
  line-height: 36px;
  margin-top: 25px;
}
.mon_type_wrap h2:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: 25px 0 22px;
  background-image: linear-gradient(to right, #ffd60d 33%, #ffe771 33% 66%, #fff3b8 66%);
}
.mon_type_wrap p {
  font-size: 18px;
  color: #3a3a3c;
  line-height: 24px;
}
.facility_slider dl dt .experience_video_box {
  position: relative;
  width: 1260px;
  height: 540px;
  overflow: hidden;
  flex-shrink: 0;
}


/* event */
.event_hd {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999;
  width: 100%;
  background: rgb(255, 255, 255);
  height: 100px;
}
.event_hd_wrap {
  position: relative;
  width: 1820px;
  margin: 0 auto;
}
.event_hd #logo a {
  margin-left: 300px;
}
.event_menu {

}
.event_menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 60px;
  height: 100px;
}
.event_menu ul li {
  
}
.event_menu ul li a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 5px;
  font-size: 20px;
  color: #202122;
  font-weight: 500;
  padding: 10px 8px 10px 3px;
  /* border-bottom: 3px solid #fff; */
  transition: all 0.3s ease 0s;
}
.event_menu ul li:hover a, .event_menu ul li.on a {
  color: #49abc2;
  /* border-bottom: 3px solid #49abc2;
  transition: all 0.3s ease 0s; */
}
.event_menu ul li a span {
  position: relative;
}
.event_menu ul li a span::after {
  transition: all 0.3s ease 0s;
  display: block;
  position: absolute;
  content: "";
  background: #49abc2;
  border-radius: 50%;
  height: 6px;
  width: 6px;
  left: 50%;
  margin-left: -3px;
  opacity: 0;
  bottom: 0px;
}
.event_menu ul li:hover a span::after, .event_menu ul li.on a span::after {
  display: block;
  position: absolute;
  content: "";
  background: #49abc2;
  opacity: 1;
  bottom: -21px;
}
.event_menu ul li a::before {
  content: "";
  width: 40px;
  height: 40px;
}
.event_menu ul li:nth-child(1) a::before {
  background: url(../img/topicon_1.png) center top no-repeat;
  background-size: 40px 40px;
}
.event_menu ul li:nth-child(2) a::before {
  background: url(../img/topicon_2.png) center top no-repeat;
  background-size: 40px 40px;
}
.event_menu ul li:nth-child(3) a::before {
  background: url(../img/topicon_3.png) center top no-repeat;
  background-size: 40px 40px;
}
.event_menu ul li:nth-child(4) a::before {
  background: url(../img/topicon_4.png) center top no-repeat;
  background-size: 40px 40px;
}
.event_wrap {
  position: relative;
  overflow: hidden;
  min-width: 1820px;
  padding-top: 100px;
}
.event_wrap .inner {
  position: relative;
  width: 100%;
}
.event_wrap .inner .article {
  width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.event_wrap .root_daum_roughmap .wrap_controllers {
  display: none;
}
.event_consult {
  position: relative;
}
.event_consult .inner {
  position: relative;
  width: 1260px;
}
.event_form_wrap {
  padding: 0 40px 60px;
}
.event_form_input_row {
  display: flex;
  justify-content: space-between;
}
.event_form_input {
  width: 580px;
}
.event_form_title {
  display: block;
  font-size: 20px;
  color: #202122;
  margin: 60px 0 12px 15px;
}
.event_form_input input {
  display: block;
  width: 100%;
  height: 60px;
  font-size: 16px;
  color: #202122;
  border: 1px solid #999793;
  background: #fff;
  padding: 0 15px;
}
.event_form_input input:focus, .event_form_input input:active {
  border: 1px solid #33aae9;
}
.event_form_radio {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 0 60px;
}
.event_form_radio label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  cursor: pointer;
  position: relative;
}
.event_form_radio input {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.event_form_radio .design {
  width: 18px;
  height: 18px;
  border: 1px solid #535353;
  border-radius: 100%;
  margin-right: 10px;
  position: relative;
  box-sizing: content-box;
}
.event_form_radio .design::before,
.event_form_radio .design::after {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  position: absolute;
  transform: scale(0);
  transform-origin: center center;
}
.event_form_radio .design:before {
  background: #33aae9;
  opacity: 0;
  transition: .3s;
}  
.event_form_radio .design::after {
  background: #33aae9;
  opacity: .4;
  transition: .6s;
}
.event_form_radio .text {
  font-size: 18px;
  color: #202122;
}
.event_form_radio input:checked+.design::before {
  opacity: 1;
  transform: scale(.6);
}
.event_form_radio input:hover+.design,
.event_form_radio input:focus+.design {
  border: 1px solid #33aae9;
}

.event_form_radio input:hover+.design:before,
.event_form_radio input:focus+.design:before {
  background: #33aae9;
}

.event_form_radio input:hover~.text {
  color: #33aae9;
}
.event_form_radio input:focus+.design::after,
.event_form_radio input:active+.design::after {
  opacity: .1;
  transform: scale(2.6);
}
.event_form_textarea {

}
.event_form_textarea textarea {
  display: block;
  width: 100%;
  min-height: 160px;
  font-size: 16px;
  color: #202122;
  border: 1px solid #999793;
  background: #fff;
  padding: 15px;
}
.event_form_textarea textarea:focus, .event_form_textarea textarea:active {
  border: 1px solid #33aae9;
}
.event_form_agree_wrap {
  margin-top: 40px;
}
.event_form_agree_wrap .label-cbx .checkbox {
  border: 2px solid #999793;
}
.event_form_agree_wrap span {
  font-size: 16px;
  color: #202122;
}
.event_form_agree_more_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 28px;
  margin-top: 12px;
}
.event_form_agree_more_wrap p {
  font-size: 16px;
  color: #202122;
}
.event_form_agree_more_wrap a {
  display: inline-block;
  font-size: 16px;
  color: #202122;
  cursor: pointer;
}
.event_form_agree_more_wrap a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 9px;
  background-image: url(../img/more_ic.png);
  background-position: center center;
  margin-left: 8px;
  transition: all 0.3s ease 0s;
}
.event_form_agree_more_wrap a.active::after {
  transform: rotate(180deg);
  transition: all 0.3s ease 0s;
}
.event_form_agree_wrap textarea {
  display: block;
  width: 100%;
  height: 0;
  font-size: 16px;
  color: #202122;
  line-height: 26px;
  border: 0;
  background: #fff;
  padding: 0 55px;
  margin-top: 30px;
  transition: all 0.3s ease 0s;
}
.event_form_agree_wrap textarea.active {
  height: 160px;
  border: 1px solid #999793;
  padding: 35px 55px;
  transition: all 0.3s ease 0s;
}
.event_form_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
  margin-top: 60px;
}
.event_form_btn a {
  display: block;
  width: 260px;
  height: 60px;
  font-size: 24px;
  color: #202122;
  line-height: 60px;
  text-align: center;
  border: 1px solid #999793;
  border-radius: 60px;
  background: #fff;
}
.event_form_btn button {
  display: block;
  width: 260px;
  height: 60px;
  font-size: 24px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  border: 1px solid #33aae9;
  border-radius: 60px;
  background: #33aae9;
}


.event_top_title_ko1 {
  font-size: 40px;
  text-align: center;
  color: #000000;
  font-weight: 500;
  padding: 60px 0 0;
}
.event_top_title_ko2 {
  font-size: 55px;
  text-align: center;
  color: #3a98dd;
  padding: 20px 0 60px;
  font-weight: 500;
}
.eventwrap_text {
  text-align: center;
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 23px;
  line-height: 1.3em;
  margin-bottom: 60px;
}
.event_smile_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.event_smile_box {
  position: relative;
  width: 405px;
  height: 330px;
  border: 1px solid #d7d7d7;
  border-radius: 0 50px;
  padding-top: 20px;
  margin-top: 20px;
}
.event_smile_wrap .event_smile_box img {
  width: 300px;
  display: flex;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}
.event_smile_box > div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 120px;
  background: #33aae9;
  border-radius: 0 30px;
}
.event_smile_box > div p {
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
  line-height: 30px;
}
.event_smile_box i {
  display: block;
  width: 50px;
  height: 50px;
  background: #33aae9;
  margin: -25px auto 0;
  transform: rotate(45deg);
}
.event_smile_text1 {
  font-size: 30px;
  line-height: 1.2em;
  margin-top: 20px;
  color: #3a98dd;
  font-weight: 500;
  text-align: center;
}
.onestep_lasek_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.onestep_lasek_box {
  position: relative;
  width: 400px;
  height: 140px;
  background: #f7f7f7;
  border-radius: 0 50px;
  padding-top: 55px;
}
.onestep_lasek_box > div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 120px;
  background: #33aae9;
  border-radius: 0 30px;
}
.onestep_lasek_box > div p {
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
  line-height: 30px;
}
.onestep_lasek_box i {
  display: block;
  width: 50px;
  height: 50px;
  background: #33aae9;
  margin: -25px auto 0;
  transform: rotate(45deg);
}
.onestep_lasek_text1 {
  font-size: 30px;
  color: #3a98dd;
  font-weight: 500;
  text-align: center;
}
.event_lasik_wrap5_img {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 0px;
}
.event_lasik_wrap5_img > div {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px;
}
.event_lasik_wrap5_img > div img {
  transition: all 0.5s ease 0s;
}
.event_lasik_wrap5_img > div:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.event_lasik_wrap5_img > div p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  line-height: 80px;
  text-align: center;
  background: rgba(0, 102, 179, 0.8);
}
.notice_text {
  font-family:'Pretendard', dotum, sans-serif;
  margin-top: 15px;
  font-size: 20px;
}
.event_bt_info_wrap {
  display: flex;
}
.event_bt_info_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 330px;
  text-align: center;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  flex: 1 1;
}
.event_bt_info_box:last-child {
  border-right: 1px solid #d7d7d7;
}
.event_bt_info_box p {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
}
.event_bt_info_box .info_text {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 20px;
  line-height: 1.2em;
  color: #000;
  text-align: center;
  margin-top: 20px;
}
.event_bt_notice {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.event_bt_notice_box {
  position: relative;
  width: 1260px;
  height: 360px;
  background: #f7f7f7;
  border-radius: 0 50px;
  padding-top: 55px;
  padding-left: 50px;
}
.event_bt_notice_box > div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 120px;
  background: #33aae9;
  border-radius: 0 30px;
}
.event_bt_notice_box > div p {
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
  line-height: 30px;
}
.event_bt_notice_box i {
  display: block;
  width: 50px;
  height: 50px;
  background: #33aae9;
  margin: -25px auto 0;
  transform: rotate(45deg);
}
.event_bt_notice_text1 {
  font-size: 25px;
  color: #3a98dd;
  font-weight: 500;
  text-align: left;
}
.event_bt_notice_text2 {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: 300;
  text-align: left;
  margin: 25px 0 20px;
  line-height: 30px;
}
.event_bt_notice_box2 {
  position: relative;
  width: 1260px;
  height: 200px;
  background: #f7f7f7;
  border-radius: 0 50px;
  padding-top: 55px;
  padding-left: 50px;
}
.event_bt_notice_box2 > div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 120px;
  background: #33aae9;
  border-radius: 0 30px;
}
.event_bt_notice_box2 > div p {
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
  line-height: 30px;
}
.event_bt_notice_box2 i {
  display: block;
  width: 50px;
  height: 50px;
  background: #33aae9;
  margin: -25px auto 0;
  transform: rotate(45deg);
}
.event_lasik_wrap6 h2 {
  font-size: 50px;
  color: #202122;
  font-weight: 500;
  text-align: center;
  line-height: 50px;
  margin: 100px 0 60px;
}
.event_lasik_wrap6 h2 span {
  color: #045197;
}
.event_dream_wrap1 .video {
  margin-top: 30px;
}
.event_dream_wrap1 ul {
  display: flex;
  justify-content: space-between;
}
.event_dream_wrap1 li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 300px;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  text-align: center;
  flex: 1 1;
}
.event_dream_wrap1 li:last-child {
  border-right: 1px solid #d7d7d7;
}
.event_dream_wrap1 li p {
  font-size: 24px;
  color: #202122;
  font-weight: 500;
  line-height: 34px;
  margin-top: 25px;
}
.event_dream_wrap2 ul {
  display: flex;
  justify-content: space-between;
}
.event_dream_wrap2 li {
  position: relative;
  overflow: hidden;
  border-radius: 0 30px;
}
.event_dream_wrap2 li img {
  transition: all 0.5s ease 0s;
}
.event_dream_wrap2 li:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.event_dream_wrap2 li h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  line-height: 80px;
  text-align: center;
  background: #49abc2;
}
.event_dream_wrap2 .text {
  text-align: center;
  margin-top: 50px;
}
.event_lasik_wrap5 .text {
  text-align: center;
  margin: 50px 0;
}

.cata_symptom_row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.cata_symptom_box {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px;
}
.cata_symptom_box img {
  transition: all 0.5s ease 0s;
}
.cata_symptom_box:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.event_cata_symptom_text_wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  text-align: center;
  background: #f6f6f6;
  padding-top: 22px;
}
.event_cata_symptom_text_wrap h2 {
  font-size: 30px;
  color: #33aae9;
  font-weight: 500;
  margin-bottom: 18px;
}
.event_cata_symptom_text_wrap p {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 18px;
  color: #3a3a3c;
  font-weight: 500;
  line-height: 24px;
}

.event_carousel_wrap_bt {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: 0 auto;
  height: 700px;
}
.event_carousel_slide_bt {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 268px;
  height: 530px;
  padding: 0 80px;
  box-sizing: content-box;
}
.event_carousel_bg_bt {
  width: 100%;
  height: 100%;
}
.event_carousel_bt_bg1 {
  background: url(../img/event_carousel_bt_bg01.png) center top no-repeat;
  background-size: cover;
}
.event_carousel_bt_bg2 {
  background: url(../img/event_carousel_bt_bg02.png) center top no-repeat;
  background-size: cover;
}
.event_carousel_bt_bg3 {
  background: url(../img/event_carousel_bt_bg03.png) center top no-repeat;
  background-size: cover;
}
.event_carousel_bt_bg4 {
  background: url(../img/event_carousel_bt_bg04.png) center top no-repeat;
  background-size: cover;
}
.event_carousel_bt_bg5 {
  background: url(../img/event_carousel_bt_bg05.png) center top no-repeat;
  background-size: cover;
}
.event_carousel_bg_bt a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.event_carousel_bg_bt .event_title {
  font-size: 30px;
  color: #ffffff;
  font-weight: 500;
  padding: 253px 0 46px;
}
.event_carousel_bg_bt .event_text {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
}
.event_intro_top {
  padding-top: 100px;
  min-width: 1920px;
}
.sub_top_event {
  overflow: hidden;
  position: relative;

}
.event_top_bg {
  background-color: #019e47;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 890px;
}
.sub_top_event video {
  position: absolute;
  left: 0;
  top: 0;
  width: 1920px;
  height: 890px;
}



/*dr*/
.dr_text_wrap {

}
.dr_text_title_wrap {
  display: flex;
  justify-content: space-between;
  padding: 60px 0 60px;
}
.lasik_video_box {
  width: 400px;
}
.lasik_video_title {
  font-size: 38px;
  color: #0066b3;
  font-weight: 600;
  text-align: center;
}
.dr_top_title {
  font-size: 38px;
  color: #0066b3;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
.lasik_video_text {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 18px;
  color: #363636;
  font-weight: 500;
  text-align: center;
  margin: 20px 0 28px;
}
.lasik_video_box video {
  width: 100%;
}
.lasik_video_box_dr video {
  width: 100%;
}
.lasik_video_box_dr {
  width: 1200px;
}
.dr_text {
  font-size: 20px;
  color: #363636;
  font-weight: 400;
  text-align: center;
  line-height: 1.2em;
  margin: 20px 0 48px;
}
.dr_img_lens_type {
  position: relative;
  width: 1200px;
  height: 715px;
  overflow: hidden;
}
.dr_img_lens_focus {
  position: relative;
  width: 1200px;
  height: 258px;
  overflow: hidden;
  margin-top: 60px;
}
.dr_quick2 { 
	position:fixed; 
	right:160px; /* 사이드바에서 떨어진 거리 */
	top: 55%;
	transform: translateY(-50%);
	z-index:1000; 
}
.dr_quick3 { 
	list-style:none; 
	margin:0; padding:0; 
}
.dr_quick3 li { 
  text-align: center;
  padding: 13px;
  font-size: 22px;
  border: 1px solid #33aae9;
  border-radius: 60px;
  margin-bottom: 10px;
}
.dr_cata_wrap .tabs {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ebebeb;
}
.dr_cata_wrap .tabs li {
  text-align: center;
  margin: 0 60px;
}
.dr_cata_wrap .tabs li a {
  display: block;
  font-size: 24px;
  color: #999793;
  padding-bottom: 25px;
}
.dr_cata_wrap .tabs li:hover a, .dr_cata_wrap .tabs li.active a {
  color: #33aae9;
}
.dr_cata_wrap .tabs li.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #33aae9;
}
.dr_cata_focus_wrap {
  display: flex;
  align-items: center;
  margin: 0px 0 0;
}
.dr_cata_focus_wrap img {
  position: relative;
  margin: 0 auto;
  width: 800px;
  height: 335px;
}
.dr_cata_focus_wrap p {
  font-family:'Pretendard', dotum, sans-serif;
  font-size: 18px;
  color: #3a3a3c;
  margin-left: 40px;
  line-height: 24px;
}
.dr_cata_slider {
  margin-top: 60px;
}
.dr_cata_slider .slick-slide img {
  width: 1200px;
  height: 258px;
  margin-left: auto;
}