@font-face {
    font-family: 'HS산토끼체';
    src: url('https://gcore.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/HS-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

/* css 드래그 이벤트 차단 */
.disableDrag {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.grecaptcha-badge{
    visibility: hidden;
}

* {
    transition: 0.3s;
}


/* preloader */
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #EF643F;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.5s ease-in-out;
}

.load-wrap {
    float: left;
    width: 320px;
    aspect-ratio: 1 / 1;
    border-radius: 5px;
    text-align: center;
    position: relative;
}

.loading-img {
    width: 250px;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-text {
    color: #EB5C38;
    text-align: center;
    font-family: 'HS산토끼체';
    font-size: 60px;
    line-height: 125%; /* 75px */
    letter-spacing: -1.5px;
}

.loading-footprint {
    position: absolute;
    width: 58px;
    transform: rotateY(180deg);
    right: 15%;
    top: 20%;
}

.ring-1 {
    width: 320px;
    height: 320px;
    margin: 0 auto;
    padding: 10px;
    border: 14px dashed #FFF;
    border-radius: 100%;
    animation: loadingD 4s 0.4s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}

@keyframes loadingD {
    0% {
      transform: rotate(0deg);
    }
    50% {
      transform: rotate(180deg);
    }
    100% {
      transform: rotate(360deg);
    }
}

/* hover-area */
#hover-area {
    width: 100%;
    height: 72px;
    position: fixed;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 99;
}

/* header */
#header {
    width: 100%;
    display: flex;
    height: 72px;
    box-sizing: border-box;
    padding: 0px 40px;
    justify-content: center;
    align-items: center;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.gnb-black {
    /*background: rgba(17, 17, 17, 0.45) !important;*/
    background: rgba(235, 92, 56, 0.80);
    backdrop-filter: blur(6px);
}

.header-container {
    max-width: 1320px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding-left: 40px;
}

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

#header nav {
    overflow: hidden;
    margin: 0;
    height: 100%;
    position: relative;
    right: 40px;
}

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

#header nav>ul>li {
    display: flex;
    box-sizing: border-box;
    padding: 5px 20px 8px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    color: rgba(255, 255, 255, 0.70);
    text-align: center;
    font-family: 'HS산토끼체';
    font-size: 20px;
    line-height: 26px; /* 130% */
    letter-spacing: -0.5px;
    cursor: pointer;
}

#header nav>ul>li:hover {
    color: #FFF !important;
}

.tap {
    color: #FFF !important;
    font-weight: 600;
    background: #EB5C38;
}

.mo-menu-open {
    display: none;
    width: 42px;
    height: 42px;
    box-sizing: border-box;
    padding: 9px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 50px;
    /*background: rgba(235, 92, 56, 0.90);*/
    /*backdrop-filter: blur(5px);*/
    position: absolute;
    right: 20px;
}

/*.mo-menu-open:hover {*/
/*    background: #DF4F2A;*/
/*}*/

.call {
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #FFF;
    text-align: right;
    font-family: "Gmarket Sans";
    font-size: 24px;
    line-height: 125%; /* 30px */
    letter-spacing: -0.6px;
    position: absolute;
    bottom: 44px;
}

.call img {
    width: 38px;
}

.sns-div {
    position: absolute;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    top: 19px;
}

.sns-div img {
    width: 30px;
    cursor: pointer;
    border-radius: 100px;
}

.sns-div img:hover {
    background: #EB5C38;
}

.mo-menu {
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    background: rgba(17, 17, 17, 0.65);
    backdrop-filter: blur(10px);
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
}

.mo-menu-top {
    box-sizing: border-box;
    padding: 16px 12px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: var(--1, #EB5C38);
    height: 60px;
    margin-bottom: 40px;
}

.mo-menu-bottom {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 20px;
    justify-content: space-between;
    align-items: center;
}

.menu-close {
    display: flex;
    width: 42px;
    height: 42px;
    padding: 9px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: transparent;
    cursor: pointer;
}

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

.mo-menu nav>ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mo-menu nav>ul>li {
    width: fit-content;
    color: rgba(255, 255, 255, 0.70);
    text-align: center;
    font-family: 'HS산토끼체';
    font-size: 20px;
    line-height: 26px; /* 130% */
    letter-spacing: -0.5px;
    cursor: pointer;
    display: flex;
    box-sizing: border-box;
    padding: 5px 20px;
    justify-content: flex-end;
    align-items: center;
    border-radius: 100px;
    margin-left: auto;
}

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

.gnb-white {
    background: #FFF !important;
}

.gnb-white  nav>ul>li {
    color: rgba(34, 34, 34, 0.65);
}

.gnb-white .tap {
    color: #000 !important;
    font-weight: 600 !important;
}

.mo-menu .sns-div {
    bottom: 100px;
    right: 40px;
    gap: 8px;
}

.mo-menu .sns-div img {
    width: 30px;
}

/* footer */
footer {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    background: #EB5C38;
    display: flex !important;
    padding: 65px 0;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative;
}

.footer-big-container {
    display: flex;
    max-width: 1280px;
    width: 100%;
    box-sizing: border-boxb;
    padding: 0px 20px;
    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: 215px;
}

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

.footer-wrapper>p {
    color: #FFF;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 20.8px */
}

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

.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: none;
    border-radius: 4px;
    cursor: pointer;
    z-index: 5;
}

.up-btn:hover {
    background: #DF4F2A;
}

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

.fixed-btn {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 100;
}

#fixed-up {
    border-radius: 4px;
    background: #FFF;
    display: flex;
    width: 50px;
    height: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#fixed-up>svg {
    width: 35px;
    height: 35px;
}

#fixed-up:hover {
    transform: translateY(-10px);
}

.fixed-btn {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 100;
}

#fixed-up {
    border-radius: 4px;
    background: #FFF;
    display: flex;
    width: 50px;
    height: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#fixed-up>svg {
    width: 35px;
    height: 35px;
}

#fixed-up:hover {
    transform: translateY(-10px);
}

#go-contact {
    border-radius: 4px;
    background: #E78D31;
    display: none;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.375px;
}

#go-contact:hover {
    background: #F5821F;
}


/* 고정 입력창(상담신청) */
#fixed-contact {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #F1EBE7;
    display: inline-flex;
    flex-direction: column;
    padding: 3px 16px;
    align-items: center;
    justify-content: center;
    z-index: 100;
    gap: 24px;
}

.fixed-contact-inner {
    display: flex;
    max-width: 1280px;
    width: 100%;
    height: 54px;
    padding: 10px 0px;
    align-items: center;
    gap: 30px;
    flex-shrink: 0;
    justify-content: center;
}

.fixed-div {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #EB5C38;
    text-align: right;
    font-family: "Gmarket Sans";
    font-size: 24px;
    line-height: 125%; /* 30px */
    letter-spacing: -0.6px;
}

.fixed-div img {
    width: 38px;
}

.fixed-contact-open {
    cursor: pointer;
}

.fixed-form {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.fixed-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.fixed-form input[type="text"], .fixed-form select, .mo-form input[type="text"], .mo-form select {
    width: 162px;
    display: flex;
    box-sizing: border-box;
    padding: 8px 10px;
    align-items: center;
    gap: 10px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.80);
    color: #111;
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
    border: none;
    height: 100%;
}

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

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

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

.fixed-round {
    display: flex;
    width: 25px;
    height: 25px;
    padding: 5px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background: #FFF;
    border-radius: 50px;
    border: none;
    appearance: none;
    position: relative;
    cursor: pointer;
}

.fixed-round:checked::before {
    font-size: 100%;
    color: #fff;
    position: relative;
}

.fixed-round:checked {
    background-image: url("../img/check.png");
    background-size: 15px !important;
    background-position: center center !important;
    background-color: #EB5C38;
    background-repeat: no-repeat;
    border: none;
}

.fixed-c-btn {
    display: flex;
    height: 42px;
    padding: 0 40px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #EB5C38;
    color: #FFF;
    font-family: HS산토끼체;
    font-size: 20px;
    line-height: 130%; /* 26px */
    letter-spacing: -0.5px;
    border: none;
    transition: 0.3s !important;
}

.fixed-c-btn:hover {
    background: #DF4F2A;
}

.fixed-wrap .agree {
    color: #333 !important;
    font-size: 14px;
    line-height: normal;
    letter-spacing: -0.28px;
}

.fixed-wrap .agree-open {
    font-weight: 600 !important;
    cursor: pointer;
}

.rotate-180 {
    transform: rotate(180deg);
}

#fixed-mo {
    display: flex;
    height: 48px;
    box-sizing: border-box;
    padding: 5px 20px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background: #F1EBE7;
    cursor: pointer;
    z-index: 50;
}

#fixed-mo.click {
    background: #E6DAD2;
}

.floating-mo-form {
    width: 100%;
    background: #F1EBE7;
    display: flex;
    box-sizing: border-box;
    padding: 20px;
    transform: translateY(100%);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 30;
}

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

.mo-form .input-wrap {
    width: 100%;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.floating-mo-form input[type="text"], .floating-mo-form select {
    height: 40px;
    width: calc(50% - 5px);
    border-radius: 2px;
}

.floating-mo-form.show-form {
    transform: translateY(-48px);
}

.floating-mo-form .fixed-wrap {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.fixed-agree-wrap {
    padding: 10px 0;
}

.floating-mo-form .fixed-c-btn {
    width: 100%;
    font-size: 20px;
    letter-spacing: -0.5px;
}

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

.mo-tit {
    display: none;
}

.modal-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    z-index: 101 !important;
}

.bold {
    font-weight: 700;
}

.semibold {
    font-weight: 600;
}

.primary {
    color: #EB5C38 !important;
}

.w {
    color: #FFF !important;
}

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

.xxs-br {
    display: none;
}

@media(min-width: 1700px) {
    .sns-div {
        right: 40px;
    }
}

@media(max-width: 1500px) {
    #header {
        padding: 0 60px 0 10px;
    }
    .header-container {
        padding-left: 0;
    }
    .sns-div {
        right: 10px;
        gap: 4px;
        top: 23px;
    }
    .sns-div img {
        width: 25px;
    }
}

@media(max-width: 1300px) {
    #fixed-contact .fixed-div {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    #fixed-contact .fixed-div img {
        width: 30px;
    }
    .fixed-form input[type="text"], .fixed-form select {
        width: 140px;
    }
    .fixed-contact-inner {
        gap: 20px;
    }
    .fixed-wrap {
        gap: 16px;
    }
    .fixed-form {
        gap: 12px;
    }
    .fixed-c-btn {
        font-size: 18px;
        letter-spacing: -0.45px;
        padding: 0 32px;
    }
}

@media(max-width: 1200px) {
    .logo {
        width: 180px;
    }
    .agree-modal {
        width: 100%;
        left: 0;
        top: 0;
        min-height: 100vh;
        height: 100%;
        transform: none;
    }
    #fixed-contact .fixed-div {
        display: none;
    }
}

@media(max-width: 1100px) {
    .footer-big-container {
        flex-direction: column;
        gap: 40px;
    }
    .footer-big-container>p {
        display: block;
    }
    .footer-container {
        flex-direction: column;
        gap: 20px;
    }
    .footer-inner>p:last-child {
        display: none;
    }
}

@media(max-width: 1000px) {
    .logo, #header nav, #fixed-contact{
        display: none;
    }
    .mo-menu-open, #fixed-mo {
        display: flex;
    }
    .mo-menu-open {
        position: fixed;
    }
    .fixed-div {
        font-family: 'HS산토끼체';
    }
    #header{
        background: rgba(235, 92, 56, 0.80);
        backdrop-filter: blur(6px);
        height: 60px;
    }
    #header .sns-div {
        right: unset;
        left: 20px;
        gap: 16px;
        background: var(--1, #EB5C38);
        height: 60px;
        top: 0;
    }
    #header .sns-div img {
        width: 24px;
        background: rgba(235, 92, 56, 0.90);
    }
}

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

@media(max-width: 650px) {
    .mo-menu-top,
    #header {
        height: 55px;
    }
    .logo {
        width: 145px;
    }
    .mo-menu-open {
        right: 0px;
    }
    #header .sns-div{
        height: 55px;
    }
    .footer-wrap {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-big-div .footer-div:first-child {
        padding-left: 0;
        border-left: none;
    }
    #fixed-up, #go-contact {
        width: 38px;
        height: 38px;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.3px;
    }
    #fixed-up>svg {
        width: 25px;
        height: 25px;
    }
    .footer-big-container {
        padding: 0 16px;
    }
    .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: 150px;
    }
    .mo-br {
        display: block;
    }
}

@media(max-width:480px) {
    .mo-form .input-wrap {
        flex-direction: column;
    }
    .floating-mo-form input[type="text"], .floating-mo-form select {
        width: 100%;
    }
}

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