.section-banner {
    position: relative;
}

.banner-background {
    height: 22.9vw;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #E36F1CCC;
    width: 28.125vw;
    height: 10.42vw;
    border-radius: 1.042vw;
    text-align: center;
}

.info-content {
    font-size: 0.9375vw;
    line-height: 1.875vw;
    letter-spacing: 1.4px;
    white-space: pre-line;
    margin-bottom: 5.21vw;
}

.info-image {
    width: 100%;
}

.service-product-block {

}

.service-product-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas:
    "image1 image2"
    "item1 item2"
    "cate1 cate2"
    "button1 button2";
    gap: 1.5625vw;
}

.service-product-content .image-1 { 
  grid-area: image1;
}

.service-product-content .image-2 {
  grid-area: image2;
}

.service-product-content .item-1 {
  grid-area: item1;
}

.service-product-content .item-2 {
  grid-area: item2;
}

.service-product-content .cate-1 {
  grid-area: cate1;
}

.service-product-content .cate-2 {
  grid-area: cate2;
}

.service-product-content .button-1 {
  grid-area: button1;
}

.service-product-content .button-2 {
  grid-area: button2;
}

.product-image {
    width: 100%;
}

.product-detail-title {
    font-size: 1.46vw;
    line-height: 3.75vw;
    letter-spacing: 2.8px;
    padding-left: 3.75vw;
    font-weight: 700;
    position: relative;
    margin-bottom: 2.1vw;
}

.product-detail-title::before {
    content: "";
    width: 0.58vw;
    height: 3.75vw;
    position: absolute;
    left: 1.5625vw;
    background: #E36F1C;
    border-radius: 0.52vw;
}

.product-detail-desc {
    font-size: 0.9375vw;
    line-height: 1.875vw;
    letter-spacing: 1.4px;
    padding-bottom: 2.1vw;
}

.product-list-cate {
    display: grid;
    gap: 0.52vw;
    grid-template-columns: repeat(3, 1fr);
}

.product-cate-item {
    font-size: 0.9375vw;
    line-height: 1.875vw;
    height: 3.542vw;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #FFE5BA;
    border-radius: 0.52vw;
}


.section-link-more {
    justify-content: center;
    display: flex;
}


.link-more {
    position: relative;
    width: 16.67vw;
    height: 4.2vw;
    border-radius: 5.2vw;
    background: linear-gradient(90deg, #FB6D3A 0%, #F9AF39 100%);
    text-align: center;
    display: flex;
}

.link-more span {
    margin: auto;
    font-size: 1.042vw;
    color: #ffffff;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 2.1vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.link-more span::after {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    content: "";
    right: 1.04vw;
    width: 1.04vw;
    height: 1.04vw;
    display: block;
    background: url("../../images/icon_next_link.svg");
    background-repeat: no-repeat;
    background-size: contain;
}


.link-more:hover .link-phone-text {
    color: #ffffff;
    background: none;
    transition: none;
}

.link-contact-phone.link-more {
    cursor: default;
    border: none;
}
@media only screen and (min-width: 600px) and (max-width: 820px) {

    .info-content {
        font-size: 1.5vw;
        line-height: 2vw;
    }

    .product-detail-title {
        font-size: 1.8vw;
    }

    .product-detail-desc {
        font-size: 1.5vw;
        line-height: 2vw;
        letter-spacing: 0.15vw;
    }

    .product-cate-item {
        font-size: 1.5vw;
        line-height: 2vw;
        letter-spacing: 0.15vw;
    }

    .link-more span {
        font-size: 1.5vw;
        line-height: 2vw;
    }

    .link-more {
        width: 20vw;
    }

}
@media only screen and (max-width: 600px) {

    .link-more {
        border-radius: 25.44vw;
    }

    .link-more span::after {
        right: 5.09vw;
        width: 5.09vw;
        height: 5.09vw;
    }

    .section-banner {
        height: 45.8vw;
    }

    .banner-background {
        height: 100%;
    }

    .banner-content {
        width: 81.42vw;;
        height: 31.3vw;
        border-radius: 5.089vw;
    }

    .banner-sub {
        font-size: 6.1vw;
        margin-top: 6.87vw;
    }

    .banner-title {
        line-height: 10.2vw;
        font-size: 7.1vw;
    }

    .info-content {
        margin-bottom: 15.27vw;
        font-size: 4.071vw;
        line-height: 7.634vw;
        letter-spacing: 1.12px;
    }

    .service-product-content {
        grid-template-columns: repeat(1, 1fr);
        grid-template-areas:
        "image1 "
        "item1 "
        "cate1 "
        "button1"
        "image2"
        "item2"
        "cate2"
        "button2";
        gap: 7.634vw;
    }

    .service-product-block .block-container {
        width: 81.42vw;
    }

    .business-page .section-block .block-container {
        width: 81.42vw;
    }

    .product-detail-title {
        padding-left: 7.634vw;
        font-size: 5vw;
        line-height: 12.72vw;
        margin-bottom: 5vw;
    }

    .product-detail-desc {
        font-size: 4.07vw;
        line-height: 7.634vw;
        letter-spacing: 1.12px;
        padding-bottom: 0;
    }

    .product-detail-title::before {
        height: 12.72vw;
        left: 0;
        width: 2.8vw;
        border-radius: 2.55vw;
    }

    .product-cate-item {
        height: 10.18vw;
        font-size: 4.07vw;
        line-height: 7.634vw;
        letter-spacing: 0.75vw;
        border-radius: 2.55vw;
    }

    .business-page .section-link-more {
        margin: 2.54vw 0 16.54vw;
    }

    .business-page .section-link-more .link-more {
        height: 15.27vw;
        width: 100%;
        max-width: 81.42vw;
    }

    .business-page .section-link-more .link-more span {
        font-size: 4.58vw;
    }
    .product-list-cate {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.78vw;
    }
}

