
.split{
    display: inline-block;
}
.char{
    opacity: 0;
    display: inline-block;
    transform: translateY(20px);
}
/* s1*/
#s1 {
    position: relative;
    overflow: hidden;
}
.s1-wrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.s1-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    
    background: linear-gradient(
    180deg,
    #000 0%,
    rgba(0, 0, 0, 0) 100%
    );
}
.s1-wrap .regen_txt{
    position: relative;
    z-index: 8;
}
.s1-logo-loop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 8;
    opacity: 0.5;
    padding-top: 1%;
}

.s1-logo-loop .loop-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: marquee 65s linear infinite;
}

.s1-logo-loop img {
    height: 36px;
    margin-right: 60px;
    flex-shrink: 0;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.regen_txt.s1{
    gap: 0;
}
.regen_txt.s1 .center-img{
    width: 255px;
    height: 255px;
}
.regen_txt .main-tit.tit_ani-first{
    font-size: 24px;
    color: rgba(255, 255, 255, 0.80);
}
.regen_txt>span:first-child b{
    font-size: 48px;
    letter-spacing: -0.01em;
    margin-bottom: 20px;
}
.s1-img-wrap>span>span:first-child{
    font-size: 20px;
    font-weight: 600;
    color: #FFF;
}
.s1-img-wrap >span .tit_ani{
    color: rgba(255, 255, 255, 0.80);
    font-size: 16px;
    font-weight: 300;
}
.s1-img-wrap{
    max-width: 720px;
    width: 100%;
    height: 403px;
    border-radius: 16px;
    border-radius: var(--radius-s, 16px);
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: rgba(0, 0, 0, 0.30);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
/* s2 */
#s2, #s6{
    position: relative;
    background: #000;
}
.s2_wrap {
    /* max-width: 1200px;
    width: 95%;
    margin: 0 auto; */
    padding-left: 24%;
    /* 오른쪽 카드가 자연스럽게 보이도록 슬라이더 영역은 보이게 유지 */
    overflow: visible;
}
.s2-slider {
    /* 다음 카드가 살짝 보이도록 유지 */
    overflow: visible;
    position: relative;
}

.s2-slider .swiper{
    overflow: visible;
}
.s2Swiper .swiper-slide {
    /* 기본적으로 2장이 딱 맞게 들어오도록 유연한 폭 사용 */
    /* width: calc((1200px - 24px) / 2);
    max-width: calc((95vw - 24px) / 2); */
    overflow: visible;
    border-radius: 16px;
}

.txt-wrap{
    display: flex;
    flex-direction: column;
    color: #fff;
}
.txt-wrap h3{
    font-size: 20px;
}
.txt-wrap p{
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
}
.s2 .txt-wrap ul{
    color: rgba(255, 255, 255, 0.80);
    display: flex;
    flex-direction: column;
    gap: 8px;
    line-height: 1.3;
}
.txt-wrap ul li{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}
.s2Swiper .swiper-slide:last-child {
    margin-right: 0;
}
.s2_wrap .s2Swiper .sizeB{
    width: 100%;
    object-fit: contain;
}
.s2-arrows {
    position: absolute;
    gap: 22px;
    left: 16%;
    bottom: 16%;
    display: flex;
    align-items: center;
    z-index: 10;
}
.s2-counter-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}
.s2-now,
.s2-total {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}
.s2-buttons{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
/* 프로그래스바 */
.s2-progress {
    width: 100px;
    height: 6px;
    background: rgba(92, 92, 92, 0.5);
    border-radius: 10px;
    overflow: hidden;
}

.s2-progress-fill {
    width: 0%;
    height: 100%;
    background: #ffffff;
    transition: width 0.4s ease;
}
.s2-arrows button {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 1px solid #C8C8C8;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
    padding: 0;
    background: #000;
}

.s2-arrows button img {
    width: 12px;
    height: auto;
    object-fit: contain;
    transition: filter 0.25s ease;
}

.s2-arrows button:hover {
    background: #ffffff;
    border-color: #ffffff;
}

.s2-arrows button img {
    filter: brightness(0) invert(1);
}
.s2-arrows button:hover img {
    filter: brightness(0);
}
.s2 ul li img{
    width: 16px;
    height: auto;
}


/*s3*/
#s3 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 88.67%, #000 100%), linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 12.82%);
}

.s3-wrap{
    background: rgb(0, 0, 0, 0.5);
}
.s3-content-wrap{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: center;
    align-items: center;
}
.s3-content-wrap .top{
    width: 100%;
    height: 480px;
    font-size: 24px;
    font-weight: 100;
    letter-spacing: 0.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/section3-imgpng.png?ver=250909) no-repeat center/cover;
    border: 1px solid rgba(255, 255, 255, 0.50);
    border-radius: 16px;
}
.s3-content-wrap .bot{
    display: flex;
    /* align-items: center; */
    align-items: stretch;
    gap: 24px;
    width: 100%;
}
.s3-content-wrap .s3-bot-box{
    width: 100%;
    /* height: 202px; */
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: rgba(0, 0, 0, 0.60);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 30px;
}
.s3-content-wrap .s3-bot-box h5{
    font-size: 24px;
    font-weight: 700;
}
.s3-content-wrap .s3-bot-box p{
    color: rgba(255, 255, 255, 0.80);
    text-align: center;
    font-weight: 300;
    line-height: 1.4;
    font-size: 16px;
}
.s3-content-wrap .s3-bot-box button{
    font-size: 18px;
    font-weight: 700;
    height: var(--sizing-l, 48px);
    padding: var(--padding-s, 12px) var(--padding-m, 16px);
    gap: var(--margin-xs, 4px);
    border-radius: var(--radius-xs, 8px);
    background: linear-gradient(180deg, var(--button-tertiary-bg-default, #FFF) 0%, #A1895D 100%);
    transition: color 0.3s ease;
}
.s3-content-wrap .s3-bot-box button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    color: #000;
}
.s3-bot-box img{
    width: 8px;
    height: auto ;
}
.s3-content-wrap .s3-bot-box button:hover{
    background: linear-gradient(180deg, var(--button-tertiary-bg-default, #000) 0%, #A1895D 100%);
    color: rgb(255, 255, 255, 0.9);
    border: 0.5px solid rgb(255, 255, 255,0.3);
}
.s3-content-wrap .s3-bot-box button:hover a{
    color: #fff;
}
.s3-content-wrap .s3-bot-box button:hover img{
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
}
.logo-small{
    width: 44px;
}
/* s4 */
#s4{
    position: relative;
    background: url(../img/bg-long-01.png) no-repeat center/cover;
    overflow: hidden;
}

#s4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0) 100%
    );
    pointer-events: none;
    z-index: 1;
}

#s4 > * {
    position: relative;
    z-index: 2;
}

.s4 .tit_ani-first{
    line-height: 0.5;
    font-weight: 500;
}
.gradient-line{
    width: 100%;
    max-width: 595px;
    height: 9px;
}
.gradient-line2{
    width: 100%;
    max-width: 352px;
    height: 1px;
}
.card-wrap{
    display: flex;
    position: relative;
    justify-content: center;
    gap: 24px;
}
.s4-wrap .card-wrap p{
    display: flex;
    flex-direction: column;
    color: rgba(255, 255, 255, 0.80);
    font-size: 18px;
    font-weight: 300;
}
.s4-wrap .card-wrap .txt i{
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
.card-column01, .card-column02{
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}
.card-column02{
    margin-top: 250px;
}
.s4 .card-slide{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 440px;
    height: 510px;
    padding: 24px;
}
.s4 .card-slide.c1{
    background: url(../img/s4-img-01.png)no-repeat center/contain;
}
.s4 .card-slide.c2{
    background: url(../img/s4-img-02.png)no-repeat center/contain;
}
.s4 .card-slide.c3{
    background: url(../img/s4-img-03.png)no-repeat center/contain;
}
.s4 .card-slide.c4{
    background: url(../img/s4-img-04.png)no-repeat center/contain;
}
.s4 .card-slide.c5{
    background: url(../img/s4-img-05.png)no-repeat center/contain;
}
.s4 .card-slide.c6{
    background: url(../img/s4-img-06.png)no-repeat center/contain;
}
.s4 .card-slide span{
    width: 80px;
    display: flex;
    gap: 3px;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    background: var(--_, linear-gradient(90deg, #5A56AC 0%, #B49860 100%));
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    color: #fff;
    padding: 3px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.01em;
}
.s4 .card-slide .check{
    width: 18px;
    height: 18px;
}
.s4 .card-slide .txt{
    color: rgba(255, 255, 255, 0.80);
    display: flex;
    align-items: flex-start;
    font-size: 18px;
    font-weight: 400;
    
}
.s4 .card-slide .txt h6{
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
.s4 .s4-txt-wrap,
.s5 .s4-txt-wrap{
    display: flex;
    justify-content: space-around;
    gap: 24px;
}
.s4-txt-wrap .txt-box,
.s5 .s4-txt-wrap .txt-box{
    display: flex;
    flex-direction: column;
    color: #fff;
    position: relative;
}
.s4 .s4-txt-wrap .txt-box .line,
.s5 .s4-txt-wrap .txt-box .line{
    height: 1px;
    color: #A1895D;
    background: rgb(255, 255, 255,0.3);
}
/* 첫 번째 span */
.s4 .s4-txt-wrap .txt-box span:first-child,
.s5 .s4-txt-wrap .txt-box span:first-child {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

/* 마지막 span */
.s4 .s4-txt-wrap .txt-box span:last-of-type,
.s5 .s4-txt-wrap .txt-box span:last-of-type {
    color: rgba(255, 255, 255, 0.80);
    font-size: 40px;
    font-weight: 600;
}

/* b 태그 */
.s4 .s4-txt-wrap .txt-box b,
.s5 .s4-txt-wrap .txt-box b {
    color: #fff;
    font-size: 90px;
}

/* b 안의 i */
.s4 .s4-txt-wrap .txt-box b i,
.s5 .s4-txt-wrap .txt-box b i {
    font-size: 48px;
}

.txt-box.t1::before {
    content: "Case 1";
    position: absolute;
    top: -31%;
    left: 0;
    font-size: 96px;
    color: rgba(255, 255, 255, 0.10);
    font-weight: 900;
    pointer-events: none;
}

.txt-box.t2::before {
    content: "Case 2";
    position: absolute;
    top: -31%;
    left: 0;
    font-size: 96px;
    color: rgba(255, 255, 255, 0.10);
    font-weight: 900;
    pointer-events: none;
}
.s4-con2 .tit_ani-first{
    line-height: 1.4;
}
.s4-con2 .sub{
    line-height: 0.5;
}
.s4-con2-card-wrap{
    display: flex;
    flex-direction: column;
}
.s4-con2-card-wrap .txt i{
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
.s4-con2-card-wrap .card-slide{
    width: 100%;
    max-width: 588px;
    height: 343px;
}
.s4-con2-card-wrap .con2-01{
    background: url(../img/s4-img-07.png)no-repeat center/contain;
}
.s4-con2-card-wrap .con2-02{
    background: url(../img/s4-img-08.png)no-repeat center/contain;
}
.con2-02-box{
    display: flex;
    justify-content: center;
}
.con2-03-box{
    display: flex;
    justify-content: flex-end;
}
.s4-con2-card-wrap .con2-03{
    background: url(../img/s4-img-09.png)no-repeat center/contain;
}
.s4-con2-card-wrap .txt p{
    font-size: 16px;
    letter-spacing: 0;
}

.s4-con3-txt-wrap{
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 24px;
}
.s4-con3-txt-wrap .txt-box{
    display: flex;
    gap: 21px;
    flex-direction: column;
    justify-content: flex-start;
    color: #fff;
    font-size: 20px;
    width: 100%;
    max-width: 384px;
    /* height: 231px; */
    padding: 16px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: var(--_2, linear-gradient(180deg, rgba(161, 137, 93, 0.50) 0%, rgba(59, 50, 34, 0.00) 100%));
    backdrop-filter: blur(24px);
}
.s4-con3-txt-wrap .txt-box::before{
    display: none;
}
.s4-con3-txt-wrap .icon-wrap{
    display: flex;
    align-items: center;
    gap: 5px;
}
.s4-con3-txt-wrap .icon-wrap span{
    width: 8px;
    height: 8px;
    border-radius: var(--radius-full, 999px);
    opacity: 0.5;
    background: linear-gradient(180deg, var(--surface-layer-1, #F2F8FC) 0%, #909496 100%);
}
.s4-con3-txt-wrap .icon-wrap .on{width: 32px;
    height: 8px;
    border-radius: var(--radius-full, 999px);
    opacity: 1;
    background: linear-gradient(180deg, #FFF -1.5%, #A1895D 98.5%);
}
.s4-con3-txt-wrap .txt-box-bot h3{
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}
.s4-con3-txt-wrap .txt-box-bot h4{
    font-size: 24px;
    font-weight: 700;
}
.s4-con3-txt-wrap .txt-box-bot p{
    color: rgba(255, 255, 255, 0.80);
    font-size: 16px;
    font-weight: 300;
}
#s5{
    position: relative;
    background: url(../img/bg-long-02.png)no-repeat center/cover;
}

.txt-box.t1.month01::before {
    content: "1 month";
}

.txt-box.t2.month02::before {
    content: "2 month";
}
.txt-box.t1.month05::before {
    content: "5 month";
}

.txt-box.t2.sales::before {
    content: "Top sales";
}
.s4-con5 .tit_ani-first{
    line-height: 1.4;
}
.s4-con5 .sub{
    line-height: 0.5;
    font-weight: 500;
}
.s5 .s4-con5 .img-wrap{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 24px;
    color: #fff;
}
.s5 .s4-con5 .con5-img01{
    flex-direction: row;
    display: flex;
    justify-content: initial;
    align-items: flex-end;
    width: 100%;
    /* height: 343px; */
    background: url(../img/s4-img-10.png)no-repeat center/cover;
    border-radius: 16px;
    padding: 24px;
    padding-top: 230px;
}
.s5 .s4-con5 .con5-img02{
    flex-direction: row;
    display: flex;
    justify-content: initial;
    align-items: flex-end;
    width: 100%;
    /* height: 343px; */
    background: url(../img/s4-img-11.png)no-repeat center/cover;
    border-radius: 16px;
    padding: 24px;
    padding-top: 230px;
}
.s5 .s4-con5 .con5-img01 .txt h6,
.s5 .s4-con5 .con5-img02 .txt h6{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    font-weight: 700;
}
.s5 .s4-con5 .con5-img01 .txt h6 img,
.s5 .s4-con5 .con5-img02 .txt h6 img{
    width: 21px;
}
.con5-img01 .txt p,
.con5-img02 .txt p{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.80);
    letter-spacing: 0;
}
.s6 .swiper-slide img{
    width: 100%;
    border-radius: 16px;
}
.s6 .txt-wrap i{
    font-size: 24px;
    font-weight: 700;
}
.s6 .txt-wrap{
    color: #fff;
}
.s6 .s2-arrows{
    bottom: 12%;
}
.txt-wrap ul li.s6-txt-mo{
    display: none;
}
#s7{
    background: url(../img/bg-section7.png)no-repeat center/cover;
}

.s7 .tit_ani-second{
    font-weight: 700;
}
.s7-con-wrap{
    position: relative;
}
.s7-con-wrap img{
    border-radius: 16px;
}

.s7-swiper {
    width: 100%;
    overflow: hidden;
}

.s7-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 20px;
}

.s7-prev,
.s7-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    transition: all 0.25s ease;
}

.s7-prev:hover,
.s7-next:hover {
    background: rgba(255, 255, 255, 0.45);
}
.s7-prev img,
.s7-next img{
    width: 7px;
}

.s7-pagination {
    font-size: 18px;
    color: #fff;
    font-weight: 200;
    gap: 10px;
    display: flex;
    align-items: center;
}
.s7-con-sub{
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 24px;
}
.s7-con-sub .sub{
    width: 100%;
    /* height: 220px; */
    background: #fff;
    border-radius: 16px;
    padding: 27px;
}
.s7-con-sub .sub h3{
    font-size: 20px;
    font-weight: 700;
    color: #3C318F;
}
.s7-con-sub .sub p{
    font-size: 16px;
    color: rgba(0, 0, 0, 0.80);
}
.s7-con-wrap{
    position: relative;
    width: 100%;
    max-width: 1200px;
    overflow: visible;
    /* margin-left: calc((100vw - 1200px) / 2); */
}
.s7-mask {
    position: relative;
    width: 100%;
    max-width: 1200px;
    overflow: visible;
}
.s7-con-wrap::before {
    content: "";
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    left: -69px;
    width: 69px;
    height: 139px;
    background: url(../img/env-section07-left.png) no-repeat;
    background-size: contain;
    z-index: 1;
}
.s7-con-wrap::after {
    content: "";
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    right: -69px;
    width: 69px;
    height: 139px;
    background: url(../img/env-section07-right.png) no-repeat;
    background-size: contain;
    z-index: 1;
}
.s7-con-wrap .swiper{
    width: 100%;
    max-width: 1200px;
    overflow: visible;
    z-index: 3;
}
.s7-con-wrap  .slide{
    position: relative;
}
.erp-icon{
    width: 20px;
}
.s7-now{
    font-weight: 200;
}
#s8{
    background: url(../img/bg-section9.png)no-repeat center/cover;
}
.s8 .content-box{
    background: url(../img/s9-img-bg.png)no-repeat center/cover;
    border-radius: 16px;
    padding: 80px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}
.s8 .content-box img:first-child{
    width: 42px;
}
.s8 .content-box h3{
    color: #fff;
    font-size: 48px;
    font-weight: 700;
}
.s8 .content-box h4{
    color: rgba(255, 255, 255, 0.80);
    font-size: 24px;
    font-weight: 300;
}
.s8 .content-box img:nth-of-type(2){
    width: 119px;
}
#s9{
    position: relative;
    overflow: hidden;
}
.s9-content-wrap .top-wrap{
    display: flex;
    flex-direction: column;
}
.s9-content-wrap .top-wrap span{
    width: 186px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 24px;
    padding: 4px;
}
.s9-content-wrap .top-wrap span  i{
    margin-top: 2px;
}
.s9-content-wrap .top-wrap span img{
    width: 14px;
}
.s9-content-wrap .top-wrap h3{
    color: rgba(255, 255, 255, 0.80);
    font-size: 56px;
    font-weight: 400;
}
.s9-content-wrap .top-wrap h4{
    color: #FFF;
    font-size: 56px;
    font-weight: 700;
    line-height: 1;
}
.s9-content-wrap .top-wrap p{
    font-size: 24px;
    color: rgba(255, 255, 255, 0.80);
    font-weight: 300;
}
.s9-wrap {
    width: 100%;
    margin: 0 auto;
}
.s9Swiper{
    overflow: visible !important;
}
.s9Swiper .swiper-wrapper{
    align-items: stretch;
}
.s9Swiper .swiper-slide {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.80) 0%, #FFF 100%);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 384px !important;
    /* height: 262px; */
    height: auto;
    font-size: 18px;
    padding: 15px;
}
.s9Swiper .swiper-slide h5{
    color: #23214C;
    font-size: 20px;
    font-weight: 900;
}
.s9Swiper .swiper-slide i{
    color: #464A4D;
    font-size: 16px;
    font-weight: 700;
}
.s9Swiper .swiper-slide p{
    font-size: 18px;
}

/* 페이지네이션 */
.s9-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 3px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.50);
    opacity: 1;
    transition: all 0.25s ease;
}
.s9 .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 13%;
}

.s9-pagination .swiper-pagination-bullet-active {
    border-radius: 0;
    background: #fff;
    width: 40px;
    height: 3px;
}
#s10{
    position: relative;
    background: #000;
}
.s10 .tit_ani{
    font-weight: 700;
}
.s10 .s10-con-top-wrap img{
    border-radius: 16px;
}
.s10 .s10-con-top-wrap .txt-wrap{
    font-size: 24px;
    text-align: center;
}
.s10 .s10-con-top-wrap .txt-wrap h3{
    background: linear-gradient(180deg, #FFF 8.82%, #999 88.24%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    font-weight: 700;
}
.s10 .s10-con-top-wrap .txt-wrap p{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
}
.s10 .s10-con-top-wrap .txt-wrap h4{
    font-size: 20px;
    font-weight: 700
}

/* 문의하기 폼 스타일링 */
.inquiry_right{
    backdrop-filter: blur(3px);
    width: 100%;
    position: relative;
    z-index: 2;
    border-radius: var(--radius-radius-s, 16px);
    border: 1px solid rgba(255, 255, 255, 0.50);
    color: #fff;
    background: #000;
    padding: 24px;
    max-width: 720px;
    margin: auto;
}
.inquiry_right .title{
    font-size: 20px;
    font-weight: 700;
}
.form_flex{
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 15px;
}

.form_group {
    width: 100%;
    /* display: flex;
    align-items: center;
    gap: 20px; */
}
.form_group label {
    display: block;
    font-weight: bold;
    font-size: 14px;
    flex-shrink: 0;
    margin-bottom: 5px;
}

.form_group input, .form_group textarea {
    font-family: "Pretendard";
    width: 100%;
    padding: 10px;
    border: 1px solid #2F3133;
    color: #fff;
    background: #000;
    border-radius: 8px;
}
.form_group textarea{
    height: 100px;
    resize: none;
    line-height: 1.7;
    width: 100%;
}
.form_group input.maxw{
    width: 100%;
}
#inquiry_form p{
    font-size: 12px;
    font-weight: 500;
    color: #727272;
    text-align: center;
    margin: 15px 0;
}
.form_group.chk_group {
    padding: 0;
    padding-bottom: 10px;
    border-bottom: 0;
}
.form_group.chk_group label{
    font-size: 12px;
    font-weight: 500;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    opacity: 0.6;
    cursor: pointer;
}
.form_group.chk_group label:hover{
    opacity: 0.8;
}
.form_group.chk_group input{
    width: auto;
}
.submit_btn {
    display: inline-block;
    width: 100%;
    font-family: "Pretendard";
    padding: 12px 24px;
    border-radius: var(--radius-radius-xs, 8px);
    background: linear-gradient(180deg, #FFF 0%, #B49860 100%);
    border: none;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto 0;
    color: #000;
}
.inquiry_bottom ol{
    display: flex;
    gap: 16px;
}
.inquiry_bottom ol li{
    width: 100%;
    display: flex;
    padding: var(--padding-padding-l, 24px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--margin-margin-s, 8px);
    flex: 1 0 0;
    border-radius: var(--radius-radius-s, 16px);
    border: 1px solid #E8EEF2;
    background: #FFF;
}
.inquiry_bottom img{
    max-width: 24px;
}
.inquiry_bottom .tit{
    font-size: 20px;
    font-weight: 700;
}
.inquiry_bottom i{
    font-size: 14px;
    color: #505050;
}
.inquiry_bottom strong{
    font-size: 16px;
    font-weight: 700;
}

/* site_bg */
.site_bg.on{
    display: block;
}
.site_bg{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999999;
}
.site_popup{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    max-width: 1000px;
    width: 90%;
    height: 80%;
    position: relative;
    
}
.closeButton:hover{
    background-color: #c1272d;
}
.closeButton{
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 2rem;
    font-weight: 600;
    background: #333;
    color: #fff;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
}
/* 개인정보처리방침 */
.site_tab{
    width: 100%;
    padding: 2rem;
    margin: 0 auto;
    max-width: 1500px;
    font-size: 18px;
    line-height: 1.7em;
    font-weight: 400;
    word-break: keep-all;
    color: #272727;
    height: 100%;
    overflow-y: scroll;
}
.site_tab>li.on{
    display: block;
}
.site_tab>li{
    display: none;
}
.site_tab h6 {
    /* height: 30px; */
    line-height: 2;
    padding-left: 0px;
    font-size: 22px;
    margin-bottom: 15px;
    color: #000;
    font-weight: normal;
}
.site_tab h4 {
    font-size: 36px;
    font-weight: 800;
    text-align: center;
    margin: 5rem 0;
    line-height: 1.5;
    display: block;
}
.site_tab h4::before{display: none;}

/* 비급여 */
.time_wrap table {
    line-height: 1.5;
    text-align: center;
    font-size: 1.5rem;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    color: #000;
    font-weight: 700;
    border: 1px solid rgba(0,0,0,0.2);
    border-left: 0;
}
table, td {
    border-spacing: 0px;
    padding: 0px;
}
.time_wrap table tr td {
    padding: 10px;
    border-left: 1px solid rgba(0,0,0,0.2);
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
tr.bg td{
    background: rgba(0,0,0,0.1);
}
tr.bg2 td{
    background: rgba(35,104,196,0.2);
    font-weight: 700;
} 
.set-count{
    display: inline-block;
    width: 0.65em;
}

