@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css");

@media (hover: hover) {
  .main_header.active .gnb_list:hover a {
    color: #222;
  }
  .top_btn:hover img:first-child {
    display: none;
  }
  .top_btn:hover img:last-child {
    display: block;
  }
}

body {
  font-family: "pretendard";
  font-size: 16px;
  font-weight: 400;
  color: #222;
}
body.not_scroll {
  height: 100%;
  overflow: hidden;
}

.main_header .gnb_list a {
  color: #fff;
  cursor: pointer;
}
.main_header.active .gnb_list a,
.main_header.scroll .gnb_list a {
  color: #222;
}
.main_header.active,
.main_header.scroll {
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
}
.main_header.active .main_logo_color,
.main_header.scroll .main_logo_color {
  display: block;
}

header .lnb,
.main_header.active .main_logo_white,
.main_header.scroll .main_logo_white,
.main_header .open_color,
.menu_filter {
  display: none;
}
/* !main header color change */
header {
  position: fixed;
  top: 0;
  z-index: 90;
  width: 100%;
  transition: 0.3s;
}
header h1 a {
  width: 214px;
  height: 38px;
}
header h1 a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main_header {
  border-bottom: 1px solid #fff;
}
.main_header .main_logo_color {
  display: none;
}
.header_content {
  display: flex;
  align-items: baseline;
  /* justify-content: space-between; */
  height: 80px;
}
.menu {
  width: 725px;
  margin-left: auto;
}
header .gnb {
  display: flex;
  align-items: center;
  gap: 50px;
}
header .gnb > li a {
  padding: 36px 0 25px;
  cursor: default;
  color: #222;
  font-size: 16px;
}
header .gnb > li.active > a {
  color: #222;
  font-weight: 600;
}

.language_button_container {
  position: relative;
  margin-left: 30px;
}
.language_button_container .language_button {
  display: block;
  width: 26px;
  height: 26px;
  filter: invert(100%) sepia(8%) saturate(2617%) hue-rotate(103deg)
    brightness(112%) contrast(108%);
}
.main_header.scroll .language_button_container .language_button,
.main_header.active .language_button_container .language_button,
.sub_header .language_button_container .language_button {
  filter: none;
}

.language_list_wrap {
  position: absolute;
  top: calc(100% + 31px);
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.language_list_wrap.on {
  display: block;
}
.language_list_wrap .language_list button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 91px;
  height: 37px;
  font-size: 16px;
  font-weight: 600;
  color: #a8a8a8;
  background-color: #fff;
}

.open_icon {
  display: none;
}

.title h2 {
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 600;
  color: #a8a8a8;
  line-height: 1.45;
}
.title p {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.37;
}
footer {
  position: relative;
  z-index: 10;
}
.footer_top {
  padding: 20px 0;
  background: #333;
}
.footer_top > div {
  display: flex;
  justify-content: flex-end;
}

.footer_right {
  display: flex;
  gap: 8px;
}
.footer_right li {
  font-size: 12px;
  color: #d2d2d2;
  font-weight: 700;
}
.footer_right li:nth-of-type(2) {
  font-weight: 300;
}

.footer_bottom {
  background: #222;
}
.footer_bottom > div {
  padding: 44px 0;
  display: flex;
  justify-content: space-between;
}
.footer_logo {
  width: 221px;
  height: 40px;
}
.footer_txt {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
.footer_txt div:first-child p {
  font-size: 12px;
  font-weight: 300;
  color: #9a9a9a;
  line-height: 1.67;
  text-align: right;
}
.footer_txt li:not(:last-child) {
  margin-bottom: 5px;
}
.footer_txt li {
  font-size: 12px;
  color: #d2d2d2;
  font-weight: 500;
  line-height: 1.39;
}
.footer_txt li:last-of-type {
  color: #9a9a9a;
}
.footer_txt li span {
  font-weight: 700;
}
/* !footer */

.guide_line {
  width: 1428px;
  margin: 0 auto;
}
.mb_br {
  display: none;
}
.title {
  font-size: 36px;
  font-weight: 700;
  color: #a8a8a8;
}
.title p {
  display: block;
  margin-top: 14px;
  font-size: 38px;
  color: #222;
}

.quick_menu:hover .quick_button {
  width: 180px;
  padding: 21px 30px;
}

.quick_menu:hover .quick_call::after {
  content: "전화 상담";
  width: 75px;
  font-size: 20px;
  color: #fff;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.quick_menu:hover .quick_call_en::after {
  content: "CALL";
}

.quick_menu:hover .quick_talk::after {
  content: "카톡 상담";
  width: 75px;
  font-size: 20px;
  color: #fff;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.quick_menu:hover .quick_talk_en::after {
  content: "Kakaotalk";
}

.quick_menu {
  position: fixed;
  top: 220px;
  right: 0;
  z-index: 10;
  background: #000048;
}
.top_btn {
  position: fixed;
  top: 860px;
  right: 24px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 10;
}
.top_btn img:last-child {
  display: none;
}
.mb_quick_menu {
  display: none;
}
.quick_button {
  width: 75px;
  display: block;
  padding: 21px;
  transition: 0.3s;
  cursor: pointer;
}
.quick_button div {
  width: 33px;
  height: 33px;
}
.quick_call,
.quick_talk {
  position: relative;
  cursor: pointer;
}

.overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
}
.modal .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal.call .content {
  width: 420px;
  border-radius: 3px;
  background: #fff;
}
.modal.call .inner {
  padding: 40px 68px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modal.call .inner div {
  text-align: center;
}
.modal.call .inner div:first-child {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.36;
}
.modal.call .inner div:nth-child(2) {
  margin-bottom: 30px;
  padding: 15px 0;
  font-size: 18px;
  background: #eff0f2;
}
.modal.docter .content {
  width: 1428px;
}

/* .eyes_modal .content{width: 1428px; height: 911px; padding-bottom: 155px; background: #fff; overflow: scroll; direction: rtl;} */
.eyes_modal .content {
  width: 1428px;
  height: 911px;
  background: #fff;
}
.eyes_modal .eyes_scroll {
  width: auto;
  margin: 0 15px;
  padding: 80px 0 155px;
  height: 661px;
  direction: ltr;
  overflow-y: scroll;
  overflow-x: hidden;
  direction: rtl;
}
.eyes_modal .eyes_scroll::-webkit-scrollbar {
  width: 5px;
}
.eyes_modal .eyes_scroll::-webkit-scrollbar-thumb {
  background: #222;
}
.eyes_modal .eyes_scroll::-webkit-scrollbar-track {
  margin: 585px 0 15px;
  background: #d3d3d3;
}
.eyes_modal .eyes_scroll .inner_content {
  direction: ltr;
}
.close_btn button {
  width: 104px;
  padding: 11px 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  border-radius: 3px;
  background: #000048;
}
.modal_close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 41px;
  height: 41px;
}
/* !modal */

@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@media screen and (max-width: 1580px) {
  body {
    font-size: calc(100vw * (16 / 1240));
  }
  /* !main header color change */
  header h1 a {
    width: calc(100vw * (214 / 1240));
    height: calc(100vw * (38 / 1240));
  }
  .header_content {
    height: calc(100vw * (80 / 1240));
  }
  .menu {
    width: calc(100vw * (778 / 1240));
  }
  header .gnb {
    gap: calc(100vw * (50 / 1240));
  }
  header .gnb > li a {
    padding: calc(100vw * (36 / 1240)) 0 calc(100vw * (25 / 1240));
    font-size: calc(100vw * (16 / 1240));
  }
  .language_button_container {
    margin-left: calc(100vw * (30 / 1240));
  }
  .language_button_container .language_button {
    width: calc(100vw * (26 / 1240));
    height: calc(100vw * (26 / 1240));
  }
  .language_list_wrap {
    top: calc(100% + calc(100vw * (31 / 1240)));
  }
  .language_list_wrap .language_list button {
    width: calc(100vw * (91 / 1240));
    height: calc(100vw * (37 / 1240));
    font-size: calc(100vw * (16 / 1240));
  }
  .title h2 {
    margin-bottom: calc(100vw * (16 / 1240));
    font-size: calc(100vw * (36 / 1240));
  }
  .title p {
    font-size: calc(100vw * (38 / 1240));
  }
  .footer_top {
    padding: calc(100vw * (20 / 1240)) 0;
  }
  .footer_right {
    gap: calc(100vw * (8 / 1240));
  }
  .footer_right li {
    font-size: calc(100vw * (12 / 1240));
  }
  .footer_bottom > div {
    padding: calc(100vw * (44 / 1240)) 0;
  }
  .footer_logo {
    width: calc(100vw * (221 / 1240));
    height: calc(100vw * (40 / 1240));
  }
  .footer_txt {
    gap: calc(100vw * (60 / 1240));
  }
  .footer_txt div:first-child p {
    font-size: calc(100vw * (12 / 1240));
  }
  .footer_txt li:not(:last-child) {
    margin-bottom: calc(100vw * (5 / 1240));
  }
  .footer_txt li {
    font-size: calc(100vw * (12 / 1240));
  }
  /* !footer */
  .guide_line {
    width: calc(100vw * (1180 / 1240));
  }
  .title {
    font-size: calc(100vw * (36 / 1240));
  }
  .title p {
    margin-top: calc(100vw * (14 / 1240));
    font-size: calc(100vw * (38 / 1240));
  }
  .quick_menu:hover .quick_button {
    width: calc(100vw * (180 / 1240));
    padding: calc(100vw * (21 / 1240)) calc(100vw * (30 / 1240));
  }
  .quick_menu:hover .quick_call::after,
  .quick_menu:hover .quick_talk::after {
    width: calc(100vw * (75 / 1240));
    font-size: calc(100vw * (20 / 1240));
    left: calc(100vw * (40 / 1240));
  }
  .quick_menu {
    top: calc(100vw * (440 / 1240));
  }
  .quick_button {
    width: calc(100vw * (75 / 1240));
    padding: calc(100vw * (21 / 1240));
  }
  .quick_button div {
    width: calc(100vw * (33 / 1240));
    height: calc(100vw * (33 / 1240));
  }
  .modal.call .content {
    width: calc(100vw * (420 / 1240));
    border-radius: calc(100vw * (3 / 1240));
  }
  .modal.call .inner {
    padding: calc(100vw * (40 / 1240)) calc(100vw * (68 / 1240))
      calc(100vw * (30 / 1240));
  }
  .modal.call .inner div:first-child {
    margin-bottom: calc(100vw * (20 / 1240));
    font-size: calc(100vw * (22 / 1240));
  }
  .modal.call .inner div:nth-child(2) {
    margin-bottom: calc(100vw * (30 / 1240));
    padding: calc(100vw * (15 / 1240)) 0;
    font-size: calc(100vw * (18 / 1240));
  }
  .modal.docter .content {
    width: calc(100vw * (1180 / 1240));
  }
  .eyes_modal .content {
    width: calc(100vw * (1180 / 1240));
    height: calc(100vw * (911 / 1240));
  }
  .eyes_modal .eyes_scroll {
    margin: 0 calc(100vw * (15 / 1240));
    padding: calc(100vw * (80 / 1240)) 0 calc(100vw * (155 / 1240));
    height: calc(100vw * (661 / 1240));
  }
  .eyes_modal .eyes_scroll::-webkit-scrollbar {
    width: calc(100vw * (5 / 1240));
  }
  .eyes_modal .eyes_scroll::-webkit-scrollbar-track {
    margin: calc(100vw * (585 / 1240)) 0 calc(100vw * (15 / 1240));
  }
  .close_btn button {
    width: calc(100vw * (104 / 1240));
    padding: calc(100vw * (11 / 1240)) 0;
    font-size: calc(100vw * (16 / 1240));
    border-radius: calc(100vw * (3 / 1240));
  }
  .modal_close {
    top: calc(100vw * (30 / 1240));
    right: calc(100vw * (30 / 1240));
    width: calc(100vw * (41 / 1240));
    height: calc(100vw * (41 / 1240));
  }
}
@media screen and (max-width: 700px) {
  .mb_br {
    display: block;
  }
  body {
    font-size: calc(100vw * (16 / 390));
  }
  /* !main header color change */
  header {
    background: #fff;
  }
  header h1 a {
    width: calc(100vw * (158 / 390));
    height: calc(100vw * (30 / 390));
  }
  .menu,
  .main_header .main_logo_white {
    display: none;
  }
  .main_header .main_logo_color {
    display: block;
  }
  .header_content {
    height: calc(100vw * (70 / 390));
    align-items: center;
  }
  header .gnb {
    gap: calc(100vw * (50 / 390));
  }
  header .gnb > li a {
    padding: calc(100vw * (36 / 390)) 0 calc(100vw * (25 / 390));
    font-size: calc(100vw * (16 / 390));
  }
  .open_icon .open {
    display: block;
    width: calc(100vw * (36 / 390));
    height: calc(100vw * (27 / 390));
    cursor: pointer;
  }
  .open_icon.active + .menu_filter .menu_gnb {
    right: 0;
  }
  .menu_filter {
    display: block;
    position: absolute;
  }
  .menu_gnb {
    width: 100%;
    right: calc(100vw * (-730 / 390));
    position: fixed;
    height: 100%;
    top: 0;
    box-sizing: border-box;
    z-index: 30;
    transition: all 0.35s;
    background: #000048;
  }
  .close_icon {
    position: absolute;
    right: calc(100vw * (18 / 390));
    top: calc(100vw * (20 / 390));
    width: calc(100vw * (30 / 390));
    height: calc(100vw * (30 / 390));
    cursor: pointer;
  }
  .menu_gnb_wrap {
    padding: calc(100vw * (65 / 390)) calc(100vw * (19 / 390)) 0;
  }
  .menu_gnb_list:not(:last-child) {
    margin-bottom: calc(100vw * (30 / 390));
  }
  .menu_gnb_list {
    font-size: calc(100vw * (20 / 390));
    font-weight: 700;
    color: #fff;
  }
  .menu_lnb_inner {
    gap: calc(100vw * (20 / 390)) calc(100vw * (25 / 390));
  }
  .menu_lnb_inner a {
    font-size: calc(100vw * (16 / 390));
  }
  .menu_inform div:first-child {
    margin-bottom: calc(100vw * (30 / 390));
    font-size: calc(100vw * (12 / 390));
  }
  .menu_inform div:first-child span {
    font-size: calc(100vw * (18 / 390));
  }
  .menu_inform div:last-child {
    font-size: calc(100vw * (12 / 390));
  }
  .language_button_container {
    margin: 0 calc(100vw * (15 / 390)) 0 auto;
  }
  .language_button_container .language_button {
    width: calc(100vw * (26 / 390));
    height: calc(100vw * (26 / 390));
  }
  .language_list_wrap {
    top: calc(100% + calc(100vw * (23 / 390)));
  }
  .language_list_wrap .language_list button {
    width: calc(100vw * (91 / 390));
    height: calc(100vw * (37 / 390));
    font-size: calc(100vw * (16 / 390));
  }
  .title h2 {
    margin-bottom: calc(100vw * (16 / 390));
    font-size: calc(100vw * (36 / 390));
  }
  .title p {
    font-size: calc(100vw * (38 / 390));
  }
  footer {
    padding-bottom: calc(100vw * (80 / 390));
  }
  .footer_top {
    padding: calc(100vw * (20 / 390)) 0;
  }
  .footer_right {
    gap: calc(100vw * (8 / 390));
  }
  .footer_right li {
    font-size: calc(100vw * (10 / 390));
  }
  .footer_bottom > div {
    padding: calc(100vw * (38 / 390)) 0;
    gap: calc(100vw * (20 / 390));
    flex-direction: column;
  }
  .footer_logo {
    width: calc(100vw * (188 / 390));
    height: calc(100vw * (36 / 390));
  }
  .footer_txt {
    gap: calc(100vw * (20 / 390));
    flex-direction: column;
  }
  .footer_txt div:first-child p {
    font-size: calc(100vw * (12 / 390));
    text-align: left;
  }
  .footer_txt li:not(:last-child) {
    margin-bottom: calc(100vw * (5 / 390));
  }
  .footer_txt li {
    font-size: calc(100vw * (10 / 390));
  }
  /* !footer*/
  .guide_line {
    width: calc(100vw * (354 / 390));
  }
  .title {
    font-size: calc(100vw * (20 / 390));
  }
  .title p {
    margin-top: calc(100vw * (10 / 390));
    font-size: calc(100vw * (24 / 390));
  }
  .quick_menu:hover .quick_button {
    width: calc(100vw * (180 / 390));
    padding: calc(100vw * (21 / 390)) calc(100vw * (30 / 390));
  }
  .quick_menu:hover .quick_call::after,
  .quick_menu:hover .quick_talk::after {
    width: calc(100vw * (75 / 390));
    font-size: calc(100vw * (20 / 390));
    left: calc(100vw * (40 / 390));
  }
  .quick_menu {
    display: none;
  }
  .quick_button {
    width: calc(100vw * (75 / 390));
    padding: calc(100vw * (21 / 390));
  }
  .quick_button div {
    width: calc(100vw * (33 / 390));
    height: calc(100vw * (33 / 390));
  }
  .modal.call .content {
    width: calc(100vw * (420 / 390));
    border-radius: calc(100vw * (3 / 390));
  }
  .modal.call .inner {
    padding: calc(100vw * (40 / 390)) calc(100vw * (68 / 390))
      calc(100vw * (30 / 390));
  }
  .modal.call .inner div:first-child {
    margin-bottom: calc(100vw * (20 / 390));
    font-size: calc(100vw * (22 / 390));
  }
  .modal.call .inner div:nth-child(2) {
    margin-bottom: calc(100vw * (30 / 390));
    padding: calc(100vw * (15 / 390)) 0;
    font-size: calc(100vw * (18 / 390));
  }
  .modal.docter .content {
    width: calc(100vw * (354 / 390));
  }
  .eyes_modal .content {
    width: calc(100vw * (354 / 390));
    height: 80vh;
    overflow: auto;
  }
  .eyes_modal .eyes_scroll {
    margin: 0 calc(100vw * (15 / 390));
    padding: calc(100vw * (40 / 390)) 0 calc(100vw * (50 / 390));
    height: 47vh;
    overflow: unset;
    direction: unset;
  }
  .eyes_modal .eyes_scroll::-webkit-scrollbar {
    width: calc(100vw * (5 / 390));
  }
  .eyes_modal .eyes_scroll::-webkit-scrollbar-track {
    margin: calc(100vw * (585 / 390)) 0 calc(100vw * (15 / 390));
  }
  .close_btn button {
    width: calc(100vw * (104 / 390));
    padding: calc(100vw * (11 / 390)) 0;
    font-size: calc(100vw * (16 / 390));
    border-radius: calc(100vw * (3 / 390));
  }
  .modal_close {
    top: calc(100vw * (20 / 390));
    right: calc(100vw * (20 / 390));
    width: calc(100vw * (24 / 390));
    height: calc(100vw * (24 / 390));
  }

  .mb_quick_menu {
    position: fixed;
    bottom: 0;
    display: flex;
    width: 100%;
    z-index: 11;
  }
  .mb_quick_menu button,
  .mb_quick_menu a {
    width: 50%;
    height: calc(100vw * (80 / 390));
    padding: calc(100vw * (24 / 390)) calc(100vw * (40 / 390))
      calc(100vw * (24 / 390)) calc(100vw * (80 / 390));
    font-size: calc(100vw * (20 / 390));
    color: #fff;
  }
  .mb_quick_menu button:first-of-type {
    position: relative;
    background: url("../images/icon/icon_talk.svg") center left
        calc(100vw * (40 / 390)) / calc(100vw * (33 / 390)) no-repeat,
      #000048;
  }
  .mb_quick_menu button:first-of-type::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #fff;
    opacity: 0.5;
    height: calc(100vw * (80 / 390));
  }
  .mb_quick_menu a {
    background: url("../images/icon/icon_call.svg") center left
        calc(100vw * (40 / 390)) / calc(100vw * (33 / 390)) no-repeat,
      #000048;
  }

  .top_btn {
    display: block;
    top: auto;
    bottom: calc(100vw * (100 / 390));
    width: calc(100vw * (60 / 390));
    height: calc(100vw * (60 / 390));
  }
  .top_btn img:first-child {
    display: none;
  }
  .top_btn img:last-child {
    display: block;
  }
}
