@font-face {
    font-family: 'PyeongChang-Bold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2206-02@1.0/PyeongChang-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PyeongChang';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2206-02@1.0/PyeongChang-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'iceJaram';
    src: url('../css/jaram.woff') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Mont';
    src: url('../css/Mont-HeavyDEMO.woff') format('woff2');
    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: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.header-container {
    max-width: 1280px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 106px;
    cursor: pointer;
}

.call {
    display: flex;
    box-sizing: border-box;
    padding: 10px 14px 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 2px;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.45px;
    border-radius: 100px;
    background: #182D7B;
    cursor: pointer;
}

.mo-call {
    display: none;
}

.call-icon {
    display: none;
}

.call:hover {
    background: #0B1B58;
    color: #FFF !important;
}

/* footer */
footer {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    background: #182D7B;
    display: flex !important;
    padding: 65px 0 105px;
    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 40px;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-big-container>p {
    color: rgba(255, 255, 255, 0.50);
    font-size: 14px;
    line-height: 130%; /* 18.2px */
    letter-spacing: -0.35px;
}

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

.footer-logo {
    width: 106px;
}

.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;
}

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

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

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

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

.footer-wrap>.footer-div:last-child {
    height: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.70);
}

.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-size: 24px;
    font-weight: 700;
    line-height: 34px; /* 141.667% */
    letter-spacing: -0.6px;
}

.footer-big-container>p {
    color: rgba(255, 255, 255, 0.50);
    font-size: 14px;
    line-height: 130%; /* 18.2px */
    letter-spacing: -0.35px;
    display: none;
}

.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;
}

.agree-modal {
    position: fixed;
    top: 2.5vh;
    width: 1080px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    cursor: pointer;
    z-index: 1005;
    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: 120px;
}
  
.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: 1001 !important;
}

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

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

.bold-p {
    font-family: "PyeongChang-Bold" !important;
}

.primary {
    color: #182D7B !important;
}

.o {
    color: #F0832C !important;
}

.w {
    color: #FFF !important;
}

.sub {
    color: #505050 !important;
}

.y {
    color: #FFEA80 !important;
}

.mont {
    font-family: "Mont" !important;
}

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

.st-tit {
    color: #182D7B;
    text-align: center;
    font-family: "PyeongChang";
    font-size: 56px;
    line-height: 130%; /* 72.8px */
    letter-spacing: -1.4px;
    position: relative;
    z-index: 5;
    white-space: nowrap;
}

.st-sub-tit {
    color: #4F2323;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 145%; /* 43.5px */
    letter-spacing: -0.75px;
    position: relative;
    z-index: 5;
}

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

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

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

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

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

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

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


@media(max-width: 1400px) {

}

@media(max-width: 1280px) {
    #header {
        height: 65px;
    }
    .logo {
        width: 95px;
    }
    .call {
        font-size: 16px;
        letter-spacing: -0.4px;
        padding: 6px 8px 6px 16px;
    }
    .st-tit {
        font-size: 48px;
        letter-spacing: -1.2px;
    }
    .st-sub-tit {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
}

@media(max-width: 1200px) {
    .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;
        align-items: flex-start;
        gap: 40px;
    }
    .footer-container, .footer-wrapper, .footer-inner, .footer-right {
        align-items: flex-start;
    }
    .footer-container {
        flex-direction: column;
        gap: 32px;
    }
    .footer-right {
        flex-direction: row;
        align-items: center;
        gap: 4px;
    }
}

@media(max-width: 1024px) {
    #header {
        padding: 0 20px;
    }
    footer {
        padding: 60px 0;
    }
    .footer-big-container {
        padding: 0 20px;
    }
}

@media(max-width: 900px) {
    #header {
        padding: 10px;
        backdrop-filter: blur(5px);
        height: auto;
    }
    .header-container {
        justify-content: center;
    }
    .logo {
        width: 80px;
    }
    .call {
        position: absolute;
        right: 10px;
        display: flex;
        width: 38px;
        justify-content: center;
        align-items: center;
        aspect-ratio: 1 / 1;
        border-radius: 50px;
        border: 1px solid rgba(24, 45, 123, 0.20);
        background: rgba(255, 255, 255, 0.90);
        padding: 0;
    }
    .pc-call {
        display: none;
    }
    .mo-call {
        display: flex;
    }
    .call-icon {
        display: flex;
    }
    .call:hover {
        border: 1px solid #182D7B;
        background: #FFF;
    }
    .st-tit {
        font-size: 40px;
        letter-spacing: -1px;
    }
    .st-sub-tit {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    .mi-br {
        display: block;
    }
}

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

@media(max-width: 650px) {
    #header {
        height: 60px;
    }
    .footer-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
    .footer-div {
        padding: 0 !important;
        border: none !important;
    }
    .footer-inner>p {
        margin-top: 8px;
    }
    .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: 95px;
    }
    .st-tit {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    .st-sub-tit {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .mo-br {
        display: block;
    }
}

@media(max-width: 480px) {
    .st-tit {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    .st-sub-tit {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .xs-br {
        display: block;
    }
    .xs-no-br {
        display: none;
    }
}

@media(max-width: 400px) {
    .xxs-no-br {
        display: none;
    }
}

@media(max-width: 374px) {
    .footer-div, .footer-inner>p {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
}
