.transparent-head {
    position: absolute;
    width: 100%;
}

.kv_slider .img-wrap .img-item {
    padding-top: 100vh;
}

.pc-logo img {
    max-width: 210px;
}

@media (min-width: 992px) {
    .header.stick .logo img {
        width: 80%;
    }
}

.banner_slider .img-wrap .img-item,
.banner_slider_mo .img-wrap .img-item {
    padding-top: 100vh;
}

@media (max-width: 991px) {

    .banner_slider .img-wrap .img-item,
    .banner_slider_mo .img-wrap .img-item {
        padding-top: 50%;
    }
}

@media (max-width: 991px) {
    .section03 .title-item:before {
        left: 190px;
    }
}

ul.square>li:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #ab865c;
    position: absolute;
    border-radius: 60px;
    top: 8px;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    left: 0;
}

.products-item .section-tab-btn {
    color: #666666;
    font-size: 18px;
    line-height: 36px;
}