@charset "UTF-8";
.product_containt {
    width: 100%;
    position: relative;
    background-color: #fff;
    overflow: hidden;
}

.product_left_nav {
    position: absolute;
    width: 409px;
    box-shadow: 1px 1px 50px #CCCCCC;
    z-index: 99;
    left: -366px;
    /*top: -155px;*/
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    transition: all 0.3s linear;
}

.show {
    /*transition: all 0.5s linear;*/
    transition: all 0.3s linear;
    left: 0px;
}

.product_left_nav .product_click {
    position: absolute;
    left: 94.5%;
    /*TOP属性由导航栏部件JS控制*/
    transform: translateX(-50%);
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    cursor: pointer;
}

.show .product_click {
    display: none;
}

.product_left_nav .product_nav_show {
    display: none;
}

.product_left_nav .product_nav_show .title > a:active, .product_left_nav .product_nav_show .title > a:hover {
    color: #1776D4;
}

.show .product_nav_show {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
    text-align: center;
}

.product_nav_show .product_nav_detail {
    width: 180px;
    text-align: right;
    margin: 5% auto;
}

.product_nav_show .product_nav_detail .title {
    color: #333333;
    font-size: 28px;
    background-color: transparent;
    margin-bottom: 0;
    height: auto;
    cursor: pointer;
}

.product_nav_show .product_nav_detail .title:hover {
    color: #1776D4;
    font-weight: bold;
}

.product_nav_show .product_nav_detail > .active {
    color: #1776D4;
    font-weight: bold;
}

.product_nav_show .product_nav_detail ul {
    font-size: 18px;
    color: #A0A0A0;
}

.product_nav_show .product_nav_detail ul li {
    margin: 0.9em 0;
}

.product_nav_show .product_nav_detail ul li.margin {
    margin: 0.9em 0;
}

.product_nav_show .product_nav_detail ul li a:hover {
    color: #1774D6;
}

.product_nav_show .product_nav_detail ul > .active {
    color: #1776D4;
}

.product_list_container {
    margin: 20px 80px 40px;
}

.product_list_container ul {
    width: 100%;
}

.product_list_container ul li {
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 32.5%;
    position: relative;
    font-size: 12px;
    color: #666666;
    cursor: pointer;
    overflow: hidden;
}

.product_list_container ul li .active {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(18, 94, 169, 0.5);
}

.product_list_container ul li .active a:hover {
    color: #fff;
}

.product_list_container ul li .active > div {
    width: 23.34%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.product_list_container ul li .active > div > div {
    width: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0%;
    top: 57%;
    transform: translateY(-50%);
}

.product_list_container ul .product_list_back_odd {
    background-image: url(../img/product/back_1.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.product_list_container ul .product_list_back_even {
    background-image: url(../img/product/back_2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.product_list_container ul li > div {
    position: absolute;
}

.product_list_container ul .left_img > div:nth-child(2) {
    width: 100%;
    top: 0%;
    left: -20%;
}

.left_img > div:nth-child(3) {
    width: 60%;
    top: 50%;
    right: 5%;
    text-align: right;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -mz-transform: translateY(-50%);
}

.left_img > div:nth-child(3) > div {
    font-size: 1.5em;
    /*transform: translateY(-50%);*/
    background-image: url(../img/product/product_list_arrow.png);
    background-position: 100% 50%;
    background-size: 22px;
    background-repeat: no-repeat;
    padding-right: 1.5em;
    /*height: 1.3em;*/
    display: inline-block;
    line-height: 1.5em;
}

.product_list_container ul .right_img > div:nth-child(2) {
    width: 100%;
    top: 0%;
    right: -26%;
}

.right_img > div:nth-child(3) {
    width: 60%;
    top: 45%;
    right: 45%;
    text-align: right;
}

.right_img > div:nth-child(3) > div {
    text-align: center;
    font-size: 1.5em;
    transform: translateY(-50%);
    background-image: url(../img/product/product_list_arrow.png);
    background-position: 100% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    padding-right: 1.5em;
    height: 1.3em;
    display: inline-block;
    line-height: 1.5em;
}

/*.product_list_container ul li:nth-child(odd)
{
    background-image:url(../img/product/back_1.png);
}
.product_list_container ul li:nth-child(even)
{
    background-image:url(../img/product/back_2.png);
}*/
.products_screen {
    /*width: 94%;*/
    max-width: 1000px;
    margin: 30px auto 0;
    overflow: hidden;
    clear: both;
    background: #F6F6F6;
    padding: 30px 25px;
    text-align: center;
}

.products_screen_top {
    font-size: 22px;
    color: #0A79BD;
    font-weight: bold;
    padding: 5px 25px;
    background: #F6F6F6;
}

.products_screen_list {
    border-top: 2px solid #BEBEBE;
    margin-top: -15px;
    padding: 10px 0;
    overflow: hidden;
    margin-bottom: 20px;
}

.products_screen_list dt, .products_screen_list dd {
    float: left;
    margin-top: 20px;
    font-size: 16px;
    text-align: left;
    padding: 3px;
}


/*手机帅选匹配*/
@media screen and (max-width: 768px) {
    /*.products_screen_list{
        margin-left: 70px;
    }*/

    .products_screen_list dt {
    margin-left: 70px;
}

    .products_screen_list dd[index="0-0"],.products_screen_list dd[index="1-0"],.products_screen_list dd[index="2-0"],.products_screen_list dd[index="3-0"] {
        margin-left: 10px;
    }

    .products_screen_list dd[index="3-2"],.products_screen_list dd[index="1-3"] {
        margin-left: 200px;
    }
    .products_screen_list dd[index="2-2"],.products_screen_list dd[index="1-3"],.products_screen_list dd[index="3-2"]{
        margin-left: 209px;
    }
    .products_screen_list dd[index="1-1"] {
        margin-left: 34px;
    }
    .products_screen_list dd[index="1-2"] {
        margin-left: 34px;
    }
    .products_screen_list dd[index="2-1"] {
        margin-left: 33px;
    }
    .products_screen_list dd[index="2-3"] {
        margin-left: 34px;
    }
    .products_screen_list dd[index="3-1"] {
        margin-left: 67px;
    }
}


.products_screen_list dt {
    clear: both;
    width: 130px;
    border-right: 1px solid #BEBEBE;
}

.products_screen_list dd {
    border: 1px solid #F6F6F6;
    margin-left: 50px;
    cursor: pointer;
}

.products_screen_list .screen_active {
    border: 1px solid #0A79BD;
    color: #0A79BD;
    cursor: pointer;
    position: relative;
}

.products_screen_list .screen_close {
    position: absolute;
    top: -5px;
    right: -5px;
}

.products_screen_search {
    font-size: 20px;
    color: #FFF;
    background: #0A79BD;
    padding: 3px 35px;
    cursor: pointer;
}

.products_screen_search_disable {
    background: #BEBEBE;
    cursor: default;
}

.products_channel {
    /*width: 94%;*/
    max-width: 1000px;
    margin: auto;
    clear: both;
    background: #F6F6F6;
    margin-top: -30px;
    margin-bottom: 30px;
    background: url('../img/sale_channel_bg.png');
    height: 43px;
    border: 1px solid #B9B9B7;
    border-radius: 5px;
}

.products_channel div {
    float: left;
    width: 33.33%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 41px;
    color: #0A79BD;
    cursor: pointer;
    position: relative;
}

.products_channel .first {
    background: url('../img/sale_channel_line.png') no-repeat center right;
}

.products_channel .last {
    background: url('../img/sale_channel_line.png') no-repeat center left;
}

.products_channel .active {
    background: url('../img/sale_channel_active.png');
    color: #FFF;
}

.products_channel_active {
    position: absolute;
    margin-left: -8px;
    left: 50%;
    bottom: -12px;
}

.over2 {
    height: 3em;
}

.products_list {
    max-width: 1400px;
    margin: auto;
    padding: 10px 0 10px;
    overflow: hidden;
}

.products_list_title {
    margin: 10px auto 50px;
    font-size: 48px;
    text-align: center;
}

.products_list_title.bpm {
    color: #74c9cd;
}

.products_list ul {
    /*width: 94%;*/
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
    clear: both;
}

.products_list ul li {
    float: left;
    /*width: 33.33%;*/
    width: 25%;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #ccc;
    padding-top: 40px;
}

.products_list ul li:last-child {
    border-right: 1px solid transparent;
}
.products_list ul li:first-child {
    border-right: 1px solid #ccc;
}
.products_list .produts_list_frist_line > li {
    padding-top: 0;
}

.products_list .produts_list_last_line > li {
    border-bottom: none;
}

.products_list ul li div:nth-child(1) {
    width: 81.89%;
    display: inline-block;
    max-height: 416px;
}

.products_list ul li div:nth-child(1) > img {
    max-width: 100%;
    max-height: 385px;
}

.products_list ul li div:nth-child(3) {
    font-size: 28px;
    font-weight: bold;
}

.products_list ul li div:nth-child(4) {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    height: 2.7em;
    /*width: 25em;*/
    width: 85%;
    margin: auto;
    font-size: 1.2em;
    text-align: center;
}

.products_list ul li div:nth-child(4) > div {
    vertical-align: middle;
}

.products_list ul li div:nth-child(5) {
    font-size: 1.2em;
}

.products_list ul li .btn_box > a {
    display: inline-block;
    text-align: center;
    width: 90px;
    padding: 5px 0px 3px;
    border: 1px solid #ccc;
    line-height: 1.5em;
    margin: 5px 2px;
}

.products_list ul li .btn_box > a:hover {
    color: #fff;
    background-color: #1776D4;
}

.product_crumbs {
    max-width: 1000px;
    margin: 10px auto;
}

.product_crumbs a {
    display: inline-block;
}

.product_crumbs ul li {
    display: inline-block;
    font-size: 1.2em;
    color: #1776D4;
}

.product_containt {
    min-height: 1000px;
}

.product_containt .product_detail {
    max-width: 1000px;
    margin: 50px auto;
    overflow: hidden;
    position: relative;
}

.product_containt .product_detail .part3_detail {
    font-size: 1.5em;
}

.product_detail > .leftimgbox {
    width: 50%;
    text-align: left;
    float: left;
    position: relative;
    min-height: 50px;
}

.product_detail > .leftimgbox > .imgbox {
    width: 80%;
    margin: auto;
    height: 320px;
    text-align: center;
    padding: 5px;
    overflow: hidden;
    position: relative !important;
}

.product_detail > .leftimgbox > .imgbox > img {
    max-height: 100%;
}

.product_detail > .leftimgbox .imglist {
    width: 75%;
    margin: auto;
    height: 100px;
    overflow: hidden;
    position: relative;
}

.product_detail > .leftimgbox .imglist > ul {
    position: absolute;
    height: 100px;
    top: 0;
    left: 0;
    display: flex;
    margin: auto;
    overflow: hidden;
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
}

.product_detail > .leftimgbox .imglist > ul > li {
    display: inline-block;
    height: 100%;
    width: 120px;
    border: 1px solid darkgrey;
    text-align: center;
    margin-right: 5px;
    cursor: pointer;
    padding: 5px;
}

.product_detail > .leftimgbox .imglist > ul > li:hover, .product_detail > .leftimgbox .imglist > ul > li.imgactive {
    border: 2px solid #1776D4;
}

.product_detail > .leftimgbox .imglist > ul > li > img {
    max-height: 100%;
}

.product_detail > .leftimgbox > .left_arrow {
    left: 15px;
    position: absolute;
    top: 88%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    cursor: pointer;
}

.product_detail > .leftimgbox > .right_arrow {
    right: 20px;
    position: absolute;
    top: 88%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    cursor: pointer;
}

.product_detail > div:nth-child(2) {
    padding: 5% 0 0;
    width: 50%;
    text-align: left;
    float: left;
    overflow: hidden;
}

.product_detail > .right_info {
    height: 420px;
    display: table;
}

.product_detail > .right_info > * {
    display: table-row;
}

.product_detail h1, .product_detail h3, .product_detail h4 {
    margin: 0px;
}

.product_detail h3 {
    font-size: 1.5em;
}

.product_detail h1 {
    font-size: 2.57em;
}

@media only screen and (max-width: 1366px) {
    .product_detail {
        font-size: 10px;
    }
}

.product_detail > div:nth-child(2) > .product_shadow_box {
    height: 1em;
}

.product_detail > div:nth-child(2) > .product_detail_button_box {
    margin: 10px 0;
}

.product_detail > div:nth-child(2) > .product_detail_button_box > a {
    border: 2px solid #1776d4;
    color: #1776d4;
    padding: 5px 0;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
    width: 130px;
    letter-spacing: 2px;
}

.product_social_box {
    margin: 40px 0;
}

.product_social_box div {
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
}

.product_containt .product_part2 {
    width: 100%;
    margin: auto;
    text-align: center;
    overflow: hidden;
}

.product_containt .product_part2 > div {
    position: relative;
    letter-spacing: 5px;
}
.product_containt .product_part2 > div>img{
    display: block;
}
.product_containt .product_part2 > div>.text_info{
    position: absolute;
    top: 36%;
    left: 15%;
    text-align: left;
    width: 35%;
}
/*mn style     mn style     mn style     mn style     mn style     mn style     mn style     mn style     mn style   */
.mn_special_bg {
    background: url(../img/product/mn/bg.jpg) no-repeat center;
    background-size: cover;
}

.mn_special_bg2 {
    background-image: url(../img/product/mn/bg_2.jpg);
    background-size: cover;
}

.text_info {
    word-wrap: break-word;
    word-break: break-all;
}

.product_containt .product_part2 > .mn_special_01 > .text_info {
    position: absolute;
    top: 30%;
    left: 10%;
    text-align: left;
    width: 35%;
}

.product_part2 > .mn_special_01 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #FFA600;
}

.product_part2 > .mn_special_01 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px 40px;
    font-weight: 400;
}

.product_part2 > .mn_special_01 > .text_info > p {
    font-size: 1.4em;
    letter-spacing: 1px;
}

.mn_special_01_png {
    position: absolute;
    bottom: -3%;
    left: 45%;
    width: 45%;
}

.product_containt .product_part2 > .mn_special_02 > .text_info {
    position: absolute;
    top: 30%;
    left: 55%;
    text-align: left;
}

.product_part2 > .mn_special_02 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #FFA600;
}

.product_part2 > .mn_special_02 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px 40px;
    font-weight: 400;
}

.product_part2 > .mn_special_02 > .text_info > p {
    font-size: 1.4em;
}

.mn_special_02_png {
    position: absolute;
    bottom: -5%;
    left: 8%;
    width: 55%;
}

.product_containt .product_part2 > .mn_special_03 > .text_info {
    position: absolute;
    top: 40%;
    left: 58%;
    text-align: left;
}

.product_part2 > .mn_special_03 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #FFA600;
}

.product_part2 > .mn_special_03 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px 40px;
    letter-spacing: 1px;
}

.product_part2 > .mn_special_03 > .text_info > p {
    font-size: 1.4em;
}

.mn_special_03_png {
    position: absolute;
    bottom: -3%;
    left: 8%;
    width: 45%;
}

.product_containt .product_part2 > .mn_special_04 > .text_info {
    position: absolute;
    top: 50%;
    left: 36%;
    text-align: left;
}

.product_part2 > .mn_special_04 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #FFA600;
}

.product_part2 > .mn_special_04 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px 40px;
    font-weight: 400;
}

.product_part2 > .mn_special_04 > .text_info > p {
    font-size: 1.4em;
}

.mn_special_04_png {
    position: absolute;
    top: 15%;
    left: 13%;
    width: 70%;
}

.product_containt .product_part2 > .mn_special_05 > .text_info {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    text-align: center;
}

.product_part2 > .mn_special_05 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #FFA600;
}

.product_part2 > .mn_special_05 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px 40px;
    font-weight: 400;
}

.product_part2 > .mn_special_05 > .text_info > p {
    font-size: 1.4em;
}

.mn_special_05_png {
    position: absolute;
    top: 15%;
    left: 13%;
    width: 90%;
}

.product_containt .product_part2 > .mn_special_06 > .text_info {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    text-align: center;
}

.product_part2 > .mn_special_06 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #FFA600;
}

.product_part2 > .mn_special_06 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px 40px;
    font-weight: 400;
}

.product_part2 > .mn_special_06 > .text_info > p {
    font-size: 1.4em;
}

.mn_special_06_png {
    position: absolute;
    top: 10%;
    left: 30%;
    width: 40%;
}

.product_containt .product_part2 > .mn_special_07 > .text_info {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    text-align: center;
}

.product_part2 > .mn_special_07 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #FFA600;
}

.product_part2 > .mn_special_07 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px 40px;
    font-weight: 400;
}

.product_part2 > .mn_special_07 > .text_info > p {
    font-size: 1.4em;
}

.mn_special_07_png {
    position: absolute;
    top: 15%;
    left: 25%;
    width: 50%;
}

.product_containt .product_part2 > .mn_special_08 > .text_info {
    position: absolute;
    top: 20%;
    left: 55%;
    width: 30%;
    text-align: left;
}

.product_part2 > .mn_special_08 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #FFA600;
}

.product_part2 > .mn_special_08 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px 40px;
    font-weight: 400;
}

.product_part2 > .mn_special_08 > .text_info > p {
    font-size: 1.4em;
}

.mn_special_08_png {
    position: absolute;
    top: 15%;
    left: 20%;
    width: 40%;
}

.product_containt .product_part2 > .mn_special_09 > .text_info {
    position: absolute;
    top: 35%;
    left: 55%;
    width: 30%;
    text-align: left;
}

.product_part2 > .mn_special_09 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #FFA600;
}

.product_part2 > .mn_special_09 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px 40px;
    font-weight: 400;
}

.product_part2 > .mn_special_09 > .text_info > p {
    font-size: 1.4em;
}

.mn_special_09_png {
    position: absolute;
    top: 20%;
    left: 15%;
    width: 30%;
}

.product_containt .product_part2 > .mn_special_10 > .text_info {
    position: absolute;
    top: 56%;
    left: 60%;
    text-align: left;
}

.product_part2 > .mn_special_10 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #FFA600;
}

.product_part2 > .mn_special_10 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px 40px;
    font-weight: 400;
}

.product_part2 > .mn_special_10 > .text_info > p {
    font-size: 1.4em;
}

.mn_special_10_png {
    position: absolute;
    bottom: 0%;
    left: 15%;
    width: 60%;
}

.product_containt .product_part2 > .mn_special_11 > .text_info {
    position: absolute;
    top: 40%;
    left: 12%;
    width: 30%;
    text-align: left;
}

.product_part2 > .mn_special_11 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #FFA600;
}

.product_part2 > .mn_special_11 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px 40px;
    font-weight: 400;
}

.product_part2 > .mn_special_11 > .text_info > p {
    font-size: 1.4em;
}

.mn_special_11_png {
    position: absolute;
    top: 15%;
    left: 48%;
    width: 40%;
}

.product_containt .product_part2 > .mn_special_12 > .text_info {
    position: absolute;
    left: 50%;
    top: 75%;
    transform: translate(-50%, -50%);
    width: 50%;
    text-align: center;
}

.product_part2 > .mn_special_12 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #FFA600;
}

.product_part2 > .mn_special_12 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px 40px;
    font-weight: 400;
}

.product_part2 > .mn_special_12 > .text_info > p {
    font-size: 1.4em;
}

.mn_special_12_png {
    position: absolute;
    top: 10%;
    left: 30%;
    width: 40%;
}

.product_containt .product_part2 > .mn_special_13 > .text_info {
    position: absolute;
    top: 40%;
    left: 12%;
    text-align: left;
}

.product_part2 > .mn_special_13 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #FFA600;
}

.product_part2 > .mn_special_13 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px 40px;
    font-weight: 400;
}

.product_part2 > .mn_special_13 > .text_info > p {
    font-size: 1.4em;
}

.mn_special_13_png {
    position: absolute;
    bottom: 0%;
    left: 10%;
    width: 80%;
}

.product_containt .product_part2 > .mn_special_14 > .text_info {
    position: absolute;
    top: 30%;
    left: 60%;
    width: 30%;
    text-align: left;
}

.product_part2 > .mn_special_14 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #FFA600;
}

.product_part2 > .mn_special_14 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px 40px;
    font-weight: 400;
}

.product_part2 > .mn_special_14 > .text_info > p {
    font-size: 1.4em;
}

.mn_special_14_png {
    position: absolute;
    top: 15%;
    left: 7%;
    width: 60%;
}

.product_containt .product_part2 > .mn_special_15 > .text_info {
    position: absolute;
    top: 38%;
    left: 58%;
    text-align: left;
}

.product_part2 > .mn_special_15 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #FFA600;
}

.product_part2 > .mn_special_15 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px 40px;
    font-weight: 400;
}

.product_part2 > .mn_special_15 > .text_info > p {
    font-size: 1.4em;
}

.mn_special_15_png {
    position: absolute;
    top: 25%;
    left: -5%;
    width: 55%;
}

.product_containt .product_part2 > .mn_special_16 > .text_info {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    text-align: center;
}

.product_part2 > .mn_special_16 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #FFA600;
}

.product_part2 > .mn_special_16 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px 40px;
    font-weight: 400;
}

.product_part2 > .mn_special_16 > .text_info > p {
    font-size: 1.4em;
}

.mn_special_16_png {
    position: absolute;
    top: 20%;
    left: 15%;
    width: 70%;
}

.product_containt .product_part2 > .mn_special_17 > .text_info {
    position: absolute;
    top: 35%;
    left: 10%;
    text-align: right;
}

.product_part2 > .mn_special_17 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #FFA600;
}

.product_part2 > .mn_special_17 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px 40px;
    font-weight: 400;
}

.product_part2 > .mn_special_17 > .text_info > p {
    font-size: 1.4em;
}

.mn_special_17_png {
    position: absolute;
    top: 15%;
    left: 45%;
    width: 40%;
}

.product_containt .product_part2 > .mn_special_18 > .text_info {
    position: absolute;
    top: 42%;
    left: 10%;
    text-align: left;
}

.product_part2 > .mn_special_18 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #FFA600;
}

.product_part2 > .mn_special_18 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px 40px;
    font-weight: 400;
}

.product_part2 > .mn_special_18 > .text_info > p {
    font-size: 1.4em;
}

.mn_special_18_png {
    position: absolute;
    top: 15%;
    left: 55%;
    width: 30%;
}

.product_containt .product_part2 > .mn_special_19 > .text_info {
    position: absolute;
    top: 42%;
    left: 10%;
    text-align: left;
}

.product_part2 > .mn_special_19 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #FFA600;
}

.product_part2 > .mn_special_19 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px 40px;
    font-weight: 400;
}

.product_part2 > .mn_special_19 > .text_info > p {
    font-size: 1.4em;
}

.mn_special_19_png {
    position: absolute;
    top: 15%;
    left: 55%;
    width: 30%;
}

.product_containt .product_part2 > .mn_special_20 > .text_info {
    position: absolute;
    top: 34%;
    left: 56%;
    text-align: left;
    max-width: 46%;
}

.product_part2 > .mn_special_20 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #FFA600;
}

.product_part2 > .mn_special_20 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px 40px;
    font-weight: 400;
}

.product_part2 > .mn_special_20 > .text_info > p {
    font-size: 1.4em;
}

.mn_special_20_png {
    position: absolute;
    top: 15%;
    left: 20%;
    width: 30%;
}

.product_containt .product_part2 > .mn_special_21 > .text_info {
    position: absolute;
    top: 54%;
    left: 40%;
    text-align: left;
    max-width: 45%;
}

.product_part2 > .mn_special_21 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #FFA600;
}

.product_part2 > .mn_special_21 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px 40px;
    font-weight: 400;
}

.product_part2 > .mn_special_21 > .text_info > p {
    font-size: 1.4em;
}

.mn_special_21_png {
    position: absolute;
    top: 10%;
    left: 20%;
    width: 70%;
}

.mn_special_22_png {
    position: absolute;
    bottom: -5%;
    left: 40%;
    width: 50%;
}

.product_containt .product_part2 > .mn_special_23 > .text_info {
    position: absolute;
    top: 24%;
    left: 50%;
    width: 30%;
    text-align: left;
}

.product_part2 > .mn_special_23 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #FFA600;
}

.product_part2 > .mn_special_23 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px 40px;
    font-weight: 400;
}

.product_part2 > .mn_special_23 > .text_info > p {
    font-size: 1.4em;
}

.mn_special_23_png {
    position: absolute;
    top: 15%;
    left: 15%;
    width: 40%;
}

.product_containt .product_part2 > .mn_special_24 > .text_info {
    position: absolute;
    top: 50%;
    left: 40%;
    text-align: left;
    max-width: 35%;
}

.product_part2 > .mn_special_24 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #FFA600;
}

.product_part2 > .mn_special_24 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px 40px;
    font-weight: 400;
}

.product_part2 > .mn_special_24 > .text_info > p {
    font-size: 1.4em;
}

.mn_special_24_png {
    position: absolute;
    top: 5%;
    left: 20%;
    width: 80%;
}

.product_containt .product_part2 > .mn_special_26 > .text_info {
    position: absolute;
    top: 50%;
    left: 40%;
    text-align: left;
    max-width: 35%;
}

.product_part2 > .mn_special_26 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #FFA600;
}

.product_part2 > .mn_special_26 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px 40px;
    font-weight: 400;
}

.product_part2 > .mn_special_26 > .text_info > p {
    font-size: 1.4em;
}

.mn_special_26_png {
    position: absolute;
    top: 5%;
    left: 20%;
    width: 80%;
}

.product_containt .product_part2 > .mn_special_28 > .text_info {
    position: absolute;
    top: 50%;
    left: 40%;
    text-align: left;
    max-width: 35%;
}

.product_part2 > .mn_special_28 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #FFA600;
}

.product_part2 > .mn_special_28 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px 40px;
    font-weight: 400;
}

.product_part2 > .mn_special_28 > .text_info > p {
    font-size: 1.4em;
}

.mn_special_28_png {
    position: absolute;
    top: 5%;
    left: 20%;
    width: 80%;
}

.product_containt .product_part2 > .mn_special_29 > .text_info {
    position: absolute;
    top: 25%;
    left: 46%;
    text-align: left;
    max-width: 40%;
}

.product_part2 > .mn_special_29 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #FFA600;
}

.product_part2 > .mn_special_29 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px 20px;
    font-weight: 400;
}

.product_part2 > .mn_special_29 > .text_info > p {
    font-size: 1.4em;
    margin-bottom: 20px;
}

.mn_special_29_png {
    position: absolute;
    top: 5%;
    left: 10%;
    width: 50%;
}

.product_containt .product_part2 > .mn_special_31 > .text_info {
    position: absolute;
    top: 34%;
    left: 50%;
    text-align: left;
}

.product_part2 > .mn_special_31 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #FFA600;
}

.product_part2 > .mn_special_31 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px 40px;
    font-weight: 400;
}

.product_part2 > .mn_special_31 > .text_info > p {
    font-size: 1.4em;
}
.mn_special_36{
    position: relative;
}
.mn_special_36>div{
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}
.mn_special_31_png {
    position: absolute;
    top: 10%;
    left: 15%;
    width: 30%;
}

.product_containt .product_part2 > .mn_special_36 > div > .mn_special_36_png > .text_info {
    position: absolute;
    top: 62%;
    left: 82%;
    text-align: left;
    width: 100%;
}

.product_part2 > .mn_special_36 > div > .mn_special_36_png > .text_info > h1 {
    font-size: 48px;
    margin: 10px 0px;
    color: #FFA600;
}

.product_part2 > .mn_special_36 > div > .mn_special_36_png > .text_info > h2 {
    font-size: 28px;
    margin: 10px 0px 20px;
    font-weight: 400;
}

.product_part2 > .mn_special_36 > div > .mn_special_36_png > .text_info > p {
    font-size: 16px;
    margin-bottom: 20px;
}

.mn_special_36_png {
    position: relative;
    width: 60%;
    margin: 0 0 0 5%;
}

.mn_special_37_png_2 {
    position: absolute;
    top: 50%;
    left: 46%;
    width: 20%;
}

.product_part2 > .mn_special_01 > .text_info_38 > p {
    font-size: 1.4em;
    white-space: nowrap;
}

.product_part2 > .mn_special_44 > .text_info {
    position: absolute;
    top: 55%!important;
    left: 40%!important;
    text-align: left;
    max-width: 35%;
}

.product_part2 > .mn_special_44 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #FFA600;
}

.product_part2 > .mn_special_44 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px 40px;
    font-weight: 400;
}

.product_part2 > .mn_special_44 > .text_info > p {
    font-size: 1.4em;
    letter-spacing: 1px;
}

.mn_special_44_png {
    position: absolute;
    bottom: 10%;
    left: 10%;
    width: 80%;
}

/*gm style     gm style     gm style     gm style     gm style     gm style     gm style     gm style     gm style   */
.product_containt .product_part2 > .gm_special_01 > .text_info {
    position: absolute;
    top: 35%;
    left: 55%;
    text-align: left;
    width: 35%;
}

.product_part2 > .gm_special_01 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #78CDD1;
}

.product_part2 > .gm_special_01 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px 20px;
    font-weight: 400;
}

.product_part2 > .gm_special_01 > .text_info > p {
    font-size: 1.4em;
}

.gm_special_01_png {
    position: absolute;
    top: 20%;
    left: 10%;
    width: 40%;
}

.product_containt .product_part2 > .gm_special_02 > .text_info {
    position: absolute;
    top: 30%;
    left: 55%;
    text-align: left;
    width: 35%;
}

.product_part2 > .gm_special_02 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #78CDD1;
}

.product_part2 > .gm_special_02 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px;
    font-weight: 400;
    letter-spacing: 0;
}

.product_part2 > .gm_special_02 > .text_info > p {
    font-size: 1.4em;
}

.gm_special_02_png {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 40%;
}

.product_containt .product_part2 > .gm_special_03 > .text_info {
    position: absolute;
    top: 60%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    width: 50%;
}

.product_part2 > .gm_special_03 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #78CDD1;
}

.product_part2 > .gm_special_03 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px;
    font-weight: 400;
}

.product_part2 > .gm_special_03 > .text_info > p {
    font-size: 1.4em;
}

.gm_special_03_png {
    position: absolute;
    top: 10%;
    left: 15%;
    width: 70%;
}

.product_containt .product_part2 > .gm_special_04 > .text_info {
    position: absolute;
    top: 60%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    width: 58%;
}

.product_part2 > .gm_special_04 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #78CDD1;
}

.product_part2 > .gm_special_04 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px;
    font-weight: 400;
}

.product_part2 > .gm_special_04 > .text_info > p {
    font-size: 1.4em;
}

.gm_special_04_png {
    position: absolute;
    top: 15%;
    left: 15%;
    width: 70%;
}

.product_containt .product_part2 > .gm_special_05 > .text_info {
    position: absolute;
    top: 22%;
    left: 15%;
    text-align: left;
    width: 45%;
}

.product_part2 > .gm_special_05 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #78CDD1;
}

.product_part2 > .gm_special_05 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px;
    font-weight: 400;
    letter-spacing: 0;
}

.product_part2 > .gm_special_05 > .text_info > p {
    font-size: 1.4em;
}

.gm_special_05_png {
    position: absolute;
    bottom: -18%;
    left: 35%;
    width: 45%;
}

.gm_special_06_png {
    position: absolute;
    top: 15%;
    left: 10%;
    width: 35%;
}

.product_containt .product_part2 > .gm_special_07 > .text_info {
    position: absolute;
    top: 30%;
    left: 55%;
    text-align: left;
    word-break: break-all;
    word-wrap: break-word;
    width: 35%;
}

.product_part2 > .gm_special_07 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #78CDD1;
}

.product_part2 > .gm_special_07 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px;
    font-weight: 400;
}

.product_part2 > .gm_special_07 > .text_info > p {
    font-size: 1.4em;
}

.gm_special_07_png {
    position: absolute;
    top: 17%;
    left: 10%;
    width: 35%;
}

.product_containt .product_part2 > .gm_special_08 > .text_info {
    position: absolute;
    top: 60%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    width: 100%;
}

.product_part2 > .gm_special_08 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #78CDD1;
}

.product_part2 > .gm_special_08 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px;
    font-weight: 400;
}

.product_part2 > .gm_special_08 > .text_info > p {
    font-size: 1.4em;
}

.gm_special_08_png {
    position: absolute;
    top: 15%;
    left: 15%;
    width: 70%;
}

.product_containt .product_part2 > .gm_special_09 > .text_info {
    position: absolute;
    top: 35%;
    left: 15%;
    text-align: left;
    width: 37%;
}

.product_part2 > .gm_special_09 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #78CDD1;
}

.product_part2 > .gm_special_09 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px;
    font-weight: 400;
}

.product_part2 > .gm_special_09 > .text_info > p {
    font-size: 1.4em;
}

.gm_special_09_png {
    position: absolute;
    top: 17%;
    right: 10%;
    width: 35%;
}

.product_containt .product_part2 > .gm_special_10 > .text_info {
    position: absolute;
    top: 60%;
    left: 45%;
    text-align: left;
    width: 43%;
}

.product_part2 > .gm_special_10 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #78CDD1;
}

.product_part2 > .gm_special_10 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px;
    font-weight: 400;
    letter-spacing: -2px;
}

.product_part2 > .gm_special_10 > .text_info > p {
    font-size: 1.4em;
    letter-spacing: 1px;
}

.gm_special_10_png {
    position: absolute;
    top: 15%;
    left: 15%;
    width: 50%;
}

.gm_special_11_png {
    position: absolute;
    top: 15%;
    left: 15%;
    width: 50%;
}

.gm_special_12_png {
    position: absolute;
    top: 20%;
    left: 10%;
    width: 35%;
}

.product_containt .product_part2 > .gm_special_13 > .text_info {
    position: absolute;
    top: 20%;
    left: 15%;
    text-align: left;
    width: 48%;
}

.product_part2 > .gm_special_13 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #78CDD1;
}

.product_part2 > .gm_special_13 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px;
    font-weight: 400;
}

.product_part2 > .gm_special_13 > .text_info > p {
    font-size: 1.4em;
    letter-spacing: 1px;
}

.gm_special_13_png {
    position: absolute;
    bottom: -40%;
    right: 10%;
    width: 40%;
}

.product_containt .product_part2 > .gm_special_14 {
    overflow: hidden;
}

.product_containt .product_part2 > .gm_special_14 > .text_info {
    position: absolute;
    top: 60%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    width: 100%;
}

.product_part2 > .gm_special_14 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #78CDD1;
}

.product_part2 > .gm_special_14 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px;
    font-weight: 400;
}

.product_part2 > .gm_special_14 > .text_info > p {
    font-size: 1.4em;
}

.gm_special_14_png {
    position: absolute;
    top: -15%;
    left: 30%;
    width: 40%;
}

.product_containt .product_part2 > .gm_special_15 > .text_info {
    position: absolute;
    top: 60%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    width: 40%;
}

.product_part2 > .gm_special_15 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #78CDD1;
}

.product_part2 > .gm_special_15 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px;
    font-weight: 400;
}

.product_part2 > .gm_special_15 > .text_info > p {
    font-size: 1.4em;
}

.gm_special_15_png {
    position: absolute;
    top: 10%;
    left: 15%;
    width: 70%;
}

.gm_special_16_png {
    position: absolute;
    top: 20%;
    left: 10%;
    width: 30%;
}

.hac_special_01 img {
    display: block;
    margin: 0 auto;
    width: 900px;
}

/*   hbf style      hbf style     hbf style     hbf style     hbf style     hbf style     hbf style     hbf style     */
.product_containt .product_part2 > .hbf_special_01 > .text_info {
    position: absolute;
    top: 35%;
    left: 55%;
    text-align: left;
    width: 32%;
}

.product_part2 > .hbf_special_01 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #9B83BC;
}

.product_part2 > .hbf_special_01 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px;
    font-weight: 400;
}

.product_part2 > .hbf_special_01 > .text_info > p {
    font-size: 1.4em;
}

.hbf_special_01_png {
    position: absolute;
    top: 20%;
    left: 15%;
    width: 30%;
}

.product_containt .product_part2 > .hbf_special_02 > .text_info {
    position: absolute;
    top: 35%;
    left: 55%;
    text-align: left;
}

.product_part2 > .hbf_special_02 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #9B83BC;
}

.product_part2 > .hbf_special_02 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px;
    font-weight: 400;
}

.product_part2 > .hbf_special_02 > .text_info > p {
    font-size: 1.4em;
}

.hbf_special_02_png {
    position: absolute;
    top: 25%;
    left: 15%;
    width: 30%;
}

.product_containt .product_part2 > .hbf_special_03 > .text_info {
    position: absolute;
    top: 35%;
    left: 8%;
    text-align: left;
    width: 46%;
}

.product_part2 > .hbf_special_03 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #9B83BC;
}

.product_part2 > .hbf_special_03 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px;
    font-weight: 400;
}

.product_part2 > .hbf_special_03 > .text_info > p {
    font-size: 1.4em;
}

.hbf_special_03_png {
    position: absolute;
    top: 20%;
    right: 15%;
    width: 30%;
}

.product_containt .product_part2 > .hbf_special_04 > .text_info {
    position: absolute;
    top: 35%;
    left: 10%;
    text-align: left;
    width: 42%;
}

.product_part2 > .hbf_special_04 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #9B83BC;
}

.product_part2 > .hbf_special_04 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px;
    font-weight: 400;
}

.product_part2 > .hbf_special_04 > .text_info > p {
    font-size: 1.4em;
}

.hbf_special_04_png {
    position: absolute;
    top: 25%;
    right: 15%;
    width: 30%;
}

.product_containt .product_part2 > .hbf_special_05 > .text_info {
    position: absolute;
    top: 35%;
    left: 65%;
    text-align: left;
    width: 28%;
}

.product_part2 > .hbf_special_05 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #9B83BC;
}

.product_part2 > .hbf_special_05 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px;
    font-weight: 400;
}

.product_part2 > .hbf_special_05 > .text_info > p {
    font-size: 1.4em;
}

.hbf_special_05_png {
    position: absolute;
    top: 25%;
    left: 15%;
    width: 35%;
}

.product_containt .product_part2 > .hbf_special_06 > .text_info {
    position: absolute;
    top: 35%;
    left: 8%;
    text-align: left;
    width: 40%;
}

.product_part2 > .hbf_special_06 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #9B83BC;
}

.product_part2 > .hbf_special_06 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px;
    font-weight: 400;
}

.product_part2 > .hbf_special_06 > .text_info > p {
    font-size: 1.4em;
}

.hbf_special_06_png {
    position: absolute;
    top: 25%;
    right: 15%;
    width: 30%;
}

.product_containt .product_part2 > .hbf_special_07 > .text_info {
    position: absolute;
    top: 35%;
    left: 55%;
    text-align: left;
    width: 33%;
}

.product_part2 > .hbf_special_07 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #9B83BC;
}

.product_part2 > .hbf_special_07 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px;
    font-weight: 400;
}

.product_part2 > .hbf_special_07 > .text_info > p {
    font-size: 1.4em;
}

.hbf_special_07_png {
    position: absolute;
    top: 20%;
    left: 15%;
    width: 30%;
}

.product_containt .product_part2 > .hbf_special_08 > .text_info {
    position: absolute;
    top: 35%;
    left: 55%;
    text-align: left;
    width: 35%;
}

.product_part2 > .hbf_special_08 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #9B83BC;
}

.product_part2 > .hbf_special_08 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px;
    font-weight: 400;
}

.product_part2 > .hbf_special_08 > .text_info > p {
    font-size: 1.4em;
}

.hbf_special_08_png {
    position: absolute;
    top: 25%;
    left: 15%;
    width: 30%;
}

.product_containt .product_part2 > .hbf_special_09 > .text_info {
    position: absolute;
    top: 35%;
    left: 50%;
    text-align: left;
    width: 42%;
}

.product_part2 > .hbf_special_09 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #9B83BC;
}

.product_part2 > .hbf_special_09 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px;
    font-weight: 400;
}

.product_part2 > .hbf_special_09 > .text_info > p {
    font-size: 1.4em;
}

.hbf_special_09_png {
    position: absolute;
    top: 25%;
    left: 10%;
    width: 30%;
}

.product_containt .product_part2 > .hbf_special_10 > .text_info {
    position: absolute;
    top: 60%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    width: 60%;
}

.product_part2 > .hbf_special_10 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #9B83BC;
}

.product_part2 > .hbf_special_10 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px;
    font-weight: 400;
}

.product_part2 > .hbf_special_10 > .text_info > p {
    font-size: 1.4em;
    text-align: center;
}

.hbf_special_10_png {
    position: absolute;
    top: 15%;
    left: 25%;
    width: 50%;
}

.product_containt .product_part2 > .hbf_special_11 > .text_info {
    position: absolute;
    top: 35%;
    left: 65%;
    text-align: left;
    width: 26%;
}

.product_part2 > .hbf_special_11 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #9B83BC;
}

.product_part2 > .hbf_special_11 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px;
    font-weight: 400;
}

.product_part2 > .hbf_special_11 > .text_info > p {
    font-size: 1.4em;
}

.hbf_special_11_png {
    position: absolute;
    top: 20%;
    left: 15%;
    width: 40%;
}

.product_containt .product_part2 > .hbf_special_12 > .text_info {
    position: absolute;
    top: 35%;
    left: 55%;
    text-align: left;
    width: 42%;
}

.product_part2 > .hbf_special_12 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #9B83BC;
}

.product_part2 > .hbf_special_12 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px;
    font-weight: 400;
}

.product_part2 > .hbf_special_12 > .text_info > p {
    font-size: 1.4em;
}

.hbf_special_12_png {
    position: absolute;
    top: 15%;
    left: 15%;
    width: 30%;
}

.product_containt .product_part2 > .hbf_special_13 > .text_info {
    position: absolute;
    top: 30%;
    left: 55%;
    text-align: left;
}

.product_part2 > .hbf_special_13 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #9B83BC;
}

.product_part2 > .hbf_special_13 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px;
    font-weight: 400;
}

.product_part2 > .hbf_special_13 > .text_info > p {
    font-size: 1.4em;
}

.hbf_special_13_png {
    position: absolute;
    top: 25%;
    left: 10%;
    width: 35%;
}

.product_containt .product_part2 > .hbf_special_14 > .text_info {
    position: absolute;
    top: 35%;
    left: 15%;
    text-align: left;
    width: 34%;
}

.product_part2 > .hbf_special_14 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #9B83BC;
}

.product_part2 > .hbf_special_14 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px;
    font-weight: 400;
}

.product_part2 > .hbf_special_14 > .text_info > p {
    font-size: 1.4em;
}

.hbf_special_14_png {
    position: absolute;
    top: 15%;
    right: -10%;
    width: 60%;
}

.product_containt .product_part2 > .hbf_special_15 > .text_info {
    position: absolute;
    top: 35%;
    left: 50%;
    text-align: left;
    width: 42%;
}

.product_part2 > .hbf_special_15 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #9B83BC;
}

.product_part2 > .hbf_special_15 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px;
    font-weight: 400;
}

.product_part2 > .hbf_special_15 > .text_info > p {
    font-size: 1.4em;
}

.hbf_special_15_png {
    position: absolute;
    top: 20%;
    left: 10%;
    width: 30%;
}

.product_containt .product_part2 > .hbf_special_16 > .text_info {
    position: absolute;
    top: 35%;
    left: 55%;
    text-align: left;
    width: 30%;
}

.product_part2 > .hbf_special_16 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #9B83BC;
}

.product_part2 > .hbf_special_16 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px;
    font-weight: 400;
}

.product_part2 > .hbf_special_16 > .text_info > p {
    font-size: 1.4em;
}

.hbf_special_16_png {
    position: absolute;
    top: 20%;
    left: 15%;
    width: 30%;
}

.product_containt .product_part2 > .hbf_special_17 > .text_info {
    position: absolute;
    top: 65%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    width: 68%;
}

.product_part2 > .hbf_special_17 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #9B83BC;
}

.product_part2 > .hbf_special_17 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px;
    font-weight: 400;
}

.product_part2 > .hbf_special_17 > .text_info > p {
    font-size: 1.4em;
    text-align: center;
}

.hbf_special_17_png {
    position: absolute;
    top: 15%;
    left: 25%;
    width: 50%;
}

/*   mc style      mc style      mc style      mc style      mc style      mc style      mc style      mc style      */
.product_containt .product_part2 > .mc_special_01 > .text_info {
    position: absolute;
    top: 15%;
    left: 15%;
    text-align: left;
    width: 38%;
}

.product_part2 > .mc_special_01 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #F086A4;
}

.product_part2 > .mc_special_01 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
    font-weight: 400;
}

.product_part2 > .mc_special_01 > .text_info > p {
    font-size: 1.4em;
}

.mc_special_01_png {
    position: absolute;
    top: 35%;
    left: 35%;
    width: 50%;
}

.product_containt .product_part2 > .mc_special_02 > .text_info {
    position: absolute;
    top: 35%;
    left: 10%;
    text-align: left;
    width: 46%;
}

.product_part2 > .mc_special_02 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #F086A4;
}

.product_part2 > .mc_special_02 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
    font-weight: 400;
    letter-spacing: 1px;
}

.product_part2 > .mc_special_02 > .text_info > p {
    font-size: 1.4em;
}

.mc_special_02_png {
    position: absolute;
    top: 15%;
    right: 10%;
    width: 25%;
}

.product_containt .product_part2 > .mc_special_03 > .text_info {
    position: absolute;
    top: 25%;
    left: 15%;
    text-align: left;
    width: 40%;
}

.product_part2 > .mc_special_03 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #F086A4;
}

.product_part2 > .mc_special_03 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px;
    font-weight: 400;
    letter-spacing: 0;
}

.product_part2 > .mc_special_03 > .text_info > p {
    font-size: 1.4em;
}

.mc_special_03_png {
    position: absolute;
    top: 20%;
    right: 15%;
    width: 40%;
}

.product_containt .product_part2 > .mc_special_04 > .text_info {
    position: absolute;
    top: 35%;
    right: 10%;
    text-align: left;
    width: 40%;
}

.product_part2 > .mc_special_04 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #F086A4;
}

.product_part2 > .mc_special_04 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px;
    font-weight: 400;
}

.product_part2 > .mc_special_04 > .text_info > p {
    font-size: 1.4em;
}

.mc_special_04_png {
    position: absolute;
    top: 20%;
    right: 10%;
    width: 35%;
}

.product_containt .product_part2 > .mc_special_05 > .text_info {
    position: absolute;
    top: 60%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    width: 48%;
}

.product_part2 > .mc_special_05 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #F086A4;
}

.product_part2 > .mc_special_05 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px;
    font-weight: 400;
}

.product_part2 > .mc_special_05 > .text_info > p {
    font-size: 1.4em;
}

.mc_special_05_png {
    position: absolute;
    top: 20%;
    left: 25%;
    width: 50%;
}

.product_containt .product_part2 > .mc_special_06 > .text_info {
    position: absolute;
    top: 60%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    width: 50%;
}

.product_part2 > .mc_special_06 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #F086A4;
}

.product_part2 > .mc_special_06 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px;
    font-weight: 400;
}

.product_part2 > .mc_special_06 > .text_info > p {
    font-size: 1.4em;
}

.mc_special_06_png {
    position: absolute;
    top: 20%;
    left: 25%;
    width: 50%;
}

.product_containt .product_part2 > .mc_special_07 > .text_info {
    position: absolute;
    top: 44%;
    right: 13%;
    text-align: left;
    width: 37%;
}

.product_part2 > .mc_special_07 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #F086A4;
}

.product_part2 > .mc_special_07 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px;
    font-weight: 400;
    letter-spacing: 1px;
}

.product_part2 > .mc_special_07 > .text_info > p {
    font-size: 1.4em;
}

.mc_special_07_png {
    position: absolute;
    top: 20%;
    right: 10%;
    width: 35%;
}

.product_containt .product_part2 > .mc_special_08 > .text_info {
    position: absolute;
    top: 64%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    width: 50%;
}

.product_part2 > .mc_special_08 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #F086A4;
}

.product_part2 > .mc_special_08 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px;
    font-weight: 400;
}

.product_part2 > .mc_special_08 > .text_info > p {
    font-size: 1.4em;
}

.mc_special_08_png {
    position: absolute;
    top: 15%;
    left: 30%;
    width: 40%;
}

.product_containt .product_part2 > .mc_special_09 > .text_info {
    position: absolute;
    top: 68%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    width: 52%;
}

.product_part2 > .mc_special_09 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #F086A4;
}

.product_part2 > .mc_special_09 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px;
    font-weight: 400;
}

.product_part2 > .mc_special_09 > .text_info > p {
    font-size: 1.4em;
}

.mc_special_09_png {
    position: absolute;
    top: 20%;
    left: 15%;
    width: 70%;
}

.product_containt .product_part2 > .mc_special_10 > .text_info {
    position: absolute;
    top: 40%;
    left: 12%;
    text-align: left;
    width: 35%;
}

.product_part2 > .mc_special_10 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #F086A4;
}

.product_part2 > .mc_special_10 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px;
    font-weight: 400;
    letter-spacing: 1px;
}

.product_part2 > .mc_special_10 > .text_info > p {
    font-size: 1.4em;
}

.mc_special_10_png {
    position: absolute;
    top: 15%;
    right: 15%;
    width: 35%;
}

.product_containt .product_part2 > .mc_special_11 > .text_info {
    position: absolute;
    top: 40%;
    left: 55%;
    text-align: left;
    width: 32%;
}

.product_part2 > .mc_special_11 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #F086A4;
}

.product_part2 > .mc_special_11 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px;
    font-weight: 400;
}

.product_part2 > .mc_special_11 > .text_info > p {
    font-size: 1.4em;
}

.mc_special_11_png {
    position: absolute;
    top: 25%;
    left: 15%;
    width: 30%;
}

.product_containt .product_part2 > .mc_special_12 > .text_info {
    position: absolute;
    top: 75%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    width: 60%;
}

.product_part2 > .mc_special_12 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #F086A4;
}

.product_part2 > .mc_special_12 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px;
    font-weight: 400;
}

.product_part2 > .mc_special_12 > .text_info > p {
    font-size: 1.4em;
}

.mc_special_12_png {
    position: absolute;
    top: 10%;
    left: 35%;
    width: 30%;
}

.product_containt .product_part2 > .mc_special_13 > .text_info {
    position: absolute;
    top: 40%;
    left: 55%;
    text-align: left;
    width: 40%;
}

.product_part2 > .mc_special_13 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #F086A4;
}

.product_part2 > .mc_special_13 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px;
    font-weight: 400;
}

.product_part2 > .mc_special_13 > .text_info > p {
    font-size: 1.4em;
}

.mc_special_13_png {
    position: absolute;
    top: 25%;
    left: 15%;
    width: 30%;
}

.product_containt .product_part2 > .mc_special_14 > .text_info {
    position: absolute;
    top: 40%;
    left: 15%;
    text-align: left;
    width: 34%;
}

.product_part2 > .mc_special_14 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #F086A4;
}

.product_part2 > .mc_special_14 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px;
    font-weight: 400;
}

.product_part2 > .mc_special_14 > .text_info > p {
    font-size: 1.4em;
}

.mc_special_14_png {
    position: absolute;
    top: 20%;
    right: 15%;
    width: 30%;
}

.product_containt .product_part2 > .mc_special_15 > .text_info {
    position: absolute;
    top: 40%;
    left: 15%;
    text-align: left;
    width: 35%;
}

.product_part2 > .mc_special_15 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #F086A4;
}

.product_part2 > .mc_special_15 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px;
    font-weight: 400;
}

.product_part2 > .mc_special_15 > .text_info > p {
    font-size: 1.4em;
}

.mc_special_15_png {
    position: absolute;
    top: 25%;
    right: 15%;
    width: 30%;
}

.product_containt .product_part2 > .mc_special_16 > .text_info {
    position: absolute;
    top: 75%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    width: 100%;
}

.product_part2 > .mc_special_16 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #F086A4;
}

.product_part2 > .mc_special_16 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px;
    font-weight: 400;
}

.product_part2 > .mc_special_16 > .text_info > p {
    font-size: 1.4em;
}

.mc_special_16_png {
    position: absolute;
    top: 15%;
    left: 0%;
    width: 100%;
}

.product_containt .product_part2 > .mc_special_17 > .text_info {
    position: absolute;
    top: 35%;
    left: 50%;
    text-align: left;
    width: 46%;
}

.product_part2 > .mc_special_17 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #F086A4;
}

.product_part2 > .mc_special_17 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px;
    font-weight: 400;
}

.product_part2 > .mc_special_17 > .text_info > p {
    font-size: 1.4em;
}

.mc_special_17_png {
    position: absolute;
    top: 37%;
    left: 8%;
    width: 40%;
}

.product_containt .product_part2 > .mc_special_18 > .text_info {
    position: absolute;
    top: 25%;
    left: 10%;
    text-align: left;
    width: 38%;
}

.product_part2 > .mc_special_18 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #F086A4;
}

.product_part2 > .mc_special_18 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px;
    font-weight: 400;
}

.product_part2 > .mc_special_18 > .text_info > p {
    font-size: 1.4em;
}

.mc_special_18_png {
    position: absolute;
    bottom: 0%;
    right: 0%;
    width: 100%;
}

.product_containt .product_part2 > .mc_special_19 > .text_info {
    position: absolute;
    top: 40%;
    left: 55%;
    text-align: left;
    width: 35%;
}

.product_part2 > .mc_special_19 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #F086A4;
}

.product_part2 > .mc_special_19 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px;
    font-weight: 400;
}

.product_part2 > .mc_special_19 > .text_info > p {
    font-size: 1.4em;
}

.mc_special_19_png {
    position: absolute;
    top: 20%;
    left: 15%;
    width: 35%;
}

.product_containt .product_part2 > .mc_special_20 > .text_info {
    position: absolute;
    top: 30%;
    left: 10%;
    text-align: left;
}

.product_part2 > .mc_special_20 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #F086A4;
}

.product_part2 > .mc_special_20 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px;
    font-weight: 400;
    letter-spacing: 1px;
}

.product_part2 > .mc_special_20 > .text_info > p {
    font-size: 1.4em;
}

.mc_special_20_png {
    position: absolute;
    top: 25%;
    right: 10%;
    width: 35%;
}

.product_containt .product_part2 > .mc_special_21 > .text_info {
    position: absolute;
    top: 25%;
    left: 10%;
    text-align: left;
    width: 47%;
}

.product_part2 > .mc_special_21 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #F086A4;
}

.product_part2 > .mc_special_21 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px;
    font-weight: 400;
}

.product_part2 > .mc_special_21 > .text_info > p {
    font-size: 1.4em;
}

.mc_special_21_png {
    position: absolute;
    top: 20%;
    right: 10%;
    width: 35%;
}

.product_containt .product_part2 > .mc_special_22 > .text_info {
    position: absolute;
    top: 35%;
    left: 55%;
    text-align: left;
    width: 36%;
}

.product_part2 > .mc_special_22 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #F086A4;
}

.product_part2 > .mc_special_22 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px;
    font-weight: 400;
}

.product_part2 > .mc_special_22 > .text_info > p {
    font-size: 1.4em;
}

.mc_special_22_png {
    position: absolute;
    top: 17%;
    left: 10%;
    width: 30%;
}

.product_containt .product_part2 > .mc_special_23 > .text_info {
    position: absolute;
    top: 35%;
    left: 55%;
    text-align: left;
    width: 35%;
}

.product_part2 > .mc_special_23 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #F086A4;
}

.product_part2 > .mc_special_23 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px;
    font-weight: 400;
}

.product_part2 > .mc_special_23 > .text_info > p {
    font-size: 1.4em;
}

.mc_special_23_png {
    position: absolute;
    top: 17%;
    left: 10%;
    width: 30%;
}

.product_containt .product_part2 > .mc_special_24 > .text_info {
    position: absolute;
    top: 35%;
    left: 45%;
    text-align: left;
    width: 40%;
}

.product_part2 > .mc_special_24 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #F086A4;
}

.product_part2 > .mc_special_24 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px;
    font-weight: 400;
}

.product_part2 > .mc_special_24 > .text_info > p {
    font-size: 1.4em;
}

.mc_special_24_png {
    position: absolute;
    top: 20%;
    left: 15%;
    width: 25%;
}

.product_containt .product_part2 > .mc_special_25 > .text_info {
    position: absolute;
    top: 30%;
    left: 50%;
    text-align: left;
    width: 40%;
}

.product_part2 > .mc_special_25 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #F086A4;
}

.product_part2 > .mc_special_25 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px;
    font-weight: 400;
    letter-spacing: 1px;
}

.product_part2 > .mc_special_25 > .text_info > p {
    font-size: 1.4em;
    letter-spacing: 1px;
}

.mc_special_25_png {
    position: absolute;
    top: 22%;
    left: 15%;
    width: 25%;
}

.product_containt .product_part2 > .mc_special_26 > .text_info {
    position: absolute;
    top: 35%;
    left: 15%;
    text-align: left;
    width: 35%;
}

.product_part2 > .mc_special_26 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #F086A4;
}

.product_part2 > .mc_special_26 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px;
    font-weight: 400;
    letter-spacing: 1px;
}

.product_part2 > .mc_special_26 > .text_info > p {
    font-size: 1.4em;
}

.mc_special_26_png {
    position: absolute;
    top: 25%;
    right: 15%;
    width: 25%;
}

.mc_special_27_png {
    position: absolute;
    top: 25%;
    right: 15%;
    width: 25%;
}

.product_containt .product_part2 > .mc_special_28 > .text_info {
    position: absolute;
    top: 35%;
    left: 50%;
    text-align: left;
    width: 40%;
}

.product_part2 > .mc_special_28 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #F086A4;
}

.product_part2 > .mc_special_28 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px;
    font-weight: 400;
}

.product_part2 > .mc_special_28 > .text_info > p {
    font-size: 1.4em;
}

.mc_special_28_png {
    position: absolute;
    top: 15%;
    left: 10%;
    width: 30%;
}

.mc_special_29_png {
    position: absolute;
    top: 17%;
    left: 10%;
    width: 30%;
}

.mc_special_31_png {
    position: absolute;
    top: 25%;
    right: 15%;
    width: 30%;
}

/*   bpm style      bpm style      bpm style      bpm style      bpm style      bpm style      bpm style   */
.product_containt .product_part2 > .bpm_special_01 > .text_info {
    position: absolute;
    top: 30%;
    left: 50%;
    text-align: left;
    letter-spacing: 1px;
    width: 44%;
}

.product_part2 > .bpm_special_01 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #0380B9;
}

.product_part2 > .bpm_special_01 > .text_info > h1.h1_back {
    background-image: url(../img/product/bpm/bpm_01_p01.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 3.5em;
    background-size: contain;
}

.product_part2 > .bpm_special_01 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
    font-weight: 400;
}

.product_part2 > .bpm_special_01 > .text_info > p {
    font-size: 1.4em;
    width: 85%;
    word-break: break-word;
}

.bpm_special_01_png {
    position: absolute;
    top: 18%;
    left: -17%;
    width: 80%;
}

.product_containt .product_part2 > .bpm_special_02 > .text_info {
    position: absolute;
    top: 60%;
    left: 21%;
    text-align: center;
    width: 60%;
}

.product_part2 > .bpm_special_02 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #0380B9;
}

.product_part2 > .bpm_special_02 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
    font-weight: 400;
}

.product_part2 > .bpm_special_02 > .text_info > p {
    font-size: 1.4em;
}

.bpm_special_02_png {
    position: absolute;
    top: 8%;
    left: 33%;
    width: 35%;
}

.product_containt .product_part2 > .bpm_special_03 > .text_info {
    position: absolute;
    top: 60%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    width: 44%;
}

.product_part2 > .bpm_special_03 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #0380B9;
}

.product_part2 > .bpm_special_03 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
    font-weight: 400;
}

.product_part2 > .bpm_special_03 > .text_info > p {
    font-size: 1.4em;
}

.bpm_special_03_png {
    position: absolute;
    top: 10%;
    left: 33%;
    width: 35%;
}

.product_containt .product_part2 > .bpm_special_04 > .text_info {
    position: absolute;
    top: 60%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    width: 100%;
}

.product_part2 > .bpm_special_04 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #0380B9;
}

.product_part2 > .bpm_special_04 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
    font-weight: 400;
}

.product_part2 > .bpm_special_04 > .text_info > p {
    font-size: 1.4em;
    margin: -10px 500px 10px;
    word-break: break-word;
}

.bpm_special_04_png {
    position: absolute;
    top: 10%;
    left: 32%;
    width: 35%;
}

.product_containt .product_part2 > .bpm_special_05 > .text_info {
    position: absolute;
    top: 30%;
    left: 15%;
    text-align: left;
    width: 28%;
}

.product_part2 > .bpm_special_05 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #0380B9;
}

.product_part2 > .bpm_special_05 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
    font-weight: 400;
}

.product_part2 > .bpm_special_05 > .text_info > p {
    font-size: 1.4em;
}

.bpm_special_05_png {
    position: absolute;
    top: 10%;
    left: 52%;
    width: 35%;
}

.product_containt .product_part2 > .bpm_special_06 > .text_info {
    position: absolute;
    top: 30%;
    left: 55%;
    text-align: left;
    width: 44%;
}

.product_part2 > .bpm_special_06 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #0380B9;
}

.product_part2 > .bpm_special_06 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
    font-weight: 400;
}

.product_part2 > .bpm_special_06 > .text_info > p {
    font-size: 1.4em;
}

.bpm_special_06_png {
    position: absolute;
    top: 7%;
    left: -8%;
    width: 100%;
}

.product_containt .product_part2 > .bpm_special_07 > .text_info {
    position: absolute;
    top: 30%;
    left: 55%;
    text-align: left;
    width: 33%;
}

.product_part2 > .bpm_special_07 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #0380B9;
}

.product_part2 > .bpm_special_07 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
    font-weight: 400;
}

.product_part2 > .bpm_special_07 > .text_info > p {
    font-size: 1.4em;
}

.bpm_special_07_png {
    position: absolute;
    top: 15%;
    left: 10%;
    width: 40%;
}

.product_containt .product_part2 > .bpm_special_08 > .text_info {
    position: absolute;
    top: 60%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    width: 55%;
    -webkit-transform: translateX(-50%);
}

.product_part2 > .bpm_special_08 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #0380B9;
}

.product_part2 > .bpm_special_08 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
    font-weight: 400;
}

.product_part2 > .bpm_special_08 > .text_info > p {
    font-size: 1.4em;
}

.bpm_special_08_png {
    position: absolute;
    top: 10%;
    left: 30%;
    width: 40%;
}

.product_containt .product_part2 > .bpm_special_09 > .text_info {
    position: absolute;
    top: 35%;
    left: 10%;
    text-align: left;
    width: 34%;
}

.product_part2 > .bpm_special_09 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #0380B9;
}

.product_part2 > .bpm_special_09 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
    font-weight: 400;
}

.product_part2 > .bpm_special_09 > .text_info > p {
    font-size: 1.4em;
    letter-spacing: 3px;
}

.bpm_special_09_png {
    position: absolute;
    top: 20%;
    left: 45%;
    width: 40%;
}

.product_containt .product_part2 > .bpm_special_10 > .text_info {
    position: absolute;
    top: 35%;
    left: 58%;
    text-align: left;
    width: 44%;
}

.product_part2 > .bpm_special_10 > .text_info > h1.h1_back {
    background-image: url(../img/product/bpm/bpm_10_p01.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-left: 0em;
    display: inline-block;
    padding-right: 1.7em;
    background-size: contain;
}

.product_part2 > .bpm_special_10 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #0380B9;
}

.product_part2 > .bpm_special_10 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
    font-weight: 400;
}

.product_part2 > .bpm_special_10 > .text_info > p {
    font-size: 1.4em;
    letter-spacing: 3px;
    width: 90%;
}

.bpm_special_10_png {
    position: absolute;
    top: 18%;
    left: 10%;
    width: 45%;
}

.product_containt .product_part2 > .bpm_special_11 > .text_info {
    position: absolute;
    top: 60%;
    left: 50%;
    text-align: left;
    width: 40%;
}

.product_part2 > .bpm_special_11 > .text_info > h1.h1_back {
    background-image: url(../img/product/bpm/bpm_11_p01.png);
    background-size: 63px;
    background-repeat: no-repeat;
    background-position: 400px 0;
    padding-left: 0em;
}

.product_part2 > .bpm_special_11 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #0380B9;
}

.product_part2 > .bpm_special_11 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
    font-weight: 400;
}

.product_part2 > .bpm_special_11 > .text_info > p {
    font-size: 1.4em;
    letter-spacing: 3px;
}

.bpm_special_11_png {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 70%;
}

.product_containt .product_part2 > .bpm_special_12 > .text_info {
    position: absolute;
    top: 60%;
    left: 52%;
    text-align: left;
    width: 42%;
}

.product_part2 > .bpm_special_12 > .text_info > h1.h1_back {
    background-image: url(../img/product/bpm/bpm_11_p01.png);
    background-size: 63px;
    background-repeat: no-repeat;
    background-position: 400px 0;
    padding-left: 0em;
}

.product_part2 > .bpm_special_12 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #0380B9;
}

.product_part2 > .bpm_special_12 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
    font-weight: 400;
}

.product_part2 > .bpm_special_12 > .text_info > p {
    font-size: 1.4em;
    /*white-space: nowrap;*/
}

.bpm_special_12_png {
    position: absolute;
    top: 20%;
    left: 13%;
    width: 50%;
}

.product_containt .product_part2 > .bpm_special_13 > .text_info {
    position: absolute;
    top: 55%;
    left: 58%;
    text-align: left;
    width: 36%; 
}

.product_part2 > .bpm_special_13 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #0380B9;
}

.product_part2 > .bpm_special_13 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
    font-weight: 400;
}

.product_part2 > .bpm_special_13 > .text_info > p {
    font-size: 1.4em;
    letter-spacing: 3px;
}

.bpm_special_13_png {
    position: absolute;
    top: 25%;
    left: 13%;
    width: 45%;
}

.product_containt .product_part2 > .bpm_special_14 > .text_info {
    position: absolute;
    top: 20%;
    left: 58%;
    text-align: left;
    width: 38%;
}

.product_part2 > .bpm_special_14 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #0380B9;
}

.product_part2 > .bpm_special_14 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
    font-weight: 400;
}

.product_part2 > .bpm_special_14 > .text_info > p {
    font-size: 1.4em;
    letter-spacing: 3px;
}

.bpm_special_14_png {
    position: absolute;
    top: 20%;
    left: 13%;
    width: 50%;
}

.product_containt .product_part2 > .bpm_special_15 > .text_info {
    position: absolute;
    top: 30%;
    left: 50%;
    text-align: left;
    width: 44%;
}

.product_part2 > .bpm_special_15 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #0380B9;
}

.product_part2 > .bpm_special_15 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
    font-weight: 400;
}

.product_part2 > .bpm_special_15 > .text_info > p {
    font-size: 1.4em;
    letter-spacing: 3px;
}

.bpm_special_15_png {
    position: absolute;
    top: 20%;
    left: 10%;
    width: 35%;
}

.product_containt .product_part2 > .bpm_special_16 > .text_info {
    position: absolute;
    top: 60%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    width: 52%;
}

.product_part2 > .bpm_special_16 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #0380B9;
}

.product_part2 > .bpm_special_16 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
    font-weight: 400;
}

.product_part2 > .bpm_special_16 > .text_info > p {
    font-size: 1.4em;
    letter-spacing: 3px;
}

.bpm_special_16_png {
    position: absolute;
    top: 9.5%;
    left: 32.5%;
    width: 35%;
}

.product_containt .product_part2 > .bpm_special_17 > .text_info {
    position: absolute;
    top: 30%;
    left: 10%;
    text-align: left;
    width: 40%;
}

.product_part2 > .bpm_special_17 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #0380B9;
}

.product_part2 > .bpm_special_17 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
    font-weight: 400;
}

.product_part2 > .bpm_special_17 > .text_info > p {
    font-size: 1.4em;
    letter-spacing: 2px;
}

.bpm_special_17_png {
    position: absolute;
    top: 17%;
    left: 54%;
    width: 60%;
}

.product_containt .product_part2 > .bpm_special_18 > .text_info {
    position: absolute;
    top: 30%;
    left: 55%;
    text-align: left;
    width: 36%;
}

.product_part2 > .bpm_special_18 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #0380B9;
}

.product_part2 > .bpm_special_18 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
    font-weight: 400;
}

.product_part2 > .bpm_special_18 > .text_info > p {
    font-size: 1.4em;
    letter-spacing: 2px;
}

.bpm_special_18_png {
    position: absolute;
    top: 20%;
    left: 14%;
    width: 30%;
}

.product_containt .product_part2 > .bpm_special_19 > .text_info {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 44%;
    text-align: left;
    padding-right: 40px;
}

.product_part2 > .bpm_special_19 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #0380B9;
}

.product_part2 > .bpm_special_19 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
    font-weight: 400;
}

.product_part2 > .bpm_special_19 > .text_info > p {
    font-size: 1.4em;
    /*white-space: nowrap;*/
    letter-spacing: 2px;
}

.bpm_special_19_png {
    position: absolute;
    top: 20%;
    left: 10%;
    width: 35%;
}

.product_containt .product_part2 > .bpm_special_20 > .text_info {
    position: absolute;
    top: 40%;
    left: 10%;
    text-align: left;
    width: 30%;
}

.product_part2 > .bpm_special_20 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #0380B9;
}

.product_part2 > .bpm_special_20 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
    font-weight: 400;
}

.product_part2 > .bpm_special_20 > .text_info > p {
    font-size: 1.4em;
    letter-spacing: 2px;
}

.bpm_special_20_png {
    position: absolute;
    top: 20%;
    left: 47%;
    width: 40%;
}

.product_containt .product_part2 > .bpm_special_21 > .text_info {
    position: absolute;
    top: 52%;
    left: 55%;
    text-align: left;
    width: 30%
}

.product_part2 > .bpm_special_21 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #0380B9;
}

.product_part2 > .bpm_special_21 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
    font-weight: 400;
}

.product_part2 > .bpm_special_21 > .text_info > p {
    font-size: 1.4em;
    letter-spacing: 2px;
}

.bpm_special_21_png {
    position: absolute;
    top: 5%;
    left: -10%;
    width: 100%;
}

.product_containt .product_part2 > .bpm_special_22 > .text_info {
    position: absolute;
    top: 60%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    width: 42%;
}

.product_part2 > .bpm_special_22 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #0380B9;
}

.product_part2 > .bpm_special_22 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
    font-weight: 400;
}

.product_part2 > .bpm_special_22 > .text_info > p {
    font-size: 1.4em;
    letter-spacing: 2px;
}

.bpm_special_22_png {
    position: absolute;
    top: 13%;
    left: 24%;
    width: 50%;
}

.product_containt .product_part2 > .bpm_special_23 > .text_info {
    position: absolute;
    top: 32%;
    left: 55%;
    text-align: left;
    width: 34%;
}

.product_part2 > .bpm_special_23 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #0380B9;
}

.product_part2 > .bpm_special_23 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
    font-weight: 400;
}

.product_part2 > .bpm_special_23 > .text_info > p {
    font-size: 1.4em;
    letter-spacing: 2px;
}

.bpm_special_23_png {
    position: absolute;
    top: 17%;
    left: 10%;
    width: 35%;
}

.product_containt .product_part2 > .bpm_special_24 > .text_info {
    position: absolute;
    top: 60%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    width: 46%;
}

.product_part2 > .bpm_special_24 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #0380B9;
}

.product_part2 > .bpm_special_24 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
    font-weight: 400;
}

.product_part2 > .bpm_special_24 > .text_info > p {
    font-size: 1.4em;
    letter-spacing: 2px;
}

.bpm_special_24_png {
    position: absolute;
    top: 18%;
    left: 25%;
    width: 50%;
}

.product_containt .product_part2 > .bpm_special_25 > .text_info {
    position: absolute;
    top: 20%;
    left: 15%;
    text-align: left;
    width: 38%;
}

.product_part2 > .bpm_special_25 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #0380B9;
}

.product_part2 > .bpm_special_25 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
    font-weight: 400;
}

.product_part2 > .bpm_special_25 > .text_info > p {
    font-size: 1.4em;
    letter-spacing: 2px;
}

.bpm_special_25_png {
    position: absolute;
    top: 0%;
    right: 0%;
    width: 80%;
    text-align: right;
}

.bpm_special_26_png {
    position: absolute;
    top: 8%;
    left: 33%;
    width: 35%;
}

.product_containt .product_part2 > .bpm_special_27 > .text_info {
    position: absolute;
    top: 10%;
    left: 0;
    text-align: center;
    width: 100%;
}

.product_part2 > .bpm_special_27 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #0380B9;
}

.product_part2 > .bpm_special_27 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
    font-weight: 400;
}

.product_part2 > .bpm_special_27 > .text_info > p {
    font-size: 1.4em;
    letter-spacing: 2px;
}

.product_part2 > .bpm_special_27 > .text_left_info {
    position: absolute;
    top: 38%;
    left: 0;
    width: 30%;
    text-align: right;
}

.product_part2 > .bpm_special_27 > .text_right_info {
    position: absolute;
    top: 38%;
    right: 0;
    width: 30%;
    text-align: left;
}

.product_part2 > .bpm_special_27 > .text_left_info > p {
    padding: 5px 0;
}

.product_part2 > .bpm_special_27 > .text_right_info > p {
    padding: 5px 0;
}

.product_part2 > .bpm_special_27 > .text_left_info > p >a {
    color: #0380B9;
    display: inline;
}

.product_part2 > .bpm_special_27 > .text_right_info > p  > a {
    color: #0380B9;
    display: inline;
}

.bpm_special_27_png {
    position: absolute;
    top: 30%;
    left: 37.5%;
    width: 25%;
}

.bpm_special_27_small_png {
    margin-bottom: 20px;
    text-align: right;
    width: 20%;
}

.bpm_special_27_small2_png {
    margin-top: 10px;
    width: 40%;
}

.product_containt .product_part2 > .bpm_special_28 > .text_info {
    position: absolute;
    top: 35%;
    left: 13%;
    text-align: left;
    width: 40%;
}

.product_part2 > .bpm_special_28 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #0380B9;
}

.product_part2 > .bpm_special_28 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px;
    font-weight: 400;
}

.product_part2 > .bpm_special_28 > .text_info > p {
    font-size: 1.4em;
}

.bpm_special_28_png {
    position: absolute;
    top: 25%;
    right: 13%;
    width: 30%;
}

.product_containt .product_part2 > .bpm_special_29 > .text_info {
    position: absolute;
    top: 35%;
    left: 13%;
    text-align: left;
    width: 40%;
}

.product_part2 > .bpm_special_29 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #0380B9;
}

.product_part2 > .bpm_special_29 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px;
    font-weight: 400;
}

.product_part2 > .bpm_special_29 > .text_info > p {
    font-size: 1.4em;
}

.bpm_special_29_png {
    position: absolute;
    top: 10%;
    right: -18%;
    width: 60%;
}

.product_containt .product_part2 > .bpm_special_30 > .text_info {
    position: absolute;
    top: 55%;
    left: 13%;
    text-align: left;
    width: 40%;
}

.product_part2 > .bpm_special_30 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #0380B9;
}

.product_part2 > .bpm_special_30 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px;
    font-weight: 400;
}

.product_part2 > .bpm_special_30 > .text_info > p {
    font-size: 1.4em;
}

.bpm_special_30_png {
    position: absolute;
    top: 15%;
    right: -1%;
    width: 70%;
}

/*   og style      og style      og style      og style      og style      og style      og style      og style      */
.product_containt .product_part2 > .og_special_01 > .text_info {
    position: absolute;
    top: 78%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    letter-spacing: 1px;
    width: 45%;
}

.product_part2 > .og_special_01 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #CAA55F;
}

.product_part2 > .og_special_01 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px;
    font-weight: 400;
}

.product_part2 > .og_special_01 > .text_info > p {
    font-size: 1.4em;
    margin-bottom: 20px;
}

.og_special_01_png {
    position: absolute;
    top: 34%;
    left: 49%;
    transform: translate(-50%, -50%);
    width: 72%;
}

.product_containt .product_part2 > .og_special_02 > .text_info {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 10%;
    text-align: left;
    letter-spacing: 1px;
    width: 35%;
}

.product_part2 > .og_special_02 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #CAA55F;
}

.product_part2 > .og_special_02 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px;
    font-weight: 400;
}

.product_part2 > .og_special_02 > .text_info > p {
    font-size: 1.4em;
}

.og_special_02_png {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 56%;
    width: 35%;
}

.product_containt .product_part2 > .og_special_05 > .text_info {
    position: absolute;
    top: 35%;
    left: 50%;
    text-align: left;
    letter-spacing: 1px;
    width: 35%;
}

.product_part2 > .og_special_05 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #CAA55F;
}

.product_part2 > .og_special_05 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px;
    font-weight: 400;
}

.product_part2 > .og_special_05 > .text_info > p {
    font-size: 1.4em;
}

.og_special_05_png {
    position: absolute;
    top: 25%;
    left: 10%;
    width: 35%;
}

.product_containt .product_part2 > .og_special_06 > .text_info {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 16%;
    text-align: left;
    letter-spacing: 1px;
    width: 30%;
}

.product_part2 > .og_special_06 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #CAA55F;
}

.product_part2 > .og_special_06 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px;
    font-weight: 400;
}

.product_part2 > .og_special_06 > .text_info > p {
    font-size: 1.4em;
}

.og_special_06_png {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 54%;
    width: 30%;
}

.product_containt .product_part2 > .og_special_07 > .text_info {
    position: absolute;
    top: 35%;
    left: 15%;
    text-align: left;
    letter-spacing: 1px;
    width: 16%;
}

.product_part2 > .og_special_07 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #CAA55F;
}

.product_part2 > .og_special_07 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px;
    font-weight: 400;
}

.product_part2 > .og_special_07 > .text_info > p {
    font-size: 1.4em;
}

.og_special_07_png {
    position: absolute;
    bottom: 0%;
    left: 36%;
    width: 74%;
}

.og_special_10_png {
    position: absolute;
    top: 32%;
    left: 43%;
    width: 67%;
}

.product_containt .product_part2 > .og_special_12 > .text_info {
    position: absolute;
    top: 24%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    letter-spacing: 1px;
    width: 45%;
}

.product_part2 > .og_special_12 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #CAA55F;
}

.product_part2 > .og_special_12 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px;
    font-weight: 400;
}

.product_part2 > .og_special_12 > .text_info > p {
    font-size: 1.4em;
}

.og_special_12_png {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 54%;
}

.product_containt .product_part2 > .og_special_15 > .text_info {
    position: absolute;
    top: 30%;
    left: 15%;
    text-align: left;
    letter-spacing: 1px;
    width: 36%;
}

.product_part2 > .og_special_15 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #CAA55F;
}

.product_part2 > .og_special_15 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px;
    font-weight: 400;
}

.product_part2 > .og_special_15 > .text_info > p {
    font-size: 1.4em;
}

.og_special_15_png {
    position: absolute;
    top: 10%;
    left: 60%;
    width: 27%;
}

.product_containt .product_part2 > .og_special_16 > .text_info {
    position: absolute;
    top: 30%;
    left: 10%;
    text-align: left;
    letter-spacing: 1px;
    width: 25%;
}

.product_part2 > .og_special_16 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #CAA55F;
}

.product_part2 > .og_special_16 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px;
    font-weight: 400;
}

.product_part2 > .og_special_16 > .text_info > p {
    font-size: 1.4em;
    word-break: break-word;
}

.og_special_16_png {
    position: absolute;
    top: 10%;
    left: 40%;
    width: 50%;
}

.og_special_18_png {
    position: absolute;
    top: 10%;
    left: 40%;
    width: 50%;
}
.og_special_23_png {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 64%;
    left: 40%;
    width: 70%;
}
#og_special_23 .text_info{
     position: absolute;
    top: 30%;
    left: 15%;
    text-align: left;
    width: 16%;
}
.og_special_24_png{
        position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 10%;
    width: 100%;
}
#og_special_24 .text_info{
     position: absolute;
    top: 50%;
    left: 15%;
    text-align: left;
    width: 33%;
}

.og_special_26_png{
        position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: -13%;
    width: 100%;
}
#og_special_26 .text_info{
     position: absolute;
    top: 50%;
    left: 65%;
    text-align: left;
    width: 28%;
}
.product_containt .product_part2 > .og_special_19 > .text_info {
    position: absolute;
    top: 30%;
    left: 66%;
    text-align: left;
    letter-spacing: 1px;
    width: 30%;
}

.product_part2 > .og_special_19 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    color: #CAA55F;
}

.product_part2 > .og_special_19 > .text_info > h2 {
    font-size: 1.8em;
    margin: 10px 0px;
    font-weight: 400;
}

.product_part2 > .og_special_19 > .text_info > p {
    font-size: 1.4em;
}

.og_special_19_png {
    position: absolute;
    top: 0%;
    left: -5%;
    width: 65%;
}

.product_containt .part_title {
    width: 100%;
    font-size: 3em;
    text-align: center;
    background-color: #d9d9d9;
    padding: 0.2em;
}

.product_containt .product_part3 {
    padding: 80px 0;
    width: 100%;
    margin: auto;
}

.product_containt .product_part3 > .part3_title {
    color: #1776D4;
    text-align: center;
    font-size: 3.4em;
}

.product_containt .product_part3 > .part3_detail {
    color: #333;
    text-align: center;
}

.product_containt .product_part3 > .part3_detail li {
    display: inline-block;
    border-left: 1px solid #333;
    padding: 0 15px;
}

.product_containt .product_part3 > .part3_detail li:nth-child(1) {
    border-left: 1px solid transparent;
}

.product_containt .product_part3 > .part3_button {
    margin: 20px auto;
    text-align: center;
}

.product_containt .product_part3 > .part3_button > a {
    width: 145px;
    text-align: center;
    padding: 5px 0;
    display: inline-block;
    border: 1px solid #333;
    color: #333;
    margin: 0 15px;
}

.product_containt .product_part3 > .part3_button > a:hover {
    display: inline-block;
    border: 1px solid #1776D4;
    color: #fff;
    background-color: #1776D4;
}

.product_containt .product_part3 > .part3_point {
    margin: 20px auto;
    vertical-align: middle;
    overflow: hidden;
}

.product_containt .product_part3 > .part3_point > li {
    float: left;
    width: 19.51%;
    padding-left: 1em;
    margin: 14px 2.7%;
    height: 170px;
    overflow: hidden;
    vertical-align: middle;
    /*display: table;*/
    font-size: 1.2em;
    padding-top: 5px;
}

.product_containt .product_part3 > .part3_point > .whitebox {
    border-left: 1px solid #333;
    color: #000;
}

.product_containt .product_part3 > .part3_point > .bluebox {
    border-left: 1px solid #1774D6;
    color: #1774D6;
}

.product_containt .product_part3 > .part3_point > li div {
    /*display: table-row;*/
    vertical-align: middle;
}

.product_part3 > .part3_point > li > div:nth-child(1) {
    font-size: 1.5em;
    font-weight: bold;
    height: 30%;
}

.product_part4 {
    width: 100%;
    padding: 100px 0;
    text-align: center;
    FILTER: progid: DXImageTransform . Microsoft . Gradient(gradientType = 0, startColorStr = #f0f0f0, endColorStr = #ffffff);
    /*IE 6 7 8*/
    background: -ms-linear-gradient(top, #f0f0f0, #ffffff);
    /* IE 10 */
    background: -moz-linear-gradient(top, #f0f0f0, #fff);
    /*火狐*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f0f0f0), to(#fff));
    /*谷歌*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f0f0f0), to(#fff));
    /* Safari 4-5, Chrome 1-9*/
    background: -webkit-linear-gradient(top, #f0f0f0, #fff);
    /*Safari5.1 Chrome 10+*/
    background: -o-linear-gradient(top, #f0f0f0, #fff);
    /*Opera 11.10+*/
}

.product_part4 .part4_containt {
    max-width: 1350px;
    margin: auto;
}

.product_part4 .part4_containt li {
    display: inline-block;
    width: 24%;
}

.product_part4 .part4_containt li > div:nth-child(1) {
    margin-bottom: 20px;
}

.product_part4 .part4_containt li > div:nth-child(1) > img {
    max-width: 84px;
}

.product_part4 .part4_containt li > div:nth-child(2) {
    font-size: 1.5em;
    color: #000;
}

.product_part4 .part4_containt li > div:nth-child(3) {
    line-height: 1.5em;
    color: #797979;
}

.product_part4 .part4_containt li > div:nth-child(3) > a {
    color: #1774D6;
}

@media screen and (max-width: 1600px) and (min-width: 1366px) {
    .product_part2 > .bpm_special_01 > .text_info > h1.h1_back {
        background-size: 120px;
    }

    .product_part2 > .bpm_special_02 > .text_info > p {
        margin: -13px 0 10px;
    }

    .product_part2 > .bpm_special_03 > .text_info > p {
        margin: -10px 0 10px;
    }

    .product_part2 > .bpm_special_04 > .text_info > p {
        margin: -10px 400px 10px;
    }

    .product_part2 > .bpm_special_06 > .text_info > p {
        letter-spacing: 3px;
    }

    .product_part2 > .bpm_special_07 > .text_info > p {
        margin: -5px 0 10px;
        letter-spacing: 3px;
    }

    .product_containt .product_part2 > .bpm_special_08 > .text_info {
        position: absolute;
        top: 55%;
    }

    .product_part2 > .bpm_special_09 > .text_info > h2 {
        letter-spacing: 2px;
    }

    .product_part2 > .bpm_special_09 > .text_info > p {
        letter-spacing: 1px;
    }

    .product_part2 > .bpm_special_10 > .text_info > h2 {
        margin: 10px 0 30px;
    }

    .product_part2 > .bpm_special_10 > .text_info > p {
        margin: -3px 0 10px;
    }

    .product_part2 > .bpm_special_10 > .text_info > h1.h1_back {
        /* background-size: 70px;
    background-position: 390px 0px;*/
    }

    .product_part2 > .bpm_special_11 > .text_info > h1.h1_back {
        background-size: 58px;
        background-position: 370px 0px;
    }

    .product_part2 > .bpm_special_11 > .text_info > h2 {
        margin: 10px 0 30px;
    }

    .product_part2 > .bpm_special_11 > .text_info > p {
        letter-spacing: 1px;
    }

    .product_part2 > .bpm_special_12 > .text_info > h1.h1_back {
        background-size: 58px;
        background-position: 370px 0px;
    }

    .product_part2 > .bpm_special_12 > .text_info > h2 {
        margin: 10px 0 20px;
    }

    .product_part2 > .bpm_special_12 > .text_info > p {
        margin: 0px 0 5px;
        letter-spacing: 1px;
    }

    .product_part2 > .bpm_special_13 > .text_info > p {
        margin: 0px 0 5px;
        letter-spacing: 2px;
    }

    .product_part2 > .bpm_special_14 > .text_info > p {
        margin: -1px 0 5px;
        letter-spacing: 2px;
    }

    .product_part2 > .bpm_special_15 > .text_info > h2 {
        margin: 10px 0 20px;
    }

    .product_part2 > .bpm_special_15 > .text_info > p {
        margin: -1px 0 5px;
        letter-spacing: 2px;
    }

    .product_part2 > .bpm_special_17 > .text_info > h2 {
        margin: 10px 0 20px;
        letter-spacing: 2px;
    }

    .product_part2 > .bpm_special_17 > .text_info > p {
        margin: -1px 0 10px;
        letter-spacing: 1px;
    }

    .product_part2 > .bpm_special_19 > .text_info > h2 {
        margin: 10px 0 20px;
        letter-spacing: 1px;
    }

    .product_part2 > .bpm_special_19 > .text_info > p {
        margin: -1px 0 10px;
        letter-spacing: 0px;
    }

    .product_part2 > .gm_special_04 > .text_info > h2 {
        margin: 10px 0px;
        letter-spacing: 0px;
    }

    .product_containt .product_part2 > .gm_special_14 > .text_info {
        position: absolute;
        top: 60%;
    }

    .product_containt .product_part2 > .gm_special_15 > .text_info {
        position: absolute;
        top: 60%;
    }

    .product_part2 > .hbf_special_02 > .text_info > p {
        margin: -1px 0 10px;
        letter-spacing: 0px;
    }

    .product_part2 > .hbf_special_03 > .text_info > p {
        margin: -1px 0 10px;
        letter-spacing: 2px;
    }

    .product_containt .product_part2 > .hbf_special_05 > .text_info {
        position: absolute;
        top: 30%;
        left: 62%;
    }

    .product_containt .product_part2 > .hbf_special_06 > .text_info {
        position: absolute;
        top: 30%;
        left: 10%;
    }

    .product_part2 > .hbf_special_06 > .text_info > p {
        margin: -1px 0 10px;
        letter-spacing: 2px;
    }

    .product_part2 > .hbf_special_09 > .text_info > p {
        margin: -1px 0 10px;
        letter-spacing: 2px;
    }

    .product_part2 > .hbf_special_12 > .text_info > p {
        margin: -1px 0 10px;
        letter-spacing: 2px;
    }

    .product_part2 > .hbf_special_15 > .text_info > p {
        margin: -1px 0 10px;
        letter-spacing: 2px;
    }

    /*.product_part2 > .mc_special_01 > .text_info > h2 {
        margin: -1px 0 20px;
    }

    .product_part2 > .mc_special_05 > .text_info > h2 {
        margin: -1px 0 20px;
    }

    .product_part2 > .mc_special_06 > .text_info > h2 {
        margin: -1px 0 20px;
    }

    .product_part2 > .mc_special_08 > .text_info > h2 {
        margin: -1px 0 20px;
    }

    .product_part2 > .mc_special_09 > .text_info > h2 {
        margin: -1px 0 20px;
    }

    .product_part2 > .mc_special_10 > .text_info > h2 {
        margin: -1px 0 20px;
    }*/

    .product_containt .product_part2 > .mc_special_12 > .text_info {
        position: absolute;
        top: 75%;
    }

    .product_part2 > .mc_special_16 > .text_info > h2 {
        margin: -1px 0 20px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 1024px) {
    .product_part2 > .bpm_special_01 > .text_info > h1.h1_back {
        background-size: 135px;
    }

    .product_part2 > .bpm_special_01 > .text_info > h1 {
        font-size: 48px;
    }

    .product_part2 > .bpm_special_01 > .text_info > h2 {
        font-size: 32px;
    }

    .product_part2 > .bpm_special_01 > .text_info > p {
        font-size: 16px;
        letter-spacing: 2px;
        width: 90%;
        word-break: break-word;
    }

    .product_containt .product_part2 > .bpm_special_02 > .text_info {
        position: absolute;
        top: 57%;
    }

    .product_part2 > .bpm_special_02 > .text_info > h1 {
        font-size: 46px;
    }

    .product_part2 > .bpm_special_02 > .text_info > h2 {
        margin: 10px 0px 10px;
        font-size: 32px;
    }

    .product_part2 > .bpm_special_02 > .text_info > p {
        margin: 10px 0 -10px;
        font-size: 16px;
    }

    .product_containt .product_part2 > .bpm_special_03 > .text_info {
        position: absolute;
        top: 60%;
    }

    .product_part2 > .bpm_special_03 > .text_info > h1 {
        font-size: 46px;
    }

    .product_part2 > .bpm_special_03 > .text_info > h2 {
        margin: 10px 0px 10px;
        font-size: 32px;
    }

    .product_part2 > .bpm_special_03 > .text_info > p {
        margin: 10px 0 -10px;
        font-size: 16px;
    }

    .product_containt .product_part2 > .bpm_special_04 > .text_info {
        position: absolute;
        top: 62%;
    }

    .product_part2 > .bpm_special_04 > .text_info > h1 {
        font-size: 46px;
    }

    .product_part2 > .bpm_special_04 > .text_info > h2 {
        margin: 10px 0px 10px;
        font-size: 32px;
    }

    .product_part2 > .bpm_special_04 > .text_info > p {
        margin: 10px 280px -10px;
        font-size: 16px;
        word-break: break-word;
    }

    .product_part2 > .bpm_special_05 > .text_info > h1 {
        font-size: 46px;
    }

    .product_part2 > .bpm_special_05 > .text_info > h2 {
        margin: 10px 0px 20px;
        font-size: 32px;
    }

    .product_part2 > .bpm_special_05 > .text_info > p {
        font-size: 16px;
    }

    .product_part2 > .bpm_special_06 > .text_info > h1 {
        font-size: 46px;
    }

    .product_part2 > .bpm_special_06 > .text_info > h2 {
        margin: 10px 0px 20px;
        font-size: 32px;
        letter-spacing: 2px;
    }

    .product_part2 > .bpm_special_06 > .text_info > p {
        font-size: 16px;
        letter-spacing: 2px;
    }

    .product_part2 > .bpm_special_07 > .text_info > h1 {
        font-size: 46px;
    }

    .product_part2 > .bpm_special_07 > .text_info > h2 {
        margin: 10px 0px 20px;
        font-size: 32px;
        letter-spacing: 2px;
    }

    .product_part2 > .bpm_special_07 > .text_info > p {
        font-size: 16px;
        letter-spacing: 2px;
    }

    .product_containt .product_part2 > .bpm_special_08 > .text_info {
        position: absolute;
        top: 50%;
    }

    .product_part2 > .bpm_special_08 > .text_info > h1 {
        font-size: 46px;
    }

    .product_part2 > .bpm_special_08 > .text_info > h2 {
        margin: 10px 0px 10px;
        font-size: 32px;
    }

    .product_part2 > .bpm_special_08 > .text_info > p {
        margin: 10px 0 -10px;
        font-size: 16px;
    }

    .product_containt .product_part2 > .bpm_special_09 > .text_info {
        position: absolute;
        top: 30%;
        left: 2%;
    }

    .product_part2 > .bpm_special_09 > .text_info > h1 {
        font-size: 46px;
    }

    .product_part2 > .bpm_special_09 > .text_info > h2 {
        margin: 10px 0px 10px;
        font-size: 32px;
    }

    .product_part2 > .bpm_special_09 > .text_info > p {
        margin: 10px 0 -10px;
        font-size: 16px;
    }

    .product_part2 > .bpm_special_10 > .text_info > h1 {
        font-size: 44px;
    }

    .product_part2 > .bpm_special_10 > .text_info > h2 {
        margin: 10px 0px 10px;
        font-size: 32px;
    }

    .product_part2 > .bpm_special_10 > .text_info > p {
        margin: 10px 0 -10px;
        font-size: 16px;
        letter-spacing: 2px;
    }

    .product_part2 > .bpm_special_11 > .text_info > h1 {
        font-size: 46px;
    }

    .product_part2 > .bpm_special_11 > .text_info > h2 {
        margin: 10px 0px 10px;
        font-size: 32px;
        letter-spacing: 0px;
    }

    .product_part2 > .bpm_special_11 > .text_info > p {
        margin: 10px 0 -10px;
        font-size: 16px;
        letter-spacing: 0px;
    }

    .product_part2 > .bpm_special_12 > .text_info > h1 {
        font-size: 46px;
    }

    .product_part2 > .bpm_special_12 > .text_info > h2 {
        margin: 10px 0px 10px;
        font-size: 32px;
        letter-spacing: 0px;
    }

    .product_part2 > .bpm_special_12 > .text_info > p {
        margin: 10px 0 -10px;
        font-size: 16px;
        letter-spacing: 0px;
    }

    .product_part2 > .bpm_special_13 > .text_info > h1 {
        font-size: 46px;
    }

    .product_part2 > .bpm_special_13 > .text_info > h2 {
        margin: 10px 0px 10px;
        font-size: 32px;
        letter-spacing: 0px;
    }

    .product_part2 > .bpm_special_13 > .text_info > p {
        margin: 10px 0 -10px;
        font-size: 16px;
        letter-spacing: 0px;
    }

    .product_part2 > .bpm_special_14 > .text_info > h1 {
        font-size: 46px;
    }

    .product_part2 > .bpm_special_14 > .text_info > h2 {
        margin: 10px 0px 10px;
        font-size: 32px;
        letter-spacing: 0px;
    }

    .product_part2 > .bpm_special_14 > .text_info > p {
        margin: 10px 0 -10px;
        font-size: 16px;
        letter-spacing: 0px;
    }

    .product_part2 > .bpm_special_15 > .text_info > h1 {
        font-size: 46px;
    }

    .product_part2 > .bpm_special_15 > .text_info > h2 {
        margin: 10px 0px 10px;
        font-size: 32px;
        letter-spacing: 0px;
    }

    .product_part2 > .bpm_special_15 > .text_info > p {
        margin: 10px 0 -10px;
        font-size: 16px;
        letter-spacing: 0px;
    }

    .product_containt .product_part2 > .bpm_special_16 > .text_info {
        position: absolute;
        top: 60%;
    }

    .product_part2 > .bpm_special_16 > .text_info > h1 {
        font-size: 46px;
    }

    .product_part2 > .bpm_special_16 > .text_info > h2 {
        margin: 10px 0px 10px;
        font-size: 32px;
        letter-spacing: 0px;
    }

    .product_part2 > .bpm_special_16 > .text_info > p {
        margin: 10px 0 -10px;
        font-size: 16px;
        letter-spacing: 0px;
    }

    .product_containt .product_part2 > .bpm_special_17 > .text_info {
        position: absolute;
        top: 30%;
        left: 5%;
    }

    .product_part2 > .bpm_special_17 > .text_info > h1 {
        font-size: 46px;
    }

    .product_part2 > .bpm_special_17 > .text_info > h2 {
        margin: 10px 0px 10px;
        font-size: 32px;
        letter-spacing: -1px;
    }

    .product_part2 > .bpm_special_17 > .text_info > p {
        margin: 10px 0 -10px;
        font-size: 16px;
        letter-spacing: 0px;
    }

    .product_part2 > .bpm_special_18 > .text_info > h1 {
        font-size: 46px;
    }

    .product_part2 > .bpm_special_18 > .text_info > h2 {
        margin: 10px 0px 10px;
        font-size: 32px;
        letter-spacing: -1px;
    }

    .product_part2 > .bpm_special_18 > .text_info > p {
        margin: 10px 0 -10px;
        font-size: 16px;
        letter-spacing: 0px;
    }

    .product_containt .product_part2 > .bpm_special_19 > .text_info {
        position: absolute;
        top: 30%;
        left: 50%;
    }

    .product_part2 > .bpm_special_19 > .text_info > h1 {
        font-size: 46px;
    }

    .product_part2 > .bpm_special_19 > .text_info > h2 {
        margin: 10px 0px 10px;
        font-size: 32px;
        letter-spacing: -1px;
    }

    .product_part2 > .bpm_special_19 > .text_info > p {
        margin: 10px 0 -10px;
        font-size: 16px;
        letter-spacing: -1px;
    }

    .product_part2 > .bpm_special_20 > .text_info > h1 {
        font-size: 46px;
    }

    .product_part2 > .bpm_special_20 > .text_info > h2 {
        margin: 10px 0px 10px;
        font-size: 32px;
        letter-spacing: -1px;
    }

    .product_part2 > .bpm_special_20 > .text_info > p {
        margin: 10px 0 -10px;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .product_part2 > .bpm_special_21 > .text_info > h1 {
        font-size: 46px;
    }

    .product_part2 > .bpm_special_21 > .text_info > h2 {
        margin: 10px 0px 10px;
        font-size: 32px;
        letter-spacing: -1px;
    }

    .product_part2 > .bpm_special_21 > .text_info > p {
        margin: 10px 0 -10px;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .product_containt .product_part2 > .bpm_special_22 > .text_info {
        position: absolute;
        top: 60%;
    }

    .product_part2 > .bpm_special_22 > .text_info > h1 {
        font-size: 46px;
    }

    .product_part2 > .bpm_special_22 > .text_info > h2 {
        margin: 10px 0px 10px;
        font-size: 32px;
        letter-spacing: -1px;
    }

    .product_part2 > .bpm_special_22 > .text_info > p {
        margin: 10px 0 -10px;
        font-size: 16px;
        letter-spacing: 0px;
    }

    .product_part2 > .bpm_special_23 > .text_info > h1 {
        font-size: 46px;
    }

    .product_part2 > .bpm_special_23 > .text_info > h2 {
        margin: 10px 0px 10px;
        font-size: 32px;
        letter-spacing: -1px;
    }

    .product_part2 > .bpm_special_23 > .text_info > p {
        margin: 10px 0 -10px;
        font-size: 16px;
        letter-spacing: 0px;
    }

    .product_containt .product_part2 > .bpm_special_24 > .text_info {
        position: absolute;
        top: 60%;
    }

    .product_part2 > .bpm_special_24 > .text_info > h1 {
        font-size: 46px;
    }

    .product_part2 > .bpm_special_24 > .text_info > h2 {
        margin: 10px 0px 10px;
        font-size: 32px;
        letter-spacing: -1px;
    }

    .product_part2 > .bpm_special_24 > .text_info > p {
        margin: 10px 0 -10px;
        font-size: 16px;
        letter-spacing: 0px;
    }

    .product_part2 > .bpm_special_25 > .text_info > h1 {
        font-size: 46px;
    }

    .product_part2 > .bpm_special_25 > .text_info > h2 {
        margin: 10px 0px 10px;
        font-size: 32px;
        letter-spacing: -1px;
    }

    .product_part2 > .bpm_special_25 > .text_info > p {
        margin: 10px 0 -10px;
        font-size: 16px;
        letter-spacing: 0px;
    }

    .product_containt .product_part2 > .gm_special_04 > .text_info {
        position: absolute;
        top: 60%;
    }

    .product_part2 > .gm_special_04 > .text_info > h2 {
        margin: 10px 0px 10px;
        font-size: 3.2em;
        letter-spacing: -1px;
    }

    .product_part2 > .gm_special_04 > .text_info > p {
        margin: 10px 0 -10px;
        font-size: 1.72em;
        letter-spacing: 0px;
    }

    .product_part2 > .gm_special_05 > .text_info > h2 {
        margin: 10px 0px 10px;
        font-size: 3.2em;
        letter-spacing: -1px;
    }

    .product_part2 > .gm_special_05 > .text_info > p {
        margin: 10px 0 -10px;
        font-size: 1.72em;
        letter-spacing: 0px;
    }

    .product_part2 > .gm_special_08 > .text_info > h2 {
        margin: 10px 0px 10px;
        font-size: 3.2em;
        letter-spacing: -1px;
    }

    .product_part2 > .gm_special_09 > .text_info > h2 {
        margin: 10px 0px 20px;
        font-size: 3.2em;
    }

    .product_part2 > .gm_special_10 > .text_info > h2 {
        margin: 10px 0px 20px;
        font-size: 3.2em;
    }

    .product_part2 > .gm_special_13 > .text_info > h2 {
        margin: 10px 0px 20px;
        font-size: 3.2em;
    }

    .product_part2 > .gm_special_13 > .text_info > p {
        margin: 10px 0 0px;
        font-size: 1.72em;
        letter-spacing: 3px;
    }

    .product_containt .product_part2 > .gm_special_14 > .text_info {
        position: absolute;
        top: 60%;
    }

    .product_part2 > .gm_special_14 > .text_info > h2 {
        margin: 10px 0px 20px;
        font-size: 3.2em;
    }

    .product_containt .product_part2 > .gm_special_15 > .text_info {
        position: absolute;
        top: 60%;
    }

    .product_part2 > .gm_special_15 > .text_info > h2 {
        margin: 10px 0px 20px;
        font-size: 3.2em;
    }

    .product_part2 > .hbf_special_01 > .text_info > h2 {
        margin: 10px 0px 20px;
        font-size: 36px;
    }

    .product_part2 > .hbf_special_02 > .text_info > h2 {
        margin: 10px 0px 20px;
        font-size: 36px;
    }

    .product_part2 > .hbf_special_02 > .text_info > p {
        margin: 10px 0 0px;
        font-size: 16px;
        letter-spacing: 4px;
    }

    .product_part2 > .hbf_special_03 > .text_info > h2 {
        margin: 10px 0px 20px;
        font-size: 36px;
        letter-spacing: 3px;
    }

    .product_part2 > .hbf_special_03 > .text_info > p {
        margin: 10px 0 0px;
        font-size: 16px;
        letter-spacing: 4px;
    }

    .product_part2 > .hbf_special_04 > .text_info > h2 {
        margin: 10px 0px 20px;
        font-size: 36px;
        letter-spacing: 3px;
    }

    .product_part2 > .hbf_special_04 > .text_info > p {
        margin: 10px 0 0px;
        font-size: 16px;
        letter-spacing: 4px;
    }

    .product_part2 > .hbf_special_05 > .text_info > h2 {
        margin: 10px 0px 20px;
        font-size: 36px;
        letter-spacing: 3px;
    }

    .product_part2 > .hbf_special_05 > .text_info > p {
        margin: 10px 0 0px;
        font-size: 16px;
        letter-spacing: 4px;
    }

    .product_part2 > .hbf_special_06 > .text_info > h2 {
        margin: 10px 0px 20px;
        font-size: 36px;
        letter-spacing: 3px;
    }

    .product_part2 > .hbf_special_06 > .text_info > p {
        margin: 10px 0 0px;
        font-size: 16px;
        letter-spacing: 4px;
    }

    .product_part2 > .hbf_special_07 > .text_info > h2 {
        margin: 10px 0px 20px;
        font-size: 36px;
        letter-spacing: 3px;
    }

    .product_part2 > .hbf_special_08 > .text_info > h2 {
        margin: 10px 0px 20px;
        font-size: 36px;
        letter-spacing: 3px;
    }

    .product_part2 > .hbf_special_09 > .text_info > h2 {
        margin: 10px 0px 20px;
        font-size: 36px;
        letter-spacing: 3px;
    }

    .product_part2 > .hbf_special_09 > .text_info > p {
        margin: 10px 0 0px;
        font-size: 16px;
        letter-spacing: 4px;
    }

    .product_part2 > .hbf_special_10 > .text_info > h2 {
        margin: 10px 0px 20px;
        font-size: 36px;
        letter-spacing: 3px;
    }

    .product_part2 > .hbf_special_11 > .text_info > h2 {
        margin: 10px 0px 20px;
        font-size: 36px;
        letter-spacing: 3px;
    }

    .product_part2 > .hbf_special_12 > .text_info > h2 {
        margin: 10px 0px 20px;
        font-size: 36px;
        letter-spacing: 3px;
    }

    .product_part2 > .hbf_special_12 > .text_info > p {
        margin: 10px 0 0px;
        font-size: 16px;
        letter-spacing: 4px;
    }

    .product_part2 > .hbf_special_15 > .text_info > p {
        margin: 10px 0 0px;
        font-size: 16px;
        letter-spacing: 4px;
    }

    .product_containt .product_part2 > .hbf_special_17 > .text_info {
        position: absolute;
        top: 60%;
    }

    .product_part2 > .hbf_special_17 > .text_info > h2 {
        margin: 10px 0px 20px;
        font-size: 36px;
    }

    .product_part2 > .mc_special_01 > .text_info > h2 {
        margin: 10px 0px 20px;
        font-size: 36px;
    }

    .product_part2 > .mc_special_02 > .text_info > h2 {
        margin: 10px 0px 20px;
        font-size: 36px;
    }

    .product_part2 > .mc_special_03 > .text_info > h2 {
        margin: 10px 0px 20px;
        font-size: 36px;
    }

    .product_part2 > .mc_special_04 > .text_info > h2 {
        margin: 10px 0px 20px;
        font-size: 36px;
    }

    .product_part2 > .mc_special_05 > .text_info > h2 {
        margin: 10px 0px 20px;
        font-size: 36px;
    }

    .product_part2 > .mc_special_06 > .text_info > h2 {
        margin: 10px 0px 20px;
        font-size: 36px;
    }

    .product_part2 > .mc_special_07 > .text_info > h2 {
        margin: 10px 0px 20px;
        font-size: 36px;
    }

    .product_part2 > .mc_special_08 > .text_info > h2 {
        margin: 10px 0px 20px;
        font-size: 36px;
    }

    .product_part2 > .mc_special_09 > .text_info > h2 {
        margin: 10px 0px 20px;
        font-size: 36px;
    }

    .product_part2 > .mc_special_10 > .text_info > h2 {
        margin: 10px 0px 20px;
        font-size: 36px;
        letter-spacing: 1px;
    }

    .product_part2 > .mc_special_11 > .text_info > h2 {
        margin: 10px 0px 20px;
        font-size: 36px;
    }

    .product_part2 > .mc_special_12 > .text_info > h2 {
        margin: 10px 0px 20px;
        font-size: 36px;
    }

    .product_part2 > .mc_special_13 > .text_info > h2 {
        margin: 10px 0px 20px;
        font-size: 36px;
    }

    .product_part2 > .mc_special_14 > .text_info > h2 {
        margin: 10px 0px 20px;
        font-size: 36px;
    }

    .product_part2 > .mc_special_15 > .text_info > h2 {
        margin: 10px 0px 20px;
        font-size: 36px;
    }

    .product_part2 > .mc_special_16 > .text_info > h2 {
        margin: 10px 0px 20px;
        font-size: 36px;
    }

    .product_part2 > .mc_special_17 > .text_info > h2 {
        margin: 10px 0px 20px;
        font-size: 36px;
        letter-spacing: 1px;
    }

    .product_part2 > .mc_special_17 > .text_info > p {
        margin: 10px 0 0px;
        font-size: 16px;
        letter-spacing: 5px;
    }

    .product_part2 > .mc_special_18 > .text_info > h1 {
        font-size: 46px;
    }

    .product_part2 > .mc_special_19 > .text_info > h2 {
        margin: 10px 0px 20px;
        font-size: 36px;
        letter-spacing: 1px;
    }

    .product_part2 > .mc_special_20 > .text_info > h2 {
        margin: 10px 0px 20px;
        font-size: 36px;
        letter-spacing: 0px;
    }

    .product_part2 > .mc_special_20 > .text_info > p {
        margin: 10px 0 0px;
        font-size: 16px;
        letter-spacing: 4px;
    }

    .product_part2 > .mc_special_21 > .text_info > h2 {
        margin: 10px 0px 20px;
        font-size: 36px;
        letter-spacing: 1px;
    }

    .product_part2 > .mc_special_21 > .text_info > p {
        margin: 10px 0 0px;
        font-size: 16px;
        letter-spacing: 4px;
    }

    .product_part2 > .mc_special_22 > .text_info > h2 {
        margin: 10px 0px 20px;
        font-size: 36px;
        letter-spacing: 1px;
    }

    .product_part2 > .mc_special_23 > .text_info > h2 {
        margin: 10px 0px 20px;
        font-size: 36px;
        letter-spacing: 1px;
    }

    .product_part2 > .mc_special_24 > .text_info > h2 {
        margin: 10px 0px 20px;
        font-size: 36px;
        letter-spacing: 1px;
    }

    .product_part2 > .mc_special_25 > .text_info > h2 {
        margin: 10px 0px 20px;
        font-size: 36px;
    }

    .product_part2 > .mc_special_26 > .text_info > h2 {
        margin: 10px 0px 20px;
        font-size: 36px;
        letter-spacing: 0px;
    }

    .product_part2 > .mc_special_28 > .text_info > h2 {
        margin: 10px 0px 20px;
        font-size: 36px;
        letter-spacing: 0px;
    }

    .product_part2 > .mn_special_01 > .text_info > h2 {
        margin: 10px 0 10px;
        font-size: 32px;
        letter-spacing: 0px;
    }

    .product_part2 > .mn_special_01 > .text_info > p {
        margin: 10px 0 10px;
        font-size: 16px;
        letter-spacing: 0px;
    }

    .product_part2 > .mn_special_02 > .text_info > h2 {
        margin: 10px 0 10px;
        font-size: 32px;
        letter-spacing: 0px;
    }

    .product_part2 > .mn_special_02 > .text_info > p {
        margin: 10px 0 10px;
        font-size: 16px;
        letter-spacing: 0px;
    }

    .product_part2 > .mn_special_03 > .text_info > h2 {
        margin: 10px 0 10px;
        font-size: 32px;
        letter-spacing: 0px;
    }

    .product_part2 > .mn_special_03 > .text_info > p {
        margin: 10px 0 10px;
        font-size: 16px;
        letter-spacing: 0px;
    }

    .product_part2 > .mn_special_04 > .text_info > h2 {
        margin: 10px 0 10px;
        font-size: 32px;
        letter-spacing: 0px;
    }

    .product_part2 > .mn_special_04 > .text_info > p {
        margin: 10px 0 10px;
        font-size: 16px;
        letter-spacing: 0px;
    }

    .product_part2 > .mn_special_05 > .text_info > h2 {
        margin: 10px 0 10px;
        font-size: 32px;
        letter-spacing: 2px;
    }

    .product_part2 > .mn_special_05 > .text_info > p {
        margin: 10px 0 10px;
        font-size: 16px;
        letter-spacing: 2px;
    }

    .product_part2 > .mn_special_06 > .text_info > h2 {
        margin: 10px 0 10px;
        font-size: 32px;
        letter-spacing: 2px;
    }

    .product_part2 > .mn_special_06 > .text_info > p {
        margin: 10px 0 10px;
        font-size: 16px;
        letter-spacing: 2px;
    }

    .product_part2 > .mn_special_07 > .text_info > h2 {
        margin: 10px 0 10px;
        font-size: 32px;
        letter-spacing: 2px;
    }

    .product_part2 > .mn_special_07 > .text_info > p {
        margin: 10px 0 10px;
        font-size: 16px;
        letter-spacing: 2px;
    }

    .product_part2 > .mn_special_08 > .text_info > h2 {
        margin: 10px 0 10px;
        font-size: 32px;
        letter-spacing: 2px;
    }

    .product_part2 > .mn_special_08 > .text_info > p {
        margin: 10px 0 10px;
        font-size: 16px;
        letter-spacing: 2px;
    }

    .product_part2 > .mn_special_09 > .text_info > h2 {
        margin: 10px 0 10px;
        font-size: 32px;
        letter-spacing: 2px;
    }

    .product_part2 > .mn_special_09 > .text_info > p {
        margin: 10px 0 10px;
        font-size: 16px;
        letter-spacing: 2px;
    }

    .product_part2 > .mn_special_10 > .text_info > h2 {
        margin: 10px 0 10px;
        font-size: 32px;
        letter-spacing: 2px;
    }

    .product_part2 > .mn_special_10 > .text_info > p {
        margin: 10px 0 10px;
        font-size: 16px;
        letter-spacing: 2px;
    }

    .product_part2 > .mn_special_11 > .text_info > h2 {
        margin: 10px 0 10px;
        font-size: 32px;
        letter-spacing: 2px;
    }

    .product_part2 > .mn_special_11 > .text_info > p {
        margin: 10px 0 10px;
        font-size: 16px;
        letter-spacing: 2px;
    }

    .product_part2 > .mn_special_12 > .text_info > h2 {
        margin: 10px 0 10px;
        font-size: 32px;
        letter-spacing: 2px;
    }

    .product_part2 > .mn_special_12 > .text_info > p {
        margin: 10px 0 10px;
        font-size: 16px;
        letter-spacing: 2px;
    }

    .product_part2 > .mn_special_13 > .text_info > h2 {
        margin: 10px 0 10px;
        font-size: 32px;
        letter-spacing: 2px;
    }

    .product_part2 > .mn_special_13 > .text_info > p {
        margin: 10px 0 10px;
        font-size: 16px;
        letter-spacing: 2px;
    }

    .product_part2 > .mn_special_14 > .text_info > h2 {
        margin: 10px 0 10px;
        font-size: 32px;
        letter-spacing: 2px;
    }

    .product_part2 > .mn_special_14 > .text_info > p {
        margin: 10px 0 10px;
        font-size: 16px;
        letter-spacing: 2px;
    }

    .product_part2 > .mn_special_15 > .text_info > h2 {
        margin: 10px 0 10px;
        font-size: 32px;
        letter-spacing: 2px;
    }

    .product_part2 > .mn_special_15 > .text_info > p {
        margin: 10px 0 10px;
        font-size: 16px;
        letter-spacing: 2px;
    }

    .product_part2 > .mn_special_16 > .text_info > h2 {
        margin: 10px 0 10px;
        font-size: 32px;
        letter-spacing: 2px;
    }

    .product_part2 > .mn_special_16 > .text_info > p {
        margin: 10px 0 10px;
        font-size: 16px;
        letter-spacing: 2px;
    }

    .product_part2 > .mn_special_17 > .text_info > h2 {
        margin: 10px 0 10px;
        font-size: 32px;
        letter-spacing: 2px;
    }

    .product_part2 > .mn_special_17 > .text_info > p {
        margin: 10px 0 10px;
        font-size: 16px;
        letter-spacing: 2px;
    }

    .product_part2 > .mn_special_18 > .text_info > h1 {
        margin: 10px 0 10px;
        font-size: 4em;
        letter-spacing: 2px;
        text-align: left;
    }

    .product_part2 > .mn_special_18 > .text_info > h2 {
        margin: 10px 0 10px;
        font-size: 32px;
        letter-spacing: 2px;
        text-align: left;
    }

    .product_part2 > .mn_special_18 > .text_info > p {
        margin: 10px 0 10px;
        font-size: 16px;
        letter-spacing: 2px;
    }

    .product_part2 > .mn_special_19 > .text_info > h2 {
        margin: 10px 0 10px;
        font-size: 32px;
        letter-spacing: 2px;
    }

    .product_part2 > .mn_special_19 > .text_info > p {
        margin: 10px 0 10px;
        font-size: 16px;
        letter-spacing: 2px;
    }

    .product_part2 > .mn_special_20 > .text_info > h2 {
        margin: 10px 0 10px;
        font-size: 32px;
        letter-spacing: 2px;
    }

    .product_part2 > .mn_special_20 > .text_info > p {
        margin: 10px 0 10px;
        font-size: 16px;
        letter-spacing: 2px;
    }

    .product_part2 > .mn_special_21 > .text_info > h2 {
        margin: 10px 0 10px;
        font-size: 32px;
        letter-spacing: -1px;
    }

    .product_part2 > .mn_special_21 > .text_info > p {
        margin: 10px 0 10px;
        font-size: 16px;
        letter-spacing: 2px;
    }

    .product_part2 > .mn_special_23 > .text_info > h2 {
        margin: 10px 0 10px;
        font-size: 32px;
        letter-spacing: 2px;
    }

    .product_part2 > .mn_special_23 > .text_info > p {
        margin: 10px 0 10px;
        font-size: 16px;
        letter-spacing: 2px;
    }

    .product_part2 > .mn_special_24 > .text_info > h2 {
        margin: 10px 0 10px;
        font-size: 32px;
        letter-spacing: 1px;
    }

    .product_part2 > .mn_special_24 > .text_info > p {
        margin: 10px 0 10px;
        font-size: 16px;
        letter-spacing: 2px;
    }

    .product_part2 > .mn_special_26 > .text_info > h2 {
        margin: 10px 0 10px;
        font-size: 32px;
        letter-spacing: 1px;
    }

    .product_part2 > .mn_special_26 > .text_info > p {
        margin: 10px 0 10px;
        font-size: 16px;
        letter-spacing: 2px;
    }

    .product_part2 > .mn_special_28 > .text_info > h2 {
        margin: 10px 0 10px;
        font-size: 32px;
        letter-spacing: 1px;
    }

    .product_part2 > .mn_special_28 > .text_info > p {
        margin: 10px 0 10px;
        font-size: 16px;
        letter-spacing: 2px;
    }

    .product_part2 > .mn_special_29 > .text_info > h2 {
        margin: 10px 0 10px;
        font-size: 32px;
        letter-spacing: 2px;
    }

    .product_part2 > .mn_special_29 > .text_info > p {
        margin: 10px 0 10px;
        font-size: 16px;
        letter-spacing: 2px;
    }

    .product_part2 > .mn_special_31 > .text_info > h2 {
        margin: 10px 0 10px;
        font-size: 32px;
        letter-spacing: 2px;
    }

    .product_part2 > .mn_special_31 > .text_info > p {
        margin: 10px 0 10px;
        font-size: 16px;
        letter-spacing: 2px;
    }

    .product_part2 > .mn_special_31 > .text_info > h2 {
        margin: 10px 0 10px;
        font-size: 32px;
        letter-spacing: 2px;
    }

    .product_part2 > .mn_special_31 > .text_info > p {
        margin: 10px 0 10px;
        font-size: 16px;
        letter-spacing: 2px;
    }

    .product_containt .product_part2 > .og_special_01 > .text_info {
        width: 75%;
    }

    .product_part2 > .og_special_07 > .text_info > p {
        width: 70%;
    }

    .product_containt .product_part2 > .og_special_15 > .text_info {
        width: 42%;
    }
}

@media screen and (max-width: 1023px) and (min-width: 769px) {
    .product_part2 > .bpm_special_01 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .bpm_special_01 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .bpm_special_01 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .bpm_special_01 > .text_info > p {
        font-size: 14px;
        letter-spacing: 2px;
        margin: 10px 0 -8px;
        width: 90%;
        word-break: break-word;
    }

    .product_containt .product_part2 > .bpm_special_02 > .text_info {
        position: absolute;
        top: 58%;
    }

    .product_part2 > .bpm_special_02 > .text_info > h1 {
        margin: 10px 0px -5px;
        font-size: 32px;
    }

    .product_part2 > .bpm_special_02 > .text_info > h2 {
        margin: 10px 0px -5px;
        font-size: 24px;
    }

    .product_part2 > .bpm_special_02 > .text_info > p {
        margin: 10px 0 -10px;
        font-size: 14px;
    }

    .product_containt .product_part2 > .bpm_special_03 > .text_info {
        position: absolute;
        top: 58%;
    }

    .product_part2 > .bpm_special_03 > .text_info > h1 {
        margin: 10px 0px -5px;
        font-size: 32px;
    }

    .product_part2 > .bpm_special_03 > .text_info > h2 {
        margin: 10px 0px -5px;
        font-size: 24px;
    }

    .product_part2 > .bpm_special_03 > .text_info > p {
        margin: 10px 0 -10px;
        font-size: 14px;
    }

    .product_containt .product_part2 > .bpm_special_04 > .text_info {
        position: absolute;
        top: 62%;
    }

    .product_part2 > .bpm_special_04 > .text_info > h1 {
        margin: 10px 0px -5px;
        font-size: 32px;
    }

    .product_part2 > .bpm_special_04 > .text_info > h2 {
        margin: 10px 0px -5px;
        font-size: 24px;
    }

    .product_part2 > .bpm_special_04 > .text_info > p {
        margin: 10px 180px -10px;
        font-size: 14px;
        word-break: break-word;
    }

    .product_containt .product_part2 > .bpm_special_05 > .text_info {
        position: absolute;
        top: 30%;
        left: 10%;
    }

    .product_part2 > .bpm_special_05 > .text_info > h1 {
        margin: 10px 0px -5px;
        font-size: 32px;
    }

    .product_part2 > .bpm_special_05 > .text_info > h2 {
        margin: 10px 0px -5px;
        font-size: 24px;
    }

    .product_part2 > .bpm_special_05 > .text_info > p {
        margin: 10px 0 -10px;
        font-size: 14px;
    }

    .product_containt .product_part2 > .bpm_special_06 > .text_info {
        position: absolute;
        top: 30%;
        left: 54%;
    }

    .product_part2 > .bpm_special_06 > .text_info > h1 {
        margin: 10px 0px -5px;
        font-size: 32px;
    }

    .product_part2 > .bpm_special_06 > .text_info > h2 {
        margin: 10px 0px -5px;
        font-size: 24px;
        letter-spacing: 0px;
    }

    .product_part2 > .bpm_special_06 > .text_info > p {
        margin: 10px 0 -10px;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .product_containt .product_part2 > .bpm_special_07 > .text_info {
        position: absolute;
        top: 30%;
        left: 54%;
    }

    .product_part2 > .bpm_special_07 > .text_info > h1 {
        margin: 10px 0px -5px;
        font-size: 32px;
    }

    .product_part2 > .bpm_special_07 > .text_info > h2 {
        margin: 10px 0px -5px;
        font-size: 24px;
        letter-spacing: 0px;
    }

    .product_part2 > .bpm_special_07 > .text_info > p {
        margin: 10px 0 -10px;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .product_containt .product_part2 > .bpm_special_08 > .text_info {
        position: absolute;
        top: 55%;
    }

    .product_part2 > .bpm_special_08 > .text_info > h1 {
        margin: 10px 0px -5px;
        font-size: 32px;
    }

    .product_part2 > .bpm_special_08 > .text_info > h2 {
        margin: 10px 0px -5px;
        font-size: 24px;
        letter-spacing: 0px;
    }

    .product_part2 > .bpm_special_08 > .text_info > p {
        margin: 10px 0 -10px;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .product_containt .product_part2 > .bpm_special_09 > .text_info {
        position: absolute;
        top: 30%;
        left: 5%;
    }

    .product_part2 > .bpm_special_09 > .text_info > h1 {
        margin: 10px 0px -5px;
        font-size: 32px;
    }

    .product_part2 > .bpm_special_09 > .text_info > h2 {
        margin: 10px 0px -5px;
        font-size: 24px;
        letter-spacing: 0px;
    }

    .product_part2 > .bpm_special_09 > .text_info > p {
        margin: 10px 0 -10px;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .product_containt .product_part2 > .bpm_special_10 > .text_info {
        position: absolute;
        top: 40%;
        left: 60%;
    }

    .product_part2 > .bpm_special_10 > .text_info > h1 {
        margin: 10px 0px -5px;
        font-size: 30px;
    }

    .product_part2 > .bpm_special_10 > .text_info > h2 {
        margin: 10px 0px -5px;
        font-size: 24px;
        letter-spacing: 0px;
    }

    .product_part2 > .bpm_special_10 > .text_info > p {
        margin: 10px 0 -10px;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .product_containt .product_part2 > .bpm_special_11 > .text_info {
        position: absolute;
        top: 60%;
        left: 45%;
    }

    .product_part2 > .bpm_special_11 > .text_info > h1 {
        margin: 10px 0px -5px;
        font-size: 32px;
    }

    .product_part2 > .bpm_special_11 > .text_info > h2 {
        margin: 10px 0px -5px;
        font-size: 24px;
        letter-spacing: 0px;
    }

    .product_part2 > .bpm_special_11 > .text_info > p {
        margin: 10px 0 -10px;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .product_containt .product_part2 > .bpm_special_12 > .text_info {
        position: absolute;
        top: 50%;
        left: 53%;
    }

    .product_part2 > .bpm_special_12 > .text_info > h1 {
        margin: 10px 0px -5px;
        font-size: 32px;
    }

    .product_part2 > .bpm_special_12 > .text_info > h2 {
        margin: 10px 0px -5px;
        font-size: 24px;
        letter-spacing: -2px;
    }

    .product_part2 > .bpm_special_12 > .text_info > p {
        margin: 10px 0 -10px;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .product_containt .product_part2 > .bpm_special_13 > .text_info {
        position: absolute;
        top: 60%;
        left: 55%;
    }

    .product_part2 > .bpm_special_13 > .text_info > h1 {
        margin: 10px 0px -5px;
        font-size: 32px;
    }

    .product_part2 > .bpm_special_13 > .text_info > h2 {
        margin: 10px 0px -5px;
        font-size: 24px;
        letter-spacing: 0px;
    }

    .product_part2 > .bpm_special_13 > .text_info > p {
        margin: 10px 0 -10px;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .product_containt .product_part2 > .bpm_special_14 > .text_info {
        position: absolute;
        top: 30%;
        left: 60%;
    }

    .product_part2 > .bpm_special_14 > .text_info > h1 {
        margin: 10px 0px -5px;
        font-size: 32px;
    }

    .product_part2 > .bpm_special_14 > .text_info > h2 {
        margin: 10px 0px -5px;
        font-size: 24px;
        letter-spacing: 0px;
    }

    .product_part2 > .bpm_special_14 > .text_info > p {
        margin: 10px 0 -10px;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .product_containt .product_part2 > .bpm_special_15 > .text_info {
        position: absolute;
        top: 30%;
        left: 50%;
    }

    .product_part2 > .bpm_special_15 > .text_info > h1 {
        margin: 10px 0px -5px;
        font-size: 32px;
    }

    .product_part2 > .bpm_special_15 > .text_info > h2 {
        margin: 10px 0px -5px;
        font-size: 24px;
        letter-spacing: 0px;
    }

    .product_part2 > .bpm_special_15 > .text_info > p {
        margin: 10px 0 -10px;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .product_containt .product_part2 > .bpm_special_16 > .text_info {
        position: absolute;
        top: 60%;
    }

    .product_part2 > .bpm_special_16 > .text_info > h1 {
        margin: 10px 0px -5px;
        font-size: 32px;
    }

    .product_part2 > .bpm_special_16 > .text_info > h2 {
        margin: 10px 0px -5px;
        font-size: 24px;
        letter-spacing: 0px;
    }

    .product_part2 > .bpm_special_16 > .text_info > p {
        margin: 10px 0 -10px;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .product_containt .product_part2 > .bpm_special_17 > .text_info {
        position: absolute;
        top: 35%;
        left: 5%;
    }

    .product_part2 > .bpm_special_17 > .text_info > h1 {
        margin: 10px 0px -5px;
        font-size: 32px;
    }

    .product_part2 > .bpm_special_17 > .text_info > h2 {
        margin: 10px 0px -5px;
        font-size: 24px;
        letter-spacing: -1px;
    }

    .product_part2 > .bpm_special_17 > .text_info > p {
        margin: 10px 0 -10px;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .product_containt .product_part2 > .bpm_special_18 > .text_info {
        position: absolute;
        top: 30%;
        left: 55%;
    }

    .product_part2 > .bpm_special_18 > .text_info > h1 {
        margin: 10px 0px -5px;
        font-size: 32px;
    }

    .product_part2 > .bpm_special_18 > .text_info > h2 {
        margin: 10px 0px -5px;
        font-size: 24px;
        letter-spacing: -1px;
    }

    .product_part2 > .bpm_special_18 > .text_info > p {
        margin: 10px 0 -10px;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .product_containt .product_part2 > .bpm_special_19 > .text_info {
        position: absolute;
        top: 30%;
        left: 50%;
    }

    .product_part2 > .bpm_special_19 > .text_info > h1 {
        margin: 10px 0px -5px;
        font-size: 32px;
    }

    .product_part2 > .bpm_special_19 > .text_info > h2 {
        margin: 10px 0px -5px;
        font-size: 24px;
        letter-spacing: -1px;
    }

    .product_part2 > .bpm_special_19 > .text_info > p {
        margin: 10px 0 -10px;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .product_containt .product_part2 > .bpm_special_20 > .text_info {
        position: absolute;
        top: 35%;
        left: 15%;
    }

    .product_part2 > .bpm_special_20 > .text_info > h1 {
        margin: 10px 0px -5px;
        font-size: 32px;
    }

    .product_part2 > .bpm_special_20 > .text_info > h2 {
        margin: 10px 0px -5px;
        font-size: 24px;
        letter-spacing: -1px;
    }

    .product_part2 > .bpm_special_20 > .text_info > p {
        margin: 10px 0 -10px;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .product_containt .product_part2 > .bpm_special_21 > .text_info {
        position: absolute;
        top: 55%;
        left: 60%;
    }

    .product_part2 > .bpm_special_21 > .text_info > h1 {
        margin: 10px 0px -5px;
        font-size: 32px;
    }

    .product_part2 > .bpm_special_21 > .text_info > h2 {
        margin: 10px 0px -5px;
        font-size: 24px;
        letter-spacing: -1px;
    }

    .product_part2 > .bpm_special_21 > .text_info > p {
        margin: 10px 0 -10px;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .product_containt .product_part2 > .bpm_special_22 > .text_info {
        position: absolute;
        top: 55%;
    }

    .product_part2 > .bpm_special_22 > .text_info > h1 {
        margin: 10px 0px -5px;
        font-size: 32px;
    }

    .product_part2 > .bpm_special_22 > .text_info > h2 {
        margin: 10px 0px -5px;
        font-size: 24px;
        letter-spacing: -1px;
    }

    .product_part2 > .bpm_special_22 > .text_info > p {
        margin: 10px 0 -10px;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .product_containt .product_part2 > .bpm_special_23 > .text_info {
        position: absolute;
        top: 35%;
        left: 55%;
    }

    .product_part2 > .bpm_special_23 > .text_info > h1 {
        margin: 10px 0px -5px;
        font-size: 32px;
    }

    .product_part2 > .bpm_special_23 > .text_info > h2 {
        margin: 10px 0px -5px;
        font-size: 24px;
        letter-spacing: -1px;
    }

    .product_part2 > .bpm_special_23 > .text_info > p {
        margin: 10px 0 -10px;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .product_containt .product_part2 > .bpm_special_24 > .text_info {
        position: absolute;
        top: 65%;
    }

    .product_part2 > .bpm_special_24 > .text_info > h1 {
        margin: 10px 0px -5px;
        font-size: 32px;
    }

    .product_part2 > .bpm_special_24 > .text_info > h2 {
        margin: 10px 0px -5px;
        font-size: 24px;
        letter-spacing: -1px;
    }

    .product_part2 > .bpm_special_24 > .text_info > p {
        margin: 10px 0 -10px;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .product_containt .product_part2 > .bpm_special_25 > .text_info {
        position: absolute;
        top: 25%;
        left: 10%;
    }

    .product_part2 > .bpm_special_25 > .text_info > h1 {
        margin: 10px 0px -5px;
        font-size: 32px;
    }

    .product_part2 > .bpm_special_25 > .text_info > h2 {
        margin: 10px 0px -5px;
        font-size: 24px;
        letter-spacing: -1px;
    }

    .product_part2 > .bpm_special_25 > .text_info > p {
        margin: 10px 0 -10px;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .product_part2 > .gm_special_01 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .gm_special_01 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .gm_special_01 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .gm_special_02 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .gm_special_02 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .gm_special_02 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_containt .product_part2 > .gm_special_03 > .text_info {
        position: absolute;
        top: 58%;
    }

    .product_part2 > .gm_special_03 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .gm_special_03 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .gm_special_03 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .gm_special_03 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_containt .product_part2 > .gm_special_04 > .text_info {
        position: absolute;
        top: 58%;
    }

    .product_part2 > .gm_special_04 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .gm_special_04 > .text_info > h1 {
        font-size: 4.6em;
    }

    .product_part2 > .gm_special_04 > .text_info > h2 {
        font-size: 3.2em;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .gm_special_04 > .text_info > p {
        font-size: 1.72em;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .gm_special_05 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .gm_special_05 > .text_info > h1 {
        font-size: 3.2em;
    }

    .product_part2 > .gm_special_05 > .text_info > h2 {
        font-size: 1.72em;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .gm_special_05 > .text_info > p {
        font-size: 1.72em;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .gm_special_07 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .gm_special_07 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .gm_special_07 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: 0px;
        margin: 10px 0 10px;
    }

    .product_part2 > .gm_special_07 > .text_info > p {
        font-size: 14px;
        letter-spacing: 4px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .gm_special_08 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .gm_special_08 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .gm_special_08 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .gm_special_08 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .gm_special_09 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .gm_special_09 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .gm_special_09 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .gm_special_09 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .gm_special_10 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .gm_special_10 > .text_info > h1 {
        font-size: 4.6em;
    }

    .product_part2 > .gm_special_10 > .text_info > h2 {
        font-size: 3.2em;
        letter-spacing: 3px;
        margin: 10px 0 10px;
    }

    .product_part2 > .gm_special_10 > .text_info > p {
        font-size: 1.72em;
        letter-spacing: 4px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .gm_special_13 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .gm_special_13 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .gm_special_13 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: 3px;
        margin: 10px 0 10px;
    }

    .product_part2 > .gm_special_13 > .text_info > p {
        font-size: 14px;
        letter-spacing: 4px;
        margin: 10px 0 -8px;
    }

    .product_containt .product_part2 > .gm_special_14 > .text_info {
        position: absolute;
        top: 58%;
    }

    .product_part2 > .gm_special_14 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .gm_special_14 > .text_info > h1 {
        font-size: 4.6em;
    }

    .product_part2 > .gm_special_14 > .text_info > h2 {
        font-size: 3.2em;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .gm_special_14 > .text_info > p {
        font-size: 1.72em;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_containt .product_part2 > .gm_special_15 > .text_info {
        position: absolute;
        top: 58%;
    }

    .product_part2 > .gm_special_15 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .gm_special_15 > .text_info > h1 {
        font-size: 4.6em;
    }

    .product_part2 > .gm_special_15 > .text_info > h2 {
        font-size: 3.2em;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .gm_special_15 > .text_info > p {
        font-size: 1.72em;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .hbf_special_01 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .hbf_special_01 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .hbf_special_01 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .hbf_special_01 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .hbf_special_02 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .hbf_special_02 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .hbf_special_02 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .hbf_special_02 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .hbf_special_03 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .hbf_special_03 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .hbf_special_03 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .hbf_special_03 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .hbf_special_04 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .hbf_special_04 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .hbf_special_04 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .hbf_special_04 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .hbf_special_05 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .hbf_special_05 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .hbf_special_05 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .hbf_special_05 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .hbf_special_06 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .hbf_special_06 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .hbf_special_06 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .hbf_special_06 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .hbf_special_07 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .hbf_special_07 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .hbf_special_07 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .hbf_special_07 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .hbf_special_08 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .hbf_special_08 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .hbf_special_08 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .hbf_special_08 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .hbf_special_09 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .hbf_special_09 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .hbf_special_09 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .hbf_special_09 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .hbf_special_10 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .hbf_special_10 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .hbf_special_10 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .hbf_special_10 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .hbf_special_11 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .hbf_special_11 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .hbf_special_11 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .hbf_special_11 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .hbf_special_12 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .hbf_special_12 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .hbf_special_12 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .hbf_special_12 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .hbf_special_13 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .hbf_special_13 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .hbf_special_13 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .hbf_special_13 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .hbf_special_14 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .hbf_special_14 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .hbf_special_14 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .hbf_special_14 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .hbf_special_15 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .hbf_special_15 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .hbf_special_15 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .hbf_special_15 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .hbf_special_16 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .hbf_special_16 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .hbf_special_16 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .hbf_special_16 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_containt .product_part2 > .hbf_special_17 > .text_info {
        position: absolute;
        top: 58%;
    }

    .product_part2 > .hbf_special_17 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .hbf_special_17 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .hbf_special_17 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .hbf_special_17 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .mc_special_01 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .mc_special_01 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .mc_special_01 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mc_special_01 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .mc_special_02 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .mc_special_02 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .mc_special_02 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mc_special_02 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .mc_special_03 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .mc_special_03 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .mc_special_03 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mc_special_03 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .mc_special_04 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .mc_special_04 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .mc_special_04 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mc_special_04 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_containt .product_part2 > .mc_special_05 > .text_info {
        position: absolute;
        top: 52%;
    }

    .product_part2 > .mc_special_05 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .mc_special_05 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .mc_special_05 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mc_special_05 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_containt .product_part2 > .mc_special_06 > .text_info {
        position: absolute;
        top: 52%;
    }

    .product_part2 > .mc_special_06 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .mc_special_06 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .mc_special_06 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mc_special_06 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .mc_special_07 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .mc_special_07 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .mc_special_07 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mc_special_07 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_containt .product_part2 > .mc_special_08 > .text_info {
        position: absolute;
        top: 65%;
    }

    .product_part2 > .mc_special_08 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .mc_special_08 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .mc_special_08 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mc_special_08 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_containt .product_part2 > .mc_special_09 > .text_info {
        position: absolute;
        top: 65%;
    }

    .product_part2 > .mc_special_09 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .mc_special_09 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .mc_special_09 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mc_special_09 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .mc_special_10 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .mc_special_10 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .mc_special_10 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mc_special_10 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .mc_special_11 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .mc_special_11 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .mc_special_11 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mc_special_11 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_containt .product_part2 > .mc_special_12 > .text_info {
        position: absolute;
        top: 65%;
    }

    .product_part2 > .mc_special_12 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .mc_special_12 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .mc_special_12 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mc_special_12 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .mc_special_13 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .mc_special_13 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .mc_special_13 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mc_special_13 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .mc_special_14 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .mc_special_14 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .mc_special_14 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mc_special_14 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .mc_special_15 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .mc_special_15 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .mc_special_15 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mc_special_15 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .mc_special_16 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .mc_special_16 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .mc_special_16 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mc_special_16 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .mc_special_17 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .mc_special_17 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .mc_special_17 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mc_special_17 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_containt .product_part2 > .mc_special_18 > .text_info {
        position: absolute;
        top: 15%;
        left: 10%;
    }

    .product_part2 > .mc_special_18 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .mc_special_18 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .mc_special_18 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mc_special_18 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .mc_special_19 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .mc_special_19 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .mc_special_19 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mc_special_19 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .mc_special_20 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .mc_special_20 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .mc_special_20 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mc_special_20 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .mc_special_21 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .mc_special_21 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .mc_special_21 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mc_special_21 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .mc_special_22 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .mc_special_22 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .mc_special_22 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mc_special_22 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .mc_special_23 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .mc_special_23 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .mc_special_23 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mc_special_23 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .mc_special_24 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .mc_special_24 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .mc_special_24 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mc_special_24 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .mc_special_25 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .mc_special_25 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .mc_special_25 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mc_special_25 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .mc_special_26 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .mc_special_26 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .mc_special_26 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mc_special_26 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .mc_special_28 > .text_info > h1.h1_back {
        background-size: 85px;
    }

    .product_part2 > .mc_special_28 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .mc_special_28 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mc_special_28 > .text_info > p {
        font-size: 14px;
        letter-spacing: 2px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .mn_special_01 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .mn_special_01 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mn_special_01 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_containt .product_part2 > .mn_special_02 > .text_info {
        position: absolute;
        top: 13%;
        left: 60%;
    }

    .product_part2 > .mn_special_02 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .mn_special_02 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mn_special_02 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_containt .product_part2 > .mn_special_03 > .text_info {
        position: absolute;
        top: 18%;
    }

    .product_part2 > .mn_special_03 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .mn_special_03 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mn_special_03 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .mn_special_04 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .mn_special_04 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mn_special_04 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .mn_special_05 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .mn_special_05 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mn_special_05 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .mn_special_06 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .mn_special_06 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mn_special_06 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .mn_special_07 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .mn_special_07 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mn_special_07 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .mn_special_08 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .mn_special_08 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mn_special_08 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .mn_special_09 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .mn_special_09 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mn_special_09 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .mn_special_10 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .mn_special_10 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mn_special_10 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .mn_special_11 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .mn_special_11 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mn_special_11 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .mn_special_12 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .mn_special_12 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mn_special_12 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .mn_special_13 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .mn_special_13 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mn_special_13 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .mn_special_14 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .mn_special_14 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mn_special_14 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .mn_special_15 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .mn_special_15 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mn_special_15 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .mn_special_16 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .mn_special_16 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mn_special_16 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .mn_special_17 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .mn_special_17 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mn_special_17 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
        text-align: left;
    }

    .product_part2 > .mn_special_18 > .text_info > h1 {
        font-size: 32px;
        letter-spacing: -1px;
    }

    .product_part2 > .mn_special_18 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mn_special_18 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .mn_special_19 > .text_info > h1 {
        font-size: 32px;
        letter-spacing: -1px;
    }

    .product_part2 > .mn_special_19 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mn_special_19 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .mn_special_20 > .text_info > h1 {
        font-size: 32px;
        letter-spacing: -1px;
    }

    .product_part2 > .mn_special_20 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mn_special_20 > .text_info > p {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .mn_special_21 > .text_info > h1 {
        font-size: 32px;
        letter-spacing: -1px;
    }

    .product_part2 > .mn_special_21 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -2px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mn_special_21 > .text_info > p {
        font-size: 14px;
        letter-spacing: 2px;
        margin: 10px 0 -8px;
    }

    .product_containt .product_part2 > .mn_special_23 > .text_info {
        position: absolute;
        top: 25%;
    }

    .product_part2 > .mn_special_23 > .text_info > h1 {
        font-size: 32px;
        letter-spacing: -1px;
    }

    .product_part2 > .mn_special_23 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -2px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mn_special_23 > .text_info > p {
        font-size: 14px;
        letter-spacing: 2px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .mn_special_24 > .text_info > h1 {
        font-size: 32px;
        letter-spacing: -1px;
    }

    .product_part2 > .mn_special_24 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -2px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mn_special_24 > .text_info > p {
        font-size: 14px;
        letter-spacing: 2px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .mn_special_26 > .text_info > h1 {
        font-size: 32px;
        letter-spacing: -1px;
    }

    .product_part2 > .mn_special_26 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -2px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mn_special_26 > .text_info > p {
        font-size: 14px;
        letter-spacing: 2px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .mn_special_28 > .text_info > h1 {
        font-size: 32px;
        letter-spacing: -1px;
    }

    .product_part2 > .mn_special_28 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -2px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mn_special_28 > .text_info > p {
        font-size: 14px;
        letter-spacing: 2px;
        margin: 10px 0 -8px;
    }

    .product_containt .product_part2 > .mn_special_29 > .text_info {
        position: absolute;
        top: 25%;
    }

    .product_part2 > .mn_special_29 > .text_info > h1 {
        font-size: 32px;
        letter-spacing: -1px;
    }

    .product_part2 > .mn_special_29 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -2px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mn_special_29 > .text_info > p {
        font-size: 14px;
        letter-spacing: 2px;
        margin: 10px 0 -8px;
    }

    .product_containt .product_part2 > .mn_special_31 > .text_info {
        position: absolute;
        top: 25%;
    }

    .product_part2 > .mn_special_31 > .text_info > h1 {
        font-size: 32px;
        letter-spacing: -1px;
    }

    .product_part2 > .mn_special_31 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -2px;
        margin: 10px 0 10px;
    }

    .product_part2 > .mn_special_31 > .text_info > p {
        font-size: 14px;
        letter-spacing: 2px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .og_special_01 > .text_info > h1 {
        font-size: 32px;
    }

    .product_part2 > .og_special_01 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .product_part2 > .og_special_01 > .text_info > p {
        font-size: 14px;
        letter-spacing: 2px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .og_special_02 > .text_info > h1 {
        font-size: 32px;
        letter-spacing: -1px;
    }

    .product_part2 > .og_special_02 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -2px;
        margin: 10px 0 10px;
    }

    .product_part2 > .og_special_02 > .text_info > p {
        font-size: 14px;
        letter-spacing: 2px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .og_special_05 > .text_info > h1 {
        font-size: 32px;
        letter-spacing: -1px;
    }

    .product_part2 > .og_special_05 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -2px;
        margin: 10px 0 10px;
    }

    .product_part2 > .og_special_05 > .text_info > p {
        font-size: 14px;
        letter-spacing: 2px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .og_special_06 > .text_info > h1 {
        font-size: 32px;
        letter-spacing: -1px;
    }

    .product_part2 > .og_special_06 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -2px;
        margin: 10px 0 10px;
    }

    .product_part2 > .og_special_06 > .text_info > p {
        font-size: 14px;
        letter-spacing: 2px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .og_special_07 > .text_info > h1 {
        font-size: 32px;
        letter-spacing: -1px;
    }

    .product_part2 > .og_special_07 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -2px;
        margin: 10px 0 10px;
    }

    .product_part2 > .og_special_07 > .text_info > p {
        font-size: 14px;
        letter-spacing: 2px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .og_special_12 > .text_info > h1 {
        font-size: 32px;
        letter-spacing: -1px;
    }

    .product_part2 > .og_special_12 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -2px;
        margin: 10px 0 10px;
    }

    .product_part2 > .og_special_12 > .text_info > p {
        font-size: 14px;
        letter-spacing: 2px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .og_special_15 > .text_info > h1 {
        font-size: 32px;
        letter-spacing: -1px;
    }

    .product_part2 > .og_special_15 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -2px;
        margin: 10px 0 10px;
    }

    .product_part2 > .og_special_15 > .text_info > p {
        font-size: 14px;
        letter-spacing: 2px;
        margin: 10px 0 -8px;
    }

    .product_part2 > .og_special_16 > .text_info > h1 {
        font-size: 32px;
        letter-spacing: -1px;
    }

    .product_part2 > .og_special_16 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -2px;
        margin: 10px 0 10px;
    }

    .product_part2 > .og_special_16 > .text_info > p {
        font-size: 14px;
        letter-spacing: 2px;
        margin: 10px 0 -8px;
        word-break: break-word;
    }

    .product_part2 > .og_special_19 > .text_info > h1 {
        font-size: 32px;
        letter-spacing: -1px;
    }

    .product_part2 > .og_special_19 > .text_info > h2 {
        font-size: 24px;
        letter-spacing: -2px;
        margin: 10px 0 10px;
    }

    .product_part2 > .og_special_19 > .text_info > p {
        font-size: 14px;
        letter-spacing: 2px;
        margin: 10px 0 -8px;
    }
}

.product_new_back {
    max-width: 1100px;
    display: block;
    margin: auto;
    padding: 43px 0;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.product_new_back > .mn_special_37_png_1 {
    position: relative;
    width: 45.45455%;
    margin: auto;
}

.product_new_back .text_info {
    margin: 40px auto;
}

.product_new_back .text_info > h1 {
    color: #4F7BDA;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 28px;
}

p {
    font-size: 16px;
    letter-spacing: 1px;
}

p {
    margin: 0;
}

.product_containt .product_part2 > .kj_special_01 > .text_info {
    position: absolute;
    top: 36%;
    left: 50%;
    text-align: left;
    letter-spacing: 1px;
    width: 26%;
}

.product_part2 > .kj_special_01 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    margin: 10px 0px;
    letter-spacing: 5px;
    color: #683C11;
    text-align: left;
}

.product_part2 > .kj_special_01 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
    letter-spacing: 3px;
    color: #706F6F;
    text-align: left;
}

.product_part2 > .kj_special_01 > .text_info > p {
    font-size: 1.4em;
    margin: 0px 0px;
    text-align: left;
}

.kj_special_01_png {
    position: absolute;
    top: 26%;
    left: 23.4%;
    width: 25%;
}

.product_containt .product_part2 > .kj_special_02 > .text_info {
    position: absolute;
    top: 67%;
    left: 37.7%;
    text-align: left;
    letter-spacing: 1px;
    width: 26%;
}

.product_part2 > .kj_special_02 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    margin: 10px 0px;
    letter-spacing: 5px;
    color: #683C11;
    text-align: center;
}

.product_part2 > .kj_special_02 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
    letter-spacing: 3px;
    color: #706F6F;
    text-align: center;
}

.product_part2 > .kj_special_02 > .text_info > p {
    font-size: 1.4em;
    margin: 0px 0px;
    text-align: center;
}

.kj_special_02_png {
    position: absolute;
    top: 15%;
    left: 32.7%;
    width: 36%;
}

.product_containt .product_part2 > .kj_special_03 > .text_info {
    position: absolute;
    top: 36%;
    left: 56%;
    text-align: left;
    letter-spacing: 1px;
    width: 26%;
}

.product_part2 > .kj_special_03 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    margin: 10px 0px;
    letter-spacing: 5px;
    color: #683C11;
    text-align: left;
}

.product_part2 > .kj_special_03 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
    letter-spacing: 3px;
    color: #706F6F;
    text-align: left;
}

.product_part2 > .kj_special_03 > .text_info > p {
    font-size: 1.4em;
    margin: 1px 0px;
    text-align: left;
    word-break: break-word;
}

.kj_special_03_png {
    position: absolute;
    top: 26%;
    left: 13.4%;
    width: 38%;
}

.product_containt .product_part2 > .kj_special_04 > .text_info {
    position: absolute;
    top: 38%;
    left: 63%;
    text-align: left;
    letter-spacing: 1px;
    width: 26%;
}

.product_part2 > .kj_special_04 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    margin: 10px 0px;
    letter-spacing: 5px;
    color: #683C11;
    text-align: left;
}

.product_part2 > .kj_special_04 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
    letter-spacing: 3px;
    color: #706F6F;
    text-align: left;
}

.product_part2 > .kj_special_04 > .text_info > p {
    font-size: 1.4em;
    margin: 1px 0px;
    text-align: left;
    word-break: break-word;
}

.kj_special_04_png {
    position: absolute;
    top: 17%;
    left: 10.4%;
    width: 59.6%;
}

.product_containt .product_part2 > .kj_special_05 > .text_info {
    position: absolute;
    top: 60%;
    left: 32.7%;
    text-align: left;
    letter-spacing: 1px;
    width: 35%;
}

.product_part2 > .kj_special_05 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    margin: 10px 0px;
    letter-spacing: 5px;
    color: #683C11;
    text-align: center;
}

.product_part2 > .kj_special_05 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px;
    letter-spacing: 3px;
    color: #706F6F;
    text-align: center;
}

.product_part2 > .kj_special_05 > .text_info > p {
    font-size: 1.4em;
    text-align: center;
}

.kj_special_05_png {
    position: absolute;
    top: 13%;
    left: 19.5%;
    width: 61%;
}

.product_containt .product_part2 > .kj_special_06 > .text_info {
    position: absolute;
    top: 53%;
    left: 57.7%;
    text-align: left;
    letter-spacing: 1px;
    width: 26%;
}

.product_part2 > .kj_special_06 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    margin: 10px 0px;
    letter-spacing: 5px;
    color: #683C11;
    text-align: left;
}

.product_part2 > .kj_special_06 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
    letter-spacing: 3px;
    color: #706F6F;
    text-align: left;
}

.product_part2 > .kj_special_06 > .text_info > p {
    font-size: 1.4em;
    text-align: left;
}

.kj_special_06_png {
    position: absolute;
    top: 21%;
    left: -5.5%;
    width: 80%;
}

.product_containt .product_part2 > .kj_special_07 > .text_info {
    position: absolute;
    top: 45%;
    left: 57.7%;
    text-align: left;
    letter-spacing: 1px;
    width: 26%;
}

.product_part2 > .kj_special_07 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    margin: 10px 0px;
    letter-spacing: 5px;
    color: #683C11;
    text-align: left;
}

.product_part2 > .kj_special_07 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
    letter-spacing: 3px;
    color: #706F6F;
    text-align: left;
}

.product_part2 > .kj_special_07 > .text_info > p {
    font-size: 1.4em;
    text-align: left;
}

.kj_special_07_png {
    position: absolute;
    top: 12%;
    left: -2.5%;
    width: 60.6%;
}

.product_containt .product_part2 > .kj_special_08 > .text_info {
    position: absolute;
    top: 57%;
    left: 57.7%;
    text-align: left;
    letter-spacing: 1px;
    width: 26%;
}

.product_part2 > .kj_special_08 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    margin: 10px 0px;
    letter-spacing: 5px;
    color: #683C11;
    text-align: left;
}

.product_part2 > .kj_special_08 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
    letter-spacing: 3px;
    color: #706F6F;
    text-align: left;
}

.product_part2 > .kj_special_08 > .text_info > p {
    font-size: 1.4em;
    text-align: left;
}

.kj_special_08_png {
    position: absolute;
    top: 23%;
    left: 28.5%;
    width: 30%;
}

.product_containt .product_part2 > .kj_special_09 > .text_info {
    position: absolute;
    top: 70%;
    left: 36.1%;
    text-align: left;
    letter-spacing: 1px;
    width: 26%;
}

.product_part2 > .kj_special_09 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    margin: 10px 0px;
    letter-spacing: 5px;
    color: #683C11;
    text-align: center;
}

.product_part2 > .kj_special_09 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px;
    letter-spacing: 3px;
    color: #706F6F;
    text-align: center;
}

.product_part2 > .kj_special_09 > .text_info > p {
    font-size: 1.4em;
    text-align: center;
}

.kj_special_09_png {
    position: absolute;
    top: 11%;
    left: 22.5%;
    width: 54.3%;
}

.product_containt .product_part2 > .kj_special_10 > .text_info {
    position: absolute;
    top: 45%;
    left: 65.1%;
    text-align: left;
    letter-spacing: 1px;
    width: 26%;
}

.product_part2 > .kj_special_10 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    margin: 10px 0px;
    letter-spacing: 5px;
    color: #683C11;
    text-align: left;
}

.product_part2 > .kj_special_10 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
    letter-spacing: 3px;
    color: #706F6F;
    text-align: left;
}

.product_part2 > .kj_special_10 > .text_info > p {
    font-size: 1.4em;
    text-align: left;
}

.kj_special_10_png {
    position: absolute;
    top: 8%;
    left: 17.5%;
    width: 54.3%;
}

.product_containt .product_part2 > .kj_special_11 > .text_info {
    position: absolute;
    top: 35%;
    left: 65.1%;
    text-align: left;
    letter-spacing: 1px;
    width: 26%;
}

.product_part2 > .kj_special_11 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    margin: 10px 0px;
    letter-spacing: 5px;
    color: #683C11;
    text-align: left;
}

.product_part2 > .kj_special_11 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
    letter-spacing: 3px;
    color: #706F6F;
    text-align: left;
}

.product_part2 > .kj_special_11 > .text_info > p {
    font-size: 1.4em;
    text-align: left;
}

.kj_special_11_png {
    position: absolute;
    top: 18%;
    left: 23.5%;
    width: 39%;
}

.product_containt .product_part2 > .kj_special_12 > .text_info {
    position: absolute;
    top: 23%;
    left: 13.1%;
    text-align: left;
    letter-spacing: 1px;
    width: 26%;
}

.product_part2 > .kj_special_12 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    margin: 10px 0px;
    letter-spacing: 5px;
    color: #683C11;
    text-align: left;
}

.product_part2 > .kj_special_12 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
    letter-spacing: 3px;
    color: #706F6F;
    text-align: left;
}

.product_part2 > .kj_special_12 > .text_info > p {
    font-size: 1.4em;
    text-align: left;
}

.kj_special_12_png {
    position: absolute;
    left: 22.5%;
    bottom: -5%;
    width: 69.5%;
}

.product_containt .product_part2 > .kj_special_13 > .text_info {
    position: absolute;
    top: 13%;
    left: 37.1%;
    text-align: left;
    letter-spacing: 1px;
    width: 26%;
}

.product_part2 > .kj_special_13 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    margin: 10px 0px;
    letter-spacing: 5px;
    color: #683C11;
    text-align: center;
}

.product_part2 > .kj_special_13 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
    letter-spacing: 3px;
    color: #706F6F;
    text-align: center;
}

.product_part2 > .kj_special_13 > .text_info > p {
    font-size: 1.4em;
    text-align: center;
}

.kj_special_13_png {
    position: absolute;
    top: 25%;
    left: 17%;
    width: 69.5%;
}

.kj_special_14_png {
    position: absolute;
    top: 10%;
    left: 17%;
    width: 69.5%;
}

.kj_special_15_png {
    position: absolute;
    top: 10%;
    left: 17%;
    width: 69.5%;
}

.product_containt .product_part2 > .kj_special_16 > .text_info {
    position: absolute;
    top: 40%;
    left: 60.1%;
    text-align: left;
    letter-spacing: 1px;
    width: 26%;
}

.product_part2 > .kj_special_16 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    margin: 10px 0px;
    letter-spacing: 5px;
    color: #683C11;
    text-align: left;
}

.product_part2 > .kj_special_16 > .text_info > p {
    font-size: 1.4em;
    text-align: left;
}

.kj_special_16_png {
    position: absolute;
    top: 27%;
    left: 17.5%;
    width: 54.3%;
}

.product_containt .product_part2 > .kj_special_17 > .text_info {
    position: absolute;
    top: 45%;
    left: 60.1%;
    text-align: left;
    letter-spacing: 1px;
    width: 26%;
}

.product_part2 > .kj_special_17 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    margin: 10px 0px;
    letter-spacing: 5px;
    color: #683C11;
    text-align: left;
}

.product_part2 > .kj_special_17 > .text_info > p {
    font-size: 1.4em;
    text-align: left;
}

.kj_special_17_png {
    position: absolute;
    top: 27%;
    left: 10.5%;
    width: 54.3%;
}

.product_containt .product_part2 > .kj_special_18 > .text_info {
    position: absolute;
    top: 23%;
    left: 27.1%;
    text-align: center;
    letter-spacing: 1px;
    width: 46%;
}

.product_part2 > .kj_special_18 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    margin: 10px 0px;
    letter-spacing: 5px;
    color: #683C11;
    text-align: center;
}

.product_part2 > .kj_special_18 > .text_info > p {
    font-size: 1.4em;
    text-align: center;
}

.kj_special_18_png {
    position: absolute;
    top: 40%;
    left: 22.5%;
    width: 54.3%;
}

.product_containt .product_part2 > .kj_special_19 > .text_info {
    position: absolute;
    top: 40%;
    left: 53.1%;
    text-align: left;
    letter-spacing: 1px;
    width: 46%;
}

.product_part2 > .kj_special_19 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    margin: 10px 0px;
    letter-spacing: 5px;
    color: #683C11;
    text-align: left;
}

.product_part2 > .kj_special_19 > .text_info > p {
    font-size: 1.4em;
    text-align: left;
}

.kj_special_19_png {
    position: absolute;
    top: 25%;
    left: 8.5%;
    width: 54.3%;
}

.product_containt .product_part2 > .kj_special_20 > .text_info {
    position: absolute;
    top: 37%;
    left: 55.1%;
    text-align: left;
    letter-spacing: 1px;
    width: 26%;
}

.product_part2 > .kj_special_20 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    margin: 10px 0px;
    letter-spacing: 5px;
    color: #683C11;
    text-align: left;
}

.product_part2 > .kj_special_20 > .text_info > p {
    font-size: 1.4em;
    text-align: left;
}

.kj_special_20_png {
    position: absolute;
    top: 27%;
    left: 8.5%;
    width: 54.3%;
}

.product_containt .product_part2 > .kj_special_21 > .text_info {
    position: absolute;
    top: 45%;
    left: 53.1%;
    text-align: left;
    letter-spacing: 1px;
    width: 36%;
}

.product_part2 > .kj_special_21 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    white-space: nowrap;
    letter-spacing: 5px;
    color: #683C11;
    text-align: left;
}

.product_part2 > .kj_special_21 > .text_info > p {
    font-size: 1.4em;
    text-align: left;
}

.kj_special_21_png {
    position: absolute;
    top: 20%;
    left: 10.5%;
    width: 54.3%;
}

.product_containt .product_part2 > .kj_special_22 > .text_info {
    position: absolute;
    top: 23%;
    left: 27.1%;
    text-align: center;
    letter-spacing: 1px;
    width: 46%;
}

.product_part2 > .kj_special_22 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    margin: 10px 0px;
    letter-spacing: 5px;
    color: #683C11;
    text-align: center;
}

.product_part2 > .kj_special_22 > .text_info > p {
    font-size: 1.4em;
    text-align: center;
}

.kj_special_22_png {
    position: absolute;
    top: 40%;
    left: 22.5%;
    width: 54.3%;
}

.product_containt .product_part2 > .kj_special_23 > .text_info {
    position: absolute;
    top: 30%;
    left: 52.1%;
    text-align: left;
    letter-spacing: 1px;
    width: 26%;
}

.product_part2 > .kj_special_23 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    letter-spacing: 5px;
    white-space: nowrap;
    color: #683C11;
    text-align: left;
}

.product_part2 > .kj_special_23 > .text_info > p {
    font-size: 1.4em;
    text-align: left;
}

.kj_special_23_png {
    position: absolute;
    top: 27%;
    left: 7.5%;
    width: 54.3%;
}

.product_containt .product_part2 > .kj_special_24 > .text_info {
    position: absolute;
    top: 40%;
    left: 62.1%;
    text-align: left;
    letter-spacing: 1px;
    width: 26%;
}

.product_part2 > .kj_special_24 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    letter-spacing: 5px;
    white-space: nowrap;
    color: #683C11;
    text-align: left;
}

.product_part2 > .kj_special_24 > .text_info > p {
    font-size: 1.4em;
    text-align: left;
}

.kj_special_24_png {
    position: absolute;
    top: 27%;
    left: 10.5%;
    width: 54.3%;
}

.product_containt .product_part2 > .kj_special_25 > .text_info {
    position: absolute;
    top: 23%;
    left: 27.1%;
    text-align: center;
    letter-spacing: 1px;
    width: 46%;
}

.product_part2 > .kj_special_25 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    margin: 10px 0px;
    letter-spacing: 5px;
    color: #683C11;
    text-align: center;
}

.product_part2 > .kj_special_25 > .text_info > p {
    font-size: 1.4em;
    text-align: center;
}

.kj_special_25_png {
    position: absolute;
    top: 40%;
    left: 22.5%;
    width: 54.3%;
}

.product_containt .product_part2 > .kj_special_26 > .text_info {
    position: absolute;
    top: 23%;
    left: 20%;
    text-align: left;
    letter-spacing: 1px;
    width: 46%;
}

.product_part2 > .kj_special_26 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    margin: 10px 0px;
    letter-spacing: 5px;
    color: #683C11;
    text-align: left;
}

.kj_special_26_png {
    position: absolute;
    top: 40%;
    right: 20%;
    width: 54.3%;
}

.product_containt .product_part2 > .kj_special_27 > .text_info {
    position: absolute;
    top: 30%;
    left: 60.1%;
    text-align: left;
    letter-spacing: 1px;
    width: 26%;
}

.product_part2 > .kj_special_27 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    letter-spacing: 5px;
    white-space: nowrap;
    color: #683C11;
    text-align: left;
}

.product_part2 > .kj_special_27 > .text_info > p {
    font-size: 1.4em;
    text-align: left;
}

.kj_special_27_png {
    position: absolute;
    top: 25%;
    left: 7.5%;
    width: 54.3%;
}

.product_containt .product_part2 > .kj_special_28 > .text_info {
    position: absolute;
    top: 43%;
    left: 65.1%;
    text-align: left;
    letter-spacing: 1px;
    width: 26%;
}

.product_part2 > .kj_special_28 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    letter-spacing: 5px;
    white-space: nowrap;
    color: #683C11;
    text-align: left;
}

.product_part2 > .kj_special_28 > .text_info > p {
    font-size: 1.4em;
    text-align: left;
}

.kj_special_28_png {
    position: absolute;
    top: 25%;
    left: 7.5%;
    width: 54.3%;
}

.product_containt .product_part2 > .kj_special_29 > .text_info {
    position: absolute;
    top: 53%;
    left: 57.1%;
    text-align: left;
    letter-spacing: 1px;
    width: 26%;
}

.product_part2 > .kj_special_29 > .text_info > h1 {
    font-size: 3.1em;
    margin: 10px 0px;
    letter-spacing: 5px;
    white-space: nowrap;
    color: #683C11;
    text-align: left;
}

.product_part2 > .kj_special_29 > .text_info > p {
    font-size: 1.4em;
    text-align: left;
}

.kj_special_29_png {
    position: absolute;
    top: 25%;
    left: 15.5%;
    width: 54.3%;
}

/*# sourceMappingURL=product_webstyle.css.map */

.product_containt .product_part2 > .jbq_special_01 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .jbq_special_01 > .text_info {
    position: absolute;
    top: 35%;
    left: 17.1%;
    text-align: left;
    letter-spacing: 1px;
    width: 27%;
}

.product_containt .product_part2 > .jbq_special_01 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    color: #50465E;
    font-weight: 600;
}

.product_containt .product_part2 > .jbq_special_01 > .text_info > h2 {
    font-size: 1.8em;
    font-weight: 400;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .jbq_special_01 > .text_info > p {
    font-size: 1.4em;
}

.jbq_special_01_png {
    position: absolute;
    top: 15%;
    left: 44%;
    width: 40%;
}

.product_containt .product_part2 > .jbq_special_02 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .jbq_special_02 > .text_info {
    position: absolute;
    top: 13%;
    left: 57.1%;
    text-align: left;
    letter-spacing: 1px;
    width: 27%;
}

.product_containt .product_part2 > .jbq_special_02 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    color: #50465E;
    font-weight: 600;
}

.product_containt .product_part2 > .jbq_special_02 > .text_info > h2 {
    font-size: 1.8em;
    font-weight: 400;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .jbq_special_02 > .text_info > p {
    font-size: 1.4em;
}

.jbq_special_02_png {
    position: absolute;
    top: 35%;
    left: 14%;
    width: 60%;
}

.product_containt .product_part2 > .jbq_special_03 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .jbq_special_03 > .text_info {
    position: absolute;
    top: 50%;
    left: 62.1%;
    text-align: left;
    letter-spacing: 1px;
    width: 25%;
}

.product_containt .product_part2 > .jbq_special_03 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    color: #50465E;
    font-weight: 600;
}

.product_containt .product_part2 > .jbq_special_03 > .text_info > h2 {
    font-size: 1.8em;
    font-weight: 400;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .jbq_special_03 > .text_info > p {
    font-size: 1.4em;
}

.jbq_special_03_png {
    position: absolute;
    top: 13%;
    left: 20%;
    width: 40%;
}

.product_containt .product_part2 > .amq_special_01 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .amq_special_01 > .text_info {
    position: absolute;
    top: 32%;
    left: 55.1%;
    text-align: left;
    letter-spacing: 1px;
    width: 30%;
}

.product_containt .product_part2 > .amq_special_01 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    color: #90AF2A;
    font-weight: 600;
    letter-spacing: 7px;
}

.product_containt .product_part2 > .amq_special_01 > .text_info > h2 {
    font-size: 1.8em;
    font-weight: 400;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .amq_special_01 > .text_info > p {
    font-size: 1.4em;
    white-space: nowrap;
}

.amq_special_01_png {
    position: absolute;
    top: 18%;
    left: 13%;
    width: 50%;
}

.product_containt .product_part2 > .amq_special_02 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .amq_special_02 > .text_info {
    position: absolute;
    top: 17%;
    left: 60.1%;
    text-align: left;
    letter-spacing: 1px;
    width: 27%;
}

.product_containt .product_part2 > .amq_special_02 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    color: #90AF2A;
    font-weight: 600;
    letter-spacing: 7px;
}

.product_containt .product_part2 > .amq_special_02 > .text_info > h2 {
    font-size: 1.8em;
    font-weight: 400;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .amq_special_02 > .text_info > p {
    font-size: 1.4em;
}

.amq_special_02_png {
    position: absolute;
    top: 35%;
    left: 20%;
    width: 50%;
}

.product_containt .product_part2 > .amq_special_03 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .amq_special_03 > .text_info {
    position: absolute;
    top: 43%;
    left: 15%;
    text-align: left;
    letter-spacing: 1px;
    width: 30%;
}

.product_containt .product_part2 > .amq_special_03 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    color: #90AF2A;
    font-weight: 600;
    letter-spacing: 7px;
}

.product_containt .product_part2 > .amq_special_03 > .text_info > h2 {
    font-size: 1.8em;
    font-weight: 400;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .amq_special_03 > .text_info > p {
    font-size: 1.4em;
    white-space: nowrap;
}

.amq_special_03_png {
    position: absolute;
    top: 20%;
    left: 45%;
    width: 40%;
}

.product_containt .product_part2 > .amq_special_04 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .amq_special_04 > .text_info {
    position: absolute;
    top: 33%;
    left: 50.1%;
    text-align: left;
    letter-spacing: 1px;
    width: 42%;
}

.product_containt .product_part2 > .amq_special_04 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    color: #90AF2A;
    font-weight: 600;
    letter-spacing: 7px;
}

.product_containt .product_part2 > .amq_special_04 > .text_info > h2 {
    font-size: 1.8em;
    font-weight: 400;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .amq_special_04 > .text_info > h3 {
    font-size: 1.2em;
    font-weight: 600;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .amq_special_04 > .text_info > p {
    font-size: 1.2em;
    white-space: normal;
}

.amq_special_04_png {
    position: absolute;
    top: 22%;
    left: 10%;
    width: 40%;
}

.product_containt .product_part2 > .amq_special_05 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .amq_special_05 > .text_info {
    position: absolute;
    top: 40%;
    left: 50%;
    text-align: left;
    letter-spacing: 1px;
    width: 25%;
}

.product_containt .product_part2 > .amq_special_05 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    color: #90AF2A;
    font-weight: 600;
    letter-spacing: 7px;
}

.product_containt .product_part2 > .amq_special_05 > .text_info > h2 {
    font-size: 1.8em;
    font-weight: 400;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .amq_special_05 > .text_info > p {
    font-size: 1.4em;
    white-space: nowrap;
}

.amq_special_05_png {
    position: absolute;
    top: 25%;
    left: 10%;
    width: 40%;
}

.product_containt .product_part2 > .amq_special_06 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .amq_special_06 > .text_info {
    position: absolute;
    top: 35%;
    left: 55.1%;
    text-align: left;
    letter-spacing: 1px;
    width: 27%;
}

.product_containt .product_part2 > .amq_special_06 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    color: #90AF2A;
    font-weight: 600;
    letter-spacing: 7px;
}

.product_containt .product_part2 > .amq_special_06 > .text_info > h2 {
    font-size: 1.8em;
    font-weight: 400;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .amq_special_06 > .text_info > p {
    font-size: 1.4em;
}

.amq_special_06_png {
    position: absolute;
    top: 5%;
    left: 22%;
    width: 30%;
}

.product_containt .product_part2 > .amq_special_07 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .amq_special_07 > .text_info {
    position: absolute;
    bottom: 10%;
    left: 15%;
    text-align: left;
    letter-spacing: 1px;
    width: 30%;
}

.product_containt .product_part2 > .amq_special_07 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    color: #90AF2A;
    font-weight: 600;
    letter-spacing: 7px;
}

.product_containt .product_part2 > .amq_special_07 > .text_info > h2 {
    font-size: 1.8em;
    font-weight: 400;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .amq_special_07 > .text_info > p {
    white-space: nowrap;
    font-size: 1.4em;
}

.amq_special_07_png {
    position: absolute;
    top: 5%;
    left: 0%;
    width: 100%;
}

.product_containt .product_part2 > .amq_special_08 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .amq_special_08 > .text_info {
    position: absolute;
    top: 40%;
    left: -20%;
    text-align: center;
    letter-spacing: 1px;
    width: 100%;
}

.product_containt .product_part2 > .amq_special_08 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    font-weight: 600;
    letter-spacing: 7px;
    color: #90AF2A;
}

.product_containt .product_part2 > .amq_special_08 > .text_info > h2 {
    font-size: 1.8em;
    font-weight: 400;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .amq_special_08 > .text_info > p {
    white-space: nowrap;
    font-size: 1.4em;
}

.amq_special_08_png {
    position: absolute;
    top: 0%;
    left: 10%;
    width: 100%;
}

.product_containt .product_part2 > .amq_special_09 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .amq_special_09 > .text_info {
    position: absolute;
    top: 40%;
    left: 20%;
    text-align: center;
    letter-spacing: 1px;
    width: 100%;
}

.product_containt .product_part2 > .amq_special_09 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    font-weight: 600;
    letter-spacing: 7px;
    color: #90AF2A;
}

.product_containt .product_part2 > .amq_special_09 > .text_info > h2 {
    font-size: 1.8em;
    font-weight: 400;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .amq_special_09 > .text_info > p {
    white-space: nowrap;
    font-size: 1.4em;
}

.amq_special_09_png {
    position: absolute;
    top: -5%;
    left: 10%;
    width: 60%;
}

.product_containt .product_part2 > .amq_special_10 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .amq_special_10 > .text_info {
    position: absolute;
    top: 65%;
    left: 0%;
    text-align: center;
    letter-spacing: 1px;
    width: 100%;
}

.product_containt .product_part2 > .amq_special_10 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    font-weight: 600;
    letter-spacing: 7px;
    color: #90AF2A;
}

.product_containt .product_part2 > .amq_special_10 > .text_info > h2 {
    font-size: 1.8em;
    font-weight: 400;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .amq_special_10 > .text_info > p {
    white-space: nowrap;
    font-size: 1.4em;
}

.amq_special_10_png {
    position: absolute;
    top: -15%;
    left: 15%;
    width: 80%;
}

.product_containt .product_part2 > .amq_special_11 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .amq_special_11 > .text_info {
    position: absolute;
    top: 33%;
    left: 50.1%;
    text-align: left;
    letter-spacing: 1px;
    width: 42%;
}

.product_containt .product_part2 > .amq_special_11 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    color: #90AF2A;
    font-weight: 600;
    letter-spacing: 7px;
}

.product_containt .product_part2 > .amq_special_11 > .text_info > h2 {
    font-size: 1.8em;
    font-weight: 400;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .amq_special_11 > .text_info > h3 {
    font-size: 1.2em;
    font-weight: 600;
    margin: 20px 0px 20px;
    white-space: nowrap;
}

.product_containt .product_part2 > .amq_special_11 > .text_info > p {
    font-size: 1.2em;
    white-space: nowrap;
}

.amq_special_11_png {
    position: absolute;
    top: 20%;
    left: 10%;
    width: 45%;
}

.product_containt .product_part2 > .amq_special_12 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .amq_special_12 > .text_info {
    position: absolute;
    top: 35%;
    left: 55.1%;
    text-align: left;
    letter-spacing: 1px;
    width: 27%;
}

.product_containt .product_part2 > .amq_special_12 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    color: #90AF2A;
    font-weight: 600;
    letter-spacing: 7px;
}

.product_containt .product_part2 > .amq_special_12 > .text_info > h2 {
    font-size: 1.8em;
    font-weight: 400;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .amq_special_12 > .text_info > p {
    font-size: 1.4em;
    white-space: nowrap;
}

.amq_special_12_png {
    position: absolute;
    top: 18%;
    left: 22%;
    width: 30%;
}

.product_containt .product_part2 > .amq_special_13 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .amq_special_13 > .text_info {
    position: absolute;
    top: 35%;
    left: 55.1%;
    text-align: left;
    letter-spacing: 1px;
    width: 27%;
}

.product_containt .product_part2 > .amq_special_13 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    color: #90AF2A;
    font-weight: 600;
    letter-spacing: 7px;
}

.product_containt .product_part2 > .amq_special_13 > .text_info > h2 {
    font-size: 1.8em;
    font-weight: 400;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .amq_special_13 > .text_info > p {
    font-size: 1.4em;
    white-space: nowrap;
}

.amq_special_13_png {
    position: absolute;
    top: 13%;
    left: 22%;
    width: 30%;
}

.product_containt .product_part2 > .amq_special_14 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .amq_special_14 > .text_info {
    position: absolute;
    top: 35%;
    left: 55.1%;
    text-align: left;
    letter-spacing: 1px;
    width: 27%;
}

.product_containt .product_part2 > .amq_special_14 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    color: #90AF2A;
    font-weight: 600;
    letter-spacing: 7px;
}

.product_containt .product_part2 > .amq_special_14 > .text_info > h2 {
    font-size: 1.8em;
    font-weight: 400;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .amq_special_14 > .text_info > p {
    font-size: 1.4em;
    white-space: nowrap;
}

.amq_special_14_png {
    position: absolute;
    top: 15%;
    left: 22%;
    width: 30%;
}

.product_containt .product_part2 > .amq_special_15 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .amq_special_15 > .text_info {
    position: absolute;
    top: 35%;
    left: 47%;
    text-align: left;
    letter-spacing: 1px;
    width: 27%;
}

.product_containt .product_part2 > .amq_special_15 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    color: #90AF2A;
    font-weight: 600;
    letter-spacing: 7px;
}

.product_containt .product_part2 > .amq_special_15 > .text_info > h2 {
    font-size: 1.8em;
    font-weight: 400;
    margin: 20px 0px 20px;
    white-space: nowrap;
}

.product_containt .product_part2 > .amq_special_15 > .text_info > p {
    font-size: 1.4em;
    white-space: nowrap;
}

.amq_special_15_png {
    position: absolute;
    top: 20%;
    left: 10%;
    width: 40%;
}

.product_containt .product_part2 > .amq_special_19 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .amq_special_19 > .text_info {
    position: absolute;
    top: 10%;
    left: 0%;
    text-align: center;
    letter-spacing: 1px;
    width: 100%;
}

.product_containt .product_part2 > .amq_special_19 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    color: #90AF2A;
    font-weight: 600;
    letter-spacing: 7px;
}

.product_containt .product_part2 > .amq_special_19 > .text_info > h2 {
    font-size: 1.8em;
    font-weight: 400;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .amq_special_19 > .text_info > p {
    font-size: 1.4em;
    white-space: nowrap;
}

.amq_special_19_png {
    position: absolute;
    top: 15%;
    left: 10%;
    width: 80%;
}

.product_containt .product_part2 > .amq_special_21 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .amq_special_21 > .text_info {
    position: absolute;
    top: 40%;
    left: 50%;
    text-align: left;
    letter-spacing: 1px;
    width: 40%;
}

.product_containt .product_part2 > .amq_special_21 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    color: #90AF2A;
    font-weight: 600;
    letter-spacing: 7px;
}

.product_containt .product_part2 > .amq_special_21 > .text_info > h2 {
    font-size: 1.8em;
    font-weight: 400;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .amq_special_21 > .text_info > p {
    font-size: 1.4em;
    white-space: nowrap;
}

.amq_special_21_png {
    position: absolute;
    top: 10%;
    left: 5%;
    width: 45%;
}

.product_containt .product_part2 > .yyxyj_special_01 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .yyxyj_special_01 > .text_info {
    position: absolute;
    top: 35%;
    left: 50%;
    text-align: left;
    letter-spacing: 1px;
    width: 30%;
}

.product_containt .product_part2 > .yyxyj_special_01 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    color: #1781BA;
    font-weight: 400;
    letter-spacing: 7px;
}

.product_containt .product_part2 > .yyxyj_special_01 > .text_info > h2 {
    font-size: 1.8em;
    font-weight: 400;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .yyxyj_special_01 > .text_info > p {
    font-size: 1.4em;
    /*white-space: nowrap;*/
}

.yyxyj_special_01_png {
    position: absolute;
    top: 30%;
    left: 13%;
    width: 30%;
}

.product_containt .product_part2 > .yyxyj_special_02 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .yyxyj_special_02 > .text_info {
    position: absolute;
    top: 35%;
    left: 50%;
    text-align: left;
    letter-spacing: 1px;
    width: 27%;
}

.product_containt .product_part2 > .yyxyj_special_02 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    color: #1781BA;
    font-weight: 400;
    letter-spacing: 7px;
}

.product_containt .product_part2 > .yyxyj_special_02 > .text_info > h2 {
    font-size: 1.8em;
    font-weight: 400;
    white-space: nowrap;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .yyxyj_special_02 > .text_info > p {
    font-size: 1.4em;
    /*white-space: nowrap;*/
}

.yyxyj_special_02_png {
    position: absolute;
    top: 30%;
    left: 13%;
    width: 30%;
}

.product_containt .product_part2 > .yyxyj_special_03 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .yyxyj_special_03 > .text_info {
    position: absolute;
    top: 35%;
    left: 13%;
    text-align: left;
    letter-spacing: 1px;
    width: 34%;
}

.product_containt .product_part2 > .yyxyj_special_03 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    color: #1781BA;
    font-weight: 400;
    letter-spacing: 7px;
}

.product_containt .product_part2 > .yyxyj_special_03 > .text_info > h2 {
    font-size: 1.8em;
    font-weight: 400;
    white-space: nowrap;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .yyxyj_special_03 > .text_info > p {
    font-size: 1.4em;
    /*white-space: nowrap;*/
}

.yyxyj_special_03_png {
    position: absolute;
    top: 20%;
    right: 13%;
    width: 30%;
}

.product_containt .product_part2 > .yyxyj_special_04 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .yyxyj_special_04 > .text_info {
    position: absolute;
    top: 35%;
    left: 50%;
    text-align: left;
    letter-spacing: 1px;
    width: 32%;
}

.product_containt .product_part2 > .yyxyj_special_04 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    color: #1781BA;
    font-weight: 400;
    letter-spacing: 7px;
}

.product_containt .product_part2 > .yyxyj_special_04 > .text_info > h2 {
    font-size: 1.8em;
    font-weight: 400;
    white-space: nowrap;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .yyxyj_special_04 > .text_info > p {
    font-size: 1.4em;
    /*white-space: nowrap;*/
}

.yyxyj_special_04_png {
    position: absolute;
    top: 30%;
    left: 13%;
    width: 30%;
}

.product_containt .product_part2 > .yyxyj_special_05 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .yyxyj_special_05 > .text_info {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 50%;
    left: 55%;
    text-align: left;
    letter-spacing: 1px;
    width: 32%;
}

.product_containt .product_part2 > .yyxyj_special_05 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    color: #1781BA;
    font-weight: 400;
    letter-spacing: 7px;
}

.product_containt .product_part2 > .yyxyj_special_05 > .text_info > h2 {
    font-size: 1.8em;
    font-weight: 400;
    white-space: nowrap;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .yyxyj_special_05 > .text_info > p {
    font-size: 1.4em;
    /*white-space: nowrap;*/
}

.yyxyj_special_05_png {
    position: absolute;
    top: 17%;
    left: 13%;
    width: 40%;
}

.product_containt .product_part2 > .yyxyj_special_07 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .yyxyj_special_07 > .text_info {
    position: absolute;
    top: 60%;
    left: 20%;
    text-align: center;
    letter-spacing: 1px;
    width: 60%;
}

.product_containt .product_part2 > .yyxyj_special_07 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    color: #1781BA;
    font-weight: 400;
    letter-spacing: 7px;
}

.product_containt .product_part2 > .yyxyj_special_07 > .text_info > h2 {
    font-size: 1.8em;
    font-weight: 400;
    white-space: nowrap;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .yyxyj_special_07 > .text_info > p {
    font-size: 1.4em;
    /*white-space: nowrap;*/
}

.yyxyj_special_07_png {
    position: absolute;
    top: 10%;
    left: 25%;
    width: 50%;
}

.product_containt .product_part2 > .tzj_special_01 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .tzj_special_01 > .text_info {
    position: absolute;
    top: 42%;
    left: 15.1%;
    text-align: left;
    letter-spacing: 1px;
    width: 30%;
}

.product_containt .product_part2 > .tzj_special_01 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    font-weight: 600;
    letter-spacing: 7px;
}

.product_containt .product_part2 > .tzj_special_01 > .text_info > h2 {
    font-size: 1.8em;
    font-weight: 400;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .tzj_special_01 > .text_info > p {
    white-space: normal;
    font-size: 1.4em;
}

.tzj_special_01_png {
    position: absolute;
    top: 20%;
    left: 45%;
    width: 40%;
}

.product_containt .product_part2 > .tzj_special_02 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .tzj_special_02 > .text_info {
    position: absolute;
    top: 42%;
    left: 60.1%;
    text-align: left;
    letter-spacing: 1px;
    width: 32%;
}

.product_containt .product_part2 > .tzj_special_02 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    font-weight: 600;
    letter-spacing: 7px;
}

.product_containt .product_part2 > .tzj_special_02 > .text_info > h2 {
    font-size: 1.8em;
    font-weight: 400;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .tzj_special_02 > .text_info > p {
    white-space: normal;
    font-size: 1.4em;
}

.tzj_special_02_png {
    position: absolute;
    top: 15%;
    left: 15%;
    width: 40%;
}

.product_containt .product_part2 > .tzj_special_03 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .tzj_special_03 > .text_info {
    position: absolute;
    top: 42%;
    left: 65.1%;
    text-align: left;
    letter-spacing: 1px;
    width: 28%;
}

.product_containt .product_part2 > .tzj_special_03 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    font-weight: 600;
    letter-spacing: 7px;
}

.product_containt .product_part2 > .tzj_special_03 > .text_info > h2 {
    font-size: 1.8em;
    font-weight: 400;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .tzj_special_03 > .text_info > p {
    white-space: normal;
    font-size: 1.4em;
}

.tzj_special_03_png {
    position: absolute;
    top: -27%;
    left: -5%;
    width: 75%;
}

.product_containt .product_part2 > .tzj_special_04 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .tzj_special_04 > .text_info {
    position: absolute;
    top: 38%;
    left: 60.1%;
    text-align: left;
    letter-spacing: 1px;
    width: 30%;
}

.product_containt .product_part2 > .tzj_special_04 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    font-weight: 600;
    letter-spacing: 7px;
}

.product_containt .product_part2 > .tzj_special_04 > .text_info > h2 {
    font-size: 1.8em;
    font-weight: 400;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .tzj_special_04 > .text_info > p {
    white-space: nowrap;
    font-size: 1.4em;
}

.tzj_special_04_png {
    position: absolute;
    top: 5%;
    left: 10%;
    width: 50%;
}

.product_containt .product_part2 > .tzj_special_05 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .tzj_special_05 > .text_info {
    position: absolute;
    top: 38%;
    left: 10.1%;
    text-align: left;
    letter-spacing: 1px;
    width: 38%;
}

.product_containt .product_part2 > .tzj_special_05 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    font-weight: 600;
    letter-spacing: 7px;
}

.product_containt .product_part2 > .tzj_special_05 > .text_info > h2 {
    font-size: 1.8em;
    font-weight: 400;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .tzj_special_05 > .text_info > p {
    white-space: normal;
    font-size: 1.4em;
}

.tzj_special_05_png {
    position: absolute;
    top: -15%;
    right: -7%;
    width: 110%;
}

.product_containt .product_part2 > .tzj_special_06 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .tzj_special_06 > .text_info {
    position: absolute;
    top: 22%;
    left: 24.1%;
    text-align: left;
    letter-spacing: 1px;
    width: 100%;
}

.product_containt .product_part2 > .tzj_special_06 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    font-weight: 600;
    letter-spacing: 7px;
}

.product_containt .product_part2 > .tzj_special_06 > .text_info > h2 {
    font-size: 1.8em;
    font-weight: 400;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .tzj_special_06 > .text_info > p {
    white-space: nowrap;
    font-size: 1.4em;
}

.tzj_special_06_png {
    position: absolute;
    bottom: -30%;
    right: -65%;
    width: 150%;
}

.tzj_special_08_png {
    position: absolute;
    bottom: 0%;
    right: 0%;
    width: 90%;
}

.product_containt .product_part2 > .tzj_special_06 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .tzj_special_06 > .text_info {
    position: absolute;
    top: 22%;
    left: 24.1%;
    text-align: left;
    letter-spacing: 1px;
    width: 100%;
}

.product_containt .product_part2 > .tzj_special_06 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    font-weight: 600;
    letter-spacing: 7px;
}

.product_containt .product_part2 > .tzj_special_06 > .text_info > h2 {
    font-size: 1.8em;
    font-weight: 400;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .tzj_special_06 > .text_info > p {
    white-space: nowrap;
    font-size: 1.4em;
}

.tzj_special_06_png {
    position: absolute;
    bottom: -30%;
    right: -65%;
    width: 150%;
}

.product_containt .product_part2 > .scale_special_01 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .scale_special_01 > .text_info {
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: 60%;
    left: 50%;
    text-align: center;
    letter-spacing: 1px;
    width: 50%;
}

.product_containt .product_part2 > .scale_special_01 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    letter-spacing: 7px;
    color: #1781BA;
}

.product_containt .product_part2 > .scale_special_01 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .scale_special_01 > .text_info > p {
    font-size: 1.4em;
    /*white-space: nowrap;*/
}

.scale_special_01_png {
    position: absolute;
    top: 15%;
    left: 30%;
    width: 40%;
}

.product_containt .product_part2 > .scale_special_02 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .scale_special_02 > .text_info {
    position: absolute;
    top: 35%;
    left: 50%;
    text-align: left;
    letter-spacing: 1px;
    width: 50%;
}

.product_containt .product_part2 > .scale_special_02 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    letter-spacing: 7px;
    color: #1781BA;
}

.product_containt .product_part2 > .scale_special_02 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .scale_special_02 > .text_info > p {
    font-size: 1.4em;
    white-space: nowrap;
}

.scale_special_02_png {
    position: absolute;
    top: 20%;
    left: 10%;
    width: 35%;
}

.product_containt .product_part2 > .scale_special_03 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .scale_special_03 > .text_info {
    position: absolute;
    top: 35%;
    left: 53%;
    text-align: left;
    letter-spacing: 1px;
    width: 40%;
}

.product_containt .product_part2 > .scale_special_03 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    letter-spacing: 7px;
    color: #1781BA;
}

.product_containt .product_part2 > .scale_special_03 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .scale_special_03 > .text_info > p {
    font-size: 1.4em;
    /*white-space: nowrap;*/
}

.scale_special_03_png {
    position: absolute;
    top: 25%;
    left: 13%;
    width: 30%;
}

.product_containt .product_part2 > .scale_special_04 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .scale_special_04 > .text_info {
    position: absolute;
    top: 30%;
    left: 15%;
    text-align: left;
    letter-spacing: 1px;
    width: 50%;
}

.product_containt .product_part2 > .scale_special_04 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    letter-spacing: 7px;
    color: #1781BA;
}

.product_containt .product_part2 > .scale_special_04 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .scale_special_04 > .text_info > p {
    font-size: 1.4em;
    /*white-space: nowrap;*/
}

.scale_special_04_png {
    position: absolute;
    top: 15%;
    right: 15%;
    width: 15%;
}

.product_containt .product_part2 > .scale_special_05 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .scale_special_05 > .text_info {
    position: absolute;
    top: 15%;
    left: 45%;
    text-align: left;
    letter-spacing: 1px;
    width: 50%;
}

.product_containt .product_part2 > .scale_special_05 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    letter-spacing: 7px;
    color: #1781BA;
}

.product_containt .product_part2 > .scale_special_05 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .scale_special_05 > .text_info > p {
    font-size: 1.4em;
    white-space: nowrap;
}

.scale_special_05_png {
    position: absolute;
    top: 25%;
    left: 15%;
    width: 30%;
}

.product_containt .product_part2 > .vfd_special_01 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .vfd_special_01 > .text_info {
    position: absolute;
    top: 35%;
    left: 45%;
    text-align: left;
    letter-spacing: 1px;
    width: 50%;
}

.product_containt .product_part2 > .vfd_special_01 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    letter-spacing: 7px;
    color: #1781BA;
}

.product_containt .product_part2 > .vfd_special_01 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .vfd_special_01 > .text_info > p {
    font-size: 1.4em;
    /*white-space: nowrap;*/
}

.vfd_special_01_png {
    position: absolute;
    top: 25%;
    left: 10%;
    width: 30%;
}

.product_containt .product_part2 > .vfd_special_02 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .vfd_special_02 > .text_info {
    position: absolute;
    top: 37%;
    left: 48%;
    text-align: left;
    letter-spacing: 1px;
    width: 50%;
}

.product_containt .product_part2 > .vfd_special_02 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    letter-spacing: 7px;
    color: #1781BA;
}

.product_containt .product_part2 > .vfd_special_02 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .vfd_special_02 > .text_info > p {
    font-size: 1.4em;
    white-space: nowrap;
}

.vfd_special_02_png {
    position: absolute;
    top: 25%;
    left: 13%;
    width: 25%;
}

.product_containt .product_part2 > .vfd_special_03 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .vfd_special_03 > .text_info {
    position: absolute;
    top: 40%;
    left: 15%;
    text-align: left;
    letter-spacing: 1px;
    width: 40%;
}

.product_containt .product_part2 > .vfd_special_03 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    letter-spacing: 7px;
    color: #1781BA;
}

.product_containt .product_part2 > .vfd_special_03 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .vfd_special_03 > .text_info > p {
    font-size: 1.4em;
    /*white-space: nowrap;*/
}

.vfd_special_03_png {
    position: absolute;
    top: 23%;
    right: 15%;
    width: 25%;
}

.product_containt .product_part2 > .vfd_special_04 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .vfd_special_04 > .text_info {
    position: absolute;
    top: 37%;
    left: 55%;
    text-align: left;
    letter-spacing: 1px;
    width: 40%;
}

.product_containt .product_part2 > .vfd_special_04 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    letter-spacing: 7px;
    color: #1781BA;
}

.product_containt .product_part2 > .vfd_special_04 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .vfd_special_04 > .text_info > p {
    font-size: 1.4em;
    /*white-space: nowrap;*/
}

.vfd_special_04_png {
    position: absolute;
    top: 23%;
    left: 13%;
    width: 30%;
}

.product_containt .product_part2 > .vfd_special_05 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .vfd_special_05 > .text_info {
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: 63%;
    left: 50%;
    text-align: center;
    letter-spacing: 1px;
    width: 58%;
}

.product_containt .product_part2 > .vfd_special_05 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    letter-spacing: 7px;
    color: #1781BA;
}

.product_containt .product_part2 > .vfd_special_05 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .vfd_special_05 > .text_info > p {
    font-size: 1.4em;
    /*white-space: nowrap;*/
}

.vfd_special_05_png {
    position: absolute;
    top: 12%;
    left: 30%;
    width: 40%;
}

.product_containt .product_part2 > .as_special_01 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .as_special_01 > .text_info {
    position: absolute;
    top: 33%;
    left: 45%;
    text-align: left;
    letter-spacing: 1px;
    width: 50%;
}

.product_containt .product_part2 > .as_special_01 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    letter-spacing: 7px;
    color: #1781BA;
}

.product_containt .product_part2 > .as_special_01 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .as_special_01 > .text_info > p {
    font-size: 1.4em;
    /*white-space: nowrap;*/
}

.as_special_01_png {
    position: absolute;
    top: 27%;
    left: 8%;
    width: 30%;
}

.product_containt .product_part2 > .as_special_02 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .as_special_02 > .text_info {
    position: absolute;
    top: 30%;
    left: 50%;
    text-align: left;
    letter-spacing: 1px;
    width: 40%;
}

.product_containt .product_part2 > .as_special_02 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    letter-spacing: 7px;
    color: #1781BA;
}

.product_containt .product_part2 > .as_special_02 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .as_special_02 > .text_info > p {
    font-size: 1.4em;
    /*white-space: nowrap;*/
}

.as_special_02_png {
    position: absolute;
    top: 25%;
    left: 15%;
    width: 20%;
}

.product_containt .product_part2 > .as_special_03 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .as_special_03 > .text_info {
    position: absolute;
    top: 30%;
    left: 45%;
    text-align: left;
    letter-spacing: 1px;
    width: 50%;
}

.product_containt .product_part2 > .as_special_03 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    letter-spacing: 7px;
    color: #1781BA;
}

.product_containt .product_part2 > .as_special_03 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .as_special_03 > .text_info > p {
    font-size: 1.4em;
    /*white-space: nowrap;*/
}

.as_special_03_png {
    position: absolute;
    top: 20%;
    left: 10%;
    width: 25%;
}

.product_containt .product_part2 > .as_special_04 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .as_special_04 > .text_info {
    position: absolute;
    top: 35%;
    left: 40%;
    text-align: left;
    letter-spacing: 1px;
    width: 50%;
}

.product_containt .product_part2 > .as_special_04 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    letter-spacing: 7px;
    color: #1781BA;
}

.product_containt .product_part2 > .as_special_04 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .as_special_04 > .text_info > p {
    font-size: 1.4em;
    /*white-space: nowrap;*/
}

.as_special_04_png {
    position: absolute;
    top: 30%;
    left: 8%;
    width: 25%;
}

.product_containt .product_part2 > .as_special_05 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .as_special_05 > .text_info {
    position: absolute;
    top: 35%;
    left: 63%;
    text-align: left;
    letter-spacing: 1px;
    width: 30%;
}

.product_containt .product_part2 > .as_special_05 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    letter-spacing: 7px;
    color: #1781BA;
}

.product_containt .product_part2 > .as_special_05 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .as_special_05 > .text_info > p {
    font-size: 1.4em;
    /*white-space: nowrap;*/
}

.as_special_05_png {
    position: absolute;
    top: 27%;
    left: 15%;
    width: 40%;
}

.product_containt .product_part2 > .as_special_06 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .as_special_06 > .text_info {
    position: absolute;
    top: 35%;
    left: 50%;
    text-align: left;
    letter-spacing: 1px;
    width: 50%;
}

.product_containt .product_part2 > .as_special_06 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    letter-spacing: 7px;
    color: #1781BA;
}

.product_containt .product_part2 > .as_special_06 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .as_special_06 > .text_info > p {
    font-size: 1.4em;
    white-space: nowrap;
}

.as_special_06_png {
    position: absolute;
    top: 25%;
    left: 10%;
    width: 30%;
}

.product_containt .product_part2 > .as_special_07 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .as_special_07 > .text_info {
    position: absolute;
    top: 35%;
    left: 50%;
    text-align: left;
    letter-spacing: 1px;
    width: 40%;
}

.product_containt .product_part2 > .as_special_07 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    letter-spacing: 7px;
    color: #1781BA;
}

.product_containt .product_part2 > .as_special_07 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .as_special_07 > .text_info > p {
    font-size: 1.4em;
    /*white-space: nowrap;*/
}

.as_special_07_png {
    position: absolute;
    top: 17%;
    left: 15%;
    width: 25%;
}

.product_containt .product_part2 > .as_special_08 {
    position: relative;
    overflow: hidden;
}

.product_containt .product_part2 > .as_special_08 > .text_info {
    position: absolute;
    top: 35%;
    left: 47%;
    text-align: left;
    letter-spacing: 1px;
    width: 45%;
}

.product_containt .product_part2 > .as_special_08 > .text_info > h1 {
    font-size: 3.1em;
    white-space: nowrap;
    letter-spacing: 7px;
    color: #1781BA;
}

.product_containt .product_part2 > .as_special_08 > .text_info > h2 {
    font-size: 1.8em;
    margin: 20px 0px 20px;
}

.product_containt .product_part2 > .as_special_08 > .text_info > p {
    font-size: 1.4em;
    /*white-space: nowrap;*/
}

.as_special_08_png {
    position: absolute;
    top: 23%;
    left: 10%;
    width: 30%;
}
.twj_special_01_png{
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    top: 56%;
    left: 50%;
    width: 58%;
}
.twj_special_02_png {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 15%;
    width: 34%;
}
.product_containt .product_part2 > .twj_special_01 > .twj2{
    left: 60%;
    width: 28%;
}
.twj_special_03_png {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 44%;
    width: 42%;
}
.product_containt .product_part2 > .twj_special_01 > .twj3{
    left: 15%;
    width: 32%;
}
.twj_special_04_png {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 21%;
    width: 44%;
}
.product_containt .product_part2 > .twj_special_01 > .twj4{
    top: 50%;
    left: 52%;
    width: 33%;
}
.twj_special_05_png {
    position: absolute;
    bottom: 0%;
    left: 50%;
    width: 40%;
}
.twj_special_06_png {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 52%;
    width: 32%;
}
.product_containt .product_part2 > .twj_special_01 > .twj5{
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 14%;
    width: 38%;
}
.product_containt .product_part2 > .twj_special_01 > .twj6{
    width: 34%;
}


@media screen and (max-width: 768px) {
    .products_list ul {
        width: 94%;
    }

    .product_detail > div:nth-child(2) {
        padding: 3% 0 0;
        width: 49%;
    }

    .product_detail > .right_info {
        height: 400px;
    }

    .product_detail h1 {
        font-size: 1.9rem;
    }

    .product_containt .product_part3 > .part3_point > li {
        width: 27.8%;
        /*height: 185px;*/
    }

    .product_part4 .part4_containt li {
        width: 30%;
        margin-bottom: 10px!important;
        margin-top: 10px;
    }

    .product_containt .product_part2 > .og_special_01 > .text_info {
        top: 66%;
        width: 80%
    }

    .og_special_01_png {
        top: 32%;
    }

    .og_special_05_png {
        top: 14%;
        left: 32%;
    }

    .og_special_06_png {
        left: 35%;
        top: 36%;
    }

    .og_special_07_png {
        left: 11%;
    }

    .og_special_12_png {
        top: 66%;
        width: 76%;
    }

    .og_special_19_png {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        left: -9%;
    }

    .product_containt .product_part2 > .og_special_05 > .text_info {
        top: 57%;
        left: 10%;
        width: 80%;
        text-align: center;
    }

    .product_containt .product_part2 > .og_special_06 > .text_info {
        top: 70%;
        left: 9%;
        width: 83%;
        text-align: center;
    }

    .product_containt .product_part2 > .og_special_07 > .text_info {
        top: 17%;
        left: 21%;
        width: 58%;
        text-align: center;
    }

    .product_containt .product_part2 > .og_special_12 > .text_info {
        width: 80%;
        top:23%;
    }

    .product_containt .product_part2 > .og_special_19 > .text_info {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        left: 60%;
        width: 36%;
    }

    .product_containt .product_part2 > .bpm_special_01 > .text_info {
        position: absolute;
        top: 48%;
        left: 9%;
        text-align: center;
        width: 81%;
    }

    .product_part2 > .bpm_special_01 > .text_info > h1.h1_back {
        background-size: 80px;
        background-position: 157px 0;
        letter-spacing: 0px;
    }

    .product_part2 > .bpm_special_01 > .text_info > h1 {
        font-size: 28px;
    }

    .product_part2 > .bpm_special_01 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: 0px;
        margin: 10px 0 10px;
    }

    .product_part2 > .bpm_special_01 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -8px;
        width: 100%;
        word-break: break-word;
    }

    .product_containt .product_part2 > .bpm_special_02 > .text_info {
        position: absolute;
        top: 48%;
        width: 80%;
        left: 10%;
    }

    .product_part2 > .bpm_special_02 > .text_info > h1 {
        font-size: 28px;
        margin: 10px 0 10px;
        letter-spacing: 0px;
    }

    .product_part2 > .bpm_special_02 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .bpm_special_02 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -8px;
    }

    .product_containt .product_part2 > .bpm_special_03 > .text_info {
        position: absolute;
        top: 54%;
        width: 82%;
    }

    .product_part2 > .bpm_special_03 > .text_info > h1 {
        font-size: 28px;
        margin: 10px 0 10px;
    }

    .product_part2 > .bpm_special_03 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .bpm_special_03 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -8px;
    }

    .product_containt .product_part2 > .bpm_special_04 > .text_info {
        position: absolute;
        top: 56%;
    }

    .product_part2 > .bpm_special_04 > .text_info > h1 {
        font-size: 28px;
        margin: 10px 0 -10px;
        letter-spacing: 0px;
    }

    .product_part2 > .bpm_special_04 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: 0px;
        margin: 20px 0 -8px;
    }

    .product_part2 > .bpm_special_04 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px auto;
        word-break: break-word;
        width: 83%;
    }

    .product_containt .product_part2 > .bpm_special_05 > .text_info {
        position: absolute;
        top: 60%;
        left: 7%;
        width: 85%;
        text-align: center;
    }

    .product_part2 > .bpm_special_05 > .text_info > h1 {
        font-size: 28px;
        margin: 10px 0 5px;
        letter-spacing: 0px;
    }

    .product_part2 > .bpm_special_05 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: 0px;
        margin: 10px 0 -5px;
    }

    .product_part2 > .bpm_special_05 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_containt .product_part2 > .bpm_special_06 > .text_info {
        position: absolute;
        top: 58%;
        left: 9%;
        width: 82%;
        text-align: center;
    }

    .product_part2 > .bpm_special_06 > .text_info > h1 {
        font-size: 28px;
        margin: 10px 0 5px;
        letter-spacing: 0px;
    }

    .product_part2 > .bpm_special_06 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: 0px;
        margin: 10px 0 -5px;
    }

    .product_part2 > .bpm_special_06 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_containt .product_part2 > .bpm_special_07 > .text_info {
        position: absolute;
        top: 62%;
        left: 10%;
        width: 80%;
        text-align: center;
        letter-spacing: 0px;
    }

    .product_part2 > .bpm_special_07 > .text_info > h1 {
        font-size: 28px;
        margin: 10px 0 -5px;
    }

    .product_part2 > .bpm_special_07 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: 0px;
        margin: 10px 0 -5px;
    }

    .product_part2 > .bpm_special_07 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_containt .product_part2 > .bpm_special_08 > .text_info {
        position: absolute;
        top: 50%;
        width: 88%;
    }

    .product_part2 > .bpm_special_08 > .text_info > h1 {
        font-size: 28px;
        margin: 10px 0 10px;
        letter-spacing: 0px;
    }

    .product_part2 > .bpm_special_08 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: 0px;
        margin: 10px 0 0px;
    }

    .product_part2 > .bpm_special_08 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -5px;
    }

    .product_containt .product_part2 > .bpm_special_09 > .text_info {
        position: absolute;
        top: 58%;
        left: 14%;
        width: 72%;
        text-align: center;
    }

    .product_part2 > .bpm_special_09 > .text_info > h1 {
        font-size: 28px;
        margin: 10px 0 10px;
        letter-spacing: 0px;
    }

    .product_part2 > .bpm_special_09 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: 0px;
        margin: 10px 0 0px;
    }

    .product_part2 > .bpm_special_09 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_containt .product_part2 > .bpm_special_10 > .text_info {
        position: absolute;
        top: 54%;
        left: 8%;
        width: 84%;
        text-align: center;
        letter-spacing: 0px;
    }

    .product_part2 > .bpm_special_10 > .text_info > h1 {
        font-size: 26px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .bpm_special_10 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: 0px;
        margin: 10px 0 0px;
    }

    .product_part2 > .bpm_special_10 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
        width: 100%;
    }

    .product_containt .product_part2 > .bpm_special_11 > .text_info {
        position: absolute;
        top: 60%;
        left: 10%;
        width: 80%;
        text-align: center;
    }

    .product_part2 > .bpm_special_11 > .text_info > h1 {
        font-size: 28px;
        margin: 10px 0 10px;
        letter-spacing: 0px;
    }
    .product_part2 > .bpm_special_11 > .text_info > h1.h1_back{
        background-position: 356px 0;
        padding-right: 1.2em;
        background-size: contain;
    }

    .product_part2 > .bpm_special_11 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: 0px;
        margin: 10px 0 0px;
    }

    .product_part2 > .bpm_special_11 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_containt .product_part2 > .bpm_special_12 > .text_info {
        position: absolute;
        top: 53%;
        left: 10%;
        width: 80%;
        text-align: center;
    }

    .product_part2 > .bpm_special_12 > .text_info > h1 {
        font-size: 24px;
        margin: 10px 0 10px;
        letter-spacing: 0px;
    }
    .product_part2 > .bpm_special_12 > .text_info > h1.h1_back{
        background-size: contain;
        background-position: 340px 0;
        padding-right: 1.5em;
    }

    .product_part2 > .bpm_special_12 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: 0px;
        margin: 10px 0 0px;
    }

    .product_part2 > .bpm_special_12 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 0px;
    }

    .product_containt .product_part2 > .bpm_special_13 > .text_info {
        position: absolute;
        top: 57%;
        left: 10%;
        width: 80%;
        text-align: center;
    }

    .product_part2 > .bpm_special_13 > .text_info > h1 {
        font-size: 24px;
        margin: 10px 0 10px;
        letter-spacing: 0px;
    }

    .product_part2 > .bpm_special_13 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: 0px;
        margin: 10px 0 0px;
    }

    .product_part2 > .bpm_special_13 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_containt .product_part2 > .bpm_special_14 > .text_info {
        position: absolute;
        top: 55%;
        left: 10%;
        width: 80%;
        text-align: center;
    }

    .product_part2 > .bpm_special_14 > .text_info > h1 {
        font-size: 24px;
        margin: 10px 0 10px;
        letter-spacing: 0px;
    }

    .product_part2 > .bpm_special_14 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: 0px;
        margin: 10px 0 0px;
    }

    .product_part2 > .bpm_special_14 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_containt .product_part2 > .bpm_special_15 > .text_info {
        position: absolute;
        top: 56%;
        left: 10%;
        width: 80%;
        text-align: center;
    }

    .product_part2 > .bpm_special_15 > .text_info > h1 {
        font-size: 24px;
        margin: 10px 0 -10px;
        letter-spacing: 0px;
    }

    .product_part2 > .bpm_special_15 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: 0px;
        margin: 18px 0 -6px;
    }

    .product_part2 > .bpm_special_15 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_containt .product_part2 > .bpm_special_16 > .text_info {
        position: absolute;
        top: 56%;
        width: 83%;
    }

    .product_part2 > .bpm_special_16 > .text_info > h1 {
        font-size: 24px;
        margin: 10px 0 -10px;
        letter-spacing: 0px;
    }

    .product_part2 > .bpm_special_16 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: 0px;
        margin: 18px 0 -5px;
    }

    .product_part2 > .bpm_special_16 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_containt .product_part2 > .bpm_special_17 > .text_info {
        position: absolute;
        top: 20%;
        left: 4%;
        width: 52%;
    }

    .product_part2 > .bpm_special_17 > .text_info > h1 {
        font-size: 24px;
        margin: 10px 0 10px;
        letter-spacing: 0px;
    }

    .product_part2 > .bpm_special_17 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: 0px;
        margin: 10px 0 0px;
    }

    .product_part2 > .bpm_special_17 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_containt .product_part2 > .bpm_special_18 > .text_info {
        position: absolute;
        top: 55%;
        left: 10%;
        width: 80%;
        text-align: center;
    }

    .product_part2 > .bpm_special_18 > .text_info > h1 {
        font-size: 24px;
        margin: 10px 0 10px;
        letter-spacing: 0px;
    }

    .product_part2 > .bpm_special_18 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: 0px;
        margin: 10px 0 0px;
    }

    .product_part2 > .bpm_special_18 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_containt .product_part2 > .bpm_special_19 > .text_info {
        position: absolute;
        top: 52%;
        left: 10%;
        width: 80%;
        padding-right: 0px;
        text-align: center;
    }

    .product_part2 > .bpm_special_19 > .text_info > h1 {
        font-size: 2.4em;
        margin: 10px 0 -10px;
        letter-spacing: 0px;
    }

    .product_part2 > .bpm_special_19 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: 0px;
        margin: 10px 0 -3px;
    }

    .product_part2 > .bpm_special_19 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
        white-space: normal;
    }

    .product_containt .product_part2 > .bpm_special_20 > .text_info {
        position: absolute;
        top: 56%;
        left: 15%;
        width: 70%;
        text-align: center;
    }

    .product_part2 > .bpm_special_20 > .text_info > h1 {
        font-size: 24px;
        margin: 10px 0 10px;
        letter-spacing: 0px;
    }

    .product_part2 > .bpm_special_20 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: 0px;
        margin: 10px 0 0px;
    }

    .product_part2 > .bpm_special_20 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_containt .product_part2 > .bpm_special_21 > .text_info {
        position: absolute;
        top: 60%;
        left: 15%;
        width: 70%;
        text-align: center;
    }

    .product_part2 > .bpm_special_21 > .text_info > h1 {
        font-size: 24px;
        margin: 10px 0 10px;
        letter-spacing: 0px;
    }

    .product_part2 > .bpm_special_21 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: 0px;
        margin: 10px 0 0px;
    }

    .product_part2 > .bpm_special_21 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_containt .product_part2 > .bpm_special_22 > .text_info {
        position: absolute;
        top: 55%;
        width: 70%;
    }

    .product_part2 > .bpm_special_22 > .text_info > h1 {
        font-size: 24px;
        margin: 10px 0 10px;
        letter-spacing: 0px;
    }

    .product_part2 > .bpm_special_22 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: 0px;
        margin: 10px 0 0px;
    }

    .product_part2 > .bpm_special_22 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_containt .product_part2 > .bpm_special_23 > .text_info {
        position: absolute;
        top: 58%;
        left: 10%;
        width: 80%;
        text-align: center;
    }

    .product_part2 > .bpm_special_23 > .text_info > h1 {
        font-size: 24px;
        margin: 10px 0 10px;
        letter-spacing: 0px;
    }

    .product_part2 > .bpm_special_23 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: 0px;
        margin: 10px 0 0px;
    }

    .product_part2 > .bpm_special_23 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_containt .product_part2 > .bpm_special_24 > .text_info {
        position: absolute;
        top: 58%;
        width: 66%;
    }

    .product_part2 > .bpm_special_24 > .text_info > h1 {
        font-size: 24px;
        margin: 10px 0 10px;
        letter-spacing: 0px;
    }

    .product_part2 > .bpm_special_24 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: 0px;
        margin: 10px 0 0px;
    }

    .product_part2 > .bpm_special_24 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .bpm_special_25 > .text_info > h1 {
        font-size: 24px;
        margin: 10px 0 -10px;
        letter-spacing: 0px;
    }

    .product_part2 > .bpm_special_25 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: 0px;
        margin: 19px 0 -6px;
    }

    .product_part2 > .bpm_special_25 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_containt .product_part2 > .bpm_special_25 > .text_info {
        position: absolute;
        top: 68%;
        left: 8%;
        width: 86%;
        text-align: center;
    }

    .product_part2 > .gm_special_01 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .gm_special_01 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .gm_special_01 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: 0px;
        margin: 3px 0 -10px;
    }

    .product_part2 > .gm_special_02 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .gm_special_02 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .gm_special_02 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: 0px;
        margin: 3px 0 -10px;
    }

    .product_part2 > .gm_special_03 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .gm_special_03 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .gm_special_03 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: 0px;
        margin: 3px 0 -10px;
    }

    .product_part2 > .gm_special_04 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .gm_special_04 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .gm_special_04 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: 0px;
        margin: 3px 0 -10px;
    }
    .product_containt .product_part2 > .gm_special_04 > .text_info{
        width: 80%;
    }

    .product_part2 > .gm_special_05 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .gm_special_05 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .gm_special_05 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: 0px;
        margin: 3px 0 -10px;
    }

    .product_part2 > .gm_special_07 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .gm_special_07 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .gm_special_07 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: 0px;
        margin: 3px 0 -10px;
    }

    .product_part2 > .gm_special_08 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .gm_special_08 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 10px 0 0px;
    }

    .product_part2 > .gm_special_08 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: 0px;
        margin: 5px 0 -10px;
    }

    .product_part2 > .gm_special_09 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .gm_special_09 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .gm_special_09 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: 0px;
        margin: 3px 0 -10px;
    }

    .product_part2 > .gm_special_10 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .gm_special_10 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .gm_special_10 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: 0px;
        margin: 5px 0 -10px;
    }

    .product_part2 > .gm_special_13 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .gm_special_13 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .gm_special_13 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: 0px;
        margin: 5px 0 -10px;
    }

    .product_containt .product_part2 > .gm_special_14 > .text_info {
        position: absolute;
        top: 53%;
        width: 80%;
    }

    .product_part2 > .gm_special_14 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .gm_special_14 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .gm_special_14 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: 0px;
        margin: 5px 0 -10px;
    }

    .product_containt .product_part2 > .gm_special_15 > .text_info {
        position: absolute;
        top: 52%;
        width: 85%;
    }

    .product_part2 > .gm_special_15 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .gm_special_15 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .gm_special_15 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: 0px;
        margin: 3px 0 -10px;
    }

    .product_part2 > .hbf_special_01 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .hbf_special_01 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .hbf_special_01 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .hbf_special_02 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .hbf_special_02 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .hbf_special_02 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .hbf_special_03 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .hbf_special_03 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .hbf_special_03 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: -1px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .hbf_special_04 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .hbf_special_04 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .hbf_special_04 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: -1px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .hbf_special_05 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .hbf_special_05 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .hbf_special_05 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: -1px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .hbf_special_06 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .hbf_special_06 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .hbf_special_06 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: -1px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .hbf_special_07 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .hbf_special_07 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .hbf_special_07 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .hbf_special_08 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .hbf_special_08 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .hbf_special_08 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: -1px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .hbf_special_09 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .hbf_special_09 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .hbf_special_09 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: -1px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .hbf_special_10 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .hbf_special_10 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .hbf_special_10 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: -1px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .hbf_special_11 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .hbf_special_11 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .hbf_special_11 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: -1px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .hbf_special_12 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .hbf_special_12 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .hbf_special_12 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: -1px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .hbf_special_13 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .hbf_special_13 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .hbf_special_13 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .hbf_special_14 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .hbf_special_14 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .hbf_special_14 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: -1px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .hbf_special_15 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .hbf_special_15 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .hbf_special_15 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: -1px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .hbf_special_16 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .hbf_special_16 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .hbf_special_16 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: -1px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .hbf_special_17 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .hbf_special_17 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .hbf_special_17 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: -1px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mc_special_01 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mc_special_01 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .mc_special_01 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: -1px;
        margin: 3px 0 -10px;
    }

    .product_part2 > .mc_special_02 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mc_special_02 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .mc_special_02 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: -1px;
        margin: 3px 0 -10px;
    }

    .product_part2 > .mc_special_03 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mc_special_03 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .mc_special_03 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: -1px;
        margin: 3px 0 -10px;
    }

    .product_part2 > .mc_special_04 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mc_special_04 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .mc_special_04 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: 0px;
        margin: 3px 0 -10px;
    }

    .product_containt .product_part2 > .mc_special_05 > .text_info {
        position: absolute;
        top: 48%;
        width: 80%;
    }

    .product_part2 > .mc_special_05 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mc_special_05 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .mc_special_05 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: 0px;
        margin: 3px 0 -10px;
    }

    .product_containt .product_part2 > .mc_special_06 > .text_info {
        position: absolute;
        top: 48%;
        width: 86%;
    }

    .product_part2 > .mc_special_06 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mc_special_06 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .mc_special_06 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: 0px;
        margin: 3px 0 -10px;
    }

    .product_part2 > .mc_special_07 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mc_special_07 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .mc_special_07 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: 0px;
        margin: 3px 0 -10px;
    }

    .product_containt .product_part2 > .mc_special_08 > .text_info {
        position: absolute;
        top: 57%;
        width: 80%;
    }

    .product_part2 > .mc_special_08 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mc_special_08 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .mc_special_08 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: 0px;
        margin: 3px 0 -10px;
    }

    .product_containt .product_part2 > .mc_special_09 > .text_info {
        position: absolute;
        top: 60%;
        width: 80%;
    }

    .product_part2 > .mc_special_09 > .text_info > h1 {
        font-size: 24px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mc_special_09 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 10px 0 0px;
    }

    .product_part2 > .mc_special_09 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mc_special_10 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mc_special_10 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .mc_special_10 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: 0px;
        margin: 3px 0 -10px;
    }

    .product_part2 > .mc_special_11 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mc_special_11 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .mc_special_11 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: 0px;
        margin: 3px 0 -10px;
    }

    .product_containt .product_part2 > .mc_special_12 > .text_info {
        position: absolute;
        top: 62%;
        width: 80%;
    }

    .product_part2 > .mc_special_12 > .text_info > h1 {
        font-size: 24px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mc_special_12 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 10px 0 0px;
    }

    .product_part2 > .mc_special_12 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mc_special_13 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mc_special_13 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .mc_special_13 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: 0px;
        margin: 3px 0 -10px;
    }

    .product_part2 > .mc_special_14 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mc_special_14 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .mc_special_14 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: 0px;
        margin: 3px 0 -10px;
    }

    .product_part2 > .mc_special_15 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mc_special_15 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .mc_special_15 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: 0px;
        margin: 3px 0 -10px;
    }

    .product_part2 > .mc_special_16 > .text_info > h1 {
        font-size: 24px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mc_special_16 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 10px 0 0px;
    }

    .product_part2 > .mc_special_16 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mc_special_17 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mc_special_17 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .mc_special_17 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: 0px;
        margin: 3px 0 -10px;
    }

    .product_part2 > .mc_special_18 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mc_special_18 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: -1px;
        margin: 10px 0 0px;
    }

    .product_part2 > .mc_special_18 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mc_special_19 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mc_special_19 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .mc_special_19 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: 0px;
        margin: 3px 0 -10px;
    }

    .product_part2 > .mc_special_20 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mc_special_20 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .mc_special_20 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: 0px;
        margin: 3px 0 -10px;
    }

    .product_part2 > .mc_special_21 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mc_special_21 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .mc_special_21 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: 0px;
        margin: 3px 0 -10px;
    }

    .product_part2 > .mc_special_22 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mc_special_22 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .mc_special_22 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: 0px;
        margin: 3px 0 -10px;
    }

    .product_part2 > .mc_special_23 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mc_special_23 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .mc_special_23 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: 0px;
        margin: 3px 0 -10px;
    }

    .product_part2 > .mc_special_24 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mc_special_24 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .mc_special_24 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: 0px;
        margin: 3px 0 -10px;
    }

    .product_part2 > .mc_special_25 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mc_special_25 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .mc_special_25 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: 0px;
        margin: 3px 0 -10px;
    }

    .product_part2 > .mc_special_26 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mc_special_26 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .mc_special_26 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: 0px;
        margin: 3px 0 -10px;
    }

    .product_part2 > .mc_special_28 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mc_special_28 > .text_info > h2 {
        font-size: 1.8em;
        letter-spacing: -1px;
        margin: 15px 0 0px;
    }

    .product_part2 > .mc_special_28 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: 0px;
        margin: 3px 0 -10px;
    }

    .product_part2 > .mn_special_01 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_01 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: 0px;
        margin: 20px 0 0px;
    }

    .product_part2 > .mn_special_01 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_02 > .text_info > h1 {
        font-size: 24px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_02 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: -1px;
        margin: 10px 0 0px;
    }

    .product_part2 > .mn_special_02 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_03 > .text_info > h1 {
        font-size: 24px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_03 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: -1px;
        margin: 10px 0 0px;
    }

    .product_part2 > .mn_special_03 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_04 > .text_info > h1 {
        font-size: 24px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_04 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: -1px;
        margin: 10px 0 0px;
    }

    .product_part2 > .mn_special_04 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_05 > .text_info > h1 {
        font-size: 24px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_05 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: -1px;
        margin: 10px 0 0px;
    }

    .product_part2 > .mn_special_05 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_06 > .text_info > h1 {
        font-size: 24px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_06 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: -1px;
        margin: 10px 0 0px;
    }

    .product_part2 > .mn_special_06 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_07 > .text_info > h1 {
        font-size: 24px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_07 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: -1px;
        margin: 10px 0 0px;
    }

    .product_part2 > .mn_special_07 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_08 > .text_info > h1 {
        font-size: 24px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_08 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: -1px;
        margin: 10px 0 0px;
    }

    .product_part2 > .mn_special_08 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_09 > .text_info > h1 {
        font-size: 24px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_09 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: -1px;
        margin: 10px 0 0px;
    }

    .product_part2 > .mn_special_09 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_10 > .text_info > h1 {
        font-size: 24px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_10 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: 0px;
        margin: 10px 0 0px;
    }

    .product_part2 > .mn_special_10 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_11 > .text_info > h1 {
        font-size: 24px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_11 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: 0px;
        margin: 10px 0 0px;
    }

    .product_part2 > .mn_special_11 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_12 > .text_info > h1 {
        font-size: 24px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_12 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: 0px;
        margin: 10px 0 0px;
    }

    .product_part2 > .mn_special_12 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_13 > .text_info > h1 {
        font-size: 24px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_13 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: 0px;
        margin: 10px 0 0px;
    }

    .product_part2 > .mn_special_13 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_14 > .text_info > h1 {
        font-size: 24px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_14 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: 0px;
        margin: 10px 0 0px;
    }

    .product_part2 > .mn_special_14 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_15 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_15 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: 0px;
        margin: 20px 0 0px;
    }

    .product_part2 > .mn_special_15 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_16 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_16 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: 0px;
        margin: 20px 0 0px;
    }

    .product_part2 > .mn_special_16 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_17 > .text_info > h1 {
        font-size: 24px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_17 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: 0px;
        margin: 10px 0 0px;
    }

    .product_part2 > .mn_special_17 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_18 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_18 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: 0px;
        margin: 20px 0 0px;
    }

    .product_part2 > .mn_special_18 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
        text-align: center!important;
    }

    .product_part2 > .mn_special_19 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_19 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: 0px;
        margin: 20px 0 0px;
    }

    .product_part2 > .mn_special_19 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
        text-align: center!important;
    }

    .product_part2 > .mn_special_20 > .text_info > h1 {
        font-size: 24px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_20 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: 0px;
        margin: 10px 0 0px;
    }

    .product_part2 > .mn_special_20 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_21 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_21 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: 0px;
        margin: 20px 0 0px;
    }

    .product_part2 > .mn_special_21 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_23 > .text_info > h1 {
        font-size: 24px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_23 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: 0px;
        margin: 10px 0 0px;
    }

    .product_part2 > .mn_special_23 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_24 > .text_info > h1 {
        font-size: 24px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_24 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: 0px;
        margin: 10px 0 0px;
    }

    .product_part2 > .mn_special_24 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_26 > .text_info > h1 {
        font-size: 24px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_26 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: 0px;
        margin: 10px 0 0px;
    }

    .product_part2 > .mn_special_26 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_28 > .text_info > h1 {
        font-size: 24px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_28 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: 0px;
        margin: 10px 0 0px;
    }

    .product_part2 > .mn_special_28 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_29 > .text_info > h1 {
        font-size: 24px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_29 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: 0px;
        margin: 10px 0 0px;
    }

    .product_part2 > .mn_special_29 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_31 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .mn_special_31 > .text_info > h2 {
        font-size: 20px;
        letter-spacing: 0px;
        margin: 20px 0 0px;
    }

    .product_part2 > .mn_special_31 > .text_info > p {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .og_special_01 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 5px;
    }

    .product_part2 > .og_special_01 > .text_info > h2 {
        font-size: 1.8rem;
        letter-spacing: 0px;
        margin: 5px 0 0px;
    }

    .product_part2 > .og_special_01 > .text_info > p {
        font-size: 1.8rem;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .og_special_02 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .og_special_02 > .text_info > h2 {
        font-size: 2.5rem;
        letter-spacing: 0px;
        margin: 10px 0 0px;
    }

    .product_part2 > .og_special_02 > .text_info > p {
        font-size: 1.4em;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
        text-align: center!important;
    }

    .product_part2 > .og_special_05 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 5px;
    }

    .product_part2 > .og_special_05 > .text_info > h2 {
        font-size: 2.5rem;
        letter-spacing: 0px;
        margin: 5px 0 0px;
    }

    .product_part2 > .og_special_05 > .text_info > p {
        font-size: 1.8rem;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
        text-align: center!important;
    }

    .product_part2 > .og_special_06 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 5px;
    }

    .product_part2 > .og_special_06 > .text_info > h2 {
        font-size: 2.5rem;
        letter-spacing: 0px;
        margin: 5px 0 0px;
    }

    .product_part2 > .og_special_06 > .text_info > p {
        font-size: 1.8rem;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .og_special_07 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 5px;
    }

    .product_part2 > .og_special_07 > .text_info > h2 {
        font-size: 2.5rem;
        letter-spacing: 0px;
        margin: 5px 0 0px;
    }

    .product_part2 > .og_special_07 > .text_info > p {
        font-size: 1.8rem;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .og_special_12 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 5px;
    }

    .product_part2 > .og_special_12 > .text_info > h2 {
        font-size: 2.5rem;
        letter-spacing: 0px;
        margin: 5px 0 0px;
    }

    .product_part2 > .og_special_12 > .text_info > p {
        font-size: 1.8rem;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .og_special_15 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .og_special_15 > .text_info > h2 {
        font-size: 2.5rem;
        letter-spacing: 0px;
        margin: 10px 0 0px;
    }

    .product_part2 > .og_special_15 > .text_info > p {
        font-size: 1.8rem;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .product_part2 > .og_special_16 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 -10px;
    }

    .product_part2 > .og_special_16 > .text_info > h2 {
        font-size: 2.5rem;
        letter-spacing: 0px;
        margin: 10px 0 0px;
    }

    .product_part2 > .og_special_16 > .text_info > p {
        font-size: 1.8rem;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
        word-break: break-word;
    }

    .product_part2 > .og_special_19 > .text_info > h1 {
        font-size: 3rem;
        margin: 10px 0 5px;
    }

    .product_part2 > .og_special_19 > .text_info > h2 {
        font-size: 2.5rem;
        letter-spacing: 0px;
        margin: 5px 0 0px;
    }

    .product_part2 > .og_special_19 > .text_info > p {
        font-size: 1.8rem;
        letter-spacing: 0px;
        margin: 10px 0 -10px;
    }

    .products_list ul li {
        width: 49%;
    }

    .product_containt .product_part2 > .kj_special_01 > .text_info {
        top: 27%;
        left: 39%;
        width: 52%;
    }

    .kj_special_01_png {
        left: 7.4%;
    }

    .kj_special_02_png {
        top: 7%;
    }

    .product_containt .product_part2 > .kj_special_02 > .text_info {
        top: 60%;
        left: 24.7%;
        width: 52%;
    }

    .product_part2 > .kj_special_02 > .text_info > h1 {
        margin: 5px 0px;
    }

    .product_part2 > .kj_special_02 > .text_info > h2 {
        margin: 0px 0px 5px;
    }

    .kj_special_03_png {
        left: 4.4%;
    }

    .product_containt .product_part2 > .kj_special_03 > .text_info {
        top: 16%;
        left: 44%;
        width: 52%;
    }

    .kj_special_04_png {
        left: -1.6%;
    }

    .product_containt .product_part2 > .kj_special_04 > .text_info {
        top: 17%;
        left: 40%;
        width: 56%;
    }

    .kj_special_05_png {
        top: 24%;
        left: -1.5%;
    }

    .product_containt .product_part2 > .kj_special_05 > .text_info {
        top: 17%;
        left: 54.7%;
        width: 43%;
    }

    .product_part2 > .kj_special_05 > .text_info > h1 {
        margin: 5px 0px;
        text-align: left;
    }

    .product_part2 > .kj_special_05 > .text_info > h2 {
        margin: 10px 0px;
        text-align: left;
    }

    .product_part2 > .kj_special_05 > .text_info > p {
        text-align: left;
    }

    .kj_special_07_png {
        left: -3.5%;
    }

    .product_containt .product_part2 > .kj_special_07 > .text_info {
        top: 20%;
        width: 36%;
    }

    .kj_special_08_png {
        top: 16%;
        left: 4.5%;
    }

    .product_containt .product_part2 > .kj_special_08 > .text_info {
        top: 25%;
        left: 37.7%;
        width: 56%;
    }

    .kj_special_09_png {
        top: 5%;
    }

    .product_containt .product_part2 > .kj_special_09 > .text_info {
        top: 61%;
        left: 8.1%;
        width: 84%;
    }

    .product_part2 > .kj_special_09 > .text_info > h1 {
        margin: 5px 0px;
    }

    .product_part2 > .kj_special_09 > .text_info > h2 {
        margin: 5px 0px;
    }

    .kj_special_10_png {
        top: 16%;
        left: 4.5%;
        width: 44.3%;
    }

    .product_containt .product_part2 > .kj_special_10 > .text_info {
        top: 21%;
        left: 56.1%;
        width: 36%;
    }

    .kj_special_11_png {
        left: 6.5%;
    }

    .product_containt .product_part2 > .kj_special_11 > .text_info {
        top: 26%;
        left: 48.1%;
        width: 45%;
    }

    .kj_special_12_png {
        left: 37.5%;
        bottom: 13%;
    }

    .product_containt .product_part2 > .kj_special_12 > .text_info {
        top: 17%;
        left: 7.1%;
        width: 34%;
    }

    .kj_special_14_png {
        top: 8%;
        left: 16%;
    }

    .product_detail > div:nth-child(2) > .product_detail_button_box > a {
        margin-top: 5px;
        font-size: 16px;
    }

    .product_part2 > .kj_special_01 > .text_info > h1 {
        letter-spacing: 0px;
    }

    .product_containt .product_part2 > .kj_special_06 > .text_info {
        top: 52%;
        left: 9.7%;
        width: 82%;
    }

    .product_part2 > .kj_special_06 > .text_info > h1 {
        text-align: center;
    }

    .product_part2 > .kj_special_06 > .text_info > h2 {
        text-align: center;
        margin: 5px 0px;
    }

    .product_part2 > .kj_special_06 > .text_info > p {
        text-align: center;
    }

    .kj_special_06_png {
        top: 9%;
        left: 10.5%;
    }

    .product_containt .product_part2 > .kj_special_13 > .text_info {
        top: 26%;
        left: 52.1%;
        width: 45%;
    }

    .product_part2 > .kj_special_13 > .text_info > h1 {
        text-align: left;
    }

    .product_part2 > .kj_special_13 > .text_info > h2 {
        margin: 5px 0px;
        text-align: left;
    }

    .product_part2 > .kj_special_13 > .text_info > p {
        text-align: left;
    }

    .kj_special_13_png {
        top: 4%;
        left: 3%;
        width: 47.5%;
    }

    .products_list ul {
        margin-right: 13px;
    }

    .product_left_nav {
        width: 209px;
        left: -146px;
        display: none;
    }

    .product_left_nav .product_click {
        left: 85.5%;
        font-size: 22px;
    }

    .show {
        /*transition: all 0.5s linear;*/
        transition: all 0.3s linear;
        left: 0px;
    }

    .products_list ul li div:nth-child(4) {
        height: 4em;
    }

    .product_containt .product_part2 > div > img {
        min-width: 900px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        letter-spacing: 0px;
    }

    .bpm_special_01_png {
        position: absolute;
        top: 4%;
        left: 10%;
    }

    .bpm_special_04_png {
        top: 18%;
    }

    .bpm_special_05_png {
        top: 10%;
        left: 32%;
    }

    .bpm_special_15_png {
        top: 10%;
        left: 32%;
    }

    .bpm_special_10_png {
        top: 8%;
        left: 27%;
    }

    .bpm_special_16_png {
        top: 12%;
    }

    .bpm_special_19_png {
        top: 7%;
        left: 32%;
    }

    .product_containt .product_detail .part3_detail > li > a:hover {
        color: #333;
    }
    .bpm_special_07_png{
        top: 10%;
        left: 28%;
    }
    .bpm_special_02_png{
        top: 10%;
    }
    .bpm_special_09_png{
        top: 14%;
        left: 30%;
    }
    .bpm_special_23_png{
        top: 10%;
        left: 32%;
    }
    .product_part2 > .bpm_special_10 > .text_info > h1.h1_back{
        letter-spacing: 0px;
        padding-right: 1.9em;
    }
    .bpm_special_13_png{
        top: 11%;
        left: 27%;
    }
    .bpm_special_18_png{
        top: 10%;
        left: 34%;
    }
    .bpm_special_26_png{
        top: 13%;
    }
    .bpm_special_14_png{
        top: 6%;
        left: 25%;
    }
    .bpm_special_08_png{
        top: 14%;
    }
    .bpm_special_12_png{
        top: 8%;
        left: 28%;
        width: 47%;
    }
    .bpm_special_06_png{
        top: 10%;
        left: 35%;
        width: 50%;
    }
    .bpm_special_24_png{
        top: 25%;
    }
    .bpm_special_11_png{
        top: 7%;
    }
    .bpm_special_03_png{
        top: 12%;
    }
    .bpm_special_21_png{
        top: 2%;
        left: 1%;
    }
    .bpm_special_22_png{
        top: 20%;
    }
    .bpm_special_20_png{
        top: 12%;
        left: 30%;
    }
    .products_list ul li div:nth-child(4) > div{
        font-size: 1.2em;
        width: 100%;
    }
    .mn_special_01_png{
        bottom: 48%;
        left: 28%;
        width: 36%;
    }
    .product_containt .product_part2 > .mn_special_01 > .text_info{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        top: 52%;
        left: 50%;
        width: 88%;
        text-align: center;
    }
    .text_info>p{
        /*margin-bottom: 10px;*/
    }
    .mn_special_02_png{
        bottom: 47%;
        left: 30%;
        width: 38%;
    }
    .product_containt .product_part2 > .mn_special_02 > .text_info{
        max-width: 84%!important;
        top: 52%;
        left: 8%;
        text-align: center;
    }
    .mn_special_03_png{
        bottom: 46%;
        left: 32%;
        width: 36%;
    }
    .product_containt .product_part2 > .mn_special_03 > .text_info{
        top: 55%;
        left: 6%;
        text-align: center;
        width: 100%;
        max-width: 88%!important;
    }
    .mn_special_04_png{
        top: 12%;
        left: 8%;
        width: 98%;
    }
    .product_containt .product_part2 > .mn_special_04 > .text_info{
        max-width: 63%!important;
        top: 50%;
        left: 30%;
    }
    .mn_special_06_png{
        left: 24%;
        width: 52%;
    }
    .product_containt .product_part2 > .mn_special_06 > .text_info{
        top: 78%;
        width: 83%;
    }
    .mn_special_07_png{
        top: 12%;
        left: 15%;
        width: 70%;
    }
    .product_containt .product_part2 > .mn_special_07 > .text_info{
        width: 80%;
    }
    .mn_special_08_png{
        top: 9%;
        left: 5%;
        width: 66%;
    }
    .product_containt .product_part2 > .mn_special_08 > .text_info{
        top: 27%;
        left: 49%;
        width: 44%;
        max-width: 44%!important;
    }
    .mn_special_09_png{
        top: 10%;
        left: 30%;
        width: 38%;
    }
    .product_containt .product_part2 > .mn_special_09 > .text_info{
        top: 68%;
        left: 7%;
        width: 86%;
        max-width: 86%!important;
        text-align: center;
    }
    .mn_special_10_png{
        left: 3%;
        width: 74%;
    }
    .product_containt .product_part2 > .mn_special_10 > .text_info{
        top: 58%;
        left: 53%;
        max-width: 43%!important;
    }
    .mn_special_11_png{
        top: 12%;
        left: 28%;
    }
    .product_containt .product_part2 > .mn_special_11 > .text_info{
        top: 66%;
        left: 10%;
        width: 80%;
        max-width: 80%!important;
        text-align: center;
    }
    .mn_special_12_png{
        top: 14%;
        left: 22%;
        width: 55%;
    }
    .product_containt .product_part2 > .mn_special_12 > .text_info{
        top: 75%;
        width: 80%;
        max-width: 80%!important;
    }
    .mn_special_13_png{
        left: -20%;
        width: 117%;
    }
    .product_containt .product_part2 > .mn_special_13 > .text_info{
        top: 52%;
        left: 9%;
        max-width: 42%!important;
    }
    .mn_special_14_png{
        top: 10%;
        left: 12%;
        width: 68%;
    }
    .product_containt .product_part2 > .mn_special_14 > .text_info{
        max-width: 78%!important;
        top: 69%;
        left: 10%;
        width: 78%;
        text-align: center;
    }
    .mn_special_15_png{
        top: 19%;
        left: 19%;
        width: 62%;
    }
    .product_containt .product_part2 > .mn_special_15 > .text_info{
        max-width: 80%!important;
        top: 62%;
        left: 32%;
        width: 40%;
        text-align: center;
    }
    .mn_special_16_png{
        top: 22%;
        left: 9%;
        width: 82%;
    }
    .product_containt .product_part2 > .mn_special_16 > .text_info{
        top: 68%;
        width: 84%;
    }
    .mn_special_17_png{
        top: 16%;
        left: 8%;
        width: 52%;
    }
    .product_containt .product_part2 > .mn_special_17 > .text_info{
        left: 58%;
        text-align: left;
    }
    .products_list ul li .btn_box > a{
        width: 122px;
        line-height: 2em;
        font-size: 20px;
    }
    .product_detail > .leftimgbox .imglist > ul{
        left: 2px;
    }
    .product_detail > .leftimgbox .imglist{
        width: 78%;
    }
    .product_detail > .leftimgbox > .left_arrow{
        left: 5px;
    }
    .product_detail > .leftimgbox > .right_arrow{
        right: 5px;
    }
    .mn_special_18_png{
        top: 20%;
        right: 15%;
    }
    .product_containt .product_part2 > .mn_special_18 > .text_info{
        top: 30%;
        left: 8%;
        text-align: center;
        max-width: 84%!important;
    }
    .mn_special_19_png{
        top: 12%;
        left: 35%;
    }
    .product_containt .product_part2 > .mn_special_19 > .text_info{
        top: 66%;
        transform: translateX(-50%);
        left: 50%;
        text-align: center;
        width: 88%;
        max-width: 88%!important;
    }
    .mn_special_22_png{
        bottom: 50%;
        left: 30%;
        width: 36%;
    }
    .mn_special_24_png{
        top: 8%;
        left: 4%;
        width: 111%;
    }
    .product_containt .product_part2 > .mn_special_24 > .text_info{
        left: 36%;
        max-width: 50%;
    }
    .mn_special_26_png{
        top: 8%;
        left: 4%;
        width: 111%;
    }
    .product_containt .product_part2 > .mn_special_26 > .text_info{
        left: 36%;
        max-width: 50%;
    }
    .mn_special_28_png{
        top: 8%;
        left: 4%;
        width: 111%;
    }
    .product_containt .product_part2 > .mn_special_28 > .text_info{
        left: 36%;
        max-width: 50%;
    }
    .mn_special_21_png{
        top: 8%;
        left: 4%;
        width: 111%;
    }
    .product_containt .product_part2 > .mn_special_21 > .text_info{
        left: 36%;
        max-width: 54%;
    }
    .mn_special_31_png{
        top: 8%;
        left: 5%;
        width: 45%;
    }
    .product_containt .product_part2 > .mn_special_31 > .text_info{
        max-width: 40%!important;
        top: 39%;
        left: 52%;
        text-align: left;
    }
    .mn_special_20_png{
        top: 9%;
        left: 4%;
        width: 47%;
    }
    .product_containt .product_part2 > .mn_special_20 > .text_info{
        max-width: 42%;
        top: 39%;
        left: 52%;
        text-align: left;
    }
    .mn_special_29_png{
        top: 11%;
        left: 3%;
        width: 68%;
    }
    .product_containt .product_part2 > .mn_special_29 > .text_info{
        max-width: 43%;
        top: 28%;
        left: 50%;
    }
    .mn_special_23_png{
        top: 11%;
        left: 3%;
        width: 68%;
    }
    .product_containt .product_part2 > .mn_special_23 > .text_info{
        top: 32%;
        left: 48%;
        width: 40%;
    }
    .dmz .mn_special_16_png{
        top: 15%;
    }
    .dmz .text_info{
        top: 72%;
    }
    .yyb .text_info{
        left: 22%!important;
    }
    .mn_special_36_png>img{
        width: 69%;
        position: relative;
        left: 16%;
    }
    .product_containt .product_part2 > .mn_special_36 > div > .mn_special_36_png > .text_info{
        top: 54%;
        left: 79%;
        width: 37%;
    }
    .product_part2 > .mn_special_36 > div > .mn_special_36_png > .text_info > h1{
        font-size: 24px;
    }
    .product_part2 > .mn_special_36 > div > .mn_special_36_png > .text_info > h2{
        margin: 10px 0px;
        font-size: 20px;
    }
    .product_new_back{
        width: 100%;
    }
    .product_new_back .text_info{
        position: absolute;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        top: 86%;
        width: 92%;
    }
    .product_new_back .text_info > h1{
        font-size: 24px;
    }
    .product_new_back .text_info > h2{
        font-size: 20px;
    }
    .mn_special_37>img{
        min-width: 1174px!important;
    }
    .product_new_back > .mn_special_37_png_1{
        position: absolute;
        width: 57%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        top: -186%;
    }
    .product_containt .product_part2 > .og_special_02 > .text_info{
        top: 68%;
        left: 8%;
        text-align: center;
        width: 85%;
    }
    .og_special_02_png{
        top: 34%;
        left: 32%;
    }
    .og_special_10_png{
        top: 50%;
        left: 17%;
    }
    .hgsmall{
        top: 24%!important;
    }
    .product_containt .product_part2 > .og_special_15 > .text_info{
        top: 31%;
        left: 8%;
        width: 45%;
    }
    .og_special_15_png{
        top: 19%;
        left: 60%;
        width: 32%;
    }
    .og_special_16_png{
        top: 18%;
        left: 44%;
        width: 53%;
    }
    .product_containt .product_part2 > .og_special_16 > .text_info{
        left: 8%;
        width: 40%;
    }
    .og_special_18_png{
        top: 26%;
        left: 50%;
    }
    .product_containt .product_part2 > .tzj_special_01 > .text_info{
        width: 88%;
        left: 6%;
        top: 61%;
        text-align: center;
    }
    .tzj_special_01_png{
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        top: 5%;
        width: 50%;
    }
    .product_containt .product_part2 > .tzj_special_02 > .text_info{
        width: 88%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        text-align: center;
        top: 61%;
    }
    .tzj_special_02_png{
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        top: 5%;
        width: 45%;
    }
    .product_containt .product_part2 > .tzj_special_01 > .text_info > h1{
        font-size: 3rem;
        font-weight: normal;
    }
    .product_containt .product_part2 > .tzj_special_01 > .text_info > h2{
        font-weight: normal;
    }
    /*.product_containt .product_part2 > .tzj_special_01 > .text_info > p{
        white-space: normal;
    }*/
    .product_containt .product_part2 > .tzj_special_02 > .text_info > h1{
        font-size: 3rem;
        font-weight: normal;
    }
    .product_containt .product_part2 > .tzj_special_02 > .text_info > h2{
        font-weight: normal;
    }
    /*.product_containt .product_part2 > .tzj_special_02 > .text_info > p{
        white-space: normal;
    }*/
    .product_containt .product_part2 > .tzj_special_05 > .text_info > h1{
        font-size: 3rem;
        font-weight: normal;
    }
    .product_containt .product_part2 > .tzj_special_05 > .text_info > h2{
        font-weight: normal;
    }
    /*.product_containt .product_part2 > .tzj_special_05 > .text_info > p{
        white-space: normal;
    }*/
    .product_containt .product_part2 > .tzj_special_05 > .text_info{
        width: 88%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        top: 50%;
    }
    .tzj_special_04_png{
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        top: 2%;
    }
    .product_containt .product_part2 > .tzj_special_04 > .text_info{
        width: 88%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        top: 57%;
        text-align: center;
    }
    .product_containt .product_part2 > .tzj_special_04 > .text_info > h1{
        font-size: 3rem;
        font-weight: normal;
    }
    .product_containt .product_part2 > .tzj_special_04 > .text_info > h2{
        font-weight: normal;
    }
    .tzj_special_03_png{
        top: -24%;
        left: -25%;
        width: 100%;
    }
    .product_containt .product_part2 > .tzj_special_03 > .text_info{
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        left: 62%;
        width: 34%;
    }
    .tzj_special_06_png{
        bottom: -27%;
        right: -58%;
        width: 167%;
    }
    .product_containt .product_part2 > .tzj_special_06 > .text_info{
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        top: 14%;
        width: 88%;
        text-align: center;
    }
    .product_containt .product_part2 > .tzj_special_06 > .text_info > h1{
        font-size: 3rem;
        font-weight: normal;
    }
    .product_containt .product_part2 > .tzj_special_06 > .text_info > h2{
        font-weight: normal;
    }
    .product_containt .product_part2 > .tzj_special_03 > .text_info > h1{
        font-size: 3rem;
        font-weight: normal;
    }
    .product_containt .product_part2 > .tzj_special_03 > .text_info > h2{
        font-weight: normal;
    }
    /*.product_containt .product_part2 > .tzj_special_03 > .text_info > p{
        white-space: normal;
    }*/
    .right_img > div:nth-child(3){
        text-align: center;
        right: 38%;
    }
    .product_list_container ul .right_img > div:nth-child(2){
        right: -24%;
    }
    .product_crumbs>ul{
        width: 92%;
        margin: 0 auto;
    }
    .product_crumbs ul li{
        font-size: 1.8em;
    }
    .left_img > div:nth-child(3) > div{
        background: transparent;
        padding-right: 0.5em;
    }
    .right_img > div:nth-child(3) > div{
        background: transparent;
        padding-right: 0.5em;
    }
    .product_list_container ul li .active > div{
        width: 100%;
        height: 100%;
    }
    .product_list_container ul li .active > div > div{
        width: 100%;
        height: 100%;
    }
    .product_list_container ul li .active > div > div>a{
        width: 100%;
        height: 100%;
    }
    .gm_special_01_png{
        top: 7%;
        left: 29%;
    }
    .product_containt .product_part2 > .gm_special_01 > .text_info{
        top: 54%;
        left: 10%;
        text-align: center;
        width: 80%;
    }
    .gm_special_02_png{
        top: 3%;
        left: 29%;
    }
    .product_containt .product_part2 > .gm_special_02 > .text_info{
        top: 60%;
        left: 6%;
        text-align: center;
        width: 88%;
    }
    .gm_special_03_png{
        top: 15%;
    }
    .product_containt .product_part2 > .gm_special_03 > .text_info{
        top: 54%;
        width: 89%;
    }
    .gm_special_04_png{
        top: 18%;
    }
    .product_containt .product_part2 > .gm_special_04 > .text_info{
        top: 50%;
        width: 76%;
    }
    .gm_special_05_png{
        bottom: -25%;
        left: 19%;
        width: 62%;
    }
    .product_containt .product_part2 > .gm_special_05 > .text_info{
        top: 15%;
        left: 9%;
        text-align: center;
        width: 84%;
    }
    .gm_special_06_png{
        top: 14%;
        left: 33%;
    }
    .gm_special_07_png{
        top: 13%;
        left: 33%;
    }
    .product_containt .product_part2 > .gm_special_07 > .text_info{
        top: 58%;
        left: 10%;
        text-align: center;
        width: 80%;
    }
    .gm_special_08_png{
        top: 20%;
    }
    .product_containt .product_part2 > .gm_special_08 > .text_info{
        top: 53%;
    }
    .gm_special_09_png{
        top: 12%;
        right: 32%;
    }
    .product_containt .product_part2 > .gm_special_09 > .text_info{
        top: 58%;
        left: 9%;
        text-align: center;
        width: 82%;
    }
    .gm_special_11_png{
        top: 10%;
        left: 26%;
    }
    .product_containt .product_part2 > .gm_special_10 > .text_info{
        top: 58%;
        left: 8%;
        text-align: center;
        width: 85%;
    }
    .gm_special_10_png{
        top: 10%;
        left: 25%;
    }
    .gm_special_12_png{
        top: 11%;
        left: 33%;
    }
    .gm_special_13_png{
        bottom: -2%;
        right: 57%;
    }
    .product_containt .product_part2 > .gm_special_13 > .text_info{
        top: 22%;
        left: 44%;
        width: 52%;
    }
    .gm_special_14_png{
        top: -11%;
        left: 28%;
        width: 45%;
    }
    .gm_special_15_png {
        top: 14%;
    }
    .gm_special_16_png{
        top: 13%;
        left: 33%;
        width: 35%;
    }
    .product_containt .product_part2 > .gm_special_02 > .wzzs{
        top: 17%!important;
    }
    .wztx{
        top: 40%!important;
    }
    .jbq_special_03_png{
        top: 6%;
        left: 32%;
    }
    .product_containt .product_part2 > .jbq_special_03 > .text_info{
        top: 58%;
        left: 12.1%;
        text-align: center;
        width: 80%;
    }
    .product_containt .product_part2 > .jbq_special_03 > .text_info > h1{
        font-size: 3rem;
    }
    .product_containt .product_part2 > .jbq_special_03 > .text_info > h2{
        margin: 10px 0px 10px;
    }
    .jbq_special_01_png{
        top: 23%;
        left: 52%;
    }
    .product_containt .product_part2 > .jbq_special_01 > .text_info{
        top: 22%;
        left: 9.1%;
        width: 40%;
    }
    .product_containt .product_part2 > .jbq_special_01 > .text_info > h1{
        font-size: 3rem;
    }
    .product_containt .product_part2 > .jbq_special_01 > .text_info > h2{
        margin: 10px 0px 10px;
    }
    .jbq_special_02_png{
        top: 50%;
        left: 28%;
    }
    .product_containt .product_part2 > .jbq_special_02 > .text_info{
        top: 10%;
        left: 12.1%;
        text-align: center;
        width: 80%;
    }
    .product_containt .product_part2 > .jbq_special_02 > .text_info > h1{
        font-size: 3rem;
    }
    .product_containt .product_part2 > .jbq_special_02 > .text_info > h2{
        margin: 10px 0px 10px;
    }
    .hbf_special_01_png{
        top: 10%;
        left: 35%;
    }
    .product_containt .product_part2 > .hbf_special_01 > .text_info{
        top: 56%;
        left: 10%;
        text-align: center;
        width: 80%;
    }
    .hbf_special_02_png{
        top: 13%;
        left: 34%;
    }
    .product_containt .product_part2 > .hbf_special_02 > .text_info{
        top: 55%;
        left: 11%;
        text-align: center;
        width: 79%;
    }
    .hbf_special_03_png{
        top: 13%;
        right: 34%;
    }
    .product_containt .product_part2 > .hbf_special_03 > .text_info{
        top: 58%;
        left: 10%;
        text-align: center;
        width: 80%;
    }
    .hbf_special_04_png{
        top: 19%;
        right: 36%;
    }
    .product_containt .product_part2 > .hbf_special_04 > .text_info{
        top: 58%;
        left: 10%;
        text-align: center;
        width: 80%;
    }
    .hbf_special_05_png{
        top: 16%;
        left: 32%;
    }
    .product_containt .product_part2 > .hbf_special_05 > .text_info{
        top: 52%;
        left: 10%;
        text-align: center;
        width: 80%;
    }
    .hbf_special_06_png{
        top: 19%;
        right: 35%;
    }
    .product_containt .product_part2 > .hbf_special_06 > .text_info{
        top: 56%;
        left: 10%;
        text-align: center;
        width: 80%;
    }
    .hbf_special_07_png{
        top: 17%;
        left: 35%;
    }
    .product_containt .product_part2 > .hbf_special_07 > .text_info{
        top: 58%;
        left: 10%;
        text-align: center;
        width: 80%;
    }
    .hbf_special_08_png{
        top: 14%;
        left: 34%;
    }
    .product_containt .product_part2 > .hbf_special_08 > .text_info{
        top: 54%;
        left: 10%;
        text-align: center;
        width: 79%;
    }
    .product_part4{
        padding: 30px 0;
    }
    .hbf_special_09_png{
        top: 19%;
        left: 30%;
        width: 40%;
    }
    .product_containt .product_part2 > .hbf_special_09 > .text_info{
        top: 57%;
        left: 9%;
        text-align: center;
        width: 83%;
    }
    .hbf_special_10_png{
        top: 25%;
    }
    .product_containt .product_part2 > .hbf_special_10 > .text_info{
        top: 54%;
        width: 80%;
    }
    .hbf_special_11_png {
        left: 30%;
    }
    .product_containt .product_part2 > .hbf_special_11 > .text_info{
        top: 61%;
        left: 7%;
        text-align: center;
        width: 89%;
    }
    .hbf_special_12_png{
        top: 12%;
        left: 35%;
    }
    .product_containt .product_part2 > .hbf_special_12 > .text_info{
        top: 65%;
        left: 10%;
        text-align: center;
        width: 80%;
    }
    .hbf_special_13_png{
        top: 11%;
        left: 32%;
    }
    .product_containt .product_part2 > .hbf_special_13 > .text_info{
        top: 46%;
        left: 10%;
        text-align: center;
        width: 80%;
    }
    .hbf_special_14_png{
        top: 25%;
    }
    .product_containt .product_part2 > .hbf_special_14 > .text_info{
        top: 35%;
        left: 7%;
        width: 42%;
    }
    .hbf_special_15_png{
        left: 35%;
    }
    .product_containt .product_part2 > .hbf_special_15 > .text_info{
        top: 61%;
        left: 11%;
        text-align: center;
        width: 79%;
    }
    .hbf_special_16_png{
        left: 35%;
    }
    .product_containt .product_part2 > .hbf_special_16 > .text_info{
        top: 60%;
        left: 24%;
        text-align: center;
        width: 53%;
    }
    .hbf_special_17_png{
        left: 21%;
        width: 58%;
    }
    .product_containt .product_part2 > .hbf_special_17 > .text_info{
        top: 52%;
        width: 80%;
    }
    .mc_special_13_png{
        top: 18%;
        left: 32%;
        width: 35%;
    }
    .product_containt .product_part2 > .mc_special_13 > .text_info{
        top: 58%;
        left: 10%;
        text-align: center;
        width: 80%;
    }
    .mc_special_14_png{
        top: 14%;
        right: 35%;
    }
    .product_containt .product_part2 > .mc_special_14 > .text_info{
        top: 58%;
        left: 10%;
        text-align: center;
        width: 80%;
    }
    .mc_special_31_png{
        top: 15%;
        right: 34%;
    }
    .product_containt .product_part2 > .mc_special_15 > .text_info{
        top: 55%;
        left: 10%;
        text-align: center;
        width: 80%;
    }
    .mc_special_16_png{
        top: 18%;
        left: -8%;
        width: 120%;
    }
    .product_containt .product_part2 > .mc_special_16 > .text_info{
        top: 64%;
        width: 80%;
    }
    .mc_special_17_png{
        top: 24%;
        left: 22%;
        width: 56%;
    }
    .product_containt .product_part2 > .mc_special_17 > .text_info{
        top: 53%;
        left: 10%;
        text-align: center;
        width: 80%;
    }
    .mc_special_18_png{
        bottom: 6%;
        right: -21%;
        width: 130%;
    }
    .product_containt .product_part2 > .mc_special_18 > .text_info{
        top: 29%;
        left: 7%;
        width: 39%;
    }
    .mc_special_19_png{
        top: 12%;
        left: 31%;
        width: 38%;
    }
    .product_containt .product_part2 > .mc_special_19 > .text_info{
        top: 61%;
        left: 7%;
        text-align: center;
        width: 86%;
    }
    .mc_special_20_png{
        top: 16%;
        right: 30%;
        width: 41%;
    }
    .product_containt .product_part2 > .mc_special_20 > .text_info{
        top: 59%;
        left: 10%;
        text-align: center;
        width: 80%!important;
    }
    .mc_special_22_png{
        top: 12%;
        left: 33%;
    }
    .product_containt .product_part2 > .mc_special_22 > .text_info{
        top: 60%;
        left: 10%;
        text-align: center;
        width: 80%;
    }
    .mc_special_23_png{
        top: 11%;
        left: 34%;
    }
    .product_containt .product_part2 > .mc_special_23 > .text_info{
        top: 60%;
        left: 8%;
        text-align: center;
        width: 84%;
    }
    .mc_special_21_png{
        top: 12%;
        right: 33%;
    }
    .product_containt .product_part2 > .mc_special_21 > .text_info{
        top: 58%;
        left: 10%;
        text-align: center;
        width: 80%;
    }
    .mc_special_07_png{
        top: 16%;
        left: 32%;
    }
    .product_containt .product_part2 > .mc_special_07 > .text_info{
        top: 58%;
        right: 10%;
        text-align: center;
        width: 80%;
    }
    .mc_special_08_png{
        left: 27%;
        width: 46%;
    }
    .mc_special_09_png{
        top: 27%;
    }
    .mc_special_10_png{
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -0-transform: translateY(-50%);
        top: 50%;
        right: 3%;
        width: 43%;
    }
    .product_containt .product_part2 > .mc_special_10 > .text_info{
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        top: 50%;
        left: 8%;
        width: 43%;
    }
    .mc_special_11_png{
        top: 16%;
        left: 34%;
    }
    .product_containt .product_part2 > .mc_special_11 > .text_info{
        top: 57%;
        left: 10%;
        text-align: center;
        width: 80%;
    }
    .mc_special_12_png{
        top: 18%;
    }
    .mc_special_01_png{
        top: 14%;
        left: 18%;
        width: 62%;
    }
    .product_containt .product_part2 > .mc_special_01 > .text_info{
        top: 58%;
        left: 7%;
        text-align: center;
        width: 87%;
    }
    .mc_special_02_png{
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        top: 50%;
        right: 6%;
        width: 29%;
    }
    .product_containt .product_part2 > .mc_special_02 > .text_info{
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        top: 50%;
        width: 54%;
        left: 8%;
    }
    .mc_special_03_png{
        top: 12%;
        right: 30%;
    }
    .product_containt .product_part2 > .mc_special_03 > .text_info{
        top: 60%;
        left: 10%;
        text-align: center;
        width: 80%;
    }
    .mc_special_04_png{
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        top: 50%;
    }
    .product_containt .product_part2 > .mc_special_04 > .text_info{
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        top: 50%;
    }
    .mc_special_05_png{
        top: 22%;
    }
    .mc_special_06_png{
        top: 22%;
    }
    .mc_special_24_png{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        top: 14%;
        left: 50%;
    }
    .product_containt .product_part2 > .mc_special_24 > .text_info{
        top: 57%;
        left: 10%;
        text-align: center;
        width: 80%;
    }
    .mc_special_25_png{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        left: 50%;
        top: 14%;
    }
    .product_containt .product_part2 > .mc_special_25 > .text_info{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        top: 55%;
        text-align: center;
        width: 82%;
    }
    .mc_special_26_png{
        top: 16%;
        right: 37%;
    }
    .product_containt .product_part2 > .mc_special_26 > .text_info{
        top: 54%;
        left: 10%;
        text-align: center;
        width: 80%;
    }
    .mc_special_27_png{
        top: 16%;
        right: 37%;
    }
    .mc_special_28_png{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        left: 50%;
        top: 12%;
    }
    .product_containt .product_part2 > .mc_special_28 > .text_info{
        top: 60%;
        left: 9%;
        text-align: center;
        width: 82%!important;
    }
    .mc_special_29_png{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        left: 50%;
        top: 12%;
    }
    .twj_special_01_png{
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        top: 56%;
        left: 50%;
        width: 58%;
    }
    .product_containt .product_part2 > .twj_special_01 > .text_info{
        left: 10%;
        width: 44%;
    }
    .product_containt .product_part2 > .twj_special_01 > .text_info > h1{
        font-size: 3rem;
    }
    .product_containt .product_part2 > .twj_special_01 > .text_info > h2{
        margin: 10px 0px 10px;
    }
    .twj_special_02_png{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        left: 50%;
        top: 12%;
    }
    .product_containt .product_part2 > .twj_special_01 > .twj2{
        width: 80%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        left: 50%;
        top: 53%;
        text-align: center;
    }
    .twj_special_03_png{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        left: 50%;
        top: 8%;
    }
    .product_containt .product_part2 > .twj_special_01 > .twj3{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        left: 50%;
        width: 85%;
        text-align: center;
        top: 58%;
    }
    .twj_special_04_png{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        left: 50%;
        top: 4%;
        width: 41%;
    }
    .product_containt .product_part2 > .twj_special_01 > .twj4{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        left: 50%;
        top: 54%;
        width: 80%;
        text-align: center;
    }
    .twj_special_05_png{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        left: 50%;
    }
    .product_containt .product_part2 > .twj_special_01 > .twj5{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        left: 50%;
        top: 16%;
        width: 80%;
        text-align: center;
    }
    .product_containt .product_part2 .hac_special_01>img{
        min-width: 100%;
    }
    .amq_special_01_png{
        top: 8%;
        left: 26%;
        width: 48%;
    }
    .product_containt .product_part2 > .amq_special_01 > .text_info{
        top: 57%;
        left: 10%;
        text-align: center;
        width: 80%;
    }
    .product_containt .product_part2 > .amq_special_01 > .text_info > h1{
        font-size: 3rem;
        font-weight: normal;
    }
    .product_containt .product_part2 > .amq_special_01 > .text_info > h2{
        font-weight: normal;
        margin: 10px 0px;
    }
    .product_containt .product_part2 > .amq_special_01 > .text_info > p{
        margin-bottom: 0px;
    }
    .amq_special_03_png{
        top: 12%;
        left: 28%;
        width: 44%;
    }
    .product_containt .product_part2 > .amq_special_03 > .text_info{
        top: 56%;
        left: 10%;
        text-align: center;
        width: 80%;
    }
    .product_containt .product_part2 > .amq_special_03 > .text_info > h1{
        font-size: 3rem;
        font-weight: normal;
    }
    .product_containt .product_part2 > .amq_special_03 > .text_info > h2{
        font-weight: normal;
        margin: 10px 0px;
    }
    .product_containt .product_part2 > .amq_special_03 > .text_info > p{
        margin-bottom: 0px;
    }
    .amq_special_04_png{
        top: 26%;
        left: -1%;
        width: 50%;
    }
    .product_containt .product_part2 > .amq_special_04 > .text_info{
        top: 5%;
        left: 45%;
        width: 52%;
    }
    .product_containt .product_part2 > .amq_special_04 > .text_info > h1{
        font-size: 3rem;
        font-weight: normal;
        margin-bottom: 0px;
    }
    .product_containt .product_part2 > .amq_special_04 > .text_info > h2{
        font-weight: normal;
        margin: 10px 0px 10px;
    }
    .product_containt .product_part2 > .amq_special_04 > .text_info > h3{
        font-weight: normal;
        margin: 10px 0px 10px;
        line-height: 1.5em;
    }
    .product_containt .product_part2 > .amq_special_04 > .text_info > p{
        margin-bottom: 0px;
        line-height: 1.4em;
    }
    .amq_special_05_png{
        top: 18%;
        left: 29%;
    }
    .product_containt .product_part2 > .amq_special_05 > .text_info{
        top: 52%;
        left: 10%;
        text-align: center;
        width: 80%;
    }
    .product_containt .product_part2 > .amq_special_05 > .text_info > h1{
        font-size: 3rem;
        font-weight: normal;
    }
    .product_containt .product_part2 > .amq_special_05 > .text_info > h2{
        font-weight: normal;
        margin: 10px 0px;
    }
    .product_containt .product_part2 > .amq_special_05 > .text_info > p{
        margin-bottom: 0px;
    }
    .amq_special_06_png{
        top: 6%;
        left: 35%;
    }
    .product_containt .product_part2 > .amq_special_06 > .text_info{
        top: 60%;
        left: 7%;
        text-align: center;
        width: 86%;
    }
    .product_containt .product_part2 > .amq_special_06 > .text_info > h1{
        font-size: 3rem;
        font-weight: normal;
    }
    .product_containt .product_part2 > .amq_special_06 > .text_info > h2{
        font-weight: normal;
        margin: 10px 0px;
    }
    .amq_special_12_png{
        top: 14%;
        left: 33%;
        width: 34%;
    }
    .product_containt .product_part2 > .amq_special_12 > .text_info{
        top: 60%;
        left: 10%;
        text-align: center;
        width: 80%;
    }
    .product_containt .product_part2 > .amq_special_12 > .text_info > h1{
        font-size: 3rem;
        font-weight: normal;
    }
    .product_containt .product_part2 > .amq_special_12 > .text_info > h2{
        font-weight: normal;
        margin: 10px 0px;
    }
    .amq_special_13_png{
        top: 12%;
        left: 35%;
    }
    .product_containt .product_part2 > .amq_special_13 > .text_info{
        top: 62%;
        left: 10%;
        text-align: center;
        width: 80%;
    }
    .product_containt .product_part2 > .amq_special_13 > .text_info > h1{
        font-size: 3rem;
        font-weight: normal;
    }
    .product_containt .product_part2 > .amq_special_13 > .text_info > h2{
        font-weight: normal;
        margin: 10px 0px;
    }
    .amq_special_14_png{
        top: 10%;
        left: 33%;
        width: 34%;
    }
    .product_containt .product_part2 > .amq_special_14 > .text_info{
        top: 62%;
        left: 10%;
        text-align: center;
        width: 80%;
    }
    .product_containt .product_part2 > .amq_special_14 > .text_info > h1{
        font-size: 3rem;
        font-weight: normal;
    }
    .product_containt .product_part2 > .amq_special_14 > .text_info > h2{
        font-weight: normal;
        margin: 10px 0px;
    }
    .amq_special_08_png{
        top: -5%;
        left: -10%;
    }
    .product_containt .product_part2 > .amq_special_08 > .text_info{
        top: 50%;
        left: 0%;
    }
    .product_containt .product_part2 > .amq_special_08 > .text_info > h1{
        font-size: 3rem;
        font-weight: normal;
    }
    .product_containt .product_part2 > .amq_special_08 > .text_info > h2{
        font-weight: normal;
        margin: 10px 0px;
    }
    .product_containt .product_part2 > .amq_special_08 > .text_info > p{
        margin-bottom: 0px;
    }
    .amq_special_15_png{
        top: 16%;
        left: 30%;
    }
    .product_containt .product_part2 > .amq_special_15 > .text_info{
        top: 56%;
        left: 10%;
        text-align: center;
        width: 80%;
    }
    .product_containt .product_part2 > .amq_special_15 > .text_info > h1{
        font-size: 3rem;
        font-weight: normal;
    }
    .product_containt .product_part2 > .amq_special_15 > .text_info > h2{
        font-weight: normal;
        margin: 10px 0px;
    }
    .product_containt .product_part2 > .amq_special_15 > .text_info > p{
        white-space: normal;
    }
    .amq_special_19_png{
        top: -8%;
        left: 0%;
        width: 100%;
    }
    .product_containt .product_part2 > .amq_special_19 > .text_info{
        top: 56%;
        text-align: center;
    }
    .product_containt .product_part2 > .amq_special_19 > .text_info > h1{
        font-size: 3rem;
        font-weight: normal;
    }
    .product_containt .product_part2 > .amq_special_19 > .text_info > h2{
        font-weight: normal;
        margin: 10px 0px;
    }
    .product_containt .product_part2 > .amq_special_19 > .text_info > p{
        margin-bottom: 0px;
    }
    .amq_special_09_png{
        top: -3%;
        left: 24%;
    }
    .product_containt .product_part2 > .amq_special_09 > .text_info{
        top: 60%;
        left: 0%;
    }
    .product_containt .product_part2 > .amq_special_09 > .text_info > h1{
        font-size: 3rem;
        font-weight: normal;
    }
    .product_containt .product_part2 > .amq_special_09 > .text_info > h2{
        font-weight: normal;
        margin: 10px 0px;
    }
    .amq_special_10_png{
        top: 14%;
        left: 22%;
        width: 65%;
    }
    .product_containt .product_part2 > .amq_special_10 > .text_info{
        top: 58%;
    }
    .product_containt .product_part2 > .amq_special_10 > .text_info > h1{
        font-size: 3rem;
        font-weight: normal;
    }
    .product_containt .product_part2 > .amq_special_10 > .text_info > h2{
        font-weight: normal;
        margin: 10px 0px;
    }
    .amq_special_11_png{
        top: 2%;
        left: 27%;
    }
    .product_containt .product_part2 > .amq_special_11 > .text_info{
        top: 44%;
        left: 5%;
        width: 90%;
    }
    .product_containt .product_part2 > .amq_special_11 > .text_info > h1{
        font-size: 3rem;
        font-weight: normal;
    }
    .product_containt .product_part2 > .amq_special_11 > .text_info > h2{
        font-weight: normal;
        margin: 10px 0px;
    }
    .product_containt .product_part2 > .amq_special_11 > .text_info > h3{
        font-size: 1.4em;
        font-weight: normal;
        margin: 10px 0px;
        white-space: normal;
    }
    .product_containt .product_part2 > .amq_special_11 > .text_info > p{
        font-size: 1.4em;
        white-space: normal;
        margin-bottom: 0px;
    }
    .product_containt .product_part2 > .amq_special_02 > img{
        min-width: 100%;
    }
    .product_containt .product_part2 > .amq_special_02 > .text_info{
        top: 25%;
        left: 59%;
        width: 38%;
    }
    .product_containt .product_part2 > .amq_special_02 > .text_info > h1{
        font-size: 3rem;
        font-weight: normal;
    }
    .product_containt .product_part2 > .amq_special_02 > .text_info > h2{
        font-weight: normal;
    }
    .product_containt .product_part2 > .amq_special_07 > img{
        min-width: 100%;
    }
    .product_containt .product_part2 > .amq_special_07 > .text_info{
        bottom: 7%;
        left: 10%;
        text-align: center;
        width: 80%;
    }
    .product_containt .product_part2 > .amq_special_07 > .text_info > h1{
        font-size: 3rem;
        font-weight: normal;
    }
    .product_containt .product_part2 > .amq_special_07 > .text_info > h2{
        font-weight: normal;
        margin: 10px 0px;
    }
    .product_containt .product_part2 > .amq_special_07 > .text_info > p{
        margin-bottom: 0px;
    }
    .amq_special_21_png{
        top: 3%;
        left: 24%;
    }
    .product_containt .product_part2 > .amq_special_21 > .text_info{
        top: 49%;
        left: 8%;
        text-align: center;
        width: 84%;
    }
    .product_containt .product_part2 > .amq_special_21 > .text_info > h1{
        font-size: 3rem;
        font-weight: normal;
    }
    .product_containt .product_part2 > .amq_special_21 > .text_info > h2{
        font-weight: normal;
        margin: 10px 0px;
    }
    .scale_special_01_png{
        top: 18%;
    }
    .product_containt .product_part2 > .scale_special_01 > .text_info{
        width: 84%;
        top:48%;
    }
    .product_containt .product_part2 > .scale_special_01 > .text_info > h1{
        font-size: 2em;
        letter-spacing: 3px;
    }
    .product_containt .product_part2 > .scale_special_01 > .text_info > h2{
        margin: 10px 0px;
    }
    .scale_special_02_png{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        left: 50%;
        top: 14%;
    }
    .product_containt .product_part2 > .scale_special_02 > .text_info{
        width: 88%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        top: 54%;
        text-align: center;
    }
    .product_containt .product_part2 > .scale_special_02 > .text_info > h1{
        font-size: 2em;
        letter-spacing: 3px;
    }
    .product_containt .product_part2 > .scale_special_02 > .text_info > h2{
        margin: 10px 0px;
    }
    .scale_special_03_png{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        left: 50%;
        top: 16%;
    }
    .product_containt .product_part2 > .scale_special_03 > .text_info{
        width: 84%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        left: 50%;
        top: 50%;
        text-align: center;
    }
    .product_containt .product_part2 > .scale_special_03 > .text_info > h1{
        font-size: 2em;
        letter-spacing: 3px;
    }
    .product_containt .product_part2 > .scale_special_03 > .text_info > h2{
        margin: 10px 0px;
    }
    .scale_special_04_png{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        top: 14%;
        right: 34%;
    }
    .product_containt .product_part2 > .scale_special_04 > .text_info{
        width: 90%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        left: 50%;
        top: 58%;
        text-align: center;
    }
    .product_containt .product_part2 > .scale_special_04 > .text_info > h1{
        font-size: 2em;
        letter-spacing: 3px;
    }
    .product_containt .product_part2 > .scale_special_04 > .text_info > h2{
        margin: 10px 0px;
    }
    .vfd_special_01_png{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        top: 15%;
        left: 50%;
    }
    .product_containt .product_part2 > .vfd_special_01 > .text_info{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        top: 48%;
        left: 50%;
        text-align: center;
        width: 88%;
    }
    .product_containt .product_part2 > .vfd_special_01 > .text_info > h1{
        font-size: 2em;
        letter-spacing: 3px;
    }
    .product_containt .product_part2 > .vfd_special_01 > .text_info > h2{
        margin: 10px 0px;
    }
    .vfd_special_02_png{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        left: 50%;
        top: 18%;
    }
    .product_containt .product_part2 > .vfd_special_02 > .text_info{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        top: 54%;
        left: 50%;
        text-align: center;
        width: 84%;
    }
    .product_containt .product_part2 > .vfd_special_02 > .text_info > h1{
        font-size: 2em;
        letter-spacing: 3px;
    }
    .product_containt .product_part2 > .vfd_special_02 > .text_info > h2{
        margin: 10px 0px;
    }
    .vfd_special_03_png{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        right: 24%;
        top: 17%;
    }
    .product_containt .product_part2 > .vfd_special_03 > .text_info{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        top: 54%;
        left: 50%;
        text-align: center;
        width: 84%;
    }
    .product_containt .product_part2 > .vfd_special_03 > .text_info > h1{
        font-size: 2em;
        letter-spacing: 3px;
    }
    .product_containt .product_part2 > .vfd_special_03 > .text_info > h2{
        margin: 10px 0px;
    }
    .vfd_special_04_png{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        top: 18%;
        left: 50%;
    }
    .product_containt .product_part2 > .vfd_special_04 > .text_info{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        top: 54%;
        left: 50%;
        text-align: center;
        width: 84%;
    }
    .product_containt .product_part2 > .vfd_special_04 > .text_info > h1{
        font-size: 2em;
        letter-spacing: 3px;
    }
    .product_containt .product_part2 > .vfd_special_04 > .text_info > h2{
        margin: 10px 0px;
    }
    .vfd_special_05_png{
        top: 18%;
    }
    .product_containt .product_part2 > .vfd_special_05 > .text_info{
        width: 84%;
        top: 50%;
    }
    .product_containt .product_part2 > .vfd_special_05 > .text_info > h1{
        font-size: 2em;
        letter-spacing: 3px;
    }
    .product_containt .product_part2 > .vfd_special_05 > .text_info > h2{
        margin: 10px 0px;
    }
    .as_special_01_png{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        top: 12%;
        left: 50%;
    }
    .product_containt .product_part2 > .as_special_01 > .text_info{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        top: 42%;
        left: 50%;
        text-align: center;
        width: 84%;
    }
    .product_containt .product_part2 > .as_special_01 > .text_info > h1{
        font-size: 2em;
        letter-spacing: 3px;
    }
    .product_containt .product_part2 > .as_special_01 > .text_info > h2{
        margin: 10px 0px;
    }
    .as_special_02_png{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        top: 15%;
        left: 50%;
    }
    .product_containt .product_part2 > .as_special_02 > .text_info{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        top: 50%;
        left: 50%;
        text-align: center;
        width: 84%;
    }
    .product_containt .product_part2 > .as_special_02 > .text_info > h1{
        font-size: 2em;
        letter-spacing: 3px;
    }
    .product_containt .product_part2 > .as_special_02 > .text_info > h2{
        margin: 10px 0px;
    }
    .as_special_03_png{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        top: 10%;
        left: 50%;
    }
    .product_containt .product_part2 > .as_special_03 > .text_info{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        top: 52%;
        left: 50%;
        text-align: center;
        width: 88%;
    }
    .product_containt .product_part2 > .as_special_03 > .text_info > h1{
        font-size: 2em;
        letter-spacing: 3px;
    }
    .product_containt .product_part2 > .as_special_03 > .text_info > h2{
        margin: 10px 0px;
    }
    .as_special_04_png{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        top: 16%;
        left: 50%;
    }
    .product_containt .product_part2 > .as_special_04 > .text_info{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        top: 44%;
        left: 50%;
        text-align: center;
        width: 84%;
    }
    .product_containt .product_part2 > .as_special_04 > .text_info > h1{
        font-size: 2em;
        letter-spacing: 3px;
    }
    .product_containt .product_part2 > .as_special_04 > .text_info > h2{
        margin: 10px 0px;
    }
    .as_special_05_png{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        top: 20%;
        left: 50%;
    }
    .product_containt .product_part2 > .as_special_05 > .text_info{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        top: 54%;
        left: 50%;
        text-align: center;
        width: 84%;
    }
    .product_containt .product_part2 > .as_special_05 > .text_info > h1{
        font-size: 2em;
        letter-spacing: 3px;
    }
    .product_containt .product_part2 > .as_special_05 > .text_info > h2{
        margin: 10px 0px;
    }
    .as_special_06_png{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        top: 12%;
        left: 50%;
    }
    .product_containt .product_part2 > .as_special_06 > .text_info{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        top: 50%;
        left: 50%;
        text-align: center;
        width: 84%;
    }
    .product_containt .product_part2 > .as_special_06 > .text_info > h1{
        font-size: 2em;
        letter-spacing: 3px;
    }
    .product_containt .product_part2 > .as_special_06 > .text_info > h2{
        margin: 10px 0px;
    }
    .as_special_07_png{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        top: 8%;
        left: 50%;
    }
    .product_containt .product_part2 > .as_special_07 > .text_info{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        top: 53%;
        left: 50%;
        text-align: center;
        width: 88%;
    }
    .product_containt .product_part2 > .as_special_07 > .text_info > h1{
        font-size: 2em;
        letter-spacing: 3px;
    }
    .product_containt .product_part2 > .as_special_07 > .text_info > h2{
        margin: 10px 0px;
    }
    .as_special_08_png{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        top: 17%;
        left: 50%;
    }
    .product_containt .product_part2 > .as_special_08 > .text_info{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        top: 54%;
        left: 50%;
        text-align: center;
        width: 84%;
    }
    .product_containt .product_part2 > .as_special_08 > .text_info > h1{
        font-size: 2em;
        letter-spacing: 3px;
    }
    .product_containt .product_part2 > .as_special_08 > .text_info > h2{
        margin: 10px 0px;
    }
    .scale_special_05_png{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        left: 50%;
        top: 14%;
    }
    .product_containt .product_part2 > .scale_special_05 > .text_info{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        top: 50%;
        left: 50%;
        text-align: center;
        width: 84%;
    }
    .product_containt .product_part2 > .scale_special_05 > .text_info > h1{
        font-size: 2em;
        letter-spacing: 3px;
    }
    .product_containt .product_part2 > .scale_special_05 > .text_info > h2{
        margin: 10px 0px;
    }
    .yyxyj_special_02_png{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        top: 14%;
        left: 50%;
    }
    .product_containt .product_part2 > .yyxyj_special_02 > .text_info{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        top: 47%;
        left: 50%;
        text-align: center;
        width: 84%;
    }
    .product_containt .product_part2 > .yyxyj_special_02 > .text_info > h1{
        font-size: 2.4em;
        letter-spacing: 0px;
    }
    .product_containt .product_part2 > .yyxyj_special_02 > .text_info > h2{
        margin: 10px 0px;
    }
    .yyxyj_special_03_png{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        top: 8%;
        right: 20%;
    }
    .product_containt .product_part2 > .yyxyj_special_03 > .text_info{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        top: 52%;
        left: 50%;
        text-align: center;
        width: 88%;
    }
    .product_containt .product_part2 > .yyxyj_special_03 > .text_info > h1{
        font-size: 2.4em;
        letter-spacing: 0px;
    }
    .product_containt .product_part2 > .yyxyj_special_03 > .text_info > h2{
        margin: 10px 0px;
    }
    .bpm_special_28_png{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        right: 20%;
        top: 12%;
    }
    .product_containt .product_part2 > .bpm_special_28 > .text_info{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        top: 49%;
        left: 50%;
        text-align: center;
        width: 84%;
    }
    .product_part2 > .bpm_special_28 > .text_info > h1{
        font-size: 2.4em;
        letter-spacing: 0px;
    }
    .yyxyj_special_04_png{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        left: 50%;
        top: 15%;
    }
    .product_containt .product_part2 > .yyxyj_special_04 > .text_info{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        top: 43%;
        left: 50%;
        text-align: center;
        width: 84%;
    }
    .product_containt .product_part2 > .yyxyj_special_04 > .text_info > h1{
        font-size: 2.4em;
        letter-spacing: 0px;
    }
    .product_containt .product_part2 > .yyxyj_special_04 > .text_info > h2{
        margin: 10px 0px;
    }
    .yyxyj_special_01_png{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        left: 50%;
        top: 15%;
    }
    .product_containt .product_part2 > .yyxyj_special_01 > .text_info{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        top: 44%;
        left: 50%;
        text-align: center;
        width: 84%;
    }
    .product_containt .product_part2 > .yyxyj_special_01 > .text_info > h1{
        font-size: 2.4em;
        letter-spacing: 0px;
    }
    .product_containt .product_part2 > .yyxyj_special_01 > .text_info > h2{
        margin: 10px 0px;
    }
    .yyxyj_special_05_png{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        top: 14%;
        left: 50%;
    }
    .product_containt .product_part2 > .yyxyj_special_05 > .text_info{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        top: 58%;
        left: 50%;
        text-align: center;
        width: 84%;
    }
    .product_containt .product_part2 > .yyxyj_special_05 > .text_info > h1{
        font-size: 2.4em;
        letter-spacing: 0px;
    }
    .product_containt .product_part2 > .yyxyj_special_05 > .text_info > h2{
        margin: 10px 0px;
    }
    .product_containt .product_part2 > .yyxyj_special_07 > .text_info{
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        width: 80%;
        left: 50%;
        top:42%;
    }
}
