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

/* 산돌국대떡볶이체 */
@font-face {
  font-family: 'Sandoll Kukdetopokki';
  src: url('./SDKukdetopokki.otf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Sandoll Kukdetopokki';
  src: url('./SDKukdetopokki-bold.otf') format('truetype');
  font-weight: 700;
  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%;
    display: flex;
    height: 70px;
    box-sizing: border-box;
    padding: 0px 40px;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.50) 40%, rgba(17, 17, 17, 0.00) 100%);
    backdrop-filter: blur(8px);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 45;
}

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

.header-logo {
    border-right: 1px solid rgba(255, 255, 255, 0.20);
    box-sizing: border-box;
    padding-right: 40px;
    position: absolute;
    left: 0;
}

#header.gnb-white .header-logo {
    border-right: 1px solid rgba(22, 39, 137, 0.15);
}

#header.gnb-white {
    background: #FFF;
}

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

.gnb-logo {
    display: none;
}

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

#header.gnb-white .gnb-logo {
    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 {
    display: flex;
    height: 100%;
    box-sizing: border-box;
    padding: 0 30px;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
    font-family: 'Paperlogy';
    font-size: 18px;
    font-weight: 500;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.45px;
    cursor: pointer;
    transition: 0.2s;
}

#header.gnb-white nav>ul>li {
    color: rgba(17, 17, 17, 0.75);
}

#header nav>ul>li:hover, .tap {
    color: #FFF !important;
    font-weight: 600;
}

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

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

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

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

.call {
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #162789;
    text-align: right;
    font-family: 'Paperlogy';
    font-size: 20px;
    font-weight: 700;
    line-height: 125%; /* 25px */
}

.call span {
    display: inline-flex;
    box-sizing: border-box;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #162789;
    color: #FFF;
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    line-height: 125%; /* 20px */
    letter-spacing: -0.4px;
}

.call:hover {
    opacity: 0.8;
}

.mo-menu {
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(6px);
    position: fixed;
    left: 0;
    z-index: 101;
}

.mo-menu-top {
    background: #FFF;
    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>li {
    width: 100%;
    height: 80px;
    color: rgba(17, 17, 17, 0.75);
    text-align: center;
    font-family: "Paperlogy";
    font-size: 18px;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.45px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
}

.mo-menu nav>ul>li:hover, .mo-menu .tap {
    color: #162789 !important;
    font-weight: 600;
}


/* footer */
footer {
    width: 100%;
    background: #FFF;
    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: 71px;
}

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

.footer-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    color: #555;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
}

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

.footer-sns {
    max-width: 238px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

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

.footer-inner .footer-wrap {
    flex-direction: row;
    gap: 12px;
    align-items: center;
}

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

.footer-wrap .footer-div:first-child {
    height: 14px;
    padding-right: 12px;
    border-right: 1px solid #555;
    align-items: center;
}

.insta {
    width: 102.5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    color: #505050;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
}

.insta img {
    width: 25px;
}

.footer-big-container>.footer-div {
    color: rgba(85, 85, 85, 0.70);
}

.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: #162789;
    border: 1px solid #162789;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.10);
    z-index: 5;
}

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


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

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

.floating-num {
    color: #FFF;
    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: #162789;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%; /* 25px */
    letter-spacing: -0.5px;
    border-radius: 8px;
    background: #FFF;
    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 #FFF;
    background: #FFF;
    display: flex;
    width: 170px;
    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 {
    color: rgba(51, 51, 51, 0.50);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
}

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

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

.floating-agree-wrap .agree {
    color: rgba(255, 255, 255, 0.70);
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: normal;
    letter-spacing: -0.28px !important;
    cursor: pointer;
}

.floating-agree-wrap .agree-open {
    color: #FFF;
    font-weight: 600;
}

.f-btn {
    display: flex;
    height: 42px;
    box-sizing: border-box;
    padding: 0px 40px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: radial-gradient(39.78% 50% at 49.67% 0%, #525252 0%, #000 100%);
    color: #FFF;
    font-family: 'Paperlogy';
    font-size: 20px;
    font-weight: 700;
    line-height: 130%; /* 26px */
    letter-spacing: -0.5px;
    text-transform: uppercase;
    position: relative;
    border: none;
    z-index: 2;
}

.f-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.1) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    z-index: 1;
    border-radius: 50px;
    transition: 0.1s;
    opacity: 0;
}

.f-btn:hover {
    background: radial-gradient(39.78% 50% at 49.67% 0%, #525252 0%, #262626 100%);
}

.f-btn:hover::before {
    opacity: 1;
}

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


/* 문의폼 이동 고정 버튼 */
#go-contact {
    height: fit-content;
    position: fixed;
    bottom: 80px;
    right: 0;
    z-index: 45;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    box-sizing: border-box;
    padding: 8px 12px;
    border-radius: 12px 0 0 12px;
    border: 1px solid #FFF;
    background: linear-gradient(270deg, #FFDC80 0%, #FFECB9 95.45%);
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.12);
    overflow: hidden;
    color: #111;
    font-size: 13px;
    font-weight: 500;
    line-height: 125%; /* 16.25px */
    letter-spacing: -0.325px;
    white-space: nowrap;
    cursor: pointer;
}

#go-contact span {
    color: #111;
    text-align: center;
    font-family: 'Paperlogy';
    font-size: 18px;
    font-weight: 600;
    line-height: 130%; /* 23.4px */
    letter-spacing: -0.45px;
    display: flex;
    align-items: center;
}

#go-contact:hover {
    background: linear-gradient(270deg, #FFC329 0%, #FFE191 95.45%);
}


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

.o {
    color: #F0832C !important;
}

.w {
    color: #FFF !important;
}

.sub {
    color: #505050 !important;
}

.y {
    color: #FBE734 !important;
}

.r {
    color: #BF2124 !important;
}

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

.st-tit {
    color: #FFF;
    text-align: center;
    font-family: "Sandoll Kukdetopokki";
    font-size: 96px;
    font-weight: 700;
    line-height: 120%; /* 115.2px */
    letter-spacing: -1.92px;
    position: relative;
    z-index: 5;
}

.st-sub-tit {
    color: #FFF;
    text-align: center;
    font-family: 'Paperlogy';
    font-size: 40px;
    font-weight: 500;
    line-height: 130%; /* 52px */
    letter-spacing: -1px;
    position: relative;
    z-index: 5;
    word-break: keep-all;
}

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

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

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

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

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

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

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

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

.deco-angle {
    position: absolute;
}

.deco-angle.tl {
    left: -0.5px;
    top: -0.5px;
}

.deco-angle.tr {
    right: -0.5px;
    top: -0.5px;
    transform: rotate(90deg);
}

.deco-angle.bl {
    left: -0.5px;
    bottom: -0.5px;
    transform: rotate(-90deg);
}

.deco-angle.br {
    right: -0.5px;
    bottom: -0.5px;
    transform: rotate(180deg);
}

.st-padding {
    box-sizing: border-box;
    padding: 60px;
}

.inner-padding {
    padding: 100px 0;
}

.scrolltrigger, .fadeDown, .fadeDown2, .fadeDown3, .st2-txt, .fadeUp, .fadeUp2, .fadeUp3, .fadeUp4, .fadeLeft, .fadeLeft2, .fadeRight, .fadeRight2, .fadeRight3 {
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform, opacity;
  transition-property: opacity, transform;
  transition-timing-function: ease-out;
  display: inline-block;
  transition: unset;
}

.line-animation {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  color: #FFF;
  text-align: center;
}

.line-animation::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #FF4929;
  transform: scaleX(var(--fill, 0));
  transform-origin: left center;
  will-change: transform;
}

.line-animation span {
  position: relative;
  z-index: 2;
}

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

@media(max-width: 1280px) {
    .st-tit  {
        font-size: 80px;
    }
    .st-sub-tit {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
}

@media(max-width: 1280px) {
    #header {
        height: 65px;
        padding: 0 16px;
    }
    .header-logo {
        padding-right: 20px;
    }
    .logo {
        width: 110px;
    }
    #header nav>ul>li {
        font-size: 16px;
        letter-spacing: -0.4px;
        padding: 0px 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: 150px;
    }
    .f-btn {
        font-size: 16px;
        letter-spacing: -0.4px;
        padding: 0 32px;
    }
    .st-tit {
        font-size: 56px !important;
        letter-spacing: -1.4px !important;
    }
    .st-sub-tit {
        font-size: 24px !important;
        letter-spacing: -0.6px !important;
    }
    .st-padding {
        padding: 40px;
    }
}

@media(max-width: 1350px) {
    .st-tit.st-tit  {
        font-size: 72px;
    }
    .st-sub-tit {
        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-container {
        flex-direction: column;
        gap: 40px;
    }
    .footer-big-container {
        flex-direction: column;
        gap: ;
    }
    .footer-wrapper {
        gap: 32px;
    }
    .input-wrap {
        gap: 4px;
    }
    .floating-contact, .floating-form {
        gap: 12px;
    }
    .floating-num p {
        display: none;
    }
}

@media(max-width: 1024px) {
    #header {
        height: 50px;
        background: #fff;
        justify-content: space-between;
    }
    #header nav {
        display: none;
    }
    .logo {
        width: 96px;
    }
    .w-logo {
        display: none !important;
    }
    .gnb-logo {
        display: block !important;
    }
    .header-div {
        display: flex;
    }
    #floating-container {
        display: none !important;
    }
    .fixed-btn {
        right: 14.5px;
        bottom: 14.5px;
    }
    #floating-container {
        display: none;
    }
    footer {
        padding: 60px 0;
    }
    .big-br {
        display: block;
    }
}

@media(max-width: 900px) {
    .st-tit {
        font-size: 48px !important;
        letter-spacing: -1.2px !important;
    }
    .st-sub-tit {
        font-size: 20px !important;
        letter-spacing: -0.5px !important;
    }
    .mi-br {
        display: block;
    }
    .st-padding {
        padding: 20px;
    }
    .inner-padding {
        padding: 80px 0;
    }
    .deco-angle {
        width: 40px;
    }
}

@media(max-width: 768px) {
    .agree-modal {
        padding: 0 20px;
    }
    .ta-br {
        display: block;
    }
    .inner-padding {
        padding: 70px 0;
    }
    .st-top {
        gap: 10px;
    }
}

@media(max-width: 650px) {
    .footer-wrapper {
        gap: 12px;
    }
    .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 !important;
        letter-spacing: -1px !important;
    }
    .st-sub-tit {
        font-size: 18px !important;
        letter-spacing: -0.45px !important;
    }
    .mo-br {
        display: block;
    }
    .st-padding {
        padding: 10px;
    }
    #go-contact {
        padding: 7.642px 11.463px;
        border-radius: 11.463px 0 0 11.463px;
        border: 0.955px solid #FFF;
        box-shadow: 0 7.642px 22.925px 0 rgba(0, 0, 0, 0.12);
        bottom: 12px;
    }
    .deco-angle {
        width: 20px;
    }
    .mo-no-br {
        display: none;
    }
    .footer-sns {
        flex-direction: column;
    }
}

@media(max-width: 480px) {
    .st-tit {
        font-size: 32px !important;
        letter-spacing: -0.8px !important;
    }
    .st-sub-tit {
        font-size: 16px !important;
        letter-spacing: -0.4px !important;
    }
    .xs-br {
        display: block;
    }
    .xs-no-br {
        display: none;
    }
}

@media(max-width: 400px) {
    .st-tit {
        font-size: 28px !important;
        letter-spacing: -0.7px !important;
    }
    .xxs-br {
        display: block;
    }
}

@media(max-width: 370px) {
    .xxxs-br {
        display: block;
    }
    .footer-div, .insta {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    .info {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
}
