@font-face {
    font-family: 'Paperlogy-Light';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Paperlogy-Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Paperlogy-Medium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Paperlogy';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Paperlogy-Bold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Paperlogy-ExtraBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
    font-weight: 800;
    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: 90px;
    box-sizing: border-box;
    padding: 0px 100px;
    justify-content: space-between;
    align-items: center;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
}

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

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

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

#header nav>ul>li {
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    color: #565658;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%; /* 26px */
    letter-spacing: -0.5px;
    cursor: pointer;
}

#header nav>ul>li:hover, .tap {
    color: #51B0FF !important;
    font-weight: 800;
}

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

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

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

.call {
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    gap: 4px;
    color: #2C2C2E;
    font-size: 28px;
    font-weight: 700;
    line-height: 130%; /* 46.8px */
    line-height: -0.7px;
}

.call:hover {
    color: #2C2C2E;
    opacity: 0.8;
}

.call img {
    width: 28px;
}

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

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

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

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

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

.mo-menu nav>ul>li {
    width: 100%;
    color: #6D6D70;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: -0.45px;
    box-sizing: border-box;
    padding: 26px 0px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 0.5px solid #CAD4DA;
}

.mo-menu nav>ul>li:hover,.mo-menu .tap {
    color: #121212 !important;
    font-weight: 700;
    background: rgba(81, 176, 255, 0.15) !important;
}


/* footer */
footer {
    width: 100%;
    background: #E6ECEF;
    display: flex !important;
    padding: 60px 100px 130px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative;
}

.footer-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: flex-start;
}

.footer-logo {
    width: 90px;
}

.footer-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-call {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #565658;
    font-size: 36px;
    font-weight: 700;
    line-height: 130%; /* 46.8px */
}

.footer-top .footer-call {
    display: none;
}

.footer-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.policy-div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
}

.policy-div p {
    color: #565658;
    font-size: 16px;
    font-weight: 800;
    line-height: 150%; /* 24px */
    letter-spacing: -0.4px;
    cursor: pointer;
} 

.footer-wrap {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.footer-inner>p {
    box-sizing: border-box;
    display: flex;
    color: #6D6D70;
    font-size: 14px;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
    letter-spacing: -0.35px;
    align-items: center;
}

.footer-inner>p:last-child {
    color: #B0BEC5;
}

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

.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 {
    border: 1px solid #FFF;
    background: #E87519;
}

.up-btn:hover svg path {
    fill: #FFF;
}

/* 하단 고정 문의 */
#fixed-contact {
    width: 100%;
    height: 70px;
    box-sizing: border-box;
    padding: 0 80px 0 60px;
    background:  #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 30;
    transform: translateX(100%);
    gap: 52px;
}

#fixed-contact.show {
    transform: translateX(0);
}

.fixed-logo {
    width: 92px;
}

.fixed-contact-form {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 52px;
}

.fixed-input {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
}

.fixed-contact-form input[type="text"], .fixed-contact-form input[type="tel"] {
    width: 33.3%;
    box-sizing: border-box;
    padding: 0 12px;
    height: 48px;
    border-radius: 8px;
    border: 1.2px solid #CAD4DA;
    background: #FFF;
    font-size: 16px;
    line-height: 150%; /* 21px */
    letter-spacing: -0.4px;
}

.fixed-contact-form input[type="text"]::placeholder, .fixed-contact-form input[type="tel"]::placeholder {
    color: #6D6D70;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%; /* 21px */
    letter-spacing: -0.4px;
}

.fixed-contact-form .form-wrap {
    width: fit-content;
    flex-direction: row;
    gap: 52px;
    white-space: nowrap;
    box-sizing: border-box;
}

.fixed-contact-form .agree-wrap label {
    font-size: 16px !important;
    font-weight: 700;
    line-height: 150% !important;
    letter-spacing: -0.4px !important;
}

.f-btn {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    box-sizing: border-box;
    width: 200px;
    padding: 0;
    background: #51B0FF;
    border-radius: 8px;
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 130%; /* 26px */
    letter-spacing: -0.5px;
    border: none;
}

.f-btn:hover {
    background: #3390E6;
}

.round-checkbox:checked {
    background-image: url("../img/redesign/check.png");
    background-size: 12px !important;
    background-position: center center !important;
    background-repeat: no-repeat;
    border: 1px solid #0CB2C9;
}

/* 문의하기 toggle */
#toggle-contact {
    display: flex;
    height: 48px;
    padding: 0 33px 0 25px;
    justify-content: center;
    align-items: center;
    gap: 2px;
    flex-shrink: 0;
    position: fixed;
    bottom: 60px;
    right: 24px;
    z-index: 900;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    background:  #172554;
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 130%; /* 26px */
    letter-spacing: -0.5px;
    cursor: pointer;
    opacity: 1;
}

#toggle-contact:hover {
    background: #51B0FF;
}

#toggle-contact.none {
    opacity: 0;
}

#fixed-contact-close {
    position: absolute;
    right: 0px;
    display: flex;
    width: 60px;
    height: 48px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius:  50px 0px 0px 50px;
    border-top: 2px solid rgba(255, 255, 255, 0.10);
    border-bottom: 2px solid rgba(255, 255, 255, 0.10);
    border-left: 2px solid rgba(255, 255, 255, 0.10);
    background: #172554;
    cursor: pointer;
}

#fixed-contact-close:hover {
    background: #51B0FF;
}

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


/* 모바일 고정 문의 */
#mo-contact {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    display: none;
    height: 60px;
    justify-content: center;
    align-items: center;
    background: #172554;
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 130%; /* 26px */
    letter-spacing: -0.5px;
    cursor: pointer;
    z-index: 50;
}

#mo-contact:hover {
    background: #51B0FF;
}

#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 {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 600px;
    width: 90%;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.10);
    display: none;
    flex-direction: column;
    gap: 8px;
    box-sizing: border-box;
    padding: 4px 20px 20px 20px;
    z-index: 101;
}

.floating-mo-form.show {
    display: flex;
}

.mo-form-top {
    width: 100%;
    display: flex;
    height: 60px;
    justify-content: space-between;
    align-items: center;
}

.mo-form-close {
    cursor: pointer;
}

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

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

.floating-form-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
}

.mo-btn {
    width: 100% !important;
    font-size: 20px !important;
    letter-spacing: -0.5px !important;
    height: 60px !important;
}

/* 개인정보처리방침 */
.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: 50 !important;
}

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

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

.extrabold {
    font-weight: 800 !important;
}

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

.primary {
    color: #51B0FF !important;
}

.magenta {
    color: #D81B60 !important;
}

.w {
    color: #FFF !important;
}

.sub {
    color: #505050 !important;
}

.y {
    color: #FFDC6A !important;
}

.silver {
    color: #CAD4DA !important;
}

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

.st-tit {
    text-align: center;
    color: #121212;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%; /* 62.4px */
    letter-spacing: -1.2px;
    position: relative;
    z-index: 5;
}

.st-tit span {
    font-weight: 800;
}

.st-sub-tit {
    color: #565658;
    text-align: center;
    font-size: 24px;
    line-height: 150%; /* 36px */
    letter-spacing: -0.6px;
    position: relative;
    z-index: 5;
}

.st-big-tit{
    color: #121212;
    text-align: center;
    font-size: 60px;
    font-weight: 800;
    line-height: 130%; /* 78px */
    letter-spacing: -1.5px;
}

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

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

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

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

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

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

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

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

/* 370px */
.xxs-br {
    display: none;
}


@media(max-width: 1500px) {
    #header, footer {
        padding: 0 40px;
    }
    footer {
        padding: 60px 40px 130px;
    }
    #fixed-contact {
        gap: 30px;
        padding: 0 80px 0 40px;
    }
    .fixed-contact-form, .fixed-contact-form .form-wrap {
        gap: 30px;
    }
}

@media(max-width: 1280px) {
    #header {
        height: 75px;
        padding: 0 20px;
    }
    .logo {
        width: 100px;
    }
    #header nav>ul {
        gap: 35px;
    }
    #header nav>ul>li {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    #header .call img {
        width: 25px;
        height: 25px;
    }
    footer {
        padding: 40px 20px 110px;
    }
    .footer-call {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    #fixed-contact {
        height: 60px;
        gap: 20px;
        padding: 0 60px 0 20px;
    }
    .fixed-logo {
        width: 82px;
    }
    .fixed-contact-form, .fixed-contact-form .form-wrap {
        gap: 20px;
    }
    .fixed-input {
        gap: 6px;
    }
    .fixed-contact-form .agree-wrap label, .fixed-contact-form input[type="text"], .fixed-contact-form input[type="text"]::placeholder, .fixed-contact-form input[type="tel"], .fixed-contact-form input[type="tel"]::placeholder {
        font-size: 14px !important;
        letter-spacing: -0.35px !important;
    }
    .fixed-contact-form input[type="text"], .fixed-contact-form input[type="tel"] {
        height: 40px;
    }
    .f-btn {
        width: 160px;
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    #fixed-contact-close {
        width: 50px;
    }
    #toggle-contact {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .st-tit {
        font-size: 40px;
        letter-spacing: -1.2px;
    }
    .st-sub-tit {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .st-big-tit {
        font-size: 48px;
        letter-spacing: -1.2px;
    }
}

@media(max-width: 1200px) {
    .agree-modal {
        width: 100%;
        left: 0;
        top: 0;
        min-height: 100vh;
        height: 100%;
        transform: none;
    }
}

@media(max-width: 1100px) {
    #header {
        height: 70px;
    }
    .logo {
        width: 85px;
    }
    #header nav>ul {
        gap: 30px;
    }
    #header nav>ul>li {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    #header .call {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    #header .call img {
        width: 22px;
        height: 22px;
    }
}

@media(max-width: 1024px) {
    .logo {
        width: 85px;
    }
    #header {
        height: 60px;
    }
    #header nav {
        display: none;
    }
    #header .call span {
        display: none;
    }
    #header .call img {
        width: 28px;
        height: 29px;
    }
    .mo-menu-open {
        display: flex;
    }
    footer {
        padding: 40px 20px;
    }
    #toggle-contact, #fixed-contact {
        display: none;
    }
    #mo-contact {
        display: flex;
    }
}

@media(max-width: 900px) {
    .st-tit {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    .st-sub-tit {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .st-big-tit {
        font-size: 40px;
        letter-spacing: -1px;
    }
    .mi-br {
        display: block;
    }
}

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

@media(max-width: 650px) {
    .footer-container {
        gap: 40px;
    }
    .footer-logo {
        width: 75px;
    }
    .footer-call {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    .footer-top .footer-call {
        display: flex;
    }
    .footer-wrap .footer-call {
        display: none;
    }
    .policy-div p {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    .footer-wrapper {
        gap: 14px;
    }
    .footer-inner>p {
        font-size: 12px;
        letter-spacing: -0.3px;
    }
    .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: 90px;
    }
    .st-sub-tit {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    .st-big-tit {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    .mo-br {
        display: block;
    }
}

@media(max-width: 480px) {
    .xs-br {
        display: block;
    }
    .xs-no-br {
        display: none;
    }
}

@media(max-width: 370px) {
    .f-btn {
        padding: 0 32px;
    }
    .st-tit, .st-big-tit {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    .st-sub-tit {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    .xxs-br {
        display: block;
    }
}
