@charset "UTF-8";

/* header */
.global_header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: hsl(0, 0%, 100%);
  transition: 0.45s;
  box-sizing: border-box;
  transform: translateY(0);
}

f .global_header.hidden {
  transform: translateY(-100%);
}

.global_header .gnb {
  width: 96%;
  max-width: 1796px;
  margin: 0 auto;
  max-height: 115px;
  min-height: 115px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

@media screen and (min-width: 1025px) {
  .global_header .gnb .logo {
    width: 11.875vw;
    margin-right: 2vw;
    /* min-width: 228px; */
    /* padding: 35px 0; */
  }
}

.global_header .gnb .nav {
  display: flex;
  /* gap: 1.8vw; */
  align-items: center;
  color: #000;
  transition: 0.45s;
  padding: 35px 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.32px;
  box-sizing: border-box;
  max-height: 115px;
}

.global_header .gnb .nav:lang(mn) {
  font-size: 18px;
}

.global_header .gnb .nav_menu {
  /* min-width: 8.8vw; */
  box-sizing: border-box;
  padding: 10px 25px 10px 10px;
}

.global_header .gnb .nav_menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.global_header .gnb .nav_menu a .br_none,
.global_header .gnb .side .br_none {
  display: none;
}

.global_header .gnb .nav_menu a::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url('/img/common/nav_menu_icon.png') center center / 100%
    no-repeat;
}

.global_header .gnb .drop {
  position: absolute;
  height: 0;
  overflow: hidden;
  transition: 0.3s;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #828282;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.global_header .gnb .drop.show {
}

.global_header .gnb .drop_inner {
  max-width: 1840px;
  width: 90%;
  margin: 0 auto;
  padding-left: calc(14.475vw + 10px);
  box-sizing: border-box;
}

.global_header .gnb .drop_main {
  display: flex;
  justify-content: space-between;
}

.global_header .gnb .drop_menu_wrap {
  display: flex;
  /* gap: 1vw; */
  width: calc(100% - 250px - 1vw);
}

.global_header .gnb .drop_menu_list {
  padding: 30px 20px 65px 10px;
  min-width: calc(8.8vw - 30px);
}

.global_header .gnb .drop_menu_list:nth-child(3) {
  padding-right: 54px;
}

/* .global_header .gnb .drop_menu_list:nth-child(1) {
  min-width: 111px;
}
.global_header .gnb .drop_menu_list:nth-child(2) {
  min-width: 90px;
}
.global_header .gnb .drop_menu_list:nth-child(4) {
  min-width: 226px;
}
.global_header .gnb .drop_menu_list:nth-child(5) {
  min-width: 111px;
} */
.global_header .gnb .drop_menu_list:not(:last-child) {
  border-right: 1px solid #bababa;
}

.global_header .gnb .drop_menu_list b {
  color: var(--neutral-gray-800, #262626);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.36px;
  display: block;
  margin-bottom: 20px;
}

.global_header .gnb .drop_menu_list div {
  display: flex;
  gap: 1.5vw;
}

.global_header .gnb .drop_menu_list ul {
}

.global_header .gnb .drop_menu_list ul li {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.32px;
}

.global_header .gnb .drop_menu_list ul li:not(:last-child) {
  margin-bottom: 12px;
}

.global_header .gnb .side {
  display: flex;
  align-items: center;
  gap: 20px;
}

.global_header .gnb .side .go_link {
  /* margin-left: auto; */
  padding: 9px 20px;
  border-radius: 15px;
  text-align: center;
  background: var(
    --Blue-2,
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    #0069ff
  );
  color: #fff;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.32px;
}

.global_header .gnb .selectBox .label {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;

  column-gap: 10px;
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  border-radius: 15px;
  border: 1px solid #000;
  box-shadow: none;
  padding: 9px 20px;
}

.global_header .gnb .selectBox .optionList {
  left: 50%;
  transform: translateX(-50%);
}

.global_header .gnb .selectBox .optionList ul {
  padding: 10px;
  box-sizing: border-box;
}

.global_header .gnb .selectBox .optionList ul li:not(:last-child) {
  margin-bottom: 10px;
}

.global_header .gnb .selectBox .optionItem a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 15px;
  gap: 5px;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 15px;
}

.global_header .gnb .selectBox .optionItem img {
  max-width: unset;
  width: 1.5em;
  height: 1em;
}

.global_header .gnb .selectBox .optionItem span {
  display: inline-block;
  width: fit-content;
  max-width: 10em;
  white-space: nowrap;
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

.burger,
.mnav_wrap {
  display: none;
}

[class*='ico'] {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* gnb 호버액션 */
/* .nav_menu .drop {
      visibility: hidden;
      opacity: 0;
      transition: 0.3s ease-in;
  }
  .nav_menu:hover .drop {
      visibility: visible;
      opacity: 1;
  } */

/* 모바일네비 */
.mnav_wrap {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0px;
  left: 0;
  transform: translateX(100%);
  transition: 0.3s;
  background: #fff;
  z-index: 99999;
}

.mnav_wrap::-webkit-scrollbar {
  display: none;
}

/* Firefox */
.mnav_wrap {
  scrollbar-width: none;
}

/* IE, Edge */
.mnav_wrap {
  -ms-overflow-style: none;
}

.mnav_wrap.on {
  transform: translateX(0);
}

@media screen and (max-width: 1910px) {
  .global_header .gnb .logo {
    min-width: 140px;
    margin-right: 1vw;
  }

  .global_header .gnb .nav {
    padding: 35px 1.2vw 35px 0;
  }

  .global_header .gnb .nav_menu a .br_none,
  .global_header .gnb .side .br_none {
    display: block;
  }
}

@media screen and (max-width: 1620px) {
  .global_header .gnb .nav {
    font-size: 17px;
  }

  .global_header .gnb .selectBox .label {
    font-size: 17px;
  }

  .global_header .gnb .side .go_link {
    font-size: 17px;
  }

  .global_header .gnb .drop_menu_list ul li {
    font-size: 17px;
  }

  .global_header .gnb .selectBox .optionItem span {
    font-size: 17px;
  }

  .global_header .gnb .selectBox .optionItem a {
    padding: 8px 13px;
  }
}

@media screen and (max-width: 1440px) and (min-width: 1025px) {
  .global_header .gnb .logo img {
    width: 15.83vw;
    object-fit: cover;
  }
}

@media screen and (max-width: 1440px) {
  .global_header .gnb {
    width: 95%;
  }

  .global_header .gnb .logo {
    min-width: unset;
  }

  .global_header .gnb .nav {
    padding: 35px 0;
  }

  .global_header .gnb .drop_menu_wrap {
    width: calc(100% - 150px - 1vw);
  }

  .global_header .gnb .nav {
    font-size: 15px;
  }

  .global_header .gnb .selectBox .label {
    min-width: 105px;
    font-size: 15px;
    column-gap: 5px;
  }

  .global_header .gnb .selectBox .label img {
    width: 1.2em;
    aspect-ratio: 22 / 23;
  }

  .global_header .gnb .side .go_link {
    font-size: 15px;
    padding: 9px;
  }

  .global_header .gnb .drop_inner {
    width: 95%;
    padding-left: calc(16.83vw + 10px);
  }

  .global_header .gnb .drop_menu_list ul li {
    font-size: 15px;
  }

  .global_header .gnb .side {
    gap: 5px;
  }

  .global_header .gnb .nav_menu a::after {
    width: 15px;
    height: 15px;
  }

  .global_header .gnb .nav_menu a {
    gap: 5px;
  }

  .global_header .gnb .drop_menu_list {
    padding: 30px 10px 65px;
  }

  .global_header .gnb .drop_menu_list:nth-child(3) {
    padding-right: 40px;
  }

  .global_header .gnb .selectBox .optionItem a {
    padding: 8px;
  }

  .global_header .gnb .selectBox .optionItem span {
    font-size: 15px;
  }

  .global_header .gnb .selectBox .optionList:lang(ru) {
    width: auto;
  }

  .global_header .gnb .selectBox .optionList:lang(mn) {
    width: auto;
  }
}

@media screen and (max-width: 1200px) {
  /* .global_header .gnb .nav {
    padding-left: 3vw;
  } */
  .global_header .gnb .nav_menu {
    white-space: nowrap;
    padding-right: 20px;
  }

  .global_header .gnb .drop_inner {
    padding-left: 16.83vw;
  }

  .global_header .gnb .side .go_link {
    font-size: 13px;
  }
}

@media screen and (max-width: 1024px) {
  .global_header {
    display: flex;
    align-items: center;
  }

  .global_header .gnb {
    min-height: 60px;
    max-height: 60px;
  }

  .global_header .gnb .logo {
    max-width: 150px;
  }

  .global_header .gnb .logo a {
    position: relative;
  }

  .global_header .gnb .side .go_link {
    display: none;
  }

  .global_header .gnb .side {
    margin-left: auto;
  }

  .global_header .gnb .selectBox .label {
    flex-wrap: nowrap;
    font-size: 14px;
    min-width: unset;
    padding: 5px 10px;
  }

  .global_header .gnb .selectBox .label img {
    width: 15px;
  }

  .global_header .burger {
    position: relative;
    padding: 0;
  }

  .global_header .burger.on span:first-child {
    transform: translateY(6px) rotate(-45deg);
  }

  .global_header .burger.on span:nth-child(2) {
    transform: translate(-50%);
    opacity: 0;
  }

  .global_header .burger.on span:nth-child(3) {
    transform: translateY(-6px) rotate(45deg);
  }

  .global_header .gnb .nav {
    display: none;
  }

  .global_header .gnb .drop {
    display: none;
  }

  .global_header .gnb .selectBox .optionItem a {
    padding: 5px 8px;
  }

  .global_header .gnb .selectBox .optionList ul li:not(:last-child) {
    margin-bottom: 5px;
  }

  .global_header .gnb .selectBox .optionList ul {
    padding: 5px;
  }

  .global_header .gnb .selectBox .optionItem span {
    font-size: 14px;
  }

  .mnav_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
  }

  .mnav_wrap .top {
    display: flex;
    justify-content: space-between;
    min-height: 60px;
    align-items: center;
    padding: 0 5vw;
    margin-bottom: 35px;
  }

  .mnav_wrap .mnav_menu span {
    color: var(--grayscale-800, #262626);

    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.36px;
    display: flex;
    align-items: center;
    padding: 15px 5vw;
    justify-content: space-between;
    border-bottom: 1px solid var(--grayscale-20003, #e5e5e5);
  }

  .mnav_wrap .mnav_menu span::after {
    content: '';
    display: block;
    width: 24px;
    aspect-ratio: 1/1;
    background: url('/img/common/mnav_arrow.png') center center / 100% no-repeat;
    transition: 0.3s;
  }

  .mnav_menu a.on span::after {
    transform: rotate(180deg);
  }

  .mnav_wrap .mdrop {
    display: none;
  }

  .mnav_wrap .mdrop_menu {
    color: var(--grayscale-60001, #525252);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.32px;
    border-bottom: 1px solid var(--grayscale-20003, #e5e5e5);
    background: var(--grayscale-10001, #f5f5f5);
  }

  .mnav_wrap .mdrop_menu a {
    padding: 15px 5vw;
    display: block;
    box-sizing: border-box;
  }

  .mnav_wrap .link_footer {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-left: 5vw;
    gap: 10px;
  }

  .mnav_wrap .link_footer a {
    border-radius: 99px;
    text-align: center;
    background: var(
      --Blue-2,
      linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
      #0069ff
    );
    color: #fff;
    font-size: 15px;
    padding: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.32px;
  }

  .global_header .gnb {
    justify-content: space-between;
  }

  .burger {
    background: transparent;
    border: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: relative;
    z-index: 9999999;
    width: 16px;
    height: 16px;
  }

  .burger span {
    transition: 0.3s;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: #525252;
  }
}

/* footer */
.global_footer {
  background: #030f54;
  color: #fff;
  padding: 37px 0;
}

.global_footer .inner {
  width: 90%;
  max-width: 1750px;
  margin: 0 auto;
}

.global_footer .footer_top {
  border-bottom: 1px solid #fff;
}

.global_footer .footer_bottom {
  padding: 40px 0;
  border-bottom: 1px solid #fff;
  position: relative;
}

.global_footer .footer_bottom .con_wrap {
  display: flex;
  justify-content: center;
  column-gap: 2.6vw;
  max-width: 1040px;
  margin: 0 auto;
}

.global_footer .footer_bottom .con {
  flex: 1;
}

.global_footer .footer_bottom h4 {
  color: #fff;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
}

.global_footer .footer_bottom ul li {
  color: #fff;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.global_footer .footer_bottom ul li:not(:last-child) {
  margin-bottom: 10px;
}

.global_footer .footer_bottom .con b {
  color: #fff;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  display: block;
  margin-bottom: 20px;
}

.global_footer .footer_bottom .con p {
  color: #fff;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.global_footer .footer_bottom .con > div:not(:last-child) {
  margin-bottom: 20px;
}

.global_footer .footer_bottom .link_wrap {
  display: flex;
  gap: 1.5vw;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 40px;
  color: #fff;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}

.global_footer .footer_bottom .link_wrap .sns {
  display: flex;
  gap: 10px;
}

@media screen and (max-width: 1350px) {
  .global_footer .footer_bottom .link_wrap {
    position: static;
    justify-content: flex-end;
  }

  .global_footer .footer_bottom {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

@media screen and (max-width: 768px) {
  .global_footer .footer_top img {
    max-width: 80px;
  }

  .global_footer .footer_bottom h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .global_footer .footer_bottom {
    padding: 20px 0;
  }

  .global_footer .footer_bottom .con_wrap {
    flex-direction: column;
    row-gap: 30px;
  }

  .global_footer .footer_bottom ul li {
    font-size: 14px;
    font-weight: 300;
  }

  .global_footer .footer_bottom .con b {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .global_footer .footer_bottom .con p {
    font-size: 14px;
    font-weight: 300;
  }

  .global_footer .footer_bottom .link_wrap {
    font-size: 16px;
  }

  .global_footer .footer_bottom {
    gap: 30px;
  }
}

.quick_menu {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-45%);
  z-index: 1002;
  padding: 40px 20px;
  box-sizing: border-box;
  border-radius: 85px;
  background: rgba(242, 242, 242, 0.46);
  box-shadow: 1px -2px 8px 0px rgba(0, 0, 0, 0.08),
    -1px 3px 8px 0px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(2px);
}

.quick_menu ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.quick_menu ul li {
  color: #313131;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
}

.quick_menu ul li img {
  width: 3.5em;
  height: 3.5em;
  object-fit: contain;
  max-width: unset;
  display: block;
  margin: 0 auto;
}
.quick_menu .quick_modal {
  position: relative;
  z-index: 99;
}
.quick_menu .quick_modal > a {
  position: relative;
  z-index: 9;
}
.quick_menu .quick_modal .img_wrap {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.quick_menu .quick_modal_content {
  opacity: 0;
  visibility: hidden;
  transition: 0.45s;
}
.quick_modal_bg {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transition: 0.45s;
}
.quick_modal_bg.active {
  opacity: 1;
  visibility: visible;
}
.quick_menu .quick_modal.on .quick_modal_content {
  opacity: 1;
  visibility: visible;
}
.quick_menu .quick_modal_content a {
  position: absolute;
  transition: 0.45s;
  display: block;
  filter: drop-shadow(0 2.71px 2.71px rgba(0, 0, 0, 0.25));
  top: 0;
  right: 50%;
  transform: translateX(50%);
  visibility: hidden;
  z-index: 1;
  width: fit-content;
  height: fit-content;
}
.quick_menu .quick_modal.on .quick_modal_content a.item_1 {
  right: calc(100% + 30px);
  top: -50%;
  transform: translateX(0%);
  visibility: visible;
}
.quick_menu .quick_modal.on .quick_modal_content a.item_2 {
  right: calc(100% + 30px);
  top: 50%;
  transform: translateX(0%);
  visibility: visible;
}
.quick_menu .quick_modal_content a:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 2px solid #fff;
  border-radius: 99px;
  top: 0;
  left: 0;
  box-sizing: border-box;
  opacity: 0;
  transition: 0.45s;
}
.quick_menu .quick_modal_content a:hover:after {
  opacity: 1;
}
.quick_menu .quick_modal_content a img {
  filter: brightness(0.4);
  transition: 0.45s;
}
.quick_menu .quick_modal_content a:hover img {
  filter: brightness(0.75);
}
.quick_menu .quick_modal_content a span {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 600;
  line-height: 85%;
  letter-spacing: -0.28px;
  white-space: nowrap;
}
.quick_menu .close_icon {
  opacity: 0;
  visibility: hidden;
  transition: 0.45s;
  position: absolute;
  top: 0;
  left: 0;
}
.quick_menu .quick_modal.on .close_icon {
  opacity: 1;
  visibility: visible;
}
.quick_menu .quick_modal.on .quick_icon {
  opacity: 0;
  visibility: hidden;
}
.quick-pop-qr {
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 9;

  width: 260px;

  box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.15);
  border-radius: 24px;
  overflow: hidden;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition: all 0.4s;
}

.quick-pop-qr.on {
  right: 160px;
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}

.quick-pop-qr img {
  max-width: 100%;
}

@media screen and (max-width: 1350px) {
  .quick_menu {
    padding: 30px 10px;
  }

  .quick_menu ul li {
    font-size: 15px;
  }

  .quick_menu ul li a {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    height: 100%;
  }

  .quick_menu ul li img {
    width: 50px;
    height: 50px;
  }

  .quick-pop-qr {
    width: 220px;
  }

  .quick-pop-qr.on {
    right: 130px;
  }
}

@media screen and (max-width: 768px) {
  .quick_menu {
    bottom: 0;
    top: auto;
    right: 0;
    transform: translate(0);
    width: 100%;
    border-radius: 0;
    padding: 10px;
  }

  .quick_menu ul {
    flex-direction: row;
    justify-content: center;
    gap: 8px;
  }

  .quick_menu ul li {
    font-size: 12px;
  }

  .quick_menu ul li img {
    width: 40px;
    height: 40px;
  }
  .quick_menu .quick_modal_content {
    display: flex;
    gap: 10px;
  }
  .quick_menu .quick_modal_content a {
    top: 0;
    right: 50%;
  }
  .quick_menu .quick_modal_content a img {
    width: 60px;
    height: 60px;
  }
  .quick_menu .quick_modal.on .quick_modal_content a.item_1 {
    top: -150%;
    right: 68%;
  }
  .quick_menu .quick_modal.on .quick_modal_content a.item_2 {
    top: -150%;
    right: -68%;
  }
  .quick-pop-qr {
    left: 50%;
    right: auto;

    transform: translate(-50%, 0);
  }

  .quick-pop-qr {
    width: 80%;
    max-width: 300px;
  }

  .quick-pop-qr.on {
    right: auto;
  }
}
