@media screen and (min-width: 1401px) {

    .banner_wrap {
        padding-top: 68px;
    }

    .banner_box {
        height: calc(100vh - 68px);
    }

    .index_banner_ad{
        font-size: 1.7708333vw;
        line-height:2.5vw ;
        font-family: 'Barlow-Regular';
        font-weight: 600;
        margin: 0.625vw 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }


    .index_banner_tit {
        font-size:3.020833vw;
        font-family: 'Barlow-Bold';
        line-height: 84px;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    .index_banner_button {
        margin-top: 40px;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    .index_banner_id0 .index_banner_button {
        margin-top: 26px;
    }

    .index_banner_pagination {
        bottom: 35px !important;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    .index_banner_pagination .swiper-pagination-bullet {
        width: 60px;
        height: 4px;
    }

    .banner_content_box {
        padding: 0 60px;
    }

    .banner_btn_box {
        width: 50px;
        height: 50px;
    }

    .banner_btn_line {
        width: 12px;
    }

    .banner_btn_icon {
        width: 12px;
        height: 12px;
    }

    .banner_cursor_wrap {
        bottom: 75px;
    }

    .banner_cursor_box {
        width: 40px;
        height: 66px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    .banner_cursor_box:after {
        width: 10px;
        height: 10px;
    }

    .index_banner_button a:hover .index_banner_icon {
        margin-left: 20px;
    }

    .index_public_icon {
        width: 15px;
        height: 15px;
        margin-top: 8px;
    }


    .index_public_text {
        font-size: 20px;
        line-height: 32px;
        margin-top: 10px;
        padding-left: 22px;
    }


    .index_public_title{
    font-size: 4.1666vw;
    line-height: 4.427vw;
    font-family: 'Barlow-Medium';
    margin-bottom: 1vw;
}
     .index_core_item_line {
        width: 10px;
    }

    .index_core_item_label {
        width: 10px;
        height: 10px;
    }
    
}

@media screen and (max-width: 1400px) and (min-width: 1200px) {
}
@media (max-width: 767px) {
  .home-page .product-center .product-sw-pg {
    display: none;
  }
}