@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: 'MaruBuriRegular';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Regular.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Regular.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Regular.woff2) format("woff2"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Regular.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Regular.ttf) format("truetype");
}

@font-face {
    font-family: 'MaruBuriSemiBold';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-SemiBold.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-SemiBold.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-SemiBold.woff2) format("woff2"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-SemiBold.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-SemiBold.ttf) format("truetype");
}

@font-face {
    font-family: 'MaruBuri';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Bold.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Bold.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Bold.woff2) format("woff2"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Bold.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Bold.ttf) format("truetype");
}

@font-face {
    font-family: 'MaruBuriLight';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Light.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Light.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Light.woff2) format("woff2"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Light.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Light.ttf) format("truetype");
}

@font-face {
    font-family: 'MaruBuriExtraLight';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-ExtraLight.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-ExtraLight.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-ExtraLight.woff2) format("woff2"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-ExtraLight.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-ExtraLight.ttf) format("truetype");
}

/* 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: rgba(0, 0, 0, 0.60);
    backdrop-filter: blur(5px);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

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

.logo {
    width: 96px;
    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;
    padding: 10px 0;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: 'MaruBuri';
    font-size: 18px;
    font-weight: 700;
    line-height: 100%; /* 18px */
    letter-spacing: -0.36px;
    cursor: pointer;
    border-bottom: 1px solid transparent;
}

#header nav>ul>li:hover, .tap {
    border-bottom: 1px solid #FFF !important;
}

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

.call {
    display: inline-flex;
    box-sizing: border-box;
    padding: 10px 20px;
    align-items: center;
    gap: 10px;
    background: #D0171E;
    color: #FFF;
    font-family: 'MaruBuri';
    font-size: 16px;
    font-weight: 700;
    line-height: 100%; /* 16px */
    border: 1px solid #D0171E;
}

.call:hover {
    border: 1px solid #D0171E;
    background: #FFF;
    color: #D0171E;
}

.call:hover svg path {
    fill: #D0171E;
}

.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: 70px;
    box-sizing: border-box;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    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;
    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: #FFF;
    text-align: center;
    font-family: 'MaruBuri';
    font-size: 16px;
    font-weight: 700;
    line-height: 100%; /* 16px */
    letter-spacing: -0.32px;
    box-sizing: border-box;
    height: 50px;
    padding: 0px 20px;
    cursor: pointer;
    display: flex;
    justify-content: end;
    align-items: center;
}

.mo-menu nav>ul>li:hover,.mo-menu .tap {
    background: rgba(255, 255, 255, 0.20) !important;
    border: none !important;
}


/* footer */
footer {
    width: 100%;
    background: #3B2213;
    display: flex !important;
    padding: 40px 0 120px;
    align-items: center;
    position: relative;
    justify-content: center;
}

.footer-big-container {
    display: flex;
    max-width: 1400px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 40px;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
}

.footer-logo {
    width: 135px;
}

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

.footer-wrapper>p {
    color: rgba(255, 255, 255, 0.60);
    font-family: 'GmarketSansMedium';
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.32px;
}

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

.footer-div, .footer-inner>p {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    color: rgba(189, 157, 138, 0.60);
    font-family: 'GmarketSansMedium';
    font-size: 16px;
    line-height: 130%; /* 20.8px */
    letter-spacing: -0.32px;
}

.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(189, 157, 138, 0.60);
    border-right: 1px solid rgba(189, 157, 138, 0.60);
}

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

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


/* 하단 고정 문의창 */
#floating-container {
    width: 100%;
    position: fixed;
    height: 80px;
    right: 0;
    bottom: 0;
    z-index: 50;
    background: #F1EBE7;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1s all;
    box-sizing: border-box;
    padding: 0 40px;
}

.floating-wrap {
    max-width: 1400px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

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

.floating-form>p {
    color: #FFF;
    font-family: "Gmarket Sans";
    font-size: 24px;
    line-height: 125%; /* 30px */
    letter-spacing: -0.6px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #3B2213;
    font-family: MaruBuri;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 28px */
}

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

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

.floating-contact input[type="text"], select {
    background: #FFF;
    display: flex;
    width: 220px;
    height: 46px;
    box-sizing: border-box;
    padding: 8px 10px;
    align-items: center;
    color: #111;
    font-size: 16px;
    font-family: "MaruBuriRegular";
    line-height: normal;
    letter-spacing: -0.4px;
    border: none;
}

.floating-contact input[type="text"]:focus {
    background: #FFF;
    border: 1px solid #3B2213;
    box-shadow: none;
    outline: none;
}

.floating-contact input[type="text"]::placeholder, select {
    color: #8E8E8E;
    font-size: 16px;
    font-weight: 400;
    line-height: normal; 
    letter-spacing: -0.4px;
}

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

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

.floating-agree-wrap .round-checkbox {
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 10px;
    appearance: none;
    position: relative;
    cursor: pointer;
    background: #FFF;
    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: 13px !important;
    background-position: center center !important;
    background-color: #F7941C;
    background-repeat: no-repeat;
    border: none;
}
  
.floating-agree-wrap .agree {
    color: #3B2213;
    font-family: "MaruBuriRegular";
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 100% !important; /* 16px */
    cursor: pointer;
}
  
.floating-agree-wrap .agree-open {
    font-weight: 600;
}
  
.f-btn {
    display: flex;
    box-sizing: border-box;
    padding: 15px 36px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #F7941C;
    color: #FFF;
    font-family: "MaruBuri";
    font-size: 18px;
    line-height: 100%; /* 18px */
    border: none;
}

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

.mo-f-btn {
    display: none;
}

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


.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: 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: 1001 !important;
}

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

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

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

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

.o {
    color: #F7941C !important;
}

.w {
    color: #FFF !important;
}

.sub {
    color: #505050 !important;
}

.y {
    color: #FFDC6A !important;
}

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

.st-tit {
    color: #221E1F;
    font-family: "Gmarket Sans";
    font-size: 50px;
    line-height: 100%; /* 50px */
    text-align: center;
    position: relative;
    z-index: 5;
}

.st-mi-tit {
    color: #3B2213;
    font-family: 'GmarketSansMedium';
    font-size: 40px;
    line-height: 150%; /* 60px */
    letter-spacing: -0.8px;
    position: relative;
    z-index: 5;
}

.st-sub-tit {
    color: #221E1F;
    font-family: "GmarketSansMedium";
    font-size: 30px;
    font-weight: 400;
    line-height: 100%; /* 30px */
    text-align: center;
    position: relative;
    z-index: 5;
}

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

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

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

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

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


@media(max-width: 1500px) {
    .floating-contact input[type="text"] {
        width: 190px;
    } 
}

@media(max-width: 1400px) {
    .floating-contact input[type="text"] {
        width: 170px;
    } 
}

@media(max-width: 1350px) {
    .floating-form>p {
        font-size: 24px;
        letter-spacing: -0.6px;
        gap: 10px;
    }
    .floating-form>p img {
        width: 60px;
    }
    .input-wrap {
        gap: 4px;
    }
}

@media(max-width: 1280px) {
    #header {
        height: 85px;
        padding: 0 20px;
    }
    .logo {
        width: 85px;
    }
    #header nav>ul>li {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    .call {
        padding: 10px 12px;
    }
    #floating-container {
        padding: 0 20px;
    }
    .floating-agree-wrap .agree {
        font-size: 14px !important;
        letter-spacing: -0.35px !important;
    }
    .floating-contact, .floating-form-wrap {
        gap: 12px;
    }
    .floating-agree-wrap {
        gap: 6px;
    }
    .f-btn {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    .st-tit {
        font-size: 48px;
        letter-spacing: -1.2px;
    }
    .st-sub-tit {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    .st-mi-tit {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
}

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

@media(max-width: 1100px) {
    .footer-big-container {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .footer-container, .footer-wrapper, .footer-inner, .footer-right {
        align-items: center;
    }
    #floating-container {
        height: 62px;
    }
    .floating-contact {
        display: none;
    }
    .mo-f-btn {
        display: flex;
        padding: 12px 27px;
    }
}

@media(max-width: 1024px) {
    #header {
        height: 70px;
    }
    #header nav, #header .call {
        display: none;
    }
    .logo {
        width: 64px;
    }
    .mo-menu-open {
        display: flex;
    }
}

@media(max-width: 900px) {
    .footer-wrap {
        flex-direction: column;
    }
    .footer-wrap:first-child>.footer-div {
        display: none;
    }
    .footer-big-div>.footer-div:first-child {
        padding-left: 0;
        border-left: none;
    }
    .st-tit {
        font-size: 40px;
        letter-spacing: -1px;
        line-height: 130%;
    }
    .st-sub-tit {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    .mi-br {
        display: block;
    }
    .st-mi-tit {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
}

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

@media(max-width: 650px) {
    .footer-big-container {
        padding: 0;
    }
    .footer-logo {
        width: 120px;
    }
    .footer-div, .footer-inner>p, .footer-wrapper>p {
        font-size: 14px;
        letter-spacing: -0.3px;
    }
    .footer-big-div .footer-div:first-child {
        padding-right: 6px;
    }
    .footer-div:last-child {
        padding-left: 6px;
    }
    .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: 80px;
    }
    .st-tit {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    .mo-br {
        display: block;
    }
    .floating-form>p {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .floating-form>p img {
        width: 51px;
    }
    .st-mi-tit {
        font-size: 26px;
        letter-spacing: -0.52px;
    }
}

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

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

@media(max-width: 370px) {
    .f-btn {
        padding: 0 32px;
    }
    .floating-form>p img {
        width: 46px;
    }
    .floating-form>p {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .mo-f-btn {
        padding: 12px 24px;
    }
}

@media(max-width: 340px) {
    .floating-form>p img {
        width: 41px;
    }
    .floating-form>p {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    .mo-f-btn {
        padding: 12px 20px;
    }
}


