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

@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: 800;
    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: 800;
    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: 800;
    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: 800;
    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: 800;
    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: 100px;
    box-sizing: border-box;
    padding: 0px 40px;
    justify-content: center;
    align-items: center;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.logo {
    width: 85px;
    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;
    width: 140px;
    box-sizing: border-box;
    padding: 0;
    justify-content: center;
    align-items: center;
    font-family: "Paperlogy";
    color: #133307;
    font-size: 20px;
    line-height: 150%; /* 33px */
    cursor: pointer;
}

#header nav>ul>.logo-link {
    width: auto !important;
    padding: 0 40px;
}

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

.mo-menu-open {
    display: none;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    padding: 8px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    cursor: pointer;
    background: transparent;
}

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

.call {
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    gap: 4px;
    color: #133307;
    text-align: right;
    font-family: 'Paperlogy-ExtraBold';
    font-size: 20px;
    line-height: 125%;
    letter-spacing: -0.5px;
    gap: 8px;
    position: absolute;
    right: 40px;
}

.call:hover {
    color: #133307;
}

.mo-menu .call {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px; /* 141.667% */
    letter-spacing: -0.6px;
}

.mo-menu {
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(55, 55, 55, 0.70);
    backdrop-filter: blur(10px);
    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: end;
    margin-bottom: 10px;
}

.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;
    width: 34px;
    height: 34px;
    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: rgba(255, 255, 255, 0.70);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
    box-sizing: border-box;
    height: 60px;
    padding: 8px 16px;
    cursor: pointer;
    display: flex;
    justify-content: end;
    align-items: center;
}

.mo-menu nav>ul>li>span {
    box-sizing: border-box;
    padding: 8px 15px;
    border-radius: 100px;
}

.mo-menu nav>ul>li:hover,.mo-menu .tap {
    color: #F0832C !important;
    background: transparent !important;
}

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

.footer-container {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    padding: 0 40px;
}

.footer-logo {
    width: 130px;
    mix-blend-mode: luminosity;
}

.footer-container hr {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.40);
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.40);
}

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

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

.footer-div {
    color: #FFF;
    text-align: center;
    font-family: 'Paperlogy-Light';
    font-size: 16px;
    line-height: 100%; /* 16px */
    display: flex;
    align-items: center;
}

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

.footer-div span {
    display: none;
}

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

.footer-big-div .footer-div:first-child {
    height: 15px;
    border-right: 1px solid #FFF;
} 

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

.footer-wrap>.footer-div:nth-child(2) {
    padding: 0 10px;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    height: 15px;
}

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

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

.footer-inner>p {
    color: #FFF;
    text-align: center;
    font-family: 'Paperlogy-Light';
    font-size: 16px;
    line-height: 150%; /* 24px */
}

#floating-container {
    width: 100%;
    height: 80px;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 50;
    background: #133307;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1s all;
    box-sizing: border-box;
    padding: 0 40px;
}

.floating-form {
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    position: relative;
}

.floating-form>p {
    color: #FFF;
    font-family: 'Paperlogy-ExtraBold';
    font-size: 24px;
    line-height: 150%; /* 45px */
}

.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;
    background: #FFF;
    display: flex;
    width: 180px;
    box-sizing: border-box;
    padding: 10px 15px;
    align-items: center;
    color: #111;
    font-size: 16px;
    font-family: 'Paperlogy-Medium';
    line-height: 150%;
    border: 1px solid #FFF;
}

.floating-contact input[type="text"]::placeholder {
    color: #A9A9A9;
    font-family: 'Paperlogy-Regular';
    font-size: 16px;
    line-height: 150%; /* 30px */
}

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

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

.floating-agree-wrap .round-checkbox {
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 50px;
    appearance: none;
    position: relative;
    cursor: pointer;
    background: #FFF;
    border: 1px solid #FFF;
}
  
.floating-agree-wrap .round-checkbox:checked::before {
    font-size: 100%;
    color: #fff;
    position: relative;
}
  
.floating-agree-wrap .round-checkbox:checked {
    background-image: url("../img/w-check.png");
    background-size: 15px !important;
    background-position: center center !important;
    background-color: #E63D1E;
    background-repeat: no-repeat;
    border: none;
}
  
.floating-agree-wrap .agree {
    color: #FFF;
    font-family: 'Paperlogy-Regular';
    font-size: 14px;
    line-height: 100%; /* 16px */
    cursor: pointer;
}
  
.f-btn {
    display: flex;
    height: 44px;
    box-sizing: border-box;
    padding: 0 30px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #E63D1E;
    color: #FFF;
    text-align: center;
    font-family: 'Paperlogy';
    font-size: 18px;
    line-height: 150%; /* 30px */
    border: none;
}

.f-btn:hover {
    background: #9B1512;
}


/* 모바일 하단 고정 */
#mo-floating {
    width: 100%;
    height: 68px;
    background: #133307;
    display: none;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 20px;
    position: fixed;
    z-index: 50;
    left: 0;
    bottom: 0;
    cursor: pointer;
}

#mo-floating>p {
    color: #FFF;
    font-family: 'Paperlogy-ExtraBold';
    font-size: 24px;
    line-height: 150%; /* 36px */
}

#go-contact {
    white-space: nowrap;
    cursor: pointer;
}

.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-g {
    font-family: "Gmarket Sans";
}

.primary {
    color: #562A06 !important;
}

.r {
    color: #E63D1E !important;
}

.w {
    color: #FFF !important;
}

.g {
    color: #133307 !important;
}

.sub {
    color: #505050 !important;
}

.y {
    color: #FFDC6A !important;
}

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

.st-big-tit {
    color: #133307;
    font-family: 'Paperlogy-ExtraBold';
    font-size: 60px;
    line-height: 100%; /* 60px */
    text-align: center;
    white-space: nowrap;
}

.st-tit {
    color: #35421E;
    font-family: 'Paperlogy-ExtraBold';
    text-align: center;
    font-size: 50px;
    line-height: 150%; /* 75px */
    position: relative;
    z-index: 5;
    white-space: nowrap;
}

.st-sub-tit {
    color: #133307;
    text-align: center;
    font-family: 'Paperlogy-Medium';
    font-size: 30px;
    line-height: 100%; /* 45px */
    position: relative;
    z-index: 5;
    white-space: nowrap;
}

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

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

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

/* 1280px */
.big-br {
    display: none;
}

/* 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(min-width: 1700px) {
    #header nav>ul>li {
        width: 160px;
        font-size: 22px;
    }    
    #header nav>ul>.logo-link {
        width: auto !important;
        padding: 0 55px;
    }
}

@media(max-width: 1350px) {
    .call {
        gap: 4px;
        font-size: 18px;
    }
}

@media(max-width: 1280px) {
    #header {
        height: 95px;
    }
    #header nav>ul>li {
        font-size: 18px;
        width: 120px;
    }
    #header nav>ul>.logo-link {
        padding: 0 35px;
    }
    #floating-container, .footer-container {
        padding: 0 20px;
    }
    .floating-form {
        gap: 20px;
    }
    .floating-contact {
        gap: 16px;
    }
    .floating-contact input[type="text"] {
        width: 160px;
    }
    .st-big-tit {
        font-size: 56px;
    }
    .st-tit {
        font-size: 48px;
    }
    .st-sub-tit {
        font-size: 28px;
    }
    .big-br {
        display: block;
    }
    .call {
        right: 20px;
    }
}

@media(max-width: 1200px) {
    .input-wrap {
        gap: 8px;
    }
    .floating-form>p {
        font-size: 22px;
    }
    .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: 1150px) {
    .floating-form>p {
        font-size: 22px;
    }
    .floating-contact {
        gap: 12px;
    }
    .floating-form-wrap {
        gap: 10px;
    }
    .floating-contact input[type="text"], select {
        width: 140px;
    }
    #header .call {
        display: none;
    }
}

@media(max-width: 1100px) {
    .floating-form>p {
        font-size: 20px;
    }
    .floating-contact input[type="text"], select {
        width: 130px;
    }
    .floating-agree-wrap .round-checkbox {
        width: 25px;
        height: 25px;
    }
}

@media(max-width: 1024px) {
    #header {
        height: 95px;
        padding: 0 20px;
    }
    .footer-wrap {
        flex-direction: column;
    }
    .footer-div {
        line-height: 150%;
        height: auto !important;
    }
    .footer-wrap>.footer-div:nth-child(2) {
        border: none;
        padding: none;
    }
    .footer-big-div .footer-div:first-child {
        height: 15px !important;
    }
    .footer-big-div .footer-div:last-child {
        padding: 0 0 0 10px;
    }
    .fixed-btn {
        right: 14.5px;
        bottom: 14.5px;
    }
    #floating-container {
        display: none !important;
    }
    #mo-floating {
        display: flex !important;
    }
    .f-btn {
        padding: 0 40px;
        height: 42px;
    }
    .floating-agree-wrap .round-checkbox {
        width: 30px;
        height: 30px;
    }
    #go-contact {
        bottom: 20px;
        right: 10px;
    }
    footer {
        padding: 40px 0 108px;
    }
}

@media(max-width: 900px) {
    #header {
        display: none;
    }
    #fixed-contact {
        border-radius: 100px 100px 0 0;
        transform: translateY(70%);
    }
    .fixed-contact-open, .fixed-div {
        display: flex;
    }
    .fixed-form {
        flex-direction: column;
        width: 100%;
        gap: 16px;
    }
    .fixed-flex {
        width: 90%;
        flex-direction: column;
        gap: 16px;
    }
    .fixed-flex>.fixed-flex {
        width: 100%;
        flex-direction: row;
    }
    .fixed-form input[type="text"] {
        width: 100%;
    }
    .fixed-wrap {
        width: 90%;
        justify-content: space-between;
    }
    .fixed-c-btn {
        height: 50px;
        padding: 10px 30px;
    }
    .st-big-tit {
        font-size: 48px;
        line-height: 150%;
    }
    .st-tit {
        font-size: 40px;
    }
    .st-sub-tit {
        font-size: 24px;
    }
    .mi-br {
        display: block;
    }
}

@media(max-width: 768px) {
    .agree-modal {
        padding: 0 20px;
    }
    .ta-br {
        display: block;
    }
    .footer-inner>p {
        font-size: 14px;
    }
}

@media(max-width: 650px) {
    #header {
        height: 60px;
    }
    .logo {
        width: 145px;
    }
    .mo-menu-open {
        top: 11px;
        right: 11px;
    }
    .footer-container {
        width: 100%;
    }
    .footer-div:first-child {
        padding-right: 6px;
    }
    .footer-big-div .footer-div:last-child {
        padding: 0 0 0 6px;
    }
    .input-wrap {
        gap: 4px;
    }
    .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: 100px;
    }
    .st-big-tit {
        font-size: 40px;
    }
    .st-tit {
        font-size: 32px;
    }
    .mo-br {
        display: block;
    }
}

@media(max-width: 480px) {
    .st-big-tit {
        font-size: 32px;
    }
    .xs-br {
        display: block;
    }
    .xs-no-br {
        display: none;
    }
}

@media(max-width: 370px) {
    .f-btn {
        padding: 0 32px;
    }
    .footer-div {
        font-size: 14px;
    }
    .footer-inner>p {
        font-size: 12px;
    }
    .xxs-br {
        display: block;
    }
}
