.titBx {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 52px;
    color: #fff;
}
.titBx h2 {
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: inherit;
    letter-spacing: -0.025em;
    line-height: calc(72/52*1em);
}
.titBx span {
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.025em;
    color: #b293e7;
    padding-bottom: calc(20/18*1em);
}
@media screen and (max-width: 1440px) {
    .titBx {
        font-size: clamp(40px, 52/1440*100vw, 52px);
    }
}
@media screen and (max-width: 820px) {
    .titBx {
        font-size: clamp(40px, 48/820*100vw, 48px);
    }
    .titBx span {
        font-size: clamp(18px, 24/820*100vw, 24px);
    }
}
@media screen and (max-width: 500px) {
    .titBx {
        font-size: clamp(30px, 40/500*100vw, 40px);
    }
    .titBx span {
        font-size: clamp(14px, 18/500*100vw, 18px);
    }
}

.product_visual .wrap .inner h1{
    font-size: 68px;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: calc(89 / 62);
}
@media screen and (max-width: 1600px) {
    .product_visual .wrap .inner h1 {
        font-size: clamp(90px, 102/1600*100vw, 102px);
    }
}
@media screen and (max-width: 1440px) {
    .product_visual .wrap .inner h1 {
        font-size: clamp(80px, 90/1440*100vw, 90px);
    }
}
@media screen and (max-width: 1280px) {
    .product_visual .wrap .inner h1 {
        font-size: clamp(70px, 80/1280*100vw, 80px);
    }
}
@media screen and (max-width: 1024px) {
    .product_visual .wrap .inner h1 {
        font-size: clamp(60px, 70/1024*100vw, 70px);
    }
}
@media screen and (max-width: 820px) {
    .product_visual .wrap .inner h1 {
        font-size: clamp(50px, 60/820*100vw, 60px);
    }
}
@media screen and (max-width: 500px) {
    .product_visual .wrap .inner h1 {
        font-size: clamp(40px, 50/500*100vw, 50px);
    }
}
@media screen and (max-width: 360px) {
    .product_visual .wrap .inner h1 {
        font-size: clamp(30px, 40/360*100vw, 40px);
    }
}

/* en 버튼 */
/* .product_visual ._moreBtn>.btn01{ padding: 0 calc(22/17*1em); }
.product_visual ._moreBtn>.btn02{ padding: 0 calc(22/17*1em); } */
.product_visual ._moreBtn>.btn01{ padding: 0 calc(36/17*1em); }
.product_visual ._moreBtn>.btn02{ padding: 0 calc(28/17*1em); }

/* s2 */
.s2 {
    position: relative;
    height: 100vh;
    background: #000;
}
.s2 .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
}
.s2 .bg .half {
    width: 50%;
    height: 100%;
}
.s2 .bg .half img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.s2 .wrap {
    height: 100%;
    display: flex; align-items: center;
    position: relative;
    z-index: 3;

}
.s2 .wrap .inner {
    max-width: 46%;
    width: 100%;
    color: #fff;
    padding-right: calc(105/1440*100%);
    position: relative;
    box-sizing: border-box;
}
.s2 .wrap .inner .txt_swiper .swiper-slide .txtBx h2 {
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 60px;
    letter-spacing: -0.025em;
    color: #fff;
    line-height: calc(80/60*1em);
    padding-bottom: calc(100/60*1em);
}
.s2 .wrap .inner .txt_swiper .swiper-slide .txtBx p {
    font-family: 'Pretendard';
    font-size: 18px;
    letter-spacing: -0.025em;
    color: #fff;
    line-height: calc(30/18*1em);
    padding-bottom: calc(60/18*1em);
    word-break: keep-all;
}
.s2 .wrap .inner .btnWrap {
    display: flex; flex-direction: column;
}
.s2 .navBx {
    display: flex;
    align-items: center;
    gap: calc(20/20*1em);
    font-size: 20px;
    margin-bottom: calc(30 / 20 * 1em);
    width: 100%;
    z-index: 5;
}
.s2 .navBx > * {
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    /* opacity: 0.2;
    transition: opacity 0.3s ease; */
}
@media screen and (min-width: 821px) {
    .s2 .wrap .inner .btnWrap .navBx > *:hover {
        opacity: 1;
    }
}
.s2 .wrap .inner .btnWrap .pagination {
    display: flex; align-items: center;
    gap: 5px;
}
.s2 .wrap .inner .btnWrap .pagination .swiper-pagination-bullet {
    display: block;
    width: calc(100% / 3 - (5px * 2 / 3));
    height: 5px;
    background: rgba(255, 255, 255, 0.2); 
    /* transition: all 0.4s ease; */
    border-radius: 2.5px;
}

.s2 .wrap .inner .btnWrap .pagination .swiper-pagination-bullet-active {
    background: linear-gradient(90deg, #3b0694 20%, #009fe3 180%);
    filter: brightness(1) invert(0) opacity(1);
}

@media screen and (max-width: 1280px) {
    .s2 .wrap .inner .txt_swiper .swiper-slide .txtBx h2 {
        font-size: clamp(50px, 60/1280*100vw, 60px);
    }
    /* .s2 .wrap .inner .btnWrap .navBx {
        font-size: clamp(16px, 18/1280*100vw, 18px);
    } */
}
@media screen and (max-width: 1024px) {
    .s2 .wrap .inner .txt_swiper .swiper-slide .txtBx h2 {
        font-size: clamp(30px, 50/1024*100vw, 50px);
    }
    /* .s2 .wrap .inner .btnWrap .navBx {
        font-size: clamp(14px, 16/1024*100vw, 16px);
    } */
    /* .s2 .navBx {
        font-size: clamp(28px, 28 / 820 * 100vw, 40px);
    } */
}
@media screen and (max-width: 820px) {
    .s2 {
        height: auto;
        padding-top: 100px;
        padding-bottom: 50px;
    }
    
    .s2 .bg {
        filter: brightness(0.3);
    }
    .s2 .bg .half {
        width: 100%;
    }
    .s2 .bg .half:nth-child(1) {
        display: none;
    }
    .s2 .bg .half .swiper {
        height: 100%;
    }
    .s2 .wrap .inner {
        max-width: 100%;
    }
    .s2 .navBx {
        width: 100%;
        font-size: clamp(18px, 20 / 500 * 100vw, 20px);
        color: #fff;
    }
    .s2 .wrap .inner .txt_swiper .swiper-slide .txtBx h2, 
    .s2 .wrap .inner .txt_swiper .swiper-slide .txtBx p {
        color: #fff;
    }
    .s2 .wrap .inner .btnWrap .pagination .swiper-pagination-bullet { 
        background-image: linear-gradient(90deg, rgba(59, 6, 148, 1) 20%, rgba(0, 159, 227, 1) 180%); filter: brightness(0) invert(1) opacity(0.2); transition: filter 0.6s ease; border-radius: 2.5px; 
    } 
    .s2 .wrap .inner .btnWrap .pagination .swiper-pagination-bullet-active { 
        filter: brightness(1) invert(0) opacity(1); 
    }
}
@media screen and (max-width: 500px) {
    .s2 {
        padding-top: calc(50/500*100vw);
        padding-bottom: calc(50/500*100vw);
    }
    /* .s2 .wrap .inner .btnWrap .navBx {
        font-size: clamp(12px, 14/500*100vw, 14px);
    } */
    .s2 .wrap .inner .txt_swiper .swiper-slide .txtBx h2 {
        font-size: clamp(30px, 40/500*100vw, 40px);
        padding-bottom: calc(30/40*1em);
    }
    .s2 .wrap .inner .txt_swiper .swiper-slide .txtBx p {
        font-size: clamp(14px, 18/500*100vw, 18px);
    }
}
@media screen and (max-width: 360px) {
    .s2 .wrap .inner .txt_swiper .swiper-slide .txtBx p br {
        display: none;
    }
}


/* s3 */
.s3_pinBx {
    position: relative;
    /* height: 1000vh; */
    background: #000;
    padding-top: calc(100/980*100vh);
    padding-bottom: calc(100/980*100vh);
}
.s3_pinBx:before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #000;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.s3 {
    background: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
}
.s3 .titBx {
    margin-bottom: calc(55/52*1em);
}
.s3 .swiperBx {
    display: flex; align-items: center; justify-content: center;
}
.s3 .swiperBx .imgBx {
    width: 50%;
    margin-right: calc(50/1440*100%);
    box-sizing: border-box;
    position: relative;
    border-radius: 14px;
    background: linear-gradient(48deg, #3b0694 0%, #009fe3 100%);
    padding: 2px;
    box-sizing: border-box;
}
.s3 .swiperBx .imgBx::before {
    content: '';
    display: block;
    padding-bottom: calc(532/667*100%);
}
.s3 .swiperBx .imgBx .img_swiper {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 12px;
}
.s3 .swiperBx .imgBx .img_swiper .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.s3 .swiperBx .imgBx .img_swiper .swiper-slide .img {
    overflow: hidden;
    height: 100%;
}
.s3 .swiperBx .imgBx .img_swiper .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s3 .swiperBx .txtBx {
    width: 50%;
    padding-left: calc(85/1440*100%);
    box-sizing: border-box;
    display: flex; justify-content: space-between; align-items: center;
    position: relative;
}
.s3 .swiperBx .txtBx .txt_swiper {
    width: 100%;
    height: 100%;
    margin-right: calc(50/1440*100%);
    box-sizing: border-box;
    position: relative;
}
.s3 .swiperBx .txtBx .txt_swiper::before {
    content: '';
    display: block;
    width: 100%; height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    background: linear-gradient(to left, rgba(0, 0, 0, 1) 0%, transparent 15%);
    pointer-events: none;
}
.s3 .swiperBx .txtBx .txt_swiper .swiper-slide .txt {
    display: flex; flex-direction: column; align-items: flex-start;
}
.s3 .swiperBx .txtBx .txt_swiper .swiper-slide .txt > span {
    display: inline-block;
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 36px;
    letter-spacing: -0.025em;
    background: linear-gradient(-270deg,rgba(59, 6, 148, 1) 20%, rgba(0, 159, 227, 1) 180%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.s3 .swiperBx .txtBx .txt_swiper .swiper-slide .txt > h3 {
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 36px;
    letter-spacing: -0.025em;
    color: #fff;
    line-height: calc(40/36*1em);
    padding-bottom: calc(35/36*1em);
    padding-top: calc(35/36*1em);
}
.s3 .swiperBx .txtBx .txt_swiper .swiper-slide .txt > .desc {
    font-family: 'Pretendard';
    font-size: 17px;
    letter-spacing: -0.025em;
    color: #fff;
    line-height: calc(35/17*1em);
}
.s3 .swiperBx .txtBx .txt_swiper .swiper-slide .txt > .desc li {
    display: flex; align-items: flex-start;
}
.s3 .swiperBx .txtBx .txt_swiper .swiper-slide .txt > .desc li:before {
    content: 'ㆍ';
    display: inline-block;
}
.s3 .swiperBx .txtBx .navi {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: calc(20 / 20 * 1em);
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 5;
    color: #fff;
}
.s3 .swiperBx .txtBx .navi > * {
    display: flex; align-items: center; justify-content: center;    
    cursor: pointer;
}
.s3 .swiperBx .txtBx .pagination {
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    font-size: 10px;
    gap: calc(10/10*1em);
}
.s3 .swiperBx .txtBx .pagination .swiper-pagination-bullet {
    display: block;
    width: calc(7/10*1em);
    height: calc(7/10*1em);
    background: #fff;
    border-radius: 50%;
    opacity: 0.2;
    transition: opacity 0.3s ease;
}
.s3 .swiperBx .txtBx .pagination .swiper-pagination-bullet-active {
    opacity: 1;
}
@media screen and (max-width: 1440px) {
    .s3 .swiperBx .imgBx {
        width: 40%;
        margin-right: 0;
    }
}
@media screen and (max-width: 1280px) {
    .s3 .swiperBx .txtBx .txt_swiper .swiper-slide .txt > h3 {
        font-size: clamp(30px, 36/1280*100vw, 36px);
    }
    .s3 .swiperBx .txtBx .txt_swiper .swiper-slide .txt > .desc {
        font-size: clamp(16px, 17/1280*100vw, 17px);
    }
}
@media screen and (max-width: 1024px) {
    .s3 .swiperBx .imgBx {
        width: 35%;
    }
    .s3 .swiperBx .txtBx .txt_swiper .swiper-slide .txt > span {
        font-size: clamp(30px, 36/1024*100vw, 36px);
    }
    .s3 .swiperBx .txtBx .txt_swiper .swiper-slide .txt > h3 {
        font-size: clamp(25px, 30/1024*100vw, 30px);
    }
    .s3 .swiperBx .txtBx .txt_swiper .swiper-slide .txt > .desc {
        font-size: clamp(14px, 16/1024*100vw, 16px);
    }
}
@media screen and (max-width: 820px) {
    .s3_pinBx {
        height: auto;
    }
    .s3 {
        height: auto;
    }
    .s3 .swiperBx {
        flex-direction: column;
    }
    .s3 .swiperBx .imgBx {
        width: 100%;
    }
    .s3 .swiperBx .navi {
        display: flex;
        font-size: 18px;
    }
    .s3 .swiperBx .txtBx {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .s3 .swiperBx .txtBx .navi {
        font-size: clamp(18px, 20 / 500 * 100vw, 20px);
    }
}
@media screen and (max-width: 500px) {
    .s3_pinBx {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media screen and (max-width: 360px) {
    .s3 .swiperBx .txtBx .txt_swiper .swiper-slide .txt > h3 {
        font-size: clamp(20px, 24/360*100vw, 24px);
    }
    .s3 .swiperBx .txtBx .txt_swiper .swiper-slide .txt > .desc {
        font-size: clamp(12px, 14/17*1em, 14px);
    }
}

/* s4 */
.s4 {
    position: relative;
    /* height: 100vh; */
    /* background: #000; */
    overflow: hidden;
    /* padding-top: 100px; */
    box-sizing: border-box;
}
.s4:before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #000;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.s4 .swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.s4 .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    object-fit: contain;
}
.s4 .controlBx {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    gap: calc(20 / 30 * 1em);
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
    z-index: 1;
}
.s4 .controlBx .navi {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    cursor: pointer;
    color: #000;
}
.s4 .controlBx .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #000;
}
.s4 .controlBx .pagination span {
    display: inline-block;
    padding: 0 5px;
}

.s4 .navi i {
    color: #000;
}
@media screen and (max-width: 500px) {
    .s4 .controlBx .navi {
        font-size: 18px;
    }
    .s4 .controlBx .pagination {
        font-size: 16px;
    }
}

/* s5 */
.s5 {
    padding-top: 150px;
}
.s5 .inner{
    width: 90%;
    margin: 0 auto;
}
.s5 .titBx {
    margin-bottom: calc(75/52*1em);
    color: #000;
    text-align: left;
    align-items: flex-start;
}
.s5 .table {
    display: flex;
    --gap: 14px;
    gap: var(--gap);
}
.s5 .table .head {
    flex-shrink: 0;
    max-width: 250px;
    width: 100%;
    display: flex; flex-direction: column;
    gap: var(--gap);
}
.s5 .table .body {
    width: 100%;
    display: flex;
    gap: var(--gap);
}
.s5 .table .body > * {
    flex: 1;
    display: flex; flex-direction: column;
    gap: var(--gap);
}

.s5 .table .th {
    width: 100%; height: 100px;
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    color: #fff;
}
.s5 .table .head .th {
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 17px;
    letter-spacing: -0.04em;
    background: #000;
}
.s5 .table .td {
    width: 100%;
    border-radius: 8px;
    display: flex; flex-direction: column;
}
.s5 .table .td p {
    font-family: 'Pretendard';
    font-size: 17px;
    letter-spacing: -0.04em;
    color: #616063;
    display: flex; align-items: center; justify-content: center;
    padding: calc(20/17*1em) 0;
}
.s5 .table .head .td {
    border: 1px solid #e5e5e5;
}

.s5 .table .body > * .th {
    font-size: 20px;
}
.s5 .table .body > .entry > .th {
    background: #8e8e8f;
}
.s5 .table .body > .entry > .td {
    background: #e9e9e9;
}
.s5 .table .body > .standard > .th {
    background: #2562ec;
}
.s5 .table .body > .standard > .td {
    background: #e6eaf5;
}
.s5 .table .body > .prime > .th {
    background: #5a20bb;
}
.s5 .table .body > .prime > .td {
    background: #e9e3f4;
}
@media screen and (max-width: 1280px) {
    .s5 {
        padding-top: clamp(100px, 150/1280*100vw, 150px);
    }
    .s5 .table .head .th {
        font-size: clamp(16px, 17/1280*100vw, 17px);
    }
    .s5 .table .body > * .th {
        font-size: clamp(18px, 20/1280*100vw, 20px);
    }
    .s5 .table .td p {
        font-size: clamp(15px, 17/1280*100vw, 17px);
    }
}
@media screen and (max-width: 1024px) {
    .s5 {
        padding-top: clamp(80px, 100/1024*100vw, 100px);
    }
    .s5 .table_wrap {
        overflow-x: auto;
    }
    .s5 .table {
        width: 1200px;
    }
    .s5 .table .th {
        height: 70px;
    }
    .s5 .table .head .th {
        font-size: clamp(14px, 16/1024*100vw, 16px);
    }
    .s5 .table .body > * .th {
        font-size: clamp(16px, 18/1024*100vw, 18px);
    }
}
@media screen and (max-width: 820px) {
    .s5 {
        padding-top: clamp(60px, 80/820*100vw, 80px);
    }
    /* .s5 .table_wrap {
        overflow-x: auto;
    }
    .s5 .table {
        width: 900px;
    } */
    .s5 .table .head {
        max-width: 200px;
    }
}
@media screen and (max-width: 360px) {
    .s5 .table .th {
        height: 60px;
    }
}


/* s6 */
.s6 {
    padding-top: 150px;
    padding-bottom: 150px;
}
.s6 .titBx {
    margin-bottom: calc(50/52*1em);
    color: #000;
    text-align: left;
    align-items: flex-start;
}
.s6 .card{position: relative;}
.s6 .card .img_swiper {
    width: 100%;
    /* overflow: visible; */
    padding: 0 1px;
    box-sizing: border-box;
}
.s6 .card .img_swiper .swiper-slide {
    border-radius: 13px;
    overflow: hidden;
    position: relative;
}
.s6 .card .img_swiper .swiper-slide::before {
    content: '';
    display: block;
    padding-top: calc(257/457*100%);
}
.s6 .card .img_swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.s6 .controlBx {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(40 / 30 * 1em);
    position: absolute;
    right: 0;
    top: -40px;
    z-index: 1;
}
.s6 .controlBx .navi {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    cursor: pointer;
    color: #000;
}
@media screen and (max-width: 1280px) {
    .s6 {
        padding: 120px 0;
    }
}
@media screen and (max-width: 820px) {
    .s6 {
        padding: 100px 0;
    }
    .s6 .card{
        padding-top: 40px;
        box-sizing: border-box;
    }
    .s6 .controlBx {
        top: 0;
    }
    .s6 .controlBx .navi {
        font-size: 18px;
    }
}
@media screen and (max-width: 500px) {
    .s6 {
        padding: 80px 0;
    }
}
@media screen and (max-width: 360px) {
    .s6 {
        padding: 60px 0;
    }
}