@charset "utf-8";

.index__container .section{
    height: 100dvh;
}
.index__container .section__inner.flex{
    display: flex;
    justify-content: space-between;
}
.visual__section{
    position: relative;
}
.visual-swiper{
    height: 100%;
    z-index: 10;
}
.visual-swiper .swiper-slide{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.swiper-slide .slide__bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 3s;
    transform: scale(1.2);
}
.swiper-slide .slide__bg.bg-0{
    background: url(/_img/main/visual_bg_1.jpg) no-repeat center center/cover;
}
.swiper-slide .slide__bg.bg-1{
    background: url(/_img/main/visual_bg_2.jpg) no-repeat center center/cover;
}
.swiper-slide .slide__bg.bg-2{
    background: url(/_img/main/visual_bg_3.jpg) no-repeat center center/cover;
}
.swiper-slide .slide__bg.bg-3{
    background: url(/_img/main/visual_bg_4.jpg) no-repeat center center/cover;
}

#fp-nav{
    position: fixed;
    top: auto;
    bottom: 60px;
    z-index: 900;
    transition: bottom 0.7s;
    margin-top: 0 !important;
}
#fp-nav.right{
    right: 64px;
}
#fp-nav.fixed{
    bottom: 456px;
}
#fp-nav>ul{
    position: relative;
}
#fp-nav ul li{
    height: 22px;
    margin: 0;
}
#fp-nav ul li+li{
    margin-top: 20px;
}
#fp-nav>ul::after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #999999;
}
#fp-nav>ul>li>a{
    display: block;
    height: 100%;
    position: relative;
    padding-right: 23px;
}
#fp-nav>ul>li>a::after{
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    display: none;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #999999;
    transform: translate(0, -50%);
    z-index: 5;
}
#fp-nav>ul>li>a.active::after{
    display: block;
    background-color: var(--color--D-gray);
}
#fp-nav ul li a span{
    display: none;
}
#fp-nav ul li .fp-tooltip{
    width: fit-content;
    opacity: 1;
    right: 21px !important;
    top: 0;
    font-family: inherit;
    font-size: 15px;
    line-height: 22px;
    color: #999999;
    text-align: right;
}
#fp-nav>ul>li>a.active+.fp-tooltip{
    color: var(--color--D-gray);
}
#fp-nav.bg-dark>ul>li>a.active+.fp-tooltip{
    color: #fff;
}
#fp-nav.bg-dark>ul>li>a.active::after{
    background-color: #fff;
}
#fp-nav ul li:last-child{
    display: none;
}

.main-best__section{
    background: url(/_img/main/product_bg.jpg) no-repeat center center/cover;
}

.visual-swiper .swiper-button-prev, .visual-swiper .swiper-rtl .swiper-button-next{
    left: calc(50% - 779px);
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: url(/_img/common/swiper_prev.svg) no-repeat center center/32px;
    margin-top: 0;
    transform: translateY(-50%);
}
.visual-swiper .swiper-button-next, .visual-swiper .swiper-rtl .swiper-button-prev{
    right: calc(50% - 779px);
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: url(/_img/common/swiper_next.svg) no-repeat center center/32px;
    margin-top: 0;
    transform: translateY(-50%);
}
.swiper-button-next:after, 
.swiper-button-prev:after{
    display: none;
}
.visual-swiper .swiper-horizontal>.swiper-pagination-bullets, 
.visual-swiper .swiper-pagination-bullets.swiper-pagination-horizontal{
    display: flex;
    width: fit-content;
    left: 50%;
    top: auto;
    bottom: 40.5%;
    transform: translateX(-50%);
}
.visual-swiper .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 1;
}
.visual-swiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.visual-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 8px;
}
.visual-swiper .swiper-pagination-bullet-active{
    background-color: #fff;
}
.visual__title{
    padding: 0 20px;
    font-size: 80px;
    line-height: 1.25;
    font-weight: 700;
    color: #fff;
    text-align: center;
    opacity: 0;
}
.visual__sub-title{
    margin-top: 20px;
    padding-bottom: 50px;
    font-size: 24px;
    line-height: 1.4;
    color: #fff;
    font-weight: 500;   
    text-align: center;
    opacity: 0;
}
.swiper-slide-active .slide__bg{
    transform: scale(1);
}
.swiper-slide-active .visual__title{
    animation: fadeUp 0.5s 0.4s ease-in-out both;
}
.swiper-slide-active .visual__sub-title{
    animation: fadeUp 0.5s 0.7s ease-in-out both;
}

.section-text__wrap{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 592px;
}
.section__sub-title{
    display: inline-block;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    color: var(--color--primary);
    margin-bottom: 8px;
}
.section__title{
    font-size: 48px;
    line-height: 1.29;
    font-weight: 700;
    word-break: keep-all;
}
.section__title>*{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
.hightlight__box{
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.085em;
}
.hightlight{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    position: relative;
    display: inline-block;
    z-index: 5;
}
.hightlight::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 20px;
    background-color: rgba(143, 195, 31, 0.2);
    z-index: -1;
}
.section__title .hightlight::before{
    height: 30px;
}
.hightlight+.m_br{
    display: inline-block;
    position: relative;
    font-size: inherit;
    line-height: inherit;
    padding: 0;
}
.hightlight+.m_br::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 20px;
    background-color: rgba(143, 195, 31, 0.2);
    z-index: -1;
}

.section__text{
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5;
    color: var(--color--D-gray);
    word-break: keep-all;
}
.section-text__wrap .btn-round{
    margin-top: 40px;
}
.main-best__section .section__left{
    display: flex;
    align-items: center;
}
.section__left .certify-img__wrap{
    display: none;
}
.main-best__section .section__right{
    padding-top: 14.8%;
}
.main-best__section .section-text__wrap{
    align-items: flex-end;
    text-align: right;
}
.main-best__section .best__img{
    max-width: 555px;
}
.main-best__section .best__img>img{
    width: 100%;
}
.main-best__section .best__img .mo-show{
    display: none;
}
.certify-img__wrap{
    width: 100%;
    display: flex;
    column-gap: 12px;
    justify-content: right;
    margin-top: 40px;
}
.certify__img{
    overflow: hidden;
    width: 100%;
    max-width: 250px;
    padding: 20px;
    border: 1px solid var(--color--gray);
    border-radius: 10px;
    background-color: #fff;
}
.certify__img>img{
    width: 100%;
}

.product-link__list{
    max-width: 220px;
    margin-top: 40px;
}
.product-link__list>*+*{
    margin-top: 16px;
}
.product-link__item>a{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 56px;
    border: 1px solid var(--color--gray);
    border-radius: 6px;
    padding-left: 24px;
    padding-right: 40px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    color: var(--color--D-gray);
}
.product-link__item>a::after{
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    display: block;
    width: 16px;
    height: 16px;
    background: url(/_img/common/icon_more.svg) no-repeat center center/contain;
    transform: translateY(-50%);
}
.product-link__item>a:hover,
.product-link__item>a:focus,
.product-link__item>a:active{
    color: #fff;
    background-color: var(--color--primary);
}
.product-link__item>a:hover::after,
.product-link__item>a:focus::after,
.product-link__item>a:active::after{
    background-image: url(/_img/common/icon_more_w.svg);
}
.main-product__section .section__inner{
    padding-top: 10%;
}
.product-swiper{
    width: 38.65vw;
    max-width: 742px;
}
.product-swiper .swiper-slide{
    position: relative;
    padding-left: clamp(0px,5.15vw,99px);
    padding-bottom: 48px;
}
.product-swiper .product-text__box{
    width: 19.84vw;
    max-width: 381px;
    aspect-ratio: 0.56/1;
    max-height: 680px;
    padding: 40px;
    border-radius: 10px;
}
.product-swiper .slide-1 .product-text__box{
    background: url(/_img/main/intro_box_bg_1.jpg) no-repeat center center/cover;
}
.product-swiper .slide-2 .product-text__box{
    background: url(/_img/main/intro_box_bg_2.jpg) no-repeat center center/cover;
}
.product-swiper .slide-3 .product-text__box{
    background: url(/_img/main/intro_box_bg_3.jpg) no-repeat center center/cover;
}
.product-swiper .slide-4 .product-text__box{
    background: url(/_img/main/intro_box_bg_4.jpg) no-repeat center center/cover;
}
.product-swiper .slide-5 .product-text__box{
    background: url(/_img/main/intro_box_bg_5.jpg) no-repeat center center/cover;
}

.product-swiper .product__img{
    position: absolute;
    right: clamp(0px,3.75vw,65px);
    bottom: 0;
    z-index: 5;
}
.product-swiper .product__img.product-1{
    width: 26.3vw;
    max-width: 505px;
    right: 0;
    bottom: 20px;
}
.product-swiper .product__img.product-2{
    width: 35.15vw;
    max-width: 675px;
}
.product-swiper .product__img.product-3{
    width: 16.04vw;
    max-width: 308px;
}
.product-swiper .product__img.product-4{
    width: 18.85vw;
    max-width: 361px;
}
.product-swiper .product__img>img{
    width: 100%;
}
.product-text__box .product__title{
    font-size: clamp(24px,2.08vw,40px);
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
}
.product-info__text{
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.44;
    color: #fff;
    word-break: keep-all;
}
.product-swiper .swiper-button-prev, .product-swiper .swiper-rtl .swiper-button-next{
    left: calc(5.39% - 12px);
    width: clamp(20px,3.12vw,60px);
    height: clamp(20px,3.12vw,60px);
    border: 1px solid #999999;
    border-radius: 50%;
    background: url(/_img/common/swiper_prev_g.svg) no-repeat center center/50%;
    margin-top: 0;
    transform: translateY(-50%);
}
.product-swiper .swiper-button-next, .product-swiper .swiper-rtl .swiper-button-prev{
    right: 0;
    width: clamp(20px,3.12vw,60px);
    height: clamp(20px,3.12vw,60px);
    border: 1px solid #999999;
    border-radius: 50%;
    background: url(/_img/common/swiper_next_g.svg) no-repeat center center/50%;
    margin-top: 0;
    transform: translateY(-50%);
}
.swiper-button-next:after, 
.swiper-button-prev:after{
    display: none;
}
.product-swiper .swiper-pagination{
    visibility: hidden;
}
.product-swiper .swiper-horizontal>.swiper-pagination-bullets, 
.product-swiper .swiper-pagination-bullets.swiper-pagination-horizontal{
    display: flex;
    width: fit-content;
    left: 50%;
    top: auto;
    bottom: 20px;
    transform: translateX(-50%);
}
.product-swiper .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 1;
}
.product-swiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.product-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 4px;
}
.product-swiper .swiper-pagination-bullet-active{
    background-color: #fff;
}

.main-develop__section .section__inner{
    padding-top: 10%;
}
.main-develop__section .section-text__wrap{
    max-width: initial;
    align-items: flex-end;
    text-align: right;
}
.develop-link__list{
    display: flex;
    column-gap: 12px;
    margin-top: 40px;
}
.develop-link__item{
    overflow: hidden;
    width: calc((100% / 3) - 8px);
    aspect-ratio: 1.179;
    border-radius: 10px;
}
.develop-link__item>a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.develop-text__box{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 58%;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
}
.develop-link__item:nth-child(1){
    background: url(/_img/main/develop_bg_1.jpg) no-repeat center center/cover;
}
.develop-link__item:nth-child(2){
    background: url(/_img/main/develop_bg_2.jpg) no-repeat center center/cover;
}
.develop-link__item:nth-child(3){
    background: url(/_img/main/develop_bg_3.jpg) no-repeat center center/cover;
}
.develop-link__item .icon{
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 64px;
    height: 61px;
}
.develop-link__item:nth-child(1) .icon{
    background: url(/_img/main/develop_icon_1.png) no-repeat center bottom/contain;
}
.develop-link__item:nth-child(2) .icon{
    background: url(/_img/main/develop_icon_2.png) no-repeat center bottom/contain;
}
.develop-link__item:nth-child(3) .icon{
    background: url(/_img/main/develop_icon_3.png) no-repeat center bottom/contain;
}
.develop-link__title{
    position: relative;
    width: fit-content;
    padding-right: 24px;
    font-size: 24px;
    line-height: 1.41;
    font-weight: 600;
    color: #fff;
    word-break: keep-all;
}
.develop-link__title::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    width: 16px;
    height: 16px;
    background: url(/_img/common/icon_more_w.svg);
    transform: translateY(-50%);
}
.develop-link__text{
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.46;
    color: #fff;   
    word-break: keep-all;
}


.main-notice__section{
    background: url(/_img/main/notice_bg.jpg) no-repeat center center/cover;
}
.main-notice__section .section__inner{
    padding-top: 10%;
}
.main-notice__section .section__sub-title,
.main-notice__section .section__title,
.main-notice__section .section__text{
    color: #fff;
}
.main-notice__wrap{
    display: flex;
    column-gap: 12px;
    margin-top: 80px;
}
.main-notice__area{
    width: calc(50% - 6px);
    padding: 40px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
}
.main-notice__title{
    position: relative;
    padding-left: 16px;
    padding-right: 24px;
    font-size: 24px;
    line-height: 1.4;
    color: #fff;
    font-weight: 600;
}
.main-notice__title::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    width: 16px;
    height: 16px;
    background: url(/_img/common/icon_more_w.svg) no-repeat center center/contain;
    transform: translateY(-50%);
}
.main-notice__list{
    margin-top: 16px;
}
.main-notice__item:first-child{
    border-top: 1px solid #999999;
}
.main-notice__item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 24px;
    padding: 16px;
    border-bottom: 1px solid #999999;
}
.main-notice__item>.title{
    overflow: hidden;
    width: calc(100% - 120px);
    font-size: 18px;
    line-height: 1.44;
    color: #fff;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main-notice__item>.date{
    font-size: 18px;
    line-height: 1.44;
    color: #fff;
}


/* animation */
.main-best__section.active .best__img{
    animation: fadeRight 0.5s 0.5s ease-in-out both;
}
.main-best__section.active .section-text__wrap{
    animation: fadeLeft 0.5s 0.7s ease-in-out both;
}
.main-best__section.active .certify-img__wrap{
    animation: fadeLeft 0.5s 0.9s ease-in-out both;
}
.main-product__section.active .section-text__wrap{
    animation: fadeRight 0.5s 0.5s ease-in-out both;
}
.main-product__section.active .product-swiper{
    animation: fadeLeft 0.5s 0.7s ease-in-out both;
}
.main-develop__section.active .section-text__wrap{
    animation: fadeLeft 0.5s 0.5s ease-in-out both;
}
.main-develop__section.active .develop-link__item:nth-child(1){
    animation: fadeRight 0.5s 0.8s ease-in-out both;
}
.main-develop__section.active .develop-link__item:nth-child(2){
    animation: fadeRight 0.5s 1s ease-in-out both;
}
.main-develop__section.active .develop-link__item:nth-child(3){
    animation: fadeRight 0.5s 1.2s ease-in-out both;
}
.main-notice__section.animate .section-text__wrap{
    animation: fadeRight 0.5s 0.5s ease-in-out both;
}
.main-notice__section.animate .main-notice__area{
    animation: fadeUp 0.5s 0.7s ease-in-out both;
}

@media screen and (max-width:1600px) {
    .index__container .section__inner{
        width: calc(100% - 200px);
    }
    .index__container .section__inner.flex{
        justify-content: center;
        column-gap: 20px;
    }
    .index__container .btn-round{
        max-width: 120px;
        height: 40px;
        font-size: 14px;
    }
    #fp-nav{
        bottom: 20px;
    }
    #fp-nav.fixed{
        bottom: 436px;
    }
    #fp-nav.right{
        right: 20px;
    }
    #fp-nav>ul>*+*{
        margin-top: 16px;
    }
    #fp-nav ul li{
        height: 16px;
    }
    #fp-nav ul li+li{
        margin-top: 16px;
    }
    #fp-nav>ul>li>a{
        padding-right: 10px;
    }
    #fp-nav ul li .fp-tooltip{
        right: 10px !important;
        font-size: 12px;
        line-height: 16px;
    }
    #fp-nav>ul>li>a::after{
        width: 6px;
        height: 6px;
        right: -3px;
    }
    .visual-swiper .swiper-button-prev, .visual-swiper .swiper-rtl .swiper-button-next{
        left: 20px;
    }
    .visual-swiper .swiper-button-next, .visual-swiper .swiper-rtl .swiper-button-prev{
        right: 20px;
    }
    .visual__title{
        font-size: clamp(36px,5vw,80px);
        line-height: 1.22;
    }
    .visual__sub-title{
        font-size: clamp(14px,1.5vw,24px);
        line-height: 1.428;
    }
    .section__title{
        font-size: clamp(24px,3vw,48px);
    }
    .hightlight::before,
    .hightlight+.m_br::before{
        height: clamp(14px,1.875vw,30px);
    }
    .section__sub-title{
        font-size: clamp(16px,1.25vw,20px);
    }
    .section-text__wrap{
        width: 48vw;
    }
    .certify__img{
        width: 15.6vw;
    }
    .section-text__wrap .btn-round,
    .certify-img__wrap,
    .product-link__list,
    .develop-link__list{
        margin-top: clamp(20px,2.5vw,40px);
    }
    .product-info__text{
        font-size: clamp(14px,0.937vw,18px);
    }
    .product-swiper .swiper-slide {
        position: relative;
        padding-right: clamp(0px,5.15vw,99px);
        padding-bottom: 48px;
    }
    .product-swiper .swiper-button-prev, .product-swiper .swiper-rtl .swiper-button-next{
        left: 0;
    }
    .product-swiper .product-text__box{
        width: 100%;
        aspect-ratio: 0.66 / 1;
        padding: 20px;
    }
    .main-product__section .section__right{
        width: calc(100% - 48vw);
    }
    .develop-link__title{
        font-size: clamp(16px,1.5vw,24px);
    }
    .main-develop__section .section-text__wrap{
        width: 100%;
    }
    .develop-text__box{
        height: 60%;
    }
    .develop-link__text{
        font-size: 13px;
        line-height: 20px;
    }
    .develop-link__item{
        aspect-ratio: initial;
        height: clamp(100px,33vh,360px);
    }
    .develop-link__item .icon{
        width: 4vw;
    }
    .main-notice__section .section-text__wrap{
        width: 100%;
    }
    .main-notice__title{
        font-size: clamp(20px,1.5vw,24px);
    }
    .main-notice__wrap{
        margin-top: clamp(40px,5vw,80px);
    }

}

@media screen and (max-width:1400px){
    .main-best__section .section__right{
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 0;
        padding-bottom: 10%;
    }
    .certify__img{
        padding: 10px;
    }
    .main-product__section .section__inner{
        display: flex;
        align-items: center;
        padding-top: 0;
    }
    .main-develop__section .section__inner,
    .main-notice__section .section__inner{
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 0;
    }

    .main-notice__area{
        padding: 16px;
    }
    .main-notice__list{
        margin-top: 8px;
    }
    .main-notice__title{
        padding-left: 8px;
        padding-right: 20px;
    }
    .main-notice__item{
        padding: 8px;
    }
    .main-notice__item>.title,
    .main-notice__item>.date{
        font-size: 14px;
        line-height: 20px;
    }
    .main-notice__item>.title{
        width: calc(100% - 80px);
    }
}
@media screen and (max-width:1200px){
    #fp-nav.fixed{
        bottom: 647px;
    }
}
@media screen and (max-width:1024px){
    #fp-nav.fixed{
        bottom: 355px;
    }
    .product-swiper .product-text__box{
        aspect-ratio: 0.56 / 1;
    }

    .index__container .section__inner{
        width: calc(100% - 40px);
    }
    .certify-img__wrap{
        justify-content: center;
    }
}
@media screen and (max-width:768px){
    .hightlight+.m_br{
        display: block;
        height: 0;
    }
    .hightlight+.m_br::before{
        display: none;
    }

    .index__container{
        overflow: hidden;
        transform: none !important;
    }
    .index__container .section:not(.visual__section),
    :not(.visual__section) .fp-tableCell{
        height: auto !important;
    }
    .index__container .section{
        padding: 20px 0;
    }
    .index__container .visual__section,
    .index__container .footer__section{
        padding: 0;
    }
    .visual-swiper .swiper-slide{
        padding-top: calc(2.5% + 8px);
    }
    .visual-swiper .swiper-button-prev, .visual-swiper .swiper-rtl .swiper-button-next{
        display: none;
    }
    .visual-swiper .swiper-button-next, .visual-swiper .swiper-rtl .swiper-button-prev{
        display: none;
    }
    .visual-swiper .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
    }
    .visual-swiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
    .visual-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
        margin: 0 4px;
    }
    .visual-swiper .swiper-horizontal>.swiper-pagination-bullets, 
    .visual-swiper .swiper-pagination-bullets.swiper-pagination-horizontal{
        bottom: 39.75%;
    }
    .index__container .btn-round{
        max-width: 180px;
        height: 50px;
        font-size: 16px;
    }
    .index__container .section__inner{
        row-gap: 40px;
    }
    .section-text__wrap .btn-round, 
    .certify-img__wrap, 
    .product-link__list, 
    .develop-link__list{
        margin-top: 40px;
    }
    .main-best__section .section__inner{
        flex-direction: column-reverse;
    }
    .main-best__section .section__right{
        justify-content: center;
        padding-bottom: 0;
    }
    .section__title{
        text-align: center;
        line-height: 1.416;
    }
    .section__sub-title{
        line-height: 1.5;
    }
    .section__text{
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }
    .section__left{
        width: 100%;
    }
    .section-text__wrap{
        width: 100%;
        max-width: initial;
        align-items: center;
    }
    .hightlight.space{
        display: block;
        width: 0px;
        height: 0px;
        clip-path: polygon(0 0, 0 0, 0 0);
    }
    .visual__sub-title{
        margin-top: 8px;
    }
    .main-best__section .section-text__wrap{
        align-items: center;
        text-align: center;
    }
    .main-best__section .section__left{
        flex-direction: column;
        justify-content: center;
    }
    .main-best__section .best__img{
        max-width: 400px;
    }
    .main-best__section .best__img .pc-show{
        display: none;
        
    }
    .main-best__section .best__img .mo-show{
        display: block;
    }
    .section__left .certify-img__wrap{
        display: flex;
    }
    .section__right .certify-img__wrap{
        display: none;
    }
    .certify__img{
        width: 100%;
        padding: 20px;
    }
    .main-product__section .section__inner{
        flex-direction: column;
    }
    .main-product__section .section__right{
        width: 100%;
    }
    .product-link__list{
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        width: 100%;
        max-width: 500px;
    }
    .product-link__list>*+*{
        margin-top: 0;
    }
    .product-link__item{
        width: calc(50% - 4px);
    }
    .product-link__item>a{
        justify-content: center;
        padding: 0 10px;
    }
    .product-link__item>a::after{
        display: none;
    }
    .product-swiper{
        width: 100%;
        max-width: 500px;
        height: fit-content;
        margin: 0 auto;
    }
    .product-swiper .product-text__box{
        width: 100%;
        max-width: initial;
        height: 504px;
        margin-right: 0;
        aspect-ratio: initial;
    }
    .product-swiper .swiper-slide{
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
    .product-swiper .product__img{
        right: 50%;
        bottom: 40px;
        transform: translateX(50%);
    }
    .product-swiper .product__img.product-1{
        width: calc(100% - 40px);
        max-width: 280px;
        right: 50%;
        bottom: 40px;
    }
    .product-swiper .product__img.product-2{
        width: calc(100% - 40px);
        max-width: 280px
    }
    .product-swiper .product__img.product-3{
        width: calc(100% - 40px);
        max-width: 180px
    }
    .product-swiper .product__img.product-4{
        width: calc(100% - 40px);
        max-width: 180px
    }
    .product-swiper .swiper-button-prev, .product-swiper .swiper-rtl .swiper-button-next,
    .product-swiper .swiper-button-next, .product-swiper .swiper-rtl .swiper-button-prev{
        visibility: hidden;
    }
    .product-swiper .swiper-pagination{
        visibility: visible;
    }
    
    .main-develop__section .section-text__wrap{
        align-items: center;
    }
    .develop-link__list{
        flex-direction: column;
        row-gap: 8px;
        margin-top: 0;
    }
    .develop-link__item{
        width: 100%;
        height: clamp(100px, 75.27vw, 360px);
    }
    .develop-link__title{
        font-size: 20px;
    }
    .develop-link__text{
        font-size: 14px
    }
    .develop-text__box {
        height: 54.6%;
        padding: 16px;
    }
    .develop-link__item .icon{
        width: 40px;
        right: 16px;
        bottom: 16px;
    }
    .main-notice__wrap{
        flex-direction: column;
        row-gap: 8px;
        margin-top: 0;
    }
    .main-notice__area{
        width: 100%;
    }

    /* animation */
    .main-best__section.active .best__img,
    .main-best__section.active .section-text__wrap,
    .main-best__section.active .certify-img__wrap,
    .main-product__section.active .section-text__wrap,
    .main-product__section.active .product-swiper,
    .main-develop__section.active .section-text__wrap,
    .main-develop__section.active .develop-link__item:nth-child(1),
    .main-develop__section.active .develop-link__item:nth-child(2),
    .main-develop__section.active .develop-link__item:nth-child(3),
    .main-notice__section.animate .section-text__wrap,
    .main-notice__section.animate .main-notice__area{
        animation: none;
    }

    .main-best__section .section-text__wrap.ani-item,
    .main-best__section .section__left.ani-item,
    .main-product__section .section-text__wrap.ani-item,
    .main-product__section .product-swiper.ani-item,
    .main-develop__section .section-text__wrap.ani-item,
    .main-develop__section .develop-link__list.ani-item .develop-link__item,
    .main-notice__section .section-text__wrap.ani-item,
    .main-notice__section .main-notice__wrap.ani-item .main-notice__area{
        opacity: 0;
    }

    .main-best__section .section-text__wrap.ani-on{
        animation: fadeLeft 0.5s ease-in-out both;
    }
    .main-best__section .section__left.ani-on{
        animation: fadeLeft 0.5s ease-in-out both;
    }
    .main-product__section .section-text__wrap.ani-on{
        animation: fadeRight 0.5s ease-in-out both;
    }
    .main-product__section .product-swiper.ani-on{
        animation: fadeLeft 0.5s ease-in-out both;
    }
    .main-develop__section .section-text__wrap.ani-on{
        animation: fadeLeft 0.5s ease-in-out both;
    }
    .main-develop__section .develop-link__list.ani-on .develop-link__item:nth-child(1){
        animation: fadeRight 0.5s ease-in-out both;
    }
    .main-develop__section .develop-link__list.ani-on .develop-link__item:nth-child(2){
        animation: fadeRight 0.5s 0.2s ease-in-out both;
    }
    .main-develop__section .develop-link__list.ani-on .develop-link__item:nth-child(3){
        animation: fadeRight 0.5s 0.4s ease-in-out both;
    }
    .main-notice__section .section-text__wrap.ani-on{
        animation: fadeRight 0.5s ease-in-out both;
    }
    .main-notice__section .main-notice__wrap.ani-on .main-notice__area{
        animation: fadeUp 0.5s ease-in-out both;
    }

}

@media screen and (min-height:1100px) {
    .main-best__section .section__right{
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 0;
        padding-bottom: 10%;
    }
    .main-product__section .section__inner{
        display: flex;
        align-items: center;
        padding-top: 0;
    }
    .main-product__section .section__left{
        padding-bottom: 140px;
    }
    .main-develop__section .section__inner,
    .main-notice__section .section__inner{
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 0;
    }
}

@media screen and (max-height:700px){
    .main-best__section .section__right{
        padding-bottom: 0;
    }
}
@media screen and (max-height:600px){
    .visual-swiper .swiper-horizontal>.swiper-pagination-bullets, 
    .visual-swiper .swiper-pagination-bullets.swiper-pagination-horizontal{
        bottom: 30%;
    }
}

@keyframes fadeUp {
    0%{
        opacity: 0;
        transform: translateY(30px);
    }
    100%{
        opacity: 1;
        transform: translateY(0px);
    }
}
@keyframes fadeLeft {
    0%{
        opacity: 0;
        transform: translateX(30px);
    }
    100%{
        opacity: 1;
        transform: translateX(0px);
    }
}
@keyframes fadeRight {
    0%{
        opacity: 0;
        transform: translateX(-30px);
    }
    100%{
        opacity: 1;
        transform: translateX(0px);
    }
}