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

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

#header.gnb-white {
    border-bottom: 1px solid #DDD;
    background: rgba(255, 255, 255, 0.95);
}

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

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

.logo.original {
    display: none;
}

#header.gnb-white .logo.w {
    display: none;
}

#header.gnb-white .logo.original {
    display: block;
}

#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 {
    height: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: 'Paperlogy';
    font-size: 18px;
    font-weight: 500;
    line-height: normal; 
    letter-spacing: -0.45px;
    cursor: pointer;
    transition: 0.1s;
}

#header.gnb-white nav>ul>li {
    color: #505050;
}

#header nav>ul>li span {
    border-radius: 99px;
    box-sizing: border-box;
    padding: 8px 30px;
    display: block;
}

#header nav>ul>li:hover span, .tap span {
    background: rgba(255, 255, 255, 0.20);
    font-weight: 700;
}

#header.gnb-white nav>ul>li:hover span, #header.gnb-white .tap {
    color: #FF5200 !important;
    font-weight: 700;
}

#header .header-contact {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #FF5200;
    text-align: right;
    font-family: 'Paperlogy';
    font-size: 20px;
    font-weight: 600;
    line-height: 125%; /* 25px */
    letter-spacing: -0.5px;
}

#header .header-contact .contact-txt {
    display: flex;
    align-items: center;
}

#header .header-contact .contact-txt span {
    color: #FFF;
    text-align: right;
    font-family: 'Paperlogy';
    font-size: 18px;
    font-weight: 600;
    line-height: 125%; /* 22.5px */
    letter-spacing: -0.45px;
    margin-right: -1px;
    display: inline-flex;
    box-sizing: border-box;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #FF5200;
}

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

.mo-menu-open {
    cursor: pointer;
    background: transparent;
}

.mo-menu-open:hover {
    opacity: 0.8;
}

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

#header.gnb-white svg path {
    fill: #FF5200 !important;
    stroke: #FF5200 !important;
}

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

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

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

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

.mo-menu nav {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0;
    display: flex;
    justify-content: center;
}

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

.mo-menu nav>ul>li {
    width: 100%;
    color: #FFF;
    text-align: center;
    font-family: 'Paperlogy';
    font-size: 18px;
    font-weight: 500;
    line-height: normal; /* 100% */
    letter-spacing: -0.6px;
    box-sizing: border-box;
    padding: 20px 30px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.1s;
}

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

.mo-menu .mo-form-wrap {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 20px 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.mo-menu .mo-menu-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 125%; /* 40px */
    letter-spacing: -0.6px;
}

.mo-menu .mo-menu-contact p {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mo-menu .mo-menu-contact p span {
    box-sizing: border-box;
    padding: 6px 10px;
    margin-bottom: -1px;
    color: #FF5200;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 125%; /* 25px */
    letter-spacing: -0.5px;
    border-radius: 8px;
    background: #FFF;
}

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

.mo-menu .mo-menu-form .input-wrap {
    width: 100%;
    flex-direction: column;
}

.mo-menu .mo-menu-form .input-wrap input[type="text"] {
    width: 100%;
}

.mo-menu .agree-wrap {
    box-sizing: border-box;
    padding: 10px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.mo-menu .agree-wrap .round-checkbox {
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 50px;
    appearance: none;
    position: relative;
    cursor: pointer;
    background: #FFF;
    border: none;
}

.mo-menu .agree-wrap .round-checkbox:checked::before {
    font-size: 100%;
    color: #fff;
    position: relative;
}

.mo-menu .agree-wrap .round-checkbox:checked {
    background-image: url("../img/check.png");
    background-size: 15px !important;
    background-position: center center !important;
    background-color: #FFF;
    background-repeat: no-repeat;
    border: none;
}

.mo-menu .agree {
    color: #FFF;
    font-family: 'Paperlogy';
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.24px;
}

.mo-menu .m-btn {
    border-radius: 8px;
    background: #111;
    display: flex;
    width: 150px;
    height: 42px;
    box-sizing: border-box;
    padding: 0 40px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: 'Paperlogy';
    font-size: 18px;
    font-weight: 600;
    line-height: 130%; /* 23.4px */
    letter-spacing: -0.45px;
    transition: 0.1s;
    border: none;
}

.mo-menu .m-btn:hover {
    background: #673818;
}


/* footer */
footer {
    width: 100%;
    background: #111;
    display: flex !important;
    padding: 50px 0 100px;
    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: 175px;
}

.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: #DDD;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; 
    letter-spacing: -0.4px;
    word-break: keep-all;
}

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

.footer-contact div {
    color: #DDD;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.45px;
}

.footer-contact p {
    color: #FF5200;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
}

.footer-big-container>p {
    color: rgb(221, 221, 221, 0.70);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
    word-break: keep-all;
}

.up-btn {
    position: absolute;
    top: -27px;
    left: 50%;
    transform: translateX(-50%);
    width: 54px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FF5200;
    border: 1px solid #FF5200;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    z-index: 5;
    transition: 0.1s;
}

.up-btn:hover {
    background: #ed4c01;
    border: 1px solid #ed4c01;
}


/* 하단 고정 문의(pc) */
#floating-container {
    width: 100%;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 45;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background: #FF5200;
}

.floating-form {
    max-width: 1300px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 12px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 85px;
}

.floating-logo {
    width: 148px;
}

.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"], .floating-mo-wrap input[type="text"] {
    border-radius: 8px;
    border: 1px solid #FFF;
    background: #FFF;
    display: flex;
    width: 200px;
    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;
}

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

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

.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: #FFF;
    background-repeat: no-repeat;
    border: none;
}

.floating-agree-wrap .agree {
    color: #FFF;
    font-family: 'Paperlogy';
    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: #111;
    font-family: 'Paperlogy';
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.45px;
    border: none;
    transition: 0.1s;
}

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

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


/* 모바일 고정 폼 */
#floating-mo-container {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px 12px 0 0;
    background: #FF5200;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 45;
}

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

.floating-mo-form .floating-mo-div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.floating-mo-form .floating-mo-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
}

.floating-mo-form .floating-mo-wrap input[type="text"], .floating-mo-form .floating-mo-wrap .f-btn {
    width: calc(25% - 3px);
}


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

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

.o {
    color: #F0832C !important;
}

.w {
    color: #FFF !important;
}

.sub {
    color: #505050 !important;
}

.y {
    color: #FFDC6A !important;
}

/* 제목 + 부제목 + 서브 텍스트 wrap */
.tit-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    z-index: 5;
}

/* 제목 + 부제목 div */
.tit-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    z-index: 5;
}

.st-tit {
    color: #FFF;
    text-align: center;
    font-family: 'Paperlogy';
    font-size: 60px;
    font-weight: 700;
    line-height: 120%; /* 72px */
    letter-spacing: -1.5px;
    position: relative;
    z-index: 5;
}

.st-sub-tit {
    color: #FFF;
    text-align: center;
    font-family: 'Paperlogy';
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 48px */
    letter-spacing: -1px;
    position: relative;
    z-index: 5;
}

.tit-div.black .st-tit, .tit-div.black .st-sub-tit {
    color: #111;
}

.orange-point {
    background: linear-gradient(114deg, #FF5200 9.87%, #FFEA00 106.75%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.yellow-point {
    background: linear-gradient(180deg, #FFD31F 15.14%, #FFFBE5 109.32%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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

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

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

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

/* absolute */
.absol {
    position: absolute;
}

/* relative */
.relative {
    position: relative;
}

.clip-path {
  will-change: clip-path;
  transition-property: clip-path;
  transition-timing-function: ease-out;
}

@media(min-width: 901px) {
    #floating-mo-container {
        display: none !important;
    }
}

@media(max-width: 1350px) {
    .floating-form, .floating-form-wrap {
        gap: 60px;
    }
}

@media(max-width: 1280px) {
    #header {
        padding: 0 20px;
    }
    #header nav>ul>li {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    #header .header-contact {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    #header .header-contact .contact-txt span {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    .floating-logo {
        width: 130px;
    }
    .floating-form, .floating-form-wrap {
        gap: 40px;
    }
    .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: 180px;
    }
    .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: 32px;
        letter-spacing: -0.8px;
    }
    .big-br {
        display: block;
    }
}

@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 {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-container {
        flex-direction: column;
        gap: 40px;
    }
    .input-wrap {
        gap: 4px;
    }
    .floating-form, .floating-form-wrap {
        gap: 20px;
    }
    .floating-contact input[type="text"], select {
        width: 160px;
    }
}

@media(max-width: 1024px) {
    #header nav, #header .header-contact {
        display: none;
    }
    .header-div {
        display: flex;
    }
    .floating-logo {
        width: 120px;
    }
    .floating-form, .floating-form-wrap {
        gap: 16px;
    }
    .floating-contact {
        gap: 8px;
    }
    .floating-contact input[type="text"], select {
        width: 140px;
    }
    .fixed-btn {
        right: 14.5px;
        bottom: 14.5px;
    }
}

@media(max-width: 900px) {
    footer {
        padding: 40px 0 140px;
    }
    #floating-container {
        display: none !important;
    }
    .st-tit {
        font-size: 48px;
        letter-spacing: -1.2px;
    }
    .st-sub-tit {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    .mi-br {
        display: block;
    }
}

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

@media(max-width: 650px) {
    .footer-logo {
        width: 150px;
    }
    .floating-agree-wrap .round-checkbox {
        width: 20px;
        height: 20px;
    }
    .floating-agree-wrap .agree {
        font-size: 12px !important;
        letter-spacing: -0.25px !important;
    }
    .f-btn {
        padding: 0 5px;
    }
    .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: 24px;
        letter-spacing: -0.6px;
    }
    .mo-br {
        display: block;
    }
}

@media(max-width: 480px) {
    .st-sub-tit {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .xs-br {
        display: block;
    }
    .xs-no-br {
        display: none;
    }
}

@media(max-width: 400px) {
    #floating-mo-container {
        padding: 12px 10px;
    }
    .floating-mo-wrap input[type="text"], .f-btn, .floating-mo-wrap input[type="text"]::placeholder {
        font-size: 14px;
        letter-spacing: -0.35px;
        border-radius: 4px;
    }
    .floating-mo-wrap input[type="text"] {
        padding: 8px 6px;
    }
    .xxs-br {
        display: block;
    }
}

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