.header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
.header-wrap .header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 18.1818vw;
    padding: 0 4.5455vw;
}
.header-wrap .header-container .logo-link {
    display: flex;
    height:	8.1818vw;
}
.header-wrap .header-container .logo-link img {
    height: 100%;
}
.header-wrap .header-container .button-box {
    display: flex;
    align-items: center;
    gap: 2.2727vw;
    font-size: 18px;
}
.header-wrap .header-container .button-box .partnership-inquiry-link {
    display: none;
}
.header-wrap .header-container .button-box .login-link {
    display: none;
}
.header-wrap .header-container .button-box .join-link {
    display: none;
}
.header-wrap .header-container .button-box .try-free-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25.9091vw;
    height: 8.8636vw;
    border-radius: 999px;
    background: linear-gradient(90deg, #2460FF 0%, #5F59FF 100%);
    font-size: 3.6364vw;
    font-weight: 600;
    color: #FFF;
    letter-spacing: -0.02em;
}
.header-wrap .header-container .button-box .menu-button {
    display: flex;
}

.gnb-wrap {
    display: none;
    justify-content: flex-end;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 11;
    width: 100%;
    height: 100dvh;
    background: #1616164D;
}
.gnb-wrap.active {
    display: flex;
}
.gnb-wrap .gnb-container {
    display: flex;
    flex-direction: column;
    width: 81.5909vw;
    max-width: 359px;
    background: #FFF;
}
.gnb-wrap .gnb-container .logo-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 18.1818vw;
    padding: 0 4.5455vw;
}
.gnb-wrap .gnb-container .logo-box .logo-link {
    display: flex;
    height: 8.1818vw;
}
.gnb-wrap .gnb-container .link-box {
    display: flex;
    flex-direction: column;
    gap: 4.5455vw;
    flex: 1 1 100%;
    padding: 4.5455vw;
}
.gnb-wrap .gnb-container .link-box a {
    font-size: 3.4091vw;
    font-weight: 500;
}
.gnb-wrap .gnb-container .link-box .try-free-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 11.3636vw;
    border-radius: 999px;
    background: linear-gradient(90deg, #2460FF 0%, #5F59FF 100%);
    font-size: 3.6364vw;
    font-weight: 600;
    color: #FFF;
    letter-spacing: -0.02em;
}
.gnb-wrap .gnb-container .terms-box {
    display: flex;
    justify-content: space-between;
    flex: 0 0 auto;
    padding: 4.5455vw;
}
.gnb-wrap .gnb-container .terms-box > * {
    display: flex;
    font-size: 3.1818vw;
    color: #757575;
    letter-spacing: -0.02em;
}

.section-wrap {
    overflow: hidden;
}
.section-wrap .first-section-wrap {
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
    padding: 54.5455vw 0 58.4091vw;
    background: url(/cms/main_images/bg_1.png) center / cover no-repeat;
}
.section-wrap .first-section-wrap .first-section-container {
    position: relative;
    max-width: 440px;
}
.section-wrap .first-section-wrap .first-section-container .text-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4.5455vw;
    position: relative;
    z-index: 1;
}
.section-wrap .first-section-wrap .first-section-container .text-box .box-title {
    font-size: 5.4545vw;
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: 6.5909vw;
    text-align: center;
}
.section-wrap .first-section-wrap .first-section-container .text-box .box-title strong {
    background: linear-gradient(90deg, #2460FF 0%, #5F59FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-wrap .first-section-wrap .first-section-container .text-box .box-text {
    font-size: 3.6364vw;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 4.3182vw;
    text-align: center;
}
.section-wrap .first-section-wrap .first-section-container .text-box .box-text strong {
    color: #455CFF;
}
.section-wrap .first-section-wrap .first-section-container .text-box .link-box {
    display: flex;
    gap: 2.2727vw;
}
.section-wrap .first-section-wrap .first-section-container .text-box .link-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3.6364vw 7.2727vw;
    border-radius: 999px;
    font-size: 3.4091vw;
    font-weight: 600;
    box-shadow: 0px 20px 40px 0px #818CF866;
    letter-spacing: -0.02em;
}
.section-wrap .first-section-wrap .first-section-container .text-box .link-box a.free-link {
    background: linear-gradient(90deg, #2460FF 0%, #5F59FF 100%);
    color: #FFF;
}
.section-wrap .first-section-wrap .first-section-container .text-box .link-box a.experience-link {
    border: 1px solid transparent;
    background:linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #2460FF 0%, #5F59FF 100%) border-box;
}
.section-wrap .first-section-wrap .first-section-container .text-box .link-box a.experience-link .link-text {
    background: linear-gradient(90deg, #2460FF 0%, #5F59FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-wrap .first-section-wrap .first-section-container .logo-box {
    display: flex;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    animation: logo 3s linear infinite;
    opacity: 0;
}
.section-wrap .first-section-wrap .first-section-container .logo-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-wrap .first-section-wrap .first-section-container .logo-box.coupang {
    top: -22.5vw;
    left: -7.7273vw;
    width: 12.7273vw;
    height: 12.5vw;
    border-radius: 2.2727vw;
}
.section-wrap .first-section-wrap .first-section-container .logo-box.hiver {
    top: -26.3636vw;
    left: 11.3636vw;
    width: 5.9091vw;
    height: 5.9091vw;
    border-radius: 50%;
    animation-delay: .3s;
}
.section-wrap .first-section-wrap .first-section-container .logo-box.ably {
    top: -10.9091vw;
    left: 7.0455vw;
    width: 7.2727vw;
    height: 7.2727vw;
    border-radius: 50%;
    animation-delay: .6s;
}
.section-wrap .first-section-wrap .first-section-container .logo-box.youtube {
    top: -27.0455vw;
    right: 3.4091vw;
    width: 7.2727vw;
    height: 7.2727vw;
    border-radius: 50%;
    animation-delay: .9s;
}
.section-wrap .first-section-wrap .first-section-container .logo-box.naver-store {
    top: -19.7727vw;
    right: -11.8182vw;
    width: 13.6364vw;
    height: 13.6364vw;
    border-radius: 6.8182vw;
    animation-delay: 1.2s;
}
.section-wrap .first-section-wrap .first-section-container .logo-box.wadiz {
    top: 20.2273vw;
    right: -14.3182vw;
    width: 9.0909vw;
    height: 9.0909vw;
    border-radius: 50%;
    animation-delay: 1.5s;
}
.section-wrap .first-section-wrap .first-section-container .logo-box.threads {
    top: 30vw;
    left: -13.6364vw;
    width: 9.5455vw;
    height: 9.5455vw;
    border-radius: 2.2727vw;
    animation-delay: 1.8s;
}
.section-wrap .first-section-wrap .first-section-container .logo-box.naver {
    top: 48.6364vw;
    right: -8.1818vw;
    width: 10vw;
    height: 10vw;
    border-radius: 3.6364vw;
    animation-delay: 2.1s;
}
.section-wrap .first-section-wrap .first-section-container .logo-box.kakao {
    top: 58.8636vw;
    left: -15.6818vw;
    width: 15.6818vw;
    height: 15.6818vw;
    border-radius: 2.2727vw;
    animation-delay: 2.4s;
}
.section-wrap .first-section-wrap .first-section-container .logo-box.blog {
    top: 60vw;
    right: 5.2273vw;
    width: 7.5vw;
    height: 7.5vw;
    border-radius: 50%;
    animation-delay: 2.7s;
}
.section-wrap .first-section-wrap .first-section-container .logo-box.naver-map {
    top: 79.5455vw;
    right: -9.7727vw;
    width: 13.1818vw;
    height: 12.9545vw;
    border-radius: 4.5455vw;
    animation-delay: 3s;
}
.section-wrap .first-section-wrap .first-section-container .logo-box.instagram {
    top: 92.5vw;
    left: -6.3636vw;
    width: 12.7273vw;
    height: 12.7273vw;
    border-radius: 2.2727vw;
    animation-delay: 3.3s;
}
.section-wrap .first-section-wrap .image-box {
    position: absolute;
    left: 50%;
    bottom: -7px;
    width: calc(100% - 18.6364vw);
    border-radius: 20px;
    box-shadow: 0px -14px 40px 0px #3C3A5733;
    transform: translateX(-50%);
}
.section-wrap .first-section-wrap .image-box img {
    width: 100%;
}
.section-wrap .first-section-wrap .big-image-box {
    display: none;
}

.section-wrap .second-section-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9.0909vw;
    padding: 18.1818vw 0;
}
.section-wrap .second-section-wrap .text-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.2727vw;
}
.section-wrap .second-section-wrap .text-box .tag-text {
    padding: 2.2727vw 5.4545vw;
    border: 1px solid #EEE;
    border-radius: 999px;
    background: linear-gradient(90deg, #2460FF 0%, #5F59FF 100%);
    font-size: 	3.4091vw;
    font-weight: 600;
    letter-spacing: -0.02em;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-wrap .second-section-wrap .text-box .box-title {
    font-size: 5.4545vw;
    font-weight: bold;
    color: #111;
    letter-spacing: -0.02em;
    line-height: 6.5909vw;
}
.section-wrap .second-section-wrap .text-box .box-text {
    font-size: 3.6364vw;
    color: #111;
    letter-spacing: -0.02em;
    line-height: 5vw;
}
.section-wrap .second-section-wrap .tab-button-box {
    display: flex;
    overflow: hidden;
    border-radius: 999px;
    background: #F9F9F9;
}
.section-wrap .second-section-wrap .tab-button-box .tab-button {
    padding: 2.2727vw 3.6364vw;
    font-size: 3.1818vw;
    letter-spacing: -0.02em;
}
.section-wrap .second-section-wrap .tab-button-box .tab-button.active {
    background: linear-gradient(90deg, #2460FF 0%, #5F59FF 100%);
    border-radius: 999px;
    font-weight: 600;
    color: #FFF;
}
.section-wrap .second-section-wrap .service-wrap {
    width: 100%;
}
.section-wrap .second-section-wrap .service-wrap .service-container {
    display: none;
}
.section-wrap .second-section-wrap .service-wrap .service-container.active {
    display: block;
}
.section-wrap .second-section-wrap .service-wrap .service-container .service-box .service-list .service-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4.5455vw;
    max-width: 320px;
    padding: 6.8182vw 6.8182vw 0;
    border-radius: 6.8182vw;
    background: #F9FAFE;
}
.section-wrap .second-section-wrap .service-wrap .service-container .service-box .service-list .service-item .title-box {
    display: flex;
    align-items: center;
    gap: 0.9091vw;
}
.section-wrap .second-section-wrap .service-wrap .service-container .service-box .service-list .service-item .title-box .box-icon {
    display: flex;
    width: 6.1364vw;
    height: 6.1364vw;
}
.section-wrap .second-section-wrap .service-wrap .service-container .service-box .service-list .service-item .title-box .box-icon.naver {
    display: flex;
    width: 8.1818vw;
    height: 8.1818vw;
}
.section-wrap .second-section-wrap .service-wrap .service-container .service-box .service-list .service-item .title-box .box-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-wrap .second-section-wrap .service-wrap .service-container .service-box .service-list .service-item .title-box .box-title {
    font-size: 3.6364vw;
    font-weight: 600;
    color: #111;
    letter-spacing: -0.02em;
}
.section-wrap .second-section-wrap .service-wrap .service-container .service-box .service-list .service-item .item-text {
    font-size: 4.5455vw;
    font-weight: 300;
    color: #111;
    letter-spacing: -0.02em;
    line-height: 5.4545vw;
}
.section-wrap .second-section-wrap .service-wrap .service-container .service-box .service-list .service-item .image-box {
    width: 100%;
}
.section-wrap .second-section-wrap .service-wrap .service-container .service-box .service-list .service-item .image-box img {
    width: 100%;
}

.section-wrap .third-section-wrap {
    display: flex;
    flex-direction: column;
    padding: 80px 20px;
}
.section-wrap .third-section-wrap .section-container {
    max-width: 400px;
    margin: 0 auto;
}
.section-wrap .third-section-wrap .text-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.section-wrap .third-section-wrap .text-box .tag-text {
    width: fit-content;
    padding: 10px 24px;
    border: 1px solid #EEE;
    border-radius: 999px;
    background: linear-gradient(90deg, #2460FF 0%, #5F59FF 100%);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.02em;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-wrap .third-section-wrap .text-box .box-title {
    font-size: 24px;
    font-weight: bold;
    color: #111;
    line-height: 29px;
}
.section-wrap .third-section-wrap .text-box .box-title strong {
    background: linear-gradient(90deg, #2460FF 0%, #5F59FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-wrap .third-section-wrap .video-box {
    position: relative;
    width: 100%;
    margin: 40px 0 0;
}
.section-wrap .third-section-wrap .video-box:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #00000066;
    content: "";
}
.section-wrap .third-section-wrap .video-box video {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.section-wrap .third-section-wrap .video-box .title-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    top: 80px;
    left: 20px;
    z-index: 2;
}
.section-wrap .third-section-wrap .video-box .title-box .box-title {
    font-size: 20px;
    font-weight: 600;
    color: #FFF;
    letter-spacing: -0.02em;
}
.section-wrap .third-section-wrap .video-box .title-box .number-wrap {
    display: flex;
    align-items: flex-end;
    gap: 4px;
}
.section-wrap .third-section-wrap .video-box .title-box .number-wrap .number-box {
    display: flex;
}
.section-wrap .third-section-wrap .video-box .title-box .number-wrap .number-box .number {
    font-size: 50px;
    font-weight: bold;
    color: #FFF;
    letter-spacing: -0.02em;
}
.section-wrap .third-section-wrap .video-box .title-box .number-wrap .number-text-box {
    display: flex;
}
.section-wrap .third-section-wrap .video-box .title-box .number-wrap .number-text-box .text {
    font-size: 24px;
    font-weight: 600;
    color: #FFF;
}
.section-wrap .third-section-wrap .video-box .bar-box {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 0 25px;
}
.section-wrap .third-section-wrap .video-box .bar-box .bar {
    position: relative;
    width: 80px;
    border-radius: 10px 10px 0 0;
    transform: translateY(110%);
    transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: calc(var(--i, 0) * 0.12s);
    will-change: transform;
}
.section-wrap .third-section-wrap .video-box .bar-box.is-animated .bar {
    transform: translateY(0);
}
.section-wrap .third-section-wrap .video-box .bar-box .bar:first-child {
    height: 40px;
    background: #D4D8FF;
}
.section-wrap .third-section-wrap .video-box .bar-box .bar:nth-child(2) {
    height: 84px;
    background: #A1A8FF;
}
.section-wrap .third-section-wrap .video-box .bar-box .bar:nth-child(3) {
    height: 175px;
    background: #6370FF;
}
.section-wrap .third-section-wrap .video-box .bar-box .bar:last-child {
    height: 311px;
    background: #5E5AFF;
}
.section-wrap .third-section-wrap .video-box .bar-box .bar .year {
    position: absolute;
    top: 16px;
    left: 50%;
    font-weight: 600;
    color: #FFF;
    letter-spacing: -0.02em;
    transform: translateX(-50%);
}
.section-wrap .third-section-wrap .video-box .bar-box .bar .number-box {
    display: none;
}
.section-wrap .third-section-wrap .video-box .bar-box .bar:first-child .year {
    font-size: 16px;
}
.section-wrap .third-section-wrap .video-box .bar-box .bar:nth-child(2) .year {
    font-size: 20px;
}
.section-wrap .third-section-wrap .video-box .bar-box .bar:nth-child(3) .year {
    font-size: 20px;
}
.section-wrap .third-section-wrap .video-box .bar-box .bar:last-child .year {
    font-size: 20px;
}
.section-wrap .third-section-wrap .statistics-wrap {
    display: flex;
}
.section-wrap .third-section-wrap .statistics-wrap .statistics-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    width: 100%;
    height: 122px;
    padding: 20px 0;
}
.section-wrap .third-section-wrap .statistics-wrap .statistics-box .box-title {
    font-size: 14px;
    font-weight: 600;
    color: #252538;
    letter-spacing: -0.02em;
    line-height: 17px;
    text-align: center;
}
.section-wrap .third-section-wrap .statistics-wrap .statistics-box .number-box {
    display: flex;
}
.section-wrap .third-section-wrap .statistics-wrap .statistics-box .number-box .number {
    font-size: 32px;
    font-weight: 600;
    color: #6759FF;
    letter-spacing: -0.02em;
    line-height: 38px;
}

.section-wrap .third-section-wrap .text-box.is-visible {
    animation: 0.8s ease-out 0s 1 normal forwards running text;
}
.section-wrap .third-section-wrap .video-box .title-box.is-visible .box-title {
    opacity: 0;
    animation: 0.6s ease-out 0.3s 1 normal forwards running text-opacity;
}
.section-wrap .third-section-wrap .video-box .title-box.is-visible .number-wrap .number-box .number:first-child {
    opacity: 0;
    animation: 0.4s cubic-bezier(0.16, 1, 0.3, 1) 0.8s 1 normal forwards running text;
}
.section-wrap .third-section-wrap .video-box .title-box.is-visible .number-wrap .number-box .number:nth-child(2) {
    opacity: 0;
    animation: 0.4s cubic-bezier(0.16, 1, 0.3, 1) 0.9s 1 normal forwards running text;
}
.section-wrap .third-section-wrap .video-box .title-box.is-visible .number-wrap .number-box .number:nth-child(3) {
    opacity: 0;
    animation: 0.4s cubic-bezier(0.16, 1, 0.3, 1) 1s 1 normal forwards running text;
}
.section-wrap .third-section-wrap .video-box .title-box.is-visible .number-wrap .number-box .number:nth-child(4) {
    opacity: 0;
    animation: 0.4s cubic-bezier(0.16, 1, 0.3, 1) 1.1s 1 normal forwards running text;
}
.section-wrap .third-section-wrap .video-box .title-box.is-visible .number-wrap .number-box .number:last-child {
    opacity: 0;
    animation: 0.4s cubic-bezier(0.16, 1, 0.3, 1) 1.2s 1 normal forwards running text;
}
.section-wrap .third-section-wrap .video-box .title-box.is-visible .number-wrap .number-text-box .text:first-child {
    opacity: 0;
    animation: 0.4s cubic-bezier(0.16, 1, 0.3, 1) 1.3s 1 normal forwards running text;
}
.section-wrap .third-section-wrap .video-box .title-box.is-visible .number-wrap .number-text-box .text:last-child {
    opacity: 0;
    animation: 0.4s cubic-bezier(0.16, 1, 0.3, 1) 1.4s 1 normal forwards running text;
}
.section-wrap .third-section-wrap .statistics-wrap.is-visible .statistics-box .number-box .number:nth-child(1) {
    opacity: 0;
    animation:0.4s cubic-bezier(0.16, 1, 0.3, 1) 0.6s 1 normal forwards running text;
}
.section-wrap .third-section-wrap .statistics-wrap.is-visible .statistics-box .number-box .number:nth-child(2) {
    opacity: 0;
    animation:0.4s cubic-bezier(0.16, 1, 0.3, 1) 0.7s 1 normal forwards running text;
}
.section-wrap .third-section-wrap .statistics-wrap.is-visible .statistics-box .number-box .number:nth-child(3) {
    opacity: 0;
    animation:0.4s cubic-bezier(0.16, 1, 0.3, 1) 0.8s 1 normal forwards running text;
}
.section-wrap .third-section-wrap .statistics-wrap.is-visible .statistics-box .number-box .number:nth-child(4) {
    opacity: 0;
    animation:0.4s cubic-bezier(0.16, 1, 0.3, 1) 0.9s 1 normal forwards running text;
}

.section-wrap .fourth-section-wrap {
    display: flex;
    flex-direction: column;
    gap: 13.6364vw;
    padding: 18.1818vw 0;
}
.section-wrap .fourth-section-wrap .text-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4.5455vw;
}
.section-wrap .fourth-section-wrap .icon-wrap {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4.5455vw;
}
.section-wrap .fourth-section-wrap .icon-wrap::before {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    width: 41.6659vw;
    height: 40.9091vw;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 80%);
    content: "";
    transform: translateY(-50%);
}
.section-wrap .fourth-section-wrap .icon-wrap::after {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    width: 41.6659vw;
    height: 40.9091vw;
    background: linear-gradient(450deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 80%);
    content: "";
    transform: translateY(-50%);
}
.section-wrap .fourth-section-wrap .icon-wrap .icon-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 3.1818vw;
    width: max-content;
    will-change: transform;
    transform: translate3d(0, 0, 0);
}
.section-wrap .fourth-section-wrap .icon-wrap .icon-container .icon-box {
    display: flex;
    flex: 0 0 auto;
    overflow: hidden;
    width: 13.6364vw;
    height: 13.6364vw;
    border-radius: 50%;
}
.section-wrap .fourth-section-wrap .icon-wrap .icon-container .icon-box img {
    width: 100%;
    height: 100%;
}
.section-wrap .fourth-section-wrap .text-box .tag-text {
    padding: 2.2727vw 5.4545vw;
    border: 1px solid #EEE;
    border-radius: 999px;
    background: linear-gradient(90deg, #2460FF 0%, #5F59FF 100%);
    font-size: 3.4091vw;
    font-weight: 600;
    letter-spacing: -0.02em;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-wrap .fourth-section-wrap .text-box .box-title {
    font-size: 5.4545vw;
    font-weight: bold;
    color: #111;
    letter-spacing: -0.02em;
}
.section-wrap .fourth-section-wrap .text-box .box-text {
    font-size: 3.6364vw;
    color: #111;
    letter-spacing: -0.02em;
}

.section-wrap .fifth-section-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18.1818vw;
    padding: 18.1818vw 4.5455vw;
    background: #F5F5F5;
}
.section-wrap .fifth-section-wrap .section-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9.0909vw;
}
.section-wrap .fifth-section-wrap .section-container .text-box {
    display: flex;
    flex-direction: column;
    gap: 4.5455vw;
}
.section-wrap .fifth-section-wrap .section-container .text-box .icon {
    display: flex;
    width: 18.1818vw;
    height: 18.1818vw;
}
.section-wrap .fifth-section-wrap .section-container .text-box .icon img {
    width: 100%;
    height: 100%;
}
.section-wrap .fifth-section-wrap .section-container .text-box .box-title {
    font-size: 5.4545vw;
    font-weight: bold;
    color: #111;
    letter-spacing: -0.02em;
    line-height: 6.5909vw;
}
.section-wrap .fifth-section-wrap .section-container .text-box .box-title strong {
    background: linear-gradient(90deg, #2460FF 0%, #5F59FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-wrap .fifth-section-wrap .section-container .text-box .box-text {
    font-size: 3.4091vw;
    color: #111;
    letter-spacing: -0.02em;
    line-height: 4.7727vw;
}
.section-wrap .fifth-section-wrap .section-container .text-box .more-link {
    display: flex;
    width: fit-content;
    padding: 3.6364vw 7.2727vw;
    border-radius: 999px;
    background: linear-gradient(90deg, #2460FF 0%, #5F59FF 100%);
    font-size: 3.6364vw;
    font-weight: 600;
    color: #FFF;
    box-shadow: 0px 4.5455vw 9.0909vw 0px #818CF866;
    letter-spacing: -0.02em;
}
.section-wrap .fifth-section-wrap .section-container .image-box {
    position: relative;
    width: 100%;
    max-width: 90.9091vw;
    min-height: 65vw;
}
.section-wrap .fifth-section-wrap .section-container .image-box img {
    width: 100%;
}
.section-wrap .fifth-section-wrap .section-container .image-box .image {
    position: absolute;
    width: 69.0205vw;
    box-shadow: 4.5455vw -4.5455vw 9.0909vw 0px #4A557033;
}
.section-wrap .fifth-section-wrap .section-container .image-box .image:first-child {
    bottom: 0;
    left: 0;
    z-index: 1;
}
.section-wrap .fifth-section-wrap .section-container .image-box .image:last-child {
    top: 0;
    right: 0;
}
.section-wrap .fifth-section-wrap .section-container .image-box .image img {
    width: 100%;
}

.section-wrap .sixth-section-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4.5455vw;
    padding: 9.0909vw 4.5455vw;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 84.89%, #FFFFFF 100%), url(/cms/main_images/bg_2.png) top / 660%;
}
.section-wrap .sixth-section-wrap .text-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4.5455vw;
}
.section-wrap .sixth-section-wrap .text-box .tag-text {
    padding: 2.2727vw 5.4545vw;
    border: 1px solid #EEE;
    border-radius: 999px;
    background: linear-gradient(90deg, #2460FF 0%, #5F59FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-wrap .sixth-section-wrap .text-box .box-title {
    font-size: 5.4545vw;
    font-weight: bold;
    color: #111;
    letter-spacing: -0.02em;
    line-height: 6.5909vw;
}
.section-wrap .sixth-section-wrap .text-box .box-text {
    font-size: 3.6364vw;
    color: #111;
    letter-spacing: -0.02em;
    line-height: 5vw;
    text-align: center;
}
.section-wrap .sixth-section-wrap .mission-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9.0909vw;
    padding: 9.0909vw 0;
}
.section-wrap .sixth-section-wrap .mission-wrap .wrap-title {
    font-size: 4.5455vw;
    font-weight: bold;
    line-height: 6.3636vw;
    text-align: center;
}
.section-wrap .sixth-section-wrap .mission-wrap .wrap-title strong {
    background: linear-gradient(90deg, #2460FF 0%, #5F59FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-wrap .sixth-section-wrap .mission-wrap .image-box {
    width: 60vw;
}
.section-wrap .sixth-section-wrap .mission-wrap .image-box img {
    width: 100%;
}
.section-wrap .sixth-section-wrap .step-wrap {
    display: flex;
    flex-direction: column;
    gap: 2.2727vw;
}
.section-wrap .sixth-section-wrap .step-wrap .step-container {
    display: flex;
    flex-direction: column;
    gap: 1.8182vw;
    padding: 4.5455vw;
    border-radius: 1.8182vw;
    background: #FFF;
}
.section-wrap .sixth-section-wrap .step-wrap .step-container .step-box {
    display: flex;
    align-items: center;
    gap: 3.4091vw;
    line-height: 4.3182vw;
}
.section-wrap .sixth-section-wrap .step-wrap .step-container .step-box .step {
    background: linear-gradient(90deg, #2460FF 0%, #5F59FF 100%);
    font-size: 4.3182vw;
    font-weight: bold;
    letter-spacing: -0.02em;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-wrap .sixth-section-wrap .step-wrap .step-container .step-box .box-title {
    font-size: 3.6364vw;
    font-weight: bold;
    color: #252538;
}
.section-wrap .sixth-section-wrap .step-wrap .step-container .container-text {
    font-size: 3.1818vw;
    color: #111;
    letter-spacing: -0.04em;
    line-height: 4.5455vw;
}
.section-wrap .sixth-section-wrap .link-box {
    display: flex;
    gap: 2.2727vw;
}
.section-wrap .sixth-section-wrap .link-box a {
    display: flex;
    align-items: center;
    gap: 0.9091vw;
    height: 12.2727vw;
    padding: 0 7.2727vw;
    border-radius: 999px;
    font-size: 3.6364vw;
    font-weight: 600;
}
.section-wrap .sixth-section-wrap .link-box a.more-link {
    background: linear-gradient(90deg, #2460FF 0%, #5F59FF 100%);
    color: #FFF;
    box-shadow: 0px 5.3333vw 10.6667vw 0px #818CF833;
}
.section-wrap .sixth-section-wrap .link-box a.ai-link {
    border: 1px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #2460FF 0%, #5F59FF 100%) border-box;
}
.section-wrap .sixth-section-wrap .link-box a.ai-link .link-text {
    background: linear-gradient(90deg, #2460FF 0%, #5F59FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-wrap .seventh-section-wrap {
    overflow: hidden;
    padding: 9.0909vw 4.5455vw 27.2727vw;
}
.section-wrap .seventh-section-wrap .rank-wrap {
    display: flex;
    flex-wrap: nowrap;
    gap: 4.5455vw;
    width: max-content;
    will-change: transform;
    transform: translate3d(0, 0, 0);
}
.section-wrap .seventh-section-wrap .rank-wrap .rank-container {
    display: flex;
    flex-direction: column;
    gap: 2.2727vw;
    flex: 0 0 auto;
    width: 72.9545vw;
    padding: 5.4545vw;
    border: 1px solid #EDF2F7;
    border-radius: 2.7273vw;
}
.section-wrap .seventh-section-wrap .rank-wrap .rank-container .title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section-wrap .seventh-section-wrap .rank-wrap .rank-container .title-box .box-title {
    font-size: 3.6364vw;
    font-weight: 600;
    color: #757575;
    letter-spacing: -0.02em;
}
.section-wrap .seventh-section-wrap .rank-wrap .rank-container .title-box .icon-box {
    display: flex;
    align-items: center;
    gap: 0.9091vw;
    padding: 1.3636vw 2.7273vw;
    border: 1px solid #EDF2F7;
    border-radius: 999px;
}
.section-wrap .seventh-section-wrap .rank-wrap .rank-container .title-box .icon-box .icon {
    display: flex;
    width: 4.5455vw;
    height: 4.5455vw;
}
.section-wrap .seventh-section-wrap .rank-wrap .rank-container .title-box .icon-box .icon-text {
    font-size: 2.9545vw;
    font-weight: 500;
    color: #757575;
    letter-spacing: -0.02em;
}
.section-wrap .seventh-section-wrap .rank-wrap .rank-container .rank-box {
    display: flex;
    align-items: center;
    height: 6.5909vw;
    gap: 1.8182vw;
}
.section-wrap .seventh-section-wrap .rank-wrap .rank-container .rank-box .rank {
    font-size: 5.4545vw;
    font-weight: 600;
    color: #252538;
    letter-spacing: -0.02em;
}
.section-wrap .seventh-section-wrap .rank-wrap .rank-container .rank-box .rising-box {
    display: flex;
    align-items: center;
    gap: 0.4545vw;
}
.section-wrap .seventh-section-wrap .rank-wrap .rank-container .rank-box .rising-box .rising {
    font-size: 3.1818vw;
    font-weight: 600;
    color: #FF5959;
}
.section-wrap .seventh-section-wrap .rank-wrap .rank-container .image-box {
    width: 100%;
}
.section-wrap .seventh-section-wrap .rank-wrap .rank-container .image-box img {
    width: 100%;
}

.section-wrap .eighth-section-wrap {
    position: relative;
    padding: 4.5455vw;
}
.section-wrap .eighth-section-wrap video {
    width: 100%;
    height: 72.7273vw;
    border-radius: 2.7273vw;
    object-fit: cover;
}
.section-wrap .eighth-section-wrap .text-box {
    display: flex;
    flex-direction: column;
    gap: 4.5455vw;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
}
.section-wrap .eighth-section-wrap .text-box .box-title {
    font-size: 5.4545vw;
    font-weight: bold;
    color: #FFF;
    letter-spacing: -0.02em;
    line-height: 6.4773vw;
    text-align: center;
}
.section-wrap .eighth-section-wrap .text-box .box-title strong {
    background: linear-gradient(90deg, #4578FF 0%, #7A69FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-wrap .eighth-section-wrap .text-box .box-title span {
    font-size: 4.5455vw;
}
.section-wrap .eighth-section-wrap .text-box .box-text {
    font-size: 3.1818vw;
    font-weight: 300;
    color: #FFF;
    text-align: center;
}

.section-wrap .ninth-section-wrap {
    display: flex;
    justify-content: center;
    padding: 18.1818vw 4.5455vw;
}
.section-wrap .ninth-section-wrap .section-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;   /* ✅ 가운데 정렬 → full width 사용 */
    gap: 32px;              /* vw 대신 px로 적당히 */
    width: 100%;            /* ✅ 부모 기준으로 꽉 채움 */
    max-width: 600px;       /* ✅ 기본 600px 정도 박스 느낌 */
    margin: 0 auto;         /* ✅ 가운데 정렬 */
    box-sizing: border-box;
}
.section-wrap .ninth-section-wrap .text-box {
    display: flex;
    flex-direction: column;
    gap: 4.5455vw;
}
.section-wrap .ninth-section-wrap .text-box .box-title {
    font-size: 5.4545vw;
    font-weight: bold;
    color: #111;
    letter-spacing: -0.02em;
}
.section-wrap .ninth-section-wrap .text-box .box-title strong {
    background: linear-gradient(90deg, #2460FF 0%, #5F59FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-wrap .ninth-section-wrap .text-box .box-text {
    font-size: 3.6364vw;
    color: #111;
    letter-spacing: -0.02em;
    line-height: 5vw;
}
.section-wrap .ninth-section-wrap .text-box .check-text-wrap {
    display: flex;
    flex-direction: column;
    gap: 2.2727vw;
}
.section-wrap .ninth-section-wrap .text-box .check-text-wrap .check-text-box {
    width: fit-content;
    padding: 2.2727vw 5.4545vw;
    border-radius: 999px;
    background: #F5F4FF;
}
.section-wrap .ninth-section-wrap .text-box .check-text-wrap .check-text-box .check-box-text {
    font-size: 3.4091vw;
    font-weight: 600;
    color: #252538;
    letter-spacing: -0.02em;
    line-height: 4.0909vw;
}
.section-wrap .ninth-section-wrap .input-wrap {
    display: flex;
    flex-direction: column;
    gap: 9.0909vw;
    width: 100%;
}
.section-wrap .ninth-section-wrap .input-wrap .wrap-title {
    font-size: 5.4545vw;
    font-weight: bold;
    color: #111;
    line-height: 7.7273vw;
}
.section-wrap .ninth-section-wrap .input-wrap .input-container {
    display: flex;
    flex-direction: column;
    gap: 4.5455vw;
}
.section-wrap .ninth-section-wrap .input-wrap .input-container .input-box {
    display: flex;
    flex-direction: column;
    gap: 2.2727vw;
}
.section-wrap .ninth-section-wrap .input-wrap .input-container .input-box .box-title {
    display: flex;
    gap: 0.4545vw;
    font-size: 3.6364vw;
    font-weight: 500;
    color: #111;
    letter-spacing: -0.04em;
    line-height: 5vw;
}
.section-wrap .ninth-section-wrap .input-wrap .input-container .input-box .box-title.essential:after {
    font-size: 3.6364vw;
    font-weight: 500;
    color: #FF5959;
    content: "*";
}
.section-wrap .ninth-section-wrap .input-wrap .input-container .input-box input {
    height: 10.9091vw;
    padding: 0 	4.5455vw;
    border: 1px solid #EDF2F7;
    border-radius: 999px;
    background: #F9F9F9;
    font-size: 3.1818vw;
    color: #111;
    letter-spacing: -0.02em;
    line-height: 10.9091vw;
}
.section-wrap .ninth-section-wrap .input-wrap .input-container .input-box input::placeholder {
    color: #9E9E9E !important;
}
.section-wrap .ninth-section-wrap .input-wrap .input-container .input-box textarea {
    height: 31.8182vw;
    padding: 4.5455vw;
    border: 1px solid #EDF2F7;
    border-radius: 10px;
    background: #F9F9F9;
    font-size: 3.1818vw;
    color: #111;
    letter-spacing: -0.02em;
    line-height: 1.2;
}
.section-wrap .ninth-section-wrap .input-wrap .input-container .input-box textarea::placeholder {
    color: #9E9E9E !important;
}
.section-wrap .ninth-section-wrap .input-wrap .input-container .checkbox-wrap {
    display: flex;
    flex-direction: column;
    gap: 2.2727vw;
}
.section-wrap .ninth-section-wrap .inquiry-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 13.6364vw;
    border-radius: 999px;
    background: linear-gradient(90deg, #2460FF 0%, #5F59FF 100%);
    font-size: 4.0909vw;
    font-weight: 600;
    color: #FFF;
    letter-spacing: -0.02em;
}

.footer-wrap {
    padding: 5.2273vw 4.5455vw;
    background: #F9F9F9;
}
.footer-wrap .footer-container {
    display: flex;
    flex-direction: column;
    gap: 4.5455vw;
}
.footer-wrap .terms-box {
    display: flex;
    gap: 9.0909vw;
}
.footer-wrap .terms-box a {
    font-size: 3.6364vw;
    color: #111;
    letter-spacing: -0.04em;
    line-height: 5vw;
}
.footer-wrap address {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2.7273vw;
    line-height: 5vw;
}
.footer-wrap address .address-box {
    gap: 0.4545vw;
    letter-spacing: -0.05em;
}
.footer-wrap address .address-box .box-title {
    font-size: 3.1818vw;
    font-weight: bold;
    color: #747474;
}
.footer-wrap address .address-box .box-text {
    font-size: 3.1818vw;
    color: #747474;
}
.footer-wrap .copyright {
    font-size: 3.1818vw;
    color: #747474;
    letter-spacing: -0.05em;
}

.label-style {
    display: flex;
    align-items: center;
    gap: 1.8182vw;
    height: 7.2727vw;
}
.label-style.all {
    border-bottom: 1px solid #EDF2F7;
}
.label-style input[type="checkbox"] + .label-icon {
    display: flex;
    width: 3.6364vw;
    height: 3.6364vw;
    background: url(/cms/main_images/ico_checkbox.svg) center / cover no-repeat;
}
.label-style input[type="checkbox"]:checked + .label-icon {
    background: url(/cms/main_images/ico_checkbox_active.svg) center / cover no-repeat;
}
.label-style .label-text {
    font-size: 3.6364vw;
    letter-spacing: -0.04em;
    line-height: 5vw;
}
.label-style.all .label-text {
    font-weight: 500;
}
.label-style .view-button {
    font-size: 3.1818vw;
    font-weight: 600;
    color: #6759FF;
    letter-spacing: -0.03em;
}

.modal-window-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100dvh;
    background: #ACACAC;
}
.modal-window-overlay.active {
    display: block;
}
.modal-window-wrap {
    display: none;
    overflow-y: scroll;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 21;
    width: 90%;
    max-width:540px;
    height: 516px;
    padding: 30px;
    border-radius: 10px;
    background: #FFF;
    transform: translate(-50%,-50%);
}
.modal-window-wrap.active {
    display: block;
}
.modal-window-wrap .title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.modal-window-wrap .title-box .box-title {
    font-size: 24px;
    font-weight: 600;
}
.modal-window-wrap .text-box {
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: -0.025em;
}
.modal-window-wrap .text-box .terms-list {
    padding: 0 16px;
    list-style: decimal;
}
.modal-window-wrap .text-box .terms-list .terms-item .item-text {
    margin: 0 -16px;
}
.modal-window-wrap .text-box .terms-list .terms-item ul {
    padding: 0 8px;
    list-style: disc;
}

@media (min-width: 440px) {
    .header-wrap .header-container {
        height: 80px;
        padding: 0 20px;
    }
    .header-wrap .header-container .logo-link {
        height:	36px;
    }
    .header-wrap .header-container .button-box {
        gap: 10px;
    }
    .header-wrap .header-container .button-box .try-free-link {
        width: 114px;
        height: 39px;
        font-size: 16px;
    }

    .gnb-wrap .gnb-container .logo-box {
        height: 80px;
        padding: 0 20px;
    }
    .gnb-wrap .gnb-container .logo-box .logo-link {
        height: 36px;
    }
    .gnb-wrap .gnb-container .link-box {
        gap: 20px;
        padding: 20px;
    }
    .gnb-wrap .gnb-container .link-box a {
        font-size: 15px;
    }
    .gnb-wrap .gnb-container .link-box .try-free-link {
        height: 50px;
        font-size: 16px;
    }
    .gnb-wrap .gnb-container .terms-box {
        padding: 20px;
    }
    .gnb-wrap .gnb-container .terms-box > * {
        font-size: 14px;
    }

    .section-wrap .first-section-wrap {
        padding: 240px 0 257px;
    }
    .section-wrap .first-section-wrap .first-section-container .text-box {
        gap: 20px;
    }
    .section-wrap .first-section-wrap .first-section-container .text-box .box-title {
        font-size: 24px;
        line-height: 29px;
    }
    .section-wrap .first-section-wrap .first-section-container .text-box .box-text {
        font-size: 16px;
        line-height: 19px;
    }
    .section-wrap .first-section-wrap .first-section-container .text-box .link-box {
        gap: 10px;
    }
    .section-wrap .first-section-wrap .first-section-container .text-box .link-box a {
        padding: 16px 32px;
        font-size: 15px;
    }
    .section-wrap .first-section-wrap .first-section-container .logo-box.coupang {
        top: -99px;
        left: -34px;
        width: 56px;
        height: 55px;
        border-radius: 10px;
    }
    .section-wrap .first-section-wrap .first-section-container .logo-box.hiver {
        top: -116px;
        left: 50px;
        width: 26px;
        height: 26px;
    }
    .section-wrap .first-section-wrap .first-section-container .logo-box.ably {
        top: -48px;
        left: 31px;
        width: 32px;
        height: 32px;
    }
    .section-wrap .first-section-wrap .first-section-container .logo-box.youtube {
        top: -119px;
        right: 15px;
        width: 32px;
        height: 32px;
    }
    .section-wrap .first-section-wrap .first-section-container .logo-box.naver-store {
        top: -87px;
        right: -52px;
        width: 60px;
        height: 60px;
        border-radius: 30px;
    }
    .section-wrap .first-section-wrap .first-section-container .logo-box.wadiz {
        top: 89px;
        right: -63px;
        width: 40px;
        height: 40px;
    }
    .section-wrap .first-section-wrap .first-section-container .logo-box.threads {
        top: 132px;
        left: -60px;
        width: 42px;
        height: 42px;
        border-radius: 10px;
    }
    .section-wrap .first-section-wrap .first-section-container .logo-box.naver {
        top: 214px;
        right: -36px;
        width: 44px;
        height: 44px;
        border-radius: 16px;
    }
    .section-wrap .first-section-wrap .first-section-container .logo-box.kakao {
        top: 259px;
        left: -69px;
        width: 69px;
        height: 69px;
        border-radius: 10px;
    }
    .section-wrap .first-section-wrap .first-section-container .logo-box.blog {
        top: 264px;
        right: 23px;
        width: 33px;
        height: 33px;
    }
    .section-wrap .first-section-wrap .first-section-container .logo-box.naver-map {
        top: 350px;
        right: -43px;
        width: 58px;
        height: 57px;
        border-radius: 20px;
    }
    .section-wrap .first-section-wrap .first-section-container .logo-box.instagram {
        top: 407px;
        left: -28px;
        width: 56px;
        height: 56px;
        border-radius: 10px;
    }
    .section-wrap .first-section-wrap .image-box {
        width: calc(100% - 82px);
        max-width: 358px;
    }
    .section-wrap .second-section-wrap {
        gap: 40px;
        padding: 80px 0;
    }
    .section-wrap .second-section-wrap .text-box {
        gap: 10px;
    }
    .section-wrap .second-section-wrap .text-box .tag-text {
        padding: 10px 24px;
        font-size: 15px;
    }
    .section-wrap .second-section-wrap .text-box .box-title {
        font-size: 24px;
        line-height: 29px;
    }
    .section-wrap .second-section-wrap .text-box .box-text {
        font-size: 16px;
        line-height: 22px;
    }
    .section-wrap .second-section-wrap .tab-button-box .tab-button {
        padding: 10px 16px;
        font-size: 14px;
    }
    .section-wrap .second-section-wrap .service-wrap .service-container .service-box .service-list .service-item {
        gap: 20px;
        padding: 30px 30px 0;
        border-radius: 30px;
    }
    .section-wrap .second-section-wrap .service-wrap .service-container .service-box .service-list .service-item .title-box {
        gap: 4px;
    }
    .section-wrap .second-section-wrap .service-wrap .service-container .service-box .service-list .service-item .title-box .box-icon {
        width: 27px;
        height: 27px;
    }
    .section-wrap .second-section-wrap .service-wrap .service-container .service-box .service-list .service-item .title-box .box-icon.naver {
        width: 36px;
        height: 36px;
    }
    .section-wrap .second-section-wrap .service-wrap .service-container .service-box .service-list .service-item .title-box .box-title {
        font-size: 16px;
    }
    .section-wrap .second-section-wrap .service-wrap .service-container .service-box .service-list .service-item .item-text {
        font-size: 20px;
        line-height: 24px;
    }

    .section-wrap .fourth-section-wrap {
        gap: 60px;
        padding: 80px 0;
    }
    .section-wrap .fourth-section-wrap .text-box {
        gap: 20px;
    }
    .section-wrap .fourth-section-wrap .icon-wrap {
        gap: 20px;
    }
    .section-wrap .fourth-section-wrap .icon-wrap::before {
        width: 183.33px;
        height: 180px;
    }
    .section-wrap .fourth-section-wrap .icon-wrap::after {
        width: 183.33px;
        height: 180px;
    }
    .section-wrap .fourth-section-wrap .icon-wrap .icon-container {
        gap: 20px;
    }
    .section-wrap .fourth-section-wrap .icon-wrap .icon-container .icon-box {
        width: 60px;
        height: 60px;
    }
    .section-wrap .fourth-section-wrap .text-box .tag-text {
        padding: 10px 24px;
        font-size: 15px;
    }
    .section-wrap .fourth-section-wrap .text-box .box-title {
        font-size: 24px;
    }
    .section-wrap .fourth-section-wrap .text-box .box-text {
        font-size: 16px;
    }

    .section-wrap .fifth-section-wrap {
        gap: 80px;
        padding: 80px 20px;
    }
    .section-wrap .fifth-section-wrap .section-container {
        gap: 40px;
    }
    .section-wrap .fifth-section-wrap .section-container .text-box {
        gap: 20px;
    }
    .section-wrap .fifth-section-wrap .section-container .text-box .icon {
        width: 80px;
        height: 80px;
    }
    .section-wrap .fifth-section-wrap .section-container .text-box .box-title {
        font-size: 24px;
        line-height: 29px;
    }
    .section-wrap .fifth-section-wrap .section-container .text-box .box-text {
        font-size: 15px;
        line-height: 21px;
    }
    .section-wrap .fifth-section-wrap .section-container .text-box .more-link {
        padding: 16px 32px;
        font-size: 16px;
        box-shadow: 0px 20px 40px 0px #818CF866;
    }
    .section-wrap .fifth-section-wrap .section-container .image-box {
        max-width: 400px;
        min-height: 286px;
    }
    .section-wrap .fifth-section-wrap .section-container .image-box .image {
        width: 303.69px;
        box-shadow: 20px -20px 40px 0px #4A557033;
    }

    .section-wrap .sixth-section-wrap {
        gap: 20px;
        padding: 40px 20px;
    }
    .section-wrap .sixth-section-wrap .text-box {
        gap: 20px;
    }
    .section-wrap .sixth-section-wrap .text-box .tag-text {
        padding: 10px 24px;
    }
    .section-wrap .sixth-section-wrap .text-box .box-title {
        font-size: 24px;
        line-height: 29px;
    }
    .section-wrap .sixth-section-wrap .text-box .box-text {
        font-size: 16px;
        line-height: 22px;
    }
    .section-wrap .sixth-section-wrap .mission-wrap {
        gap: 40px;
        padding: 40px 0;
    }
    .section-wrap .sixth-section-wrap .mission-wrap .wrap-title {
        font-size: 20px;
        line-height: 28px;
    }
    .section-wrap .sixth-section-wrap .mission-wrap .image-box {
        width: 264px;
    }
    .section-wrap .sixth-section-wrap .step-wrap {
        gap: 10px;
    }
    .section-wrap .sixth-section-wrap .step-wrap .step-container {
        gap: 8px;
        padding: 20px;
        border-radius: 8px;
    }
    .section-wrap .sixth-section-wrap .step-wrap .step-container .step-box {
        gap: 15px;
        line-height: 19px;
    }
    .section-wrap .sixth-section-wrap .step-wrap .step-container .step-box .step {
        font-size: 16px;
    }
    .section-wrap .sixth-section-wrap .step-wrap .step-container .step-box .box-title {
        font-size: 16px;
    }
    .section-wrap .sixth-section-wrap .step-wrap .step-container .container-text {
        font-size: 14px;
        line-height: 20px;
    }
    .section-wrap .sixth-section-wrap .link-box {
        gap: 10px;
    }
    .section-wrap .sixth-section-wrap .link-box a {
        gap: 4px;
        height: 54px;
        padding: 0 32px;
        font-size: 16px;
    }

    .section-wrap .seventh-section-wrap {
        padding: 40px 20px 120px;
    }
    .section-wrap .seventh-section-wrap .rank-wrap {
        gap: 20px;
    }
    .section-wrap .seventh-section-wrap .rank-wrap .rank-container {
        gap: 10px;
        width: 321px;
        padding: 24px;
        border-radius: 12px;
    }
    .section-wrap .seventh-section-wrap .rank-wrap .rank-container .title-box .box-title {
        font-size: 16px;
    }
    .section-wrap .seventh-section-wrap .rank-wrap .rank-container .title-box .icon-box {
        gap: 4px;
        padding: 6px 12px;
    }
    .section-wrap .seventh-section-wrap .rank-wrap .rank-container .title-box .icon-box .icon {
        width: 20px;
        height: 20px;
    }
    .section-wrap .seventh-section-wrap .rank-wrap .rank-container .title-box .icon-box .icon-text {
        font-size: 13px;
    }
    .section-wrap .seventh-section-wrap .rank-wrap .rank-container .rank-box {
        gap: 8px;
        height: 29px;
    }
    .section-wrap .seventh-section-wrap .rank-wrap .rank-container .rank-box .rank {
        font-size: 24px;
    }
    .section-wrap .seventh-section-wrap .rank-wrap .rank-container .rank-box .rising-box {
        gap: 2px;
    }
    .section-wrap .seventh-section-wrap .rank-wrap .rank-container .rank-box .rising-box .rising {
        font-size: 14px;
    }

    .section-wrap .eighth-section-wrap {
        padding: 20px;
    }
    .section-wrap .eighth-section-wrap video {
        height: 320px;
        border-radius: 12px;
    }
    .section-wrap .eighth-section-wrap .text-box {
        gap: 20px;
    }
    .section-wrap .eighth-section-wrap .text-box .box-title {
        font-size: 24px;
        line-height: 28.5px;
    }
    .section-wrap .eighth-section-wrap .text-box .box-title span {
        font-size: 20px;
    }
    .section-wrap .eighth-section-wrap .text-box .box-text {
        font-size: 14px;
    }

    .section-wrap .ninth-section-wrap {
        gap: 40px;
        padding: 80px 20px;
    }
    .section-wrap .ninth-section-wrap .text-box {
        gap: 20px;
    }
    .section-wrap .ninth-section-wrap .text-box .box-title {
        font-size: 24px;
    }
    .section-wrap .ninth-section-wrap .text-box .box-text {
        font-size: 16px;
        line-height: 22px;
    }
    .section-wrap .ninth-section-wrap .text-box .check-text-wrap {
        gap: 10px;
    }
    .section-wrap .ninth-section-wrap .text-box .check-text-wrap .check-text-box {
        padding: 10px 24px;
    }
    .section-wrap .ninth-section-wrap .text-box .check-text-wrap .check-text-box .check-box-text {
        font-size: 15px;
        line-height: 18px;
    }
    .section-wrap .ninth-section-wrap .input-wrap {
        gap: 40px;
    }
    .section-wrap .ninth-section-wrap .input-wrap .wrap-title {
        font-size: 24px;
        line-height: 34px;
    }
    .section-wrap .ninth-section-wrap .input-wrap .input-container {
        gap: 20px;
    }
    .section-wrap .ninth-section-wrap .input-wrap .input-container .input-box {
        gap: 10px;
    }
    .section-wrap .ninth-section-wrap .input-wrap .input-container .input-box .box-title {
        gap: 2px;
        font-size: 16px;
        line-height: 22px;
    }
    .section-wrap .ninth-section-wrap .input-wrap .input-container .input-box .box-title.essential:after {
        font-size: 16px;
    }
    .section-wrap .ninth-section-wrap .input-wrap .input-container .input-box input {
        height: 48px;
        padding: 0 20px;
        font-size: 14px;
        line-height: 48px;
    }
    .section-wrap .ninth-section-wrap .input-wrap .input-container .input-box textarea {
        height: 140px;
        padding: 20px;
        border-radius: 10px;
        font-size: 14px;
    }
    .section-wrap .ninth-section-wrap .input-wrap .input-container .checkbox-wrap {
        gap: 10px;
    }
    .section-wrap .ninth-section-wrap .inquiry-button {
        height: 60px;
        font-size: 18px;
    }

    .footer-wrap {
        padding: 23px 20px;
    }
    .footer-wrap .footer-container {
        gap: 20px;
    }
    .footer-wrap .terms-box {
        gap: 40px;
    }
    .footer-wrap .terms-box a {
        font-size: 16px;
        line-height: 22px;
    }
    .footer-wrap address {
        column-gap: 12px;
        line-height: 22px;
    }
    .footer-wrap address .address-box {
        gap: 2px;
    }
    .footer-wrap address .address-box .box-title {
        font-size: 14px;
    }
    .footer-wrap address .address-box .box-text {
        font-size: 14px;
    }
    .footer-wrap .copyright {
        font-size: 14px;
    }

    .label-style {
        gap: 8px;
        height: 32px;
    }
    .label-style input[type="checkbox"] + .label-icon {
        width: 16px;
        height: 16px;
    }
    .label-style .label-text {
        font-size: 16px;
        line-height: 22px;
    }
    .label-style .view-button {
        font-size: 14px;
    }
}

@media screen and (min-width: 1025px) {
    .header-wrap .header-container .button-box {
        gap: 40px;
    }
    .header-wrap .header-container .button-box .partnership-inquiry-link {
        display: flex;
    }
    .header-wrap .header-container .button-box .login-link {
        display: flex;
    }
    .header-wrap .header-container .button-box .join-link {
        display: flex;
    }
    .header-wrap .header-container .button-box .menu-button {
        display: none;
    }

    .section-wrap .first-section-wrap {
        padding: 200px 0 392px;
    }
    .section-wrap .first-section-wrap .first-section-container {
        max-width: unset;
    }
    .section-wrap .first-section-wrap .first-section-container .text-box {
        gap: 40px;
    }
    .section-wrap .first-section-wrap .first-section-container .text-box .box-title {
        font-size: 50px;
        line-height: 60px;
    }
    .section-wrap .first-section-wrap .first-section-container .text-box .box-text {
        font-size: 24px;
        line-height: 29px;
    }
    .section-wrap .first-section-wrap .first-section-container .text-box .link-box a {
        font-size: 18px;
    }
    .section-wrap .first-section-wrap .image-box {
        display: none;
        max-width: unset;
    }
    .section-wrap .first-section-wrap .big-image-box {
        display: block;
        position: absolute;
        left: 50%;
        bottom: -141px;
        width: 1064px;
        border-radius: 20px;
        box-shadow: 0px -14px 40px 0px #3C3A5733;
        transform: translateX(-50%);
    }
    .section-wrap .first-section-wrap .big-image-box img {
        width: 100%;
    }
    .section-wrap .first-section-wrap .first-section-container .logo-box.coupang {
        top: 42px;
        left: -275px;
        width: 106px;
        height: 104px;
        border-radius: 30px;
    }
    .section-wrap .first-section-wrap .first-section-container .logo-box.hiver {
        top: -83px;
        left: -77px;
        width: 54px;
        height: 54px;
    }
    .section-wrap .first-section-wrap .first-section-container .logo-box.ably {
        top: 180px;
        left: -98px;
        width: 58px;
        height: 58px;
    }
    .section-wrap .first-section-wrap .first-section-container .logo-box.youtube {
        top: -108px;
        right: -64px;
        width: 52px;
        height: 52px;
    }
    .section-wrap .first-section-wrap .first-section-container .logo-box.naver-store {
        top: 49px;
        right: -269px;
        width: 85px;
        height: 86px;
    }
    .section-wrap .first-section-wrap .first-section-container .logo-box.wadiz {
        top: 267px;
        right: -446px;
        width: 48px;
        height: 48px;
    }
    .section-wrap .first-section-wrap .first-section-container .logo-box.threads {
        top: 253px;
        left: -287px;
        width: 42px;
        height: 42px;
    }
    .section-wrap .first-section-wrap .first-section-container .logo-box.naver {
        top: 207px;
        right: 0;
        width: 60px;
        height: 60px;
    }
    .section-wrap .first-section-wrap .first-section-container .logo-box.kakao {
        top: 425px;
        left: -327px;
        width: 102px;
        height: 102px;
        border-radius: 30px;
    }
    .section-wrap .first-section-wrap .first-section-container .logo-box.blog {
        top: 419px;
        right: -268px;
        width: 73px;
        height: 73px;
    }
    .section-wrap .first-section-wrap .first-section-container .logo-box.naver-map {
        top: 576px;
        right: -349px;
        width: 84px;
        height: 84px;
    }
    .section-wrap .first-section-wrap .first-section-container .logo-box.instagram {
        top: 623px;
        left: -313px;
        width: 93px;
        height: 93px;
    }
    .section-wrap .second-section-wrap .text-box .tag-text {
        font-size: 18px;
    }
    .section-wrap .second-section-wrap .text-box .box-title {
        font-size: 38px;
        line-height: 45px;
    }
    .section-wrap .second-section-wrap .text-box .box-text {
        font-size: 20px;
        line-height: 28px;
    }
    .section-wrap .second-section-wrap .tab-button-box .tab-button {
        font-size: 16px;
    }
    .second-section-wrap .service-box.swiper.swiper-locked-custom .swiper-wrapper {
        justify-content: center;
    }
    .section-wrap .third-section-wrap {
        max-width: 1440px;
        margin: 0 auto;
        padding: 80px 20px 24px;
    }
    .section-wrap .third-section-wrap .section-container {
        position: relative;
        width: 100%;
        max-width: 1440px;
    }
    .section-wrap .third-section-wrap .section-container .text-box {
        position: absolute;
        top: 0;
        left: 0;
    }
    .section-wrap .third-section-wrap .video-box {
        display: flex;
    }
    .section-wrap .third-section-wrap .video-box:after {
        right: 0;
        left: unset;
        width: 50%;
        max-width: 600px;
        aspect-ratio: 600 / 551;
    }
    .section-wrap .third-section-wrap .video-box video {
        order: 1;
        position: relative;
        width: 50%;
        max-width: 600px;
        height: auto;
        aspect-ratio: 600 / 551;
    }
    .section-wrap .third-section-wrap .video-box .title-box {
        justify-content: flex-end;
        position: absolute;
        top: 0;
        right: 0;
        left: unset;
        width: 50%;
        max-width: 600px;
        padding: 40px;
        aspect-ratio: 600 / 551;
    }
    .section-wrap .third-section-wrap .video-box .bar-box {
        order: 0;
        position: static;
        gap: 20px;
    }
    .section-wrap .third-section-wrap .video-box .bar-box .bar {
        width: calc(25% - 15px);
        border-radius: unset;
    }
    .section-wrap .third-section-wrap .video-box .bar-box .bar .year {
        left: 16px;
        transform: none;
    }
    .section-wrap .third-section-wrap .video-box .bar-box .bar .number-box {
        display: flex;
        align-items: center;
        gap: 4px;
        position: absolute;
        top: 44px;
        left: 16px;
    }
    .section-wrap .third-section-wrap .video-box .bar-box .bar .number-box .number {
        font-size: 32px;
        font-weight: bold;
        color: #FFF;
        letter-spacing: -0.02em;
    }
    .section-wrap .third-section-wrap .video-box .bar-box .bar .number-box .text {
        font-size: 16px;
        font-weight: 600;
        color: #FFF;
        letter-spacing: -0.02em;
    }
    .section-wrap .third-section-wrap .statistics-wrap {
        gap: 20px;
    }
    .section-wrap .third-section-wrap .statistics-wrap .statistics-box {
        align-items: flex-start;
        height: auto;
        margin: 24px 0 0;
        padding: 20px;
    }
    .section-wrap .third-section-wrap .statistics-wrap .statistics-box .box-title {
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
    }
    .section-wrap .third-section-wrap .statistics-wrap .statistics-box .box-title .pc {
        display: none;
    }
    .section-wrap .third-section-wrap .statistics-wrap .statistics-box .number-box {
        align-items: flex-end;
    }
    .section-wrap .third-section-wrap .statistics-wrap .statistics-box .number-box .number {
        font-size: 64px;
        line-height: 76px;
    }
    .section-wrap .third-section-wrap .statistics-wrap .statistics-box .number-box .number:last-child {
        font-size: 36px;
        line-height: 60px;
    }
    .section-wrap .third-section-wrap .statistics-wrap .statistics-box:last-child .number-box .number:nth-child(3) {
        font-size: 36px;
        line-height: 60px;
    }
    .section-wrap .fourth-section-wrap .text-box .tag-text {
        font-size: 18px;
    }
    .section-wrap .fourth-section-wrap .text-box .box-title {
        font-size: 38px;
        line-height: 45px;
    }
    .section-wrap .fourth-section-wrap .text-box .box-text {
        font-size: 20px;
        line-height: 28px;
    }
    .section-wrap .fourth-section-wrap .icon-wrap::before {
        width: 41.6667vw;
        height: 200px;
    }
    .section-wrap .fourth-section-wrap .icon-wrap::after {
        width: 41.6667vw;
        height: 200px;
    }
    .section-wrap .fourth-section-wrap .icon-wrap .icon-container .icon-box {
        width: 80px;
        height: 80px;
        border-radius: 30px;
    }
    .section-wrap .fifth-section-wrap {
        background: #FFF;
    }
    .section-wrap .fifth-section-wrap .section-container {
        flex-direction: row;
        gap: 80px;
    }
    .section-wrap .fifth-section-wrap .section-container .text-box .box-title {
        font-size: 30px;
        line-height: 36px;
    }
    .section-wrap .fifth-section-wrap .section-container .text-box .box-text {
        font-size: 20px;
        line-height: 28px;
    }
    .section-wrap .fifth-section-wrap .section-container .text-box .more-link {
        font-size: 18px;
    }
    .section-wrap .fifth-section-wrap .section-container:first-child {
        flex-direction: row-reverse;
    }
    .section-wrap .fifth-section-wrap .section-container:first-child .image-box {
        max-width: 480px;
    }
    .section-wrap .fifth-section-wrap .section-container:last-child .image-box {
        width: 569px;
        max-width: 569px;
    }
    .section-wrap .sixth-section-wrap {
        position: relative;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 84.89%, #FFFFFF 100%), url(/cms/main_images/bg_2.png) center / cover no-repeat;
    }
    .section-wrap .sixth-section-wrap .text-box .tag-text {
        font-size: 18px;
    }
    .section-wrap .sixth-section-wrap .text-box .box-title {
        font-size: 38px;
        line-height: 45px;
    }
    .section-wrap .sixth-section-wrap .text-box .box-text {
        font-size: 20px;
        line-height: 28px;
    }
    .section-wrap .sixth-section-wrap .text-box .box-text .pc {
        display: none;
    }
    .section-wrap .sixth-section-wrap .mission-wrap {
        flex-wrap: wrap;
        align-content: space-between;
        justify-content: center;
        column-gap: 0;
        row-gap: 40px;
        width: 100%;
        max-width: 1440px;
        height: 600px;
        padding: 40px;
    }
    .section-wrap .sixth-section-wrap .mission-wrap .wrap-title {
        order: 0;
        font-size: 30px;
        line-height: 42px;
        text-align: left;
    }
    .section-wrap .sixth-section-wrap .mission-wrap .image-box {
        display: flex;
        justify-content: center;
        order: 3;
        flex: 1 1 100%;
        width: calc(100% - 600px);
        height: 100%;
    }
    .section-wrap .sixth-section-wrap .mission-wrap .image-box img {
        width: auto;
        height: 100%;
    }
    .section-wrap .sixth-section-wrap .mission-wrap .step-wrap {
        order: 1;
        width: 620px;
    }
    .section-wrap .sixth-section-wrap .mission-wrap .step-wrap .step-container .step-box .step {
        font-size: 16px;
    }
    .section-wrap .sixth-section-wrap .mission-wrap .step-wrap .step-container .step-box .box-title {
        font-size: 20px;
    }
    .section-wrap .sixth-section-wrap .mission-wrap .step-wrap .step-container .container-text {
        font-size: 14px;
    }
    .section-wrap .sixth-section-wrap .mission-wrap .link-box {
        order: 2;
        align-self: flex-start;
    }
    .section-wrap .sixth-section-wrap .mission-wrap .link-box a {
        font-size: 18px;
    }
    .section-wrap .eighth-section-wrap {
        max-width: 1680px;
        margin: 0 auto;
    }
    .section-wrap .eighth-section-wrap video {
        height: 440px;
    }
    .section-wrap .eighth-section-wrap .text-box .box-title {
        font-size: 38px;
        line-height: 45px;
    }
    .section-wrap .eighth-section-wrap .text-box .box-title span {
        font-size: 38px;
    }
    .section-wrap .eighth-section-wrap .text-box .box-text {
        font-size: 20px;
        line-height: 24px;
    }
    .section-wrap .ninth-section-wrap .section-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        grid-template-areas:
            "text input"
            "text button";
        align-items: start;
        gap: 40px;
        width: 100%;
        max-width: 1680px;
    }
    .section-wrap .ninth-section-wrap .section-container .text-box {
        grid-area: text;
    }
    .section-wrap .ninth-section-wrap .section-container .input-wrap {
        grid-area: input;
    }
    .section-wrap .ninth-section-wrap .section-container .inquiry-button {
        grid-area: button;
        justify-self: stretch;
    }
    .section-wrap .ninth-section-wrap .text-box {
        gap: 40px;
    }
    .section-wrap .ninth-section-wrap .text-box .box-title {
        font-size: 38px;
        line-height: 45px;
    }
    .section-wrap .ninth-section-wrap .text-box .box-text {
        font-size: 20px;
        line-height: 28px;
    }
    .section-wrap .ninth-section-wrap .text-box .box-text .pc {
        display: none;
    }
    .section-wrap .ninth-section-wrap .text-box .check-text-wrap .check-text-box .check-box-text {
        font-size: 16px;
    }
    .section-wrap .ninth-section-wrap .text-box .check-text-wrap {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .section-wrap .ninth-section-wrap .input-wrap .input-container {
        flex-direction: row;
        flex-wrap: wrap;
        column-gap: 40px;
    }
    .section-wrap .ninth-section-wrap .input-wrap .input-container .input-box {
        width: calc(50% - 20px);
    }
    .section-wrap .ninth-section-wrap .input-wrap .input-container .input-box:nth-child(6) {
        width: 100%;
    }
    .footer-wrap {
        padding: 34px 20px;
    }
    .footer-wrap .footer-container {
        max-width: 1680px;
        margin: 0 auto;
    }
    .footer-wrap address .address-box:nth-child(3) {
        width: calc(100% - 223px);
    }
    .footer-wrap address .address-box:nth-child(5) {
        /*width: calc(100% - 254px);*/
    }
    .footer-wrap address .address-box:nth-child(7) {
        width: calc(100% - 173px);
    }
}

@keyframes logo {
  10%{
    opacity: 1;
  }
  70%{
    opacity: 1;
  }
  80%{
    opacity: 0;
    transform: translateY(-80px);
  }
  100%{
    opacity: 0;
    transform: translateY(-80px);
  }
}

@keyframes text {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes text-opacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.footer-inline-wrap {
    display: flex;
    align-items: center;   /* 세로 가운데 정렬 */
    gap: 10px;             /* 텍스트와 이미지 간격 */
}

.footer-inline-wrap .copyright {
    font-size: 14px;
    color: #666;
}

.footer-inline-wrap .box-text img {
    display: block;
    height: 40px;          /* 필요시 조절 가능 */
}




.modal-window-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100dvh;
    background: rgba(0, 0, 0, 0.45);  /* 뒤 내용이 살짝 비치도록 반투명 처리 */
}

.modal-window-wrap {
    display: none;
    overflow-y: scroll;
    position: fixed;
    top: 45%;                 /* 50% → 45% 로 살짝 위로 */
    left: 50%;
    z-index: 21;
    width: calc(100% - 40px);
    height: 516px;
    padding: 30px;
    border-radius: 10px;
    background: #FFF;
    transform: translate(-50%, -50%);
}


/* 모달 전체 공통 타이포 & 기본 스타일 */
.modal-window-wrap {
    font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.25);
}

/* 상단 제목 영역 */
.modal-window-wrap .title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding-bottom: 12px;
    border-bottom: 1px solid #EDF2F7;
}

.modal-window-wrap .box-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.03em;
    background: linear-gradient(90deg, #2460FF 0%, #5F59FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* 닫기 버튼 살짝 정리 */
.modal-window-wrap .close-button {
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.modal-window-wrap .close-button svg path {
    transition: fill 0.15s ease;
}
.modal-window-wrap .close-button:hover svg path {
    fill: #4B5563;
}


.modal-window-wrap .close-button {
    position: relative;
    z-index: 999999;
}
.logo-box .logo-link{
    position: relative;
    z-index: 99999;
    overflow: hidden;
}

/* 내용 영역 전체 */
.modal-window-wrap .text-box {
    margin-top: 16px;
    font-size: 14px;
    color: #374151;
    line-height: 1.6;
    letter-spacing: -0.02em;
}

/* 번호 리스트 기본 여백 초기화 */
.modal-window-wrap .terms-list {
    margin: 0;
    padding: 0;
    list-style: none;   /* <ol>이지만 커스텀 스타일로 */
}

/* 각 항목 블록 */
.modal-window-wrap .terms-item {
    padding: 14px 0 16px;
    border-bottom: 1px solid #F3F4F6;
}
.modal-window-wrap .terms-item:last-child {
    border-bottom: 0;
}


.modal-window-wrap .terms-list {
    counter-reset: terms;
}

/* 각 항목의 제목 */
.modal-window-wrap .terms-item .item-title {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 15px;
    font-weight: 600;
    color: #111827;
}

/* 일반 텍스트 */
.modal-window-wrap .terms-item .item-text {
    margin-bottom: 4px;
    font-size: 13px;
    color: #4B5563;
}

/* 안쪽 bullet 리스트 */
.modal-window-wrap .terms-item ul {
    margin: 4px 0 4px 18px;
    padding: 0;
    list-style: disc;
}
.modal-window-wrap .terms-item ul li {
    margin-bottom: 2px;
    font-size: 13px;
    color: #4B5563;
}

@media (max-width: 480px) {
    .modal-window-wrap {
        padding: 20px 18px;
        height: 70vh;
    }

    .modal-window-wrap .box-title {
        font-size: 16px;
    }

    .modal-window-wrap .text-box {
        font-size: 13px;
    }

    .modal-window-wrap .terms-item .item-title {
        font-size: 14px;
    }
}

