@font-face {
    font-family: 'ON YeossihyangyakeonhaeOTF';
    src: url('YeossihyangyakeonhaeOTF_L.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'ON YeossihyangyakeonhaeOTF';
    src: url('YeossihyangyakeonhaeOTF_R.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
  font-family: 'ON YeossihyangyakeonhaeOTF';
  src: url('YeossihyangyakeonhaeOTF_B.otf') format('opentype');
  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 {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 40px;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 45;
}
#header.gnb-blur,
#header:hover{
    background: #fff;
}
#header:hover .mo-menu-open svg path,
#header.gnb-blur .mo-menu-open svg path {
    fill: #111;
}
#header.gnb-blur nav>ul>li,
#header:hover nav>ul>li{
    color: #505050;
}
#header.gnb-blur .head-logo.black,
#header:hover .head-logo.black{
    display: block;
}
#header.gnb-blur .head-logo.white,
#header:hover .head-logo.white{
    display: none;
}
#header .head-wrap{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    height: 64px;
}
.head-logo {
    width: 115px;
    position: absolute;
    left: 0px;
    cursor: pointer;
}
.head-logo.black{
    display: none;
}

#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;
    box-sizing: border-box;
    padding: 8px 30px;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.45px;
    cursor: pointer;
}

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

.header-div {
    display: flex;
    align-items: center;
    gap: 16px;
    position: absolute;
    right: 0px !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-close {
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
    background: transparent;
    position: absolute;
    right: 17px;
    display: none;

}
.call {
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    gap: 2px;
    color: #393B85;
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    line-height: 125%; /* 22.5px */
    letter-spacing: -0.45px;
}

.call:hover {
    opacity: 0.8;
}

.mo-menu .call {
    font-size: 24px;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: -0.6px;
}

.mo-menu {
    width: 100%;
    display: none;
    background: #fff;
    backdrop-filter: blur(10px);
    position: fixed;
    left: 0;
    z-index: 101;
    top: 60px;
    height: calc(100% - 60px);
}

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

.mo-menu-top .logo {
    position: static;
}

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

.menu-close {
    display: flex;
    background: transparent;
    cursor: pointer;
}

.mo-menu nav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mo-menu nav>ul{
    width: 100%;
    padding: 40px;
}
.mo-menu nav>ul>li {
    width: 100%;
    height: 80px;
    color: #505050;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.45px;
    box-sizing: border-box;
    padding: 8px 0px;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.mo-menu nav>ul>li:hover, .mo-menu .tap {
    color: #B8000E !important;
    background: transparent !important;
}
.mo-menu .contact-container{
    width: 100%;
    text-align: center;
}
.mo-menu .contact-container .call-img{
    width: 145px;
    margin-bottom: 5px;
}
.mo-menu .contact-container .call-txt{
    color: var(--darkbrown, #5B373B);
    text-align: right;
    font-family: Pretendard;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%; /* 40px */
    letter-spacing: -0.8px;
}

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

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

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

.footer-logo {
    width: 163px;
}

.footer-wrapper {
    display: flex;
    gap: 56px;
    align-items: flex-start;
}

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

.footer-inner {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
}
.footer-inner .tit{
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.45px;
    margin-bottom: 12px;
}
.footer-div {
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    color: rgba(255, 255, 255, 0.80);
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.4px;
    word-break: keep-all;
}
.copyright{
    color: rgba(255, 255, 255, 0.80);
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.footer-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.footer-contact div {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
}

.footer-contact a,
.footer-contact p {
    color: rgba(255, 255, 255, 0.80);
    font-size: 16px;
    font-weight: 500;
    line-height: 34px; /* 141.667% */
    letter-spacing: -0.6px;
}
.footer-contact svg{
    top: 5px;
    position: relative;
}
.floating-mo{
    display: none !important;
}
.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 {
    background: #BB3F4F;
    border: 1px solid #BB3F4F;
}

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


/* 하단 고정 문의 */
#floating-container {
    max-width: 1300px;
    width: 100%;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 45;
    padding: 3px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-radius: 8px 8px 0 0;
    background: rgba(255, 255, 255, 0.90);
}

.floating-form {
    max-width: 1240px;
    width: 100%;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 32px;
}

.floating-num {
    color: #5B373B;
    text-align: right;
    font-family: "Paperlogy";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%; /* 30px */
    letter-spacing: -0.6px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.floating-num p {
    display: flex;
    align-items: center;
}

.floating-num p span {
    color: #FFF;
    text-align: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 125%; /* 25px */
    letter-spacing: -0.5px;
    border-radius: 8px;
    background: #5B373B;
    display: inline-flex;
    box-sizing: border-box;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-right: -1px;
}

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

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

.input-wrap input[type="text"] {
    border-radius: 4px;
    border: 1px solid rgba(85, 85, 85, 0.20);
    background: rgba(255, 255, 255, 0.80);
    display: flex;
    width: 180px;
    box-sizing: border-box;
    padding: 8px 10px;
    align-items: center;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
}

select {
    color: rgba(51, 51, 51, 0.50);
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400;
    letter-spacing: -0.4px;
    padding: 11.5px 10px;
}

.input-wrap input[type="text"]:focus {
    border: 1px solid #393B85;
}

.input-wrap input[type="text"]::placeholder {
    color: rgba(10, 24, 69, 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: 32px;
}

.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: #FFF;
    border: 1px solid rgba(85, 85, 85, 0.20);
}

.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: 15px !important;
    background-position: center center !important;
    background-color: #333;
    background-repeat: no-repeat;
    border: none;
}

.floating-agree-wrap .agree {
    color: #333;
    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: 42px;
    box-sizing: border-box;
    padding: 0px 40px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #5B373B;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.45px;
    border: none;
}

.f-btn:hover {
    background: #492C2F;
}

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


/* 문의폼 이동 고정 버튼 */
#go-contact {
    height: fit-content;
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 45;
    display: flex;
    box-sizing: border-box;
    padding-right: 12px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 200px;
    background: rgba(255, 255, 255, 0.90);
    overflow: hidden;
    color: #333;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 125%; /* 17.5px */
    letter-spacing: -0.35px;
    white-space: nowrap;
    cursor: pointer;
}

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


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

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

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

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

.st-tit {
    color: #4F2323;
    text-align: center;
    font-family: "Gmarket Sans";
    font-size: 64px;
    line-height: 125%; /* 80px */
    letter-spacing: -1.6px;
    position: relative;
    z-index: 5;
}

.st-sub-tit {
    color: #4F2323;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 145%; /* 43.5px */
    letter-spacing: -0.75px;
    position: relative;
    z-index: 5;
}

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

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

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

/* 370px */
.xxxs-br {
    display: none;
}
/*Common*/
.text72{
    color: #0B080C;
    text-align: center;
    font-family: "ON YeossihyangyakeonhaeOTF";
    font-size: 72px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -1.8px;
}
.text40{
    text-align: center;
    font-family: Pretendard;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 48px */
    letter-spacing: -1px;
}
.text34{
    font-family: Pretendard;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 40.8px */
    letter-spacing: -0.85px;
}
.text32{
    color: #111;
    text-align: center;
    font-family: Pretendard;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 38.4px */
    letter-spacing: -0.8px;
}
.text28{
    color: #111;
    text-align: center;
    font-family: Pretendard;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%; /* 37.8px */
    letter-spacing: -0.7px;
}
.text20{
    color: #505050;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    letter-spacing: -0.5px;
}
.brown{
    color: var(--darkbrown, #5B373B);
}
.red{
    color: #D02326;
}
.white{
    color: #fff;
}
.gold{
    color: #D0B18B;
}
.p120{
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.tit-deco{
    width: 380px;
    margin: 0 auto 20px;
    display: block;
}
.line-animation1,
.line-animation2,
.line-animation3,
.line-animation4{
    padding: 2px 7px 2px 5px;
    overflow: hidden;
    z-index: 0;
    position: relative;
}
.line-animation1::before{
    content: "";
    position: absolute;
    inset: 0;
    background: var(--Red, #D02326);
    transform: scaleX(var(--fill, 0));   /* ✅ JS에서 --fill 변경 */
    transform-origin: left center;
    z-index: -1;
    will-change: transform;
}
.line-animation2::before{
    content: "";
    position: absolute;
    inset: 0;
    background: #5B373B;
    transform: scaleX(var(--fill, 0));   /* ✅ JS에서 --fill 변경 */
    transform-origin: left center;
    z-index: -1;
    will-change: transform;
}
.line-animation3::before{
    content: "";
    position: absolute;
    inset: 0;
    background: #0B080C;
    transform: scaleX(var(--fill, 0));   /* ✅ JS에서 --fill 변경 */
    transform-origin: left center;
    z-index: -1;
    will-change: transform;
}
.line-animation4::before{
    content: "";
    position: absolute;
    inset: 0;
    background: #773E2A;
    transform: scaleX(var(--fill, 0));   /* ✅ JS에서 --fill 변경 */
    transform-origin: left center;
    z-index: -1;
    will-change: transform;
}
.pg-padding {
    box-sizing: border-box;
    padding: 40px;
}

.pg-container {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 80px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.pg-top-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.pg-top-div img {
    max-width: 380px;
    width: 90%;
}

.fadeDown, .fadeUp, .fadeLeft, .fadeRight {
    backface-visibility: hidden;
    transform: translateZ(0);
    will-change: transform, opacity;
    transition-property: opacity, transform;
    transition-timing-function: ease-out;
    transition: unset;
}
.top-line {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

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

.pg-container {
    border: 1px solid #5B373B;
    background: #FFF;
    position: relative;
}

.bottom-line {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.red-btn {
    display: flex;
    box-sizing: border-box;
    padding: 16px 32px;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    background: #D02326;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    color: #FFF;
    font-family: "ON YeossihyangyakeonhaeOTF";
    font-size: 28px;
    font-weight: 400;
    line-height: 120%; /* 33.6px */
    letter-spacing: -0.7px;
}

.red-btn:hover {
    background: #A61C1E;
}

.contain-active {
    display: flex !important;
}

.circle-sub {
    display: flex;
    box-sizing: border-box;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #773E2A;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.8px;
    border-radius: 99px;
    border: 1px solid #773E2A;
}


@media(max-width: 1280px) {
    #header {
        height: 65px;
        padding: 0 16px;
    }
    .logo {
        width: 120px;
        left: 16px;
    }
    #header nav>ul>li {
        font-size: 16px;
        letter-spacing: -0.4px;
        padding: 8px 20px;
    }
    .header-div {
        right: 16px;
    }
    .floating-form, .floating-form-wrap {
        gap: 20px;
    }
    .floating-contact {
        gap: 16px;
    }
    .floating-num {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .floating-num p span {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .input-wrap input[type="text"], select {
        width: 160px;
    }
    .f-btn {
        font-size: 16px;
        letter-spacing: -0.4px;
        padding: 0 32px;
    }
    .st-tit {
        font-size: 56px;
        letter-spacing: -1.4px;
    }
    .st-sub-tit {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    .text72{
        font-size: 65px;
    }
    .txt34{
        font-size: 30px;
    }
    .text28{
        font-size: 25px;
    }
    .text20{
        font-size: 18px;
    }
    .top-line {
        width: 150%;
    }
    .pg-padding {
        padding: 30px;
    }
    .bottom-line {
        width: 150%;
    }
    .circle-sub {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
}

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

@media(max-width: 1100px) {
    .footer-wrapper, .footer-container {
        flex-direction: column;
        gap: 24px;
    }
    .input-wrap {
        gap: 4px;
    }
    .floating-contact, .floating-form {
        gap: 12px;
    }
    .floating-contact input[type="text"], select {
        width: 140px;
    }
    select {
        padding: 10.5px 10px;
    }
}

@media(max-width: 1024px) {
    #header {
        height: 60px;
        justify-content: space-between;
    }
    .logo {
        width: 98px;
    }
    .head-logo {
        left: 50%;
        transform: translateX(-50%);
    }
    #header nav, #header .call span {
        display: none;
    }
    #header .call svg {
        width: 28px;
        height: 29px;
    }
    .mo-menu-open {
        display: flex;
    }
    .fixed-btn {
        right: 14.5px;
        bottom: 14.5px;
    }
    #floating-container {
        display: none;
    }
    footer {
        padding: 60px 0;
    }

    .p120{
        padding: 100px 0;
    }
    .text72 {
        font-size: 55px;
    }
    .text40{
        font-size: 38px;
    }
    .text32{
        font-size: 30px;
    }
    .text28 {
        font-size: 23px;
    }
    .circle-sub {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    .floating-pc{
        display: none !important;
    }
    .floating-mo{
        display: flex !important;
    }
    .floating-contact, .floating-form{
        flex-direction: column;
        background: rgba(255, 255, 255, 0.90);
        top: 3px;
        height: 135px;
        border-radius: 12px 12px 0 0;
        border-top: 1px solid #DDD;
        border-right: 1px solid #DDD;
        border-left: 1px solid #DDD;
    }
    #floating-container{
        background: none;
    }
    .floating-contact{
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .floating-agree-wrap{
        margin-left: 20px;
        position: relative;
        bottom: 2px;
    }
}

@media(max-width: 900px) {
    .st-tit {
        font-size: 48px;
        letter-spacing: -1.2px;
    }
    .st-sub-tit {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    .mi-br {
        display: block;
    }
    .top-line {
        width: 200%;
    }
    .red-btn {
        padding: 12px 20px;
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    .bottom-line {
        width: 200%;
    }
    .circle-sub {
        font-size: 20px;
        letter-spacing: -0.5px;
        padding: 8px 16px;
    }
}

@media(max-width: 768px) {
    .agree-modal {
        padding: 0 20px;
    }
    .ta-br {
        display: block;
    }
    .p120{
        padding: 80px 0;
    }
    .text72 {
        font-size: 45px;
    }
    .text40{
        font-size: 36px;
    }
    .text32{
        font-size: 28px;
    }
    .text28 {
        font-size: 20px;
    }
    .pg-padding {
        padding: 20px;
    }
}

@media(max-width: 650px) {
    .footer-logo {
        width: 130px;
    }
    .footer-div {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    .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: 120px;
    }
    .st-tit {
        font-size: 40px;
        letter-spacing: -1px;
    }
    .st-sub-tit {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .mo-br {
        display: block;
    }
    .top-line {
        width: 300%;
    }
    .text72 {
        font-size: 40px;
    }
    .text40{
        font-size: 32px;
    }
    .text32{
        font-size: 25px;
    }
    .text34{
        font-size: 30px;
    }
    .text28 {
        font-size: 18px;
    }
    .text20 {
        font-size: 17px;
    }
    .tit-deco {
        width: 225px;
    }
    .bottom-line {
        width: 300%;
    }
    .circle-sub {
        font-size: 18px;
        letter-spacing: -0.45px;
        padding: 8px 12px;
    }
    .input-wrap {
        padding: 0 20px;
    }
    .floating-contact input[type="text"], select {
        width: 30%;
    }
    .f-btn{
        width: 20%;
    }
}

@media(max-width: 480px) {
    .st-tit {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    .st-sub-tit {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .xs-br {
        display: block;
    }
    .xs-no-br {
        display: none;
    }
    .top-line {
        width: 400%;
    }
    .text34 {
        font-size: 26px;
    }
    .text28 {
        font-size: 15px;
    }

    .text72 {
        font-size: 35px;
    }
    .bottom-line {
        width: 400%;
    }
    .circle-sub {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    .copyright{
        font-size: 11px;
    }
    .floating-contact, .floating-form{
        height: 105px;
    }
    .floating-num p span {
        font-size: 15px;
        letter-spacing: -0.45px;
    }
    .floating-num {
        font-size: 20px
    }
    .floating-num p span {
        bottom: 3px;
        position: relative;
    }
    .floating-num svg{
        position: relative;
        bottom: 3px;
    }
    .floating-agree-wrap {
        margin-left: 10px;

    }
    .f-btn {
        width: 20%;
        padding: 0;
        font-size: 15px;
    }
}

@media(max-width: 400px) {
    .xxs-br {
        display: block;
    }
    .text34 {
        font-size: 24px;
    }
    .text20 {
        font-size: 15px;
    }
    .floating-num p span {
        font-size: 10px;
        letter-spacing: -0.45px;
    }
    .floating-num {
        font-size: 16px;
    }
    .floating-agree-wrap .agree{
        font-size: 12px !important;
    }
    .floating-agree-wrap .round-checkbox {
        width: 20px;
        height: 20px;
    }
    .input-wrap input[type="text"],
    .input-wrap input[type="text"]::placeholder {
        color: rgba(10, 24, 69, 0.50);
        font-size: 13px;
    }
    .f-btn{
        font-size: 13px;
     }

}

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