@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
  
@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gmarket Sans';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* css 드래그 이벤트 차단 */
.disableDrag {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  
.grecaptcha-badge{
    visibility: hidden;
}

* {
    transition: 0.3s;
}

/* header */
#header {
    width: 100%;
    display: flex;
    height: 80px;
    box-sizing: border-box;
    padding: 0px 40px;
    justify-content: center;
    align-items: center;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 45;
}

.logo {
    width: 141px;
    position: absolute;
    left: 40px;
    cursor: pointer;
}

#header nav {
    overflow: hidden;
    margin: 0;
    height: 100%;
}

#header nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#header nav>ul>li {
    display: flex;
    box-sizing: border-box;
    width: 120px;
    justify-content: center;
    align-items: center;
    color: #333;
    font-family: 'Paperlogy';
    font-size: 18px;
    font-weight: 700;
    line-height: 26px; /* 144.444% */
    cursor: pointer;
}

#header nav>ul>li:hover, .tap {
    color: #14619A !important;
}

.mo-menu-open {
    display: none;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: transparent;
}

.mo-menu-open:hover {
    background: rgba(255, 255, 255, 0.10);
}

.header-div {
    display: flex;
    align-items: center;
    gap: 20px;
    position: absolute;
    right: 40px;
}

.call {
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    gap: 4px;
    color: #14619A;
    text-align: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px; /* 120% */
}

.call svg {
    display: none;
}

.call:hover {
    opacity: 0.8;
}

#header.gnb-white {
    background: #FFF;
}

.mo-menu .call {
    font-size: 28px;
    font-weight: 700;
    line-height: 130%; /* 141.667% */
    letter-spacing: -0.7px;
}

.mo-menu .call span {
    display: flex !important;
}

.mo-menu {
    width: 100%;
    height: 100%;
    display: none;
    background: #FFF;
    position: fixed;
    left: 0;
    z-index: 101;
}

.mo-menu-top {
    height: 66px;
    box-sizing: border-box;
    padding: 0px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mo-menu-bottom {
    width: 100%;
    height: calc(100% - 100px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.menu-close {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    cursor: pointer;
}

.mo-menu nav {
    width: 100%;
}

.mo-menu nav>ul>li {
    width: 100%;
    color: rgba(255, 255, 255, 0.70);
    color: #333;
    text-align: center;
    font-family: 'Paperlogy';
    font-size: 18px;
    font-weight: 600;
    line-height: 130%; /* 23.4px */
    letter-spacing: -0.45px;
    box-sizing: border-box;
    padding: 26px 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 0.5px solid var(--Silver-200, #CAD4DA);
}

.mo-menu nav>ul>li:hover,.mo-menu .tap {
    color: #14619A !important;
    background: rgba(20, 97, 154, 0.10);
}

/* footer */
footer {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    background: #063863;
    display: flex !important;
    padding: 65px 0 125px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative;
}

.footer-big-container {
    display: flex;
    max-width: 1280px;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 20px;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-container {
    display: flex;
    gap: 56px;
    align-items: flex-start;
}

.footer-logo {
    width: 143px;
}

.footer-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-big-container>p {
    display: none;
}

.footer-wrap {
    display: flex;
    align-items: center;
}

.footer-div, .footer-inner>p {
    box-sizing: border-box;
    display: flex;
    color: rgba(255, 255, 255, 0.70);
    font-size: 16px;
    line-height: 130%; /* 20.8px */
    letter-spacing: -0.4px;
    align-items: center;
    word-break: keep-all;
}

.footer-div:first-child {
    padding-right: 10px;
}

.footer-big-div {
    display: flex;
    align-items: center;
}

.footer-big-div .footer-div:first-child {
    height: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.70);
}

.footer-div:last-child {
    padding-left: 10px;
}

.footer-inner {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
}

.footer-right {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.footer-right>p:first-child {
    display: flex;
    gap: 5px;
    align-items: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
}

.footer-right>p:last-child {
    color: #FFF;
    font-family: "Gmarket Sans";
    font-size: 20px;
    line-height: 24px; /* 141.667% */
    letter-spacing: -0.5px;
}

.up-btn {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FFF;
    border: 1px solid #FFF;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.10);
    z-index: 5;
}

.up-btn:hover {
    background: #E4ECFB;
    border: 1px solid #E4ECFB;
}

#floating-container {
    width: 100%;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.90);
    padding: 3px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1s all;
    box-sizing: border-box;
    padding: 3px 40px;
}

.floating-wrap {
    max-width: 1280px;
    width: 100%;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-left: -2px;
    margin-right: -2px;
    transition: 1s all;
}

.floating-form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    transition: 0.1s all;
}

.floating-div {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #005BB6;
    font-family: Paperlogy;
    font-size: 24px;
    font-weight: 700;
    line-height: 125%; /* 30px */
    letter-spacing: -0.6px;
}

.floating-div img {
    width: 109px;
}

.floating-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.input-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.floating-contact input[type="text"] {
    border-radius: 4px;
    border: 1px solid rgba(51, 132, 213, 0.50);
    background: rgba(255, 255, 255, 0.80);
    display: flex;
    width: 180px;
    box-sizing: border-box;
    padding: 8px 10px;
    align-items: center;
    color: #111;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.5px;
}

select {
    color: rgba(34, 34, 34, 0.50);
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400;
    letter-spacing: -0.4px;
    padding: 11.5px 10px;
}

.floating-contact input[type="text"]:focus {
    background: #FFF;
}

.floating-contact input[type="text"]::placeholder, select {
    color: rgba(51, 51, 51, 0.50);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
}

option {
    color: #111;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.4px;
}

.floating-form-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
}

.floating-agree-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

.floating-agree-wrap .round-checkbox {
    width: 25px;
    height: 25px;
    border: none;
    border-radius: 50px;
    appearance: none;
    position: relative;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.90);
    border: 1px solid #DDD;
}
  
.floating-agree-wrap .round-checkbox:checked::before {
    font-size: 100%;
    color: #fff;
    position: relative;
}
  
.floating-agree-wrap .round-checkbox:checked {
    background-image: url("../img/check.png");
    background-size: 14px !important;
    background-position: center center !important;
    background-color: #3384D5;
    background-repeat: no-repeat;
    border: none;
}
  
.floating-agree-wrap .agree {
    color: #333;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: normal;
    letter-spacing: -0.28px !important;
    cursor: pointer;
}
  
.floating-agree-wrap .agree-open {
    font-weight: 600;
    color: #333;
}
  
.f-btn {
    display: flex;
    height: 42px;
    box-sizing: border-box;
    width: 150px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #063863;
    color: #FFF;
    font-family: "Paperlogy";
    font-size: 20px;
    letter-spacing: -0.5px;
    border: none;
}

.f-btn:hover {
    background: #002342;
}

.floating-tit {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    color: #19493B;
    text-align: center;
    font-family: "SF_HambakSnow";
    font-size: 18px;
    line-height: 125%; /* 22.5px */
    letter-spacing: -0.45px;
    flex-shrink: 0;
    cursor: pointer;
    box-sizing: border-box;
    padding-right: 10px;
}

.rotate-180 {
    transform: rotate(180deg);
    transition: transform 0.8s ease-in-out;
}

#floating-mo-container {
    background: #EFE4CB;
    display: none;
    width: 100%;
    height: 50px;
    padding: 0px 10px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    color: var(--1, #19493B);
    font-family: "SF_HambakSnow";
    font-size: 16px;
    line-height: 34px; /* 212.5% */
    letter-spacing: -0.4px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 50;
}

.floating-mo-form {
    width: 100%;
    background: #F1EBE7;
    display: none;
    box-sizing: border-box;
    padding: 10px 5px;
    /* transform: translateY(100%); */
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 50;
}

.mo-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.mo-form .input-wrap {
    width: 100%;
}

.floating-mo-form input[type="text"], .floating-mo-form select {
    height: 40px;
    width: 33.3%;
    border: none;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.80);
    display: flex;
    box-sizing: border-box;
    padding: 8px 10px;
    align-items: center;
    color: #111;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.5px;
}

.floating-mo-form input[type="text"]::placeholder, .floating-mo-form select {
    color: rgba(10, 24, 69, 0.50);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
}

.floating-mo-form.show-form {
    transform: translateY(-48px);
}

.mo-form {
    width: 100%;
}

.fixed-btn-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    position: fixed;
    right: 20px;
    top: 50%;
    z-index: 30;
    transform: translateY(-50%);
}

#go-contact {
    width: 70px;
    height: 70px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: #70C7FF;
    color: #111;
    text-align: center;
    font-size: 12px;
    line-height: 140%; /* 16.8px */
    letter-spacing: -0.3px;
    cursor: pointer;
}

#go-contact:hover {
    background: #4CACEA;
}

#fixed-btn {
    width: 70px;
    height: 70px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: #FAE100;
    color: #111;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    line-height: 140%; /* 16.8px */
    letter-spacing: -0.3px;
    cursor: pointer;
}

#fixed-btn:hover {
    background: #EECC0B;
}

.mo-contact {
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: #005BB6;
    width: 55px;
    height: 55px;
    display: none;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-size: 10px;
    font-weight: 300;
    line-height: 140%; /* 16.8px */
    letter-spacing: -0.225px;
    cursor: pointer;
}

.mo-contact:hover {
    background: #063863;
}

.agree-modal {
    position: fixed;
    top: 2.5vh;
    width: 1080px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    cursor: pointer;
    z-index: 70;
    box-sizing: border-box;
    padding: 0 48px;
    padding-top: 60px !important;
    padding-bottom: 20px !important;
    justify-content: initial !important;
    height: 95vh;
    gap: 20px !important;
    display: none;
}
  
.agree-close {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: end;
    cursor: pointer;
}
  
.agree-close > svg {
    width: 48px;
    height: 48px;
    background: rgba(0, 0, 0, 0.80);
    padding: 6.4px 6.4px 5.6px 5.6px;
}
  
.agree-close>svg:hover {
    background: #000;
    transition: 0.3s;
}
  
.agree-modal>.title {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
  
.p24 {
    color: #111;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; /* 141.667% */
    letter-spacing: -0.6px;
}
  
.p40 {
    color:  #111;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px; /* 130% */
    letter-spacing: -1px;
}
  
.content-div {
    margin-top: 20px;
    height: 81%;
    overflow: hidden;
}
  
.agree-modal>.content-div>.content {
    height: 100%;
    overflow: scroll;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.4px;
    color: #505050;
    padding-bottom: 20px;
}
  
.agree-logo {
    width: 100px;
}
  
.mo-tit {
    display: none;
}
  
.modal-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    z-index: 50 !important;
}

.bold {
    font-weight: 700 !important;
}

.semibold {
    font-weight: 600 !important;
}

.extrabold {
    font-weight: 800;
}

.bold-g {
    font-family: "Gmarket Sans";
}

.primary {
    color: #3384D5 !important;
}

.mint {
    color: #5CFCFF !important;
}

.w {
    color: #FFF !important;
}

.sub {
    color: #505050 !important;
}

.y {
    color: #FFE89B !important;
}

.pg-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    z-index: 5;
}

.pg-tit {
    color: #004A7E;
    text-align: center;
    font-family: 'Paperlogy';
    font-size: 62px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 86.8px */
    letter-spacing: -1.55px;
    position: relative;
    z-index: 5;
}

.justify-end {
    justify-content: flex-end !important;
}

.text-right {
    text-align: right;
}

.error-message {
    display: none;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    font-size: 14px;
    letter-spacing: -0.35px;
    color: #FF3F43;
    position: absolute;
    left: -15px;
    top: -40px;
    background: #FFF;
    border-radius: 8px;
    white-space: nowrap;
}

/* 900px */
.mi-br {
    display: none;
}

/* 768px */
.ta-br {
    display: none;
}

/* 650px */
.mo-br {
    display: none;
}

/* 480px */
.xs-br {
    display: none;
}


@media(max-width: 1350px) {
    .floating-contact input[type="text"], select {
       width: 160px;
    }
}

@media(max-width: 1280px) {
    .logo {
        width: 120px;
        left: 20px;
    }
    .header-div {
        right: 20px;
    }
    #header {
        padding: 0 20px;
    }
    #header nav>ul>li {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    #floating-container {
        padding: 3px 20px;
    }
    .floating-form {
        gap: 20px;
    }
    .floating-contact {
        gap: 16px;
    }
    .floating-form>p {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .f-btn {
        width: 130px;
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .pg-tit {
        font-size: 56px;
        letter-spacing: -1.4px;
    }
}

@media(max-width: 1200px) {
    .floating-div {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .floating-div img {
        width: 90px;
    }
    .floating-contact input[type="text"], select {
        width: 150px;
    }
    .agree-modal {
        width: 100%;
        left: 0;
        top: 0;
        min-height: 100vh;
        height: 100%;
        transform: none;
    }
}

@media(max-width: 1100px) {
    .footer-big-container {
        flex-direction: column;
        gap: 28px;
    }
    .footer-container, .footer-wrapper, .footer-inner, .footer-right {
        align-items: flex-start;
    }
    .footer-container {
        flex-direction: column;
        gap: 20px;
    }
    .floating-div {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .floating-div img {
        width: 80px;
    }
    .floating-contact, .floating-form {
        gap: 12px;
    }
    .input-wrap {
        gap: 4px;
    }
    .floating-contact input[type="text"], select {
        width: 140px;
    }
    .f-btn {
        font-size: 16px;
        letter-spacing: -0.4px;
        width: 110px;
    }
    select {
        padding: 10.5px 10px;
    }
}

@media(max-width: 1024px) {
    .logo {
        position: static;
        width: 106px;
    }
    #header {
        height: 50px;
        padding: 0 16px;
        justify-content: space-between;
    }
    #header nav, .call span {
        display: none;
    }
    .header-div {
        position: static;
    }
    .call svg, .mo-menu-open {
        display: flex;
    }
    .footer-logo {
        width: 107px;
    }
    .f-btn {
        padding: 0 24px;
    }
    #floating-container {
        padding: 3px 16px;
    }
    .floating-contact input[type="text"], select {
        width: 140px;
    }
    .floating-agree-wrap .round-checkbox {
        width: 22px;
        height: 22px;
    }
    footer {
        padding: 60px 0 120px;
    }
    .pg-top {
        gap: 18px;
    }
    #go-contact {
        display: flex;
    }
}

@media(max-width: 1000px) {
    #floating-container {
        display: none;
    }
    .fixed-btn-div {
        right: 10px;
        top: unset;
        bottom: 20px;
        transform: none;
        gap: 8px;
    }
    #go-contact {
        width: 55px;
        height: 55px;
        font-size: 10px;
        letter-spacing: -0.225px;
        border-radius: 4px;
        order: 2;
    }
    #go-contact svg {
        width: 25px;
        height: 25px;
    }
    #fixed-btn {
        width: 55px;
        height: 55px;
        font-size: 10px;
        letter-spacing: -0.225px;
        border-radius: 4px;
        order: 1;
    }
    #fixed-btn svg {
        width: 27px;
        height: 27px;
    }
    .mo-contact {
        display: flex;
        order: 3;
    }
    .mo-contact svg {
        width: 20px;
        height: 20px;
    }
}

@media(max-width: 900px) {
    .pg-tit {
        font-size: 48px;
        letter-spacing: -1.2px;
    }
    .mi-br {
        display: block;
    }
    .floating-form-wrap {
        gap: 12px;
    }
}

@media(max-width: 768px) {
    .agree-modal {
        padding: 0 20px;
    }
    .ta-br {
        display: block;
    }
    .pg-top {
        gap: 12px;
    }
}

@media(max-width: 650px) {
    footer {
        padding: 40px 0 148px;
    }
    .footer-wrap {
        flex-direction: column;
        align-items: center;
    }
    .footer-big-div {
        flex-direction: column;
        gap: 4px;
        align-items: flex-start;
    }
    .footer-div:first-child {
        padding-right: 0;
        border-right: none !important;
        height: auto !important;
    }
    .footer-div:last-child {
        padding-left: 0;
    }
    .footer-big-container {
        padding: 0 16px;
    }
    .floating-wrap {
        height: auto;
    }
    #floating-container {
        padding: 8px 16px;
    }
    .floating-contact {
        width: 100%;
        flex-direction: column;
        gap: 6px;
    }
    .input-wrap {
        width: 100%;
        gap: 4px;
    }
    .floating-form-wrap {
        width: 100%;
        justify-content: space-between;
    }
    .agree-modal {
        gap: 40px !important;
    }
    .agree-modal>.title>.p24 {
        font-size: 20px;
        line-height: 28px; /* 140% */
        letter-spacing: -0.5px;
    }
    .agree-modal>.title>.p40 {
        font-size: 28px;
        line-height: 38px; /* 135.714% */
        letter-spacing: -0.7px;
    }
    .agree-logo {
        width: 120px;
    }
    .pg-tit {
        font-size: 40px;
        letter-spacing: -1px;
    }
    .mo-br {
        display: block;
    }
    #go-contact, #fixed-btn, .mo-contact {
        width: 44px;
        height: 44px;
        font-size: 8px;
        letter-spacing: -0.2px;
    }
    #go-contact svg {
        width: 18.8px;
        height: 17.565px;
    }
    #fixed-btn svg {
        width: 19.596px;
        height: 19.625px;
    }
    .mo-contact svg {
        width: 15.829px;
        height: 15.829px;
    }
}

@media(max-width: 480px) {
    .pg-tit {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    .st-sub-tit {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .xs-br {
        display: block;
    }
    .xs-no-br {
        display: none;
    }
    .floating-contact input[type="text"] {
        padding: 8px;
    }
}

@media(max-width: 350px) {
    .floating-agree-wrap .agree {
        font-size: 12px !important;
        letter-spacing: -0.25px !important;
    }
}
