html, body {width: 100%; overflow-x: hidden !important;}
.header {padding: 35px 0; border-bottom: 1px solid rgba(255, 255, 255, .2); position: fixed; left: 0; top: 0; right: 0; transition: .4s; z-index: 100000;}
@media screen and (min-width: 821px) {
    .header:hover {background: #061b5f;}
}
.header .wrap {position: relative; display: flex; align-items: center; justify-content: space-between; }
.header .wrap .lang {display: flex; align-items: center; font-size: 18px; letter-spacing: -0.03em; color: #fff; font-family: 'Inter';}
.header .wrap .lang small {margin-right: calc(10/18*1em)}
.header .wrap .lang .langType {display: flex; align-items: center;}
.header .wrap .lang .langType > * {opacity: 0; transition: .4s; visibility: hidden;}
@media screen and (min-width: 821px) {
    .header .wrap .lang .curntLang {display: none;}
    .header .wrap .lang:hover .langType > * {opacity: 1; visibility: visible;}
}
.header .wrap .lang .langType > .langAct {opacity: 1; visibility: visible; pointer-events: none;}
.header .wrap .lang .langType > * + * {margin-left: calc(5/18*1em);}
.header .wrap .lang .langType > a {position: relative; pointer-events: none;}
.header .wrap .lang .langType > a:hover {color: gold;}
@media screen and (min-width: 821px) {
    .header .wrap .lang .langType:hover > a {pointer-events: all;}
    .header .wrap .lang .langType > a::after {content: ''; display: block; width: 0; height: 2px; position: absolute; left: 0; top: 100%; background: gold; transition: .6s;}
    .header .wrap .lang .langType > a:hover::after {width: 100%;}
}

.header .wrap .logo {width: 165px; transition: .4s; position: absolute; left: 50%; top: 50%; transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)); z-index: 10;}
.header .wrap .logo svg {width: 100%;}
.header .wrap .logo svg #svg_textWrap path {transition: .4s;}
.header.gnbOn .wrap .logo {opacity: 0; visibility: hidden;}

.header .gnb {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); opacity: 0; visibility: hidden; transition: .4s; }
.header.gnbOn .gnb {opacity: 1; visibility: visible;}
.header .gnb .depth01 {display: flex; align-items: center;}
.header .gnb .depth01 > li {white-space: nowrap; font-size: 18px; font-family: 'SUIT'; font-weight: 500; letter-spacing: -0.03em; color: #fff;}
/* .chi .header .gnb .depth01 > li {font-family: "Noto Sans SC";} */
.header .gnb .depth01 > li + li {margin-left: calc(100/18*1em);}

.header .gnbBtn {position: relative; z-index: 101; cursor: pointer; width: 40px; height: 20px; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.header .gnbBtn > div {width: 100%; height: 2px; background: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); transition: .4s;}
.header .gnbBtn > div:first-child {margin-top: -6px;}
.header .gnbBtn > div:last-child {margin-top: 6px;}
.header .gnbBtn.act > div:first-child {transform: translate(-50%,-50%) rotate(-45deg); margin: 0;}
.header .gnbBtn.act > div:last-child {transform: translate(-50%,-50%) rotate(45deg); margin: 0;}

.header.invert:not(:hover) {border-color: rgba(0, 0, 0, .2);}
.header.borderHide:not(:hover) {border-color: transparent;}
.header.invert:not(:hover) .wrap .lang {color: #000;}
.header.invert:not(:hover) .wrap .logo svg #svg_textWrap path {fill: #000 !important;}
.header.invert:not(:hover) .gnbBtn > div {background: #000;}
@media screen and (max-width: 1280px) {
    .header .gnb .depth01 > li {font-size: 16px;}
}
@media screen and (max-width: 1024px) {
    .header { padding: 20px 0;}
    .header .wrap .lang {font-size: 16px;}
    .header .wrap .logo {width: 140px;}
    .header .gnb .depth01 > li + li {margin-left: 40px;}
}
@media screen and (max-width: 820px) {
    /* html.fp-enabled, .fp-enabled body {overflow: visible;} */
    .header {transition: none;}
    .header .wrap .lang {position: relative; font-size: 16px;}
    .header .wrap .lang .langType {display: none; position: absolute; left: 50%; top: calc(100% + 5px); transform: translateX(-50%); width: 100%; padding: 10px 5px; background: #e2e2e2af; border-radius: 5px;}
    .header .wrap .lang .langType > .langAct {pointer-events: all;}
    .header .wrap .lang .langType span {display: none;}
    .header .wrap .lang .langType a {pointer-events: all; display: block; opacity: 1; width: 100%; padding: 5px 0; text-align: center; visibility: visible;}
    .header .wrap .lang .langType > a::after {display: none;} 
    .header .wrap .lang .langType > * + * {margin-left: 0;}
    .header .logo {opacity: 1 !important; visibility: visible !important; position: relative;}
    .header .gnb {position: fixed; right: 0; left: auto; top: 0; transform: translate(0, -100%); width: 100%; transition: .8s;}
    .header.gnbOn .gnb {transform: translate(0, 0); backdrop-filter: blur(5px); }
    .header .gnb .depth01 {flex-direction: column; width: 100%; height: 100vh; box-sizing: border-box; align-items: center; justify-content: center; padding: 100px 0px; background: #061b5fbe;}
    .header .gnb .depth01 > li {padding: 1.6em; box-sizing: border-box; font-size: 23px; }
    .header .gnb .depth01 > li + li {margin-left: 0;}
    .header .gnbBtn {width: 30px;}
}
@media screen and (max-width: 500px) {
    .header .wrap .logo {width: 110px;}
    .header .gnbBtn {width: 25px;}
    .header .gnbBtn > div:first-child {margin-top: -4px;}
    .header .gnbBtn > div:last-child {margin-top: 4px;}
    .header .gnb .depth01 > li {font-size: 20px;}
}

.contact_ {padding: 120px 0; height: auto !important; background-repeat: no-repeat; background-size: cover; background-position: center; position: relative; z-index: 10;}
.contact_ .fp-tableCell {height: auto !important;}
.contact_ .cont {display: flex;}
.contact_ .cont > * {width: 50%;}
.contact_ .cont .txt {font-size: 40px; letter-spacing: -0.03em; color: #fff; font-family: 'SUIT'; font-weight: 400; line-height: 1.5; word-break: keep-all;}
.chi .contact_ .cont .txt {font-family: "Noto Sans SC"; word-break: break-all; padding-right: 40px}
.jap .contact_ .cont .txt {font-family: "Noto Sans JP"; word-break: break-all; padding-right: 40px;}
.eng .contact_ .cont .txt {font-family: "Inter"; font-size: 34px;}
.contact_ .cont .txt p b {font-weight: bold;}
.contact_ .cont .ContactForm .line {position: relative;}
.contact_ .cont .ContactForm .line.flx {display: flex;}
.contact_ .cont .ContactForm .line.tel {position: relative; z-index: 1;}
.contact_ .cont .ContactForm .line + .line {margin-top: 20px;}
.contact_ .cont .ContactForm .line > div {position: relative; width: 100%;}
.contact_ .cont .ContactForm .line input {position: relative; background: transparent; width: 100%; border: none; outline: none; border-bottom: 2px solid #ffffff7e; padding: calc(10/16*1em); box-sizing: border-box; font-family: 'SUIT'; font-size: 16px; letter-spacing: -0.03em; color: rgba(255, 255, 255, 1);}
.chi .contact_ .cont .ContactForm .line input {font-family: "Noto Sans SC";}
.jap .contact_ .cont .ContactForm .line input {font-family: "Noto Sans JP";}
.eng .contact_ .cont .ContactForm .line input {font-family: "Inter";}
.contact_ .cont .ContactForm .line input::placeholder {color: rgba(255, 255, 255, .2); font-size: inherit; letter-spacing: inherit;}
.contact_ .cont .ContactForm .line .selectBox {color: #fff; margin-right: 20px; border-bottom: 2px solid #ffffff7e; display: flex; align-items: center; position: relative; width: 80px; cursor: pointer;}
.contact_ .cont .ContactForm .line .selectBox input {border-bottom: none; padding-right: 0; cursor: pointer;}
.contact_ .cont .ContactForm .line .selectBox i {padding-right : calc(5/16*1em); }
.contact_ .cont .ContactForm .line .selectBox .optWrap {display: none; z-index: 1; position: absolute; left: 0; top: 100%; padding-top: 5px; z-index: 10; width: 100%;}
.contact_ .cont .ContactForm .line .selectBox .optWrap ul {background: #000000c8;}
.contact_ .cont .ContactForm .line .selectBox .optWrap ul li span {display: block; text-align: center; padding: calc(5/16*1em) calc(10/16*1em); cursor: pointer;}
.contact_ .cont .ContactForm .line .selectBox .optWrap ul li:hover span {background: #242424c8;}
.contact_ .cont .ContactForm .line.submitBtn {display: flex; justify-content: flex-end; padding-top: 10px;}
.contact_ .cont .ContactForm .line.submitBtn .submit { flex-shrink: 0; font-size: 18px; letter-spacing: -0.03em; color: #000; background: #fff; font-family: 'SUIT'; font-weight: 600; padding: calc(7/18*1em) calc(25/18*1em); border: 1px solid transparent; box-sizing: border-box; outline: none; border-radius: 20px; cursor: pointer; transition: .4s;}
.chi .contact_ .cont .ContactForm .line.submitBtn .submit {font-family: "Noto Sans SC";}
.jap .contact_ .cont .ContactForm .line.submitBtn .submit {font-family: "Noto Sans JP";}
.eng .contact_ .cont .ContactForm .line.submitBtn .submit {font-family: "Inter";}
.contact_ .cont .ContactForm .line.submitBtn .submit:hover {background: #000; color: #fff; border-color: #fff;}

.modal_privacy {display: none; z-index: 100; position: fixed; left: 0; top: 0; width: 100%; height: 100vh; background: #0000007c;}
.modal_privacy .inner {width: 80%; max-width: 700px; background: #fff; padding: 40px; border-radius: 20px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.modal_privacy .inner > i {cursor: pointer; position: absolute; right: 0; top: 0; padding: 20px; font-size: 30px;}
.modal_privacy .inner .p {margin-top: 30px; max-height: 60vh; overflow-y: auto; line-height: 1.4; padding-right: 10px; word-break: keep-all;}
.jap .modal_privacy .inner .p {word-break: break-all;}
.chi .modal_privacy .inner .p {word-break: break-all;}
.modal_privacy .inner .p::-webkit-scrollbar {width: 3px;}
.modal_privacy .inner .p::-webkit-scrollbar-thumb  {background-color: #2f3542; border-radius: 10px;}
.modal_privacy .inner .p p {font-weight: 600; font-size: 16px; letter-spacing: -0.04em;}
.modal_privacy .inner .p p+p {margin-top: 10px;}
.modal_privacy .inner .p p b {font-weight: bold; font-size: 1.2em;}
.modal_privacy .inner .p p span {font-weight: 500; font-size: .9em;}
.modal_privacy .inner .p p small {font-weight: 400; font-size: .9em; opacity: .7;;}

@media screen and (max-width: 1440px) {
    .contact_ .cont {width: 80%; margin: 0 auto;}
    .jap .contact_ .cont .txt {font-size: 34px;}
    .eng .contact_ .cont .ContactForm .line.submitBtn {flex-direction: column;}
    .eng .contact_ .cont .ContactForm .line.submitBtn .submit {margin-top: 20px;}
}
@media screen and (max-width: 1280px) {
    .contact_ .cont {width: 80%; margin: 0 auto;}
    .contact_ .cont .txt {font-size: 32px; padding-right: 20px;}
    .jap .contact_ .cont .txt {font-size: 27px;}
    .eng .contact_ .cont .txt {font-size: 27px;}
    .contact_ .cont .ContactForm .line.submitBtn {flex-direction: column;}
}
@media screen and (max-width: 1024px) {
    .contact_ .cont {width: 90%;}
    .contact_ .cont .txt {font-size: 24px;}
    .jap .contact_ .cont .txt {font-size: 23px;}
    .eng .contact_ .cont .txt {font-size: 23px;}
    .contact_ .cont > * {width: 100%;}
    .contact_ .cont > .ContactForm {max-width: 330px;}
    .contact_ .cont .ContactForm .line .selectBox {flex-shrink: 0;}
    .contact_ .cont .ContactForm .line.submitBtn .submit {font-size: 16px;}   
}
@media screen and (max-width: 820px) {
    .contact_ {padding: 80px 0;}
    .contact_ .cont {width: 100%; flex-direction: column;}
    .contact_ .cont > .ContactForm {max-width: none; margin-top: 30px;} 
    .contact_ .cont .txt {padding-right: 0; padding-bottom: 20px;}
    .jap .contact_ .cont .txt {padding-right: 0;}
    .chi .contact_ .cont .txt {padding-right: 0;}
    
    .modal_privacy .inner .p p {font-size: 14px;}
}
@media screen and (max-width: 500px) {
    .contact_ {padding: 50px 0;}
    .contact_ .cont .txt {font-size: 21px;}
    .eng .contact_ .cont .txt {font-size: 18px;}
    .jap .contact_ .cont .txt {font-size: 18px;}
    .contact_ .cont .ContactForm .line input {font-size: 14px;}
    .modal_privacy .inner {padding: 40px 20px;}
}
.contact_ .checkWrap {display: flex; align-items: center; cursor: pointer;}
.contact_ .checkWrap > input {display: none;}
.contact_ .checkWrap .checkBox {color: #fff; display: flex; align-items: center; justify-content: center; font-size: 18px; transition: .4s;}
.contact_ .checkWrap .checkBox i.xi-check-circle {display: none;}
.contact_ .checkWrap > input:checked + .checkBox i.xi-check-circle-o {display: none;}
.contact_ .checkWrap > input:checked + .checkBox i.xi-check-circle {display: block;}
.contact_ .checkWrap .checkBox img {width: calc(24/32*100%);}
.contact_ .checkWrap .lbl {display: flex; align-items: center;}
.contact_ .checkWrap .lbl p {font-family: "SUIT"; font-weight: 600; font-size: 16px; line-height: calc(16/16*1em); color: rgba(255, 255, 255, 1); margin-left: calc(12/16*1em); margin-right: calc(8/16*1em);}
.chi .contact_ .checkWrap .lbl p {font-family: "Noto Sans SC";}
.eng .contact_ .checkWrap .lbl p {font-family: "Inter";}
.contact_ .checkWrap .lbl small { flex-shrink: 0; font-family: "SUIT"; font-weight: 600; font-size: 16px; line-height: 1em; color: #4b4b4b; text-decoration: underline; text-underline-offset: 2px; }
.chi .contact_ .checkWrap .lbl small {font-family: "Noto Sans SC";}
.eng .contact_ .checkWrap .lbl small {font-family: "Inter";}

@media screen and (max-width: 1280px) {
    .contact_ .cont .ContactForm .line.submitBtn {flex-direction: column;}
    .contact_ .cont .ContactForm .line .checkWrap {padding-bottom: 20px;}
}
@media screen and (max-width: 1024px) {
    .contact_ .checkWrap .lbl p {font-size: 14px}
    .contact_ .checkWrap .lbl small {font-size: 14px;}
}
@media screen and (max-width: 820px) {
    .contact_ .cont .ContactForm .line.submitBtn {flex-direction: row;}
}
@media screen and (max-width: 500px) {
    .contact_ .cont .ContactForm .line.submitBtn {flex-direction: column;}
    .contact_ .cont .ContactForm .line .checkWrap {padding-bottom: 20px;}
    .contact_ .checkWrap .checkBox {width: 10px; height: 10px;}
    .contact_ .checkWrap .lbl p {font-size: 12px;}
    .contact_ .checkWrap .lbl small {font-size: 12px;}
}


.footer {position: relative; background: #fff; padding: 70px 0; box-sizing: border-box; height: auto !important;}
.footer .fp-tableCell {height: auto !important}
.footer .top {display: flex; align-items: center; justify-content: space-between;}
.footer .top .logo {width: 78px;}
.footer .top .logo svg {width: 100%;}
.footer .top .footerNav {display: flex; align-items: center;}
.footer .top .footerNav a {font-size: 18px; letter-spacing: -0.03em; font-weight: 500; font-family: 'SUIT'; color: #000;}
.footer .top .footerNav a+a {margin-left: 70px;}
.footer .btm {padding-top: 65px;}
.footer .btm p {font-size: 16px; letter-spacing: -0.03em; font-family: 'SUIT'; color: #000; line-height: 1.4; word-break: keep-all;}
.footer .btm p+p {padding-top: calc(3/16*1em);}
.footer .copyline {display: flex; align-items: center; justify-content: space-between; padding-top: 50px;} 
.footer .copyline p {font-size: 14px; letter-spacing: -0.025em; color: #000;}
.footer .copyline .sns {display: flex; align-items: center;}
.footer .copyline .sns a {display: flex; align-items: center; font-size: 14px; font-family: 'SUIT'; letter-spacing: -0.03em; color: #000; background: #fff; border: 1px solid #000; border-radius: calc(15/14*1em); padding: calc(5/14*1em) calc(15/14*1em); transition: .4s; }
.footer .copyline .sns a i {font-size: 20px; }
.footer .copyline .sns a span {padding-left: calc(5/14*1em);}
.footer .copyline .sns a:hover {background: #061b5f; border-color: #061b5f; color: #fff;}
.footer .copyline .sns a+a {margin-left: calc(10/14*1em);}
@media screen and (max-width: 820px) {
    .footer .top .footerNav a+a {margin-left: 25px;}
}
@media screen and (max-width: 500px) {
    .footer .top {flex-direction: column;}
    .footer .top .footerNav {margin-top: 40px;}
    .footer .top .footerNav a {font-size: 14px;}
    .footer .top .footerNav a+a {margin-left: 15px;} 
    .footer .btm {text-align: center; padding-top: 35px;}
    .footer .copyline {flex-direction: column-reverse;}
    .footer .copyline .sns {margin-bottom: 20px; flex-direction: column;}
    .footer .copyline .sns a+a {margin-left: 0; margin-top: 10px;}
}


.aside {position: fixed; opacity: 0; visibility: hidden; z-index: 100; right: calc(40/1920*100%); bottom: calc(70/970*100%); display: flex; flex-direction: column; align-items: flex-end; transition: .4s;}
.aside.act {opacity: 1; visibility: visible;}
.aside > * + * {margin-top: 15px;}
.aside .circleWrap {width: calc(60/16*1em); box-sizing: border-box; font-size: 16px; display: flex; flex-direction: row-reverse; align-items: center; background: #fff; letter-spacing: -0.03em; overflow: hidden; border-radius: 30px; transition: .6s;}
.aside .circle {display: flex; align-items: center; justify-content: center; color: #fff;  font-size: 30px; width: calc(60/30*1em); height: calc(60/30*1em); flex-shrink: 0; border-radius: 30px;}
.aside .circleWrap span {display: flex; justify-content: center; text-align: center; width: 100%; box-sizing: border-box; transition: .6s;}
 

.aside .telegram {border: 1px solid #28a8e9; color: #28a8e9;}
.aside .telegram .circle {background: #28a8e9; }
.aside .whatsapp {border: 1px solid #25d366; color: #25d366;}
.aside .whatsapp .circle {background: #25d366; }
.aside .telegram .circle {background: #28a8e9; }
.aside .line {border: 1px solid #00ca42; color: #00ca42;}
.aside .line .circle {background: #00ca42; }

.aside .totop {cursor: pointer; border: #fff 1px solid; background: #000; color: #fff; box-sizing: border-box; font-size: 14px; letter-spacing: -0.03em; font-family: 'SUIT'; font-weight: 600; width: calc(60/14*1em); height: calc(60/14*1em); transition: .4s;}
@media screen and (min-width: 821px) {
    .aside .totop:hover {background: #061b5f; color: #fff; border-color: #061b5f;}
    .aside .circleWrap:hover {width: 180px;}
}
@media screen and (max-width: 1024px) {
    .aside .circle {font-size: 24px;}
    .aside .circleWrap {width: calc(50/16*1em);}
    .aside .circleWrap:hover {width: 150px;}
    .aside .totop {width: 50px; height: 50px; font-size: 14px;}
}
@media screen and (max-width: 820px) {
    .aside {opacity: 1; visibility: visible; bottom: 20px;}
    .aside .circle {font-size: 20px;}
    .aside .circleWrap {width: auto; border: none;}
    .aside .circleWrap span {display: none;}
    .aside .totop {width: 40px; height: 40px; font-size: 14px;}
}
@media screen and (max-width: 500px) {
    .aside > * + * {margin-top: 10px;}
}