@charset "utf-8";

/* common */
body.fixed {overflow: hidden;}
.inner{ width: calc(100% - 100px); max-width: 1600px; margin: 0 auto; }
#wrap {padding-top: var(--header-H); }
.button__wrap { display: flex; justify-content: center; align-items: center; }
.btn {display: flex; justify-content: center; align-items: center; }

/* header */
.header { position: fixed; left: 0; top: 0; width: 100%; height: var(--header-H); background-color: #fff; z-index: 900; }
.header__inner { position: relative; width: calc(100% - 60px); max-width: 1800px; height: 100%; display: flex; justify-content: center; align-items:center; margin: 0 auto; }
.header .logo { position: absolute; left: 0; top: 50%; width: 166px; transform: translateY(-50%); }
.logo a { display: block; }
.logo img { width: 100%; }
.gnb { height: 100% ; }
.gnb .gnb__list { display: flex; align-items: center; height: 100%; }
.gnb .gnb__item { position: relative; display: flex; align-items: center; width: 170px; height: 100%; }
.gnb .gnb__item > a { position: relative; display: flex; justify-content: center; align-items: center; width: 100%; height: calc(100% - 14px); font-size: 18px; font-weight: 600; color: #111; text-align: center; z-index: 10; transition: 0.35s; }
.gnb .lnb { position: absolute; top: 7px; left: 0; visibility: hidden; opacity: 0; width: 100%; padding-top: calc(var(--header-H) - 14px); border-radius: 20px; background-color: var(--main-color); transform: translateY(20px); transition: 0.35s; }
.gnb .lnb[data-lnb="no-lnb"] ul { display: none; }
.gnb .lnb > ul { padding-top: 4px; padding-bottom: 30px; }
.gnb .lnb > ul > li + li { margin-top: 12px; }
.gnb .lnb > ul > li > a { display: block; font-size: 17px; font-weight: 500; line-height: 1.5; color: #fff; text-align: center; }
.gnb .gnb__item:hover > a { color: #fff; }
.gnb .gnb__item:hover .lnb { visibility: visible; opacity: 1; transform: translateY(0);  }
.header-btn__area { position: absolute; right: 0; top: 50%; display: flex; align-items: center; column-gap: 30px; transform: translateY(-50%); }
.lang__box { position: relative; width: 111px; height: 45px; }
.lang__box .btn-lang { position: relative; display: flex; align-items: center; width: 100%; height: 100%; padding-left: 15px; border: none; border-radius: 25px; background-color: #F3F3F3; font-size: 16px; font-weight: 600; color: #111; text-align: left; transition: border-radius 0.4s; }
.lang__box .btn-lang::before { content: ""; display: block; width: 17px; height: 17px; margin-right: 5px; background: url("/img/common/icon_global.svg") no-repeat center center/contain; }
.lang__box .btn-lang::after { content: ""; position: absolute; right: 15px; top: 50%; display: block; width: 13px; height: 7px; margin-top: -3.5px; background: url("/img/common/icon_lang_arrow.svg") no-repeat center center/contain; }
.lang__box .btn-lang.on::after { transform: rotateX(180deg); }
.lang__box .slide { overflow: hidden; position: absolute; left: 0; top: 100%; display: none; width: 100%; z-index: 15; }
.lang__box .lang__list {  width: 100%; border-radius: 0 0 10px 10px; border: 1px solid #DDDDDD; border-top: none;  background-color: #fff; padding: 3px 0 15px; }
.lang__box .lang__list > li + li { margin-top: 10px; }
.lang__box .lang__list a { display: block; font-size: 15px; font-weight: 600; color: #AAAAAA; text-align: center; }
.lang__box .lang__list a.on { color: var(--main-color); }
.lang__box .btn-lang.on { border-radius: 10px 10px 0 0; background-color: #fff; border: 1px solid #DDDDDD; border-bottom: none; }
.header .btn-menu { position: relative; width: 50px; height: 50px; border: none; background-color: transparent; } 
.header .btn-menu > span { position: absolute; left: 0; display: inline-block; width: 100%; height: 2px; background-color: #222; border-radius: 10px;  }
.header .btn-menu > span:nth-child(1) { top: calc(50% - 6px); }
.header .btn-menu > span:nth-child(2) { top: calc(50% + 6px) }

#allMenu { position: fixed; left: 50%; top: 50%; display: none; width: 100%; max-width: 1920px; height: 100dvh; background-color: #fff; transform: translate(-50%, -50%); z-index: 950; }
#allMenu .menu-top__inner { position: absolute; left: 50%; top: 0; width: calc(100% - 60px); max-width: 1800px; height: var(--header-H); transform: translateX(-50%); }
#allMenu .btn-menu-close { position: absolute; right: 0; top: 50%; width: 28px; height: 28px; background: url("/img/common/icon_close.svg") no-repeat center center/contain; transform: translateY(-50%); }
#allMenu::before { content: ""; position: absolute; right: 0; bottom: 0; display: block; width: 577px; aspect-ratio: 3.32/1; background: url("/img/common/logo_gray.png") no-repeat center center/contain;  -webkit-filter: brightness(0); filter: brightness(0); opacity: 0.05; z-index: -1; }
#allMenu .menu__inner { display: flex; width: 100%; height: 100%; }
#allMenu .menu-bg { width: 30.73%; max-width: 590px; height: 100%; border-radius: 0 50px 50px 0; background: url("/img/common/all_menu_bg.jpg") no-repeat center center/cover; }
#allMenu .menu__area {overflow-y: auto; width: 69.27%; height: 100%; display: flex; flex-direction: column; justify-content: center; padding: var(--header-H) 30px var(--header-H) 110px; }
#allMenu .gnb__list { margin: auto; }
#allMenu .gnb__item + .gnb__item { margin-top: 90px; } 
#allMenu .gnb__item > a { position: relative; display: inline-block; padding-bottom: 25px; font-size: 44px; font-weight: 700; color: #222; cursor: auto; }
#allMenu .gnb__item > a::after { content: ""; position: absolute; right: -28px; top: -11px; display: block; width: 24px; height: 24px; background: url("/img/common/icon_glitter.svg") no-repeat center center/contain; transform: rotate(90deg); opacity: 0; transition: 0.3s ease-out; }
#allMenu .gnb__item .lnb > ul { display: flex; flex-wrap: wrap; gap: 20px 50px; }
#allMenu .gnb__item .lnb > ul > li > a { font-size: 22px; font-weight: 500; color: #AAAAAA; }
#allMenu .gnb__item .lnb > ul > li > a:hover { color: #222; }
#allMenu .gnb__item:has(.lnb:hover) > a::after{ opacity: 1; }
#allMenu .gnb__item > a:hover::after{ opacity: 1; }

.footer { position: relative; padding: 60px 0 60px; background-color: #111; color: #fff; }
.footer .btn-top { overflow: hidden; position: absolute; right: 36px; top: -83px; width: 35px; height: 53px; border: none; background-color: transparent; }
.footer .btn-top span { display: inline-block; width: 100%; height: 100%; background: url("/img/common/icon_btn_top.svg") no-repeat center center/contain; animation: arrowUp 1.7s infinite ease-out both; }
.footer .btn-top span:nth-child(2) { margin-top: 10px; }

.footer__inner { display: flex; justify-content: space-between; align-items: stretch;  width: calc(100% - 60px); max-width: 1800px; height: 100%; margin: 0 auto; }
.footer__inner .copyright { font-family: var(--font-Inter); font-size: 17px; font-weight: 300; color: rgba(255, 255, 255, 0.25); }
.footer__inner .left { display: flex; flex-direction: column; justify-content: space-between; }
.footer__inner .company-info > *+* { margin-top: 15px; }
.footer__inner .company-info .col-2 { display: flex; gap: 50px; }
.footer__inner .company-info .col-2 dl { width: fit-content; }
.footer__inner .company-info dl { display: flex; column-gap: 10px; font-size: 17px; }
.footer__inner .company-info dt { min-width: 37px; font-size: inherit; font-weight: 500; }
.footer__inner .company-info dd { font-size: inherit; font-weight: 300; opacity: 0.4; }
.footer__inner .right { display: flex; align-items: flex-end; gap: 40px; }
.footer__inner .footer__link { display: flex; justify-content: right; column-gap: 20px; margin-bottom: 25px; }
.footer__inner .footer__link > li:nth-child(1) a { font-size: 18px; font-weight: 600; }
.footer__inner .footer__link > li:nth-child(2) a { font-size: 19px; font-weight: 500; opacity: 0.5; }
.footer__inner .logo { width: 233px; }
.footer__inner .footer-map { overflow: hidden; position: relative;border-radius: 15px; }
.footer__inner .footer-map > a { position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 15px; border: 4px solid var(--main-color); opacity: 0; transition: 0.5s ease-out; z-index: 5; }
.footer__inner .footer-map .map-marker { display: flex; flex-direction: column; justify-content: center; align-items: center; row-gap: 10px; position: absolute; width: 100%; left: 0; top: 29.7%; opacity: 0; transition: 0.5s ease-out; }
.footer__inner .footer-map .map-marker img { transform: rotateY(180deg); transition: 0.5s ease-out; }
.footer__inner .footer-map .map-marker span { font-size: 18px; font-weight: 700; color: #222; }
.footer__inner .footer-map:hover > a { opacity: 1; }
.footer__inner .footer-map:hover .map-marker { opacity: 1; }
.footer__inner .footer-map:hover .map-marker img { transform: rotateY(0); }

/* privacy */
.privacy { color:#666; width: 100%; overflow: hidden; box-sizing:border-box; padding:20px; font-size:15px;	line-height: 140%; word-break:break-all; }
.privacy h2 { font-size:18px; font-weight:bold; color:#000; text-align: left; margin:50px 0 30px; }
.privacy h2:first-child { margin-top: 0; }
.privacy > p { margin:15px 0; }
.privacy > p+dl { margin-top: 30px; }
.privacy > dl { padding-bottom:20px;}
.privacy > dl > dt{ font-size:15px;color:#3680b9;font-weight:700;padding-bottom:5px;}
.privacy > dl > dd{ padding-bottom:10px;text-align:justify; font-size:15px; line-height:140%;}
.privacy > dl > dd ul{ padding:10px; }
.privacy > dl > dd ul li{ line-height:120%; margin-top: 10px; }
.privacy > dl > dd ul li:first-child { margin-top: 0; }
.privacy > dl > dd ul li p { margin:0 10px 5px; line-height: 140%; }
.sTxt h3 { font-size:16px; color: #333; font-weight: 700; margin: 20px 0 10px; }
.sTxt p { margin-top: 10px; }
.sTxt dt { margin-top: 10px; }
.sTxt dd { margin:0 8px; }

@keyframes arrowUp {
    0%{ transform: translateY(0%); }
    43.7%{ transform: translateY(calc(-100% - 10px)); }
    100%{ transform: translateY(calc(-100% - 10px)); }
}

@media screen and (max-width:1400px) {
    .gnb .gnb__item { width: 130px; }
    .gnb .gnb__item > a { font-size: 16px; }
    .gnb .lnb > ul > li > a { font-size: 14px; }
}
@media screen and (max-width:1200px) {
    .inner { width: calc(100% - 60px); }
    #allMenu::before { width: clamp(300px,48vw,577px) }
    #allMenu .menu__area { padding-left: 60px; }
    #allMenu .gnb__item + .gnb__item { margin-top: 40px; }
    #allMenu .gnb__item > a { padding-bottom: 16px; font-size: 32px; }
    #allMenu .gnb__item .lnb > ul { gap: 14px 30px; }
    #allMenu .gnb__item .lnb > ul > li > a { font-size: 18px; }
    #allMenu .gnb__item > a::after { width: 20px; height: 20px; right: -24px; top: -8px;}
}
@media screen and (max-width:1024px) {
    :root {
        --header-H: 60px;
    }
    .header .logo{ width: 120px; }
    .gnb { display: none; }
    .lang__box { width: 90px; height: 36px;}
    .lang__box .btn-lang { padding-left: 8px; font-size: 14px; }
    .lang__box .btn-lang::before { width: 15px; height: 15px; }
    .lang__box .btn-lang::after { right: 8px; }
    .lang__box .lang__list a { font-size: 14px; }
    .header .btn-menu { width: 40px; height: 40px; }
    #allMenu .btn-menu-close { width: 24px; height: 24px; }
    #allMenu .menu-bg { display: none; }
    #allMenu .menu__area { width: 100%; padding: var(--header-H) 30px; }
    #allMenu .gnb__list {  max-width: 600px; }

    .footer__inner .company-info dl { font-size: 14px }
    .footer__inner .copyright { font-size: 14px; }
    .footer__inner .right { gap: 20px; }
    .footer__inner .footer__link > li:nth-child(1) a { font-size: 14px; }
    .footer__inner .footer__link > li:nth-child(2) a { font-size: 15px; }
    .footer__inner .logo { width: 180px; }
    .footer__inner .footer-map{ width: 100px; }
    .footer__inner .footer-map .map-marker { top: 29.2%; }
    .footer__inner .footer-map .map-marker span { font-size: 15px; }
}
@media screen and (max-width:768px) {
    .header-btn__area { column-gap: 14px; }
    #allMenu .gnb__item > a { font-size: 24px; }
    #allMenu .gnb__item .lnb > ul > li > a { font-size: 16px; }

    .footer { padding: 40px 0; }
    .footer .btn-top { width: 26px; height: 60px; }
    .footer__inner { flex-direction: column-reverse; row-gap: 20px; }
    .footer__inner .left { align-items: center; row-gap: 40px;}
    .footer__inner .right { flex-direction: column; align-items: center; justify-content: center; gap: 40px;  } 
    .footer__inner .link__box { display: flex; flex-direction: column-reverse; gap: 40px;}
    .footer__inner .footer__link { justify-content: center; margin-bottom: 0; }
    .footer__inner .footer-map { overflow: visible; }
    .footer__inner .footer-map > img { display: none; }
    .footer__inner .footer-map > a { opacity: 1; border-width: 1px; border-radius: 4px;}
    .footer__inner .footer-map .map-marker { flex-direction: row; column-gap: 8px; opacity: 1; position: relative; top: 0; padding: 10px 0; z-index: 1; transform: none; }
    .footer__inner .footer-map .map-marker span { color: #fff; }
}