#section16 {
    background: #F0ECE7;
    display: flex;
    padding: 120px 0px;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

#section16 .section-tit-div>p:last-child>span {
    background: var(--gradient-g, linear-gradient(180deg, #00A650 0%, #00512C 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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

.review-swiper-container .swiper-wrapper {
    transition-timing-function: linear;
}

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

.swiper-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 100%;
    background: linear-gradient(90deg, #F0ECE7 15%, rgba(19, 107, 54, 0.00) 100%);
    z-index: 5;
}
  
.swiper-bg2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 100%;
    background: linear-gradient(90deg, rgba(19, 107, 54, 0.00) 0%, #F0ECE7 85%);
    z-index: 5;
}


/* section17 */
#section17 {
    background: #F0ECE7;
}

.st17-container {
    width: 100%;
    border-radius: 200px 0px 0px 0px;
    background: #00512C;
    display: flex;
    padding: 120px 0px;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    align-self: stretch;
}

#section17 .section-tit-div>p:last-child {
    display: flex;
    align-items: center;
    gap: 20px;
}

.st17-tit {
    width: 340px;
    margin-bottom: 5px;
}

.st17-inner-container {
    max-width: 1380px;
    width: 90%;
    display: flex;
    gap: 80px;
}

.st17-wrap {
    width: 49%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.st17-tit-div {
    border-radius: 12px;
    background: #000;
    display: flex;
    box-sizing: border-box;
    padding: 20px 35px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.st17-tit-div>p:first-child {
    color: #FFF;
    font-family: "esamanru OTF";
    font-size: 48px;
    line-height: 140%; /* 67.2px */
    letter-spacing: -1.2px;
}

.st17-tit-div>p:last-child {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    line-height: 150%; /* 36px */
    letter-spacing: -0.6px;
}

.st17-type-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.st17-type-div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.st17-type-tit {
    width: 190px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    white-space: nowrap;
}

.type {
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    line-height: 38px; /* 135.714% */
    border-radius: 50px;
    background: #E78D31;
    display: flex;
    box-sizing: border-box;
    padding: 6px 16px;
    justify-content: center;
    align-items: center;
}

.type.g-bg {
    background: #00A650;
}

.type-tit {
    color: #FFF;
    text-align: center;
    font-family: "esamanru OTF Bold";
    font-size: 36px;
    line-height: 38px; /* 105.556% */
    letter-spacing: -0.9px;
}

.type-tit>span {
    font-family: "esamanru OTF";
    font-size: 24px;
    line-height: 38px;
    letter-spacing: -0.6px;
}

.st17-type-div>img {
    width: calc(100% - 210px);
    border-radius: 8px;
}

.st17-inner-container>hr {
    display: block !important;
    margin: 0 !important;
    opacity: 0.5;
    width: 1px;
    height: 1006px;
    border-right: 1px dashed rgba(255, 255, 255, 0.50);
    background: transparent;
}


/* section18 */
#section18 {
    background: #d2fff5;
   display: flex;
   justify-content: center;
}

.st18-container {
    background: url(../img/main-bg.png);
    background-position: top !important;
    background-size: cover !important; 
    display: flex;
    width: 100%;
    padding: 120px 0;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    border-radius: 0 0 200px 0;
}

#section18 .section-tit-div>p:last-child>span {
    background: var(--gradient-red, linear-gradient(180deg, #F5821F 0%, #E50B16 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.st18-inner-container {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.st18-left-img {
    display: flex;
    align-items: center;
}

.st18-left-img>svg {
    margin-left: -2px;
}

.st18-img {
    width: 430px;
    border-radius: 20px;
}

.st18-tit-div {
    width: 50%;
    display: flex;
    box-sizing: border-box;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #111;
}

.st18-tit {
    width: 100%;
}


/* section19 */
#section19 {
    background: url(../img/section19/st19-bg.png);
    background-position: center center !important;
    background-size: cover !important;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 120px 0;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    position: relative;
    overflow: hidden;
}

#section19 .section-tit-div>p:last-child>span {
    background: var(--gradient-red, linear-gradient(180deg, #F5821F 0%, #E50B16 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.st19-div {
    display: flex;
    max-width: 560px;
    width: 90%;
    padding: 40px 0px 80px 0px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border-radius: 20px;
    background: linear-gradient(132deg, #FFF 34.77%, #FFF 45.16%, rgba(255, 255, 255, 0.70) 45.16%, #FFF 70.33%, #FFF 91.41%, rgba(255, 255, 255, 0.60) 91.41%, #FFF 97.71%);
    box-shadow: 12px 24px 56px 0px rgba(50, 6, 6, 0.10);
}

.st19-logo {
    width: 60%;
}

.st19-div>div {
    color: #333;
    text-align: center;
    font-size: 24px;
    line-height: 150%; /* 36px */
    letter-spacing: -0.6px;
}

.st19-img {
    max-width: 490px;
    width: 40%;
    position: absolute;
    left: 2.5%;
    bottom: 1%;
}

.st19-img2 {
    max-width: 500px;
    width: 40%;
    position: absolute;
    bottom: 5%;
    right: 0;
}


/* section20 */
#section20 {
    background: url(../img/section20/st20-bg.png);
    background-position: bottom !important;
    background-size: cover !important;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 120px 0;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    position: relative;
    overflow: hidden;
}

#section20 .section-tit-div>p:last-child>span {
    color: #FFFED9;
}

.tab-div {
    display: flex;
    align-items: center;
    gap: 24px;
}

.tab {
    width: 200px;
    border-radius: 50px;
    background: #EEE;
    display: flex;
    padding: 15px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: rgba(25, 25, 25, 0.50);
    text-align: center;
    font-family: "esamanru OTF Bold";
    font-size: 22px;
    line-height: 28px; /* 127.273% */
    letter-spacing: -0.55px;
    cursor: pointer;
}

.m-tab.click {
    background: #191919;
    color: #FFF;
}

.marketing-wrap {
    display: none;
    border-radius: 20px;
    border: 30px solid #222;
    background: linear-gradient(180deg, #2B2B2B 0%, #202020 100%);
    max-width: 1280px;
    width: 90%;
    height: 540px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    position: relative;
}

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

.broadcast-swiper-container, .sponsor-swiper-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.broadcast-swiper-container .swiper-slide {
    width: auto !important;
}

.broadcast-swiper-container iframe {
    width: 850px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.sponsor-swiper-container {
    display: flex;
    overflow: hidden;
}

.sponsor-swiper-container img {
    width: 100%;
}

.nav-wrap {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: 4%;
    width: 91%;
    top: 45%;
}

.nav-btn {
    display: flex;
    box-sizing: border-box;
    padding: 12px;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: #FFF;
    cursor: pointer;
    z-index: 5;
}

.nav-btn:hover {
    background: #E78D31;
}

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

.sponsor-swiper-container img{
    width: 100%;
}


/* section21 */
#section21 {
    background: #F0EDEA;
    display: flex;
    padding-top: 120px;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    align-self: stretch;
}

.o-tab {
    background: #FFF;
}

.o-tab.click {
    background: #E78D31;
    color: #FFF;
}

.open-wrap {
    display: none;
    width: 100%;
    background: linear-gradient(270deg, #F5821F 0%, #F2953E 50%, #F5821F 100%);
    justify-content: center;
    align-items: center;
}

.open-div {
    width: 25%;
    max-width: 300px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.50);
}

.open-div:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.50);
}

.open-num {
    color: rgba(255, 255, 255, 0.30);
    text-align: center;
    font-size: 32px;
    font-weight: 900;
    line-height: 42px; /* 131.25% */
    letter-spacing: -0.8px;
}

.open-tit {
    color: #FFF;
    text-align: center;
    font-family: "esamanru OTF Bold";
    font-size: 32px;
    line-height: 42px; /* 131.25% */
    letter-spacing: -0.8px;
}

.open-txt {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    line-height: 150%; /* 30px */
    letter-spacing: -0.5px;
    min-height: 90px;
}

#o-tab2 .open-tit {
    min-height: 84px;
}


/* section22 */
#section22 {
    background: #F0EDEA;
    display: flex;
    padding: 120px 0;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

#section22 .section-tit-div>p:last-child>span {
    background: var(--gradient-red, linear-gradient(180deg, #F5821F 0%, #E50B16 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.st22-container {
    max-width: 1340px;
    width: 90%;
    display: flex;
    gap: 60px;
}

.st22-wrap {
    width: calc(50% - 30px);
    background: #111;
    display: flex;
    box-sizing: border-box;
    padding: 10px;
    flex-direction: column;
}

.st22-wrap>img {
    width: 100%;
    z-index: 5;
}

.st22-div {
    display: flex;
    width: 100%;
    height: 140px;
    padding: 20px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #111;
    z-index: 5;
}

.st22-div>p:first-child {
    color: #FFF;
    text-align: center;
    font-family: "esamanru OTF Medium";
    font-size: 40px;
    line-height: 130%; /* 52px */
    letter-spacing: -1px;
}

.st22-div>p:last-child {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    line-height: 130%; /* 26px */
    letter-spacing: -0.5px;
}

.st22-logo {
    width: 45%;
}

.st22-wrap:last-child {
    position: relative;
}

.st22-wrap:last-child::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #F5821F 0%, #E50B16 100%);
    z-index: 1;
    opacity: 1;
    transition: opacity 2s;
    animation: bg-blink 2s infinite;
}

.st22-wrap:last-child::after {
    content: '';
    position: absolute;
    inset: 0;
    background: #111;
    z-index: 0;
}

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


/* section23 */
#section23 {
    background: #F0EDEA;
    display: flex;
    justify-content: center;
}

.st23-container {
    width: 100%;
    border-radius: 200px 0px 0px 0px;
    background: #00683C;
    display: flex;
    padding: 120px 0px;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.section-tit {
    color: #FFF;
    text-align: center;
    font-family: "esamanru OTF Bold";
    font-size: 80px;
    line-height: normal;
    letter-spacing: -2px;
}

.section-tit>span {
    background: linear-gradient(0deg, #FFB700 19.2%, #FDDA73 77.68%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.process-container {
    max-width: 1380px;
    width: 90%;
    display: flex;
    gap: 60px;
    row-gap: 30px;
    align-items: center;
    justify-items: center;
    flex-wrap: wrap;
}

.process-wrap {
    width: calc(33.3% - 40px);
    display: flex;
    align-items: center;
}

.process-wrap>svg {
    margin-left: -2px;
}

.process-div {
    width: calc(100% - 17px);
    border-radius: 12px;
    background: #111;
    display: flex;
    padding: 40px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.process-num {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #FFF;
    text-align: center;
    font-family: "esamanru OTF Bold";
    font-size: 28px;
    line-height: 150%; /* 42px */
    letter-spacing: -0.7px;
}

.process-div>p {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    line-height: 150%; /* 30px */
    letter-spacing: -0.5px;
}


/* section24 */
#section24 {
    background: #F0EDEA;
    display: flex;
    justify-content: center;
    margin-top: -2px;
}

.st24-container {
    width: 100%;
    border-radius: 0px 0px 200px 0px;
    background: #00683C;
    display: flex;
    padding: 120px 0;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    overflow: hidden;
}

#section24 .section-tit-div>p:last-child>span {
    background: linear-gradient(0deg, #FFB700 8.85%, #FDDA73 34.33%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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

.point-swiper-container .swiper-wrapper {
    transition-timing-function: linear;
}

.point-swiper-container .swiper-slide {
    width: auto;
}

.point-swiper-container img {
    width: 420px;
}

.point-swiper-container .swiper-bg {
    background: linear-gradient(90deg, #00683C 15%, rgba(0, 104, 60, 0.00) 100%);
}

.point-swiper-container .swiper-bg2 {
    background: linear-gradient(90deg, rgba(0, 104, 60, 0.00) 0%, #00683C 85%);
}


/* section25 */ 
#section25 {
    background: #F0EDEA;
    display: flex;
    padding: 120px 0px;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    position: relative;
}

.st25-img {
    position: absolute;
}

.img1 {
    right: 0;
    top: 3%;
    width: 250px;
}

.img2 {
    left: 0;
    top: 17%;
    width: 350px;
}

.table-container {
    max-width: 1380px;
    width: 90%;
    border-radius: 20px;
    background: #FFF;
    display: flex;
    padding: 40px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

table {
    width: 90%;
    border-top: 2px solid #222;
    border-bottom: 2px solid #222;
}

table th, table td {
    color: #222;
    font-size: 20px;
    line-height: normal;
    letter-spacing: -0.5px;
}

table th {
    font-weight: 600;
    height: 60px;
    text-align: center;
    border-bottom: 2px solid #222;
    border-right: 1px solid #DDD;
}

table td {
    height: 56px;
    padding: 0 20px;
    border-right: 1px solid #DDD;
    text-align: center;
}

table tbody tr:nth-child(3) td, .border-b {
    border-bottom: 2px solid #222;
}

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

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

table th:last-child, table td:last-child {
    border-right: none !important;
}

.caution-wrap {
    width: 90%;
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.caution-wrap>div {
    color: #505050;
    font-size: 20px;
    line-height: normal;
    letter-spacing: -0.5px;
}


/* contact */
#contact {
    background: #F0EDEA;
    display: flex;
    justify-content: center;
    margin-top: -2px;
    position: relative;
}

.contact-big-container {
    width: 100%;
    border-radius: 200px 0px 0px 0px;
    background: #F9CC39;
    display: flex;
    justify-content: center;
    padding: 120px 0 300px;
}

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

.contact-left {
    width: 40%;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.contact-logo {
    width: 85%;
}

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

.contact-left-div>b {
    color: #111;
    text-align: center;
    font-family: "esamanru OTF Bold";
    font-size: 64px;
    line-height: 140%; /* 89.6px */
    letter-spacing: -1.6px;
}

.contact-form-num {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 4px;
    box-sizing: border-box;
    padding: 12px 11px 12px 8px;
    border-radius: 20px;
    background: #F9CC39;
    color: #222;
    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-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;
    display: flex;
    box-sizing: border-box;
    padding: 40px;
    justify-content: center;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 10px 40px 48px 0px rgba(0, 0, 0, 0.20);
}

.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: 400 !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;
}
  
.form-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% */
    font-weight: 500;
    letter-spacing: -0.4px;
    cursor: pointer;
    transition: 0.2s !important;
}
  
.have, .this {
    background: #E78D31;
    color: #FFF;
    border: 1px solid #E78D31;
}
  
.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: #F9CC39;
    font-weight: 700 !important;
}
  
.c-btn {
    border-radius: 8px;
    background: #E78D31;
    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: #F5821F;
}

.agree-modal {
    position: fixed;
    top: 2.5vh;
    width: 1080px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    cursor: pointer;
    z-index: 1001;
    box-sizing: border-box;
    padding: 0 48px;
    padding-top: 60px !important;
    padding-bottom: 20px !important;
    justify-content: initial !important;
    height:95vh;
    gap: 20px !important;
    display: none;
}
  
.agree-close {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: end;
    cursor: pointer;
}
  
.agree-close > svg {
    width: 48px;
    height: 48px;
    background: rgba(0, 0, 0, 0.80);
    padding: 6.4px 6.4px 5.6px 5.6px;
}
  
.agree-close>svg:hover {
    background: #000;
    transition: 0.3s;
}
  
.agree-modal>.title {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
  
.p24 {
    color: #111;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; /* 141.667% */
    letter-spacing: -0.6px;
}
  
.p40 {
    color:  #111;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px; /* 130% */
    letter-spacing: -1px;
}
  
.content-div {
    margin-top: 20px;
    height: 81%;
    overflow: hidden;
}
  
.agree-modal>.content-div>.content {
    height: 100%;
    overflow: scroll;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.4px;
    color: #505050;
    padding-bottom: 20px;
}
  
.agree-logo {
    width: 200px;
}
  
.mo-tit {
    display: none;
}
  
.modal-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    z-index: 101 !important;
}


@media(max-width: 1500px) {
    .st17-inner-container>hr {
        height: 860px;
    }
}

@media(max-width: 1400px) {
    .st17-tit-div>p:first-child {
        font-size: 40px;
        letter-spacing: -1px;
    }
    .st17-tit-div>p:last-child {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .type {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    .st17-type-tit {
        width: 165px;
    }
    .type-tit {
        font-size: 24px;
        line-height: 34px; /* 141.667% */
        letter-spacing: -0.6px;
    }
    .type-tit>span {
        font-size: 20px;
        line-height: 28px; /* 150% */
        letter-spacing: -0.5px;
    }
    .st17-type-div>img {
        width: calc(100% - 165px);
    }
    .st17-inner-container {
        gap: 60px;
    }
    .st17-inner-container>hr {
        height: 900px;
    }
    .process-container {
        gap: 40px;
        row-gap: 30px;
    }
    .process-wrap {
        width: calc(33.3% - 27px);
    }
    .point-swiper-container img {
        width: 400px;
    }
}

@media(max-width: 1250px) {
    .st17-inner-container>hr {
        height: 860px;
    }
    .agree-modal {
        width: 100%;
        left: 0;
        top: 0;
        min-height: 100vh;
        height: 100%;
        transform: none;
    }
    .marketing-wrap {
        height: 495px;
    }
    .broadcast-swiper-container iframe {
        width: 750px;
    }
}


@media(max-width: 1200px) {
    .st17-tit {
        width: 275px;
    }
    .st17-inner-container {
        gap: 40px;
    }
    .st17-inner-container>hr {
        height: 820px;
    }
    .st17-wrap {
        gap: 6px;
    }
    .st17-type-div {
        padding: 5px 0;
    }
    .st17-tit-div>p:first-child {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    .st17-tit-div>p:last-child {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .type {
        font-size: 20px;
        line-height: 28px; /* 140% */
        letter-spacing: -0.5px;
        padding: 4px 12px;
    }
    .st17-type-tit {
        width: 120px;
    }
    .type-tit {
        font-size: 20px;
        line-height: 28px; /* 144.444% */
        letter-spacing: -0.5px;
    }
    .type-tit>span {
        font-size: 16px;
        line-height: 24px; /* 150% */
        letter-spacing: -0.4px;
    }
    .st17-type-div>img {
        width: calc(100% - 120px);
    }
    .st18-img {
        width: 370px;
    }
    .st19-div>div {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .st19-img, .st19-img2 {
        width: 45%;
    }
    .open-div {
        height: 270px;
    }
    .open-num, .open-tit {
        font-size: 28px;
        line-height: 38px;
        letter-spacing: -0.7px;
    }
    .open-txt {
        min-height: 70px;
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    .st22-container {
        gap: 40px;
    }
    .st22-wrap {
        width: calc(50% - 20px);
    }
    .st22-div {
        height: 130px;
    }
    .st22-div>p:first-child {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    .st22-div>p:last-child {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .section-tit {
        font-size: 64px;
        letter-spacing: -1.6px;
    }
    .process-container {
        gap: 20px;
    }
    .process-wrap {
        width: calc(33.3% - 14.5px);
    }
    .process-num {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    .process-div>p {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .point-swiper-container img {
        width: 360px;
    }
    table th, table td, .caution-wrap>div {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    label, .agree {
        font-size: 16px !important;
        line-height: 24px !important; /* 150% */
        letter-spacing: -0.4px !important;
    }
    .contact-logo {
        width: 80%;
    }
    .contact-left-div>b {
        font-size: 56px;
        letter-spacing: -1.4px;
    }
    .contact-form-num>svg {
        width: 50px;
        height: 50px;
    }
    .contact-form-num {
        font-size: 40px;
        line-height: 50px; /* 130% */
        letter-spacing: -1px;
    }
}

@media(max-width: 1100px) {
    .st17-inner-container>hr {
        height: 750px;
    }
    .st22-logo {
        width: 50%;
    }
    .caution-wrap {
        flex-direction: column;
        justify-items: start;
    }
}

@media(max-width: 1024px) {
    #tab1 {
        border: none;
        background: transparent;
        padding: 0;
        height: auto;
    }
    .broadcast-swiper-container .swiper-slide {
        width: 100% !important;
    }
    .broadcast-swiper-container iframe {
        width: 100%;
        border-radius: 16px;
        overflow: hidden;
    }
    .nav-wrap {
        width: 102%;
        left: -1%;
    }
    #tab2 {
        height: 100%;
    }
    .sponsor-swiper-container {
        padding: 10px 0;
    }
    #tab2 .nav-wrap {
        top: 43%;
        width: 110%;
        left: -5%;
    }
}

@media(max-width: 1000px) {
    .st17-inner-container>hr {
        height: 670px;
    }
    .process-wrap {
        width: calc(50% - 10px);
    }
    .process-div {
        padding: 20px 10px;
    }
    .contact-container {
        flex-direction: column;
        gap: 20px;
    }
    .contact-left, .contact-right {
        width: 100%;
    }
    .contact-left {
        padding: 0;
        gap: 20px;
    }
   .contact-logo {
    width: 60%;
   }
   .contact-left-div>b>br {
    display: none;
   }
}

@media(max-width: 900px) {
    .st17-tit {
        width: 210px;
    }
    .st17-inner-container {
        flex-direction: column;
        gap: 20px;
    }
    .st17-wrap {
        width: 100%;
        gap: 12px;
    }
    .st17-type-wrap {
        flex-direction: row;
        gap: 0;
    }
    .st17-type-div {
        width: 33.3%;
        flex-direction: column;
        gap: 8px;
        padding: 0;
    }
    .st17-type-tit {
        gap: 10px;
    }
    .st17-type-div>img {
        width: 100%;
        border-radius: 0;
    }
    .st17-wrap:first-child .type-tit {
        height: 52px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .st17-inner-container>hr {
        width: 100%;
        height: 1px;
        border-top: 1px dashed rgba(255, 255, 255, 0.50);
        border-right: none;
    }
    .st18-img {
        width: 320px;
    }
    .st18-tit-div {
        width: 70%;
    }
    #section19 {
        padding: 120px 0 20px;
    }
    .st19-img {
        max-width: unset;
        position: static;
        width: 80%;
        margin-top: -120px;
        margin-left: 10px;
    }
    .st19-img2 {
        display: none;
    }
    .st19-div {
        padding: 30px 0px 60px 0px;
    }
    .st19-div>div {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .tab {
        width: 130px;
        padding: 10px 0;
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .open-num, .open-tit {
        font-size: 24px;
        line-height: 34px;
        letter-spacing: -0.6px;
    }
    .open-txt {
        font-size: 14px;
        letter-spacing: -0.35px;
        min-height: 60px;
    }
    .st22-container {
        gap: 20px;
    }
    .st22-wrap {
        width: calc(50% - 10px);
    }
    .st22-div {
        height: 110px;
    }
    .st22-div>p:first-child {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    .st22-div>p:last-child {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    .section-tit, .contact-left-div>b {
        font-size: 48px;
        letter-spacing: -1.2px;
    }
    .point-swiper-container img {
        width: 350px;
    }
    .table-container {
        padding: 20px 0;
    }
    table, .caution-wrap {
        width: 95%;
    }
    table th, table td, .caution-wrap>div {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
}

@media(max-width: 800px) {
    .open-wrap {
        flex-wrap: wrap;
    }
    #o-tab1 .open-div {
        width: 50%;
        border: none !important;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    #o-tab2 {
        padding: 20px 0;
    }
    #o-tab2 .open-div {
        width: 100%;
        max-width: none;
        height: auto;
        padding: 35px 0;
    }
    .open-num, .open-tit {
        font-size: 28px;
        line-height: 38px;
        letter-spacing: -0.7px;
    }
    .open-txt {
        font-size: 16px;
        letter-spacing: -0.4px;
        min-height: 70px;
    }
    #o-tab2 .open-tit {
        min-height: unset;
    }
}

@media(max-width: 768px) {
    .swiper-bg, .swiper-bg2 {
        width: 100px;
    }
    .st18-tit-div {
        width: 80%;
    }
    .st19-img {
        width: 100%;
    }
    .agree-modal {
        padding: 0 20px;
    }
    .nav-wrap {
        top: 43%;
    }
    #tab2 .nav-wrap {
        top: 41%;
    }
}

@media(max-width: 750px) {
    .st18-inner-container {
        width: 90%;
    }
    .st18-img {
        width: 270px;
    }
    .st22-container {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    .st22-wrap {
        width: 90%;
    }
    .st22-logo {
        width: 40%;
    }
    table th, table td, .caution-wrap>div {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    .ta-br {
        display: block;
    }
    table td {
        height: auto;
        padding: 16px 10px;
    }
}

@media(max-width: 650px) {
    .st18-img {
        width: 220px;
    }
    #section21 {
        padding-top: 80px;
        gap: 40px;
    }
    .tab-div {
        gap: 16px;
    }
    .tab {
        font-size: 18px;
        line-height: 26px; /* 150% */
        letter-spacing: -0.45px;
        padding: 10px 0;
        width: 120px;
    }
    .open-div {
        gap: 5px;
    }
    .open-num, .open-tit {
        font-size: 24px;
        line-height: 34px;
        letter-spacing: -0.6px;
    }
    .open-txt {
        font-size: 14px;
        letter-spacing: -0.35px;
        min-height: 60px;
    }
    #o-tab1 .open-div {
        width: 40%;
    }
    #o-tab2 .open-div {
        padding: 18px 0;
    }
    .process-container {
        gap: 10px;
        row-gap: 20px;
    }
    .process-wrap {
        width: calc(50% - 5px);
    }
    .process-div {
        gap: 7.64px;
        border-radius: 4.582px;
    }
    .process-div>img {
        width: 35px;
    }
    .process-num {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .process-div>p {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
}

@media(max-width: 600px) {
    #section16 {
        padding: 80px 0;
        gap: 50px;
    }
    .st17-container {
        padding: 80px 0;
        gap: 40px;
        border-radius: 80px 0 0 0;
    }
    #section17 .section-tit-div>p:last-child {
        gap: 10px;
    }
    .st17-tit-div {
        padding: 15px 0;
    }
    .st17-tit {
        width: 145px;
    }
    .st17-tit-div {
        gap: 0;
    }
    .st17-type-tit {
        gap: 5.21px;
    }
    .st17-tit-div>p:first-child  {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    .st17-tit-div>p:last-child {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    .type {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.4px;
    }
    .st18-container {
        padding: 80px 0;
        gap: 40px;
        border-radius: 0 0 80px 0;
    }
    .st18-inner-container {
        gap: 6px;
    }
    .st18-left-img>svg {
        width: 18px;
        height: 38px;
    }
    #section19 {
        padding: 80px 0 0;
        gap: 40px;
    }
    .st19-logo {
        width: 50%;
    }
    .st19-img {
        width: 110%;
        margin-top: -95px;
    }
    .st19-div {
        padding: 20px 0 40px;
        border-radius: 11.786px;
    }
    .st19-div>div {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    #section20 {
        padding: 80px 0;
        gap: 40px;
    }
    #tab2 {
        border: 10px solid #222;
        border-radius: 8px;
    }
    .broadcast-swiper-container iframe {
        border-radius: 8px;
    }
    #tab2 .nav-wrap {
        left: -4%;
        width: 109%;
    }
    #section22 {
        padding: 80px 0;
        gap: 40px;
    }
    .st22-wrap {
        width: 100%;
        padding: 5px;
    }
    .st22-div {
        height: auto;
        gap: 5px;
        padding: 10px 0;
    }
    .st22-logo {
        width: 45%;
    }
    .st22-div>p:first-child {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .st22-div>p:last-child {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    .st23-container {
        padding: 80px 0;
        gap: 40px;
        border-radius: 80px 0 0 0;
    }
    .section-tit, .contact-left-div>b, .contact-form-num {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    .st24-container {
        padding: 80px 0;
        gap: 40px;
        border-radius: 0 0 80px 0;
    }
    .point-swiper-container img {
        width: 300px;
    }
    #section25 {
        padding: 80px 0;
        gap: 40px;
    }
    .table-container {
        border-radius: 0;
        padding: 0 0 20px;
        gap: 20px;
    }
    table {
        width: 100%;
    }
    .caution-wrap {
        width: 98%;
    }
    .contact-big-container {
        padding: 80px 0;
        border-radius: 80px 0 0 0;
    }
    .contact-form-num>svg {
        width: 54px;
        height: 54px;
    }
    .contact-right {
        padding: 30px 10px;
    }
    .contact-form {
        gap: 24px;
    }
    .contact-bg {
       display: none;
    }
    .flex-input {
        flex-direction: column;
        gap: 24px;
        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;
    }
    .st25-img {
        display: none;
    }
    .agree-modal {
        gap: 40px !important;
    }
    .agree-modal>.title>.p24 {
        font-size: 20px;
        line-height: 28px; /* 140% */
        letter-spacing: -0.5px;
    }
    .agree-modal>.title>.p40 {
        font-size: 28px;
        line-height: 38px; /* 135.714% */
        letter-spacing: -0.7px;
    }
    .agree-logo {
        width: 150px;
    }
    .nav-btn {
        padding: 9px;
    }
    .nav-btn>svg {
        width: 24px;
        height: 24px;
    }
}

@media(max-width: 500px) {
    .process-div {
        padding: 15px 0;
    }
    .process-div>img {
        width: 27px;
    }
    .process-num {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    .process-div>p {
        font-size: 11px;
        letter-spacing: -0.275px;
    }
}

@media(max-width: 480px) {
    .swiper-bg, .swiper-bg2 {
        width: 80px;
    }
    .st17-tit-div>p:first-child  {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    .st17-tit-div>p:last-child {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    .type {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: -0.3px;
        padding: 1.953px 5.207px;
    }
    .type-tit {
        font-size: 16px;
        line-height: 24px; /* 144.444% */
        letter-spacing: -0.4px;
    }
    .type-tit>span {
        font-size: 12px;
        line-height: 18px; /* 150% */
        letter-spacing: -0.3px;
    }
    .st17-wrap:first-child .type-tit {
        height: 45px;
    }
    .st18-left-img>svg {
        width: 14px;
        height: 30px;
    }
    .st18-img {
        width: 185px;
    }
    .st18-tit-div {
        width: 90%;
    }
    .open-num, .open-tit {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -0.45px;
    }
    .open-txt {
        font-size: 12px;
        letter-spacing: -0.3px;
        min-height: 54px;
    }
    #o-tab1 .open-div {
        width: 41.5%;
    }
    .tab {
        font-size: 16px;
        line-height: 24px; /* 150% */
        letter-spacing: -0.4px;
        width: 100px;
        padding: 10px 0;
    }
    .point-swiper-container .swiper-slide {
        margin-left: -10px;
    }
    .point-swiper-container img {
        width: 250px;
    }
    table th, table td {
        font-size: 12px;
        letter-spacing: -0.3px;
    }
    .caution-wrap {
        width: 95%;
    }
    .caution-wrap>div {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
}

@media(max-width: 400px) {
    .type {
        font-size: 10px;
        line-height: 16px;
        letter-spacing: -0.25px;
    }
    .type-tit {
        font-size: 13px;
        line-height: 18px; /* 144.444% */
        letter-spacing: -0.35px;
    }
    .type-tit>span {
        font-size: 10px;
        line-height: 16px; /* 150% */
        letter-spacing: -0.25px;
    }
    .st17-wrap:first-child .type-tit {
        height: 40px;
    }
    .st18-img {
        width: 165px;
    }
    .st18-tit-div {
        width: 90%;
    }
    .st19-img {
        margin-top: -85px;
    }
    .open-num, .open-tit {
        font-size: 16px;
        line-height: 21px;
        letter-spacing: -0.4px;
    }
    .open-txt {
        font-size: 10px;
        letter-spacing: -0.25px;
        min-height: 45px;
    }
    #o-tab1 .open-div {
        width: 43.5%;
    }
    .process-div>img {
        width: 24px;
    }
    .process-num {
        font-size: 12px;
        letter-spacing: -0.3px;
    }
    .process-div>p {
        font-size: 10px;
        letter-spacing: -0.25px;
    }
    .point-swiper-container img {
        width: 235px;
    }
    table th, table td {
        font-size: 11px;
        letter-spacing: -0.275px;
    }
    table td {
        padding: 14px 10px;
    }
    .caution-wrap>div {
        font-size: 12px;
        letter-spacing: -0.3px;
    }
}

@media(max-width: 380px) {
    .st18-img {
        width: 160px;
    }
}

@media(max-width: 370px) {
    .st18-img {
        width: 155px;
    }
}