@charset "utf-8";

/* 타이밍벨트 클래식 */
.main-contents {
	max-width: 1280px;
	margin: 0 auto;
	padding: 5px;
}

.main-h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 45px 10px;
}

.main-h3 h3 {
	font-size: 28px;
	margin-right: 70px;
	letter-spacing: 1.5px;
}

.btn-pdf {
	border: 1px solid #131b6f;
	padding: 6px 20px;
	border-radius: 50px;
	font-size: 18px;
	color: #131b6f;
	white-space: nowrap;
	background-color: #fff;
}

.btn-pdf:hover {
	background-color: #131b6f;
}

.btn-pdf:hover a {
	color: #fff
}

/* 특징 설명 */
.txt-wrap h4 {
	font-size: 22px;
	display: inline-block;
	color: #131b6f;
	position: relative;
	padding-left: 10px;
	font-weight: 400;
	margin: 12px 0 0;
}

.txt-wrap h4::before {
	position: absolute;
	left: -1px;
	top: 25%;
	content: '';
	display: block;
	width: 5px;
	height: 64%;
	background-color: #131b6f;
}

.contents01 {
	display: flex;
	justify-content: space-between;
}

.img-wrap {
	border: 1px solid #bbbbbb;
	width: calc(100% - 590px);
	position: relative;
	overflow: hidden;
}

.img-wrap img {
	width: 100%;
	padding: 5px;
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
}

.txt-wrap dt {
	font-size: 18px;
	margin: 15px 0 7px;
	font-weight: bold;
}

.txt-wrap dd {
	font-size: 15px;
	line-height: 1.5;
	margin: 10px 0;
}

.txt-list li {
	font-size: 14px;
	list-style: inside;
	color: #333;
	font-weight: 300;
	line-height: 1.7;
}

.table-st {
	margin-top: 15px;
}

.table-st caption {
	height: 0;
	display: block;
	overflow: hidden;
}

.table-st table {
	border-collapse: collapse;
	width: 100%;
}

.table-st th {
	text-align: center;
	color: #111;
	font-size: 14px;
	height: 55px;
	border-bottom: 1px solid #ddd;
	background: #efefef;
}

.table-st tr {
	border-bottom: 1px solid #ddd;
	height: 55px;
}

.table-st td {
	text-align: center;
	color: #666;
	font-size: 13px;
	height: 55px;
}

.table-st p {
	font-size: 14px;
	font-weight: 300;
	margin: 10px;
}

.bg-tb {
	background-color: pink;
}

/* 구조 contents03 */
.img03-wrap {
	text-align: center;
	padding: 15px 10px;
}

.img03-wrap img {
	width: 1092px;
	max-width: 100%;
}

.margin {
	margin: 50px 0;
}

/* 사이즈표 contents04 */
.img04-size {
	display: flex;
	justify-content: space-around;
}

.img04-size img {
	max-width: 100%;
}

.img04-wrap p {
	font-size: 14px;
	font-weight: 300;
	margin: 10px;
}

.img04-wrap {
	/* text-align: center; */
	padding: 20px 10px;
}

.main-nav li.on a {
	background-color: #131b6f;
	color: #fff;
	border-radius: 22px;
}

/* stpd 설정 */

.stpd .txt-wrap p {
	font-size: 17px;
	line-height: 1.5;
	padding: 25px 0;
}

.stpd .img04-size {
	display: block;
}

/* mts 구조 설정 */
.mts .img03-wrap {
	display: flex;
}

.mts .img04-size {
	display: block;
}

/* htd 설정 */
.htd .img-wrap {
	height: 360px;
}

.htd .txt-wrap {
	padding-left: 25px;
}

/* pcgt 설정 */
.padding15 {
	padding: 15px 0;
}

/* sprint 설정 */
.sprint-st {
	display: flex;
	flex: 1;
	justify-content: space-around;
}

.sprint-st img {
	width: 100%;
}

.sprint-st>div {
	border: 1px solid #bbbbbb;
	padding: 15px;
	margin: 10px;
}

.sprint-st strong {
	text-align: center;
	display: block;
	padding-bottom: 10px;
}

/* conveyor 설정 */
.dl-st dl {
	padding: 15px;
	border: 1px solid #bbbbbb;
	margin: 15px 10px;
}

/* open 설정 */
.open .img-wrap img {
	height: 100%;
	width: auto;
	top: 0;
}

/* v06 설정 (Conventional) */
.img660 .img03-wrap img {
	width: 660px;
	margin: 10px auto;
}

.v06-img {
	display: block;
}

.v06-img-m {
	display: none;
}

/* etc 설정 */
.img-wrap300 img {
	width: 300px;
	max-width: 100%;
	margin: 10px auto;
}

.img-wrap-etc img {
	width: 766px;
	max-width: 100%;
	margin: 10px auto;
	display: block;
}

/* v-pulley 설정 */
.v-pulley {
	display: flex;
	justify-content: space-evenly;
}

.v-pulley-list {
	background-color: #efefef;
	padding: 15px;
	margin: 20px;
	text-align: center;
}

.v-pulley-list h4 {
	font-size: 18px;
	padding: 20px;
	width: 160px;
}

.v-pulley-list h4 span {
	font-size: 14px;
	display: block;
	font-weight: 200;
}

.main-h3.v-pulley h3 {
	margin-right: 0;
}

.v-pulley-list .btn-pdf {
	font-size: 16px;
	display: inline-block;
}

@media screen and (min-width:1159px) {

	/* gt 설정 */
	.gt .img-wrap {
		width: 40%;
	}

	.gt .txt-wrap {
		width: 60%;
		padding-left: 15px;
	}
}

@media screen and (max-width:1160px) {
	.contents01 {
		text-align: center;
		flex-direction: column;
	}

	.img-wrap {
		width: 95% !important;
		max-width: 700px;
		height: 320px;
		margin: 0 auto 15px;
	}

	.txt-wrap {
		width: 700px;
		text-align: left;
		margin: auto;
	}

	/* mts 구조 설정 */
	.mts .img03-wrap {
		flex-direction: column;
	}

	.mts .img03-wrap li {
		padding: 20px
	}

	.htd .txt-wrap {
		padding-left: 25px;
	}
}

@media screen and (max-width:812px) {
	.timing01-nav ul {
		flex-wrap: wrap;
		height: auto;
	}

	.timing01-nav li {
		width: auto;
		margin: 0;
		text-align: center;
		white-space: nowrap;
	}

	.timing01-nav li {
		font-size: 14px;
	}

	.main-h3 h3 {
		font-size: 17px;
		margin-right: 17px;
	}

	.main-h3 span {
		padding: 3px 6px;
		border-radius: 30px;
		font-size: 12px;
	}

	.img-wrap {
		height: 280px;
	}

	.table-st {
		max-width: 700px;
		overflow: hidden;
		overflow-x: scroll;
	}

	.table-st table {
		width: 800px;
		margin-bottom: 20px;
		border: 1px solid #ddd;
	}

	.txt-wrap h4 {
		font-size: 19px;
		margin: 15px 0;
	}

	.txt-wrap dt {
		font-size: 16px;
		margin: 8px 0 5px;
	}

	.txt-wrap dd {
		font-size: 14px;
		line-height: 1.5;
		margin: 7px 0;
	}

	.txt-list li {
		font-size: 12px;
	}

	.img04-size {
		flex-direction: column;
	}

	.img04-size .size-wrap {
		padding: 15px 0;
	}

	.img04-wrap p {
		font-size: 12px;
	}

	.margin {
		margin: 20px 0;
	}

	.stpd .txt-wrap p {
		font-size: 15px;
	}

	.v06-img {
		display: none;
	}

	.v06-img-m {
		display: block;
	}
}

@media screen and (max-width:700px) {
	.txt-wrap {
		width: 100%;
	}

	.sprint-st {
		flex-direction: column;
	}

	.img-wrap-etc img {
		width: 100%;
	}

	.v-pulley {
		flex-direction: column;
		align-items: center;
	}
}