/*light gray*/
/* V3 Color Scheme */
/* Bootstrap Overwrites */
a {
    outline: none;
}

a.link-em {
    color: #009ddc;
}

p {
    color: #4d4d4d;
}

.mh {
    color: #4d4d4d;
    font-weight: 500;
}

.sh {
    color: #0099dc;
    font-weight: 300;
    margin: 0;
}

.dt-break, .mt-break {
    display: none;
}

.navbar-collapse.in {
    overflow-y: visible;
}

.btn {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
}

.btn-primary {
    background-color: #0099dc;
}

.btn-secondary {
    background-color: #fff;
    border: 1px solid #b9c0c4;
}

.btn-cowaylightblue {
    background-color: #6ec4e8;
    color: #fff;
}

.btn-cowaylightgray {
    background-color: #b2b3b2;
    color: #fff;
}

.btn-round {
    border: 1px solid #333;
    padding: 7px 25px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.btn-transparent {
    border: 1px solid #4d4d4d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
}

.btn-transparent:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
}
.icon svg {
    width: 75%;
}

.icon-circle {
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
}

.icon-blue {
    background: rgba(126, 208, 243, 0.2);
}
.icon-blue svg {
    fill: #7ed0f3;
}

.icon-green svg {
    fill: #89c98f;
}

.icon-pink svg {
    fill: #f998ab;
}

.icon-peach svg {
    fill: #feb27f;
}

.round-shadow-box {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: -5px 5px 30px -5px rgba(204, 204, 204, 0.5);
    box-shadow: -5px 5px 30px -5px rgba(204, 204, 204, 0.5);
}

.table th {
    background-color: #fafafa;
    font-weight: 400;
    color: #000;
}
.table thead {
    border-top: 1px solid #999;
}
.table thead th, .table thead td {
    background-color: #fafafa;
    font-weight: 400;
    color: #000;
}
.table th, .table td {
    text-align: left;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 1px;
}

.nopadding {
    padding: 0;
}

#content {
    /*min-height:500px;*/
    margin: 0;
    padding: 0;
    float: none;
}

.owl-theme .owl-dots .owl-dot {
    background: transparent !important;
}

.owl-theme .owl-dots .owl-dot span {
    background: #fff;
    border: 2px solid #555;
    margin: 5px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    border: 2px solid #555;
    background: #555;
}

#logo {
    margin: 0;
}
#logo img {
    /*width: 80%;*/
    /*margin: 5px 0 0 0;*/
}

.navbar-nav li {
    list-style: none;
}

.navbar-nav li a:hover {
    background: transparent;
    color: #000;
    font-weight: 500;
}

/* Navigation */
#nav-desktop .main-nav {
    list-style: none;
}
#nav-desktop .nav-col {
    padding: 0;
}
#nav-desktop .navbar-nav > li > a {
    line-height: 42px;
}
#nav-desktop .submenu-container {
    position: absolute;
    z-index: 999;
    width: 100%;
    background-color: white;
}
#nav-desktop .submenu-container li {
    list-style: none;
}
#nav-desktop .submenu-container ul {
    margin: 0;
}
#nav-desktop .submenu-container .submenu {
    position: relative;
    display: none;
    padding: 0;
    -webkit-box-shadow: -5px 5px 30px -5px rgba(0, 0, 0, 0.2);
    box-shadow: -5px 5px 30px -5px rgba(0, 0, 0, 0.2);
}
#nav-desktop .submenu-container .submenu ul {
    position: relative;
    padding: 0;
    margin: 0;
}
#nav-desktop .submenu-container .submenu ul > li {
    /*span {font-family: $base-font;display:block;font-weight:300;font-size:14px;letter-spacing:0px;margin-top:4px;color: lighten($coway-lightblue,25%);}*/
}
#nav-desktop .submenu-container .submenu ul > li a.submenu-name, #nav-desktop .submenu-container .submenu ul > li p {
    margin: 0;
    padding: 0;
}
#nav-desktop .submenu-container .submenu ul > li a.submenu-name {
    display: flex;
    align-items: center;
    color: #4d4d4d;
    font-size: 15px;
    padding: 20px;
    border-bottom: 1px solid #f3f4f6;
}
#nav-desktop .submenu-container .submenu ul > li a.submenu-name svg {
    height: 20px;
    width: 26px;
    margin-right: 10px;
}
#nav-desktop .submenu-container .submenu ul > li a.submenu-name span {
    line-height: 20px;
}
#nav-desktop .submenu-container .submenu ul > li a.submenu-name img {
    width: 70px;
}
#nav-desktop .submenu-container .submenu .submenu-bottom-link {
    position: absolute;
    bottom: 50px;
    right: 250px;
    width: 300px;
}
#nav-desktop .submenu-container .submenu .submenu-bottom-link h2 {
    margin: 0;
    line-height: 22px;
}
#nav-desktop .submenu-container .submenu .submenu-bottom-link p {
    padding: 10px 0;
}
#nav-desktop .submenu-container .submenu .submenu-bottom-link a {
    display: inline-block;
    margin-top: 5px;
}
#nav-desktop .submenu-container .category-products {
    display: none;
    margin-left: 20%;
    width: 80%;
    top: 0;
    left: 20%;
    padding: 0 50px 50px 50px;
    -webkit-box-shadow: inset 10px 0px 10px -10px rgba(0, 0, 0, 0.2);
    box-shadow: inset 10px 0px 10px -10px rgba(0, 0, 0, 0.2);
}
#nav-desktop .submenu-container .category-products .subcat-title {
    text-transform: uppercase;
    font-size: 16px;
}
#nav-desktop .submenu-container .category-products .menu-product {
    padding: 10px 0;
    margin-right: 50px;
}
#nav-desktop .submenu-container .category-products .menu-product .menu-product-img {
    flex-grow: 1;
    margin-right: 10px;
    background-color: #fcfcfc;
    border: 1px solid #f3f4f6;
}
#nav-desktop .submenu-container .category-products .menu-product .menu-product-img img {
    width: 100%;
}
#nav-desktop .submenu-container .category-products .menu-product .menu-product-info {
    flex-grow: 2;
}
#nav-desktop .submenu-container .category-products .menu-product .menu-product-info span {
    color: #999;
    font-size: 12px;
}
#nav-desktop .submenu-container .category-products .menu-product .menu-product-info h4 {
    margin: 2px 0;
}
#nav-desktop .submenu-container .category-products .menu-product .menu-product-info h5 {
    margin: 0;
    font-weight: 400;
}
#nav-desktop .submenu-container .category-products .menu-product .price-old {
    text-decoration: line-through;
    font-size: 14px;
}
#nav-desktop .submenu-container .category-products .menu-product .price-new {
    color: #c00 !important;
    padding-left: 5px;
    font-size: 14px !important;
}
#nav-desktop .submenu-container .category-products .col {
    width: 25%;
}
#nav-desktop .submenu-container .nav-product {
    background: url("/catalog/view/theme/coway/image/menu-bg011.png") no-repeat right bottom;
}
#nav-desktop .submenu-container .nav-product ul > li a.submenu-name {
    width: 20%;
    left: 0;
    position: absolute;
}
#nav-desktop .submenu-container .nav-product ul > li span {
    text-transform: uppercase;
    font-weight: 500;
}
#nav-desktop .submenu-container .nav-product ul > li a.submenu-name:hover svg {
    fill: white;
}
#nav-desktop .submenu-container .nav-product ul > li a.submenu-name:hover span {
    color: white;
}
#nav-desktop .submenu-container .nav-product .ctg-water > a {
    top: 0;
}
#nav-desktop .submenu-container .nav-product .ctg-water > a:hover {
    background-color: #7ed0f3;
}
#nav-desktop .submenu-container .nav-product .ctg-air > a {
    top: 60px;
}
#nav-desktop .submenu-container .nav-product .ctg-air > a:hover {
    background-color: #89c98f;
}
#nav-desktop .submenu-container .nav-product .ctg-body > a {
    top: 120px;
}
#nav-desktop .submenu-container .nav-product .ctg-body > a:hover {
    background-color: #fec1ce;
}
#nav-desktop .submenu-container .nav-product .ctg-filter > a {
    top: 180px;
}
#nav-desktop .submenu-container .nav-product .ctg-filter > a:hover {
    background-color: #ffdac1;
}
#nav-desktop .submenu-container .nav-product .active > a {
    background-color: #7ed0f3;
}
#nav-desktop .submenu-container .nav-product .active > a svg {
    fill: white;
}
#nav-desktop .submenu-container .nav-product .active > a span {
    color: white;
}
#nav-desktop .submenu-container .nav-product .active > a + .category-products {
    display: block;
}
#nav-desktop .submenu-container .nav-service img, #nav-desktop .submenu-container .nav-about img {
    margin-right: 10px;
}
#nav-desktop .submenu-container .nav-service span, #nav-desktop .submenu-container .nav-about span {
    font-weight: 500;
}
#nav-desktop .submenu-container .nav-service p, #nav-desktop .submenu-container .nav-about p {
    font-size: 12px;
    line-height: 14px;
}
#nav-desktop .nav-utility {
    list-style: none;
    padding: 0;
    margin: 25px 0 0 0;
    display: flex;
    justify-content: flex-end;
    /*
  #cartsection {
  	background-color:$coway-lightblue;
  	color:#fff;
  	font-size:.9em;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
  	border-radius: 10px;
  	padding:5px 8px;
  }
  */
}
#nav-desktop .nav-utility li {
    padding: 0 2.5%;
    display: flex;
    color: #999;
    font-size: 13px;
}
#nav-desktop .nav-utility li a {
    color: #999;
    font-size: 13px;
}
#nav-desktop .nav-utility li a.txt, #nav-desktop .nav-utility li a.cart-total {
    margin: 2px 0 0 2px;
}
#nav-desktop .nav-utility li.language {
    display: flex;
}
#nav-desktop .nav-utility a.my-account, #nav-desktop .nav-utility a.logout {
    margin: 2px 0 0 2px;
}
#nav-desktop .nav-utility .icon {
    width: 25px;
    height: 25px;
}
#nav-desktop #search {
    margin-top: 20px;
    padding: 5px 0;
    border-bottom: 1px solid #999;
    width: 100%;
}
#nav-desktop #search .form-control {
    height: auto;
    box-shadow: none;
}

/*@media (min-width: 768px) and (max-width: 991px) {*/
@media (min-width: 768px) and (max-width: 1199px) {
    #nav-desktop .submenu-container .submenu .submenu-bottom-link {
        display: none;
    }
    #nav-desktop .submenu-container .category-products .col {
        width: 33.3%;
    }
    #nav-desktop .submenu-container .category-products .last-col {
        display: none;
    }
}
#nav-mobile .util {
    margin-right: 15px;
}
#nav-mobile .util .icon {
    width: auto;
    height: 50px;
}
#nav-mobile .util svg {
    width: 17px;
}
#nav-mobile .my-page {
    justify-content: center;
    align-items: center;
    margin: 0;
}
#nav-mobile .my-page .my-account {
    padding-left: 5px;
}
#nav-mobile .navbar {
    margin: 0;
}
#nav-mobile .navbar-collapse {
    padding: 0;
    border: none;
}
#nav-mobile .nav-utility {
    text-align: right;
}
#nav-mobile .nav-utility a {
    color: #666;
    padding: 10%;
}
#nav-mobile .nav-utility a span.glyphicon {
    font-size: 1.5em;
}
#nav-mobile .nav-utility #cartsection {
    position: absolute;
    background: #6ec4e8;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-family: "Roboto", sans-serif;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: .8em;
    margin: -8px;
}
#nav-mobile .nav-subutil, #nav-mobile .navbar-footer {
    padding: 5%;
}
#nav-mobile .nav-subutil {
    align-items: center;
}
#nav-mobile .navbar-header {
    border-bottom: 1px solid #ddd;
    padding: 0 15px;
    align-items: center;
}
#nav-mobile .navbar-header .btn {
    width: 30%;
    margin-right: 10px;
    color: #fff;
    font-size: 14px;
}
#nav-mobile .navbar-footer .form-language .btn-link {
    font-size: 15px;
    color: #666;
}
#nav-mobile .navbar-nav {
    margin: 0;
}
#nav-mobile .navbar-nav a {
    padding: 20px 40px;
    display: block;
    border-bottom: 1px solid #ddd;
}
#nav-mobile .navbar-nav .dropdown {
    position: relative;
}
#nav-mobile .navbar-nav .dropdown span.collapse-toggle {
    display: inline-block;
    background: #999;
    width: 18px;
    height: 2px;
    position: relative;
    float: right;
    margin: 10px 0;
}
#nav-mobile .navbar-nav .dropdown span.collapse-toggle:after {
    background: #999;
    content: "";
    position: absolute;
    width: 2px;
    height: 18px;
    right: 8px;
    bottom: -8px;
}
#nav-mobile .navbar-nav .open > a {
    background-color: #6ec4e8;
    color: #fff;
}
#nav-mobile .navbar-nav .open ul {
    background-color: #e9f6fc;
}
#nav-mobile .navbar-nav .dropdown-menu {
    margin: 0;
    padding: 0;
}
#nav-mobile .nav-menu .nav-items {
    padding: 15px;
    border-bottom: 1px solid #f3f4f6;
}
#nav-mobile .nav-menu .nav-items .icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-color: #dbdbdb;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
#nav-mobile .nav-menu .nav-items .icon svg {
    height: 50%;
}
#nav-mobile .nav-menu .nav-items .icon img {
    width: 70%;
}
#nav-mobile .nav-menu .nav-items a {
    display: flex;
    align-items: center;
    font-size: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
}
#nav-mobile .nav-menu .nav-items .language {
    display: flex;
    align-items: center;
}
#nav-mobile .nav-menu .nav-items .language .icon {
    background: transparent;
    margin: 0 0 0 10px;
}
#nav-mobile .nav-menu .nav-title, #nav-mobile .nav-menu .nav-title a {
    margin: 0;
    color: #999;
    text-transform: uppercase;
    font-weight: 400;
}
#nav-mobile .nav-menu .nav-links {
    font-size: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
}
#nav-mobile .nav-menu .nav-links li {
    padding: 10px;
}
#nav-mobile .nav-menu .nav-links svg {
    fill: #333;
}
#nav-mobile .nav-menu .nav-links .nm-home {
    padding: 0 10px;
}
#nav-mobile .nav-menu .nav-links .nm-home .icon {
    background-color: rgba(126, 208, 243, 0.2);
}
#nav-mobile .nav-menu .nav-links .nm-home svg {
    fill: #7ed0f3;
}
#nav-mobile .nav-menu .nav-links .nm-water .icon {
    background-color: rgba(126, 208, 243, 0.2);
}
#nav-mobile .nav-menu .nav-links .nm-air .icon {
    background-color: rgba(137, 201, 143, 0.5);
}
#nav-mobile .nav-menu .nav-links .nm-body .icon {
    background-color: rgba(254, 193, 206, 0.5);
}
#nav-mobile .nav-menu .nav-links .nm-filter .icon {
    background-color: rgba(255, 218, 193, 0.5);
}

.nav-util {
    font-size: 13px;
    color: #8c8c8c;
    padding-top: 20px;
}
.nav-util a {
    color: #8c8c8c;
}

.navbar-default {
    background-color: transparent;
    border: none;
}

.navbar-toggle {
    float: left;
}

.navbar-default .navbar-nav > li > a {
    color: #000;
    font-size: 1.5rem;
}

.language {
    display: none;
}

#form-language {
    display: inline-block;
    /*.dropdown-menu > li:last-child {border-top:1px solid $primary-border-color;}*/
}
#form-language .btn-link {
    color: #333;
    font-size: 13px;
    padding: 0;
}
#form-language .dropdown-menu {
    min-width: 0;
}
#form-language .dropdown-menu > li {
    display: block;
    line-height: auto;
    height: auto;
    padding: 5px 20px;
}

/* footer
footer {
	color:#ccc;
	a {color:#ccc;}
	a:hover {color:#fff;}

	.footer-row1 {
		padding:15px 0;
		background: $coway-gray;
	}
	.footer-row2 {
		padding:15px 0;
		background: lighten($coway-gray,10%);
	}
}
*/
/* Tabs */
.nav-tab {
    list-style: none;
    justify-content: space-around;
    margin: 0;
    padding: 0;
}
.nav-tab li {
    border-left: 1px solid #ddd;
}
.nav-tab li a {
    text-align: center;
    padding: 20px;
    display: block;
}
.nav-tab li a:hover {
    background-color: #e5e6e5;
    text-decoration: none;
    color: #333;
}
.nav-tab li.active a {
    background-color: #e5e6e5;
    text-decoration: none;
    color: #333;
}
.nav-tab li:first-child {
    border-left: none;
}

/*List*/
.category-top {
    position: relative;
    z-index: 10;
}
.category-top .attributes_legend {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
}
.category-top .attributes_legend > span {
    color: #a8a8a8;
}
.category-top p.subtitle {
    font-size: 20px;
    color: #999;
    margin-top: 5px;
}

.category-title {
    margin-top: 30px;
    width: 40%;
    border-bottom: 1px solid #7ed0f3;
}
.category-title .products-title {
    color: #4d4d4d;
    font-size: 36px;
    font-weight: 500;
    margin: 3px 0;
}
.category-title p {
    color: #a8a8a8;
    font-size: 20px;
    font-weight: 300;
}

@media (max-width: 768px) {
    .category-title {
        width: 60%;
    }
}
#sort-option {
    visibility: hidden;
}

.product-list-container {
    padding: 3% 0;
}
.product-list-container .product-layout .product-thumb {
    position: relative;
    background: linear-gradient(360deg, #fcfcfc, #fff 40%);
}
.product-list-container .product-layout .product-thumb .product-name {
    min-height: 70px;
    margin-bottom: 15px;
}
.product-list-container .product-layout .product-thumb .product_attributes {
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.product-list-container .product-layout .caption {
    min-height: 70px;
}
.product-list-container .product-layout .caption h5.filter-name {
    margin: 0;
}
.product-list-container .product-layout .caption h5.filter-name a {
    color: #a8a8a8;
    font-weight: 400;
}
.product-list-container .product-layout .caption h2.filter-name {
    margin: 5px 0;
}
.product-list-container .product-layout .caption .price-old {
    text-decoration: line-through;
}
.product-list-container .product-layout .caption .price-new {
    color: #c00;
}

/*
.product-list-container .product-layout:nth-child(1n) .product-thumb {
	background-color:$bg-shop;
}
.product-list-container .product-layout:nth-child(2n) .product-thumb {
	background-color:$bg-shop;
}
.product-list-container .product-layout:nth-child(3n) .product-thumb {
	background-color:$bg-shop;
}
.product-list-container .product-layout:nth-child(4n) .product-thumb {
	background-color:$bg-shop;
}
.product-list-container .product-layout:nth-child(5n) .product-thumb {
	background-color:$bg-shop;
}
*/
.product-layout .product-thumb .price {
    padding-top: 10%;
    font-size: 18px;
    font-weight: 500;
}

#tab-description .rev_slider_wrapper {
    overflow: auto !important;
}

#tab-specification {
    padding: 40px 0;
}
#tab-specification .table thead td {
    text-align: left;
}

#tab-filters {
    padding: 40px 0;
}
#tab-filters .filter-list .filter-check {
    width: 5%;
}
#tab-filters .filter-list .filter-img {
    width: 40%;
}
#tab-filters .filter-list .filter-img img {
    width: 100%;
}
#tab-filters .filter-list .filter-desc {
    width: 30%;
}
#tab-filters .filter-list .filter-qty {
    width: 5%;
}
#tab-filters .filter-list .filter-price {
    width: 10%;
}
#tab-filters .filter-list .product-thumb, #tab-filters .filter-list .product-name {
    float: left;
    padding: 0;
    vertical-align: middle;
}
#tab-filters .filter-list .product-thumb {
    width: 20%;
    border: 1px solid #ddd;
    margin-right: 20px;
}

/* fixed 092321 */
.shop {
    padding-bottom: 60px;
}
.shop ul.thumbnails {
    height: auto !important;
}
.shop .products-title {
    border: none;
    padding-top: 0;
}
.shop .product-list-container .product-layout .product-thumb {
    background-color: #ededed;
}

/* end of fix */
#mainProducts .product-layout .product-thumb .caption {
    min-height: 100px;
}
#mainProducts .product-layout .product-thumb .price {
    position: absolute;
    bottom: 30px;
}

/* Detail */
#open-check-coverage {
    display: flex;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    background-color: #4d4d4d;
}
#open-check-coverage ul {
    margin: 0;
}
#open-check-coverage h2.rdo-price {
    margin: 0;
    color: #fff;
    line-height: 24px;
}
#open-check-coverage span {
    padding: 0 30px 0 0;
}

.product-info-container {
    /* fixed 092321 */
    /* end of fix */
}
.product-info-container .table {
    width: 70%;
    background-color: rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid #e5f6fd;
    font-size: 12px;
    color: #000;
}
.product-info-container .table .th {
    width: 20%;
    color: #4d4d4d;
}
.product-info-container .product-name {
    margin-top: 0;
    font-size: 34px;
    color: #333;
}
.product-info-container .product-short-desc {
    font-size: 16px;
}
.product-info-container h5 {
    color: #333;
    font-weight: normal;
}
.product-info-container h2.rdo-price {
    font-size: 32px;
    letter-spacing: 1px;
    color: #333;
    margin-bottom: 20px;
}
.product-info-container h2.rdo-price span.small {
    font-size: 20px;
    color: #333;
    margin-right: 10px;
}
.product-info-container h2.rdo-price::after {
    content: "+tax";
    font-size: 14px;
    margin-left: 5px;
}
.product-info-container .sale-price {
    font-size: 32px;
    margin-top: 0;
}
.product-info-container .sale-price span {
    color: #c00;
}
.product-info-container .product-btn {
    margin-top: 22px;
}
.product-info-container .rdo-option {
    float: left;
    width: 50%;
    min-height: 100px;
    margin-bottom: 0;
    width: 100%;
    float: none;
}
.product-info-container .rdo-option:nth-child(3) {
    width: 100%;
}

.product-info-container #option-309, .product-info-container #option-312 {
    width: 50%;
}

.prod-desc-box .prod-text .prod-text-title {
    font-weight: 400;
    color: #333;
}
.prod-desc-box .prod-text h1.prod-text-title {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
}
.prod-desc-box .prod-text h2.prod-text-title {
    font-size: 24px;
    line-height: 32px;
}
.prod-desc-box .prod-text p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
}
.prod-desc-box .desc-item, .prod-desc-box .item {
    background-repeat: no-repeat;
    background-position: center;
}
.prod-desc-box .desc-item .flex, .prod-desc-box .item .flex {
    align-items: center;
    justify-content: center;
    height: 560px;
    /*
    .prod-text.item-right {padding-left:80px;}
    .prod-text.item-left {padding-right:80px;}
    */
}
.prod-desc-box .desc-item .flex .item-left, .prod-desc-box .item .flex .item-left {
    order: 1;
}
.prod-desc-box .desc-item .flex .item-right, .prod-desc-box .item .flex .item-right {
    order: 2;
}
.prod-desc-box .desc-item .flex .prod-text.item-center, .prod-desc-box .item .flex .prod-text.item-center {
    text-align: center;
}
.prod-desc-box .desc-item .flex .prod-text.item-center .prod-text-title, .prod-desc-box .desc-item .flex .prod-text.item-center p, .prod-desc-box .item .flex .prod-text.item-center .prod-text-title, .prod-desc-box .item .flex .prod-text.item-center p {
    color: #fff;
}
.prod-desc-box .desc-item .flex .prod-img, .prod-desc-box .item .flex .prod-img {
    padding: 0 100px;
}
.prod-desc-box .desc-item .owl-carousel, .prod-desc-box .item .owl-carousel {
    position: relative;
}
.prod-desc-box .desc-item .owl-carousel .owl-dots, .prod-desc-box .item .owl-carousel .owl-dots {
    position: absolute;
    bottom: 5%;
    left: 53%;
}
.prod-desc-box .alt-bg {
    background-color: #f3f3f3;
}

.detail-container {
    padding: 30px 0;
    background-color: #ededed;
}
.detail-container .short_description .table th {
    background-color: rgba(255, 255, 255, 0.5);
    vertical-align: middle;
    text-align: center;
}
.detail-container .short_description .table-condensed {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}
.detail-container .short_description .table-condensed > tbody > tr > td {
    border-color: #aaa;
    vertical-align: middle;
    text-align: center;
}
.detail-container .short_description p.note {
    font-size: 12px;
}
.detail-container .info-box .short_description {
    display: none;
}
.detail-container .price {
    display: none;
}
.detail-container .download-manual {
    margin-top: 15px;
}

.rdo-options, .test {
    overflow: auto;
}
.rdo-options .po-container, .test .po-container {
    display: flex;
    flex-wrap: wrap;
}
.rdo-options .po-container .radio, .test .po-container .radio {
    display: flex;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin: 0;
}
.rdo-options .po-container .radio label, .test .po-container .radio label {
    padding: 0;
}
.rdo-options .po-container .radio input, .test .po-container .radio input {
    position: absolute;
    left: -9999px;
}
.rdo-options .po-container .radio input:checked + span, .test .po-container .radio input:checked + span {
    color: white;
    background-color: #4d4d4d;
}
.rdo-options .po-container .radio span, .test .po-container .radio span {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dbdbdb;
    border-left: none;
    min-width: 80px;
    padding: 10px 0;
    font-size: 15px;
    background-color: white;
}
.rdo-options .po-container .radio span:hover, .test .po-container .radio span:hover {
    background-color: #4d4d4d;
    color: white;
}
.rdo-options .po-container div:first-child span, .test .po-container div:first-child span {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left: 1px solid #dbdbdb;
}
.rdo-options .po-container div:last-child span, .test .po-container div:last-child span {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.qty-input {
    margin-bottom: 20px;
}
.qty-input label {
    font-size: 14px;
    font-weight: 500;
    color: #4d4d4d;
}
.qty-input input,
.qty-input textarea {
    border: 1px solid #eee;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    padding: 10px;
}
.qty-input input[type="button"] {
    -webkit-appearance: button;
    cursor: pointer;
}
.qty-input input::-webkit-outer-spin-button,
.qty-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.qty-input input[type=number] {
    -moz-appearance: textfield;
}
.qty-input .input-group {
    clear: both;
    margin: 0;
    position: relative;
}
.qty-input .input-group input[type='button'] {
    background-color: #eee;
    min-width: 38px;
    width: auto;
    transition: all 300ms ease;
}
.qty-input .input-group .button-minus,
.qty-input .input-group .button-plus {
    font-weight: bold;
    height: 38px;
    padding: 0;
    width: 38px;
    position: relative;
}
.qty-input .input-group .quantity-field {
    position: relative;
    height: 38px;
    left: -6px;
    text-align: center;
    width: 62px;
    display: inline-block;
    font-size: 13px;
    margin: 0 0 5px;
    resize: vertical;
}
.qty-input .button-plus {
    left: -13px;
}

@media (max-width: 768px) {
    #product-product #content {
        padding: 0 15px;
    }

    .product-info-container .table {
        width: 100%;
    }
}
.CHP-671L .desc-01 {
    background-image: url(/image/catalog/product-detail/CHP-671L/detail1.png);
}

.CHP-671L .desc-01.eng {
    background-image: url(/image/catalog/product-detail/CHP-671L/detail1-en.png);
}

.CHP-671L .desc-01.chn {
    background-image: url(/image/catalog/product-detail/CHP-671L/detail1-cn.png);
}

.CHP-671L .desc-02 {
    background-image: url(/image/catalog/product-detail/CHP-671L/detail2.png);
}

.CHP-671L .desc-02.eng {
    background-image: url(/image/catalog/product-detail/CHP-671L/detail2-en.png);
}

.CHP-671L .desc-02.chn {
    background-image: url(/image/catalog/product-detail/CHP-671L/detail2-cn.png);
}

.CHP-671L .desc-03 {
    background-image: url(/image/catalog/product-detail/CHP-671L/detail3.png);
}

.CHP-671L .desc-03.eng {
    background-image: url(/image/catalog/product-detail/CHP-671L/detail3-en.png);
}

.CHP-671L .desc-03.chn {
    background-image: url(/image/catalog/product-detail/CHP-671L/detail3-cn.png);
}

.CHP-671L .desc-04 {
    background-image: url(/image/catalog/product-detail/CHP-671L/detail4.png);
}

.CHP-671L .desc-04.eng {
    background-image: url(/image/catalog/product-detail/CHP-671L/detail4-en.png);
}

.CHP-671L .desc-04.chn {
    background-image: url(/image/catalog/product-detail/CHP-671L/detail4-cn.png);
}

.CHP-671L .desc-05 {
    background-image: url(/image/catalog/product-detail/CHP-671L/detail5.png);
}

.CHP-671L .desc-05.eng {
    background-image: url(/image/catalog/product-detail/CHP-671L/detail5-en.png);
}

.CHP-671L .desc-05.chn {
    background-image: url(/image/catalog/product-detail/CHP-671L/detail5-cn.png);
}

.CHP-671L .desc-06 {
    background-image: url(/image/catalog/product-detail/CHP-671L/detail6.png);
}

.CHP-671L .desc-06.eng {
    background-image: url(/image/catalog/product-detail/CHP-671L/detail6-en.png);
}

.CHP-671L .desc-06.chn {
    background-image: url(/image/catalog/product-detail/CHP-671L/detail6-cn.png);
}

.CHP-590L .desc-01 {
    background-image: url(/image/catalog/product-detail/CHP-590L/detail1.png);
}

.CHP-590L .desc-01.eng {
    background-image: url(/image/catalog/product-detail/CHP-590L/detail1-en.png);
}

.CHP-590L .desc-01.chn {
    background-image: url(/image/catalog/product-detail/CHP-590L/detail1-cn.png);
}

.CHP-590L .desc-02 {
    background-image: url(/image/catalog/product-detail/CHP-590L/detail2.png);
}

.CHP-590L .desc-02.eng {
    background-image: url(/image/catalog/product-detail/CHP-590L/detail2-en.png);
}

.CHP-590L .desc-02.chn {
    background-image: url(/image/catalog/product-detail/CHP-590L/detail2-cn.png);
}

.CHP-590L .desc-03 {
    background-image: url(/image/catalog/product-detail/CHP-590L/detail3.png);
}

.CHP-590L .desc-03.eng {
    background-image: url(/image/catalog/product-detail/CHP-590L/detail3-en.png);
}

.CHP-590L .desc-03.chn {
    background-image: url(/image/catalog/product-detail/CHP-590L/detail3-cn.png);
}

.CHP-590L .desc-04 {
    background-image: url(/image/catalog/product-detail/CHP-590L/detail4.png);
}

.CHP-590L .desc-04.eng {
    background-image: url(/image/catalog/product-detail/CHP-590L/detail4-en.png);
}

.CHP-590L .desc-04.chn {
    background-image: url(/image/catalog/product-detail/CHP-590L/detail4-cn.png);
}

.CHP-590L .desc-05 {
    background-image: url(/image/catalog/product-detail/CHP-590L/detail5.png);
}

.CHP-590L .desc-05.eng {
    background-image: url(/image/catalog/product-detail/CHP-590L/detail5-en.png);
}

.CHP-590L .desc-05.chn {
    background-image: url(/image/catalog/product-detail/CHP-590L/detail5-cn.png);
}

.CHP-590L .desc-06 {
    background-image: url(/image/catalog/product-detail/CHP-590L/detail6.png);
}

.CHP-590L .desc-06.eng {
    background-image: url(/image/catalog/product-detail/CHP-590L/detail6-en.png);
}

.CHP-590L .desc-06.chn {
    background-image: url(/image/catalog/product-detail/CHP-590L/detail6-cn.png);
}

.CHPI-620L .desc-01 {
    background-image: url(/image/catalog/product-detail/CHPI-620L/detail1.png);
}

.CHPI-620L .desc-01.eng {
    background-image: url(/image/catalog/product-detail/CHPI-620L/detail1-en.png);
}

.CHPI-620L .desc-01.chn {
    background-image: url(/image/catalog/product-detail/CHPI-620L/detail1-cn.png);
}

.CHPI-620L .desc-02 {
    background-image: url(/image/catalog/product-detail/CHPI-620L/detail2.png);
}

.CHPI-620L .desc-02.eng {
    background-image: url(/image/catalog/product-detail/CHPI-620L/detail2-en.png);
}

.CHPI-620L .desc-02.chn {
    background-image: url(/image/catalog/product-detail/CHPI-620L/detail2-cn.png);
}

.CHPI-620L .desc-03 {
    background-image: url(/image/catalog/product-detail/CHPI-620L/detail3.png);
}

.CHPI-620L .desc-03.eng {
    background-image: url(/image/catalog/product-detail/CHPI-620L/detail3-en.png);
}

.CHPI-620L .desc-03.chn {
    background-image: url(/image/catalog/product-detail/CHPI-620L/detail3-cn.png);
}

.CHPI-620L .desc-04 {
    background-image: url(/image/catalog/product-detail/CHPI-620L/detail4.png);
}

.CHPI-620L .desc-04.eng {
    background-image: url(/image/catalog/product-detail/CHPI-620L/detail4-en.png);
}

.CHPI-620L .desc-04.chn {
    background-image: url(/image/catalog/product-detail/CHPI-620L/detail4-cn.png);
}

.CHPI-280L .desc-01 {
    background-image: url(/image/catalog/product-detail/CHPI-280L/detail1.png);
}

.CHPI-280L .desc-01.eng {
    background-image: url(/image/catalog/product-detail/CHPI-280L/detail1-en.png);
}

.CHPI-280L .desc-01.chn {
    background-image: url(/image/catalog/product-detail/CHPI-280L/detail1-cn.png);
}

.CHPI-280L .desc-02 {
    background-image: url(/image/catalog/product-detail/CHPI-280L/detail2.png);
}

.CHPI-280L .desc-02.eng {
    background-image: url(/image/catalog/product-detail/CHPI-280L/detail2-en.png);
}

.CHPI-280L .desc-02.chn {
    background-image: url(/image/catalog/product-detail/CHPI-280L/detail2-cn.png);
}

.CHPI-280L .desc-03 {
    background-image: url(/image/catalog/product-detail/CHPI-280L/detail3.png);
}

.CHPI-280L .desc-03.eng {
    background-image: url(/image/catalog/product-detail/CHPI-280L/detail3-en.png);
}

.CHPI-280L .desc-03.chn {
    background-image: url(/image/catalog/product-detail/CHPI-280L/detail3-cn.png);
}

.CPE-06ALB .desc-01 {
    background-image: url(/image/catalog/product-detail/CPE-06ALB/detail1.png);
}

.CPE-06ALB .desc-01.eng {
    background-image: url(/image/catalog/product-detail/CPE-06ALB/detail1-en.png);
}

.CPE-06ALB .desc-01.chn {
    background-image: url(/image/catalog/product-detail/CPE-06ALB/detail1-cn.png);
}

.CPE-06ALB .desc-02 {
    background-image: url(/image/catalog/product-detail/CPE-06ALB/detail2.png);
}

.CPE-06ALB .desc-02.eng {
    background-image: url(/image/catalog/product-detail/CPE-06ALB/detail2-en.png);
}

.CPE-06ALB .desc-02.chn {
    background-image: url(/image/catalog/product-detail/CPE-06ALB/detail2-cn.png);
}

.CPE-06ALB .desc-03 {
    background-image: url(/image/catalog/product-detail/CPE-06ALB/detail3.png);
}

.CPE-06ALB .desc-03.eng {
    background-image: url(/image/catalog/product-detail/CPE-06ALB/detail3-en.png);
}

.CPE-06ALB .desc-03.chn {
    background-image: url(/image/catalog/product-detail/CPE-06ALB/detail3-cn.png);
}

.CPE-06ALB .desc-04 {
    background-image: url(/image/catalog/product-detail/CPE-06ALB/detail4.png);
}

.CPE-06ALB .desc-04.eng {
    background-image: url(/image/catalog/product-detail/CPE-06ALB/detail4-en.png);
}

.CPE-06ALB .desc-04.chn {
    background-image: url(/image/catalog/product-detail/CPE-06ALB/detail4-cn.png);
}

.CHP-251L .desc-01 {
    background-image: url(/image/catalog/product-detail/CHP-251L/detail1.png);
}

.CHP-251L .desc-01.eng {
    background-image: url(/image/catalog/product-detail/CHP-251L/detail1-en.png);
}

.CHP-251L .desc-01.chn {
    background-image: url(/image/catalog/product-detail/CHP-251L/detail1-cn.png);
}

.CHP-251L .desc-02 {
    background-image: url(/image/catalog/product-detail/CHP-251L/detail2.png);
}

.CHP-251L .desc-02.eng {
    background-image: url(/image/catalog/product-detail/CHP-251L/detail2-en.png);
}

.CHP-251L .desc-02.chn {
    background-image: url(/image/catalog/product-detail/CHP-251L/detail2-cn.png);
}

.CHP-251L .desc-03 {
    background-image: url(/image/catalog/product-detail/CHP-251L/detail3.png);
}

.CHP-251L .desc-03.eng {
    background-image: url(/image/catalog/product-detail/CHP-251L/detail3-en.png);
}

.CHP-251L .desc-03.chn {
    background-image: url(/image/catalog/product-detail/CHP-251L/detail3-cn.png);
}

.CHP-251L .desc-04 {
    background-image: url(/image/catalog/product-detail/CHP-251L/detail4.png);
}

.CHP-251L .desc-04.eng {
    background-image: url(/image/catalog/product-detail/CHP-251L/detail4-en.png);
}

.CHP-251L .desc-04.chn {
    background-image: url(/image/catalog/product-detail/CHP-251L/detail4-cn.png);
}

.P-07QL .desc-01 {
    background-image: url(/image/catalog/product-detail/P-07QL/detail1.png);
}

.P-07QL .desc-01.eng {
    background-image: url(/image/catalog/product-detail/P-07QL/detail1-en.png);
}

.P-07QL .desc-01.chn {
    background-image: url(/image/catalog/product-detail/P-07QL/detail1-cn.png);
}

.P-07QL .desc-02 {
    background-image: url(/image/catalog/product-detail/P-07QL/detail2.png);
}

.P-07QL .desc-02.eng {
    background-image: url(/image/catalog/product-detail/P-07QL/detail2-en.png);
}

.P-07QL .desc-02.chn {
    background-image: url(/image/catalog/product-detail/P-07QL/detail2-cn.png);
}

.P-07QL .desc-03 {
    background-image: url(/image/catalog/product-detail/P-07QL/detail3.png);
}

.P-07QL .desc-03.eng {
    background-image: url(/image/catalog/product-detail/P-07QL/detail3-en.png);
}

.P-07QL .desc-03.chn {
    background-image: url(/image/catalog/product-detail/P-07QL/detail3-cn.png);
}

.P-07QL .desc-04 {
    background-image: url(/image/catalog/product-detail/P-07QL/detail4.png);
}

.P-07QL .desc-04.eng {
    background-image: url(/image/catalog/product-detail/P-07QL/detail4-en.png);
}

.P-07QL .desc-04.chn {
    background-image: url(/image/catalog/product-detail/P-07QL/detail4-cn.png);
}

.P-09CL .desc-01 {
    background-image: url(/image/catalog/product-detail/P-09CL/detail1.png);
}

.P-09CL .desc-01.eng {
    background-image: url(/image/catalog/product-detail/P-09CL/detail1-en.png);
}

.P-09CL .desc-01.chn {
    background-image: url(/image/catalog/product-detail/P-09CL/detail1-cn.png);
}

.P-09CL .desc-02 {
    background-image: url(/image/catalog/product-detail/P-09CL/detail2.png);
}

.P-09CL .desc-02.eng {
    background-image: url(/image/catalog/product-detail/P-09CL/detail2-en.png);
}

.P-09CL .desc-02.chn {
    background-image: url(/image/catalog/product-detail/P-09CL/detail2-cn.png);
}

.P-09CL .desc-03 {
    background-image: url(/image/catalog/product-detail/P-09CL/detail3.png);
}

.P-09CL .desc-03.eng {
    background-image: url(/image/catalog/product-detail/P-09CL/detail3-en.png);
}

.P-09CL .desc-03.chn {
    background-image: url(/image/catalog/product-detail/P-09CL/detail3-cn.png);
}

.P-300L .desc-01 {
    background-image: url(/image/catalog/product-detail/P-300L/detail1.png);
}

.P-300L .desc-01.eng {
    background-image: url(/image/catalog/product-detail/P-300L/detail1-en.png);
}

.P-300L .desc-01.chn {
    background-image: url(/image/catalog/product-detail/P-300L/detail1-cn.png);
}

.P-300L .desc-02 {
    background-image: url(/image/catalog/product-detail/P-300L/detail2.png);
}

.P-300L .desc-02.eng {
    background-image: url(/image/catalog/product-detail/P-300L/detail2-en.png);
}

.P-300L .desc-02.chn {
    background-image: url(/image/catalog/product-detail/P-300L/detail2-cn.png);
}

.P-300L .desc-03 {
    background-image: url(/image/catalog/product-detail/P-300L/detail3.png);
}

.P-300L .desc-03.eng {
    background-image: url(/image/catalog/product-detail/P-300L/detail3-en.png);
}

.P-300L .desc-03.chn {
    background-image: url(/image/catalog/product-detail/P-300L/detail3-cn.png);
}

.P-300L .desc-04 {
    background-image: url(/image/catalog/product-detail/P-300L/detail4.png);
}

.P-300L .desc-04.eng {
    background-image: url(/image/catalog/product-detail/P-300L/detail4-en.png);
}

.P-300L .desc-04.chn {
    background-image: url(/image/catalog/product-detail/P-300L/detail4-cn.png);
}

.P-300L .desc-05 {
    background-image: url(/image/catalog/product-detail/P-300L/detail5.png);
}

.P-300L .desc-05.eng {
    background-image: url(/image/catalog/product-detail/P-300L/detail5-en.png);
}

.P-300L .desc-05.chn {
    background-image: url(/image/catalog/product-detail/P-300L/detail5-cn.png);
}

.P-300L .desc-06 {
    background-image: url(/image/catalog/product-detail/P-300L/detail6.png);
}

.P-300L .desc-06.eng {
    background-image: url(/image/catalog/product-detail/P-300L/detail6-en.png);
}

.P-300L .desc-06.chn {
    background-image: url(/image/catalog/product-detail/P-300L/detail6-cn.png);
}

.P-6320L .desc-01 {
    background-image: url(/image/catalog/product-detail/P-6320L/detail1.png);
}

.P-6320L .desc-01.eng {
    background-image: url(/image/catalog/product-detail/P-6320L/detail1-en.png);
}

.P-6320L .desc-01.chn {
    background-image: url(/image/catalog/product-detail/P-6320L/detail1-cn.png);
}

.P-6320L .desc-02 {
    background-image: url(/image/catalog/product-detail/P-6320L/detail2.png);
}

.P-6320L .desc-02.eng {
    background-image: url(/image/catalog/product-detail/P-6320L/detail2-en.png);
}

.P-6320L .desc-02.chn {
    background-image: url(/image/catalog/product-detail/P-6320L/detail2-cn.png);
}

.P-6320L .desc-03 {
    background-image: url(/image/catalog/product-detail/P-6320L/detail3.png);
}

.P-6320L .desc-03.eng {
    background-image: url(/image/catalog/product-detail/P-6320L/detail3-en.png);
}

.P-6320L .desc-03.chn {
    background-image: url(/image/catalog/product-detail/P-6320L/detail3-cn.png);
}

.P-6320L .desc-04 {
    background-image: url(/image/catalog/product-detail/P-6320L/detail4.png);
}

.P-6320L .desc-04.eng {
    background-image: url(/image/catalog/product-detail/P-6320L/detail4-en.png);
}

.P-6320L .desc-04.chn {
    background-image: url(/image/catalog/product-detail/P-6320L/detail4-cn.png);
}

.P-6320L .desc-05 {
    background-image: url(/image/catalog/product-detail/P-6320L/detail5.png);
}

.P-6320L .desc-05.eng {
    background-image: url(/image/catalog/product-detail/P-6320L/detail5-en.png);
}

.P-6320L .desc-05.chn {
    background-image: url(/image/catalog/product-detail/P-6320L/detail5-cn.png);
}

.P-6320L .desc-06 {
    background-image: url(/image/catalog/product-detail/P-6320L/detail6.png);
}

.P-6320L .desc-06.eng {
    background-image: url(/image/catalog/product-detail/P-6320L/detail6-en.png);
}

.P-6320L .desc-06.chn {
    background-image: url(/image/catalog/product-detail/P-6320L/detail6-cn.png);
}

.P-160AL .desc-01 {
    background-image: url(/image/catalog/product-detail/P-160AL/detail1.png);
}

.P-160AL .desc-01.eng {
    background-image: url(/image/catalog/product-detail/P-160AL/detail1-en.png);
}

.P-160AL .desc-01.chn {
    background-image: url(/image/catalog/product-detail/P-160AL/detail1-cn.png);
}

.P-160AL .desc-02 {
    background-image: url(/image/catalog/product-detail/P-160AL/detail2.png);
}

.P-160AL .desc-02.eng {
    background-image: url(/image/catalog/product-detail/P-160AL/detail2-en.png);
}

.P-160AL .desc-02.chn {
    background-image: url(/image/catalog/product-detail/P-160AL/detail2-cn.png);
}

.P-160AL .desc-03 {
    background-image: url(/image/catalog/product-detail/P-160AL/detail3.png);
}

.P-160AL .desc-03.eng {
    background-image: url(/image/catalog/product-detail/P-160AL/detail3-en.png);
}

.P-160AL .desc-03.chn {
    background-image: url(/image/catalog/product-detail/P-160AL/detail3-cn.png);
}

.CHP-5710L .desc-01 {
    background-image: url(/image/catalog/product-detail/CHP-5710L/detail1.png);
}

.CHP-5710L .desc-01.eng {
    background-image: url(/image/catalog/product-detail/CHP-5710L/detail1-en.png);
}

.CHP-5710L .desc-01.chn {
    background-image: url(/image/catalog/product-detail/CHP-5710L/detail1-cn.png);
}

.CHP-5710L .desc-02 {
    background-image: url(/image/catalog/product-detail/CHP-5710L/detail2.png);
}

.CHP-5710L .desc-02.eng {
    background-image: url(/image/catalog/product-detail/CHP-5710L/detail2-en.png);
}

.CHP-5710L .desc-02.chn {
    background-image: url(/image/catalog/product-detail/CHP-5710L/detail2-cn.png);
}

.CHP-5710L .desc-03 {
    background-image: url(/image/catalog/product-detail/CHP-5710L/detail3.png);
}

.CHP-5710L .desc-03.eng {
    background-image: url(/image/catalog/product-detail/CHP-5710L/detail3-en.png);
}

.CHP-5710L .desc-03.chn {
    background-image: url(/image/catalog/product-detail/CHP-5710L/detail3-cn.png);
}

.CHP-5710L .desc-04 {
    background-image: url(/image/catalog/product-detail/CHP-5710L/detail4.png);
}

.CHP-5710L .desc-04.eng {
    background-image: url(/image/catalog/product-detail/CHP-5710L/detail4-en.png);
}

.CHP-5710L .desc-04.chn {
    background-image: url(/image/catalog/product-detail/CHP-5710L/detail4-cn.png);
}

.CHP-5710L .desc-05 {
    background-image: url(/image/catalog/product-detail/CHP-5710L/detail5.png);
}

.CHP-5710L .desc-05.eng {
    background-image: url(/image/catalog/product-detail/CHP-5710L/detail5-en.png);
}

.CHP-5710L .desc-05.chn {
    background-image: url(/image/catalog/product-detail/CHP-5710L/detail5-cn.png);
}

.CHPI-7520L .desc-01 {
    background-image: url(/image/catalog/product-detail/CHPI-7520L/detail1.png);
}

.CHPI-7520L .desc-01.eng {
    background-image: url(/image/catalog/product-detail/CHPI-7520L/detail1-en.png);
}

.CHPI-7520L .desc-01.chn {
    background-image: url(/image/catalog/product-detail/CHPI-7520L/detail1-cn.png);
}

.CHPI-7520L .desc-02 {
    background-image: url(/image/catalog/product-detail/CHPI-7520L/detail2.png);
}

.CHPI-7520L .desc-02.eng {
    background-image: url(/image/catalog/product-detail/CHPI-7520L/detail2-en.png);
}

.CHPI-7520L .desc-02.chn {
    background-image: url(/image/catalog/product-detail/CHPI-7520L/detail2-cn.png);
}

.CHPI-7520L .desc-03 {
    background-image: url(/image/catalog/product-detail/CHPI-7520L/detail3.png);
}

.CHPI-7520L .desc-03.eng {
    background-image: url(/image/catalog/product-detail/CHPI-7520L/detail3-en.png);
}

.CHPI-7520L .desc-03.chn {
    background-image: url(/image/catalog/product-detail/CHPI-7520L/detail3-cn.png);
}

.CHPI-7520L .desc-04 {
    background-image: url(/image/catalog/product-detail/CHPI-7520L/detail4.png);
}

.CHPI-7520L .desc-04.eng {
    background-image: url(/image/catalog/product-detail/CHPI-7520L/detail4-en.png);
}

.CHPI-7520L .desc-04.chn {
    background-image: url(/image/catalog/product-detail/CHPI-7520L/detail4-cn.png);
}

.CHPI-280L .desc-01 .prod-text-title {
    margin: -200px 0 0 -40px;
}

.CPE-06ALB .desc-01 .prod-text {
    margin-top: -150px;
}

.P-09CL .desc-03 .item-01 {
    background-image: url(/image/catalog/product-detail/P-09CL/detail3-1.png);
}
.P-09CL .desc-03 .item-02 {
    background-image: url(/image/catalog/product-detail/P-09CL/detail3-2.png);
}
.P-09CL .desc-03.eng .item-01 {
    background-image: url(/image/catalog/product-detail/P-09CL/detail3-1-en.png);
}
.P-09CL .desc-03.eng .item-02 {
    background-image: url(/image/catalog/product-detail/P-09CL/detail3-2-en.png);
}
.P-09CL .desc-03.chn .item-01 {
    background-image: url(/image/catalog/product-detail/P-09CL/detail3-1-cn.png);
}
.P-09CL .desc-03.chn .item-02 {
    background-image: url(/image/catalog/product-detail/P-09CL/detail3-2-cn.png);
}

.P-6320L .desc-item .flex {
    align-items: flex-start;
}
.P-6320L .prod-text {
    margin-top: 80px;
}
.P-6320L .desc-01 .flex .prod-text {
    margin-left: 50px;
}
.P-6320L .desc-03 {
    background-image: url(/image/catalog/product-detail/P-6320L/detail3.gif);
}
.P-6320L .desc-03 .flex {
    align-items: flex-start;
    height: 760px;
}
.P-6320L .desc-03 .flex .prod-text .prod-text-title {
    margin-top: 20px;
}
.P-6320L .desc-03 .flex .prod-text .item-icons {
    height: 80px;
    margin-top: 145px;
}
.P-6320L .desc-03 .flex .prod-text .item-text {
    display: flex;
    margin: 20px 0 80px;
    padding: 0 40px 0 28px;
    justify-content: space-between;
}
.P-6320L .desc-03 .flex .prod-text .item-text li {
    text-align: center;
    font-size: 16px;
    margin: 0;
}
.P-6320L .desc-03 .flex .prod-text .note p {
    font-size: 12px;
    line-height: 1.3em;
}
.P-6320L .desc-03.eng {
    background-image: url(/image/catalog/product-detail/P-6320L/detail3.gif);
}
.P-6320L .desc-03.eng .flex .prod-text .item-icons {
    margin-top: 85px;
}
.P-6320L .desc-04.eng {
    background-image: url(/image/catalog/product-detail/P-6320L/detail4-en.png);
}
.P-6320L .desc-05 .prod-img {
    background-image: url(/image/catalog/product-detail/P-6320L/detail5.gif);
    background-size: 100%;
}
.P-6320L .desc-05 .item-01 {
    float: right;
}
.P-6320L .desc-05 .item-01 .item {
    width: 645px;
}
.P-6320L .desc-05 .item-01 .prod-text {
    margin-left: 80px;
}
.P-6320L .desc-05 .item-02 {
    background-image: url(/image/catalog/product-detail/P-6320L/detail5.gif);
    background-size: 85%;
    background-position: center right;
    background-repeat: no-repeat;
    float: left;
}
.P-6320L .desc-05 .item-02 .item {
    height: 450px;
}

.CHPI-7520L {
    background-color: #fff;
}
.CHPI-7520L .alt-bg {
    background-color: #f4f3f2;
}
.CHPI-7520L .desc-04 {
    background-image: none;
    padding: 100px;
}

.rofilter {
    background-color: #f2f3f5;
    background-image: url(/image/catalog/product-detail/water-common/ROFilter-bg.png);
    background-size: cover;
    background-position: center bottom;
}
.rofilter img {
    width: auto !important;
}
.rofilter .owl-carousel {
    position: relative;
}
.rofilter .owl-carousel div {
    width: auto;
}
.rofilter .owl-carousel .owl-dots {
    position: absolute;
    right: 45%;
    bottom: 50px;
}
.rofilter .item {
    padding: 3% 5% 10%;
}
.rofilter .item .prod-text {
    color: #666 !important;
}
.rofilter .item .prod-text .prod-text-title {
    padding-bottom: 3%;
}
.rofilter .item .prod-text .em {
    color: #1668a4;
    font-weight: 400;
}
.rofilter .item .prod-text p {
    font-size: 14px;
    line-height: 20px;
}
.rofilter .item .prod-text .ref {
    padding-top: 4%;
    padding-bottom: 2%;
}
.rofilter .item-02 {
    background-color: #f2f3f5;
    padding-top: 5%;
}
.rofilter .item-02 .middle-list {
    background-color: #fff;
    padding: 20px;
    margin: 3% 0;
}
.rofilter .item-02 .img {
    padding-bottom: 2%;
}
.rofilter .item-02 .img img {
    width: auto;
    max-width: 100%;
}
.rofilter .glyphicon {
    font-size: 36px;
    color: #6ec4e8;
    line-height: 80px;
}

.wqa {
    text-align: center;
    padding: 5% 0;
}
.wqa .prod-text {
    margin-bottom: 30px;
}
.wqa .item {
    min-height: 280px;
}
.wqa .item img {
    width: auto !important;
    max-width: 100%;
}

.AP-1005AH .desc-01 {
    background-image: url(/image/catalog/product-detail/AP-1005AH/detail1.png);
}

.AP-1005AH .desc-01.eng {
    background-image: url(/image/catalog/product-detail/AP-1005AH/detail1-en.png);
}

.AP-1005AH .desc-01.chn {
    background-image: url(/image/catalog/product-detail/AP-1005AH/detail1-cn.png);
}

.AP-1005AH .desc-02 {
    background-image: url(/image/catalog/product-detail/AP-1005AH/detail2.png);
}

.AP-1005AH .desc-02.eng {
    background-image: url(/image/catalog/product-detail/AP-1005AH/detail2-en.png);
}

.AP-1005AH .desc-02.chn {
    background-image: url(/image/catalog/product-detail/AP-1005AH/detail2-cn.png);
}

.AP-1005AH .desc-03 {
    background-image: url(/image/catalog/product-detail/AP-1005AH/detail3.png);
}

.AP-1005AH .desc-03.eng {
    background-image: url(/image/catalog/product-detail/AP-1005AH/detail3-en.png);
}

.AP-1005AH .desc-03.chn {
    background-image: url(/image/catalog/product-detail/AP-1005AH/detail3-cn.png);
}

.AP-1005AH .desc-04 {
    background-image: url(/image/catalog/product-detail/AP-1005AH/detail4.png);
}

.AP-1005AH .desc-04.eng {
    background-image: url(/image/catalog/product-detail/AP-1005AH/detail4-en.png);
}

.AP-1005AH .desc-04.chn {
    background-image: url(/image/catalog/product-detail/AP-1005AH/detail4-cn.png);
}

.AP-1013A .desc-01 {
    background-image: url(/image/catalog/product-detail/AP-1013A/detail1.png);
}

.AP-1013A .desc-01.eng {
    background-image: url(/image/catalog/product-detail/AP-1013A/detail1-en.png);
}

.AP-1013A .desc-01.chn {
    background-image: url(/image/catalog/product-detail/AP-1013A/detail1-cn.png);
}

.AP-1013A .desc-02 {
    background-image: url(/image/catalog/product-detail/AP-1013A/detail2.png);
}

.AP-1013A .desc-02.eng {
    background-image: url(/image/catalog/product-detail/AP-1013A/detail2-en.png);
}

.AP-1013A .desc-02.chn {
    background-image: url(/image/catalog/product-detail/AP-1013A/detail2-cn.png);
}

.AP-1013A .desc-03 {
    background-image: url(/image/catalog/product-detail/AP-1013A/detail3.png);
}

.AP-1013A .desc-03.eng {
    background-image: url(/image/catalog/product-detail/AP-1013A/detail3-en.png);
}

.AP-1013A .desc-03.chn {
    background-image: url(/image/catalog/product-detail/AP-1013A/detail3-cn.png);
}

.AP-1013A .desc-04 {
    background-image: url(/image/catalog/product-detail/AP-1013A/detail4.png);
}

.AP-1013A .desc-04.eng {
    background-image: url(/image/catalog/product-detail/AP-1013A/detail4-en.png);
}

.AP-1013A .desc-04.chn {
    background-image: url(/image/catalog/product-detail/AP-1013A/detail4-cn.png);
}

.AP-1013A .desc-05 {
    background-image: url(/image/catalog/product-detail/AP-1013A/detail5.png);
}

.AP-1013A .desc-05.eng {
    background-image: url(/image/catalog/product-detail/AP-1013A/detail5-en.png);
}

.AP-1013A .desc-05.chn {
    background-image: url(/image/catalog/product-detail/AP-1013A/detail5-cn.png);
}

.AP-1018F .desc-01 {
    background-image: url(/image/catalog/product-detail/AP-1018F/detail1.png);
}

.AP-1018F .desc-01.eng {
    background-image: url(/image/catalog/product-detail/AP-1018F/detail1-en.png);
}

.AP-1018F .desc-01.chn {
    background-image: url(/image/catalog/product-detail/AP-1018F/detail1-cn.png);
}

.AP-1018F .desc-02 {
    background-image: url(/image/catalog/product-detail/AP-1018F/detail2.png);
}

.AP-1018F .desc-02.eng {
    background-image: url(/image/catalog/product-detail/AP-1018F/detail2-en.png);
}

.AP-1018F .desc-02.chn {
    background-image: url(/image/catalog/product-detail/AP-1018F/detail2-cn.png);
}

.AP-1018F .desc-03 {
    background-image: url(/image/catalog/product-detail/AP-1018F/detail3.png);
}

.AP-1018F .desc-03.eng {
    background-image: url(/image/catalog/product-detail/AP-1018F/detail3-en.png);
}

.AP-1018F .desc-03.chn {
    background-image: url(/image/catalog/product-detail/AP-1018F/detail3-cn.png);
}

.AP-1018F .desc-04 {
    background-image: url(/image/catalog/product-detail/AP-1018F/detail4.png);
}

.AP-1018F .desc-04.eng {
    background-image: url(/image/catalog/product-detail/AP-1018F/detail4-en.png);
}

.AP-1018F .desc-04.chn {
    background-image: url(/image/catalog/product-detail/AP-1018F/detail4-cn.png);
}

.AP-1018F .desc-05 {
    background-image: url(/image/catalog/product-detail/AP-1018F/detail5.png);
}

.AP-1018F .desc-05.eng {
    background-image: url(/image/catalog/product-detail/AP-1018F/detail5-en.png);
}

.AP-1018F .desc-05.chn {
    background-image: url(/image/catalog/product-detail/AP-1018F/detail5-cn.png);
}

.AP-1511FHE .desc-01 {
    background-image: url(/image/catalog/product-detail/AP-1511FHE/detail1.png);
}

.AP-1511FHE .desc-01.eng {
    background-image: url(/image/catalog/product-detail/AP-1511FHE/detail1-en.png);
}

.AP-1511FHE .desc-01.chn {
    background-image: url(/image/catalog/product-detail/AP-1511FHE/detail1-cn.png);
}

.AP-1511FHE .desc-02 {
    background-image: url(/image/catalog/product-detail/AP-1511FHE/detail2.png);
}

.AP-1511FHE .desc-02.eng {
    background-image: url(/image/catalog/product-detail/AP-1511FHE/detail2-en.png);
}

.AP-1511FHE .desc-02.chn {
    background-image: url(/image/catalog/product-detail/AP-1511FHE/detail2-cn.png);
}

.AP-1511FHE .desc-03 {
    background-image: url(/image/catalog/product-detail/AP-1511FHE/detail3.png);
}

.AP-1511FHE .desc-03.eng {
    background-image: url(/image/catalog/product-detail/AP-1511FHE/detail3-en.png);
}

.AP-1511FHE .desc-03.chn {
    background-image: url(/image/catalog/product-detail/AP-1511FHE/detail3-cn.png);
}

.AP-1511FHE .desc-04 {
    background-image: url(/image/catalog/product-detail/AP-1511FHE/detail4.png);
}

.AP-1511FHE .desc-04.eng {
    background-image: url(/image/catalog/product-detail/AP-1511FHE/detail4-en.png);
}

.AP-1511FHE .desc-04.chn {
    background-image: url(/image/catalog/product-detail/AP-1511FHE/detail4-cn.png);
}

.AP-1516D .desc-01 {
    background-image: url(/image/catalog/product-detail/AP-1516D/detail1.png);
}

.AP-1516D .desc-01.eng {
    background-image: url(/image/catalog/product-detail/AP-1516D/detail1-en.png);
}

.AP-1516D .desc-01.chn {
    background-image: url(/image/catalog/product-detail/AP-1516D/detail1-cn.png);
}

.AP-1516D .desc-02 {
    background-image: url(/image/catalog/product-detail/AP-1516D/detail2.png);
}

.AP-1516D .desc-02.eng {
    background-image: url(/image/catalog/product-detail/AP-1516D/detail2-en.png);
}

.AP-1516D .desc-02.chn {
    background-image: url(/image/catalog/product-detail/AP-1516D/detail2-cn.png);
}

.AP-1516D .desc-03 {
    background-image: url(/image/catalog/product-detail/AP-1516D/detail3.png);
}

.AP-1516D .desc-03.eng {
    background-image: url(/image/catalog/product-detail/AP-1516D/detail3-en.png);
}

.AP-1516D .desc-03.chn {
    background-image: url(/image/catalog/product-detail/AP-1516D/detail3-cn.png);
}

.AP-1516D .desc-04 {
    background-image: url(/image/catalog/product-detail/AP-1516D/detail4.png);
}

.AP-1516D .desc-04.eng {
    background-image: url(/image/catalog/product-detail/AP-1516D/detail4-en.png);
}

.AP-1516D .desc-04.chn {
    background-image: url(/image/catalog/product-detail/AP-1516D/detail4-cn.png);
}

.AP-1516D .desc-05 {
    background-image: url(/image/catalog/product-detail/AP-1516D/detail5.png);
}

.AP-1516D .desc-05.eng {
    background-image: url(/image/catalog/product-detail/AP-1516D/detail5-en.png);
}

.AP-1516D .desc-05.chn {
    background-image: url(/image/catalog/product-detail/AP-1516D/detail5-cn.png);
}

.AP-3008FH .desc-01 {
    background-image: url(/image/catalog/product-detail/AP-3008FH/detail1.png);
}

.AP-3008FH .desc-01.eng {
    background-image: url(/image/catalog/product-detail/AP-3008FH/detail1-en.png);
}

.AP-3008FH .desc-01.chn {
    background-image: url(/image/catalog/product-detail/AP-3008FH/detail1-cn.png);
}

.AP-3008FH .desc-02 {
    background-image: url(/image/catalog/product-detail/AP-3008FH/detail2.png);
}

.AP-3008FH .desc-02.eng {
    background-image: url(/image/catalog/product-detail/AP-3008FH/detail2-en.png);
}

.AP-3008FH .desc-02.chn {
    background-image: url(/image/catalog/product-detail/AP-3008FH/detail2-cn.png);
}

.AP-3008FH .desc-03 {
    background-image: url(/image/catalog/product-detail/AP-3008FH/detail3.png);
}

.AP-3008FH .desc-03.eng {
    background-image: url(/image/catalog/product-detail/AP-3008FH/detail3-en.png);
}

.AP-3008FH .desc-03.chn {
    background-image: url(/image/catalog/product-detail/AP-3008FH/detail3-cn.png);
}

.AP-3008FH .desc-04 {
    background-image: url(/image/catalog/product-detail/AP-3008FH/detail4.png);
}

.AP-3008FH .desc-04.eng {
    background-image: url(/image/catalog/product-detail/AP-3008FH/detail4-en.png);
}

.AP-3008FH .desc-04.chn {
    background-image: url(/image/catalog/product-detail/AP-3008FH/detail4-cn.png);
}

.AP-3008FH .desc-05 {
    background-image: url(/image/catalog/product-detail/AP-3008FH/detail5.png);
}

.AP-3008FH .desc-05.eng {
    background-image: url(/image/catalog/product-detail/AP-3008FH/detail5-en.png);
}

.AP-3008FH .desc-05.chn {
    background-image: url(/image/catalog/product-detail/AP-3008FH/detail5-cn.png);
}

.AP-3008FH .desc-06 {
    background-image: url(/image/catalog/product-detail/AP-3008FH/detail6.png);
}

.AP-3008FH .desc-06.eng {
    background-image: url(/image/catalog/product-detail/AP-3008FH/detail6-en.png);
}

.AP-3008FH .desc-06.chn {
    background-image: url(/image/catalog/product-detail/AP-3008FH/detail6-cn.png);
}

.AP-3018B .desc-01 {
    background-image: url(/image/catalog/product-detail/AP-3018B/detail1.png);
}

.AP-3018B .desc-01.eng {
    background-image: url(/image/catalog/product-detail/AP-3018B/detail1-en.png);
}

.AP-3018B .desc-01.chn {
    background-image: url(/image/catalog/product-detail/AP-3018B/detail1-cn.png);
}

.AP-3018B .desc-02 {
    background-image: url(/image/catalog/product-detail/AP-3018B/detail2.png);
}

.AP-3018B .desc-02.eng {
    background-image: url(/image/catalog/product-detail/AP-3018B/detail2-en.png);
}

.AP-3018B .desc-02.chn {
    background-image: url(/image/catalog/product-detail/AP-3018B/detail2-cn.png);
}

.AP-3018B .desc-03 {
    background-image: url(/image/catalog/product-detail/AP-3018B/detail3.png);
}

.AP-3018B .desc-03.eng {
    background-image: url(/image/catalog/product-detail/AP-3018B/detail3-en.png);
}

.AP-3018B .desc-03.chn {
    background-image: url(/image/catalog/product-detail/AP-3018B/detail3-cn.png);
}

.AP-3018B .desc-04 {
    background-image: url(/image/catalog/product-detail/AP-3018B/detail4.png);
}

.AP-3018B .desc-04.eng {
    background-image: url(/image/catalog/product-detail/AP-3018B/detail4-en.png);
}

.AP-3018B .desc-04.chn {
    background-image: url(/image/catalog/product-detail/AP-3018B/detail4-cn.png);
}

.AP-3018B .desc-05 {
    background-image: url(/image/catalog/product-detail/AP-3018B/detail5.png);
}

.AP-3018B .desc-05.eng {
    background-image: url(/image/catalog/product-detail/AP-3018B/detail5-en.png);
}

.AP-3018B .desc-05.chn {
    background-image: url(/image/catalog/product-detail/AP-3018B/detail5-cn.png);
}

.AP-3018B .desc-06 {
    background-image: url(/image/catalog/product-detail/AP-3018B/detail6.png);
}

.AP-3018B .desc-06.eng {
    background-image: url(/image/catalog/product-detail/AP-3018B/detail6-en.png);
}

.AP-3018B .desc-06.chn {
    background-image: url(/image/catalog/product-detail/AP-3018B/detail6-cn.png);
}

.AP-3018B .desc-07 {
    background-image: url(/image/catalog/product-detail/AP-3018B/detail7.png);
}

.AP-3018B .desc-07.eng {
    background-image: url(/image/catalog/product-detail/AP-3018B/detail7-en.png);
}

.AP-3018B .desc-07.chn {
    background-image: url(/image/catalog/product-detail/AP-3018B/detail7-cn.png);
}

.AP-2318D .desc-01 {
    background-image: url(/image/catalog/product-detail/AP-2318D/detail1.png);
}

.AP-2318D .desc-01.eng {
    background-image: url(/image/catalog/product-detail/AP-2318D/detail1-en.png);
}

.AP-2318D .desc-01.chn {
    background-image: url(/image/catalog/product-detail/AP-2318D/detail1-cn.png);
}

.AP-2318D .desc-02 {
    background-image: url(/image/catalog/product-detail/AP-2318D/detail2.png);
}

.AP-2318D .desc-02.eng {
    background-image: url(/image/catalog/product-detail/AP-2318D/detail2-en.png);
}

.AP-2318D .desc-02.chn {
    background-image: url(/image/catalog/product-detail/AP-2318D/detail2-cn.png);
}

.AP-2318D .desc-03 {
    background-image: url(/image/catalog/product-detail/AP-2318D/detail3.png);
}

.AP-2318D .desc-03.eng {
    background-image: url(/image/catalog/product-detail/AP-2318D/detail3-en.png);
}

.AP-2318D .desc-03.chn {
    background-image: url(/image/catalog/product-detail/AP-2318D/detail3-cn.png);
}

.AP-2318D .desc-04 {
    background-image: url(/image/catalog/product-detail/AP-2318D/detail4.png);
}

.AP-2318D .desc-04.eng {
    background-image: url(/image/catalog/product-detail/AP-2318D/detail4-en.png);
}

.AP-2318D .desc-04.chn {
    background-image: url(/image/catalog/product-detail/AP-2318D/detail4-cn.png);
}

.AP-2318D .desc-05 {
    background-image: url(/image/catalog/product-detail/AP-2318D/detail5.png);
}

.AP-2318D .desc-05.eng {
    background-image: url(/image/catalog/product-detail/AP-2318D/detail5-en.png);
}

.AP-2318D .desc-05.chn {
    background-image: url(/image/catalog/product-detail/AP-2318D/detail5-cn.png);
}

.AP-2318D .desc-06 {
    background-image: url(/image/catalog/product-detail/AP-2318D/detail6.png);
}

.AP-2318D .desc-06.eng {
    background-image: url(/image/catalog/product-detail/AP-2318D/detail6-en.png);
}

.AP-2318D .desc-06.chn {
    background-image: url(/image/catalog/product-detail/AP-2318D/detail6-cn.png);
}

.AP-2318D .desc-07 {
    background-image: url(/image/catalog/product-detail/AP-2318D/detail7.png);
}

.AP-2318D .desc-07.eng {
    background-image: url(/image/catalog/product-detail/AP-2318D/detail7-en.png);
}

.AP-2318D .desc-07.chn {
    background-image: url(/image/catalog/product-detail/AP-2318D/detail7-cn.png);
}

.AP-1523D .desc-01 {
    background-image: url(/image/catalog/product-detail/AP-1523D/detail1.png);
}

.AP-1523D .desc-01.eng {
    background-image: url(/image/catalog/product-detail/AP-1523D/detail1-en.png);
}

.AP-1523D .desc-01.chn {
    background-image: url(/image/catalog/product-detail/AP-1523D/detail1-cn.png);
}

.AP-1523D .desc-02 {
    background-image: url(/image/catalog/product-detail/AP-1523D/detail2.png);
}

.AP-1523D .desc-02.eng {
    background-image: url(/image/catalog/product-detail/AP-1523D/detail2-en.png);
}

.AP-1523D .desc-02.chn {
    background-image: url(/image/catalog/product-detail/AP-1523D/detail2-cn.png);
}

.AP-1523D .desc-03 {
    background-image: url(/image/catalog/product-detail/AP-1523D/detail3.png);
}

.AP-1523D .desc-03.eng {
    background-image: url(/image/catalog/product-detail/AP-1523D/detail3-en.png);
}

.AP-1523D .desc-03.chn {
    background-image: url(/image/catalog/product-detail/AP-1523D/detail3-cn.png);
}

.AP-1523D .desc-04 {
    background-image: url(/image/catalog/product-detail/AP-1523D/detail4.png);
}

.AP-1523D .desc-04.eng {
    background-image: url(/image/catalog/product-detail/AP-1523D/detail4-en.png);
}

.AP-1523D .desc-04.chn {
    background-image: url(/image/catalog/product-detail/AP-1523D/detail4-cn.png);
}

.AP-1523D .desc-05 {
    background-image: url(/image/catalog/product-detail/AP-1523D/detail5.png);
}

.AP-1523D .desc-05.eng {
    background-image: url(/image/catalog/product-detail/AP-1523D/detail5-en.png);
}

.AP-1523D .desc-05.chn {
    background-image: url(/image/catalog/product-detail/AP-1523D/detail5-cn.png);
}

.AP-1523D .desc-06 {
    background-image: url(/image/catalog/product-detail/AP-1523D/detail6.png);
}

.AP-1523D .desc-06.eng {
    background-image: url(/image/catalog/product-detail/AP-1523D/detail6-en.png);
}

.AP-1523D .desc-06.chn {
    background-image: url(/image/catalog/product-detail/AP-1523D/detail6-cn.png);
}

.AP-1523D .desc-07 {
    background-image: url(/image/catalog/product-detail/AP-1523D/detail7.png);
}

.AP-1523D .desc-07.eng {
    background-image: url(/image/catalog/product-detail/AP-1523D/detail7-en.png);
}

.AP-1523D .desc-07.chn {
    background-image: url(/image/catalog/product-detail/AP-1523D/detail7-cn.png);
}

.AP-1523D .desc-08 {
    background-image: url(/image/catalog/product-detail/AP-1523D/detail8.png);
}

.AP-1523D .desc-08.eng {
    background-image: url(/image/catalog/product-detail/AP-1523D/detail8-en.png);
}

.AP-1523D .desc-08.chn {
    background-image: url(/image/catalog/product-detail/AP-1523D/detail8-cn.png);
}

.AP-1523D .desc-09 {
    background-image: url(/image/catalog/product-detail/AP-1523D/detail9.png);
}

.AP-1523D .desc-09.eng {
    background-image: url(/image/catalog/product-detail/AP-1523D/detail9-en.png);
}

.AP-1523D .desc-09.chn {
    background-image: url(/image/catalog/product-detail/AP-1523D/detail9-cn.png);
}

.AP-1523D .desc-010 {
    background-image: url(/image/catalog/product-detail/AP-1523D/detail10.png);
}

.AP-1523D .desc-010.eng {
    background-image: url(/image/catalog/product-detail/AP-1523D/detail10-en.png);
}

.AP-1523D .desc-010.chn {
    background-image: url(/image/catalog/product-detail/AP-1523D/detail10-cn.png);
}

.AP-1523D .desc-011 {
    background-image: url(/image/catalog/product-detail/AP-1523D/detail11.png);
}

.AP-1523D .desc-011.eng {
    background-image: url(/image/catalog/product-detail/AP-1523D/detail11-en.png);
}

.AP-1523D .desc-011.chn {
    background-image: url(/image/catalog/product-detail/AP-1523D/detail11-cn.png);
}

.AP-1005AH .desc-item .owl-carousel {
    width: 100%;
}
.AP-1005AH .desc-03 .row > div {
    padding: 0;
}
.AP-1005AH .desc-03 .item {
    height: 560px;
    background-position: right;
    background-size: cover;
}
.AP-1005AH .desc-03 .item-01 {
    background-image: url(/image/catalog/product-detail/AP-1005AH/detail3-1.png);
    background-position: center bottom;
}
.AP-1005AH .desc-03 .item-02 {
    background-image: url(/image/catalog/product-detail/AP-1005AH/detail3-2.png);
}
.AP-1005AH .desc-03 .prod-text {
    padding: 10% 12%;
}
.AP-1005AH .desc-03 .prod-text .prod-text-title {
    margin: 0 0 20px 0;
}

.AP-1013A .desc-05 .prod-text {
    margin-top: -100px;
}

.AP-1018F .desc-02 .item-left {
    margin-top: -300px;
}
.AP-1018F .desc-02 .flex .item-right {
    padding-left: 8%;
}
.AP-1018F .desc-02 .flex .item-right h3 {
    line-height: 20px;
}
.AP-1018F .desc-02 .flex .item-right p {
    font-size: 10px;
    line-height: 14px;
}
.AP-1018F .desc-05 .prod-text {
    margin-top: -450px;
    text-align: center;
}

.AP-1516D .desc-item .owl-carousel .owl-dots {
    left: 60%;
}
.AP-1516D .desc-02 .prod-text {
    margin-top: -200px;
}
.AP-1516D .desc-02 .item-01 {
    background-image: url(/image/catalog/product-detail/AP-1516D/detail2-1.png);
}
.AP-1516D .desc-02 .item-02 {
    background-image: url(/image/catalog/product-detail/AP-1516D/detail2-2.png);
}
.AP-1516D .desc-02 .item-03 {
    background-image: url(/image/catalog/product-detail/AP-1516D/detail2-3.png);
}
.AP-1516D .desc-02 .item-04 {
    background-image: url(/image/catalog/product-detail/AP-1516D/detail2-4.png);
}
.AP-1516D .desc-02.eng .item-04 {
    background-image: url(/image/catalog/product-detail/AP-1516D/detail2-4-en.png);
}
.AP-1516D .desc-02.chn .item-04 {
    background-image: url(/image/catalog/product-detail/AP-1516D/detail2-4-cn.png);
}
.AP-1516D .desc-03 .flex .prod-text h3 {
    line-height: 20px;
}
.AP-1516D .desc-03 .flex .prod-text p {
    font-size: 10px;
    line-height: 14px;
}
.AP-1516D .desc-05 .prod-text {
    margin-top: -450px;
    text-align: center;
}

.AP-3008FH .desc-item .owl-carousel .owl-dots {
    left: 12%;
}
.AP-3008FH .desc-item .owl-carousel {
    width: 100%;
}
.AP-3008FH .desc-06 .row > div {
    padding: 0;
}
.AP-3008FH .desc-06 .item {
    height: 560px;
    background-position: center;
    background-size: cover;
}
.AP-3008FH .desc-06 .item-01 {
    background-image: url(/image/catalog/product-detail/AP-3008FH/detail6-1.png);
}
.AP-3008FH .desc-06 .item-02 {
    background-image: url(/image/catalog/product-detail/AP-3008FH/detail6-2.png);
}
.AP-3008FH .desc-06 .item-03 {
    background-image: url(/image/catalog/product-detail/AP-3008FH/detail6-3.png);
}
.AP-3008FH .desc-06 .item-04 {
    background-image: url(/image/catalog/product-detail/AP-3008FH/detail6-4.png);
}
.AP-3008FH .desc-06 .prod-text {
    padding: 10% 12%;
}
.AP-3008FH .desc-06 .prod-text .prod-text-title {
    margin: 0 0 20px 0;
}

.AP-3018B .desc-item .owl-carousel {
    width: 100%;
}
.AP-3018B .desc-item .owl-carousel .owl-dots {
    left: 78%;
}
.AP-3018B .desc-03 .row > div {
    padding: 0;
}
.AP-3018B .desc-03 .item-left .prod-text {
    text-align: right;
}
.AP-3018B .desc-03 .item {
    height: 730px;
    background-position: right;
}
.AP-3018B .desc-03 .item-01 {
    background-image: url(/image/catalog/product-detail/AP-3018B/detail3-1.png);
}
.AP-3018B .desc-03 .item-02 {
    background-image: url(/image/catalog/product-detail/AP-3018B/detail3-2.png);
}
.AP-3018B .desc-03 .item-03 {
    background-image: url(/image/catalog/product-detail/AP-3018B/detail3-3.png);
}
.AP-3018B .desc-03 .item-04 {
    background-image: url(/image/catalog/product-detail/AP-3018B/detail3-4.png);
    background-position: left;
}
.AP-3018B .desc-03 .prod-text {
    padding: 10% 12%;
}
.AP-3018B .desc-03 .prod-text .prod-text-title {
    margin: 0 0 20px 0;
}
.AP-3018B .desc-04 .flex {
    height: auto;
    padding: 30px 0;
}
.AP-3018B .desc-04 .flex .prod-text h3 {
    line-height: 20px;
}
.AP-3018B .desc-04 .flex .prod-text p {
    font-size: 10px;
    line-height: 14px;
}
.AP-3018B .desc-07 .prod-text {
    margin-top: -450px;
    text-align: center;
}

.AP-2318D .mt-break {
    display: none;
}
.AP-2318D .desc-02 .flex {
    align-items: flex-start;
}
.AP-2318D .desc-02 .flex .prod-text h1 {
    color: #000 !important;
}
.AP-2318D .desc-02 .flex .prod-text h3 {
    color: #000 !important;
    padding-top: 30px;
}
.AP-2318D .desc-03 .item-left {
    margin-top: -300px;
}
.AP-2318D .desc-03 .flex {
    height: 650px;
}
.AP-2318D .desc-03 .flex .item-right {
    padding-left: 8%;
}
.AP-2318D .desc-03 .flex .item-right h3 {
    line-height: 20px;
}
.AP-2318D .desc-03 .flex .item-right p {
    font-size: 10px;
    line-height: 14px;
}
.AP-2318D .desc-04 .flex .prod-text {
    text-align: right;
}
.AP-2318D .desc-05 .item {
    height: 540px;
    padding: 30px 80px;
}
.AP-2318D .desc-05 .item-01 {
    background-image: url(/image/catalog/product-detail/AP-2318D/detail5-1.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.AP-2318D .desc-05 .item-01 .prod-text {
    float: right;
    max-width: 485px;
    text-align: right;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.75);
}
.AP-2318D .desc-05 .item-01 .prod-text h1, .AP-2318D .desc-05 .item-01 .prod-text p {
    color: #fff;
}
.AP-2318D .desc-05 .item-02 {
    background-image: url(/image/catalog/product-detail/AP-2318D/detail5-2.png);
    background-repeat: no-repeat;
}
.AP-2318D .desc-05 .item-02 .prod-text h3, .AP-2318D .desc-05 .item-02 .prod-text h1 {
    color: #000;
}
.AP-2318D .desc-06 .note {
    font-size: 14px;
    margin-top: 30%;
}
.AP-2318D .desc-07 .flex .prod-text {
    text-align: right;
}

.AP-1523D {
    background-color: #fff;
}
.AP-1523D .alt-bg {
    background-color: #f5f5f7;
}
.AP-1523D .desc-01 {
    min-height: 845px;
}
.AP-1523D .desc-02 {
    min-height: 350px;
}
.AP-1523D .desc-03 {
    min-height: 335px;
}
.AP-1523D .desc-04 {
    min-height: 1060px;
}
.AP-1523D .desc-05 {
    min-height: 860px;
}
.AP-1523D .desc-06 {
    min-height: 400px;
}
.AP-1523D .desc-07 {
    min-height: 1950px;
}
.AP-1523D .desc-08 {
    min-height: 1060px;
}
.AP-1523D .desc-09 {
    min-height: 970px;
}
.AP-1523D .desc-010 {
    min-height: 500px;
}
.AP-1523D .desc-011 {
    min-height: 900px;
}

.BA-13AB .desc-01 {
    background-image: url(/image/catalog/product-detail/BA-13AB/detail1.png);
}

.BA-13AB .desc-01.eng {
    background-image: url(/image/catalog/product-detail/BA-13AB/detail1-en.png);
}

.BA-13AB .desc-01.chn {
    background-image: url(/image/catalog/product-detail/BA-13AB/detail1-cn.png);
}

.BA-13AB .desc-02 {
    background-image: url(/image/catalog/product-detail/BA-13AB/detail2.png);
}

.BA-13AB .desc-02.eng {
    background-image: url(/image/catalog/product-detail/BA-13AB/detail2-en.png);
}

.BA-13AB .desc-02.chn {
    background-image: url(/image/catalog/product-detail/BA-13AB/detail2-cn.png);
}

.BA-13AB .desc-03 {
    background-image: url(/image/catalog/product-detail/BA-13AB/detail3.png);
}

.BA-13AB .desc-03.eng {
    background-image: url(/image/catalog/product-detail/BA-13AB/detail3-en.png);
}

.BA-13AB .desc-03.chn {
    background-image: url(/image/catalog/product-detail/BA-13AB/detail3-cn.png);
}

.BA-13AB .desc-04 {
    background-image: url(/image/catalog/product-detail/BA-13AB/detail4.png);
}

.BA-13AB .desc-04.eng {
    background-image: url(/image/catalog/product-detail/BA-13AB/detail4-en.png);
}

.BA-13AB .desc-04.chn {
    background-image: url(/image/catalog/product-detail/BA-13AB/detail4-cn.png);
}

.BA-13AB .desc-05 {
    background-image: url(/image/catalog/product-detail/BA-13AB/detail5.png);
}

.BA-13AB .desc-05.eng {
    background-image: url(/image/catalog/product-detail/BA-13AB/detail5-en.png);
}

.BA-13AB .desc-05.chn {
    background-image: url(/image/catalog/product-detail/BA-13AB/detail5-cn.png);
}

.BA-13AB .desc-06 {
    background-image: url(/image/catalog/product-detail/BA-13AB/detail6.png);
}

.BA-13AB .desc-06.eng {
    background-image: url(/image/catalog/product-detail/BA-13AB/detail6-en.png);
}

.BA-13AB .desc-06.chn {
    background-image: url(/image/catalog/product-detail/BA-13AB/detail6-cn.png);
}

.BAS22-A .desc-01 {
    background-image: url(/image/catalog/product-detail/BAS22-A/detail1.png);
}

.BAS22-A .desc-01.eng {
    background-image: url(/image/catalog/product-detail/BAS22-A/detail1-en.png);
}

.BAS22-A .desc-01.chn {
    background-image: url(/image/catalog/product-detail/BAS22-A/detail1-cn.png);
}

.BAS22-A .desc-02 {
    background-image: url(/image/catalog/product-detail/BAS22-A/detail2.png);
}

.BAS22-A .desc-02.eng {
    background-image: url(/image/catalog/product-detail/BAS22-A/detail2-en.png);
}

.BAS22-A .desc-02.chn {
    background-image: url(/image/catalog/product-detail/BAS22-A/detail2-cn.png);
}

.BAS22-A .desc-03 {
    background-image: url(/image/catalog/product-detail/BAS22-A/detail3.png);
}

.BAS22-A .desc-03.eng {
    background-image: url(/image/catalog/product-detail/BAS22-A/detail3-en.png);
}

.BAS22-A .desc-03.chn {
    background-image: url(/image/catalog/product-detail/BAS22-A/detail3-cn.png);
}

.BAS22-A .desc-04 {
    background-image: url(/image/catalog/product-detail/BAS22-A/detail4.png);
}

.BAS22-A .desc-04.eng {
    background-image: url(/image/catalog/product-detail/BAS22-A/detail4-en.png);
}

.BAS22-A .desc-04.chn {
    background-image: url(/image/catalog/product-detail/BAS22-A/detail4-cn.png);
}

.BB-14A .desc-01 {
    background-image: url(/image/catalog/product-detail/BB-14A/detail1.png);
}

.BB-14A .desc-01.eng {
    background-image: url(/image/catalog/product-detail/BB-14A/detail1-en.png);
}

.BB-14A .desc-01.chn {
    background-image: url(/image/catalog/product-detail/BB-14A/detail1-cn.png);
}

.BB-14A .desc-02 {
    background-image: url(/image/catalog/product-detail/BB-14A/detail2.png);
}

.BB-14A .desc-02.eng {
    background-image: url(/image/catalog/product-detail/BB-14A/detail2-en.png);
}

.BB-14A .desc-02.chn {
    background-image: url(/image/catalog/product-detail/BB-14A/detail2-cn.png);
}

.BB-14A .desc-03 {
    background-image: url(/image/catalog/product-detail/BB-14A/detail3.png);
}

.BB-14A .desc-03.eng {
    background-image: url(/image/catalog/product-detail/BB-14A/detail3-en.png);
}

.BB-14A .desc-03.chn {
    background-image: url(/image/catalog/product-detail/BB-14A/detail3-cn.png);
}

.BB-14A .desc-04 {
    background-image: url(/image/catalog/product-detail/BB-14A/detail4.png);
}

.BB-14A .desc-04.eng {
    background-image: url(/image/catalog/product-detail/BB-14A/detail4-en.png);
}

.BB-14A .desc-04.chn {
    background-image: url(/image/catalog/product-detail/BB-14A/detail4-cn.png);
}

.BB-14A .desc-05 {
    background-image: url(/image/catalog/product-detail/BB-14A/detail5.png);
}

.BB-14A .desc-05.eng {
    background-image: url(/image/catalog/product-detail/BB-14A/detail5-en.png);
}

.BB-14A .desc-05.chn {
    background-image: url(/image/catalog/product-detail/BB-14A/detail5-cn.png);
}

.BB-14A .desc-06 {
    background-image: url(/image/catalog/product-detail/BB-14A/detail6.png);
}

.BB-14A .desc-06.eng {
    background-image: url(/image/catalog/product-detail/BB-14A/detail6-en.png);
}

.BB-14A .desc-06.chn {
    background-image: url(/image/catalog/product-detail/BB-14A/detail6-cn.png);
}

.BB-14A .desc-07 {
    background-image: url(/image/catalog/product-detail/BB-14A/detail7.png);
}

.BB-14A .desc-07.eng {
    background-image: url(/image/catalog/product-detail/BB-14A/detail7-en.png);
}

.BB-14A .desc-07.chn {
    background-image: url(/image/catalog/product-detail/BB-14A/detail7-cn.png);
}

.CF-0120 .desc-01 {
    background-image: url(/image/catalog/product-detail/CF-0120/detail1.png);
}

.CF-0120 .desc-01.eng {
    background-image: url(/image/catalog/product-detail/CF-0120/detail1-en.png);
}

.CF-0120 .desc-01.chn {
    background-image: url(/image/catalog/product-detail/CF-0120/detail1-cn.png);
}

.BA42-A .desc-01 {
    background-image: url(/image/catalog/product-detail/BA42-A/detail1.png);
}

.BA42-A .desc-01.eng {
    background-image: url(/image/catalog/product-detail/BA42-A/detail1-en.png);
}

.BA42-A .desc-01.chn {
    background-image: url(/image/catalog/product-detail/BA42-A/detail1-cn.png);
}

.BA42-A .desc-02 {
    background-image: url(/image/catalog/product-detail/BA42-A/detail2.png);
}

.BA42-A .desc-02.eng {
    background-image: url(/image/catalog/product-detail/BA42-A/detail2-en.png);
}

.BA42-A .desc-02.chn {
    background-image: url(/image/catalog/product-detail/BA42-A/detail2-cn.png);
}

.BA42-A .desc-03 {
    background-image: url(/image/catalog/product-detail/BA42-A/detail3.png);
}

.BA42-A .desc-03.eng {
    background-image: url(/image/catalog/product-detail/BA42-A/detail3-en.png);
}

.BA42-A .desc-03.chn {
    background-image: url(/image/catalog/product-detail/BA42-A/detail3-cn.png);
}

.BA42-A .desc-04 {
    background-image: url(/image/catalog/product-detail/BA42-A/detail4.png);
}

.BA42-A .desc-04.eng {
    background-image: url(/image/catalog/product-detail/BA42-A/detail4-en.png);
}

.BA42-A .desc-04.chn {
    background-image: url(/image/catalog/product-detail/BA42-A/detail4-cn.png);
}

.BA-13AB .desc-03 .prod-text {
    height: 560px;
}
.BA-13AB .desc-03 .item-01 {
    background-image: url(/image/catalog/product-detail/BA-13AB/detail3-1.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-color: #f2f3f5;
    text-align: right;
    padding: 3% 5% 0 0;
}
.BA-13AB .desc-03 .item-02 {
    background-image: url(/image/catalog/product-detail/BA-13AB/detail3-2.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #e8e9eb;
    text-align: left;
    padding: 3% 0 0 5%;
}
.BA-13AB .desc-04 .item-01 {
    background-image: url(/image/catalog/product-detail/BA-13AB/detail4-1.jpg);
}
.BA-13AB .desc-04 .item-02 {
    background-image: url(/image/catalog/product-detail/BA-13AB/detail4-2.jpg);
}
.BA-13AB .desc-04 .item-03 {
    background-image: url(/image/catalog/product-detail/BA-13AB/detail4-3.jpg);
}
.BA-13AB .desc-05 .prod-text {
    height: 560px;
}
.BA-13AB .desc-05 .item-01 {
    background-image: url(/image/catalog/product-detail/BA-13AB/detail5-1.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-color: #e8e9eb;
    text-align: right;
    padding: 3% 5% 0 0;
}
.BA-13AB .desc-05 .item-02 {
    background-image: url(/image/catalog/product-detail/BA-13AB/detail5-2.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #f2f3f5;
    text-align: left;
    padding: 3% 0 0 5%;
}
.BA-13AB .desc-05.eng .item-02 {
    background-image: url(/image/catalog/product-detail/BA-13AB/detail5-2-en.png);
}
.BA-13AB .desc-05.chn .item-02 {
    background-image: url(/image/catalog/product-detail/BA-13AB/detail5-2-cn.png);
}

.CF-0120 .desc-02 {
    padding: 50px 0;
}
.CF-0120 .desc-02 .img img {
    width: 90%;
}
.CF-0120 .desc-02 .txt {
    padding-right: 5%;
}
.CF-0120 .desc-02 .txt h2 {
    margin-top: 0;
}
.CF-0120 .desc-02 .row {
    margin: 20px 0;
}
.CF-0120 .desc-03 {
    margin-bottom: 50px;
}
.CF-0120 .desc-03 .flex {
    width: 80%;
    margin: auto;
}
.CF-0120 .desc-03 .item {
    width: 12.5%;
    text-align: center;
    padding: 0 1%;
}
.CF-0120 .desc-03 .item p {
    margin-top: 15px;
}

.CM-9000 .desc-04 {
    padding: 50px 0;
    margin: 50px 0;
}
.CM-9000 .desc-04 .icon-box {
    width: 20%;
    float: left;
    padding: 20px;
}
.CM-9000 .desc-04 .icon-box .p-icon {
    width: 80%;
    margin: auto;
    padding: 5%;
}
.CM-9000 .desc-04 .icon-box .p-text {
    text-align: center;
    font-weight: bold;
    min-height: 50px;
}

@media (max-width: 768px) {
    .CM-9000 .desc-04 {
        padding: 20px 0;
    }
    .CM-9000 .desc-04 .icon-box {
        width: 50%;
    }
}
@media (max-width: 768px) {
    .prod-desc-box .dt-break {
        display: none;
    }
    .prod-desc-box .prod-text {
        padding: 7%;
        text-align: center;
    }
    .prod-desc-box .prod-text .prod-text-title {
        font-weight: 300;
    }
    .prod-desc-box .prod-text .prod-text-title .dt-break {
        display: none;
    }
    .prod-desc-box .prod-text h1.prod-text-title {
        font-size: 22px;
        line-height: 30px;
    }
    .prod-desc-box .prod-text h2.prod-text-title {
        font-size: 22px;
        line-height: 30px;
    }
    .prod-desc-box .prod-text p {
        font-size: 13px;
        line-height: 18px;
    }
    .prod-desc-box .desc-item, .prod-desc-box .item {
        display: block;
        background-size: 100%;
        background-position: center bottom;
    }
    .prod-desc-box .desc-item .flex .prod-img, .prod-desc-box .item .flex .prod-img {
        padding: 40% 0;
    }
    .prod-desc-box .desc-item .flex, .prod-desc-box .item .flex {
        height: auto;
    }
    .prod-desc-box .desc-item .flex .prod-text.item-right, .prod-desc-box .item .flex .prod-text.item-right {
        padding: 10%;
    }
    .prod-desc-box .desc-item .flex .prod-text.item-left, .prod-desc-box .item .flex .prod-text.item-left {
        padding: 10%;
    }
    .prod-desc-box .desc-item .flex .prod-text.item-center, .prod-desc-box .item .flex .prod-text.item-center {
        padding: 30% 20%;
    }
    .prod-desc-box .desc-item .owl-carousel, .prod-desc-box .item .owl-carousel {
        position: relative;
    }
    .prod-desc-box .desc-item .owl-carousel .owl-dots, .prod-desc-box .item .owl-carousel .owl-dots {
        position: absolute;
        bottom: 5%;
        left: 0;
        width: 100%;
    }

    .CHP-671L .desc-01 {
        background-image: url(/image/catalog/product-detail/CHP-671L/m-detail1.png);
    }

    .CHP-671L .desc-01.eng {
        background-image: url(/image/catalog/product-detail/CHP-671L/m-detail1-en.png);
    }

    .CHP-671L .desc-01.chn {
        background-image: url(/image/catalog/product-detail/CHP-671L/m-detail1-cn.png);
    }

    .CHP-671L .desc-02 {
        background-image: url(/image/catalog/product-detail/CHP-671L/m-detail2.png);
    }

    .CHP-671L .desc-02.eng {
        background-image: url(/image/catalog/product-detail/CHP-671L/m-detail2-en.png);
    }

    .CHP-671L .desc-02.chn {
        background-image: url(/image/catalog/product-detail/CHP-671L/m-detail2-cn.png);
    }

    .CHP-671L .desc-03 {
        background-image: url(/image/catalog/product-detail/CHP-671L/m-detail3.png);
    }

    .CHP-671L .desc-03.eng {
        background-image: url(/image/catalog/product-detail/CHP-671L/m-detail3-en.png);
    }

    .CHP-671L .desc-03.chn {
        background-image: url(/image/catalog/product-detail/CHP-671L/m-detail3-cn.png);
    }

    .CHP-671L .desc-04 {
        background-image: url(/image/catalog/product-detail/CHP-671L/m-detail4.png);
    }

    .CHP-671L .desc-04.eng {
        background-image: url(/image/catalog/product-detail/CHP-671L/m-detail4-en.png);
    }

    .CHP-671L .desc-04.chn {
        background-image: url(/image/catalog/product-detail/CHP-671L/m-detail4-cn.png);
    }

    .CHP-671L .desc-05 {
        background-image: url(/image/catalog/product-detail/CHP-671L/m-detail5.png);
    }

    .CHP-671L .desc-05.eng {
        background-image: url(/image/catalog/product-detail/CHP-671L/m-detail5-en.png);
    }

    .CHP-671L .desc-05.chn {
        background-image: url(/image/catalog/product-detail/CHP-671L/m-detail5-cn.png);
    }

    .CHP-671L .desc-06 {
        background-image: url(/image/catalog/product-detail/CHP-671L/m-detail6.png);
    }

    .CHP-671L .desc-06.eng {
        background-image: url(/image/catalog/product-detail/CHP-671L/m-detail6-en.png);
    }

    .CHP-671L .desc-06.chn {
        background-image: url(/image/catalog/product-detail/CHP-671L/m-detail6-cn.png);
    }

    .CHP-590L .desc-01 {
        background-image: url(/image/catalog/product-detail/CHP-590L/m-detail1.png);
    }

    .CHP-590L .desc-01.eng {
        background-image: url(/image/catalog/product-detail/CHP-590L/m-detail1-en.png);
    }

    .CHP-590L .desc-01.chn {
        background-image: url(/image/catalog/product-detail/CHP-590L/m-detail1-cn.png);
    }

    .CHP-590L .desc-02 {
        background-image: url(/image/catalog/product-detail/CHP-590L/m-detail2.png);
    }

    .CHP-590L .desc-02.eng {
        background-image: url(/image/catalog/product-detail/CHP-590L/m-detail2-en.png);
    }

    .CHP-590L .desc-02.chn {
        background-image: url(/image/catalog/product-detail/CHP-590L/m-detail2-cn.png);
    }

    .CHP-590L .desc-03 {
        background-image: url(/image/catalog/product-detail/CHP-590L/m-detail3.png);
    }

    .CHP-590L .desc-03.eng {
        background-image: url(/image/catalog/product-detail/CHP-590L/m-detail3-en.png);
    }

    .CHP-590L .desc-03.chn {
        background-image: url(/image/catalog/product-detail/CHP-590L/m-detail3-cn.png);
    }

    .CHP-590L .desc-04 {
        background-image: url(/image/catalog/product-detail/CHP-590L/m-detail4.png);
    }

    .CHP-590L .desc-04.eng {
        background-image: url(/image/catalog/product-detail/CHP-590L/m-detail4-en.png);
    }

    .CHP-590L .desc-04.chn {
        background-image: url(/image/catalog/product-detail/CHP-590L/m-detail4-cn.png);
    }

    .CHP-590L .desc-05 {
        background-image: url(/image/catalog/product-detail/CHP-590L/m-detail5.png);
    }

    .CHP-590L .desc-05.eng {
        background-image: url(/image/catalog/product-detail/CHP-590L/m-detail5-en.png);
    }

    .CHP-590L .desc-05.chn {
        background-image: url(/image/catalog/product-detail/CHP-590L/m-detail5-cn.png);
    }

    .CHP-590L .desc-06 {
        background-image: url(/image/catalog/product-detail/CHP-590L/m-detail6.png);
    }

    .CHP-590L .desc-06.eng {
        background-image: url(/image/catalog/product-detail/CHP-590L/m-detail6-en.png);
    }

    .CHP-590L .desc-06.chn {
        background-image: url(/image/catalog/product-detail/CHP-590L/m-detail6-cn.png);
    }

    .CHPI-620L .desc-01 {
        background-image: url(/image/catalog/product-detail/CHPI-620L/m-detail1.png);
    }

    .CHPI-620L .desc-01.eng {
        background-image: url(/image/catalog/product-detail/CHPI-620L/m-detail1-en.png);
    }

    .CHPI-620L .desc-01.chn {
        background-image: url(/image/catalog/product-detail/CHPI-620L/m-detail1-cn.png);
    }

    .CHPI-620L .desc-02 {
        background-image: url(/image/catalog/product-detail/CHPI-620L/m-detail2.png);
    }

    .CHPI-620L .desc-02.eng {
        background-image: url(/image/catalog/product-detail/CHPI-620L/m-detail2-en.png);
    }

    .CHPI-620L .desc-02.chn {
        background-image: url(/image/catalog/product-detail/CHPI-620L/m-detail2-cn.png);
    }

    .CHPI-620L .desc-03 {
        background-image: url(/image/catalog/product-detail/CHPI-620L/m-detail3.png);
    }

    .CHPI-620L .desc-03.eng {
        background-image: url(/image/catalog/product-detail/CHPI-620L/m-detail3-en.png);
    }

    .CHPI-620L .desc-03.chn {
        background-image: url(/image/catalog/product-detail/CHPI-620L/m-detail3-cn.png);
    }

    .CHPI-620L .desc-04 {
        background-image: url(/image/catalog/product-detail/CHPI-620L/m-detail4.png);
    }

    .CHPI-620L .desc-04.eng {
        background-image: url(/image/catalog/product-detail/CHPI-620L/m-detail4-en.png);
    }

    .CHPI-620L .desc-04.chn {
        background-image: url(/image/catalog/product-detail/CHPI-620L/m-detail4-cn.png);
    }

    .CHPI-280L .desc-01 {
        background-image: url(/image/catalog/product-detail/CHPI-280L/m-detail1.png);
    }

    .CHPI-280L .desc-01.eng {
        background-image: url(/image/catalog/product-detail/CHPI-280L/m-detail1-en.png);
    }

    .CHPI-280L .desc-01.chn {
        background-image: url(/image/catalog/product-detail/CHPI-280L/m-detail1-cn.png);
    }

    .CHPI-280L .desc-02 {
        background-image: url(/image/catalog/product-detail/CHPI-280L/m-detail2.png);
    }

    .CHPI-280L .desc-02.eng {
        background-image: url(/image/catalog/product-detail/CHPI-280L/m-detail2-en.png);
    }

    .CHPI-280L .desc-02.chn {
        background-image: url(/image/catalog/product-detail/CHPI-280L/m-detail2-cn.png);
    }

    .CHPI-280L .desc-03 {
        background-image: url(/image/catalog/product-detail/CHPI-280L/m-detail3.png);
    }

    .CHPI-280L .desc-03.eng {
        background-image: url(/image/catalog/product-detail/CHPI-280L/m-detail3-en.png);
    }

    .CHPI-280L .desc-03.chn {
        background-image: url(/image/catalog/product-detail/CHPI-280L/m-detail3-cn.png);
    }

    .CPE-06ALB .desc-01 {
        background-image: url(/image/catalog/product-detail/CPE-06ALB/m-detail1.png);
    }

    .CPE-06ALB .desc-01.eng {
        background-image: url(/image/catalog/product-detail/CPE-06ALB/m-detail1-en.png);
    }

    .CPE-06ALB .desc-01.chn {
        background-image: url(/image/catalog/product-detail/CPE-06ALB/m-detail1-cn.png);
    }

    .CPE-06ALB .desc-02 {
        background-image: url(/image/catalog/product-detail/CPE-06ALB/m-detail2.png);
    }

    .CPE-06ALB .desc-02.eng {
        background-image: url(/image/catalog/product-detail/CPE-06ALB/m-detail2-en.png);
    }

    .CPE-06ALB .desc-02.chn {
        background-image: url(/image/catalog/product-detail/CPE-06ALB/m-detail2-cn.png);
    }

    .CPE-06ALB .desc-03 {
        background-image: url(/image/catalog/product-detail/CPE-06ALB/m-detail3.png);
    }

    .CPE-06ALB .desc-03.eng {
        background-image: url(/image/catalog/product-detail/CPE-06ALB/m-detail3-en.png);
    }

    .CPE-06ALB .desc-03.chn {
        background-image: url(/image/catalog/product-detail/CPE-06ALB/m-detail3-cn.png);
    }

    .CPE-06ALB .desc-04 {
        background-image: url(/image/catalog/product-detail/CPE-06ALB/m-detail4.png);
    }

    .CPE-06ALB .desc-04.eng {
        background-image: url(/image/catalog/product-detail/CPE-06ALB/m-detail4-en.png);
    }

    .CPE-06ALB .desc-04.chn {
        background-image: url(/image/catalog/product-detail/CPE-06ALB/m-detail4-cn.png);
    }

    .CHP-251L .desc-01 {
        background-image: url(/image/catalog/product-detail/CHP-251L/m-detail1.png);
    }

    .CHP-251L .desc-01.eng {
        background-image: url(/image/catalog/product-detail/CHP-251L/m-detail1-en.png);
    }

    .CHP-251L .desc-01.chn {
        background-image: url(/image/catalog/product-detail/CHP-251L/m-detail1-cn.png);
    }

    .CHP-251L .desc-02 {
        background-image: url(/image/catalog/product-detail/CHP-251L/m-detail2.png);
    }

    .CHP-251L .desc-02.eng {
        background-image: url(/image/catalog/product-detail/CHP-251L/m-detail2-en.png);
    }

    .CHP-251L .desc-02.chn {
        background-image: url(/image/catalog/product-detail/CHP-251L/m-detail2-cn.png);
    }

    .CHP-251L .desc-03 {
        background-image: url(/image/catalog/product-detail/CHP-251L/m-detail3.png);
    }

    .CHP-251L .desc-03.eng {
        background-image: url(/image/catalog/product-detail/CHP-251L/m-detail3-en.png);
    }

    .CHP-251L .desc-03.chn {
        background-image: url(/image/catalog/product-detail/CHP-251L/m-detail3-cn.png);
    }

    .CHP-251L .desc-04 {
        background-image: url(/image/catalog/product-detail/CHP-251L/m-detail4.png);
    }

    .CHP-251L .desc-04.eng {
        background-image: url(/image/catalog/product-detail/CHP-251L/m-detail4-en.png);
    }

    .CHP-251L .desc-04.chn {
        background-image: url(/image/catalog/product-detail/CHP-251L/m-detail4-cn.png);
    }

    .P-07QL .desc-01 {
        background-image: url(/image/catalog/product-detail/P-07QL/m-detail1.png);
    }

    .P-07QL .desc-01.eng {
        background-image: url(/image/catalog/product-detail/P-07QL/m-detail1-en.png);
    }

    .P-07QL .desc-01.chn {
        background-image: url(/image/catalog/product-detail/P-07QL/m-detail1-cn.png);
    }

    .P-07QL .desc-02 {
        background-image: url(/image/catalog/product-detail/P-07QL/m-detail2.png);
    }

    .P-07QL .desc-02.eng {
        background-image: url(/image/catalog/product-detail/P-07QL/m-detail2-en.png);
    }

    .P-07QL .desc-02.chn {
        background-image: url(/image/catalog/product-detail/P-07QL/m-detail2-cn.png);
    }

    .P-07QL .desc-03 {
        background-image: url(/image/catalog/product-detail/P-07QL/m-detail3.png);
    }

    .P-07QL .desc-03.eng {
        background-image: url(/image/catalog/product-detail/P-07QL/m-detail3-en.png);
    }

    .P-07QL .desc-03.chn {
        background-image: url(/image/catalog/product-detail/P-07QL/m-detail3-cn.png);
    }

    .P-07QL .desc-04 {
        background-image: url(/image/catalog/product-detail/P-07QL/m-detail4.png);
    }

    .P-07QL .desc-04.eng {
        background-image: url(/image/catalog/product-detail/P-07QL/m-detail4-en.png);
    }

    .P-07QL .desc-04.chn {
        background-image: url(/image/catalog/product-detail/P-07QL/m-detail4-cn.png);
    }

    .P-09CL .desc-01 {
        background-image: url(/image/catalog/product-detail/P-09CL/m-detail1.png);
    }

    .P-09CL .desc-01.eng {
        background-image: url(/image/catalog/product-detail/P-09CL/m-detail1-en.png);
    }

    .P-09CL .desc-01.chn {
        background-image: url(/image/catalog/product-detail/P-09CL/m-detail1-cn.png);
    }

    .P-09CL .desc-02 {
        background-image: url(/image/catalog/product-detail/P-09CL/m-detail2.png);
    }

    .P-09CL .desc-02.eng {
        background-image: url(/image/catalog/product-detail/P-09CL/m-detail2-en.png);
    }

    .P-09CL .desc-02.chn {
        background-image: url(/image/catalog/product-detail/P-09CL/m-detail2-cn.png);
    }

    .P-09CL .desc-03 {
        background-image: url(/image/catalog/product-detail/P-09CL/m-detail3.png);
    }

    .P-09CL .desc-03.eng {
        background-image: url(/image/catalog/product-detail/P-09CL/m-detail3-en.png);
    }

    .P-09CL .desc-03.chn {
        background-image: url(/image/catalog/product-detail/P-09CL/m-detail3-cn.png);
    }

    .P-300L .desc-01 {
        background-image: url(/image/catalog/product-detail/P-300L/m-detail1.png);
    }

    .P-300L .desc-01.eng {
        background-image: url(/image/catalog/product-detail/P-300L/m-detail1-en.png);
    }

    .P-300L .desc-01.chn {
        background-image: url(/image/catalog/product-detail/P-300L/m-detail1-cn.png);
    }

    .P-300L .desc-02 {
        background-image: url(/image/catalog/product-detail/P-300L/m-detail2.png);
    }

    .P-300L .desc-02.eng {
        background-image: url(/image/catalog/product-detail/P-300L/m-detail2-en.png);
    }

    .P-300L .desc-02.chn {
        background-image: url(/image/catalog/product-detail/P-300L/m-detail2-cn.png);
    }

    .P-300L .desc-03 {
        background-image: url(/image/catalog/product-detail/P-300L/m-detail3.png);
    }

    .P-300L .desc-03.eng {
        background-image: url(/image/catalog/product-detail/P-300L/m-detail3-en.png);
    }

    .P-300L .desc-03.chn {
        background-image: url(/image/catalog/product-detail/P-300L/m-detail3-cn.png);
    }

    .P-300L .desc-04 {
        background-image: url(/image/catalog/product-detail/P-300L/m-detail4.png);
    }

    .P-300L .desc-04.eng {
        background-image: url(/image/catalog/product-detail/P-300L/m-detail4-en.png);
    }

    .P-300L .desc-04.chn {
        background-image: url(/image/catalog/product-detail/P-300L/m-detail4-cn.png);
    }

    .P-300L .desc-05 {
        background-image: url(/image/catalog/product-detail/P-300L/m-detail5.png);
    }

    .P-300L .desc-05.eng {
        background-image: url(/image/catalog/product-detail/P-300L/m-detail5-en.png);
    }

    .P-300L .desc-05.chn {
        background-image: url(/image/catalog/product-detail/P-300L/m-detail5-cn.png);
    }

    .P-300L .desc-06 {
        background-image: url(/image/catalog/product-detail/P-300L/m-detail6.png);
    }

    .P-300L .desc-06.eng {
        background-image: url(/image/catalog/product-detail/P-300L/m-detail6-en.png);
    }

    .P-300L .desc-06.chn {
        background-image: url(/image/catalog/product-detail/P-300L/m-detail6-cn.png);
    }

    .P-6320L .desc-01 {
        background-image: url(/image/catalog/product-detail/P-6320L/m-detail1.png);
    }

    .P-6320L .desc-01.eng {
        background-image: url(/image/catalog/product-detail/P-6320L/m-detail1-en.png);
    }

    .P-6320L .desc-01.chn {
        background-image: url(/image/catalog/product-detail/P-6320L/m-detail1-cn.png);
    }

    .P-6320L .desc-02 {
        background-image: url(/image/catalog/product-detail/P-6320L/m-detail2.png);
    }

    .P-6320L .desc-02.eng {
        background-image: url(/image/catalog/product-detail/P-6320L/m-detail2-en.png);
    }

    .P-6320L .desc-02.chn {
        background-image: url(/image/catalog/product-detail/P-6320L/m-detail2-cn.png);
    }

    .P-6320L .desc-03 {
        background-image: url(/image/catalog/product-detail/P-6320L/m-detail3.png);
    }

    .P-6320L .desc-03.eng {
        background-image: url(/image/catalog/product-detail/P-6320L/m-detail3-en.png);
    }

    .P-6320L .desc-03.chn {
        background-image: url(/image/catalog/product-detail/P-6320L/m-detail3-cn.png);
    }

    .P-6320L .desc-04 {
        background-image: url(/image/catalog/product-detail/P-6320L/m-detail4.png);
    }

    .P-6320L .desc-04.eng {
        background-image: url(/image/catalog/product-detail/P-6320L/m-detail4-en.png);
    }

    .P-6320L .desc-04.chn {
        background-image: url(/image/catalog/product-detail/P-6320L/m-detail4-cn.png);
    }

    .P-6320L .desc-05 {
        background-image: url(/image/catalog/product-detail/P-6320L/m-detail5.png);
    }

    .P-6320L .desc-05.eng {
        background-image: url(/image/catalog/product-detail/P-6320L/m-detail5-en.png);
    }

    .P-6320L .desc-05.chn {
        background-image: url(/image/catalog/product-detail/P-6320L/m-detail5-cn.png);
    }

    .P-6320L .desc-06 {
        background-image: url(/image/catalog/product-detail/P-6320L/m-detail6.png);
    }

    .P-6320L .desc-06.eng {
        background-image: url(/image/catalog/product-detail/P-6320L/m-detail6-en.png);
    }

    .P-6320L .desc-06.chn {
        background-image: url(/image/catalog/product-detail/P-6320L/m-detail6-cn.png);
    }

    .P-160AL .desc-01 {
        background-image: url(/image/catalog/product-detail/P-160AL/m-detail1.png);
    }

    .P-160AL .desc-01.eng {
        background-image: url(/image/catalog/product-detail/P-160AL/m-detail1-en.png);
    }

    .P-160AL .desc-01.chn {
        background-image: url(/image/catalog/product-detail/P-160AL/m-detail1-cn.png);
    }

    .P-160AL .desc-02 {
        background-image: url(/image/catalog/product-detail/P-160AL/m-detail2.png);
    }

    .P-160AL .desc-02.eng {
        background-image: url(/image/catalog/product-detail/P-160AL/m-detail2-en.png);
    }

    .P-160AL .desc-02.chn {
        background-image: url(/image/catalog/product-detail/P-160AL/m-detail2-cn.png);
    }

    .P-160AL .desc-03 {
        background-image: url(/image/catalog/product-detail/P-160AL/m-detail3.png);
    }

    .P-160AL .desc-03.eng {
        background-image: url(/image/catalog/product-detail/P-160AL/m-detail3-en.png);
    }

    .P-160AL .desc-03.chn {
        background-image: url(/image/catalog/product-detail/P-160AL/m-detail3-cn.png);
    }

    .CHP-5710L .desc-01 {
        background-image: url(/image/catalog/product-detail/CHP-5710L/m-detail1.png);
    }

    .CHP-5710L .desc-01.eng {
        background-image: url(/image/catalog/product-detail/CHP-5710L/m-detail1-en.png);
    }

    .CHP-5710L .desc-01.chn {
        background-image: url(/image/catalog/product-detail/CHP-5710L/m-detail1-cn.png);
    }

    .CHP-5710L .desc-02 {
        background-image: url(/image/catalog/product-detail/CHP-5710L/m-detail2.png);
    }

    .CHP-5710L .desc-02.eng {
        background-image: url(/image/catalog/product-detail/CHP-5710L/m-detail2-en.png);
    }

    .CHP-5710L .desc-02.chn {
        background-image: url(/image/catalog/product-detail/CHP-5710L/m-detail2-cn.png);
    }

    .CHP-5710L .desc-03 {
        background-image: url(/image/catalog/product-detail/CHP-5710L/m-detail3.png);
    }

    .CHP-5710L .desc-03.eng {
        background-image: url(/image/catalog/product-detail/CHP-5710L/m-detail3-en.png);
    }

    .CHP-5710L .desc-03.chn {
        background-image: url(/image/catalog/product-detail/CHP-5710L/m-detail3-cn.png);
    }

    .CHP-5710L .desc-04 {
        background-image: url(/image/catalog/product-detail/CHP-5710L/m-detail4.png);
    }

    .CHP-5710L .desc-04.eng {
        background-image: url(/image/catalog/product-detail/CHP-5710L/m-detail4-en.png);
    }

    .CHP-5710L .desc-04.chn {
        background-image: url(/image/catalog/product-detail/CHP-5710L/m-detail4-cn.png);
    }

    .CHP-5710L .desc-05 {
        background-image: url(/image/catalog/product-detail/CHP-5710L/m-detail5.png);
    }

    .CHP-5710L .desc-05.eng {
        background-image: url(/image/catalog/product-detail/CHP-5710L/m-detail5-en.png);
    }

    .CHP-5710L .desc-05.chn {
        background-image: url(/image/catalog/product-detail/CHP-5710L/m-detail5-cn.png);
    }

    .CHPI-7520L .desc-01 {
        background-image: url(/image/catalog/product-detail/CHPI-7520L/m-detail1.png);
    }

    .CHPI-7520L .desc-01.eng {
        background-image: url(/image/catalog/product-detail/CHPI-7520L/m-detail1-en.png);
    }

    .CHPI-7520L .desc-01.chn {
        background-image: url(/image/catalog/product-detail/CHPI-7520L/m-detail1-cn.png);
    }

    .CHPI-7520L .desc-02 {
        background-image: url(/image/catalog/product-detail/CHPI-7520L/m-detail2.png);
    }

    .CHPI-7520L .desc-02.eng {
        background-image: url(/image/catalog/product-detail/CHPI-7520L/m-detail2-en.png);
    }

    .CHPI-7520L .desc-02.chn {
        background-image: url(/image/catalog/product-detail/CHPI-7520L/m-detail2-cn.png);
    }

    .CHPI-7520L .desc-03 {
        background-image: url(/image/catalog/product-detail/CHPI-7520L/m-detail3.png);
    }

    .CHPI-7520L .desc-03.eng {
        background-image: url(/image/catalog/product-detail/CHPI-7520L/m-detail3-en.png);
    }

    .CHPI-7520L .desc-03.chn {
        background-image: url(/image/catalog/product-detail/CHPI-7520L/m-detail3-cn.png);
    }

    .CHPI-7520L .desc-04 {
        background-image: url(/image/catalog/product-detail/CHPI-7520L/m-detail4.png);
    }

    .CHPI-7520L .desc-04.eng {
        background-image: url(/image/catalog/product-detail/CHPI-7520L/m-detail4-en.png);
    }

    .CHPI-7520L .desc-04.chn {
        background-image: url(/image/catalog/product-detail/CHPI-7520L/m-detail4-cn.png);
    }

    .AP-1005AH .desc-01 {
        background-image: url(/image/catalog/product-detail/AP-1005AH/m-detail1.png);
    }

    .AP-1005AH .desc-01.eng {
        background-image: url(/image/catalog/product-detail/AP-1005AH/m-detail1-en.png);
    }

    .AP-1005AH .desc-01.chn {
        background-image: url(/image/catalog/product-detail/AP-1005AH/m-detail1-cn.png);
    }

    .AP-1005AH .desc-02 {
        background-image: url(/image/catalog/product-detail/AP-1005AH/m-detail2.png);
    }

    .AP-1005AH .desc-02.eng {
        background-image: url(/image/catalog/product-detail/AP-1005AH/m-detail2-en.png);
    }

    .AP-1005AH .desc-02.chn {
        background-image: url(/image/catalog/product-detail/AP-1005AH/m-detail2-cn.png);
    }

    .AP-1005AH .desc-03 {
        background-image: url(/image/catalog/product-detail/AP-1005AH/m-detail3.png);
    }

    .AP-1005AH .desc-03.eng {
        background-image: url(/image/catalog/product-detail/AP-1005AH/m-detail3-en.png);
    }

    .AP-1005AH .desc-03.chn {
        background-image: url(/image/catalog/product-detail/AP-1005AH/m-detail3-cn.png);
    }

    .AP-1005AH .desc-04 {
        background-image: url(/image/catalog/product-detail/AP-1005AH/m-detail4.png);
    }

    .AP-1005AH .desc-04.eng {
        background-image: url(/image/catalog/product-detail/AP-1005AH/m-detail4-en.png);
    }

    .AP-1005AH .desc-04.chn {
        background-image: url(/image/catalog/product-detail/AP-1005AH/m-detail4-cn.png);
    }

    .AP-1013A .desc-01 {
        background-image: url(/image/catalog/product-detail/AP-1013A/m-detail1.png);
    }

    .AP-1013A .desc-01.eng {
        background-image: url(/image/catalog/product-detail/AP-1013A/m-detail1-en.png);
    }

    .AP-1013A .desc-01.chn {
        background-image: url(/image/catalog/product-detail/AP-1013A/m-detail1-cn.png);
    }

    .AP-1013A .desc-02 {
        background-image: url(/image/catalog/product-detail/AP-1013A/m-detail2.png);
    }

    .AP-1013A .desc-02.eng {
        background-image: url(/image/catalog/product-detail/AP-1013A/m-detail2-en.png);
    }

    .AP-1013A .desc-02.chn {
        background-image: url(/image/catalog/product-detail/AP-1013A/m-detail2-cn.png);
    }

    .AP-1013A .desc-03 {
        background-image: url(/image/catalog/product-detail/AP-1013A/m-detail3.png);
    }

    .AP-1013A .desc-03.eng {
        background-image: url(/image/catalog/product-detail/AP-1013A/m-detail3-en.png);
    }

    .AP-1013A .desc-03.chn {
        background-image: url(/image/catalog/product-detail/AP-1013A/m-detail3-cn.png);
    }

    .AP-1013A .desc-04 {
        background-image: url(/image/catalog/product-detail/AP-1013A/m-detail4.png);
    }

    .AP-1013A .desc-04.eng {
        background-image: url(/image/catalog/product-detail/AP-1013A/m-detail4-en.png);
    }

    .AP-1013A .desc-04.chn {
        background-image: url(/image/catalog/product-detail/AP-1013A/m-detail4-cn.png);
    }

    .AP-1013A .desc-05 {
        background-image: url(/image/catalog/product-detail/AP-1013A/m-detail5.png);
    }

    .AP-1013A .desc-05.eng {
        background-image: url(/image/catalog/product-detail/AP-1013A/m-detail5-en.png);
    }

    .AP-1013A .desc-05.chn {
        background-image: url(/image/catalog/product-detail/AP-1013A/m-detail5-cn.png);
    }

    .AP-1018F .desc-01 {
        background-image: url(/image/catalog/product-detail/AP-1018F/m-detail1.png);
    }

    .AP-1018F .desc-01.eng {
        background-image: url(/image/catalog/product-detail/AP-1018F/m-detail1-en.png);
    }

    .AP-1018F .desc-01.chn {
        background-image: url(/image/catalog/product-detail/AP-1018F/m-detail1-cn.png);
    }

    .AP-1018F .desc-02 {
        background-image: url(/image/catalog/product-detail/AP-1018F/m-detail2.png);
    }

    .AP-1018F .desc-02.eng {
        background-image: url(/image/catalog/product-detail/AP-1018F/m-detail2-en.png);
    }

    .AP-1018F .desc-02.chn {
        background-image: url(/image/catalog/product-detail/AP-1018F/m-detail2-cn.png);
    }

    .AP-1018F .desc-03 {
        background-image: url(/image/catalog/product-detail/AP-1018F/m-detail3.png);
    }

    .AP-1018F .desc-03.eng {
        background-image: url(/image/catalog/product-detail/AP-1018F/m-detail3-en.png);
    }

    .AP-1018F .desc-03.chn {
        background-image: url(/image/catalog/product-detail/AP-1018F/m-detail3-cn.png);
    }

    .AP-1018F .desc-04 {
        background-image: url(/image/catalog/product-detail/AP-1018F/m-detail4.png);
    }

    .AP-1018F .desc-04.eng {
        background-image: url(/image/catalog/product-detail/AP-1018F/m-detail4-en.png);
    }

    .AP-1018F .desc-04.chn {
        background-image: url(/image/catalog/product-detail/AP-1018F/m-detail4-cn.png);
    }

    .AP-1018F .desc-05 {
        background-image: url(/image/catalog/product-detail/AP-1018F/m-detail5.png);
    }

    .AP-1018F .desc-05.eng {
        background-image: url(/image/catalog/product-detail/AP-1018F/m-detail5-en.png);
    }

    .AP-1018F .desc-05.chn {
        background-image: url(/image/catalog/product-detail/AP-1018F/m-detail5-cn.png);
    }

    .AP-1511FHE .desc-01 {
        background-image: url(/image/catalog/product-detail/AP-1511FHE/m-detail1.png);
    }

    .AP-1511FHE .desc-01.eng {
        background-image: url(/image/catalog/product-detail/AP-1511FHE/m-detail1-en.png);
    }

    .AP-1511FHE .desc-01.chn {
        background-image: url(/image/catalog/product-detail/AP-1511FHE/m-detail1-cn.png);
    }

    .AP-1511FHE .desc-02 {
        background-image: url(/image/catalog/product-detail/AP-1511FHE/m-detail2.png);
    }

    .AP-1511FHE .desc-02.eng {
        background-image: url(/image/catalog/product-detail/AP-1511FHE/m-detail2-en.png);
    }

    .AP-1511FHE .desc-02.chn {
        background-image: url(/image/catalog/product-detail/AP-1511FHE/m-detail2-cn.png);
    }

    .AP-1511FHE .desc-03 {
        background-image: url(/image/catalog/product-detail/AP-1511FHE/m-detail3.png);
    }

    .AP-1511FHE .desc-03.eng {
        background-image: url(/image/catalog/product-detail/AP-1511FHE/m-detail3-en.png);
    }

    .AP-1511FHE .desc-03.chn {
        background-image: url(/image/catalog/product-detail/AP-1511FHE/m-detail3-cn.png);
    }

    .AP-1511FHE .desc-04 {
        background-image: url(/image/catalog/product-detail/AP-1511FHE/m-detail4.png);
    }

    .AP-1511FHE .desc-04.eng {
        background-image: url(/image/catalog/product-detail/AP-1511FHE/m-detail4-en.png);
    }

    .AP-1511FHE .desc-04.chn {
        background-image: url(/image/catalog/product-detail/AP-1511FHE/m-detail4-cn.png);
    }

    .AP-1516D .desc-01 {
        background-image: url(/image/catalog/product-detail/AP-1516D/m-detail1.png);
    }

    .AP-1516D .desc-01.eng {
        background-image: url(/image/catalog/product-detail/AP-1516D/m-detail1-en.png);
    }

    .AP-1516D .desc-01.chn {
        background-image: url(/image/catalog/product-detail/AP-1516D/m-detail1-cn.png);
    }

    .AP-1516D .desc-02 {
        background-image: url(/image/catalog/product-detail/AP-1516D/m-detail2.png);
    }

    .AP-1516D .desc-02.eng {
        background-image: url(/image/catalog/product-detail/AP-1516D/m-detail2-en.png);
    }

    .AP-1516D .desc-02.chn {
        background-image: url(/image/catalog/product-detail/AP-1516D/m-detail2-cn.png);
    }

    .AP-1516D .desc-03 {
        background-image: url(/image/catalog/product-detail/AP-1516D/m-detail3.png);
    }

    .AP-1516D .desc-03.eng {
        background-image: url(/image/catalog/product-detail/AP-1516D/m-detail3-en.png);
    }

    .AP-1516D .desc-03.chn {
        background-image: url(/image/catalog/product-detail/AP-1516D/m-detail3-cn.png);
    }

    .AP-1516D .desc-04 {
        background-image: url(/image/catalog/product-detail/AP-1516D/m-detail4.png);
    }

    .AP-1516D .desc-04.eng {
        background-image: url(/image/catalog/product-detail/AP-1516D/m-detail4-en.png);
    }

    .AP-1516D .desc-04.chn {
        background-image: url(/image/catalog/product-detail/AP-1516D/m-detail4-cn.png);
    }

    .AP-1516D .desc-05 {
        background-image: url(/image/catalog/product-detail/AP-1516D/m-detail5.png);
    }

    .AP-1516D .desc-05.eng {
        background-image: url(/image/catalog/product-detail/AP-1516D/m-detail5-en.png);
    }

    .AP-1516D .desc-05.chn {
        background-image: url(/image/catalog/product-detail/AP-1516D/m-detail5-cn.png);
    }

    .AP-3008FH .desc-01 {
        background-image: url(/image/catalog/product-detail/AP-3008FH/m-detail1.png);
    }

    .AP-3008FH .desc-01.eng {
        background-image: url(/image/catalog/product-detail/AP-3008FH/m-detail1-en.png);
    }

    .AP-3008FH .desc-01.chn {
        background-image: url(/image/catalog/product-detail/AP-3008FH/m-detail1-cn.png);
    }

    .AP-3008FH .desc-02 {
        background-image: url(/image/catalog/product-detail/AP-3008FH/m-detail2.png);
    }

    .AP-3008FH .desc-02.eng {
        background-image: url(/image/catalog/product-detail/AP-3008FH/m-detail2-en.png);
    }

    .AP-3008FH .desc-02.chn {
        background-image: url(/image/catalog/product-detail/AP-3008FH/m-detail2-cn.png);
    }

    .AP-3008FH .desc-03 {
        background-image: url(/image/catalog/product-detail/AP-3008FH/m-detail3.png);
    }

    .AP-3008FH .desc-03.eng {
        background-image: url(/image/catalog/product-detail/AP-3008FH/m-detail3-en.png);
    }

    .AP-3008FH .desc-03.chn {
        background-image: url(/image/catalog/product-detail/AP-3008FH/m-detail3-cn.png);
    }

    .AP-3008FH .desc-04 {
        background-image: url(/image/catalog/product-detail/AP-3008FH/m-detail4.png);
    }

    .AP-3008FH .desc-04.eng {
        background-image: url(/image/catalog/product-detail/AP-3008FH/m-detail4-en.png);
    }

    .AP-3008FH .desc-04.chn {
        background-image: url(/image/catalog/product-detail/AP-3008FH/m-detail4-cn.png);
    }

    .AP-3008FH .desc-05 {
        background-image: url(/image/catalog/product-detail/AP-3008FH/m-detail5.png);
    }

    .AP-3008FH .desc-05.eng {
        background-image: url(/image/catalog/product-detail/AP-3008FH/m-detail5-en.png);
    }

    .AP-3008FH .desc-05.chn {
        background-image: url(/image/catalog/product-detail/AP-3008FH/m-detail5-cn.png);
    }

    .AP-3008FH .desc-06 {
        background-image: url(/image/catalog/product-detail/AP-3008FH/m-detail6.png);
    }

    .AP-3008FH .desc-06.eng {
        background-image: url(/image/catalog/product-detail/AP-3008FH/m-detail6-en.png);
    }

    .AP-3008FH .desc-06.chn {
        background-image: url(/image/catalog/product-detail/AP-3008FH/m-detail6-cn.png);
    }

    .AP-3018B .desc-01 {
        background-image: url(/image/catalog/product-detail/AP-3018B/m-detail1.png);
    }

    .AP-3018B .desc-01.eng {
        background-image: url(/image/catalog/product-detail/AP-3018B/m-detail1-en.png);
    }

    .AP-3018B .desc-01.chn {
        background-image: url(/image/catalog/product-detail/AP-3018B/m-detail1-cn.png);
    }

    .AP-3018B .desc-02 {
        background-image: url(/image/catalog/product-detail/AP-3018B/m-detail2.png);
    }

    .AP-3018B .desc-02.eng {
        background-image: url(/image/catalog/product-detail/AP-3018B/m-detail2-en.png);
    }

    .AP-3018B .desc-02.chn {
        background-image: url(/image/catalog/product-detail/AP-3018B/m-detail2-cn.png);
    }

    .AP-3018B .desc-03 {
        background-image: url(/image/catalog/product-detail/AP-3018B/m-detail3.png);
    }

    .AP-3018B .desc-03.eng {
        background-image: url(/image/catalog/product-detail/AP-3018B/m-detail3-en.png);
    }

    .AP-3018B .desc-03.chn {
        background-image: url(/image/catalog/product-detail/AP-3018B/m-detail3-cn.png);
    }

    .AP-3018B .desc-04 {
        background-image: url(/image/catalog/product-detail/AP-3018B/m-detail4.png);
    }

    .AP-3018B .desc-04.eng {
        background-image: url(/image/catalog/product-detail/AP-3018B/m-detail4-en.png);
    }

    .AP-3018B .desc-04.chn {
        background-image: url(/image/catalog/product-detail/AP-3018B/m-detail4-cn.png);
    }

    .AP-3018B .desc-05 {
        background-image: url(/image/catalog/product-detail/AP-3018B/m-detail5.png);
    }

    .AP-3018B .desc-05.eng {
        background-image: url(/image/catalog/product-detail/AP-3018B/m-detail5-en.png);
    }

    .AP-3018B .desc-05.chn {
        background-image: url(/image/catalog/product-detail/AP-3018B/m-detail5-cn.png);
    }

    .AP-3018B .desc-06 {
        background-image: url(/image/catalog/product-detail/AP-3018B/m-detail6.png);
    }

    .AP-3018B .desc-06.eng {
        background-image: url(/image/catalog/product-detail/AP-3018B/m-detail6-en.png);
    }

    .AP-3018B .desc-06.chn {
        background-image: url(/image/catalog/product-detail/AP-3018B/m-detail6-cn.png);
    }

    .AP-3018B .desc-07 {
        background-image: url(/image/catalog/product-detail/AP-3018B/m-detail7.png);
    }

    .AP-3018B .desc-07.eng {
        background-image: url(/image/catalog/product-detail/AP-3018B/m-detail7-en.png);
    }

    .AP-3018B .desc-07.chn {
        background-image: url(/image/catalog/product-detail/AP-3018B/m-detail7-cn.png);
    }

    .AP-2318D .desc-01 {
        background-image: url(/image/catalog/product-detail/AP-2318D/m-detail1.png);
    }

    .AP-2318D .desc-01.eng {
        background-image: url(/image/catalog/product-detail/AP-2318D/m-detail1-en.png);
    }

    .AP-2318D .desc-01.chn {
        background-image: url(/image/catalog/product-detail/AP-2318D/m-detail1-cn.png);
    }

    .AP-2318D .desc-02 {
        background-image: url(/image/catalog/product-detail/AP-2318D/m-detail2.png);
    }

    .AP-2318D .desc-02.eng {
        background-image: url(/image/catalog/product-detail/AP-2318D/m-detail2-en.png);
    }

    .AP-2318D .desc-02.chn {
        background-image: url(/image/catalog/product-detail/AP-2318D/m-detail2-cn.png);
    }

    .AP-2318D .desc-03 {
        background-image: url(/image/catalog/product-detail/AP-2318D/m-detail3.png);
    }

    .AP-2318D .desc-03.eng {
        background-image: url(/image/catalog/product-detail/AP-2318D/m-detail3-en.png);
    }

    .AP-2318D .desc-03.chn {
        background-image: url(/image/catalog/product-detail/AP-2318D/m-detail3-cn.png);
    }

    .AP-2318D .desc-04 {
        background-image: url(/image/catalog/product-detail/AP-2318D/m-detail4.png);
    }

    .AP-2318D .desc-04.eng {
        background-image: url(/image/catalog/product-detail/AP-2318D/m-detail4-en.png);
    }

    .AP-2318D .desc-04.chn {
        background-image: url(/image/catalog/product-detail/AP-2318D/m-detail4-cn.png);
    }

    .AP-2318D .desc-05 {
        background-image: url(/image/catalog/product-detail/AP-2318D/m-detail5.png);
    }

    .AP-2318D .desc-05.eng {
        background-image: url(/image/catalog/product-detail/AP-2318D/m-detail5-en.png);
    }

    .AP-2318D .desc-05.chn {
        background-image: url(/image/catalog/product-detail/AP-2318D/m-detail5-cn.png);
    }

    .AP-2318D .desc-06 {
        background-image: url(/image/catalog/product-detail/AP-2318D/m-detail6.png);
    }

    .AP-2318D .desc-06.eng {
        background-image: url(/image/catalog/product-detail/AP-2318D/m-detail6-en.png);
    }

    .AP-2318D .desc-06.chn {
        background-image: url(/image/catalog/product-detail/AP-2318D/m-detail6-cn.png);
    }

    .AP-2318D .desc-07 {
        background-image: url(/image/catalog/product-detail/AP-2318D/m-detail7.png);
    }

    .AP-2318D .desc-07.eng {
        background-image: url(/image/catalog/product-detail/AP-2318D/m-detail7-en.png);
    }

    .AP-2318D .desc-07.chn {
        background-image: url(/image/catalog/product-detail/AP-2318D/m-detail7-cn.png);
    }

    .AP-1523D .desc-01 {
        background-image: url(/image/catalog/product-detail/AP-1523D/m-detail1.png);
    }

    .AP-1523D .desc-01.eng {
        background-image: url(/image/catalog/product-detail/AP-1523D/m-detail1-en.png);
    }

    .AP-1523D .desc-01.chn {
        background-image: url(/image/catalog/product-detail/AP-1523D/m-detail1-cn.png);
    }

    .AP-1523D .desc-02 {
        background-image: url(/image/catalog/product-detail/AP-1523D/m-detail2.png);
    }

    .AP-1523D .desc-02.eng {
        background-image: url(/image/catalog/product-detail/AP-1523D/m-detail2-en.png);
    }

    .AP-1523D .desc-02.chn {
        background-image: url(/image/catalog/product-detail/AP-1523D/m-detail2-cn.png);
    }

    .AP-1523D .desc-03 {
        background-image: url(/image/catalog/product-detail/AP-1523D/m-detail3.png);
    }

    .AP-1523D .desc-03.eng {
        background-image: url(/image/catalog/product-detail/AP-1523D/m-detail3-en.png);
    }

    .AP-1523D .desc-03.chn {
        background-image: url(/image/catalog/product-detail/AP-1523D/m-detail3-cn.png);
    }

    .AP-1523D .desc-04 {
        background-image: url(/image/catalog/product-detail/AP-1523D/m-detail4.png);
    }

    .AP-1523D .desc-04.eng {
        background-image: url(/image/catalog/product-detail/AP-1523D/m-detail4-en.png);
    }

    .AP-1523D .desc-04.chn {
        background-image: url(/image/catalog/product-detail/AP-1523D/m-detail4-cn.png);
    }

    .AP-1523D .desc-05 {
        background-image: url(/image/catalog/product-detail/AP-1523D/m-detail5.png);
    }

    .AP-1523D .desc-05.eng {
        background-image: url(/image/catalog/product-detail/AP-1523D/m-detail5-en.png);
    }

    .AP-1523D .desc-05.chn {
        background-image: url(/image/catalog/product-detail/AP-1523D/m-detail5-cn.png);
    }

    .AP-1523D .desc-06 {
        background-image: url(/image/catalog/product-detail/AP-1523D/m-detail6.png);
    }

    .AP-1523D .desc-06.eng {
        background-image: url(/image/catalog/product-detail/AP-1523D/m-detail6-en.png);
    }

    .AP-1523D .desc-06.chn {
        background-image: url(/image/catalog/product-detail/AP-1523D/m-detail6-cn.png);
    }

    .AP-1523D .desc-07 {
        background-image: url(/image/catalog/product-detail/AP-1523D/m-detail7.png);
    }

    .AP-1523D .desc-07.eng {
        background-image: url(/image/catalog/product-detail/AP-1523D/m-detail7-en.png);
    }

    .AP-1523D .desc-07.chn {
        background-image: url(/image/catalog/product-detail/AP-1523D/m-detail7-cn.png);
    }

    .AP-1523D .desc-08 {
        background-image: url(/image/catalog/product-detail/AP-1523D/m-detail8.png);
    }

    .AP-1523D .desc-08.eng {
        background-image: url(/image/catalog/product-detail/AP-1523D/m-detail8-en.png);
    }

    .AP-1523D .desc-08.chn {
        background-image: url(/image/catalog/product-detail/AP-1523D/m-detail8-cn.png);
    }

    .AP-1523D .desc-09 {
        background-image: url(/image/catalog/product-detail/AP-1523D/m-detail9.png);
    }

    .AP-1523D .desc-09.eng {
        background-image: url(/image/catalog/product-detail/AP-1523D/m-detail9-en.png);
    }

    .AP-1523D .desc-09.chn {
        background-image: url(/image/catalog/product-detail/AP-1523D/m-detail9-cn.png);
    }

    .AP-1523D .desc-010 {
        background-image: url(/image/catalog/product-detail/AP-1523D/m-detail10.png);
    }

    .AP-1523D .desc-010.eng {
        background-image: url(/image/catalog/product-detail/AP-1523D/m-detail10-en.png);
    }

    .AP-1523D .desc-010.chn {
        background-image: url(/image/catalog/product-detail/AP-1523D/m-detail10-cn.png);
    }

    .AP-1523D .desc-011 {
        background-image: url(/image/catalog/product-detail/AP-1523D/m-detail11.png);
    }

    .AP-1523D .desc-011.eng {
        background-image: url(/image/catalog/product-detail/AP-1523D/m-detail11-en.png);
    }

    .AP-1523D .desc-011.chn {
        background-image: url(/image/catalog/product-detail/AP-1523D/m-detail11-cn.png);
    }

    .BA-13AB .desc-01 {
        background-image: url(/image/catalog/product-detail/BA-13AB/m-detail1.png);
    }

    .BA-13AB .desc-01.eng {
        background-image: url(/image/catalog/product-detail/BA-13AB/m-detail1-en.png);
    }

    .BA-13AB .desc-01.chn {
        background-image: url(/image/catalog/product-detail/BA-13AB/m-detail1-cn.png);
    }

    .BA-13AB .desc-02 {
        background-image: url(/image/catalog/product-detail/BA-13AB/m-detail2.png);
    }

    .BA-13AB .desc-02.eng {
        background-image: url(/image/catalog/product-detail/BA-13AB/m-detail2-en.png);
    }

    .BA-13AB .desc-02.chn {
        background-image: url(/image/catalog/product-detail/BA-13AB/m-detail2-cn.png);
    }

    .BA-13AB .desc-03 {
        background-image: url(/image/catalog/product-detail/BA-13AB/m-detail3.png);
    }

    .BA-13AB .desc-03.eng {
        background-image: url(/image/catalog/product-detail/BA-13AB/m-detail3-en.png);
    }

    .BA-13AB .desc-03.chn {
        background-image: url(/image/catalog/product-detail/BA-13AB/m-detail3-cn.png);
    }

    .BA-13AB .desc-04 {
        background-image: url(/image/catalog/product-detail/BA-13AB/m-detail4.png);
    }

    .BA-13AB .desc-04.eng {
        background-image: url(/image/catalog/product-detail/BA-13AB/m-detail4-en.png);
    }

    .BA-13AB .desc-04.chn {
        background-image: url(/image/catalog/product-detail/BA-13AB/m-detail4-cn.png);
    }

    .BA-13AB .desc-05 {
        background-image: url(/image/catalog/product-detail/BA-13AB/m-detail5.png);
    }

    .BA-13AB .desc-05.eng {
        background-image: url(/image/catalog/product-detail/BA-13AB/m-detail5-en.png);
    }

    .BA-13AB .desc-05.chn {
        background-image: url(/image/catalog/product-detail/BA-13AB/m-detail5-cn.png);
    }

    .BA-13AB .desc-06 {
        background-image: url(/image/catalog/product-detail/BA-13AB/m-detail6.png);
    }

    .BA-13AB .desc-06.eng {
        background-image: url(/image/catalog/product-detail/BA-13AB/m-detail6-en.png);
    }

    .BA-13AB .desc-06.chn {
        background-image: url(/image/catalog/product-detail/BA-13AB/m-detail6-cn.png);
    }

    .BAS22-A .desc-01 {
        background-image: url(/image/catalog/product-detail/BAS22-A/m-detail1.png);
    }

    .BAS22-A .desc-01.eng {
        background-image: url(/image/catalog/product-detail/BAS22-A/m-detail1-en.png);
    }

    .BAS22-A .desc-01.chn {
        background-image: url(/image/catalog/product-detail/BAS22-A/m-detail1-cn.png);
    }

    .BAS22-A .desc-02 {
        background-image: url(/image/catalog/product-detail/BAS22-A/m-detail2.png);
    }

    .BAS22-A .desc-02.eng {
        background-image: url(/image/catalog/product-detail/BAS22-A/m-detail2-en.png);
    }

    .BAS22-A .desc-02.chn {
        background-image: url(/image/catalog/product-detail/BAS22-A/m-detail2-cn.png);
    }

    .BAS22-A .desc-03 {
        background-image: url(/image/catalog/product-detail/BAS22-A/m-detail3.png);
    }

    .BAS22-A .desc-03.eng {
        background-image: url(/image/catalog/product-detail/BAS22-A/m-detail3-en.png);
    }

    .BAS22-A .desc-03.chn {
        background-image: url(/image/catalog/product-detail/BAS22-A/m-detail3-cn.png);
    }

    .BAS22-A .desc-04 {
        background-image: url(/image/catalog/product-detail/BAS22-A/m-detail4.png);
    }

    .BAS22-A .desc-04.eng {
        background-image: url(/image/catalog/product-detail/BAS22-A/m-detail4-en.png);
    }

    .BAS22-A .desc-04.chn {
        background-image: url(/image/catalog/product-detail/BAS22-A/m-detail4-cn.png);
    }

    .BB-14A .desc-01 {
        background-image: url(/image/catalog/product-detail/BB-14A/m-detail1.png);
    }

    .BB-14A .desc-01.eng {
        background-image: url(/image/catalog/product-detail/BB-14A/m-detail1-en.png);
    }

    .BB-14A .desc-01.chn {
        background-image: url(/image/catalog/product-detail/BB-14A/m-detail1-cn.png);
    }

    .BB-14A .desc-02 {
        background-image: url(/image/catalog/product-detail/BB-14A/m-detail2.png);
    }

    .BB-14A .desc-02.eng {
        background-image: url(/image/catalog/product-detail/BB-14A/m-detail2-en.png);
    }

    .BB-14A .desc-02.chn {
        background-image: url(/image/catalog/product-detail/BB-14A/m-detail2-cn.png);
    }

    .BB-14A .desc-03 {
        background-image: url(/image/catalog/product-detail/BB-14A/m-detail3.png);
    }

    .BB-14A .desc-03.eng {
        background-image: url(/image/catalog/product-detail/BB-14A/m-detail3-en.png);
    }

    .BB-14A .desc-03.chn {
        background-image: url(/image/catalog/product-detail/BB-14A/m-detail3-cn.png);
    }

    .BB-14A .desc-04 {
        background-image: url(/image/catalog/product-detail/BB-14A/m-detail4.png);
    }

    .BB-14A .desc-04.eng {
        background-image: url(/image/catalog/product-detail/BB-14A/m-detail4-en.png);
    }

    .BB-14A .desc-04.chn {
        background-image: url(/image/catalog/product-detail/BB-14A/m-detail4-cn.png);
    }

    .BB-14A .desc-05 {
        background-image: url(/image/catalog/product-detail/BB-14A/m-detail5.png);
    }

    .BB-14A .desc-05.eng {
        background-image: url(/image/catalog/product-detail/BB-14A/m-detail5-en.png);
    }

    .BB-14A .desc-05.chn {
        background-image: url(/image/catalog/product-detail/BB-14A/m-detail5-cn.png);
    }

    .BB-14A .desc-06 {
        background-image: url(/image/catalog/product-detail/BB-14A/m-detail6.png);
    }

    .BB-14A .desc-06.eng {
        background-image: url(/image/catalog/product-detail/BB-14A/m-detail6-en.png);
    }

    .BB-14A .desc-06.chn {
        background-image: url(/image/catalog/product-detail/BB-14A/m-detail6-cn.png);
    }

    .BB-14A .desc-07 {
        background-image: url(/image/catalog/product-detail/BB-14A/m-detail7.png);
    }

    .BB-14A .desc-07.eng {
        background-image: url(/image/catalog/product-detail/BB-14A/m-detail7-en.png);
    }

    .BB-14A .desc-07.chn {
        background-image: url(/image/catalog/product-detail/BB-14A/m-detail7-cn.png);
    }

    .CF-0120 .desc-01 {
        background-image: url(/image/catalog/product-detail/CF-0120/m-detail1.png);
    }

    .CF-0120 .desc-01.eng {
        background-image: url(/image/catalog/product-detail/CF-0120/m-detail1-en.png);
    }

    .CF-0120 .desc-01.chn {
        background-image: url(/image/catalog/product-detail/CF-0120/m-detail1-cn.png);
    }

    .BA42-A .desc-01 {
        background-image: url(/image/catalog/product-detail/BA42-A/m-detail1.png);
    }

    .BA42-A .desc-01.eng {
        background-image: url(/image/catalog/product-detail/BA42-A/m-detail1-en.png);
    }

    .BA42-A .desc-01.chn {
        background-image: url(/image/catalog/product-detail/BA42-A/m-detail1-cn.png);
    }

    .BA42-A .desc-02 {
        background-image: url(/image/catalog/product-detail/BA42-A/m-detail2.png);
    }

    .BA42-A .desc-02.eng {
        background-image: url(/image/catalog/product-detail/BA42-A/m-detail2-en.png);
    }

    .BA42-A .desc-02.chn {
        background-image: url(/image/catalog/product-detail/BA42-A/m-detail2-cn.png);
    }

    .BA42-A .desc-03 {
        background-image: url(/image/catalog/product-detail/BA42-A/m-detail3.png);
    }

    .BA42-A .desc-03.eng {
        background-image: url(/image/catalog/product-detail/BA42-A/m-detail3-en.png);
    }

    .BA42-A .desc-03.chn {
        background-image: url(/image/catalog/product-detail/BA42-A/m-detail3-cn.png);
    }

    .BA42-A .desc-04 {
        background-image: url(/image/catalog/product-detail/BA42-A/m-detail4.png);
    }

    .BA42-A .desc-04.eng {
        background-image: url(/image/catalog/product-detail/BA42-A/m-detail4-en.png);
    }

    .BA42-A .desc-04.chn {
        background-image: url(/image/catalog/product-detail/BA42-A/m-detail4-cn.png);
    }

    .CHP-251L .desc-01 {
        background-size: cover;
    }

    .CHP-590L .desc-02 .flex .prod-img, .CHP-590L .desc-03 .flex .prod-img, .CHP-590L .desc-04 .flex .prod-img, .CHP-590L .desc-06 .flex .prod-img {
        padding: 50% 0;
    }

    .CHP-671L .desc-01 {
        background-size: cover;
    }

    .CHPI-280L .desc-01 .flex .prod-img {
        padding: 100% 0;
    }
    .CHPI-280L .desc-01 .prod-text-title {
        margin: auto !important;
    }
    .CHPI-280L .desc-03 .flex .prod-img {
        padding: 50% 0;
    }

    .CPE-06ALB .desc-01 .prod-text {
        margin-top: 0;
    }
    .CPE-06ALB .desc-01 .flex .prod-img {
        padding: 50% 0;
    }
    .CPE-06ALB .desc-02 .flex .prod-img, .CPE-06ALB .desc-03 .flex .prod-img {
        padding: 35% 0;
    }

    .P-07QL .desc-04 {
        background-size: cover;
    }

    .P-09CL .desc-03 .item-01 {
        background-image: url(/image/catalog/product-detail/P-09CL/m-detail3-1.png);
    }
    .P-09CL .desc-03 .item-02 {
        background-image: url(/image/catalog/product-detail/P-09CL/m-detail3-2.png);
    }

    .CHPI-7520L .desc-04 {
        background-image: none;
        padding: 0 !important;
    }
    .CHPI-7520L .desc-02 .flex .prod-img,
    .CHPI-7520L .desc-02 .item .flex .prod-img {
        padding: 25% 0;
    }

    #tab-description .P-6320L .prod-text {
        margin-top: 0;
    }
    #tab-description .P-6320L .desc-item .flex .prod-img {
        padding: 30% 0;
    }
    #tab-description .P-6320L .desc-item .flex .prod-text.item-right {
        padding: 10% 8%;
    }
    #tab-description .P-6320L .desc-01 .flex .prod-text {
        margin-left: 0px;
    }
    #tab-description .P-6320L .desc-02 {
        background-color: #f3f3f3;
    }
    #tab-description .P-6320L .desc-03 {
        background-image: url(/image/catalog/product-detail/P-6320L/m-detail3.gif);
        background-position: center top;
    }
    #tab-description .P-6320L .desc-03 .flex .prod-text .prod-text-title {
        margin-top: 0;
    }
    #tab-description .P-6320L .desc-03 .flex .prod-text .note {
        margin-top: 80px;
    }
    #tab-description .P-6320L .desc-03 .flex .prod-text .note p {
        text-align: left !important;
        font-size: 10px;
        margin: 0;
    }
    #tab-description .P-6320L .desc-03 .flex .prod-text .item-icons {
        margin-top: 0;
        height: auto;
    }
    #tab-description .P-6320L .desc-03 .flex .prod-text .item-text {
        padding: 0 31px 0 23px;
        margin: 250px 0 0;
    }
    #tab-description .P-6320L .desc-03 .flex .prod-text .item-text li {
        font-size: 14px;
        line-height: 1.1em;
    }
    #tab-description .P-6320L .desc-03 .flex .prod-img {
        padding: 62% 0;
    }
    #tab-description .P-6320L .desc-04 .flex .prod-img {
        padding: 50% 0;
    }
    #tab-description .P-6320L .desc-04.eng {
        background-image: url(/image/catalog/product-detail/P-6320L/m-detail4-en.png);
    }
    #tab-description .P-6320L .desc-05 {
        background-color: #f1f1f1;
    }
    #tab-description .P-6320L .desc-05 .item-01 .item {
        width: 100%;
    }
    #tab-description .P-6320L .desc-05 .item-01 .prod-text {
        margin-left: 0;
    }
    #tab-description .P-6320L .desc-05 .item-02 {
        background-position: center;
    }
    #tab-description .P-6320L .desc-05 .item-02 .item {
        height: 250px;
    }

    /* AP-2318D */
    .AP-2318D .mt-break {
        display: block;
    }
    .AP-2318D .desc-01 .flex .prod-text.item-center {
        padding: 30% 5%;
    }
    .AP-2318D .desc-02 .flex .prod-text.item-center {
        padding: 0 5% 70%;
    }
    .AP-2318D .desc-02 .flex .prod-text h3 {
        font-weight: normal;
        font-size: 12px;
    }
    .AP-2318D .desc-03 {
        background-color: #d5dce4;
    }
    .AP-2318D .desc-03 .flex .prod-img {
        padding: 80% 0;
    }
    .AP-2318D .desc-04 {
        background-position: center bottom;
    }
    .AP-2318D .desc-04 .flex .prod-text {
        text-align: center !important;
    }
    .AP-2318D .desc-04 .flex .prod-img {
        padding: 35% 0;
    }
    .AP-2318D .desc-05 {
        background-color: #efefef;
    }
    .AP-2318D .desc-05 .item {
        padding: 0;
    }
    .AP-2318D .desc-05 .item-01 {
        background-size: 100%;
    }
    .AP-2318D .desc-05 .item-01 .prod-text {
        text-shadow: none;
    }
    .AP-2318D .desc-05 .item-01 .prod-text h1, .AP-2318D .desc-05 .item-01 .prod-text p {
        color: #000;
        text-align: center;
    }
    .AP-2318D .desc-05 .item-01 .item {
        height: 450px;
    }
    .AP-2318D .desc-05 .item-02 {
        background-position: center bottom;
        background-size: 100%;
    }
    .AP-2318D .desc-05 .item-02 .item {
        height: 400px;
    }
    .AP-2318D .desc-05.eng .item-02 .item {
        height: 230px;
    }
    .AP-2318D .desc-06 {
        position: relative;
    }
    .AP-2318D .desc-06 .note {
        position: absolute;
        bottom: 0;
        font-size: 12px;
        background-color: rgba(255, 255, 255, 0.5);
        padding: 15px;
    }
    .AP-2318D .desc-06 .flex .prod-img {
        padding: 40% 0;
    }
    .AP-2318D .desc-07 .flex .prod-img {
        padding: 30% 0;
    }
    .AP-2318D .desc-07 .flex .prod-text {
        text-align: center;
    }

    /* BA-13AB */
    .BA-13AB .desc-item .prod-text {
        text-align: center;
    }
    .BA-13AB .desc-03 .item-01 {
        background-image: url(/image/catalog/product-detail/BA-13AB/m-detail3-1.png);
        background-position: center bottom;
    }
    .BA-13AB .desc-03 .item-02 {
        background-image: url(/image/catalog/product-detail/BA-13AB/m-detail3-2.png);
        background-position: center bottom;
    }
    .BA-13AB .desc-04 .flex .prod-img {
        padding: 20% 0;
    }
    .BA-13AB .desc-04 .item-01 {
        background-image: url(/image/catalog/product-detail/BA-13AB/m-detail4-1.jpg);
        background-position: left;
    }
    .BA-13AB .desc-04 .item-02 {
        background-image: url(/image/catalog/product-detail/BA-13AB/m-detail4-2.jpg);
        background-position: left;
    }
    .BA-13AB .desc-04 .item-03 {
        background-image: url(/image/catalog/product-detail/BA-13AB/m-detail4-3.jpg);
        background-position: left;
    }
    .BA-13AB .desc-05 .prod-text {
        height: 560px;
    }
    .BA-13AB .desc-05 .item-01 {
        background-image: url(/image/catalog/product-detail/BA-13AB/m-detail5-1.png);
        background-position: center bottom;
    }
    .BA-13AB .desc-05 .item-02 {
        background-image: url(/image/catalog/product-detail/BA-13AB/m-detail5-2.png);
        background-position: center bottom;
    }
    .BA-13AB .desc-05.eng .item-02 {
        background-image: url(/image/catalog/product-detail/BA-13AB/m-detail5-2-en.png);
    }
    .BA-13AB .desc-05.chn .item-02 {
        background-image: url(/image/catalog/product-detail/BA-13AB/m-detail5-2-cn.png);
    }

    /* BAS22-A */
    .BAS22-A .desc-02 .flex .prod-img {
        padding: 110% 0;
    }
    .BAS22-A .desc-04 .flex .prod-img {
        padding: 45% 0;
    }

    /* AP-1005AH */
    .AP-1005AH .desc-03 .item-right .item {
        padding-bottom: 0;
    }
    .AP-1005AH .desc-03 .item {
        height: auto;
        background-position: center;
        background-size: cover;
    }
    .AP-1005AH .desc-03 .item-01 {
        padding: 200px 0;
        background-image: url(/image/catalog/product-detail/AP-1005AH/m-detail3-1.png);
    }
    .AP-1005AH .desc-03 .item-02 {
        padding: 200px 0;
        background-image: url(/image/catalog/product-detail/AP-1005AH/m-detail3-2.png);
    }

    /* AP-1013A */
    .AP-1013A .desc-item .flex .prod-text {
        margin-top: 0;
    }
    .AP-1013A .desc-item .flex .prod-img {
        padding: 45% 0;
    }
    .AP-1013A .desc-item.desc-01 {
        background-size: cover;
    }

    /* AP-1018F */
    .AP-1018F .desc-02 {
        background: none;
    }
    .AP-1018F .desc-02 .item-left {
        margin-top: 0;
        height: 560px;
        background: url(/image/catalog/product-detail/AP-1018F/m-detail2.png) center bottom no-repeat;
        background-size: cover;
    }
    .AP-1018F .desc-02.eng {
        background: none;
    }
    .AP-1018F .desc-02.eng .item-left {
        background-image: url(/image/catalog/product-detail/AP-1018F/m-detail2-en.png);
    }
    .AP-1018F .desc-02.chn {
        background: none;
    }
    .AP-1018F .desc-02.chn .item-left {
        background-image: url(/image/catalog/product-detail/AP-1018F/m-detail2-cn.png);
    }
    .AP-1018F .desc-05 .prod-text {
        margin-top: 0;
    }

    /* AP-1511FHE */
    .AP-1511FHE .desc-item {
        background-size: 100%;
        background-position: center bottom;
    }

    /* AP-1516D */
    .AP-1516D .desc-02 .prod-text {
        margin-top: 0;
    }
    .AP-1516D .desc-02 .item {
        height: 560px;
        background-position: bottom;
        background-size: 100%;
    }
    .AP-1516D .desc-02 .item-01 {
        background-image: url(/image/catalog/product-detail/AP-1516D/m-detail2-1.png);
    }
    .AP-1516D .desc-02 .item-02 {
        background-image: url(/image/catalog/product-detail/AP-1516D/m-detail2-2.png);
    }
    .AP-1516D .desc-02 .item-03 {
        background-image: url(/image/catalog/product-detail/AP-1516D/m-detail2-3.png);
    }
    .AP-1516D .desc-02 .item-04 {
        background-image: url(/image/catalog/product-detail/AP-1516D/m-detail2-4.png);
    }
    .AP-1516D .desc-02.eng .item-04 {
        background-image: url(/image/catalog/product-detail/AP-1516D/m-detail2-4-en.png);
    }
    .AP-1516D .desc-02.chn .item-04 {
        background-image: url(/image/catalog/product-detail/AP-1516D/m-detail2-4-cn.png);
    }
    .AP-1516D .desc-05 .prod-text {
        margin-top: 0;
        text-align: center;
    }

    /* AP-3008FH */
    .AP-3008FH .desc-06 .item-right .prod-text {
        text-align: center;
    }
    .AP-3008FH .desc-06 .item {
        height: 530px;
        background-position: center;
        background-size: cover;
    }
    .AP-3008FH .desc-06 .item-01 {
        background-image: url(/image/catalog/product-detail/AP-3008FH/m-detail6-1.png);
    }
    .AP-3008FH .desc-06 .item-02 {
        background-image: url(/image/catalog/product-detail/AP-3008FH/m-detail6-2.png);
    }
    .AP-3008FH .desc-06 .item-03 {
        background-image: url(/image/catalog/product-detail/AP-3008FH/m-detail6-3.png);
    }
    .AP-3008FH .desc-06 .item-04 {
        background-image: url(/image/catalog/product-detail/AP-3008FH/m-detail6-4.png);
    }

    /*AP-3018B*/
    .AP-3018B .desc-02 {
        background-color: #e4e5e9;
    }
    .AP-3018B .desc-03 .item-left .prod-text {
        text-align: center;
    }
    .AP-3018B .desc-03 .item {
        height: 530px;
        background-position: center;
        background-size: cover;
    }
    .AP-3018B .desc-03 .item-01 {
        background-image: url(/image/catalog/product-detail/AP-3018B/m-detail3-1.png);
    }
    .AP-3018B .desc-03 .item-02 {
        background-image: url(/image/catalog/product-detail/AP-3018B/m-detail3-2.png);
    }
    .AP-3018B .desc-03 .item-03 {
        background-image: url(/image/catalog/product-detail/AP-3018B/m-detail3-3.png);
    }
    .AP-3018B .desc-03 .item-04 {
        background-image: url(/image/catalog/product-detail/AP-3018B/m-detail3-4.png);
    }
    .AP-3018B .desc-04 {
        background-color: #e4e5e9;
    }
    .AP-3018B .desc-04 .flex .prod-img {
        padding: 50% 0;
    }

    /* AP-1523D */
    .AP-1523D {
        background-color: #fff;
    }
    .AP-1523D .alt-bg {
        background-color: #fff;
    }
    .AP-1523D .desc-01 {
        min-height: 460px;
        background-position: top center;
    }
    .AP-1523D .desc-02 {
        min-height: 260px;
        background-position: top center;
    }
    .AP-1523D .desc-03 {
        min-height: 300px;
        background-position: top center;
    }
    .AP-1523D .desc-04 {
        min-height: 500px;
        background-position: top center;
    }
    .AP-1523D .desc-05 {
        min-height: 650px;
        background-position: top center;
    }
    .AP-1523D .desc-06 {
        min-height: 360px;
        background-position: top center;
    }
    .AP-1523D .desc-07 {
        min-height: 860px;
        background-position: top center;
    }
    .AP-1523D .desc-08 {
        min-height: 410px;
        background-position: top center;
    }
    .AP-1523D .desc-09 {
        min-height: 415px;
        background-position: top center;
    }
    .AP-1523D .desc-010 {
        min-height: 550px;
        background-position: bottom center;
    }
    .AP-1523D .desc-011 {
        display: none;
    }

    /* CF-0120 */
    .CF-0120 .desc-01 {
        height: 270px;
    }
    .CF-0120 .desc-02 {
        padding: 50px 0;
    }
    .CF-0120 .desc-02 .img {
        text-align: center;
        margin-bottom: 20px;
    }
    .CF-0120 .desc-02 .img img {
        width: 50% !important;
    }
    .CF-0120 .desc-02 .txt {
        padding-right: 5%;
    }
    .CF-0120 .desc-02 .txt h2 {
        margin-top: 0;
    }
    .CF-0120 .desc-02 .row {
        margin: 20px 0;
    }
    .CF-0120 .desc-03 .flex {
        display: flex !important;
        flex-wrap: wrap;
    }
    .CF-0120 .desc-03 .item {
        width: 50%;
        text-align: center;
        padding: 0 5%;
    }

    .rofilter {
        padding: 0 15px;
        background-image: url(/image/catalog/product-detail/water-common/m-ROFilter-bg.png);
    }
    .rofilter .rofilter-contents {
        text-align: left;
    }
    .rofilter .item-02 {
        padding-bottom: 100px;
    }

    .wqa {
        padding: 0 15px;
    }
}
@media (max-width: 560px) {
    #tab-description .P-6320L .desc-03 {
        background-color: #e8e8e8;
    }
    #tab-description .P-6320L .desc-03 .flex {
        position: relative;
    }
    #tab-description .P-6320L .desc-03 .flex .prod-text .item-text {
        margin: 70px 0 0;
        padding: 0;
    }
    #tab-description .P-6320L .desc-03 .flex .prod-text .item-text li {
        font-size: 12px;
    }
    #tab-description .P-6320L .desc-03 .flex .prod-text .note {
        position: absolute;
        bottom: 10px;
        margin-top: 8px;
        margin-right: 15px;
    }
    #tab-description .P-6320L .desc-03 .flex .prod-img {
        padding: 75% 0;
    }
}
@media (max-width: 375px) {
    #tab-description .P-6320L .desc-03 .flex .prod-text .item-text {
        margin: 45px 0 0;
    }
    #tab-description .P-6320L .desc-03.eng .flex .prod-text .prod-text-title {
        margin: 0;
    }
    #tab-description .P-6320L .desc-03.eng .flex .prod-text .item-text {
        margin: 25px 0 0 0;
    }
}
/* Product Detail */
#product-product .detail-container .product-image-container .thumbnails {
    height: 350px;
    margin-top: 60px;
}
#product-product .detail-container .product-image-container .product-image {
    flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
}
#product-product .detail-container .product-image-container .product-image img {
    max-width: 100%;
}

/* Shop */
.shop {
    padding-bottom: 60px;
}

.shop .products-title {
    border: none;
    padding-top: 0;
}

.shop .product-list-container .product-layout .product-thumb {
    background-color: #ededed;
}

.shop-categories {
    border-left: 1px solid #ccc;
}

.shop-categories > li {
    border: 1px solid #ccc;
    border-left: 0;
}

.shop-categories > li > a {
    padding: 3.5%;
}

.btn-addtocart {
    text-align: right;
}

.btn-addtocart button {
    background-color: #71bfdb;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 44px;
    height: 44px;
    color: #fff;
}

/* Product Detail */
.detail-container {
    padding: 30px 0;
    padding-bottom: 0;
    background-color: #ededed;
}

.detail-container .thumbnail {
    background: transparent;
    border: none;
}

#tab-description img {
    width: 100%;
}
#tab-description .desc-row .flex {
    align-items: center;
}
#tab-description .desc-row .col-sm-6 {
    padding: 0;
}
#tab-description .desc-row .desc-note {
    font-size: 10px;
    line-height: 1.3em;
}
#tab-description .desc-row ol.desc-note {
    padding-left: 0;
}
#tab-description .desc-row ol.desc-note li {
    list-style-position: inside;
}
#tab-description .desc-row .text-box {
    padding: 3% !important;
    color: #333;
}
#tab-description .desc-row .text-box h2 {
    font-weight: 400;
    line-height: 1.5em;
    font-size: 1.5em;
}
#tab-description .bg-alt {
    background: #f3f3f3;
}
#tab-description .inner-text-box .inner-text {
    display: table-cell;
    padding-right: 10px;
}
#tab-description .inner-text-box .inner-text img {
    width: auto;
}
#tab-description .inner-text-box .inner-text h5 {
    color: #009ddc;
}
#tab-description .text-right {
    text-align: right;
}
#tab-description .text-center {
    text-align: center;
}
#tab-description .chp251 {
    background-image: url("/image/catalog/products/detail-chp251-00.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    min-height: 380px;
}
#tab-description .chp251 .text-box h2, #tab-description .chp251 .text-box p {
    color: #fff !important;
}

.tab-container {
    background-color: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.tab-content {
    background-color: #fff;
}

/*
.tab-container .nav-pills > li > a {
	background:transparent;
	color:#000;
	border-right:1px solid #ccc;
	border-radius: 0;
	padding:20px;
}
.tab-container .nav-pills > li.active > a,
.tab-container .nav-pills > li.active > a:focus,
.tab-container nav-pills > li.active > a:hover {
	background:#CCCDCE;
	color:#fff;
	border-right:1px solid #ccc;
	border-radius: 0;
	outline: none;
}
*/
.info-box li {
    border-top: 1px solid #aaa;
    padding: 5px 0 10px;
}
.info-box .info-title {
    display: table-cell;
    width: 90px;
    font-size: 16px;
    line-height: 34px;
    color: #717274;
}
.info-box .info-right {
    display: table-cell;
    padding-top: 9px;
}
.info-box .icon-box {
    position: relative;
}
.info-box .icon-box span {
    padding-right: 15px;
}
.info-box .manual-link .btn {
    font-size: 12px;
    padding: 5px 20px;
}

/* Account Common */
.buttons {
    text-align: center;
}

/* My Account */
#account-account #content {
    padding-bottom: 60px;
}
#account-account .cont-title {
    margin-bottom: 30px;
}
#account-account .account-box-container {
    padding: 20px;
    background-color: #f2f6f9;
}
#account-account .account-box-container .account-box {
    background-color: #fff;
    padding: 5%;
    height: 300px;
}
#account-account .account-box-container .account-box .myaccount-title {
    border-bottom: 1px solid #666;
    margin-bottom: 20px;
}
#account-account .account-box-container .account-box .myaccount-title h3 {
    margin: 0;
}
#account-account .account-box-container .account-box .myaccount-contents .myaccount-icon {
    margin: 5% 0;
}
#account-account .account-box-container .account-box .myaccount-contents ul > li {
    padding: 8px 0;
}
#account-account .account-box-container .account-box .table > tbody > tr > td {
    border: none;
}

#account-register .buttons .btn {
    margin-top: 10px;
}

/* Login */
.login-box {
    padding: 60px 30px;
    margin-bottom: 50px;
    height: 250px;
    background-color: #f7f7f7;
}

/* Information */
.cont-title {
    margin-bottom: 20px;
}

.cont-article {
    margin: 40px 0;
}
.cont-article .cont-article-innerbox {
    border: 1px solid #ddd;
    padding: 15px;
}
.cont-article img {
    max-width: 100%;
}
.cont-article p {
    margin: 15px 0;
    line-height: 1.8em;
}

.cont-text {
    color: #fff;
}
.cont-text .cont-title {
    font-weight: normal;
    line-height: 1.3em;
}
.cont-text h1.cont-title {
    color: #fff !important;
}
.cont-text h2.cont-title {
    color: #fff !important;
}

.text-dark {
    color: #333;
}
.text-dark h1.cont-title, .text-dark h2.cont-title {
    color: #333 !important;
}

.cont-box {
    min-height: 270px;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 40px 60px;
    margin: 30px 0;
}
.cont-box .btn-round {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: transparent;
    color: #fff;
    padding: 7px 30px;
    border: 1px solid #fff;
    box-shadow: none;
    display: inline-block;
    margin-top: 10px;
}

.cont-box-gray-bg {
    background-color: #f7f7f7;
}

.cont-title-group p {
    margin-top: 35px;
}

.cont-title-center {
    text-align: center;
    padding: 40px 0;
}

.cont-title-bar {
    font-weight: normal;
    margin-bottom: 20px;
}

.cont-title-bar:before {
    content: '';
    height: 3px;
    width: 20px;
    background-color: #009ddc;
    display: block;
    margin-bottom: 7px;
}

.cont-title-circle:before {
    content: '';
    font-size: 1.5rem;
    display: inline-block;
    width: 0.4em;
    box-sizing: content-box;
    height: 0.4em;
    border: 0.15em solid #009ddc;
    position: relative;
    border-radius: 0.35em;
    margin: 0 5px 1px 0;
}

.cont-list {
    margin-left: -25px;
}
.cont-list li ul, .cont-list li ol {
    margin-left: -25px;
}
.cont-list li ul li, .cont-list li ol li {
    margin: 0;
}

.cont-page-header {
    background: #f3f4f6;
    margin-bottom: 20px;
}

#information-information ol li {
    list-style: decimal;
}
#information-information ol.lower-alpha li {
    list-style: lower-alpha;
}
#information-information .underline {
    text-decoration: underline;
}
#information-information .allcaps {
    text-transform: uppercase;
}
#information-information ol h5 {
    margin-left: -15px;
    padding-top: 20px;
}
#information-information ol li h5 {
    margin-left: 0;
}
#information-information li {
    margin: 10px 0;
}
#information-information p {
    margin-bottom: 25px;
}

.nav-pills > li > a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-left: 1px solid #ddd;
}

.nav-pills > li:first-child > a {
    border-left: none;
}

.nav-pills > li > a:hover, .nav-pills > li.active > a:hover {
    background-color: #acdbec;
    color: #333;
}

.nav-pills > li.active > a {
    background-color: #c1e4f1;
    color: #333;
}

.cont-tabs {
    border: 1px solid #ddd;
}

.cont-tabs-gray.nav-pills > li > a:hover, .cont-tabs-gray.nav-pills > li.active > a:hover {
    background-color: inherit;
    color: #333;
}

.cont-tabs-gray.nav-pills > li.active > a {
    background: #c7c7c7;
    color: #333;
}

.cont-tabs-secondary.nav-pills > li > a {
    padding: 0;
}

.cont-tabs-secondary.nav-pills > li > a > span {
    margin: 20px 0;
    display: block;
}

.cont-tabs-secondary.nav-pills > li > a:hover {
    background: transparent;
    border-bottom: 2px solid #c7c7c7;
}

.cont-tabs-secondary.nav-pills > li.active > a:hover {
    background: transparent;
    border-bottom: none;
}

.cont-tabs-secondary.nav-pills > li.active > a {
    background: transparent;
    color: #333;
}

.cont-tabs-secondary.nav-pills > li.active {
    border-bottom: 2px solid #009ddc;
}

.cont-note {
    font-size: 12px;
    margin: 0;
    line-height: 2rem;
}

.cont-list-item {
    margin: 25px 0;
}

.flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}

.flex-item {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
}

.flex-center {
    align-items: center;
}

.service-bottom {
    padding: 0 40px 40px 40px;
    background-color: #f7f7f7;
    background-image: url("/image/catalog/cont/service-01-02.jpg");
    background-repeat: no-repeat;
}

/*
.heart-box {
	margin: 0 30px;
	background-color:#fff;
	.heart-cat {
		margin:5% 0;
		text-align:center;
		border-right:1px solid $primary-border-color;
		h5 {margin:20px 0 10px 0;}
		a {font-size:12px;color:#666;}
	}
	.heart-cat:nth-child(4) {border:none;}
}
*/
.service-note {
    margin: 10px 30px;
    font-size: 12px;
}

.about-box-container {
    margin-top: 6%;
}

.about-box {
    border: 1px solid #ddd;
    padding: 10%;
}

.contact-box {
    background-color: #f7f7f7;
    padding: 5%;
    margin: 4% 0;
}
.contact-box .contact-img {
    text-align: center;
}
.contact-box .contact-text .btn-secondary {
    background-color: #999;
    color: #fff;
    margin-right: 10px;
}

.service-process-box {
    border: 1px solid #ddd;
}
.service-process-box h2 {
    text-align: center;
    background: #effaff;
    margin: 0;
    padding: 20px 0;
    font-weight: normal;
}
.service-process-box strong {
    color: #009ddc;
    font-weight: normal;
}
.service-process-box .service-process {
    border-top: 1px solid #ddd;
}

.numbering-container {
    margin: 10px 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.numbering-container .numbering-box .numbering-box-item {
    position: relative;
    padding: 3.5%;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.numbering-container .numbering-box .numbering-box-item .box-no, .numbering-container .numbering-box .numbering-box-item .box-plus {
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    font-weight: bold;
    background-color: #6ec4e8;
}
.numbering-container .numbering-box .numbering-box-item .box-plus {
    background-color: #94dad6;
    width: auto;
    padding: 0 20px;
    font-weight: normal;
}
.numbering-container .numbering-box .numbering-box-item .box-plus span {
    margin: 0 10px 0 -10px;
}
.numbering-container .numbering-box .numbering-box-item .numbering-text {
    min-height: 100%;
}
.numbering-container .numbering-box .numbering-box-item .numbering-text h3 {
    margin-top: 0;
    color: #333;
}
.numbering-container .numbering-box .numbering-box-item .numbering-text img {
    width: 100%;
    vertical-align: bottom;
}
.numbering-container .numbering-box-plus {
    border: none;
}
.numbering-container .numbering-box-plus-item {
    background-color: #f7f7f7;
}

/* Location */
.location-list .location-row {
    border-bottom: 1px solid #ddd;
    padding: 25px 0;
}
.location-list .location-row strong {
    font-weight: 400;
    color: #000;
}
.location-list .location-img {
    padding-bottom: 50px;
}
.location-list .location-img img {
    width: 100%;
}

/* Search */
.search-input-box {
    background: #f7f7f7;
    padding: 5%;
}
.search-input-box select {
    margin-top: 2px;
}
.search-input-box .search-check {
    display: inline-block;
    margin: 15px 0 0 15px;
}
.search-input-box input.search-input {
    width: 80%;
}
.search-input-box input.search-btn {
    color: #fff;
}

.search-result {
    margin: 15px 0;
}
.search-result .product-list-container {
    padding: 0;
}

#information-sitemap .sitemap-section {
    border-top: 1px solid #333;
    padding: 10px 0;
}
#information-sitemap .sitemap-section .main {
    padding: 10px 0;
}
#information-sitemap .sitemap-section .sub-container > .row {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
#information-sitemap .sitemap-section .sub-container > .row:last-child {
    border: none;
}

@media (max-width: 768px) {
    .numbering-container .numbering-box {
        display: block;
    }

    .numbering-container .numbering-box .numbering-box-item {
        width: 100%;
    }

    .placeholder {
        display: none;
    }

    .cont-article .cont-article-innerbox {
        text-align: center;
    }

    .search-input-box input.search-input {
        width: 100%;
    }
    .search-input-box input.search-btn {
        margin-top: 10px;
        width: 100%;
    }
    .search-input-box .search-check {
        width: 100%;
        text-align: center;
        margin: 10px 0 0 0;
    }
}
.heart-info-box {
    background-color: #f7f7f7;
    padding: 40px;
    text-align: center;
    margin-bottom: 40px;
}
.heart-info-box h2 {
    color: #009ddc;
    font-weight: normal;
}

.heart-benefit-box {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.heart-benefit-box .heart-benefit {
    text-align: center;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 30px 30px 20px 30px;
}

.service-heart-product-main {
    align-items: center;
    min-height: 380px;
}

.about-design-text-box {
    margin: 2% 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.about-design-text-box .flex-item {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 3% 5%;
}
.about-design-text-box .flex-item h2 {
    font-weight: normal;
}
.about-design-text-box .flex-item span {
    font-size: 70%;
    color: #666;
}

.cowaycare-career-box {
    border-left: 1px solid #ddd;
}
.cowaycare-career-box .cowaycare-career-item {
    border: 1px solid #ddd;
    border-left: none;
    text-align: center;
    padding: 3%;
}

.cowaycareer-process {
    padding: 3% 1%;
}
.cowaycareer-process a {
    text-decoration: underline;
}
.cowaycareer-process span {
    margin-left: 3px;
    color: #009ddc;
}
.cowaycareer-process li {
    margin: 10px 0;
}

.service1 {
    background-image: url("/image/catalog/cont/service-01-01.jpg");
}

.service3 {
    background-image: url("/image/catalog/cont/service-01-03.jpg");
    margin: 0;
}

.service4 {
    background-image: url("/image/catalog/cont/service-01-04.jpg");
    background-size: cover;
    background-position: center;
}

.service5 {
    background-image: url("/image/catalog/cont/service-01-05.jpg");
    background-size: cover;
    background-position: center;
}

.service-rental {
    background-image: url("/image/catalog/cont/service-rental-01.jpg");
}

.service-heart-overview {
    background-image: url("/image/catalog/cont/service-heart-01.jpg");
}

.service-heart-water {
    background-image: url("/image/catalog/cont/service-heart-water-00.jpg");
}

.service-heart-air {
    background-image: url("/image/catalog/cont/service-heart-air-00.jpg");
}

.service-heart-body {
    background-image: url("/image/catalog/cont/service-heart-body-00.jpg");
}

.service-heart-ws {
    background-image: url("/image/catalog/cont/service-heart-body-11.jpg");
}

.cowaycare-cody {
    background-image: url("/image/catalog/cont/service-cowaycare01.jpg");
    height: 380px;
}

.cowaycare-dr {
    background-image: url("/image/catalog/cont/service-cowaycare02.jpg");
    height: 380px;
}

.cowaycare-hp {
    background-image: url("/image/catalog/cont/service-cowaycare03.jpg");
    height: 380px;
}

.about1 {
    background-image: url("/image/catalog/cont/about-01-01.jpg");
}

.about-cowaycare {
    background-image: url("/image/catalog/cont/about-career-01.jpg");
}

/* Color code for each category */
.watercare {
    /*
  .product-list-container .product-layout:nth-child(1n) .product-thumb {
  	background-color:$bg-water5;
  }
  .product-list-container .product-layout:nth-child(2n) .product-thumb {
  	background-color:$bg-water4;
  }
  .product-list-container .product-layout:nth-child(3n) .product-thumb {
  	background-color:$bg-water3;
  }
  .product-list-container .product-layout:nth-child(4n) .product-thumb {
  	background-color:$bg-water2;
  }
  .product-list-container .product-layout:nth-child(5n) .product-thumb {
  	background-color:$bg-water1;
  }
  */
    /*
  .rdo-price {color:#57839e;}
  */
}
.watercare .product-list-container .product-layout .product-thumb {
    background: linear-gradient(360deg, rgba(126, 208, 243, 0.15), #fff 40%);
}
.watercare .detail-container {
    background-color: rgba(126, 208, 243, 0.2);
}
.watercare .category-hs-container {
    background-color: rgba(126, 208, 243, 0.2);
}
.watercare .category-blog-links .bl-watercare {
    background-color: #7ed0f3;
}
.watercare #form123, .watercare #form124 {
    background-color: rgba(126, 208, 243, 0.2);
}

.aircare {
    /*
  .product-list-container .product-layout:nth-child(1n) .product-thumb {
  	background-color:#d9d9d9;
  }
  .product-list-container .product-layout:nth-child(2n) .product-thumb {
  	background-color:#e3e3e3
  }
  .product-list-container .product-layout:nth-child(3n) .product-thumb {
  	background-color:#dde2e6;
  }
  .product-list-container .product-layout:nth-child(4n) .product-thumb {
  	background-color:#cfdae0;
  }
  .product-list-container .product-layout:nth-child(5n) .product-thumb {
  	background-color:#d5e2ea;
  }
  */
    /*
  .rdo-price {color:#70755e;}
  .btn-primary {background-color:#70755e;border-color:#505639;}
  .btn-primary:hover {background-color:#505639;}
  */
}
.aircare .product-list-container .product-layout .product-thumb {
    background: linear-gradient(360deg, rgba(137, 201, 143, 0.4), #fff 40%);
}
.aircare .category-hs-container {
    background-color: #89c98f;
}
.aircare .detail-container {
    background-color: rgba(137, 201, 143, 0.5);
}
.aircare .category-blog-links .bl-aircare {
    background-color: #89c98f;
}
.aircare #form123, .aircare #form124 {
    background-color: rgba(137, 201, 143, 0.5);
}

.bodycare {
    /*
  .product-list-container .product-layout:nth-child(1n) .product-thumb {
  	background-color:#d9d9d9;
  }
  .product-list-container .product-layout:nth-child(2n) .product-thumb {
  	background-color:#e3e3e3
  }
  .product-list-container .product-layout:nth-child(3n) .product-thumb {
  	background-color:#dde2e6;
  }
  .product-list-container .product-layout:nth-child(4n) .product-thumb {
  	background-color:#cfdae0;
  }
  .product-list-container .product-layout:nth-child(5n) .product-thumb {
  	background-color:#d5e2ea;
  }
  */
    /*
  .rdo-price {color:#9f8e88;}
  .btn-primary {background-color:#9f8e88;border-color:#7a655e;}
  .btn-primary:hover {background-color:#7a655e;}
  */
}
.bodycare .product-list-container .product-layout .product-thumb {
    background: linear-gradient(360deg, #ffe9ee, #fff 40%);
}
.bodycare .category-hs-container {
    background-color: #ffe9ee;
}
.bodycare .detail-container {
    background-color: rgba(254, 193, 206, 0.3);
}
.bodycare .category-hs-container {
    background-color: rgba(254, 193, 206, 0.3);
}
.bodycare .category-blog-links .bl-bodycare {
    background-color: #fec1ce;
}
.bodycare #form123, .bodycare #form124 {
    background-color: rgba(254, 193, 206, 0.3);
}

.filter .category-blog-links .bl-filter {
    background-color: #ffdac1;
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }

    #nav-mobile {
        display: none;
    }

    #nav-desktop {
        display: block;
    }
    #nav-desktop #main-nav {
        left: 50%;
        margin-left: -450px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        width: 100%;
        margin: auto;
        padding: 0 15px;
    }

    #nav-mobile {
        display: none;
    }

    #nav-desktop {
        display: block;
    }
    #nav-desktop #main-nav {
        left: 50%;
        margin-left: -400px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 100%;
        margin: auto;
        padding: 0 15px;
    }

    #nav-mobile {
        display: none;
    }

    #nav-desktop {
        display: block;
    }
    #nav-desktop #main-nav {
        left: 50%;
        margin-left: -350px;
    }
}
@media (max-width: 768px) {
    .container {
        width: auto;
        margin: auto;
    }

    #nav-desktop {
        display: none;
    }

    #nav-mobile {
        display: block;
    }

    #tab-description h2, #tab-description h5 {
        text-align: center !important;
    }
    #tab-description p {
        text-align: center;
    }
    #tab-description .flex {
        display: block;
    }

    .product-list-container .product-layout .product-thumb .caption {
        min-height: 0;
    }
    .product-list-container .product-layout .product-thumb .product-name {
        min-height: 0;
    }

    .tab-container .container,
    .tab-content .container {
        padding: 0;
    }

    #product-product .detail-container .product-image-container .content-carousel {
        width: 100%;
    }
    #product-product .detail-container .product-image-container .owl-carousel .owl-dots {
        display: none;
    }
    #product-product .detail-container .product-image-container .owl-carousel .owl-stage-outer {
        margin: 0;
    }
}
#modal-multipopup .modal-body {
    padding: 0;
}
#modal-multipopup .modal-body p {
    margin: 0;
}
#modal-multipopup .modal-body img {
    width: 100% !important;
}

/* V3 Addition */
.home-products-container {
    display: flex;
    justify-content: center;
}
.home-products-container .hp-item {
    position: relative;
}
.home-products-container .hp-item img {
    width: 100%;
    transition: transform .2s;
}
.home-products-container .hp-item .item-name {
    position: absolute;
    bottom: 0;
    transition: 0.2s;
    padding: 0 20px 10px;
}
.home-products-container .hp-item .item-name h3 {
    margin: 0;
    font-size: 20px;
}
.home-products-container .hp-item .item-name a {
    opacity: 0;
    transition: 0.2s;
}
.home-products-container .hp-item:hover img {
    transform: scale(1.1);
}
.home-products-container .hp-item:hover .item-name {
    bottom: 10px;
}
.home-products-container .hp-item:hover a {
    opacity: 1;
}
.home-products-container .hp-water {
    background-color: rgba(126, 208, 243, 0.15);
}
.home-products-container .hp-air {
    background-color: rgba(137, 201, 143, 0.25);
}
.home-products-container .hp-bath {
    background-color: rgba(254, 193, 206, 0.5);
}
.home-products-container .hp-filter {
    background-color: rgba(255, 218, 193, 0.5);
}

@media (max-width: 768px) {
    .home-products-container {
        flex-wrap: wrap;
    }
    .home-products-container .hp-item {
        flex: 50%;
    }
}
/*footer {*/
/*    background: #f3f4f6;*/
/*    padding: 30px 0;*/
/*    padding: 30px 0;*/
/*    text-align: center;*/
/*}*/
/*footer .footer-logo {*/
/*    margin: 0;*/
/*}*/
/*footer .footer-logo img {*/
/*    width: 150px;*/
/*}*/
/*footer .footer-links {*/
/*    padding: 20px;*/
/*}*/
/*footer .footer-links a {*/
/*    margin: 0 2%;*/
/*}*/
/*footer .social-media-links {*/
/*    padding: 10px;*/
/*    font-size: 20px;*/
/*}*/
/*footer .social-media-links a {*/
/*    margin: 0 2%;*/
/*}*/
/*footer .footer-copyright {*/
/*    padding-top: 20px;*/
/*}*/

.why-choose-coway-container {
    padding: 50px 0;
    text-align: center;
    background: #f7f7f7 url(../image/bg-why-choose-coway.png) no-repeat center center;
}
.why-choose-coway-container .why-choose-item-container {
    margin: 30px auto;
    display: flex;
    justify-content: center;
}
.why-choose-coway-container .why-choose-item-container .why-choose-item {
    width: 270px;
    background-color: #fff;
    margin: 10px;
    color: #666;
    transition: .5s;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: space-between;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.why-choose-coway-container .why-choose-item-container a {
    display: block;
    width: 100%;
    padding: 45px 25px;
}
.why-choose-coway-container .why-choose-item-container .icon {
    width: 70px;
    height: 70px;
    background: #1899dc;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: -5px 5px 30px -5px rgba(24, 153, 220, 0.4);
    box-shadow: -5px 5px 30px -5px rgba(24, 153, 220, 0.4);
    margin: auto;
}
.why-choose-coway-container .why-choose-item-container .icon svg {
    width: 60%;
    fill: #fff;
}
.why-choose-coway-container .why-choose-item-container p {
    width: 80%;
    margin: 50px auto;
}
.why-choose-coway-container .why-choose-item-container .arrow {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #f3f4f6;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.why-choose-coway-container .why-choose-item-container .why-choose-item:hover {
    background: #1899dc;
    -webkit-box-shadow: -5px 5px 30px -5px rgba(24, 153, 220, 0.4);
    box-shadow: -5px 5px 30px -5px rgba(24, 153, 220, 0.4);
}
.why-choose-coway-container .why-choose-item-container .why-choose-item:hover .icon {
    background: #fff;
    -webkit-box-shadow: -5px 5px 30px -5px rgba(0, 0, 0, 0.4);
    box-shadow: -5px 5px 30px -5px rgba(0, 0, 0, 0.4);
}
.why-choose-coway-container .why-choose-item-container .why-choose-item:hover .icon svg {
    fill: #1899dc;
}
.why-choose-coway-container .why-choose-item-container .why-choose-item:hover p {
    color: #fff;
}
.why-choose-coway-container .why-choose-item-container .why-choose-item:hover a {
    color: #fff;
}
.why-choose-coway-container .why-choose-item-container .why-choose-item:hover .arrow {
    background: #fff;
}
.why-choose-coway-container .why-choose-item-container .why-choose-item:hover .arrow svg {
    fill: #1899dc;
}

@media (max-width: 768px) {
    .why-choose-coway-container .why-choose-item-container {
        flex-direction: column;
    }
    .why-choose-coway-container .why-choose-item-container .why-choose-item {
        width: 100%;
        margin: 10px auto;
    }
}
.category-hs-container {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: url("../image/bg-category-hs1.png") no-repeat bottom right;
    background-color: #dbdbdb;
    background-size: auto 100%;
    padding: 5%;
    margin-bottom: 30px;
}
.category-hs-container .category-hs-text {
    width: 70%;
}
.category-hs-container .category-hs-text p {
    padding: 10px 0 20px;
}

@media (max-width: 768px) {
    .category-hs-container {
        margin: 15px;
        padding-bottom: 345px;
        background-size: 90%;
        background-position: right bottom;
    }
    .category-hs-container .category-hs-text {
        width: 100%;
    }
}
.home-sales-number {
    background: #dbdbdb;
}
.home-sales-number .sn-heading {
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 10px;
}
.home-sales-number .item {
    background-color: #fff;
    padding: 20px;
    margin: 30px 0;
    min-height: 260px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.home-sales-number .item .icon {
    margin: 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: rgba(126, 208, 243, 0.1);
}
.home-sales-number .item .icon img {
    margin: auto;
    width: 60%;
}
.home-sales-number .item h3 {
    font-size: 1rem;
    line-height: 1.1;
}
.home-sales-number .item p {
    font-size: 0.875rem  /* 14/16 */;
    color: #999;
}
.home-sales-number .col1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 550px;
    text-align: center;
    padding-bottom: 0;
}
.home-sales-number .col1 img {
    width: 100%;
}
.home-sales-number .col1 h3 {
    color: #7ed0f3;
}
.home-sales-number .col1 .icon {
    background-color: rgba(126, 208, 243, 0.1);
    margin: auto;
}
.home-sales-number .col2-1 h3 {
    color: #c6e9c9;
}
.home-sales-number .col2-1 .icon {
    background-color: rgba(198, 233, 201, 0.1);
}
.home-sales-number .col2-2 h3 {
    color: #fec1ce;
}
.home-sales-number .col2-2 .icon {
    background-color: rgba(254, 193, 206, 0.1);
}
.home-sales-number .col3-1 h3 {
    color: #fec1ce;
}
.home-sales-number .col3-1 .icon {
    background-color: rgba(254, 193, 206, 0.1);
}
.home-sales-number .col3-2 h3 {
    color: #ffdac1;
}
.home-sales-number .col3-2 .icon {
    background-color: rgba(255, 218, 193, 0.1);
}
.home-sales-number .col4-1 h3 {
    color: #ffdac1;
}
.home-sales-number .col4-1 .icon {
    background-color: rgba(255, 218, 193, 0.1);
}
.home-sales-number .col4-2 h3 {
    color: #c6e9c9;
}
.home-sales-number .col4-2 .icon {
    background-color: rgba(198, 233, 201, 0.1);
}

@media (max-width: 768px) {
    .home-sales-number {
        padding-top: 30px;
    }
    .home-sales-number .item {
        margin-top: 0;
    }
}
.category-blog-links {
    background-color: #dbdbdb;
}
.category-blog-links .bl-item {
    text-align: center;
}
.category-blog-links .bl-item h6 {
    font-size: 18px;
    font-weight: 300;
    color: white;
}
.category-blog-links .bl-item svg {
    height: 50px;
    fill: white;
}
.category-blog-links .bl-watercare:hover {
    background-color: #7ed0f3;
}
.category-blog-links .bl-aircare:hover {
    background-color: #89c98f;
}
.category-blog-links .bl-bodycare:hover {
    background-color: #fec1ce;
}
.category-blog-links .bl-filter:hover {
    background-color: #ffdac1;
}
.category-blog-links a {
    display: block;
    padding: 10px 0;
}
.category-blog-links .active {
    background: #7ed0f3;
}

@media (max-width: 768px) {
    .bl-item {
        min-height: 155px;
    }
    .bl-item h6 {
        font-size: 16px;
    }
}
#sort-option {
    display: none;
}

.about-item {
    background-repeat: no-repeat;
    background-position: center;
}

.about-item .heading28 {
    color: var(--color-black);
    /*font-size: 18px;*/
    font-size: 1.375rem  /* 22/16 */;
    margin-top: 1.25rem  /* 20/16 */;
    margin-bottom: 0.625rem  /* 10/16 */;
}
.about-item .flex {
    align-items: center;
    justify-content: space-between;
    height: 450px;
}
.about-item .flex .item-left {
    order: 1;
}
.about-item .flex .item-right {
    order: 2;
}
.about-item .item-img {
    padding: 0 70px;
}
.about-item img {
    width: 100%;
}

.about-03 {
    background-image: url('/image/catalog/cont/about-3-2.png')
}
.about-03 p {
    margin-bottom: 25px;
}

/*.about-03 .item-right {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    border: 1px solid red;*/
/*    background: url('/image/catalog/cont/about-3-2.png') no-repeat;*/
/*    !*background-image: url("/image/catalog/cont/about-3-2.png");*!*/
/*    background-size: cover;*/
/*}*/

.about-04 {
    background-image: url("/image/catalog/cont/about-04-02.png");
}
.about-04 p {
    margin-bottom: 25px;
}

.about-05 {
    background-image: url("/image/catalog/cont/about-5-1.png");
}

.about02-container {
    background-color: #f3f4f6;
}
.about02-container .container {
    width: 100%;
}
.about02-container .about02-item {
    display: flex;
    align-items: flex-end;
    min-height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.about02-container .about02-item .text {
    min-height: 210px;
    padding: 20px;
    word-break: keep-all;
}
.about02-container .about02-item .heading28 {
    /*font-size: 18px;*/
    font-size: 1.375rem  /* 22/16 */;
    margin-top: 1.25rem /* 20/16 */;
    margin-bottom: 0.625rem /* 10/16 */;
}
.about02-container .about02-01 {
    background-image: url("/image/catalog/cont/about02-01.png");
}
.about02-container .about02-02 {
    background-image: url("/image/catalog/cont/about02-02.png");
}
.about02-container .about02-03 {
    background-image: url("/image/catalog/cont/about02-03.png");
}


@media (max-width: 768px) {
    .about-item {
        text-align: center;
    }
    .about-item .flex {
        display: block;
        height: auto;
    }
    .about-item .item-img {
        padding: 40% 0;
    }
    .about-item .item-text {
        padding: 10% 5%;
    }

    .about02-container .about02-item .text {
        min-height: 0;
    }

    .about-03 {
        /*background: #e1f5ff url("/image/catalog/cont/m-about-3-2.png") no-repeat center top;*/
        /*background-size: 100%;*/
    }

    .about-04 {
        background: #c6e9c9 url("/image/catalog/cont/m-about-04-02.png") no-repeat center top;
        background-size: 100%;
    }

    .about-05 {
        background: #ffdac1 url("/image/catalog/cont/m-about-5-1.png") no-repeat center top;
        background-size: 100%;
    }
}
@media (min-width: 1600px) {
    .about02-container .container {
        width: 1200px;
    }
}
.contact-form-container {
    margin-top: 50px;
}
.contact-form-container .contact-img {
    padding: 50px 50px 0 0;
}
.contact-form-container .contact-img img {
    width: 100%;
}
.contact-form-container .contact-form .txt-contact-us {
    margin: 0;
    font-weight: 400;
    color: #666;
    margin-bottom: 5px;
}
.contact-form-container .contact-form .txt-send-message {
    margin: 0;
    color: black;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .contact-form-container .contact-img {
        padding: 30px;
    }
}
.contact-info {
    margin: 30px 0;
    background: linear-gradient(90deg, #89c98f 50%, #7ed0f3 50%);
}
.contact-info .flex {
    align-items: center;
}
.contact-info .icon {
    display: none;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.2);
}
.contact-info .icon svg {
    fill: white;
    width: 50%;
}
.contact-info .info-text {
    padding: 30px 0 30px 20px;
    align-items: center;
}
.contact-info .info-text h1 {
    padding-right: 30px;
    font-size: 34px;
}
.contact-info .info-text h1, .contact-info .info-text p {
    margin: 0;
    color: black;
}
.contact-info .info-text .info-number p {
    margin: 5px 0 0 5px;
}

@media (max-width: 768px) {
    .contact-info {
        background: transparent;
    }
    .contact-info .icon {
        display: flex;
        width: 80px;
        height: 80px;
    }
    .contact-info .info-text {
        display: block;
    }
    .contact-info .info-text h1 {
        font-size: 24px;
        padding-bottom: 5px;
    }
    .contact-info .info-text h1.phone-number, .contact-info .info-text p.business-hour, .contact-info .info-text p.address {
        color: #666;
        font-size: 14px;
        margin: 0;
    }

    .contact-address {
        display: flex;
        align-items: center;
        background-color: #89c98f;
        padding: 0 30px;
    }

    .contact-number {
        display: flex;
        align-items: center;
        background-color: #7ed0f3;
        padding: 0 30px;
    }
}
.locations .location-item {
    margin-bottom: 30px;
}
.locations .location-item .loc-icon {
    display: flex;
    justify-content: center;
    align-item: center;
    width: 70px;
    height: 70px;
    background-color: rgba(126, 208, 243, 0.2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.locations .location-item .loc-icon svg {
    width: 80%;
    fill: #7ed0f3;
}
.locations .location-item .loc-info p {
    color: #999;
}
.locations .location-item .loc-info .loc-title {
    margin: 0;
    color: #000;
}

.careers-container {
    background: linear-gradient(270deg, #bfe5f5 0%, #eaf5fa 100%);
    padding: 30px 0;
}
.careers-container h5, .careers-container h1 {
    text-align: center;
}
.careers-container .icon {
    width: 30px;
    height: 30px;
}
.careers-container .icon svg {
    width: 50%;
}
.careers-container .position-container .position-item {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: white;
    padding: 15px;
    margin: 15px 0;
}
.careers-container .position-container .position-item a {
    color: #7ed0f3;
}
.careers-container .position-container .position-item h3 {
    margin-top: 10px;
}

@media (max-width: 768px) {
    .careers-container {
        background: linear-gradient(0deg, #bfe5f5 0%, #eaf5fa 100%);
    }
    .careers-container .position-container .position-item {
        margin: 10px 0;
    }
}
.heart-service-container .mh, .heart-service-container .sh {
    text-align: center;
}
.heart-service-container .mh {
    color: var(--color-black);
    font-size: 2rem  /* 32/16 */;
    font-weight: 400;
    letter-spacing: -1px;
    margin-bottom: 0;
}
.heart-service-container .sh {
    font-size: 1.125rem  /* 18/16 */;
}
.heart-service-container .heart-box {
    text-align: center;
    margin-top: 1.25rem  /* 20/16 */;
    padding: 1.25rem  /* 20/16 */;
    min-height: 11.875rem  /* 190/16 */;
}
.heart-service-container .heart-box .icon {
    width: 35px;
    height: 35px;
    background-color: transparent;
    margin: auto;
}
.heart-service-container .box01 {
    border: 1px solid #e2f4e4;
}
.heart-service-container p {
    font-size: 14px;
    color: #4d4d4d;
}
.heart-service-container .box02 {
    border: 1px solid #dbf0f9;
}
.heart-service-container .box03 {
    border: 1px solid #fee0e6;
}
.heart-service-container .box04 {
    border: 1px solid #ffdac1;
}
.heart-service-container .heart-item {
    background-repeat: no-repeat;
    background-position: center;
}
.heart-service-container .heart-item .flex {
    align-items: center;
    justify-content: center;
    height: 600px;
}
.heart-service-container .heart-item .flex .item-left {
    order: 1;
}
.heart-service-container .heart-item .flex .item-right {
    order: 2;
}
.heart-service-container .heart-item .item-text .heart-service-list {
    margin: 15px 0;
}
.heart-service-container .heart-item .item-text .heart-service-list .icon {
    display: block;
    margin-right: 0;
    padding-right: 0;
    width: 85px;
}
.heart-service-container .heart-item .item-text .heart-service-list .service-list-text h3 {
    margin-top: 5px;
}
.heart-service-container .heart-item .item-img {
    padding: 0 70px;
}
.heart-service-container .heart-item img {
    width: 100%;
}
.heart-service-container .heart-02 {
    padding: 3.125rem  /* 50/16 */ 0 3.125rem  /* 50/16 */;
}
.heart-service-container .heart-02 .heart-box .sub-title {
    font-size: 1rem  /* 16/16 */;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 0.625rem  /* 10/16 */;
}
.heart-service-container .heart-05 {
    background-color: rgba(126, 208, 243, 0.2);
    padding: 3.125rem  /* 50/16 */ 0;
}
.heart-service-container .heart-05 .sh {
    margin-bottom: 1.25rem  /* 20/16 */;
}
.heart-service-container .heart-05 .heart-service-info {
    text-align: center;
    margin: 15px 0;
}
.heart-service-container .heart-05 .heart-service-info h3 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 0;
}
.heart-service-container .heart-05 .heart-service-info p {
    padding: 0 10%;
}

/*@media (min-width: 768px) and (max-width: 991px) {*/
@media (min-width: 768px) and (max-width: 1199px) {
    .heart-service-container .heart-item .item-text {
        flex-grow: 2;
    }
}
@media (max-width: 768px) {
    .heart-service-container .heart-box {
        min-height: 0;
    }
    .heart-service-container .heart-item .flex {
        display: block;
        height: auto;
    }
    .heart-service-container .heart-item .item-img {
        padding: 50% 0;
    }
    .heart-service-container .heart-03 {
        background: #fbe9dd url("/image/catalog/cont/m-heart-03.png") no-repeat center top;
        background-size: 100%;
    }
    .heart-service-container .heart-04 {
        background: #e1f1e2 url("/image/catalog/cont/m-heart-04.png") no-repeat center top;
        background-size: 100%;
    }
}
/* Consultation Form */
#form123 .box-content, #form124 .box-content, #form125 .box-content, #form128 .box-content, #form129 .box-content {
    width: 1200px;
    margin: auto;
    padding: 50px 0;
}
#form123 .box-content form, #form124 .box-content form, #form125 .box-content form, #form128 .box-content form, #form129 .box-content form {
    padding-left: 45%;
}
#form123 .box-content h5, #form124 .box-content h5, #form125 .box-content h5, #form128 .box-content h5, #form129 .box-content h5 {
    font-weight: 400;
    color: #333;
}
#form123 .box-content h1, #form124 .box-content h1, #form125 .box-content h1, #form128 .box-content h1, #form129 .box-content h1 {
    margin-top: 0;
    color: black;
    font-size: 28px;
}
#form123 label, #form123 label:hover, #form124 label, #form124 label:hover, #form125 label, #form125 label:hover, #form128 label, #form128 label:hover, #form129 label, #form129 label:hover {
    border: none;
}

#form123, #form129 {
    background: #bbd8f7;
}
#form123 .box-content, #form129 .box-content {
    background: url("/catalog/view/theme/coway/image/consultation2-bg.png") no-repeat left center;
    background-size: 40%;
}

#form124 {
    background: #e1f5ff;
}
#form124 .box-content {
    background: url("/catalog/view/theme/coway/image/consultation2-bg.png") no-repeat left center;
    background-size: 40%;
}

#form125 {
    background: #fcfcfc;
    text-align: center;
}
#form125 .sh, #form125 .mh {
    text-align: center;
}
#form125 .box-content form {
    padding: 0 15%;
}
#form125 .box-content .form-field {
    text-align: left;
}
#form125 .box-content .btn-primary {
    background-color: #4d4d4d;
}
#form125 .box-content .submit-button {
    background-color: #0099dc;
    display: block;
    width: 50%;
    margin: auto;
}

#form128 {
    background: #7ed0f3;
}
#form128 .box-content {
    background: url("/catalog/view/theme/coway/image/consultation2-bg.png") no-repeat left bottom;
    background-size: 45%;
}
#form128 .btn {
    width: 95%;
}

@media (max-width: 768px) {
    #form123 .box-content, #form124 .box-content, #form125 .box-content, #form128 .box-content, #form129 .box-content {
        padding: 15px;
        text-align: center;
        background: transparent;
        width: 100%;
    }
    #form123 .box-content form, #form124 .box-content form, #form125 .box-content form, #form128 .box-content form, #form129 .box-content form {
        padding: 0;
    }

    #form123 .box-content, #form128 .box-content, #form129 .box-content {
        padding-top: 345px;
        background: url("/catalog/view/theme/coway/image/m-consultation2-bg.png") no-repeat center top;
        background-size: 100%;
    }

    #form124 .box-content {
        padding-top: 345px;
        background: url("/catalog/view/theme/coway/image/m-consultation2-bg.png") no-repeat center top;
        background-size: 100%;
    }

    .form-builder-pro textarea,
    .form-builder-pro input[type="text"],
    .form-builder-pro input[type="password"],
    .form-builder-pro label,
    .form-builder-pro select {
        width: 100% !important;
    }
}
.blog-container .blog-header {
    padding: 100px 0;
    background: #f3f4f6;
    text-align: center;
}
.blog-container .blog-header h1 {
    font-size: 48px;
    width: 70%;
    margin: auto;
}
.blog-container .blog-content h3 {
    font-size: 20px;
    margin: 40px 0 20px;
}
.blog-container .blog-content img {
    width: 100%;
    display: block;
    margin: 30px 0;
}
.blog-container .blog-content p {
    margin: 30px 0;
}
.blog-container .blog-content ol li {
    list-style-type: decimal;
}
.blog-container .blog-content .heading-no-padding h3 {
    margin-bottom: 0;
}
.blog-container .blog-content .heading-no-padding p {
    margin-top: 0;
}

@media (min-width: 1200px) {
    .blog-content .container {
        width: 1000px;
        margin: auto;
    }
}
.career-detail {
    padding: 50px 0;
    font-size: 15px;
}
.career-detail .career-heading span {
    color: #0099dc;
}
.career-detail .detail-01 {
    width: 80%;
    margin: auto;
    padding-bottom: 20px;
}
.career-detail .detail-01 .career-heading {
    font-size: 38px;
    text-align: center;
}
.career-detail .detail-01 ul {
    margin-top: 20px;
}
.career-detail .detail-01 li {
    width: 33%;
    margin: 0 5%;
    list-style: disc;
}
.career-detail .detail-02, .career-detail .detail-03 {
    padding: 0 3%;
}
.career-detail .detail-info .img {
    width: 31%;
    margin-right: 2%;
}
.career-detail .detail-info img {
    width: 100%;
}
.career-detail .detail-info h2 {
    font-size: 22px;
}
.career-detail .detail-03 .detail-info {
    padding-bottom: 10px;
}
.career-detail .blue-box, .career-detail .skyblue-box {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 15px 10px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
}
.career-detail .blue-box {
    background-color: #0099dc;
}
.career-detail .skyblue-box {
    background-color: #7ed0f3;
}
.career-detail .logos img {
    width: 75%;
    margin-bottom: 5px;
}
.career-detail .logos .item {
    text-align: center;
    padding: 0 20px;
    width: 20%;
}
.career-detail .logos p {
    font-size: 10px;
    line-height: 14px;
}
.career-detail .slogan {
    color: #0099dc;
    text-align: center;
    font-size: 42px;
    padding: 0 5%;
}
.career-detail .detail-02 .flex img {
    width: 100px;
    margin-right: 10px;
    padding: 0 20px;
}
.career-detail .detail-02 .flex p {
    width: 50%;
}

@media (max-width: 768px) {
    .career-detail .career-heading {
        font-size: 24px;
    }
    .career-detail .detail-01 {
        width: 100%;
    }
    .career-detail .detail-01 .flex {
        flex-direction: column;
    }
    .career-detail .detail-01 ul {
        width: 90%;
        margin: 20px auto 0;
    }
    .career-detail .detail-01 li {
        width: 100%;
        margin: 0;
    }
    .career-detail .detail-01 .career-heading {
        font-size: 26px;
    }
    .career-detail .detail-03 {
        margin-top: 20px;
    }
    .career-detail .detail-03 .detail-info {
        text-align: center;
    }
    .career-detail .logos {
        flex-wrap: wrap;
    }
    .career-detail .logos .item {
        width: 50%;
        text-align: center;
    }
    .career-detail .logos img {
        width: auto;
    }
}
#submit-check-coverage .modal-header {
    border: none;
}
#submit-check-coverage button.close {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #000;
    opacity: 1;
}
#submit-check-coverage .check-zipcode {
    text-align: center;
    width: 70%;
    margin: auto;
    padding: 30px 0 50px;
}
#submit-check-coverage .check-zipcode .icon {
    margin: auto;
}
#submit-check-coverage .check-zipcode button {
    background: none;
    border: none;
}
#submit-check-coverage .check-zipcode .glyphicon {
    top: 0;
}
#submit-check-coverage .check-zipcode h1 {
    padding-top: 15px;
}
#submit-check-coverage .check-zipcode p {
    padding: 15px 0;
    font-size: 16px;
}

.acceptable-cc {
    padding-top: 4px;
}

/* Firefox Only */
@-moz-document url-prefix() {
    .datetime-input-edit-wrapper {
        margin-top: -6px;
    }
}
/* Style Overwrites */
.tp-caption .tp-revstop {
    margin: 15px 17px !important;
}

.rental-terms strong {
    color: red;
    font-weight: normal;
}
.rental-terms ul li {
    list-style: disc;
}

#modal-agree .modal-dialog {
    width: 70% !important;
}
#modal-agree .modal-body .container {
    width: 100%;
}
#modal-agree .modal-body ol li {
    list-style: decimal;
}

@media (max-width: 768px) {
    .container .row {
        margin-right: 0;
        margin-left: 0;
    }
}
/* Selfcare Service (added 04/2023) */
.selfcare-container .selfcare-section {
    margin: 50px 0;
    padding: 50px 0;
}
.selfcare-container .section-heading {
    text-align: center;
    margin-bottom: 50px;
}
.selfcare-container img {
    width: 100%;
}
.selfcare-container .selfcare-01 .container {
    /*background-color: rgba(126, 208, 243, 0.2);*/
    /*padding: 5%;*/
    /*-webkit-border-radius: 15px;*/
    /*-moz-border-radius: 15px;*/
    /*border-radius: 15px;*/
}
.selfcare-container .selfcare-01 .selfcare-item {
    background-color: #009ddc;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 10px;
}
.selfcare-container .selfcare-02 {
    padding: 50px 0;
}
.selfcare-container .selfcare-02 .selfcare-item {
    margin-bottom: 50px;
}
.selfcare-container .selfcare-02 .selfcare-item p {
    min-height: 50px;
    font-size: 16px;
    font-weight: bold;
}
.selfcare-container .selfcare-03 {
    background-color: rgba(126, 208, 243, 0.2);
    padding: 100px 0;
}
.selfcare-container .selfcare-03 h3 {
    line-height: 1.8em;
}
.selfcare-container .selfcare-04 .selfcare-item {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin: 10px;
    padding: 20px;
}
.selfcare-container .selfcare-04 .p-name {
    font-weight: bold;
}
.selfcare-container .selfcare-04 a.view-product {
    color: #707170;
}
.selfcare-container .selfcare-04 a.view-product:hover {
    color: #000;
}
.selfcare-container .selfcare-04 .water {
    background-color: rgba(126, 208, 243, 0.2);
}
.selfcare-container .selfcare-04 .air {
    background-color: rgba(137, 201, 143, 0.2);
}

@media (max-width: 768px) {
    .mt-break {
        display: block;
    }

    .selfcare-container .flex {
        flex-direction: column;
    }

    .selfcare-03 {
        text-align: center;
    }
    .selfcare-03 img {
        width: 50%;
    }
    .selfcare-03 .item-img {
        margin-bottom: 20px;
    }
    .selfcare-03 .selfcare-item {
        margin-bottom: 50px;
        padding: 0;
    }
}
/* Product Detail New Format - Malaysia (added 08/22/2023) */
.AP-2021A .product-logo {
    width: 205px;
    margin: auto;
    padding-top: 20px;
}
.AP-2021A .desc-item {
    text-align: center;
}
.AP-2021A .prod-text-title {
    padding: 50px 0;
    text-align: center;
}
.AP-2021A .hd1 {
    color: black;
    font-size: 30px;
    text-transform: uppercase;
}
.AP-2021A .subhd1 {
    font-size: 15px;
    font-weight: 300;
    width: 90%;
    margin: 20px auto;
    line-height: 1.5em;
}
.AP-2021A .hd2 {
    color: #fff;
    font-size: 16px;
    padding-bottom: 50px;
    font-weight: normal;
}
.AP-2021A .desc-01 {
    padding-top: 50px;
    background: url(/image/catalog/product-detail/AP-2021A/m-noble01.jpg) no-repeat right bottom;
    background-size: cover;
    min-height: 700px;
}
.AP-2021A .desc-01 .prod-text-title {
    padding-top: 50px;
}
.AP-2021A .desc-02 .hd1, .AP-2021A .desc-02 .subhd1 {
    color: #fff;
}
.AP-2021A .desc-02 .spacer {
    min-height: 500px;
}
.AP-2021A .desc-02 .item-top {
    background: url(/image/catalog/product-detail/AP-2021A/m-noble02.jpg) no-repeat right bottom;
    background-size: cover;
}
.AP-2021A .desc-02 .item-bottom {
    color: #000;
    padding: 50px 0;
    background-color: #ccc;
}
.AP-2021A .desc-02 .icon-box p {
    color: #000;
    text-transform: uppercase;
    width: 80%;
    margin: 10px auto;
    font-weight: 300;
    min-height: 80px;
}
.AP-2021A .desc-02 .icon-box img {
    width: 100px !important;
}
.AP-2021A .desc-03 {
    color: #fff;
    background: #1c1411;
}
.AP-2021A .desc-03 .hd1, .AP-2021A .desc-03 h5, .AP-2021A .desc-03 p {
    color: #fff;
}
.AP-2021A .desc-03 .item-img {
    display: block;
}
.AP-2021A .desc-03 .item-bottom {
    min-height: 720px;
}
.AP-2021A .desc-03 .icon-box p {
    font-size: 14px;
    width: 100%;
    margin: auto;
    line-height: 1.5em;
    min-height: 150px;
}
.AP-2021A .desc-03 .icon-box img {
    width: 45px !important;
}
.AP-2021A .desc-04 {
    position: relative;
    background-color: #242424;
}
.AP-2021A .desc-04 .prod-text-title {
    position: relative;
    width: 100%;
    z-index: 20;
    padding-bottom: 0;
}
.AP-2021A .desc-04 .prod-text-title .hd1, .AP-2021A .desc-04 .prod-text-title .subhd1 {
    color: #fff;
}
.AP-2021A .desc-04 video {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 10;
}
.AP-2021A .desc-06 {
    min-height: 550px;
}
.AP-2021A .desc-06 .img-box {
    position: absolute;
    top: 50%;
    height: 350px;
    overflow: hidden;
}
.AP-2021A .desc-06 .text-box {
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5em;
    padding: 50px 0;
}
.AP-2021A .desc-07 .hd1 {
    color: #8090b3;
    text-transform: uppercase;
}
.AP-2021A .desc-08 {
    background-color: #f6f9f5;
}

.AP-2023K .desc-01 {
    background: url(/image/catalog/product-detail/AP-2023K/m-noble01.jpg) no-repeat right bottom;
}
.AP-2023K .desc-02 .item-top {
    background: url(/image/catalog/product-detail/AP-2023K/m-noble02.jpg) no-repeat right bottom;
    background-size: cover;
}

.noble-slides {
    padding: 50px 15px;
    background-color: #eee;
}
.noble-slides .section {
    display: block;
}
.noble-slides .section p {
    font-size: 18px;
    margin: 10px 0;
}
.noble-slides .slide-header {
    margin: 20px 0;
}
.noble-slides .slide-header h2 {
    color: #53a9a6;
    font-size: 32px;
}
.noble-slides .slide-header p {
    font-size: 20px;
}
.noble-slides .col-header {
    color: #53a9a6;
    font-size: 20px;
    margin-bottom: 0;
    text-align: center;
}
.noble-slides .col-arrow {
    display: none;
}
.noble-slides h3.slide-item-header {
    margin: 0;
    padding: 20px;
    min-height: 55px;
    background-color: #53a9a6;
    color: #fff;
}
.noble-slides .slide01 .col {
    margin: 30px 0;
}
.noble-slides .slide01 .slide-img {
    width: auto;
    height: 170px;
    margin: auto;
    background-color: #f1f3f4;
}
.noble-slides .slide01 .slide-img img {
    width: auto !important;
    height: 100%;
    margin: auto;
}
.noble-slides .slide02 .col {
    margin-top: 50px;
}
.noble-slides .slide03 .col {
    margin: 30px 0;
}
.noble-slides .slide03 h3.slide-item-header {
    padding: 10px;
    justify-content: center;
    text-align: center;
    min-height: auto;
}
.noble-slides .slide03 p.slide-remarks {
    text-align: left;
}
.noble-slides .slide03 .col p {
    padding: 0;
}

@media (min-width: 768px) {
    .AP-2021A .hd1 {
        font-size: calc(50px + 0.390625vw);
        line-height: 1.3em;
    }
    .AP-2021A .hd2 {
        color: #fff;
        font-size: 18px;
        padding-bottom: 50px;
        font-weight: normal;
    }
    .AP-2021A .prod-text-title {
        padding: 100px 0 50px;
    }
    .AP-2021A .desc-01 {
        background: url(/image/catalog/product-detail/AP-2021A/noble01.jpg) no-repeat center bottom;
        min-height: 1000px;
    }
    .AP-2021A .desc-02 {
        background: url(/image/catalog/product-detail/AP-2021A/noble-02.jpg) no-repeat center bottom;
    }
    .AP-2021A .desc-02 .spacer {
        min-height: 750px;
    }
    .AP-2021A .desc-02 .item-top {
        background: none;
    }
    .AP-2021A .desc-02 .item-bottom {
        background-color: transparent;
    }
    .AP-2021A .desc-02 .item-bottom p {
        min-height: auto;
    }
    .AP-2021A .desc-02 .icon-box p {
        color: #fff;
    }
    .AP-2021A .desc-03 {
        background: #191110 url(/image/catalog/product-detail/AP-2021A/noble-03.jpg) no-repeat center bottom;
    }
    .AP-2021A .desc-03 .item-img {
        display: none;
    }
    .AP-2021A .desc-03 .icon-box p {
        min-height: 100px;
    }
    .AP-2021A .desc-04 .prod-text-title {
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 20;
        padding-top: 100px;
    }
    .AP-2021A .desc-06 {
        min-height: 800px;
    }
    .AP-2021A .desc-06 .img-box {
        height: 550px;
    }

    .AP-2023K .desc-01 {
        background: url(/image/catalog/product-detail/AP-2023K/noble-01.jpg) no-repeat center bottom;
    }
    .AP-2023K .desc-02 {
        background: url(/image/catalog/product-detail/AP-2023K/noble-02.jpg) no-repeat center bottom;
    }
    .AP-2023K .desc-03 {
        background: #191110 url(/image/catalog/product-detail/AP-2023K/noble-03.jpg) no-repeat center bottom;
    }

    /* slides */
    .noble-slides h3.slide-item-header {
        display: flex;
        align-items: center;
    }
    .noble-slides .col-arrow {
        display: block;
    }
    .noble-slides .col-header {
        text-align: left;
    }
    .noble-slides .section {
        display: flex;
    }
    .noble-slides .section p {
        font-size: 16px;
    }
    .noble-slides .col p {
        min-height: 50px;
        padding: 10px 0;
    }
    .noble-slides h3.slide-item-header {
        padding: 5px 10px;
        min-height: 55px;
    }
    .noble-slides .slide01 .col {
        width: 21%;
    }
    .noble-slides .slide01 .col-arrow {
        width: 6%;
        padding-top: 120px;
    }
    .noble-slides .slide02 .col2 {
        margin: 50px 20px 0;
    }
    .noble-slides .slide03 .col {
        margin: 10px 0;
    }
    .noble-slides .slide03 .col-arrow {
        padding-top: 100px;
    }
    .noble-slides .slide03 .slide-remarks {
        padding: 0;
    }
    .noble-slides .slide03 .slide-remarks p {
        margin: 0;
    }
}
/* Product Detail New Format - Korea (added 09/25/2023) */
.CHP-6330L, .CP-6330L {
    /*
  .desc-05 {
  	padding:50px 0;
  	.hd {margin:60px 0;}
  	.inner-desc {
  		.hd {margin-bottom:10px;}
  		height:850px;
  	}
  	.desc-051 {background:url(/image/catalog/product-detail/CHP-6330L/detail5-1.jpg) no-repeat;}
  	.desc-052 {background:url(/image/catalog/product-detail/CHP-6330L/detail5-2.jpg) no-repeat;}
  }
  */
}
.CHP-6330L .hd, .CP-6330L .hd {
    text-align: center;
    font-size: calc(42px + 0.390625vw);
    line-height: 1.3em;
    color: #1b2529;
    margin: 0;
    line-height: 1.3em;
}
.CHP-6330L .hd-small, .CP-6330L .hd-small {
    font-size: 34px;
}
.CHP-6330L .subhd, .CP-6330L .subhd {
    text-align: center;
    font-size: 20px;
    line-height: 1.5em;
    margin: 0;
}
.CHP-6330L .model-no, .CP-6330L .model-no {
    text-align: center;
    margin: 30px auto 0;
    font-size: 18px;
}
.CHP-6330L .footnote p, .CP-6330L .footnote p {
    margin: 0;
    font-size: 12px;
    line-height: 1.7em;
}
.CHP-6330L .desc-01 .hd, .CHP-6330L .desc-01 .subhd, .CHP-6330L .desc-01 .model-no, .CP-6330L .desc-01 .hd, .CP-6330L .desc-01 .subhd, .CP-6330L .desc-01 .model-no {
    color: #fff;
}
.CHP-6330L .desc-01 .subhd, .CP-6330L .desc-01 .subhd {
    letter-spacing: 1.5px;
    margin-bottom: 10px;
}
.CHP-6330L .desc-01 .desc-item-top, .CP-6330L .desc-01 .desc-item-top {
    background-image: url(/image/catalog/product-detail/CHP-6330L/detail001.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 900px;
    display: flex;
    flex-direction: column;
}
.CHP-6330L .desc-01 .desc-item-top .upper-box, .CP-6330L .desc-01 .desc-item-top .upper-box {
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.CHP-6330L .desc-01 .desc-item-top .bottom-box, .CP-6330L .desc-01 .desc-item-top .bottom-box {
    height: 450px;
}
.CHP-6330L .desc-01 .desc-item-bottom, .CP-6330L .desc-01 .desc-item-bottom {
    background-color: #eee;
}
.CHP-6330L .desc-01 .desc-item-bottom h4, .CP-6330L .desc-01 .desc-item-bottom h4 {
    min-height: 32px;
    font-size: 16px;
    color: #1b2529;
}
.CHP-6330L .desc-01 .desc-item-bottom .item-desc, .CP-6330L .desc-01 .desc-item-bottom .item-desc {
    text-align: center;
    padding: 0 30px;
    margin: 30px auto;
}
.CHP-6330L .desc-01 .desc-item-bottom .item-desc-mid, .CP-6330L .desc-01 .desc-item-bottom .item-desc-mid {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.CHP-6330L .desc-02 .video-wrapper, .CP-6330L .desc-02 .video-wrapper {
    display: flex;
    margin: auto;
}
.CHP-6330L .desc-02 video, .CP-6330L .desc-02 video {
    width: 100%;
}
.CHP-6330L .desc-02 .video-container, .CP-6330L .desc-02 .video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}
.CHP-6330L .desc-02 .video-container iframe, .CP-6330L .desc-02 .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.CHP-6330L .desc-03, .CP-6330L .desc-03 {
    background-color: #f5f5f7;
    background-size: 100%;
}
.CHP-6330L .desc-03 .prod-text-title, .CP-6330L .desc-03 .prod-text-title {
    margin-top: 50px;
}
.CHP-6330L .desc-03 .prod-img, .CP-6330L .desc-03 .prod-img {
    margin: 50px auto;
}
.CHP-6330L .desc-03 .detail-cont, .CP-6330L .desc-03 .detail-cont {
    min-height: 600px;
    display: flex;
    align-items: center;
}
.CHP-6330L .desc-03 .detail-box, .CP-6330L .desc-03 .detail-box {
    text-align: center;
    padding: 5px;
}
.CHP-6330L .desc-03 .detail-box .detail-title, .CP-6330L .desc-03 .detail-box .detail-title {
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
    background-color: #4d87ae;
    color: #fff;
    padding: 10px;
    font-size: 16px;
}
.CHP-6330L .desc-03 .detail-box .detail-text, .CP-6330L .desc-03 .detail-box .detail-text {
    -webkit-border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    border-radius: 0px 0px 8px 8px;
    -webkit-box-shadow: -5px 5px 30px -5px rgba(0, 0, 0, 0.2);
    box-shadow: -5px 5px 30px -5px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    padding: 10px;
    min-height: 90px;
    line-height: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.CHP-6330L .desc-04, .CP-6330L .desc-04 {
    background-image: url(/image/catalog/product-detail/CHP-6330L/detail004.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}
.CHP-6330L .desc-05, .CP-6330L .desc-05 {
    background-image: url(/image/catalog/product-detail/CHP-6330L/detail005.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}
.CHP-6330L .desc-06, .CP-6330L .desc-06 {
    background-image: url(/image/catalog/product-detail/CHP-6330L/detail006.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}
.CHP-6330L .desc-06 .hd, .CP-6330L .desc-06 .hd {
    margin-top: 60px;
}
.CHP-6330L .desc-07, .CP-6330L .desc-07 {
    background-image: url(/image/catalog/product-detail/CHP-6330L/detail007.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}
.CHP-6330L .desc-item, .CP-6330L .desc-item {
    background-color: #fff;
}
.CHP-6330L .desc-item.alt-bg, .CP-6330L .desc-item.alt-bg {
    background-color: #f5f5f7;
}

.CP-6330L .desc-01 .hd, .CP-6330L .desc-01 .subhd, .CP-6330L .desc-01 .model-no {
    color: #1b2529;
}
.CP-6330L .desc-01 .desc-item-top {
    background-image: url(/image/catalog/product-detail/CP-6330L/detail001.png);
    background-repeat: no-repeat;
    background-position: center top;
}
.CP-6330L .desc-01 .item-desc:first-child {
    border-right: 1px solid #ccc;
}
.CP-6330L .desc-04 {
    background-image: url("/image/catalog/product-detail/CP-6330L/detail004.png");
}
.CP-6330L .desc-05 {
    background-image: url("/image/catalog/product-detail/CP-6330L/detail005.png");
    background-color: #fff;
}
.CP-6330L .desc-06 {
    background-image: url("/image/catalog/product-detail/CP-6330L/detail006.png");
    background-color: #f5f5f7;
}
.CP-6330L .desc-07 {
    background-image: url("/image/catalog/product-detail/CP-6330L/detail007.png");
    background-color: #fff;
}

.CHP-6330L.eng .desc-04, .CP-6330L.eng .desc-04 {
    background-image: url(/image/catalog/product-detail/CHP-6330L/detail004-en.png);
}

.CHP-6330L.chn .desc-04, .CP-6330L.chn .desc-04 {
    background-image: url(/image/catalog/product-detail/CHP-6330L/detail004-cn.png);
}

@media (max-width: 768px) {
    .CHP-6330L .hd, .CP-6330L .hd {
        font-size: 20px;
    }
    .CHP-6330L .footnote, .CP-6330L .footnote {
        padding: 15px 20px;
    }
    .CHP-6330L .footnote p, .CP-6330L .footnote p {
        text-align: left !important;
    }
    .CHP-6330L .desc-01 .desc-item-top, .CP-6330L .desc-01 .desc-item-top {
        background-image: url(/image/catalog/product-detail/CHP-6330L/m-detail001.png);
        background-repeat: no-repeat;
        background-position: center top;
        height: 600px;
    }
    .CHP-6330L .desc-01 .desc-item-top .hd, .CP-6330L .desc-01 .desc-item-top .hd {
        font-size: 46px;
        line-height: 1em;
    }
    .CHP-6330L .desc-01 .desc-item-top .subhd, .CP-6330L .desc-01 .desc-item-top .subhd {
        letter-spacing: 0;
    }
    .CHP-6330L .desc-01 .desc-item-top .upper-box, .CHP-6330L .desc-01 .desc-item-top .bottom-box, .CP-6330L .desc-01 .desc-item-top .upper-box, .CP-6330L .desc-01 .desc-item-top .bottom-box {
        height: 300px;
    }
    .CHP-6330L .desc-01 .desc-item-bottom .item-desc-mid, .CP-6330L .desc-01 .desc-item-bottom .item-desc-mid {
        border: none;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 25px 0;
    }
    .CHP-6330L .desc-03 .prod-img, .CP-6330L .desc-03 .prod-img {
        margin-bottom: 0;
    }
    .CHP-6330L .desc-04, .CP-6330L .desc-04 {
        background-image: url("/image/catalog/product-detail/CHP-6330L/m-detail004.png");
        background-position: center bottom;
        background-size: 100%;
    }
    .CHP-6330L .desc-04 .prod-img, .CP-6330L .desc-04 .prod-img {
        height: 200px;
        padding: 0 !important;
    }
    .CHP-6330L .desc-05, .CP-6330L .desc-05 {
        background-image: url(/image/catalog/product-detail/CHP-6330L/m-detail005.png);
    }
    .CHP-6330L .desc-05 .hd, .CP-6330L .desc-05 .hd {
        margin: 0 0 30px;
    }
    .CHP-6330L .desc-05 .inner-desc, .CP-6330L .desc-05 .inner-desc {
        height: 550px;
        background-size: 90%;
        background-position: top center;
    }
    .CHP-6330L .desc-05 .inner-desc .hd, .CP-6330L .desc-05 .inner-desc .hd {
        padding-top: 35px;
    }
    .CHP-6330L .desc-05 .inner-desc .subhd, .CP-6330L .desc-05 .inner-desc .subhd {
        font-size: 14px;
    }
    .CHP-6330L .desc-06, .CP-6330L .desc-06 {
        background-image: url(/image/catalog/product-detail/CHP-6330L/m-detail006.png);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: 100%;
    }
    .CHP-6330L .desc-07, .CP-6330L .desc-07 {
        background-image: url(/image/catalog/product-detail/CHP-6330L/m-detail007.png);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: 100%;
    }
    .CHP-6330L .desc-07 .item-right, .CP-6330L .desc-07 .item-right {
        padding: 7%;
    }

    .CP-6330L .desc-01 .desc-item-top {
        background-image: url(/image/catalog/product-detail/CP-6330L/m-detail001.png);
        background-repeat: no-repeat;
        background-position: center top;
    }
    .CP-6330L .desc-01 .item-desc {
        margin: auto;
        padding: 30px;
    }
    .CP-6330L .desc-01 .item-desc:first-child {
        border: none;
        border-bottom: 1px solid #ccc;
    }
    .CP-6330L .desc-04 {
        background-image: url("/image/catalog/product-detail/CP-6330L/m-detail004.png");
    }
    .CP-6330L .desc-05 {
        background-image: url("/image/catalog/product-detail/CP-6330L/m-detail005.png");
        background-color: #fff;
    }
    .CP-6330L .desc-06 {
        background-image: url("/image/catalog/product-detail/CP-6330L/m-detail006.png");
        background-color: #f5f5f7;
    }
    .CP-6330L .desc-07 {
        background-image: url("/image/catalog/product-detail/CP-6330L/m-detail007.png");
        background-color: #fff;
    }

    .CHP-6330L.eng .desc-04, .CP-6330L.eng .desc-04 {
        background-image: url(/image/catalog/product-detail/CHP-6330L/m-detail004-en.png);
    }

    .CHP-6330L.chn .desc-04, .CP-6330L.chn .desc-04 {
        background-image: url(/image/catalog/product-detail/CHP-6330L/m-detail004-cn.png);
    }
}
@media (min-width: 768px) and (max-width: 1400px) {
    .video-wrapper {
        width: 100%;
    }
}
@media (min-width: 1900px) {
    .video-wrapper {
        width: 1900px;
    }
}
/* CONTACT US */
.contact-info {
    display: none;
}

.locations {
    padding: 50px 0;
}

.call-center-title {
    text-align: center;
    margin: 50px 0;
}
.call-center-title h2 {
    font-size: 40px;
    margin: 0 0 10px 0;
}

.call-center-box {
    margin-bottom: 50px;
    flex-direction: column;
    background-color: #e6f4fc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
.call-center-box .call-centers {
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    background-color: #fff;
    padding: 0;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
}
.call-center-box .call-centers .call-center {
    text-align: center;
}
.call-center-box .call-centers .call-center .center-name {
    color: #878787;
    font-size: 30px;
    margin: 0;
}
.call-center-box .call-centers .call-center .phone-number {
    margin: 10px 0 0 0;
}
.call-center-box .call-centers .call-center .phone-number a {
    color: #388dd3;
    font-weight: bold;
    font-size: 40px;
    text-decoration: none;
}
.call-center-box .call-centers .ico-call {
    text-align: center;
    background-image: url("https://coway-usa.com/catalog/view/theme/coway/image/ico-call.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 15%;
    height: 200px;
}
.call-center-box .loc-hours {
    display: inline-block;
    margin: auto;
    background-color: #e6f4fc;
    line-height: 2em;
    padding: 20px 0;
}
.call-center-box .loc-hours .loc-hours-row {
    display: flex;
    margin: 5px 0;
}
.call-center-box .loc-hours .loc-hours-row .m {
    display: none;
}
.call-center-box .loc-hours .loc-hours-row h5 {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    background-color: #fff;
    margin: 0 10px 0 0;
    padding: 0;
    min-width: 160px;
    line-height: 2em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .call-center-title h2 {
        font-size: 30px;
    }

    .call-center-box {
        margin: 0 15px;
    }
    .call-center-box .call-centers {
        flex-direction: column;
        padding: 40px 0;
    }
    .call-center-box .call-centers .ico-call {
        width: 100%;
        padding: 15px 0;
    }
    .call-center-box .call-centers .call-center .center-name {
        font-size: 24px;
    }
    .call-center-box .call-centers .call-center .phone-number a {
        font-size: 32px;
    }
    .call-center-box .loc-hours {
        padding: 10px 20px;
        text-align: center;
        line-height: 1.5em;
    }
    .call-center-box .loc-hours .loc-hours-row {
        flex-direction: column;
        margin: 20px 0;
    }
    .call-center-box .loc-hours .loc-hours-row h5 {
        margin-bottom: 10px;
    }
    .call-center-box .loc-hours .loc-hours-row .m {
        display: block;
    }
}
