/*recommendation*/
.recommendation {
    background: rgba(230, 244, 235, 1) !important;
}

.recommendation_inner {
    background: rgba(210, 235, 219, 1) !important;
}

.recommendation_list li {
    background: linear-gradient(to right, #ffffff, #eef9ff) !important;
}

.recommendation_list li .emphasis {
    color: #066b27 !important;
}

.recommendation_list li::before {
    background-color: #066b27 !important
}

/*/recommendation*/

/*product_nav*/
.product_nav li a::before {
    background: rgba(6, 144, 53, 1) !important;
}

.product_nav li a::after {
    background-color: rgba(6, 144, 53, 1) !important;
}

.product_nav li a:hover {
    background: linear-gradient(to bottom, #fff 0%, #fff 38%, #E6F4EB 100%) !important;
}

.product_nav li a:hover::before {
    background: #066B27 !important;
}

.product_hero .product_copy h2 {
    font-size: 22px;
    font-weight: bold;
}

.product_hero .product_copy h2.highlight01 {
    color: rgba(6, 107, 39, 1);
}

.product_hero .product_copy h2.highlight02 {
    color: rgba(34, 34, 34, 1);
}

.product_hero .product_copy h2.highlight03 {
    color: rgba(206, 36, 136, 1);
}

.price_list .price_list_table caption {
    background: #066b27 !important
}

.price_list .price_list_table td.number,
.price_list .price_list_table td.price {
    color: #066b27 !important
}

/*product_feedback*/

.product_feedback {
    background: linear-gradient(to bottom, #fff 0%, rgba(238, 247, 255, 1) 15%, rgba(238, 247, 255, 1) 75%, rgba(238, 247, 255, 1) 100%) !important;
}

.product_feedback .sub_title {
    color: rgba(6, 107, 39, 1) !important;
}

/*user_info*/

.user_info {
    border-left: 2px rgba(34, 34, 34, 1) solid !important;
}

.user_info .name {
    color: rgba(206, 36, 136, 1) !important;
}

.user_info .age {
    color: rgba(34, 34, 34, 1) !important;
}

.user_info .note {
    color: #e03400 !important;
}

.feedback_list li .text b {
    color: #066B27 !important;
}

.feedback_list li .info_block {
    flex: 1 !important;
}

.feedback_list li figure {
    width: 260px !important;
}

.nav_all_pc button::before {
    background-color: #cfad39 !important
}

.nav_all_pc button::after {
    position: absolute !important;
    background: #cfad39 !important;
    content: '';
    width: 100%;
    height: 5px;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

/*main*/
.pic_1 {
    width: 900px;
    margin: 30px auto 0 auto;
}

.label_1,
.label_2 {
    padding: 17px 0;
    background: rgb(6 106 38);
    text-align: center;
    position: relative;
}

.label_1:before {
    position: absolute;
    content: "";
    border-style: solid;
    border-width: 40px 100px 0 100px;
    border-color: #066a26 transparent transparent transparent;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
}

.label_1 b,
.label_2 b {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
}

.label_1 p,
.label_2 p {
    color: #fff;
    font-size: 46px;
    font-weight: bold
}

.box2 {
    display: flex;
    align-items: center;
    gap: 55px;
    padding: 20px 20px;
}

.box2 img {
    width: 200px;
}

.box2 div {
    text-align: center
}

.box2 div p:nth-child(1) {
    font-size: 46px;
    font-weight: 600;
    line-height: 150%;
}

.box2 div p:nth-child(2) {
    font-size: 30px;
    font-weight: 600;
    line-height: 150%;
}

.box2 div p:nth-child(3) {
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    color: rgba(34, 34, 34, 1);
    text-align: left;
    padding-top: 12px;
}

.fe {
    border-bottom: #066a26 solid 1px;
	padding-top: 45px
}

.fe p:nth-child(1),
.fe p:nth-child(2) {
    color: rgba(10, 73, 181, 1)
}

.bb p:nth-child(1),
.bb p:nth-child(2) {
    color: rgba(190, 89, 1, 1)
}

.h3 {
    font-size: 22px;
    text-align: center;
    font-weight: 400;
}

.tick {
    color: rgba(6, 107, 39, 1);
    font-size: 32px;
    text-align: center;
    font-weight: 600;
    width: fit-content;
    margin: 12px auto 0 auto;
    position: relative;
    padding-left: 47px;
}

.tick:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 39px;
    background: url(/img/goods/br0008/tick.webp)no-repeat;
    background-size: auto 100%;
    left: 0;
}

@media print,
screen and (max-width:768px) {

    .product_hero .product_copy h2.highlight01 {
        color: rgba(6, 107, 39, 1);
    }

    .product_hero .product_copy h2.highlight02 {
        color: rgba(34, 34, 34, 1);
    }

    .product_hero .product_copy h2.highlight03 {
        color: rgba(206, 36, 136, 1);
    }

    /*recommendation*/
    .recommendation {
        background: rgba(230, 244, 235, 1) !important;
    }

    .recommendation_inner {
        background: rgba(210, 235, 219, 1) !important;
    }

    .recommendation_list li {
        background: linear-gradient(to right, #ffffff, #eef9ff) !important;
    }

    .recommendation_list li .emphasis {
        color: #066b27 !important;
    }

    .recommendation_list li::before {
        background-color: #066b27 !important;
    }

    /*/recommendation*/

    /*product_nav*/
    .product_nav li a::before {
        background: rgba(6, 144, 53, 1) !important;
    }

    .product_nav li a::after {
        background-color: rgba(6, 144, 53, 1) !important;
    }

    .product_nav li a:hover {
        background: linear-gradient(to bottom, #fff 0%, #fff 38%, #edf6fe 100%) !important;
    }

    .product_nav li a:hover::before {
        background: #066B27 !important;
    }

    /*/product_nav*/

    /*product_feedback*/

    .product_feedback {
        background: linear-gradient(to bottom, #fff 0%, rgba(238, 247, 255, 1) 15%, rgba(238, 247, 255, 1) 75%, rgba(238, 247, 255, 1) 100%) !important;
    }

    .product_feedback .sub_title {
        color: rgba(6, 107, 39, 1) !important;
    }

    /*/product_feedback*/

    /*user_info*/

    .user_info {
        border-left: 2px rgba(34, 34, 34, 1) solid !important;
    }

    .user_info .name {
        color: rgba(206, 36, 136, 1) !important;
    }

    .user_info .age {
        color: rgba(34, 34, 34, 1) !important;
    }

    .user_info .note {
        color: #e03400 !important;
    }


    .feedback_list li .info_block {
        flex: 1 !important;
    }

    .feedback_list li .text b {
        color: #066B27 !important;
    }

    .feedback_list li figure {
        width: 100% !important;
    }

    /*main*/
    .pic_1 {
        width: auto;
        margin: 30px auto 0 auto;
    }

    .label_1,
    .label_2 {
        padding: 4vw 0;
        background: rgb(6 106 38);
        text-align: center;
        position: relative;
    }

    .label_1:before {
        position: absolute;
        content: "";
        border-style: solid;
        border-width: 16px 50px 0 50px;
        border-color: #066a26 transparent transparent transparent;
        left: 50%;
        bottom: -16px;
        transform: translateX(-50%);
    }

    .label_1 b,
    .label_2 b {
        color: #fff;
        font-size: 4.5vw;
        font-weight: 400;
    }

    .label_1 p,
    .label_2 p {
        color: #fff;
        font-size: 6vw;
        font-weight: bold;
        line-height: 1.2;
    }

    .box2 {
        display: flex;
        align-items: center;
        gap: 4vw;
        padding: 4vw 2vw;
    }

    .box2 img {
        width: 29%;
		height: auto
    }

    .box2 div {
        text-align: center
    }

    .box2 div p:nth-child(1) {
        font-size: 6vw;
        font-weight: 600;
        line-height: 130%;
    }

    .box2 div p:nth-child(2) {
        font-size: 5vw;
        font-weight: 600;
        line-height: 100%;
    }

    .box2 div p:nth-child(3) {
        font-size: 3.4vw;
        font-weight: 400;
        line-height: normal;
        color: rgba(34, 34, 34, 1);
        text-align: left;
        padding-top: 10px;
    }

    .fe {
        border-bottom: #066a26 solid 1px;
        padding-top: 8vw;
    }

    .fe p:nth-child(1),
    .fe p:nth-child(2) {
        color: rgba(10, 73, 181, 1)
    }

    .bb p:nth-child(1),
    .bb p:nth-child(2) {
        color: rgba(190, 89, 1, 1)
    }

    .h3 {
        font-size: 3.4vw;
        text-align: center;
        font-weight: 400;
    }

    .tick {
        color: rgba(6, 107, 39, 1);
        font-size: 4.5vw;
        text-align: center;
        font-weight: 600;
        width: fit-content;
        margin: 3vw auto 0 auto;
        position: relative;
        padding-left: 6vw;
    }

    .tick:before {
        position: absolute;
        content: "";
        width: 5vw;
        height: 5vw;
        background: url(/img/goods/br0008/tick.webp)no-repeat;
        background-size: auto 100%;
        left: 0;
    }

    /*例外處理*/
    .feedback_list li {
        position: relative
    }


    .feedback_list li .text {
        margin: 0 !important;
    }


    .feedback_list li figure {
        position: absolute;
        width: 20vw !important;
        height: 20vw;
        top: 0;
        right: 0;
        padding: 10px 10px 0 0
    }


}