.heading, .accordian h3, .accordian h3::after, .graphic-item__img img, .toolKit .graphic-item-row__img img {
	-webkit-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
}

.wrapper {
	width: 980px;
	margin: auto;
	padding: 15px 0;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.a-cover {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 8;
}

.heading {
	font-weight: 500;
	letter-spacing: -0.01rem;
}

.heading--2l {
	font-size: 48px;
	font-size: 3rem;
	line-height: 5.438rem;
}

.heading--lg {
	font-size: 32px;
	font-size: 2rem;
	line-height: 3.625rem;
}

.heading--md {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 2.75rem;
}

.heading--sm {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 2.25rem;
}

.heading--ss {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.813rem;
}

.heading--center {
	text-align: center;
}

.heading--mb {
	margin-bottom: 40px;
}

.heading--underline {
	padding-bottom: 20px;
	border-bottom: 1px #999 solid;
}

/*=================== sectionBlock ===================*/
.sectionBlock {
	width: 90%;
	padding: 0 0 30px;
	margin: 0 auto 30px;
	border-bottom: 1px #999 solid;
}

.sectionBlock--last {
	margin-bottom: 0 !important;
	border-bottom: none;
}

.sectionBlock > .heading {
	font-weight: 700;
}

.sectionDiv {
	margin-bottom: 40px;
}

.sectionDiv a {
	color: #169BD5;
	text-decoration: underline;
}

.sectionDiv--last {
	margin-bottom: 0;
}

.sectionDiv--sm {
	margin-bottom: 20px;
}

.sectionDiv--md {
	margin-bottom: 60px;
}

.sectionDiv .heading {
	margin-bottom: 10px;
	font-weight: 700;
}

.accordian {
	margin-bottom: 50px;
}

.accordian h3 {
	padding: 15px 30px;
	background: #f2f2f2;
	border-top: 1px #d7d7d7 solid;
	position: relative;
	cursor: pointer;
	font-weight: 700;
}

.accordian h3::after {
	position: absolute;
	right: 20px;
	top: calc(50% - 15px);
	content: "\e911";
	font-family: 'icomoon';
	font-size: 24px;
}

.accordian__content {
	padding: 15px 0;
}

/*=================== blog ===================*/
.blog--detail .titleBox {
	padding: 0 15px 15px;
	margin-bottom: 15px;
	border-bottom: 1px #d7d7d7 solid;
}

.blog--detail .titleBox .date {
	width: 140px;
}

.blog--detail .titleBox .type {
	width: calc(100% - 140px);
}

.blog--detail .heading--detail {
	text-align: center;
	margin: 30px 0 20px;
}

.blog--detail .edit {
	padding: 30px 60px 0;
	margin-bottom: 30px;
}

.blog--detail .edit a {
	color: #169BD5;
	text-decoration: underline;
}

.blog--detail .edit a.btn {
	text-decoration: none;
	color: #000;
	width: auto;
	padding: 15px 20px;
}

.blog--detail .tag {
	padding: 0 60px;
}

.blog--detail .tag::before {
	font-family: 'icomoon';
	content: "\e926";
	margin-right: 7px;
	color: #555;
	font-size: 22px;
	vertical-align: middle;
}

.blog--detail .tag a {
	color: #999;
	margin-right: 10px;
}

.blog--detail .tag a::after {
	content: ",";
	margin-left: 5px;
}

.blog--detail .btnbox {
	padding-bottom: 0;
}

.blog .blog-related .heading {
	width: 100%;
}

.product-qa .accordianBox {
	max-width: 1024px;
	margin: 0 auto 40px;
}

.product-qa .accordianBox .accordian {
	margin-bottom: 0;
}

.product-qa .accordianBox .accordian h3 {
	background: none;
}

.product-qa .accordianBox .accordian__inner {
	padding: 0 30px;
}

.product-qa .accordianBox .accordian__inner .a-btn {
	display: block;
	margin-top: 20px;
}

.product-qa .accordianBox .accordian__content {
	padding-top: 0;
}

.product-qa .accordianBox .accordian:last-child {
	border-bottom: 1px #d7d7d7 solid;
}

/*=================== Product ===================*/
.graphic-item {
	position: relative;
}

.graphic-item__img {
	margin-bottom: 5px;
	border: 1px #eee solid;
	overflow: hidden;
	position: relative;
}

.graphic-item__img img {
	width: 100%;
	height: auto;
	display: block;
}

.graphic-item__img .small-icon {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 7px 10px;
	text-align: right;
	z-index: 1;
}

.graphic-item__img .small-icon li {
	display: inline-block;
	margin-left: 5px;
}

.graphic-item__img .small-icon li img {
	display: block;
}

.graphic-item__img .new-label {
	position: absolute;
	left: 10px;
	top: 10px;
	padding: 2px 5px;
	background: #a30014;
	color: #fff;
	font-size: 14px;
	font-family: "Georgia", "Times", "Times New Roman", serif;
	z-index: 1;
}

.graphic-item__title {
	font-weight: 700;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.graphic-item__spe-icon {
	margin-top: 10px;
}

.graphic-item__spe-icon li {
	display: inline-block;
	margin-right: 7px;
	padding: 2px 5px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.07rem;
	font-family: "Georgia", "Times", "Times New Roman", serif;
	background: #7f7f7f;
	border-radius: 3px;
}

.graphic-item-row__img {
	width: calc(8px + ((100% - 24px) / 12 * 5));
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 2px;
	position: relative;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.graphic-item-row__img img {
	max-width: 100%;
	height: auto;
}

.graphic-item-row__info {
	width: calc(12px + ((100% - 24px) / 12 * 7));
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 2px;
	padding-left: 50px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.graphic-item-row__info .heading, .graphic-item-row__info .subtitle, .graphic-item-row__info p {
	margin-bottom: 20px;
}

.graphic-item-row__info > .heading {
	font-weight: 700;
}

.graphic-item-row__info .subtitle {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 2.063rem;
}

.graphic-item-row__info p {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.basic {
	padding-top: 0;
}

.basic__img, .basic__info {
	width: 50%;
}

.basic__img {
	padding: 0 60px 0 0;
}

.basic__img .product-img, .basic__img .product-sm-img {
	width: 100%;
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.basic__img .product-img img, .basic__img .product-sm-img img {
	max-width: 90%;
	max-height: 90%;
	width: auto;
	height: auto;
}

.basic__img .product-img {
	border: 1px #eee solid;
	overflow: hidden;
	position: relative;
}

.basic__img .product-sm-img {
	height: 6.5vw;
	padding: 5px;
	cursor: pointer;
}

.basic__img .slider-for {
	width: 100%;
	overflow: hidden;
}

.basic__img .slider-nav {
	height: 123px;
	overflow: hidden;
}

.basic__img .slick-slider .slick-arrow {
	position: absolute;
	top: 10px;
	width: 40px;
	height: calc(100% - 20px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 24px;
	cursor: pointer;
	z-index: 1;
}

.basic__img .slick-slider .slick-arrow::before {
	font-family: 'icomoon';
}

.basic__img .slick-slider .prev {
	left: 0;
}

.basic__img .slick-slider .prev::before {
	content: "\f104";
}

.basic__img .slick-slider .next {
	right: 0;
}

.basic__img .slick-slider .next::before {
	content: "\f105";
}

.basic__info .share {
	text-align: right;
	margin-bottom: 40px;
}

.basic__info h2 {
	margin-bottom: 10px;
	font-weight: 700;
}

.basic__info .iconBox .small-icon, .basic__info .iconBox .spe-icon {
	display: inline-block;
	vertical-align: middle;
}

.basic__info .iconBox .small-icon li, .basic__info .iconBox .spe-icon li {
	margin-right: 6px;
	display: inline-block;
}

.basic__info .iconBox .spe-icon {
	margin-left: 10px;
}

.basic__info .iconBox .spe-icon li {
	padding: 2px 5px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.07rem;
	font-family: "Georgia", "Times", "Times New Roman", serif;
	background: #7f7f7f;
	border-radius: 3px;
}

.basic__info .edit--text {
	margin: 30px 0 50px;
}

.basic__info .specification__div {
	margin-bottom: 10px;
}

.basic__info .specification__div .heading {
	font-weight: 700;
}

.basic__info .specification__div a {
	color: #169BD5;
	margin-left: 15px;
}

.basic__info .btnbox {
	text-align: left;
}

.basic__info .btnbox .btn {
	width: 360px;
	margin: 0;
}

.basic__info .related span, .basic__info .related a {
	display: block;
}

.basic__info .related a {
	padding: 10px 0;
	color: #169BD5;
}

.fancybox-content {
	text-align: center !important;
}

.fancybox-content iframe {
	max-width: 100%;
}

.chart-table table {
	width: 100%;
	border: 1px #eee solid;
	border-width: 1px 0 0 1px;
}

.chart-table table th, .chart-table table td {
	padding: 7px 12px;
	border: 1px #d7d7d7 solid;
	border-width: 0 1px 1px 0;
	text-align: center;
}

.chart-table table th.itemNo, .chart-table table td.itemNo {
	text-align: left;
}

.chart-table table th {
	background-color: #333;
	color: #fff;
}

.chart-table table th .chart-icon {
	margin-top: 5px;
}

.chart-table table th .chart-icon img {
	display: block;
	margin: auto;
}

.specSize__img {
	width: 100%;
	padding: 20px 30px 0;
}

.specSize__img img {
	width: 100%;
	height: auto;
}

.specSize__img .product-img2, .specSize__img .product-sm-img2 {
	width: 100%;
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.specSize__img .product-img2 img, .specSize__img .product-sm-img2 img {
	max-width: 90%;
	max-height: 90%;
	width: auto;
	height: auto;
}

.specSize__img .product-sm-img2 {
	height: 4vw;
	padding: 5px;
	cursor: pointer;
}

.specSize__img .slider-nav2 {
	display: none;
}

.specSize__img .slick-slider .slick-arrow {
	position: absolute;
	top: 0;
	width: 30px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 24px;
	cursor: pointer;
	z-index: 1;
}

.specSize__img .slick-slider .slick-arrow::before {
	font-family: 'icomoon';
}

.specSize__img .slick-slider .prev {
	left: 0;
}

.specSize__img .slick-slider .prev::before {
	content: "\f104";
}

.specSize__img .slick-slider .next {
	right: 0;
}

.specSize__img .slick-slider .next::before {
	content: "\f105";
}

.specSize__chart {
	width: 100%;
	margin-top: 15px;
}

.processBox .graphic-item {
	width: calc(((100% - 240px) / 4 * 1));
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 60px;
	margin-bottom: 0;
}

.processBox .graphic-item__img img {
	width: auto;
	max-width: 100%;
}

.processBox .graphic-item__title {
	text-align: center;
	font-weight: 600;
	margin-bottom: 10px;
}

.toolKit .graphic-item-row {
	width: calc(((100% - 60px) / 3 * 1));
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	position: relative;
}

.toolKit .graphic-item-row__img {
	overflow: hidden;
}

.toolKit .graphic-item-row__info {
	padding-left: 15px;
}
