/* Gmarket Sans */
@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;
}

/* Paperlogy */
@font-face {
  font-family: 'Paperlogy';
  src: url('./Paperlogy-1Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('./Paperlogy-2ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('./Paperlogy-3Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('./Paperlogy-4Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('./Paperlogy-5Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('./Paperlogy-6SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('./Paperlogy-7Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('./Paperlogy-8ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('./Paperlogy-9Black.ttf') format('truetype');
  font-weight: 900;
  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 {
    max-width: 1300px;
    width: 90%;
    display: flex;
    height: 70px;
    box-sizing: border-box;
    padding: 0px 16px;
    justify-content: center;
    align-items: center;
    border-right: 1.5px solid #D2BA9F;
    border-bottom: 1.5px solid #D2BA9F;
    border-left: 1.5px solid #D2BA9F;
    background: rgba(17, 17, 17, 0.65);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(8px);
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 45;
    overflow: hidden;
}

.header-deco {
    position: absolute;
    bottom: -1.5px;
}

.header-deco.left {
    left: -1.6px;
}

.header-deco.right {
    right: -1.6px;
}

.logo {
    width: 45px;
    display: none;
    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 {
    width: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#header nav>ul>li span {
    display: flex;
    box-sizing: border-box;
    padding: 5px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    color: #D2BA9F;
    font-family: 'Paperlogy';
    font-size: 18px;
    font-weight: 600;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.45px;
}

#header nav>ul>li:hover span, .tap span { 
    color: #191919 !important;
    background: rgba(210, 186, 159, 0.90) !important;
}

.header-div {
    display: none;
    align-items: center;
    gap: 16px;
}

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

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

.call {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mo-menu .call {
    color: #BFA991;
    text-align: right;
    font-size: 24px;
    font-weight: 700;
    line-height: 130%; /* 31.2px */
}

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

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

.mo-menu-bottom {
    width: 100%;
    height: calc(100% - 60px);
    padding-bottom: 32px;
    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%;
    height: 80px;
    padding: 8px 16px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mo-menu nav>ul>li span {
    color: #D2BA9F;
    font-family: 'Paperlogy';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.45px;
    box-sizing: border-box;
    display: flex;
    padding: 5px 14px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.mo-menu nav>ul>li:hover span, .mo-menu .tap span {
    color: #191919 !important;
    background: rgba(210, 186, 159, 0.90) !important;
}

/* footer */
footer {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.40);
    background: #191919;
    display: flex !important;
    padding: 30px 0 115px;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
}

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

.footer-privacy {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px; /* 125% */
    display: flex;
    box-sizing: border-box;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: rgba(245, 245, 245, 0.15);
    cursor: pointer;
}

.footer-privacy:hover {
    background: rgba(245, 245, 245, 0.25);
}

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

.footer-logo {
    width: 50px;
}

.footer-wrapper {
    display: flex;
    gap: 24px;
    align-items: center;
}

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

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

.footer-div {
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
    word-break: keep-all;
}

.footer-wrap .footer-div:first-child {
    padding-right: 10px;
    height: 15px;
    border-right: 1px solid #DDD;
    align-items: center;
}

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

.footer-inner>p {
    color: rgba(255, 255, 255, 0.70);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    display: flex;
    align-items: center;
    gap: 2px;
    justify-content: flex-start;
    word-break: keep-all;
}

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


/* 하단 고정 문의 */
#floating-container {
    width: 100%;
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 45;
    background: rgba(210, 186, 159, 0.90);
    backdrop-filter: blur(6px);
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.floating-wrap {
    max-width: 1300px;
    width: 100%;
    height: 54px;
    display: flex;
    box-sizing: border-box; 
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    gap: 32px;
    position: relative;
}

.floating-tit {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #764335;
    font-family: 'Paperlogy';
    font-size: 22px;
    font-weight: 500;
    line-height: 125%; /* 27.5px */
    letter-spacing: -0.55px;
    white-space: nowrap;
}

.floating-contact {
    width: calc(100% - 283.5px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

.input-wrap {
    width: calc(100% - 350px);
    display: flex;
    align-items: center;
    gap: 10px;
}

.floating-contact input[type="text"]{
    width: calc(33.3% - 6.66px);
    border: none;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.90);
    display: flex;
    height: 36px;
    box-sizing: border-box;
    padding: 0 10px;
    align-items: center;
    color: #111;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.4px;
}

.floating-contact input[type="text"]:focus {
    background: #FFF;
    border: 1px solid #764335 !important;
}

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

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

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

.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 #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/check.png");
    background-size: 16px !important;
    background-position: center center !important;
    background-color: #FFF;
    background-repeat: no-repeat;
}

.floating-agree-wrap .agree {
    color: #764335;
    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;
}

.f-btn {
    display: flex;
    height: 36px;
    box-sizing: border-box;
    padding: 0 32px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 4px;
    background: #764335;
    color: #FFFBE6;
    color: #FFF;
    font-family: 'Paperlogy';
    font-size: 18px;
    font-weight: 600;
    line-height: 130%; /* 23.4px */
    letter-spacing: -0.45px;
    border: none;
}

.f-btn:hover {
    background: #48261D;
    color: #D6CCC7 !important;
}


/* 위로 버튼(고정) */
#fixed-up {
    display: flex;
    width: 54px;
    aspect-ratio: 1 / 1;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #333;
    cursor: pointer;
    position: fixed;
    z-index: 30;
    right: 10px;
    bottom: 60px;
}

#fixed-up:hover {
    background: #111;
}


/* 개인정보처리방침 */
.agree-modal {
    position: fixed;
    top: 2.5vh;
    width: 1080px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    cursor: pointer;
    z-index: 60;
    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: 50px;
}

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

.normal {
    font-weight: 400 !important;
}

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

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

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

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

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

.o {
    color: #F0832C !important;
}

.w {
    color: #FFF !important;
}

.sub {
    color: #505050 !important;
}

.y {
    color: #FFDC6A !important;
}

.section {
    box-sizing: border-box;
    padding: 100px 0;
    gap: 60px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

.st-top img {
    max-width: 100%;
}

.st-tit {
    background: linear-gradient(124deg, #AC5F36 46.9%, #854225 47.14%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: 'Paperlogy';
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 76.8px */
    letter-spacing: -1.28px;
    position: relative;
    z-index: 5;
    white-space: nowrap;
}

.st-top .st-tit {
    margin-top: -8px;
}

.st-sub-tit {
    color: #604C3F;
    text-align: center;
    font-family: 'Paperlogy';
    font-size: 36px;
    font-weight: 600;
    line-height: normal; 
    position: relative;
    z-index: 5;
    white-space: nowrap;
}

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

.justify-center {
    justify-content: center !important;
}

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

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

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

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

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

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

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

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

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

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

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

@media(max-width: 1400px) {

}

@media(max-width: 1280px) {
    .floating-wrap, .floating-contact {
        gap: 20px;
    }
    .floating-contact {
        width: calc(100% - 252px);
    }
    .input-wrap {
        width: calc(100% - 317px);
    }
    .floating-form-wrap {
        gap: 12px;
    }
    .floating-tit {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .f-btn {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    .section {
        padding: 90px 0;
    }
    .st-tit {
        font-size: 56px;
        letter-spacing: -1.4px;
    }
    .st-sub-tit {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
}

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

@media(max-width: 1100px) {
    .input-wrap {
        gap: 4px;
    }
    .floating-wrap, .floating-contact {
        gap: 12px;
    }
    .floating-contact input[type="text"] {
        width: calc(33.3% - 2.66px);
    }
    .floating-contact {
        width: calc(100% - 217px);
    }
    .input-wrap {
        width: calc(100% - 305px);
    }
    .floating-form-wrap {
        gap: 8px;
    }
    .floating-tit {
        gap: 4px;
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .floating-agree-wrap .round-checkbox {
        width: 22px;
        height: 22px;
    }
}

@media(max-width: 1024px) {
    #header {
        height: 60px;
    }
    #header nav>ul>li span {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    .floating-contact {
        width: calc(100% - 193.5px);
    }
    .floating-tit {
        gap: 4px;
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    .floating-tit svg {
        width: 18px;
        height: 18px;
    }
    .big-br {
        display: block;
    }
}

@media(max-width: 900px) {
    #header {
        width: 100%;
        justify-content: space-between;
        border: none;
    }
    #header nav, .header-deco {
        display: none;
    }
    .logo, .header-div  {
        display: flex;
    }
    .footer-big-container {
        padding: 0 16px;
    }
    .footer-container, .footer-wrapper {
        flex-direction: column;
        gap: 24px;
        align-items: flex-start;
    }
    .footer-big-container>.footer-inner {
        gap: 24px;
    }
    .floating-tit {
        display: none;
    }
    .floating-contact {
        width: 100%;
    }
    .section {
        padding: 80px 0;
        gap: 50px;
    }
    .st-tit {
        font-size: 48px;
        letter-spacing: -1.2px;
    }
    .st-sub-tit {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    .mi-br {
        display: block;
    }
    #fixed-up {
        bottom: 10px;
    }
}

@media(max-width: 768px) {
    .agree-modal {
        padding: 0 20px;
    }
    .ta-br {
        display: block;
    }
    footer {
        padding: 30px 0 125px;
    }
    .section {
        padding: 70px 16px;
        gap: 40px;
    }
    .floating-agree-wrap {
        gap: 4px;
    }
    .floating-wrap {
        height: auto;
        padding: 5px 8px;
    }
    .floating-contact {
        flex-direction: column;
        gap: 4px;
        align-items: flex-end;
    }
    .input-wrap {
        width: 100%;
    }
    .floating-form-wrap {
        gap: 12px;
    }
}

@media(max-width: 650px) {
    #header, .mo-menu-top {
        height: 50px;
    }
    .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: 40px;
    }
    .st-tit {
        font-size: 40px;
        letter-spacing: -1px;
    }
    .st-top .st-tit {
        margin-top: -10px;
    }
    .st-sub-tit {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    .mo-br {
        display: block;
    }
    #fixed-up {
        width: 38px;
        height: 38px;
        border-radius: 0;
        right: 0;
        bottom: 0;
    }
    #fixed-up svg {
        width: 24px;
        height: 24px;
    }
}

@media(max-width: 480px) {
    footer {
        padding: 30px 0 115px;
    }
    .st-tit {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    .st-sub-tit {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .xs-br {
        display: block;
    }
    .xs-no-br {
        display: none;
    }
    .floating-agree-wrap .round-checkbox {
        width: 22px;
        height: 22px;
    }
    .floating-agree-wrap .agree {
        font-size: 13px !important;
        letter-spacing: -0.27px !important;
    }
    .f-btn {
        /* height: 30px; */
        font-size: 15px;
        letter-spacing: -0.375px;
    }
    /* .floating-contact input[type="text"] {
        height: 28px;
    }
    .floating-contact input[type="text"], .floating-contact input[type="text"]::placeholder {
        font-size: 14px;
        letter-spacing: -0.35px;
    } */
}

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

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