.head {
	font-size: 26px;
	line-height: 26px;
	padding: 10px 0 20px 0;
	text-align: center;
}

.square-box_wrapper {
	position: relative;
	width: 33.3%;
	margin: 0 auto;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
	padding-left: 6px;
	padding-right: 6px;
}

.nav-collapse {
	margin-top: -2px;
}


.equipment_container {
	width: 66%;
	margin: 30px auto 50px auto;
}

.slick_prev {
	position: absolute;
	left: 30px;
	top: 40%;
	width: 36px;
}

.slick_next {
	position: absolute;
	right: 30px;
	top: 40%;
	width: 36px;
}

#grading {
	padding-left: 5%;
	padding-right: 5%;
}

#grading .text {
	width: 32%;
	float: left;
}

#grading .gap {
	margin-left: 2%;
	margin-right: 2%;
}

ul.responsive_tab_navigation li {
	padding: 4px;
}

.responsive_tab_navigation a {
	padding: 10px 15px;
}

.row2 {
	margin-bottom: 30px;
}

.title {
	font-size: 25px;
	line-height: 35px;
}

.description_heading {
	font-size: 22px;
	line-height: 45px;
}

.relative_product_heading {
	font-size: 24px;
	line-height: 54px;
}

.relative_product_name {
	font-size: 20px;
	line-height: 20px;
	padding-left: 20px;
}

#slick_prev_wrapper, #slick_next_wrapper {
	width: 5%;
	position: absolute;
	top: 40%;
}

#slick_prev {
	position: absolute;
	left: 0;
	width: 100%;
}

#slick_next {
	position: absolute;
	right: 0;
	width: 100%;
}

.button {
	padding: 10px 12px;
	font-size: 14px;
	line-height: 14px;
}

.key_text {
	width: 75%;
}

.key_icon {
	width: 20%;
}

.videoGap {
	margin-bottom: 138px;
}

.relative_key_text {
	width:75%;
}
.relative_key_icon {
	width:20%;
}

#tourProduct .text .two, #fitProduct .text .two {
	width: 12.5%;
}

#tourProduct .text .three, #fitProduct .text .three {
	width: 10%;
}

.preHead {
	padding: 20px 0 0 0;
	color: #00AFF0;
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	text-align: center;
}

.myFooter .smallHead {
	font-size: 18px;
	line-height: 18px;
}

.myFooter .bigHead {
	font-size: 24px;
	line-height: 24px;
}

.img .bigHead {
	position: absolute;
	left: 0;
	right: 0;
	top: 40px;
	color: #005b96;
	font-size: 26px;
	line-height: 26px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 2px;
}
.img .smallHead {
	position: absolute;
	left: 0;
	right: 0;
	top: 15px;
	color: #00AFF0;
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	text-align: center;
}

#grading .text .one {
	font-weight: 400;
	font-size: 15px;
	line-height: 1px;
	text-align: left;
	width: 100%;
	position: relative;
}

#grading .text .one span {
	position: absolute;
	bottom: 8px;
	left: 5px;
}

.keyVisual {
	width: 100%;
	display: block;
	background-image: url(../img/key_visual/key_visual_2.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
.keyVisual:after {
	padding-top: 53.3%;
	display: block;
	content: '';
}