aside {
    display: none;
}

#sbanner {
    display: none;
}

header #cis {
    filter: brightness(1);
}

header #menuIcon span {
    background: #515151;
}

.pcnav ul li a {
    text-shadow: unset;
}

.pcnav ul li a * {
    color: #1e1e1e;
}

#index-contentbox2 {
    margin-top: 60px;
}

#index-contentbox2:before {
    content: "";
    position: absolute;
    background-image: url("/userfiles/images/product/20240329064702332.jpg");
    width: 70%;
    height: 100%;
    right: -9%;
    top: 60px;
    z-index: 0;
}

#artlsit {
    overflow: visible;
}

#index-contentbox2 * {
    color: #5c5959;
    font-size: max(1.1*(1vw + 1vh) / 2, 16px);
    z-index: 3;
}

#index-contentbox2 .bcombox {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 50px 30px;
    max-width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#index-contentbox2 .bcombox:before {
    content: "";
    position: absolute;
    width: 104vw;
    left: -18%;
    height: 122%;
    background-image: linear-gradient(to right, #ffffff, #ffffff, #ffffff00);
}

#index-contentbox2 .bcombox .bomleftbox {
    display: flex;
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: #e1e1e1 20px solid;
    display: none;
}

#index-contentbox2 .bcombox .bomrightbox {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 50px;
}

#index-contentbox2 .coJtitle {
    margin-bottom: 35px;
}

#index-contentbox2 .coJtitle h2 {
    font-size: max(2*(1vw + 1vh) / 2, 20px);
}

#index-contentbox2 .bcombox .bomrightbox .minfo {
    display: flex;
    flex-direction: column;
    margin-bottom: 28px;
}

#content-main .titleBox h1 {
    display: none;
}

#index-contentbox2 .bcombox .bomrightbox .minfo .minlist {}

#index-contentbox2 .bcombox .bomrightbox .minfo .minlist a {
    display: flex;
    width: 100%;
    font-size: max(1.1*(1vw + 1vh) / 2, 16px);
    color: #5c5959;
}

#index-contentbox2 .bcombox .poplebox {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

#index-contentbox2 .bcombox .topJa {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

#index-contentbox2 .bcombox .topJa h3 {
    font-size: max(1.1*(1vw + 1vh) / 2, 16px);
}

#index-contentbox2 .bcombox .textJa {
    display: flex;
}

#index-contentbox2 .bcombox .textJa a {
    background-color: #5b5959;
    border-radius: 50%;
    padding: 9px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#index-contentbox2 .bcombox .textJa a:hover {
    background-color: #010101;
}

#index-contentbox2 .bcombox .textJa a svg {
    width: 19px;
    height: 19px;
    fill: white;
}

@media screen and (max-width: 1470px) {
    #index-contentbox2:before {
        width: 85%;
        top: 20px;
    }

    #index-contentbox2 {
        margin-top: 25px;
    }

    #content-main {
        padding: 13px 0;
    }

    #index-contentbox2 .bcombox:before {
        height: 114%;
    }

    #index-contentbox2 .bcombox .bomrightbox {
        padding: 0;
        padding-left: 40px;
    }

    #index-contentbox2 .bcombox .bomrightbox .minfo .minlist a {}

    #index-contentbox2 .bcombox .topJa h3 {}

    #index-contentbox2 .bcombox .textJa a svg {
        width: 20px;
        height: 20px;
    }

    #index-contentbox2 .bcombox .bomleftbox {
        border: #e1e1e1 12px solid;
    }
}

@media screen and (max-width: 1280px) {
    header {
        background: #ffffff;
        padding: 21px 0;
    }

    header #menuIcon span {
        background: #4a4a4a;
    }
}

@media screen and (max-width: 980px) {
    #index-contentbox2 .bcombox {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
    }

    #index-contentbox2 .bcombox .bomleftbox {
        width: 700px;
        max-width: 100%;
    }

    #index-contentbox2 .bcombox .bomrightbox {
        padding-left: 0;
        width: 700px;
        max-width: 100%;
        margin-top: 30px;
        padding: 0 15px;
    }

    #index-contentbox2 {
        position: relative;
    }

    #index-contentbox2 .senbox {
        background: #ffffff;
        z-index: 9;
        position: relative;
    }

    #index-contentbox2:before {
        z-index: -1;
        position: relative;
        width: 100%;
        display: flex;
        height: 500px;
        left: 0;
    }
}

@media screen and (max-width: 550px) {
    #index-contentbox2:before {
        height: 359px;
        background-size: cover;
        top: 0;
    }
}