/* secgtion11 */
#section11 {
    background: url(../img/section11/st11-bg.png);
    background-size: cover !important;
    background-position: center center !important;
    box-sizing: border-box;
    padding: 100px 40px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: center;
    overflow: hidden;
}

#section11 .section-top-tit2>p {
    color: #111;
}

#section11 .section-top-tit2>p>span {
    color: rgba(228, 24, 23, 0.95);
}

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

.st11-left {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.st11-left-wrap {
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.90);
    background: linear-gradient(109deg, rgba(87, 87, 87, 0.95) 23.62%, #333 97.97%);
    display: inline-flex;
    box-sizing: border-box;
    padding: 30px 20px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: -142px;
}

.st11-right-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.shadow-img {
    width: 100%;
    margin-top: -12px;
}

.st11-right-wrap {
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.90);
    background: linear-gradient(109deg, rgba(228, 24, 23, 0.95) 23.62%, #7E0D0D 97.97%);
    box-sizing: border-box;
    padding: 30px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    margin-top: -320px;
}

.st11-div {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.st11-div-txt1 {
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 28px; /* 87.5% */
    letter-spacing: -0.8px;
}

.st11-div-txt2 {
    color: #FFF;
    text-align: center;
    font-size: 56px;
    font-weight: 800;
    line-height: 72px; /* 128.571% */
    letter-spacing: -1.4px;
}

.st11-left>img, .st11-right>img {
    width: 100%;
}

.round-txt {
    text-align: center;
    font-family: Pretendard;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 72px; /* 180% */
    letter-spacing: -1px;
    border-radius: 100px;
    display: flex;
    box-sizing: border-box;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
}

.st11-left-wrap>.round-txt {
    color: #FBB;
    background: rgba(0, 0, 0, 0.50);
}

.st11-right {
    width: 62%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: -20px;
}

.st11-right>img {
    border-radius: 20px;
}

.st11-right-wrap>.round-txt {
    color: #FFF;
    background: rgba(0, 0, 0, 0.50);
}

.sm-txt {
    color: rgba(255, 255, 255, 0.80);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
}

.sm-txt2 {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
    word-break: keep-all;
}

.st11-bubble {
    width: 310px;
    position: absolute;
    right: -70px;
    top: 27%;
}


/* section12 */
#section12 {
    background: url(../img/section12/st12-bg.png);
    background-size: cover!important;
    background-position: center center!important;
    box-sizing: border-box;
    padding: 100px 0 165px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.st12-bg-logo {
    position: absolute;
    right: 30px;
    top: -0.112px;
}

.st12-bg-logo2 {
    position: absolute;
    left: 30px;
    top: 405.888px;
}

.st12-container {
    box-sizing: border-box;
    padding: 0 40px;
    max-width: 1280px;
    width: 100%;
    display: flex;
    margin-top: 30px;
    position: relative;
    z-index: 5;
}

.st12-wrap {
    width: 50%;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
}

.st12-img-div {
    width: 100%;
    position: relative;
}

.st12-img{
    width: 100%;
}

.st12-img-div>p {
    color: #222;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-text-stroke-width: 2.5px;
    -webkit-text-stroke-color: #DDD;
    font-size: 56px;
    font-weight: 900;
    line-height: 72px; /* 128.571% */
    z-index: 5;
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.st12-div {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #1A2826;
}

.st12-div>p:first-child {
    color: #FFF;
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    line-height: 150%; /* 72px */
    letter-spacing: -1.2px;
}

.st12-div>p:last-child {
    color: #FFF;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 150%; /* 45px */
    letter-spacing: -0.75px;
    display: flex;
    box-sizing: border-box;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.60);
}

.st12-logo {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    z-index: 5;
    margin: 0;
}

.bg-r {
    background: #E41817;
}

.bg-r>p:last-child {
    background: #BE0504;
}

.st12-txt-div {
    width: fit-content;
    position: absolute;
    top: 47%;
    left: 47%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 20px;
}

.before {
    color: rgba(255, 255, 255, 0.50);
    text-align: center;
    font-size: 96px;
    font-weight: 800;
    line-height: normal;
    white-space: nowrap;
    margin-right: 14px;
}

.after {
    color: #FFF;
    text-align: center;
    font-size: 96px;
    font-weight: 800;
    line-height: normal;
    white-space: nowrap;
    animation: blink 1.5s infinite;
}

.text-arrow {
    display: flex;
    align-items: center;
}

.text-arrow>svg:nth-child(2), .text-arrow>svg:last-child {
    margin-left: -8px;
}

@keyframes blink {
    0% { 
        opacity: 1;
    }
    50% { 
        opacity: 0;
    }
    100% { 
        opacity: 1; 
    }
}

.st12-marquee-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #FFF;
    padding: 300px 0 26px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 14px;
}

.st12-marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #FFF;
}
  
.st12-marquee>.marquee-content {
    display: inline-flex;
    gap: 32px;
    animation: marquee 5s linear infinite;
}

.st12-marquee>.marquee-content>p {
    color: #136B36;
    text-align: center;
    font-size: 62px;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -1.55px;
}

.st12-marquee-container>p {
    color: #136B36;
    text-align: center;
    font-size: 18px;
    line-height: normal;
    letter-spacing: -0.45px;
}


/* section13 */
#section13 {
    background: url(../img/section12/st12-bg.png);
    background-size: cover!important;
    background-position: center center!important;
    box-sizing: border-box;
    padding: 100px 0 0;
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.st13-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.st13-top-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.st13-top-wrapper>p {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    line-height: 34px; /* 212.5% */
    letter-spacing: -0.4px;
    z-index: 5;
}

.st13-wrap {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.st13-box {
    border-radius: 20px 20px 0 0;
    border: 2px solid rgba(209, 255, 236, 0.90);
    border-bottom: none;
    background: #222;
    display: flex;
    width: 240px;
    box-sizing: border-box;
    padding: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.st13-box>p {
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    line-height: 38px; /* 135.714% */
    letter-spacing: -0.7px;
}

.st13-swiper-container {
    width: 100%;
    background: #222;
    display: flex;
    padding: 120px 0 100px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: -80px;
}

.sale-swiper-container {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.sale-swiper-container img {
    width: 100%;
    border-radius: 12px;
}

.sale-nav-wrap {
    position: absolute;
    width: 100%;
    top: 43%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sale-swiper-container .swiper-bg {
    background: linear-gradient(90deg, #080808 15%, rgba(8, 8, 8, 0.50) 30%, rgba(8, 8, 8, 0.00) 100%);
}
  
.sale-swiper-container .swiper-bg2 {
    background: linear-gradient(90deg, rgba(8, 8, 8, 0.00) 0%, rgba(8, 8, 8, 0.50) 30%, #080808 85%);
}


/* section14 */ 
#section14 {
    background: #222;
    display: flex;
    box-sizing: border-box;
    padding: 100px 40px;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}

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

.st-top-div>div {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    line-height: 34px; /* 141.667% */
    letter-spacing: -0.6px;
}

.st-top-div>div>span {
    font-weight: 600;
}

.st14-container {
    max-width: 1370px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 80px;
}

.table-container {
    width: 52%;
    border-radius: 20px;
    background: #FFF;
    display: flex;
    box-sizing: border-box;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.table-div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.table-div>p:first-child {
    color: #111;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px; /* 118.75% */
    letter-spacing: -0.8px;
}

.table-div>p:last-child {
    color: #767676;
    font-size: 20px;
    line-height: 38px;
    letter-spacing: -0.5px;
}

table {
    width: 100%;
}

table th, table td {
    font-size: 18px;
    line-height: normal;
    letter-spacing: -0.45px;
    height: 50px;
    box-sizing: border-box;
    padding: 0px 20px;
    text-align: center;
}

thead {
    border-bottom: 2px solid #222;
}

table th {
    text-align: center;
    width: 30%;
}

table th:first-child {
    width: 40%;
}

table tbody tr {
    border-bottom: 1px solid #E2E2E2;
}

table td:first-child {
    font-weight: 600;
}

table td:nth-child(2) {
    text-align: right;
}

table tbody tr:nth-last-child(2) {
    background: #1BD687;
    border: none;
}

table tbody tr:last-child {
    background: #174A45;
}

table tbody tr:last-child td {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 140% */
    letter-spacing: -0.5px;
}

.table-container>p {
    width: 100%;
    color: #666;
    font-size: 14px;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.35px;
}

.graph-container {
    width: 48%;
    position: relative;
}

.graph {
    width: 100%;
}

.graph-point {
    width: 67%;
    position: absolute;
    left: -1%;
    top: -4%;
    animation: scale 2s infinite;
}



/* section-bottom */
#section-bottom {
    background: url(../img/section12/st12-bg.png);
    background-position: center center !important;
    background-size: cover !important;
    margin-top: -2px;
}

/* section15 */
#section15 {
    display: flex;
    box-sizing: border-box;
    padding: 100px 40px;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    position: relative;
}

.st15-container {
    display: flex;
    max-width: 1280px;
    box-sizing: border-box;
    padding: 40px;
    justify-content: center;
    border-radius: 20px;
    background: #222;
    z-index: 5;
}

.st15-left {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 56px;
    align-items: center;
    box-sizing: border-box;
    padding-right: 40px;
}

.st15-div {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
}

.st15-div>svg {
    animation: blink 2s infinite;
}

.st15-div>p {
    color: #FFF;
    text-align: center;
    font-size: 48px;
    font-weight: 800;
    line-height: 130%; /* 62.4px */
    letter-spacing: -1.2px;
}

.st15-bubble {
    display: flex;
    position: relative;
}

.st15-bubble>p {
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.90);
    background: linear-gradient(109deg, rgba(228, 24, 23, 0.95) 23.62%, #7E0D0D 97.97%);
    width: 300px;
    padding: 40px 0;
    color: #FFF;
    font-size: 38px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.95px;
    text-align: center;
}

.y {
    color: #FFE88C;
}

.st15-bubble>p>span {
    font-weight: 700;
}

.st15-bubble>svg {
    position: absolute;
    right: -82px;
    top: 10%;
    z-index: 3;
}

.st15-left>p {
    color: #FFF;
    text-align: center;
    font-size: 32px;
    line-height: 130%; /* 41.6px */
    letter-spacing: -0.8px;
}

.st15-left>p>span {
    font-weight: 800;
}

.st15-right {
    width: 70%;
    position: relative;
}

.st15-table {
    width: 100%;
    object-fit: cover;
}

.contact-box-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contact-box {
    width: 540px;
    border-radius: 20px;
    border: 4px solid #E41817;
    background: #FFF;
    box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    box-sizing: border-box;
    padding: 50px 40px;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
 
}

.contact-box-div {
    display: flex;
    flex-direction: column;
    gap: 9px;
    align-items: center;
}

.contact-box-div>p:first-child {
    color: #111;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px; /* 141.667% */
    letter-spacing: -0.6px;
}

.contact-box-div>b {
    color:  #E41817;
    text-align: center;
    font-size: 56px;
    line-height: 56px; /* 100% */
    letter-spacing: -1.4px;
}

.contact-box-div>p:last-child {
    color: #505050;
    text-align: center;
    font-size: 20px;
    line-height: 24px; /* 120% */
    letter-spacing: -0.5px;
    margin-top: 11px;
}


/* section16 */
#section16 {
    display: flex;
    box-sizing: border-box;
    padding: 100px 40px;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    position: relative;
    margin-top: -2px;
}

.process-container {
    display: flex;
    max-width: 1280px;
    width: 100%;
    box-sizing: border-box;
    padding: 40px;
    justify-content: center;
    border-radius: 20px;
    background: #FFF;
    flex-wrap: wrap;
    position: relative;
    margin: 0 auto;
    gap: 50px;
}

.line {
    position: absolute;
    top: 20%;
    left: 23%;
    width: 72%;
    height: 48%;
    border: 2px dashed #257657;
    border-left: none;
    margin: 20px 0;
    z-index: 1;
}

.step-circle-wrap {
    width: 220px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    z-index: 10;
}

.step-circle-wrap:first-child {
    order: 1;
}

.step-circle-wrap:nth-child(3) {
    order: 3;
}

.step-circle-wrap:nth-child(4) {
    order: 4;
}

.step-circle-wrap:nth-child(5) {
    order: 5;
}

.step-circle-wrap:nth-child(6) {
    order: 9;
}

.step-circle-wrap:nth-child(7) {
    order: 8;
}

.step-circle-wrap:nth-child(8) {
    order: 7;
}

.step-circle-wrap:last-child {
    order: 6;
}

.step-circle-wrap>b {
    color: #257657;
    text-align: center;
    font-size: 30px;
    line-height: 42px; /* 140% */
    letter-spacing: -0.75px;
}

.step-circle-svg {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 200px;
    background: linear-gradient(180deg, #333 0%, #111 100%);
    aspect-ratio: 1 / 1;
}

.circle-div {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    box-sizing: border-box;
    padding: 0px 6px;
}

.circle-div>p:first-child {
    color: #222;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px; /* 120% */
    letter-spacing: -0.75px;
}

.circle-div>p:last-child {
    color: #505050;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.45px;
    white-space: nowrap;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}


/* contact */
#contact {
    padding: 100px 40px 300px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-container {
    max-width: 1280px;
    width: 100%;
    z-index: 10;
    display: flex;
}

.contact-left {
    width: 40%;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-logo {
    width: 85%;
}

.contact-left>b {
    color: #FFF;
    font-family: 'Shilla_Culture(B)';
    font-size: 100px;
    line-height: 140%; /* 140px */
    letter-spacing: -2.5px;
}

.contact-form-num {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;
    padding: 12px 20px;
    border-radius: 20px;
    background: linear-gradient(289deg, #7E0D0D 2.03%, rgba(228, 24, 23, 0.95) 97.97%), rgba(228, 24, 23, 0.95);
    color: #FFF;
    font-size: 48px;
    font-weight: 700;
    line-height: 52px; /* 108.333% */
    letter-spacing: -1.2px;
}

.contact-form-num:hover {
    color: #FFF;
}

.contact-bg {
    width: 100%;
    height: 500px;
    background: url(../img/contact/contact-bg.png);
    background-position: center center !important;
    background-size: cover !important;
    background-attachment: fixed;
    position: absolute;
    bottom: 0;
    left: 0;
}

.contact-right {
    width: 60%;
    display: flex;
    flex-direction: column;
    display: flex;
    box-sizing: border-box;
    padding: 40px;
    flex-direction: column;
    gap: 40px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 10px 40px 48px 0px rgba(0, 0, 0, 0.20);
}

.contact-right-div {
    display: none;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.contact-right-div>div {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.contact-right-div>div>p {
    font-family: 'Shilla_Culture(B)';
    font-size: 40px;
    line-height: 140%; /* 130% */
    letter-spacing: -1px;
}

.contact-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    gap: 32px;
}
  
.contact-wrap {
    display: flex;
    gap: 30px;
}
  
.flex-input {
    width: 100%;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
}
  
.item {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
  
input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    height: 46px;
    padding: 10px 0px 10px 16px;
    color: #111;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 26px */
    letter-spacing: -0.5px;
    border-radius: 6px;
    border: 1px solid #DDD;
    background: #FFF;
}

textarea {
    width: 100%;
    display: flex;
    height: 140px;
    box-sizing: border-box;
    padding: 10px 0px 10px 16px;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #DDD;
    background: #FFF;
    resize: none;
    color: #111;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 26px */
    letter-spacing: -0.5px;
    border-radius: 6px;
    border: 1px solid #DDD;
    background: #FFF;
}
  
input[type="text"]::placeholder {
    color: rgba(34, 34, 34, 0.50);
    font-size: 16px;
    font-weight: 300;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
}
  
label {
    color: #505050;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 130% !important; /* 23.4px */
    letter-spacing: -0.45px !important;
}

.w-100 {
    width: 100%;
}
  
.w-fit {
    width: fit-content;
}

.s-btn-wrap, .b-btn-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}
  
.tab {
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 6px;
    border: 1px solid #DDD;
    background: #FFF;
    color: #999;
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
    cursor: pointer;
    transition: 0.2s !important;
}
  
.have, .this {
    background: #1BD687;
    color: #000;
    font-weight: 500;
    border: 1px solid #1BD687;
}
  
.flex-item {
    display: flex;
    gap: 16px;
    align-items: center;
}
  
#age {
    width: 80px !important;
}
  
#sort-item {
    opacity: 0.3;
}
  
.form-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
  
.agree-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
}
  
.round-checkbox {
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 50px;
    appearance: none;
    position: relative;
    cursor: pointer;
    background: #FFF;
    border: 2px solid #999;
}
  
.round-checkbox:checked::before {
    font-size: 100%;
    color: #fff;
    position: relative;
}
  
.round-checkbox:checked {
    background-image: url("../img/check.png");
    background-size: 15px !important;
    background-position: center center !important;
    background-color: #222;
    background-repeat: no-repeat;
    border: none;
}
  
.agree {
    color: #222;
    font-size: 18px !important;
    font-weight: 500;
    line-height: 26px !important; /* 144.444% */
    letter-spacing: -0.45px !important;
    cursor: pointer;
}
  
.agree-open {
    color: #136B36;
    font-weight: 700 !important;
}
  
.c-btn {
    border-radius: 8px;
    background: #333;
    display: flex;
    box-sizing: border-box;
    padding: 16px 60px;
    justify-content: center;
    align-items: center;
    gap: 30px;
    color: #FFF;
    font-size: 20px;
    line-height: 28px; /* 140% */
    font-weight: 600;
    letter-spacing: -0.5px;
    border: none;
}
  
.c-btn:hover {
    background: #111;
}

.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;
}
  
.agree-modal>.content {
    margin-top: 20px;
    height: 87%;
    overflow: scroll;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.4px;
    color: #505050;
}
  
.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;
}

@media(max-width: 1250px) {
    .st11-left {
        width: 45%;
    }
    .st11-right {
        width: 55%;
    }
    .st11-right-wrap {
        margin-top: -270px;
    }
    .st11-div-txt1 {
        font-size: 24px;
        line-height: 20px; /* 141.667% */
        letter-spacing: -0.6px;
    }
    .st11-div-txt2 {
        font-size: 40px;
        line-height: 52px; /* 130% */
        letter-spacing: -1px;
    }
    .round-txt {
        font-size: 28px;
        line-height: 50px; /* 135.714% */
        letter-spacing: -0.7px;
    }
    .sm-txt, .sm-txt2 {
        font-size: 14px;
        line-height: 20px; /* 142.857% */
        letter-spacing: -0.35px;
    }
    .st11-bubble {
        width: 220px;
        right: -10px;
        top: 29%;
    }
    .st15-left {
        gap: 40px;
        width: 35%;
    }
    .st15-div>p {
        font-size: 40px;
        letter-spacing: -1px;
    }
    .st15-bubble>p {
        width: 250px;
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    .st15-left>p {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    .st15-right {
        width: 65%;
    }
    .contact-box {
        width: 470px;
        padding: 35px 25px;
    }
    .contact-box-div>p:first-child {
        font-size: 20px;
        line-height: 28px; /* 140% */
        letter-spacing: -0.5px;
    }
    .contact-box-div>b {
        font-size: 48px;
        line-height: 48px; /* 129.167% */
        letter-spacing: -1.2px;
    }
    .contact-box-div>p:last-child {
        font-size: 18px;
        line-height: 26px; /* 144.444% */
        letter-spacing: -0.45px;
    }
    .step-circle-wrap {
        width: 180px;
    }
    .step-circle-svg>svg {
        width: 70px;
        height: 70px;
    }
    .circle-div>p:first-child {
        font-size: 24px;
        line-height: 34px; /* 141.667% */
        letter-spacing: -0.6px;
    }
    .circle-div>p:last-child {
        font-size: 16px;
        line-height: 24px; /* 150% */
        letter-spacing: -0.4px;
    }
    .agree-modal {
        width: 100%;
        left: 0;
        top: 0;
        height: 100vh;
        transform: none;
    }
}

@media(max-width: 1150px) {
    .st11-right-wrap {
        margin-top: -250px;
    }
    .st11-bubble {
        right: -50px;
        top: 23%;
    }
    #section12 {
        padding: 100px 0 130px;
    }
    .before, .after {
        font-size: 80px;
        letter-spacing: -2px;
    }
    .st12-img-div>p {
        font-size: 48px;
        line-height: 62px; /* 129.167% */
        letter-spacing: -1.2px;
        -webkit-text-stroke-width: 2px;
    }
    .st12-div>p:first-child {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    .st12-div>p:last-child {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    .st12-marquee>.marquee-content>p {
        font-size: 40px;
        letter-spacing: -1px;
    }
    .st12-marquee>.marquee-content {
        gap: 20px;
    }
    .st12-marquee-container>p  {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    .st14-container {
        flex-direction: column-reverse;
        gap: 40px;
    }
    .table-container, .graph-container {
        width: 80%;
    }
    .st15-left {
        gap: 30px;
        width: 30%;
    }
    .st15-div>p {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    .st15-bubble>p {
        width: 220px;
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    .st15-left>p {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    .st15-right {
        width: 70%;
    }
    .contact-box {
        width: 420px;
        padding: 25px 15px;
    }
    .contact-box>svg {
        width: 55px;
        height: 73px;
    }
    .contact-box-div>p:first-child {
        font-size: 18px;
        line-height: 26px; /* 140% */
        letter-spacing: -0.45px;
    }
    .contact-box-div>b {
        font-size: 40px;
        line-height: 40px; /* 129.167% */
        letter-spacing: -1px;
    }
    .contact-box-div>p:last-child {
        font-size: 16px;
        line-height: 24px; /* 144.444% */
        letter-spacing: -0.4px;
    }
    .step-circle-wrap {
        width: 160px;
    }
    .step-circle-svg>svg {
        width: 65px;
        height: 65px;
    }
    label, .agree {
        font-size: 16px !important;
        line-height: 24px !important; /* 150% */
        letter-spacing: -0.4px !important;
    }
    .contact-logo {
        width: 80%;
    }
    .contact-left>b {
        font-size: 88px;
        letter-spacing: -2.2px;
    }
    .contact-form-num>svg {
        width: 50px;
        height: 50px;
    }
    .contact-form-num {
        font-size: 40px;
        line-height: 50px; /* 130% */
        letter-spacing: -1px;
        border-radius: 0;
    }
}

@media(max-width: 1024px) {
    .st11-left-wrap, .st11-right-wrap {
        gap: 15px;
    }
    .st11-right-wrap {
        margin-top: -200px;
    }
}

@media(max-width: 1000px) {
    .st11-bubble {
        right: 0px;
        top: 11%;
    }
    .st12-container {
        padding: 0;
    }
    .st12-txt-div {
        top: 40%;
    }
    .st12-div {
        padding: 16px 0;
        gap: 8px;
    }
    .st15-container {
        align-items: center;
    }
    .st15-left {
        width: 35%;
        gap: 24px;
    }
    .st15-div>svg {
        width: 70px;
        height: 70px;
    }
    .st15-right {
        width: 65%;
    }
    .process-container {
        gap: 30px;
    }
    .contact-left {
        display: none;
    }
    .contact-right {
        width: 100%;
    }
    .contact-right-div {
        display: flex;
    }
    .contact-logo {
        width: 250px;
    }
    .contact-form-num {
        padding: 4px 15px;
        gap: 7.5px;

    }
}

@media(max-width: 900px) {
    .st11-container {
        flex-direction: column;
        gap: 40px;
    }
    .st11-left, .st11-right {
        width: 100%;
        margin: 0;
    }
    .st11-left-wrap {
        padding: 40px 30px;
        margin-top: -170px; 
    }
    .st11-right-wrap {
        padding: 40px;
    }
    .st11-left>img {
        width: 80%;
    }
    .st11-div-txt1 {
        font-size: 32px;
        line-height: 28px;
        letter-spacing: -0.8px;
    }
    .st11-div-txt2 {
        font-size: 56px;
        line-height: 72px;
        letter-spacing: -1.4px;
    }
    .round-txt {
        font-size: 40px;
        line-height: 72px;
        letter-spacing: -1px;
    }
    .sm-txt, .sm-txt2 {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.4px;
    }
    .st11-bubble {
        width: 300px;
        top: unset;
        bottom: 32%;
        right: 10%;
    }
    .shadow-img {
        width: 70%;
        margin-top: -5px;
    }
    .st13-box {
        width: 180px;
        padding: 20px 20px 30px;
    }
    .st13-box>svg {
        width: 40%;
    }
    .st13-box>p {
        font-size: 20px;
        line-height: 28px; /* 141.667% */
        letter-spacing: -0.5px;
    }
    #section14 {
        gap: 40px;
    }
    .graph-container {
        width: 90%;
    }
    .table-container {
        width: 100%;
    }
    .st-top-div {
        gap: 36px;
    }
    .st-top-div>div {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.5px;
    }
    .st15-container {
        flex-direction: column;
        gap: 40px;
        padding: 20px;
    }
    .st15-left, .st15-right, .st15-bubble {
        width: 100%;
        align-items: center;
    }
    .st15-left {
        padding: 0;
    }
    .st15-bubble>svg {
        display: none;
    }
    .st15-div>svg {
        width: 100px;
        height: 100px;
    }
    .st15-div>p {
        font-size: 48px;
        letter-spacing: -1.2px;
    }
    .st15-bubble>p {
        width: 80%;
        font-size: 38px;
        letter-spacing: -0.95px;
        white-space: nowrap;
        margin: 0 auto;
    }
    .st15-left>p {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    .contact-box {
        width: 450px;
    }
    .contact-box-div>p:first-child {
        font-size: 24px;
        line-height: 34px; /* 141.667% */
        letter-spacing: -0.6px;
    }
    .contact-box-div>b {
        font-size: 56px;
        line-height: 56px; /* 100% */
        letter-spacing: -1.4px;
    }
    .contact-box-div>p:last-child {
        font-size: 20px;
        line-height: 24px; /* 120% */
        letter-spacing: -0.5px;
    }
    .process-container {
        padding: 40px 0;
    }
    .step-circle-wrap {
        width: 140px;
    }
    .step-circle-svg>svg {
        width: 55px;
        height: 55px;
    }
    .circle-div>p:first-child {
        font-size: 20px;
        line-height: 28px; /* 141.667% */
        letter-spacing: -0.5px;
    }
    .circle-div>p:last-child {
        font-size: 14px;
        line-height: 20px; /* 150% */
        letter-spacing: -0.3px;
    }
    .step-circle-wrap>b {
        font-size: 24px;
        line-height: 34px; /* 141.667% */
        letter-spacing: -0.6px;
    }
    .contact-right {
        padding: 30px;
    }
}

@media(max-width: 800px) {
    .st12-bg-logo, .st12-bg-logo2 {
        display: none;
    }
}

@media(max-width: 768px) {
    .st11-left-wrap {
        padding: 30px 20px;
    }
    .st11-right-wrap {
        padding: 30px;
    }
    .st11-div-txt1 {
        font-size: 24px;
        line-height: 20px; /* 141.667% */
        letter-spacing: -0.6px;
    }
    .st11-div-txt2 {
        font-size: 40px;
        line-height: 52px; /* 130% */
        letter-spacing: -1px;
    }
    .round-txt {
        font-size: 28px;
        line-height: 50px; /* 135.714% */
        letter-spacing: -0.7px;
    }
    .sm-txt, .sm-txt2 {
        font-size: 14px;
        line-height: 20px; /* 142.857% */
        letter-spacing: -0.35px;
    }
    .st11-bubble {
        width: 220px;
    }
    #section12 {
        padding: 100px 0 120px;
    }
    .before, .after {
        font-size: 64px;
        letter-spacing: -1.6px;
    }
    .st12-img-div>p {
        font-size: 40px;
        letter-spacing: -1px;
        -webkit-text-stroke-width: 1.5px;
    }
    .st12-div>p:first-child {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    .st12-div>p:last-child {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .st12-marquee>.marquee-content>p {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    .st12-marquee>.marquee-content {
        gap: 12px;
    }
    .st12-marquee-container>p  {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    .text-arrow>svg {
        width: 25px;
        height: 43px;
    }
    .st15-div>p {
        font-size: 40px;
        letter-spacing: -1px;
    }
    .st15-bubble>p {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    .st15-left>p {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    .contact-box {
        width: 470px;
        padding: 35px 25px;
    }
    .contact-box-div>p:first-child {
        font-size: 20px;
        line-height: 28px; /* 140% */
        letter-spacing: -0.5px;
    }
    .contact-box-div>b {
        font-size: 48px;
        line-height: 48px; /* 129.167% */
        letter-spacing: -1.2px;
    }
    .contact-box-div>p:last-child {
        font-size: 18px;
        line-height: 26px; /* 144.444% */
        letter-spacing: -0.45px;
    }
    .process-container {
        padding: 40px;
    }
    .line {
        display: none;
    }
    .step-circle-wrap {
        width: 170px;
    }
    .step-circle-svg>svg {
        width: 70px;
        height: 70px;
    }
    .step-circle-wrap:nth-child(6) {
        order: 6;
    }
    .step-circle-wrap:nth-child(7) {
        order: 7;
    }
    .step-circle-wrap:nth-child(8) {
        order: 8;
    }
    .step-circle-wrap:last-child {
        order: 9;
    }
    .circle-div>p:first-child {
        font-size: 24px;
        line-height: 32px; /* 141.667% */
        letter-spacing: -0.6px;
    }
    .circle-div>p:last-child {
        font-size: 16px;
        line-height: 24px; /* 150% */
        letter-spacing: -0.4px;
    }
    .step-circle-wrap>b {
        font-size: 28px;
        line-height: 38px; /* 141.667% */
        letter-spacing: -0.7px;
    }
    .agree-modal {
        padding: 0 20px;
    }
}

@media(max-width: 750px) {
    .process-container {
        padding: 40px 20px;
        gap: 50px;
    }
}

@media(max-width: 650px) {
    #section11 {
        padding: 80px 20px;
        gap: 40px;
    }
    #section12 {
        padding: 100px 0 120px;
        gap: 40px;
    }
    .before, .after {
        font-size: 48px;
        letter-spacing: -1.2px;
    }
    .st12-img-div>p {
        font-size: 32px;
        letter-spacing: -0.8px;
        -webkit-text-stroke-width: 1.5px;
    }
    .st12-div>p:first-child {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    .st12-div>p:last-child {
        font-size: 18px;
        letter-spacing: -0.45px;
        padding: 6px 12px;
    }
    .st12-marquee>.marquee-content>p {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    .text-arrow>svg {
        width: 20px;
        height: 38px;
    }
    .text-arrow>svg:nth-child(2), .text-arrow>svg:last-child {
        margin-left: -5px;
    }
    .st12-txt-div {
        top: 43%;
        gap: 6px;
    }
    .before {
        margin-right: 3px;
    }
    .st12-logo {
        width: 70%;
    }
    .st12-marquee-container {
        gap: 10px;
    }
    .sale-swiper-container img {
        border-radius: 6px;
    }
    .st13-box {
        width: 140px;
        gap: 10px;
        border-radius: 9.054px 9.054px 0 0;
    }
    .st13-box:first-child>svg {
        width: 30.701px;
        height: 34.635px;
        flex-shrink: 0;
    }
    .st13-box:nth-child(2)>svg, .st13-box:last-child>svg {
        width: 35.635px;
        height: 35.635px;
    }
    .st13-box>p {
        font-size: 16px;
        line-height: 24px; /* 150% */
        letter-spacing: -0.4px;
    }
    .st13-top-wrapper>p {
        font-size: 14px;
        line-height: 20px; /* 142.857% */
        letter-spacing: -0.35px;
    }
    .st13-swiper-container {
        margin-top: -60px;
        padding: 100px 0 80px;
    }
    .st13-top-wrapper {
        gap: 10px;
    }
    .st13-wrap {
        gap: 10px;
    }
    #section14 {
        padding: 80px 20px;
    }
    .st14-container {
        gap: 20px;
    }
    .st-top-div {
        gap: 24px;
    }
    .st-top-div>div {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.4px;
    }
    .table-container {
        gap: 10.213px;
        border-radius: 10.213px;
    }
    .graph-container {
        width: 95%;
    }
    .table-div>p:first-child {
        font-size: 24px;
        line-height: 34px; /* 141.667% */
        letter-spacing: -0.6px;
    }
    .table-div>p:last-child {
        font-size: 18px;
        line-height: 26px; /* 144.444% */
        letter-spacing: -0.45px;
    }
    table th, table td {
        height: 40px;
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    table tbody tr:last-child td {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    .table-container>p {
        font-size: 12px;
        line-height: 18px; /* 150% */
        letter-spacing: -0.3px;
    }
    #section15 {
        padding: 80px 20px 40px;
        gap: 40px;
    }
    .st15-div>p {
        font-size: 36px;
        letter-spacing: -0.p9x;
    }
    .st15-bubble>p {
        font-size: 28px;
        letter-spacing: -0.7px;
        padding: 20px 0;
    }
    .st15-left>p {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    .contact-box {
        width: 350px;
        padding: 30px 20px;
        justify-content: center;
        gap: 4.5px;
        border-radius: 10px;
        border: 2px solid #E41817;
        box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.25);
    }
    .contact-box>svg {
        display: none;
    }
    .contact-box-div>p:first-child {
        font-size: 18px;
        line-height: 26px; /* 140% */
        letter-spacing: -0.45px;
    }
    .contact-box-div>b {
        font-size: 40px;
        line-height: 40px; /* 129.167% */
        letter-spacing: -1px;
    }
    .contact-box-div>p:last-child {
        font-size: 16px;
        line-height: 24px; /* 144.444% */
        letter-spacing: -0.4px;
        margin-top: 6px;
    }
    #contact {
        padding: 40px 20px 200px;
    }
    .contact-logo {
        width: 215px;
    }
    .contact-form-num>svg {
        width: 32px;
        height: 32px;
    }
    .contact-form-num {
        font-size: 32px;
        line-height: 39px; /* 121.875% */
        letter-spacing: -0.8px;
    }
    .contact-right-div>div>p {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    .contact-right {
        padding: 20px;
    }
    .contact-bg {
        height: 400px;
        background-attachment: unset;
    }
    .flex-input {
        flex-direction: column;
        gap: 32px;
        align-items: start;
    }
    .form-wrap {
        flex-direction: column;
    }
    .c-btn {
        width: 100%;
        line-height: 130%; /* 26px */
    }
    .b-btn-wrap {
        flex-wrap: wrap;
    }
    input[type="text"], textarea {
        color: #111;
        font-size: 16px !important;
        line-height: 130%; /* 20.8px */
        letter-spacing: -0.4px;
    }
}

@media(max-width: 600px) {
    #section16 {
        padding: 40px 20px 80px;
        gap: 40px;
    }
    .process-container {
        gap: 40px;
    }
    .step-circle-wrap {
        width: 150px;
        gap: 8px;
    }
    .step-circle-svg>svg {
        width: 60px;
        height: 60px;
    }
    .circle-div {
        padding: 0;
        gap: 0;
    }
    .circle-div>p:first-child {
        font-size: 20px;
        line-height: 28px; /* 141.667% */
        letter-spacing: -0.5px;
    }
    .circle-div>p:last-child {
        font-size: 14px;
        line-height: 20px; /* 150% */
        letter-spacing: -0.3px;
    }
    .step-circle-wrap>b {
        font-size: 24px;
        line-height: 34px; /* 141.667% */
        letter-spacing: -0.6px;
    }
    .agree-modal {
        gap: 40px !important;
    }
    .agree-modal>.title>.p24 {
        font-size: 20px;
        line-height: 28px; /* 140% */
        letter-spacing: -0.5px;
    }
    .agree-modal>.title>.p40 {
        font-size: 28px;
        line-height: 38px; /* 135.714% */
        letter-spacing: -0.7px;
    }
    .agree-logo {
        width: 120px;
    }
}

@media(max-width: 550px) {
    .before, .after {
        font-size: 40px;
        letter-spacing: -1px;
    }
    .text-arrow>svg {
        width: 15px;
        height: 33px;
    }
    .st12-marquee-container {
        padding-top: 100px;
    }
}

@media(max-width: 480px) {
    .st11-left-wrap {
        padding: 22.5px 15px;
        border-radius: 15px;
        margin-top: -100px;
    }
    .st11-left>img {
        width: 70%;
    }
    .st11-right>img {
        border-radius: 12px;
        aspect-ratio: 1 / 0.9;
        object-fit: cover;
    }
    .st11-right-wrap {
        padding: 18px;
        border-radius: 12px;
        margin-top: -130px;
    }
    .st11-left-wrap .st11-div {
        gap: 4px;
    }
    .st11-right-wrap .st11-div {
        gap: 7.2px;
    }
    .st11-left-wrap .st11-div-txt1 {
        font-size: 18px;
        line-height: 26px; /* 144.444% */
        letter-spacing: -0.45px;
    }
    .st11-right-wrap .st11-div-txt1 {
        font-size: 19.2px;
        line-height: 16.8px; /* 87.5% */
        letter-spacing: -0.48px;
    }
    .st11-left-wrap .st11-div-txt2 {
        font-size: 32px;
        line-height: 42px; /* 131.25% */
        letter-spacing: -0.8px;
    }
    .st11-right-wrap .st11-div-txt2 {
        font-size: 33.6px;
        line-height: 43.2px; /* 128.571% */
        letter-spacing: -0.84px;
    }
    .st11-left-wrap .round-txt {
        padding: 0px 20px;
        font-size: 20px;
        line-height: 54px; /* 270% */
        letter-spacing: -0.5px;
    }
    .st11-right-wrap .round-txt {
        padding: 4.2px 18px;
        font-size: 24px;
        line-height: 43.2px; /* 180% */
        letter-spacing: -0.6px;
    }
    .sm-txt, .sm-txt2 {
        font-size: 9.6px;
        line-height: 14.4px; /* 150% */
        letter-spacing: -0.24px;
    }
    .st11-bubble {
        width: 170px;
        bottom: 30%;
        right: -6%;
    }
    #section12 {
        padding: 80px 0 110px;
    }
    .st12-container {
        margin-top: 10px;
    }
    .before, .after {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    .st12-img-div>p {
        font-size: 20px;
        letter-spacing: -0.5px;
        text-shadow: 0px 1.172px 1.172px rgba(0, 0, 0, 0.25);
        -webkit-text-stroke-width: 1.46484375px;
        top: -30px;
    }
    .st12-logo {
        width: 60%;
        top: -10px;
    }
    .st12-div>p:first-child {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .st12-div>p:last-child {
        font-size: 16px;
        letter-spacing: -0.4px;
        padding: 2.344px 5.859px;
    }
    .st12-marquee>.marquee-content>p {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    .st12-marquee>.marquee-content {
        animation: marquee 13s infinite;
    }
    .st12-txt-div {
        top: 39%;
    }
    .text-arrow>svg {
        width: 9.171px;
        height: 14.521px;
    }
    .text-arrow>svg:nth-child(2), .text-arrow>svg:last-child {
        margin-left: -3px;
    }
    .sale-swiper-container .swiper-bg, .sale-swiper-container .swiper-bg2 {
        width: 67.5px;
    }  
    .st13-box {
        width: 108.649px;
        padding: 13.581px;
        gap: 5.432px;
        border: 0.905px solid rgba(209, 255, 236, 0.90);
    }
    .st13-box:first-child>svg {
        width: 17.701px;
        height: 22.635px;
        flex-shrink: 0;
    }
    .st13-box:nth-child(2)>svg, .st13-box:last-child>svg {
        width: 22.635px;
        height: 22.635px;
    }
    .st13-box>p {
        font-size: 12.676px;
        line-height: 17.203px; /* 135.714% */
        letter-spacing: -0.317px;
    }
    .st13-swiper-container {
        margin-top: -50px;
        padding: 80px 0;
    }
    .st13-top-wrapper {
        gap: 15px;
    }
    .st13-wrap {
        gap: 4.53px;
    }
    .table-container {
        padding: 10.213px;
    }
    .table-div>p:first-child {
        font-size: 18px;
        line-height: 26px; /* 144.444% */
        letter-spacing: -0.45px;
    }
    .table-div>p:last-child {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: -0.3px;
    }
    table th, table td {
        font-size: 11px;
        letter-spacing: -0.275px;
        height: 25.534px;
        padding: 0px 10.213px;
    }
    table tbody tr:last-child td {
        font-size: 12px;
        letter-spacing: -0.3px;
    }
    .st15-container {
        padding: 20px 10px;
    }
    .st15-div>p {
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%; /* 41.6px */
        letter-spacing: -0.8px;
    }
    .st15-div>svg {
        width: 60px;
        height: 60px;
    }
    .st15-bubble>p {
        width: 90%;
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    .st15-left>p {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .contact-box {
        width: 300px;
        padding: 30px 20px;
        justify-content: center;
        gap: 4.5px;
    }
    .contact-box>svg {
        display: none;
    }
    .contact-box-div>p:first-child {
        font-size: 16px;
        line-height: 17px; /* 106.25% */
        letter-spacing: -0.4px;
    }
    .contact-box-div>b {
        font-size: 28px;
        line-height: 28px; /* 100% */
        letter-spacing: -0.7px;
    }
    .contact-box-div>p:last-child {
        font-size: 14px;
        line-height: 20px; /* 142.857% */
        letter-spacing: -0.35px;
    }
    .process-container {
        gap: 10px;
        row-gap: 20px;
        padding: 40px 0;
    }
    .step-circle-wrap {
        width: calc(45% - 5px);
    }
    .step-circle-svg {
        width: 110px;
    }
    .step-circle-svg>svg {
        width: 45px;
        height: 45px;
    }
    .circle-div>p:first-child {
        font-size: 16px;
        line-height: 24px; /* 141.667% */
        letter-spacing: -0.4px;
    }
    .circle-div>p:last-child {
        font-size: 12px;
        line-height: 18px; /* 150% */
        letter-spacing: -0.2px;
    }
    .step-circle-wrap>b {
        font-size: 18px;
        line-height: 26px; /* 141.667% */
        letter-spacing: -0.45px;
    }
    #contact {
        padding: 40px 20px 180px;
    }
    .contact-logo {
        width: 180px;
    }
    .contact-right-div>div>p {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    .contact-bg {
        height: 320px;
    }
}

@media(max-width: 400px) {
    .st11-left-wrap {
        margin-top: -70px;
    }
    .st11-bubble {
        bottom: 32%;
    }
    #section12 {
        padding: 80px 0 100px;
    }
    .st12-container {
        margin-top: 10px;
    }
    .before, .after {
        font-size: 28.125px;
        line-height: normal;
    }
    .st12-img-div>p {
        font-size: 16.406px;
        line-height: 21.094px; /* 128.571% */
        top: -10px;
    }
    .st12-div>p:first-child {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    .st12-div>p:last-child {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    .st12-txt-div {
        top: 39%;
    }
    .text-arrow>svg:nth-child(2), .text-arrow>svg:last-child {
        margin-left: -2px;
    }
    table th, table td {
        font-size: 9.192px;
        letter-spacing: -0.23px;
    }
    table tbody tr:last-child td {
        font-size: 10.213px;
        line-height: 14.299px; /* 140% */
        letter-spacing: -0.255px;
    }
    .contact-box {
        width: 250px;
    }
    .step-circle-svg {
        width: 100px;
    }
    .step-circle-svg>svg {
        width: 40px;
        height: 40px;
    }
    .circle-div>p:first-child {
        font-size: 15px;
        line-height: 18px; /* 120% */
        font-weight: 500;
        letter-spacing: -0.375px;
    }
    .circle-div>p:last-child {
        font-size: 10.5px;
        line-height: 18px;
        letter-spacing: -0.262px;
    }
    .step-circle-wrap>b {
        font-size: 15px;
        line-height: 21px; /* 140% */
        letter-spacing: -0.375px;
    }
}


