html {
    scroll-behavior: smooth
}

.l-content * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.l-content .box-section {
    margin-top: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px
}

.l-content .box-section a:hover,.l-content .box-section a:link,.l-content .box-section a:visited,.l-content .box-section a:active {
    text-decoration: none;
    color: #fff
}

.l-content .box-section a:hover {
    opacity: 0.7
}

.l-content .box-section .container {
    width: 100%;
    max-width: 950px;
    margin: 0 auto
}

.l-content .box-section .txt-center {
    text-align: center
}

.l-content .box-section .dl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex
}

.l-content .box-section .btn-readmore {
    width: 400px;
    height: 45px;
    -webkit-box-shadow: 0px 1px 1px 0 #ffab6c,0px 2px 1px 0 rgba(0,0,0,0.2);
    box-shadow: 0px 1px 1px 0 #ffab6c,0px 2px 1px 0 rgba(0,0,0,0.2);
    background-color: #ff730a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.86;
    text-align: center;
    color: #fff;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.5 ease;
    -o-transition: all 0.5 ease;
    transition: all 0.5 ease
}

.l-content .box-section .btn-readmore::before {
    content: '';
    position: absolute;
    background: url("/pr/vona/tone_202009/images/white-arrow.png") no-repeat;
    width: 11px;
    height: 14px;
    left: 35px;
    top: 0;
    bottom: 0;
    margin: auto
}

.l-content .box-section .btn-readmore:hover {
    opacity: 0.7
}

.l-content .box-section.section-1 {
    margin-top: 40px
}

.l-content .box-section.section-1 .introduct {
    position: relative;
    width: 900px;
    height: 137px;
    border-radius: 15px;
    border: solid 1px #ee3434;
    line-height: 2.25;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    margin-left: auto;
    margin-right: auto
}

.l-content .box-section.section-1 .introduct::before,.l-content .box-section.section-1 .introduct::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 8px
}

.l-content .box-section.section-1 .introduct::before {
    background: url("/pr/vona/tone_202009/images/border-radius-left.png") no-repeat;
    left: 8px
}

.l-content .box-section.section-1 .introduct::after {
    background: url("/pr/vona/tone_202009/images/border-radius-right.png") no-repeat;
    right: 8px
}

.l-content .box-section.section-2 {
    margin-top: 40px
}

.l-content .box-section.section-2 .feature__inner {
    width: 950px;
    height: 293px;
    border-radius: 20px;
    background-color: #ffd16c;
    padding: 15px
}

.l-content .box-section.section-2 .feature__inner .feature__content {
    background-color: #fffced;
    width: 100%;
    height: 100%;
    border-radius: 15px
}

.l-content .box-section.section-2 .feature__inner .feature__content .feature-title {
    font-size: 20px;
    line-height: 1.5;
    color: #333333;
    font-weight: bold;
    position: relative;
    display: table;
    margin: auto;
    padding-top: 13px
}

.l-content .box-section.section-2 .feature__inner .feature__content .feature-title::before,.l-content .box-section.section-2 .feature__inner .feature__content .feature-title::after {
    content: '';
    position: absolute;
    width: 31px;
    height: 32px;
    top: 16px
}

.l-content .box-section.section-2 .feature__inner .feature__content .feature-title::before {
    background: url("/pr/vona/tone_202009/images/shape_left.png") no-repeat;
    left: -51px
}

.l-content .box-section.section-2 .feature__inner .feature__content .feature-title::after {
    background: url("/pr/vona/tone_202009/images/shape_right.png") no-repeat;
    right: -51px
}

.l-content .box-section.section-2 .feature__inner .feature__content .features__list {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 32px
}

.l-content .box-section.section-3 .product-category__inner .product-category__title {
    height: 91px;
    opacity: 0.9;
    background-image: -webkit-gradient(linear, left top, right top, from(#920e0e), to(#f52121));
    background-image: -o-linear-gradient(left, #920e0e, #f52121);
    background-image: linear-gradient(to right, #920e0e, #f52121);
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.l-content .box-section.section-3 .product-category__inner .product-category__content {
    height: 658px;
    background-color: #8f8f8f;
    padding-top: 40px
}

.l-content .box-section.section-3 .product-category__inner .product-category__content .btn-readmore {
    margin-top: 15px
}

.l-content .box-section.section-3 .product-category__inner .categories__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.l-content .box-section.section-3 .product-category__inner .categories__list .category {
    width: 270px;
    height: 228px;
    background: #fff;
    margin: 0 12.5px;
    overflow: hidden;
    margin-bottom: 25px
}

.l-content .box-section.section-3 .product-category__inner .categories__list .category__txt a {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: #333333;
    height: 84px;
    background-color: #f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.l-content .box-section.section-3 .product-category__inner .categories__list .category__txt a::before {
    content: '';
    position: absolute;
    background: url("/pr/vona/tone_202009/images/blue-arrow.png") no-repeat;
    width: 13px;
    height: 9px;
    left: 16px;
    top: 0;
    bottom: 0;
    margin: auto
}

.l-content .box-section.section-3 .product-category__inner .categories__list .category__txt span {
    margin-right: -32px
}

.l-content .box-section.section-3 .product-category__inner .categories__list .category__img {
    height: 144px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}

.l-content .box-section.section-4 .product__inner {
    border-radius: 20px;
    overflow: hidden
}

.l-content .box-section.section-4 .product__inner .product-sub__title {
    height: 80px;
    opacity: 0.9;
    background-image: -webkit-gradient(linear, left top, right top, from(#981111), to(#b01212));
    background-image: -o-linear-gradient(left, #981111, #b01212);
    background-image: linear-gradient(to right, #981111, #b01212);
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: #fff0db;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.l-content .box-section.section-4 .product__inner .product__content {
    background-color: #fff0db;
    padding-bottom: 60px
}

.l-content .box-section.section-4 .product__inner .product__content .product__txt {
    line-height: 1.5;
    padding-top: 36px;
    padding-left: 21px
}

.l-content .box-section.section-4 .product__inner .product__content .products__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 28px
}

.l-content .box-section.section-4 .product__inner .product__content .products__list .product {
    width: 231px;
    height: 370px;
    border: solid 1px #c4c4c4;
    background-color: #fff;
    text-align: center;
    margin-top: 13px
}

.l-content .box-section.section-4 .product__inner .product__content .products__list .product:not(:nth-child(4n)) {
    border-right: none
}

.l-content .box-section.section-4 .product__inner .product__content .products__list .product__name a {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.47;
    color: #004098;
    display: block;
    margin-top: 18px;
    min-height: 44px
}

.l-content .box-section.section-4 .product__inner .product__content .products__list .product__image {
    height: 215px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.l-content .box-section.section-4 .product__inner .product__content .products__list .product__serial {
    font-size: 14px;
    color: #333333
}

.l-content .box-section.section-4 .product__inner .product__content .products__list .product__price {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.47;
    color: #3a3a3a;
    margin-top: 4px
}

.l-content .box-section.section-4 .product__inner .product__content .products__list .product__price .price_old {
    text-decoration: line-through
}

.l-content .box-section.section-4 .product__inner .product__content .products__list .product__price .price_new {
    color: #e30000
}

.l-content .box-section.section-4 .product__inner .product__content .products__list .product__delivery {
    margin-top: 5px
}

.l-content .box-section.section-4 .product__inner .product__content .products__list .product__delivery span {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.57;
    color: #7d7d7d;
    vertical-align: bottom;
    margin-left: 5px
}

.l-content .box-section.section-4 .product__inner .product__content .btn-readmore {
    margin-top: 50px
}

.l-content .box-section.section-5 .service-product__inner .service-product__title {
    height: 66px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ffa200), to(#ffc554));
    background-image: -o-linear-gradient(bottom, #ffa200, #ffc554);
    background-image: linear-gradient(to top, #ffa200, #ffc554);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    color: #fff
}

.l-content .box-section.section-5 .service-product__inner .service-product__list {
    margin-top: 65px;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.l-content .box-section.section-5 .service-product__inner .service-product__list li {
    width: 470px;
    margin-bottom: 10px
}
