/* visual
======================================================================*/
div#visual .carousel-caption {
	left:0;
	top:100%;
	bottom:unset;
	width:100%;
	padding:10px;
	background-color:#000000;
	font-size:12px;
}

div#visual .carousel-caption p {
	margin:0;
	line-height:18px;
}


/* Top Description
======================================================================*/
div.top_desc {
	margin:0 auto 50px 0;
	padding:10px 10px 20px 10px;
	background-color:#EFEFEF;
}

div.top_desc p {
	max-width:768px;
	margin:10px auto;
	text-align:center;
	font-size:20px;
}

div.top_desc p time {
	display:block;
	margin-left:10px;
	white-space:nowrap;
	line-height:22px;
	font-size:14px;
}

div.top_desc ul {
	max-width:600px;
	margin:0 auto;
}

div.top_desc ul li {
	margin:7px 0;
	font-size:16px;
	line-height:23px;
}


/* Certification
======================================================================*/
div.certification h3 {
	margin:10px 0;
	text-align:center;
	line-height:30px;
	font-size:24px;
}

div.certification li {
	margin:15px 0;
}

div.certification img {
	margin-bottom: 10px;
}


/* Providing fastest production turnaround solution
======================================================================*/
h3.pfpts_subject {
	margin-bottom:30px;
	text-align:center;
	line-height:30px;
	font-size:24px;
}

table.pfpts {
	margin-bottom:60px;
}

table.pfpts th {
	padding-bottom:10px;
	vertical-align:top;
	border-bottom:1px solid #CECECE;
	text-align:center;
	line-height:20px;
	font-weight:normal;
}

table.pfpts th:nth-of-type(1),
table.pfpts th:nth-of-type(3) {
	text-align:left;
}

table.pfpts td {
	padding:15px 0 5px 0;
	border-bottom:1px solid #CECECE;
	font-size:20px;
}

table.pfpts td:nth-of-type(2) {
	text-align:center;
}


/* 100% HDI-SBU In-house Process
======================================================================*/
h3.hdi_sub_subject {
	margin-bottom:30px;
	text-align:center;
	line-height:30px;
	font-size:24px;
}

div#hdi_sub ul {
	padding:0;
	margin:0 auto 50px auto;
}

div#hdi_sub li {
	margin:10px;
	list-style:none;
	clear:both;
}

div#hdi_sub li img {
	display:inline;
	cursor:pointer;
}

div#hdi_sub li p {
	display:inline-block;
	margin-left:10px;
	width:calc(100% - 70px);
	vertical-align:top;
	line-height:26px;
	font-size:18px;
}


/* RWD
======================================================================*/
@media screen and (max-width: 768px) {
	/* Providing fastest production turnaround solution
	==================================================================*/
	h3.pfpts_subject {
		margin-bottom:20px;
	}


	/* 100% HDI-SBU In-house Process
	==================================================================*/
	h3.hdi_sub_subject {
		margin-bottom:20px;
	}
}

@media screen and (max-width: 425px) {
	/* Providing fastest production turnaround solution
	==================================================================*/
	h3.pfpts_subject {
		font-size:20px;
		line-height:28px;
	}

	table.pfpts th {
		font-size:15px;
	}

	table.pfpts td {
		font-size:18px;
	}


	/* 100% HDI-SBU In-house Process
	==================================================================*/
	h3.hdi_sub_subject {
		font-size:20px;
		line-height:28px;
	}
}

@media screen and (max-width: 375px) {
	/* Providing fastest production turnaround solution
	==================================================================*/
	table.pfpts th {
		font-size:12px;
	}

	table.pfpts td {
		font-size:16px;
	}
}
