/* Style for Content file header menu
 *  --------------------------------------- */
.sub_wrap  {
	background: #fafafa;
}
.sub_wrap #hd {
    /*background: #021f36;*/
    background: rgba(2, 31, 54, 1.0);
    box-shadow: 3px 3px 3px #aaa;
}
.sub_wrap #hd.active {
	background:  rgba(2, 31, 54, 0.0);
	box-shadow: 0 0 0;
}
.sub_wrap .content {
	padding-top: 60px;
}

.sub_wrap .section.st-1 {
	background: url('../img/sub/bg_section.png');
	background-size: cover;
	padding-top: 20px;
	padding-bottom: 80px;
	padding-left: 80px;
	padding-right: 80px;
}
.sub_wrap .section.st-2 { 
	background: #bccdce;
	padding-top: 20px;
	padding-bottom: 80px;
	padding-left: 80px;
	padding-right: 80px;
}
.sub_wrap .section.st-3 { 
	background: url('../img/sub/bg_section.png');
	background-size: contain;
	/*background: linear-gradient(310deg, rgba(102, 118, 131, 0.3), rgba(255,255,255, 0.9));*/
	padding-top: 20px;
	padding-bottom: 80px;
	padding-left: 80px;
	padding-right: 80px;
}
.sub_wrap .section.st-4 { 
	background: #f2f2f2;
	padding-top: 20px;
	padding-bottom: 80px;
	padding-left: 80px;
	padding-right: 80px;
}
.sub_wrap .section.st-5 { 
	/*background: url('../img/sub/bg_section.png');*/
	background-size: contain;
	background: linear-gradient(180deg, rgba(0,0,0, 0.9), rgba(88, 88, 88, 0.9));
	padding-top: 20px;
	padding-bottom: 80px;
	padding-left: 80px;
	padding-right: 80px;
}
.sub_wrap .section.st-6 { 
	background: #e7e8e9;
	padding-top: 20px;
	padding-bottom: 80px;
	padding-left: 80px;
	padding-right: 80px;
}
.sub_wrap .section * {
	text-align: center;
}
.sub_wrap .section h2 {
	font-family: 'Noto Sans KR';
	font-size: 2.5em;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-top: 80px;
}
.sub_wrap .section h3 {
	font-family: 'Noto Sans KR';
	font-size: 2.0em;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-top: 80px;
}
.sub_wrap .section p {
	font-size: 1.1em;
	padding: 10px 32px ;
	line-height: 1.8em;
	word-break: keep-all;
}
.sub_wrap .section p span {
	font-weight: 600;
}
.sub_wrap .section.st-5  h4 {
	color: #fafafa;
}
.sub_wrap .section.st-5  p {
	color: #fafafa;
}
.section-img-frame {
	margin-top: 40px;
	/*margin-bottom:40px;*/
}
.txt-shortcut-title {
	color: #336;
	font-weight: 600;
}
.txt-shortcut-desc{
	font-size: 1.0em !important;
}
/**
 *  2023-05-02
 *  by Leah
 */
.prod_link {
	font-weight: 600;
	color: #0079cc;
	text-decoration : underline;
}
.box_ok {
	background: #08c508;
	color: #fff;
	padding: 2px 4px;
}

@media only screen and (max-width: 1400px) {
	.sub_wrap .section.st-1,
	.sub_wrap .section.st-2,
	.sub_wrap .section.st-3,
	.sub_wrap .section.st-4,
	.sub_wrap .section.st-5,
	.sub_wrap .section.st-6 {
    	padding-left: 40px;
    	padding-right: 40px;
    }
	.shortcut-wrap > ul.cols-05 > li > img {
		width: 100px;
		height: auto;
	}
}
@media only screen and (max-width: 1000px) {
	.sub_wrap .section h2 {
		padding-top: 40px;
	}
	
	.vis-intro-img img {
		width: 100%;
	}

	.sub_wrap .section.st-1,
	.sub_wrap .section.st-2,
	.sub_wrap .section.st-3,
	.sub_wrap .section.st-4,
	.sub_wrap .section.st-5,
	.sub_wrap .section.st-6 {
    	padding-left: 40px;
    	padding-right: 40px;
    }
    .sub_wrap .section.st-4 {
    	padding-left: 40px;
    	padding-right: 40px;
    }
    .sub_wrap .section p {
		padding: 4px 4px;
	}
    .shortcut-wrap > ul.cols-05 > li {
    	width: 20%;
    }
    .shortcut-wrap > ul.cols-05 > li > img {
    	width: 100px;
		height: auto;
	}
	.txt-shortcut-desc {
		font-size: 0.9em !important;
	}
	.vis-intro-img img img {
		width: 100%;
	}
}
@media only screen and (max-width: 680px) {
	.vis-intro-img img {
		width: 100%;
	}

	.sub_wrap .section.st-1,
	.sub_wrap .section.st-2,
	.sub_wrap .section.st-3,
	.sub_wrap .section.st-4,
	.sub_wrap .section.st-5,
	.sub_wrap .section.st-6 {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media only screen and (max-width: 480px) {
	.section-img-frame img {
		width: 100%;
	}

	.sub_wrap .section.st-1,
	.sub_wrap .section.st-2,
	.sub_wrap .section.st-3,
	.sub_wrap .section.st-4,
	.sub_wrap .section.st-5,
	.sub_wrap .section.st-6 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.sub_wrap .section h2 {
		font-size: 2.0em;
	}
	.sub_wrap .section p {
		padding: 10px 10px;
	}
	.shortcut-wrap > ul.cols-05 > li {
    	width: 100%;
    }
	.shortcut-wrap > ul.cols-05 > li > img {
		width: 100px;
		height: auto;
	}
	.sub_wrap .section p {
		line-height: 1.3em;
		font-size: 1.0em;
	}
	.txt-shortcut-desc { 
		margin-bottom: 20px;
	}
}

/* 비전시스템 스타일
 *  --------------------------------------- */
.inspection-type {
	margin: 60px 40px 0 40px;
}
.vis-more-link {
	color: #fff;
	background: rgba(74, 180, 85, 1.0);
	padding: 8px 20px;
	border-radius: 20px;
	font-size: 0.8em;
}
.vision_section_title {
	margin-top: 50px;
	margin-bottom: 20px;
}
.vision_section_title h3 {
	font-family: 'Noto Sans';
	font-size: 2.0em;
	color: rgba(2, 31, 54, 1.0);
	font-weight: 700;
}
.expiration_exam_ul {
	margin-top: 40px;
	position: relative;
	overflow: hidden;
	display: block;
	text-align: center;	
}
.expiration_exam_ul li {
	float: left;
	/*display: inline-block;*/
	width: 24%;
}
.vision-section-wrap {
	margin-bottom: 80px;
}
.vision-section-wrap img { 
	max-width: 1000px;
	width:100%;
	height: auto;
}
.vision-section-img-box img {
	max-width: 450px;
}
.vision-section-desc-ul {
	position: relative;
	overflow: hidden;
	/*display: table;*/
	display: block;
	width: 100%;
}
.vision-section-desc-ul > li {
	/*display: table-cell;*/
	float: left;
	vertical-align: middle;
	width: 50%;
	/*border: 1px solid #ccc;*/
}
.vision-section-desc-ul.img-right > li {
	float: right;
}
.vision-section-txt-box * {
	vertical-align: middle;
}
.vision-section-desc-ul .vision-section-img-box {
	text-align: center !important;
	background: #efefef;
}
.vision-section-desc-ul.img-left .vision-section-txt-box * {
	padding: 0 20px 0 50px !important;
	text-align: left;
}
.vision-section-desc-ul.img-left .vision-section-txt-box h4 {
	font-size: 1.8em;
	font-weight: 700;
	margin-bottom: 20px;
}
.vision-section-desc-ul.img-right .vision-section-txt-box * {
	padding: 0 50px 0 20px !important;
	text-align: right;
}
.vision-section-desc-ul.img-right .vision-section-txt-box h4 {
	font-size: 1.8em;
	font-weight: 700;
	margin-bottom: 20px;
}

.vision-section-exam-box  > ul {
	position: relative;
	overflow: hidden;
	display: block;
	margin-top: 40px;
}
.vision-section-desc-ul.img-left .vision-section-exam-box  {
	margin: 20px 0 0 40px;
}
.vision-section-desc-ul.img-right .vision-section-exam-box  {
	margin: 20px 40px 0 0;
}
.vision-section-desc-ul.img-left .vision-section-exam-box > ul > li {
	float: left;
}
.vision-section-desc-ul.img-right .vision-section-exam-box > ul > li { 
	float: right;
}
.vision-section-exam-box.cols-04 > ul > li {
	width: 25%;
}
.vision-section-exam-box.cols-04 > ul > li  img {
	width: 100%;
	height: auto;
}
.vision-section-exam-box.cols-04 > ul > li > .section-exam-img-box {
	margin: 10px 10px;
}
.exam_item_img_box {
	margin: 0 10px;
}
.exam_item_img_box img {
	width: 100%;
	height: auto;
}
.m-intro-prcss-img-box {
	display: none;
}
@media only screen and (max-width: 1400px) {
	.inspection-type {
		margin: 40px 0 0 0;
	}
	.sub_wrap .section p {
		padding: 6px 20px;
		font-size: 1.0em;
	}
	.vis-more-link {
		padding: 6px 14px;
		font-size: 0.7em;
	}
	.intro-prcss-img-box img {
		width: 90%;
		height: auto;
	}
	.vision-section-wrap {
		margin-bottom: 50px;
	}
	.vision-section-desc-ul .vision-section-img-box img {
		width: 75%;
		height: auto;
	}
	.vision-section-exam-box > ul {
		margin-top: 0;
	}
	.vision-section-desc-ul.img-left .vision-section-txt-box h4 {
		margin-bottom: 10px;
	}
	.vision-section-desc-ul.img-left .vision-section-txt-box * {
		padding:0 0 0 30px !important;
	}
	.vision-section-desc-ul.img-left .vision-section-exam-box {
		margin: 0 0 0 20px;
	}
	.vision-section-desc-ul.img-right .vision-section-txt-box h4 {
		margin-bottom: 10px;
	}
	.vision-section-desc-ul.img-right .vision-section-txt-box * {
		padding:0 30px 0 0 !important;
	}
	.vision-section-desc-ul.img-right .vision-section-exam-box {
		margin: 0 20px 0 0;
	}
}
@media only screen and (max-width: 1000px) {
	.inspection-type {
		margin: 40px 0 0 0;
	}
	.vision-section-desc-ul .vision-section-img-box img {
		width: 90%;
		height: auto;
		padding: 40px 0;
	}
	.intro-prcss-img-box img { 
		width: 80%;
	}
}
@media only screen and (max-width: 860px) {
	.intro-prcss-img-box {
		display: none;
	}
	.m-intro-prcss-img-box {
		display: block;
	}
	.m-intro-prcss-img-box img {
		width: 50%;
		height: auto;
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 680px) {
	.vis-more-link {
		padding: 6px 14px;
		font-size: 0.7em;
	}
	.vision-section-desc-ul.img-left .vision-section-txt-box h4,
	.vision-section-desc-ul.img-right .vision-section-txt-box h4 {
		font-size: 1.4em;
	}
	.sub_wrap .section p {
		padding: 6px 0;
		line-height: 1.5em;
	}
	.vision-section-exam-box.cols-04 > ul > li > .section-exam-img-box {
		margin: 4px 4px;
	}
	.vision-section-desc-ul.img-left .vision-section-txt-box *,
	.vision-section-desc-ul.img-right .vision-section-txt-box * {
		font-size: 1.0em;
		line-height: 1.4em;
	}
	.expiration_exam_ul {
		margin-top: 10px;
	}
	.vision-section-exam-box.cols-04 > ul > li img {
		margin-top: 10px;
	}
	.shortcut-wrap > ul.cols-05 > li {
		width: 50%;
		/*display: table-row;*/
	}
	.m-intro-prcss-img-box img {
		width: 70%;
	}
}
@media only screen and (max-width: 480px) {
	.vis-more-link {
		padding: 4px 10px;
	}
	.vision-section-desc-ul > li {
		width: 100%;
		/*display: table-row;*/
	}
	.vision-section-desc-ul.img-left .vision-section-txt-box h4, 
	.vision-section-desc-ul.img-right .vision-section-txt-box h4 {
		margin-top: 10px;
	}
	.vision-section-desc-ul.img-left .vision-section-txt-box *,
	.vision-section-desc-ul.img-right .vision-section-txt-box * {
		padding: 0 !important;
		text-align: center;

	}
	.vision-section-desc-ul.img-left .vision-section-exam-box,
	.vision-section-desc-ul.img-right .vision-section-exam-box {
		margin: 0;
	}
	.vision-section-desc-ul .vision-section-img-box img {
		padding: 0;
	}
	.expiration_exam_ul li {
		width: 50%;
	}
	.vision-section-desc-ul.img-left .vision-section-exam-box > ul > li,
	.vision-section-desc-ul.img-right .vision-section-exam-box > ul > li {
		float: none;
		display: inline-block;
	}
	.m-intro-prcss-img-box img {
		width: 90%;
	}
}

/* 제품소개 스타일
 *  --------------------------------------- */
.prod-intro-list-container {
	margin-top: 80px;
}
.prod-intro-txt-box h4 {
	font-size: 3.5em;
	font-weight: 600;
	font-family: 'Noto Sans KR';
}
.prod-intro-txt-box p {
	color: #333;
	font-size: 1.6em !important;
	font-weight: 600;
}
.prod-intro-txt-box .btn-more {
	font-size: 1.0em;
	font-weight: 500;
	color: #fff;
	background: rgba(0, 121, 204, 1.0);
	padding: 8px 20px;
	border-radius: 20px;
}
.prod-intro-img-box {
	margin-top: 40px;
}
.product-detail-img-box {
	margin-top: 20px;
}
.product-detail-item-img-box img {
	width: 100%;
	height: auto;
}
.product-detail-exam-box  > ul {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0 auto;
	padding-top: 40px;
	max-width: 980px;
}
.product-detail-exam-box.cols-02 > ul > li { 
	display: inline-block;
	width: 33.333%;
}
.product-detail-exam-box.cols-03 > ul > li {
	float: left;
	width: 33.333%;
}
.product-detail-exam-box.cols-04 > ul > li  img {
	width: 100%;
	height: auto;
}
.prod-detail-spec-table {
	position: relative;
	overflow: hidden;
	display: table;
	width: 100%;
}
.prod-detail-spec-table .row {
	display: flex;
	flex-flow: wrap;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.prod-detail-spec-table .row > div p {
	padding: 0;
	text-align: left;
}
.prod-detail-spec-table .row > .cell > p {
	text-align: left;
	margin: 0;
}
.prod-detail-spec-table .row > .rowheader {
	width: 14%;
	font-size: 1.2em;
	font-weight: 600;
}
.prod-detail-spec-table .row > .cell {
	width: 42%;
}
.prod-detail-spec-table.st-2 .row > .cell {
	width: 28%;
}
.prod-detail-spec-table .row > .cells-2-span {
	flex: 2;
}
.prod-detail-spec-table .row > .cells-3-span {
	flex: 3;
}
.prod-detail-spec-table .row > .cell, 
.prod-detail-spec-table .row > .cells-2-span,
.prod-detail-spec-table .row > .cells-3-span,
.prod-detail-spec-table .row > .cell *, 
.prod-detail-spec-table .row > .cells-2-span *,
.prod-detail-spec-table .row > .cells-3-span *  {
	text-align: left !important;
}
.prod-detail-spec-table .row > .rowheader > *,
.prod-detail-spec-table .row > .cell > * , 
.prod-detail-spec-table .row > .cells-2-span > *,
.prod-detail-spec-table .row > .cells-3-span > * {
	padding: 8px 0 10px 0;
}
.prod-detail-spec-table .row > .cell > ul {
	padding-right: 16px;
}
.prod-detail-spec-frame {
	display: flex;
	flex-direction: row;
}
.prod-detail-spec-item > .row:last-child {
	border: 0;
}
.prod-detail-spec-frame .prod-detail-spec-item:first-child {
	width: 40%;
}
.prod-detail-spec-frame .prod-detail-spec-item {
	width: 30%;
}
.prod-detail-spec-frame.colum-1 .prod-detail-spec-item:first-child {
	width: 100%;
}
.prod-detail-spec-frame.colum-2 .prod-detail-spec-item:first-child {
	width: 57%;
}
.prod-detail-spec-frame.colum-2 .prod-detail-spec-item {
	width: 43%;
}
.prod-spec-ul > li {
	margin-bottom: 30px;
}
.prod-spec-ul > li:last-child {
	margin-bottom: 0;
}
.prod-detail-strong {
	color: rgba(231, 56, 13, 1.0);
	font-weight: 700;
}
.m-spec-title {
	display: none;
}
.prod-detail-spec-item * {
	text-align: left !important;
	word-break: keep-all;
}
.prod-detail-spec-item > .row {
	display: table;
	width: 100%;
	border-bottom: 1px solid #ccc;
	/*margin-bottom: 10px;*/
	padding-top: 6px;
	padding-bottom: 6px;
}
.prod-detail-spec-item > .row > .rowheader {
	display: table-cell;
	width: 25%;
	vertical-align: top;
}
.prod-detail-spec-item > .row > .rowheader > * {
	font-size: 1.0em;
	font-weight: 600;
	line-height: 1.0em;
	word-break: keep-all;
	margin-top: 5px !important;
}
.prod-detail-spec-item > .row > .cell {
	display: table-cell;
	vertical-align: top;
	padding-left: 6px;
	padding-right: 6px;
}
.prod-detail-spec-item > .row > .rowheader p,
.prod-detail-spec-item > .row > .cell p {
	margin: 0;
	padding: 0;
}
.prod-detail-spec-item:nth-child(2) > .row > .rowheader,
.prod-detail-spec-item:nth-child(3) > .row > .rowheader {
	display: none;
}
.basic-box-ul li {
	font-size: 0.9em;
}
.pc-spec-li div {
	font-size: 0.8em;
}
.prod-detail-spec-item .row:first-child {
	background: #ccc;
}
.product-detail-item-box {
	padding: 0 10px;
}
@media only screen and (max-width: 1400px) { 
	.product-detail-item-box {
		padding: 0 10px;
	}
	.img-iv-dimension-002 {
		width: 260px;
	}
	.spec-option-ul * {
		font-size: 0.95em;
	}
}
@media only screen and (max-width: 1000px) {
	.prod-intro-img-box img {
		width: 50%;
	}
	.img-im-demension {
		width: 280px;
	}
	.img-iv-dimension-002 {
		width: 95%;
	}
	.spec-option-ul * {
		font-size: 0.9em;
	}
}
@media only screen and (max-width: 680px) { 
	.product-detail-exam-box.cols-02 > ul > li {
		width: 80%;
	}
	.prod-intro-txt-box h4 {
		font-size: 2.5em;
	}
	.prod-intro-img-box img {
		width: 50%;
	}
	.prod-intro-txt-box .btn-more {
		margin-top: 20px;
	}
	.product-detail-item-box {
		margin:0 10px 0 10px;
	}
	.product-detail-img-box img {
		width: 50%;
	}
	.prod-intro-txt-box p {
		font-size: 1.3em !important;
		margin-bottom: 20px;
	}
	.prod-detail-spec-table .row > .rowheader > p {
		font-size: 0.8em;
	}
	.prod-detail-spec-table .cell > * {
		font-size: 0.8em;
	}
	.prod-detail-spec-frame {
		flex-direction: column;
	}
	.prod-detail-spec-item:nth-child(2) > .row > .rowheader,
	.prod-detail-spec-item:nth-child(3) > .row > .rowheader {
		display: table-cell;
	}
	.prod-detail-spec-frame.colum-2 .prod-detail-spec-item:first-child,
	.prod-detail-spec-frame.colum-2 .prod-detail-spec-item,
	.prod-detail-spec-frame .prod-detail-spec-item:first-child,
	.prod-detail-spec-frame .prod-detail-spec-item {
		width: 100%;
		margin-bottom: 40px;
	}
	.prod-detail-spec-frame.colum-2 .prod-detail-spec-item:last-child,
	.prod-detail-spec-frame .prod-detail-spec-item:last-child {
		margin-bottom: 0;
	}
	.prod-spec-ect-ul > * {
		font-size: 0.8em;
	}
	.img-iv-dimension-002 {
		width: 260px;
	}
}
@media only screen and (max-width: 480px) {
	.sub_wrap .section h2 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.product-detail-item-box {
		margin:0 20px 20px 20px;
	}
	.product-detail-img-box img {
		width: 90%;
	}
	.product-detail-item-img-box img {
		width: 60%;
	}
	.product-detail-exam-box.cols-02 > ul > li {
		width: 100%;
	}
	.product-detail-exam-box.cols-03 > ul > li {
		width: 100%;
	}
	.prod-detail-spec-table .row > .cell {
		width: 50%;
	}
	.rowheader {
		display: none;
	}
	.m-spec-title {
		display: block;
		padding: 0 !important;
	}
	.m-spec-title strong {
		font-size: 0.8em !important;
		color: #00579c !important;
	}
	.prod-detail-spec-table .row > .cell > ul {
		padding: 2px 0 10px 0;
	}
	.img-demension {
		width: 90%;
		height: auto;
	}
	.prod-detail-spec-item > .row > .rowheader > * {
		font-size: 0.8em;
	}
}
@media only screen and (max-width: 280px) {
	.img-iv-dimension-002 {
		width: 200px;
	}
}
/* 주요고객사 스타일
 *  --------------------------------------- */
.cust-list-container > ul {
    position: relative;
    overflow: hidden;
    display: block;

}
.cust-list-container > ul:after {
    display: block;
    clear: both;
    content: "";
}
.cust-list-container > ul > li {
    float: left;
    width: 25%;
    font-weight: 500;
}

.cust-item-container {
    position: relative;
    overflow: hidden;
    display: block;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(157, 157, 157, 0.6);
    border-radius: 5px;
    margin: 8px;
}
.cust-item-frame {
    display: table;
    width: 100%;
    min-height: 160px;
}
.cust-item-frame > div {
	display: table-cell;
	vertical-align: middle;
}
.cust-img-frame {
	margin: 20px;
	width: 40%;
}
.cust-txt-frame {
	padding: 10px 0;
}
.cust-txt-frame * {
	text-align: left !important;
	padding: 0px !important;
}
.cust-txt-title {
	font-weight: 700;
}
.cust-txt-desc {
	font-size: 0.9em !important;
}
.cust-txt-desc-wrap {
    position: relative;
    overflow: hidden;
    display: block;
}
.cust-txt-desc-tbl{ 
    display: table;
    width: 100%;
}
.cust-txt-desc-row {
	display: table-row;
}
.cust-txt-desc-cell {
	display: table-cell;
	width: 33.3333%;
}
.cust_list_type_wrap {
	margin-top: 60px;
	margin-bottom: 50px;
}
.cust_list_box {
	display: inline-block;
	margin: 0 auto;
}
.btn_cust_type {
	cursor: pointer;
	border: 1px solid rgba(2, 31, 54, 1.0);
	background: rgba(255, 255, 255, 1.0);
	margin: 0 -3px;
	display: block;
	float: left;	
	height: 60px;
	width: 200px;
	font-size: 1.1em;
}
.btn_cust_type:first-child {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.btn_cust_type:last-child {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.btn_cust_type:hover, .btn_cust_type.checked:hover {
	background-color: rgba(25, 94, 149, 1.0);
	color: rgba(255, 255, 255, 1.0);
}
.btn_cust_type.checked {
	background: rgba(2, 31, 54, 1.0);
	color: rgba(255, 255, 255, 1.0);
}
@media only screen and (max-width: 1000px) { 
	.cust-list-container > ul > li {
		width: 33.33333%;
	}
	.btn_cust_type {
		font-size: 0.9em;
		width: 140px;
		height: 48px;
	}
	.cust-img-frame img {
		width: 60px;
		height: auto;
	}
	.cust-txt-desc {
		font-size: 0.9em !important;
	}
	.cust-txt-title {
		font-size: 0.9em !important;
	}
}
@media only screen and (max-width: 680px) {
	.btn_cust_type {
		font-size: 0.9em;
		width: 120px;
		height: 36px;
	}
	.cust-list-container > ul > li {
		width: 50%;
	}
}
@media only screen and (max-width: 480px) {
	.cust-item-frame {
		min-height: 184px;
	}
	.cust-img-frame img {
		width: 90px;
	}
	.cust-txt-title {
		/*margin-right: 10px;*/
		text-align: center !important;

	}
	.cust-txt-desc {
		text-align: center !important;
		font-size: 0.8em !important;
	}
	.cust_list_type_wrap {
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.btn_cust_type {
		font-size: 0.9em;
		width: 100px;
		height: 48px;
	}
	.cust-list-container > ul > li {
		width: 50%;
	}
	.cust-item-frame > div {
		display: table-row;

	}

}
/* 회사소개 스타일
 *  --------------------------------------- */
.comp-intro-wrap {
	margin-top: 60px;
	padding: 0 120px;
}
.intro-txt-box h3 {
	font-size: 2.5em;
	color: #021f36;
	font-weight: 700;
	font-family: 'SEBANG_Gothic_Regular';
	margin-bottom: 40px;
	margin-top: 20px;
	display: inline-block;
	position: relative;
	z-index: 9;
}
.intro-txt-box h3:after{
	position: absolute;
	top: 40px;
	right: -30px;
	width: 106px;
	height: 14px;
	background: #bccdce;
	z-index: -1;
	content: "";
}
.intro-txt-box p {
	font-size: 1.4em !important;
}
.comp-intro-container {
    position: relative;
    overflow: hidden;
    display: block;
}
.comp-intro-container .intro-left {
	float: left;
	width: 60%;
}
.comp-intro-container .intro-left * {
	text-align: left;
	padding: 0 50px 0 0 !important;
}
.comp-intro-container .intro-right {
	float: right;
	width: 40%;
}
.comp-intro-container-01 .intro-01-bg {
	width:  380px;
	padding: 660px 0 50px;
	background: #abcde9;
	text-align: center;
	position: relative;
}
.comp-intro-container-01 .intro-01-bg .intro-abs {
	position: absolute;
	width: 500px;
	height: 550px;
	top: 60px;
	right: -300px;
	background: #021f36;
	display: table;
}
.comp-intro-container-01 .intro-01-bg .intro-abs .intro-abs-inner {
	display: table-cell;
	vertical-align: middle;
}

.intro-slide-box img {
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
}

.comp-intro-container-01 article {
	float: left;
	width: 50%;
}
.comp-intro-container-01 article > div {
	width: 100%;
}
.comp-intro-container-01 .intro-01-right .intro-01-desc {
	padding-top: 100px;
}
.comp-intro-container-01 .intro-01-right .intro-01-desc * {
	text-align: right;
}
.comp-intro-container-01 .intro-01-right .intro-01-desc p {
	text-align: right;
	padding: 0 !important;
}
.comp-intro-container-01 .intro-01-right .intro-01-desc h3 {
	font-size: 2.5em;
	color: #021f36;
	font-weight: 700;
	font-family: 'SEBANG_Gothic_Regular';
	margin-bottom: 40px;
	margin-top: 40px;
	position: relative;
	z-index: 9;
	line-height: 1.6em;
}
.comp-intro-container-01 .intro-01-right .intro-01-desc h3:after {
	position: absolute;
	top: 38px;
	right: 180px;
	width: 106px;
	height: 14px;
	background: #bccdce;
	z-index: -1;
	content: "";
}	
.comp-intro-container-01 .intro-01-right .intro-01-desc p {
	font-size: 1.4em !important;
}
.comp-ci-link-wrap a {
 	margin-top: 30px; 
 	margin-left: 20px;
 	padding: 10px 20px !important;
 	background: #e83436;
 	color: #fafafa;
 	display: inline-block;
 }
 @media only screen and (max-width: 1560px) {
 	.comp-intro-container-01 .intro-01-bg .intro-abs {
 		width: 400px;
 		height: 440px;
 		right: -200px;
 	}
 	.comp-intro-container-01 .intro-abs-inner img {
 		width: 280px;
 	}
 	.comp-intro-container-01 .intro-01-bg {
 		width: 320px;
 	}
 	.comp-intro-container-01 .intro-01-bg > img {
 		width: 260px;
 	}
 }
@media only screen and (max-width: 1400px) {
	.comp-intro-wrap {
		padding: 0 80px;
	}
	.comp-intro-container .intro-left * {
		padding: 0 20px 0 0 !important;
	}
	.comp-intro-wrap .intro-txt-box p {
		font-size: 1.1em !important;
	}
	.comp-intro-container-01 .intro-01-right .intro-01-desc p {
		font-size: 1.2em !important;
	}
	.comp-intro-container-01 .intro-abs-inner img {
		width: 200px;
	}
	.comp-intro-container-01 .intro-01-bg .intro-abs {
 		width: 320px;
 		height: 400px;
 	}
 	.comp-intro-container-01 .intro-01-bg > img {
 		width: 200px;
 	}
 	.comp-intro-container-01 .intro-01-bg {
 		width: 280px;
 	}
}
@media only screen and (max-width: 1100px) {
	.comp-intro-container .intro-left {
		width: 100%;
	}
	.comp-intro-container .intro-right {
		width: 100%;
	}
	.intro-slide-box {
		margin-top: 50px;
	}
	.comp-intro-container-01 article {
		width: 100%;
		margin-bottom: 50px;
		text-align: center;
	}
	.comp-intro-container-01 .intro-01-bg {
		width: 100%;
		padding: 300px 0 20px;
	}
	.comp-intro-container-01 .intro-01-bg .intro-abs {
		height: 250px;
		top: 30px;
		left: 0;
		right: 0;
		margin: 0 auto;
		padding-top: 0;
	}
	.comp-intro-container-01 .intro-01-right .intro-01-desc {
		padding: 0;
	}
	.comp-intro-container-01 .intro-01-right .intro-01-desc h3 {
		text-align: center;
	}
	.comp-intro-container-01 .intro-01-right .intro-01-desc h3:after {
		right: 280px;
	}
	.comp-intro-container-01 .intro-01-right .intro-01-desc p {
		text-align: center;
	}
	.comp-intro-container-01 .intro-01-right .intro-01-desc * {
		text-align: center;
	}
}
@media only screen and (max-width: 680px) {
	.comp-intro-wrap {
		padding: 0;
	}
}

/* 인증현황 스타일
 *  --------------------------------------- */
.comp-cert-wrap {
	margin-top: 50px;
	margin-bottom: 80px;
}
.comp-cert-title {
	font-size: 1.6em;
	font-weight: 600;
	color: rgba(2, 31, 54, 1.0);
	margin-bottom: 20px;
}

.comp-cert-container{
	margin-top: 40px;
}
.comp-cert-container ul {
    position: relative;
    overflow: hidden;
    display: block;
    margin-top: 20px;

}
.comp-cert-container ul:after {
    display: block;
    clear: both;
    content: "";
}
.comp-cert-container ul > li {
	display: inline-block;
    font-weight: 500;
    margin: 0 20px;
}
.comp-cert-container .comp-cert-img-frame img {
	width: 100%;
	height: auto;
    border:  1px solid #bbb;
    border-radius: 4px;
    box-shadow: 7px 7px 0px rgba(230, 230, 230, 0.8);
}
.comp-cert-container ul.cols-04 > li{
    width: 20%;
}
@media only screen and (max-width: 1120px) {
	.comp-cert-txt-frame p {
		font-size: 0.9em !important;
	}
}
@media only screen and (max-width: 1120px) {
	.comp-cert-txt-frame p {
		font-size: 0.8em !important;
	}
}
@media only screen and (max-width: 1000px) {
	.comp-cert-container ul > li {
		margin: 0 10px;
	}
	.comp-cert-container ul.cols-04 > li {
		width: 33.333%;
	}
}
@media only screen and (max-width: 500px) {
	.comp-cert-container ul.cols-04 > li {
		width: 50%;
	}
}
/* 오시는길
 *  --------------------------------------- */
.comp-location-wrap { 
	margin-top: 40px;
}
.comp-map-desc-wrap {
	background: #1e2c4a;
}
.comp-map-desc {
	position: relative;
	overflow: hidden;
}
.comp-map-desc .comp-map-txt-box {
	float: left;
	margin: 10px 0;
}
.comp-map-desc .comp-map-load-box {
	float: right;
}
.comp-map-desc .comp-map-load-box a {
	color: #fff;
	background: #e83436;
	width: 150px;
	height: 150px;
	display: table-cell;
	vertical-align: middle;
}
.comp-map-desc p {
	text-align: left !important;
	color: #fff;
	padding: 5px 50px !important;
}
@media only screen and (max-width: 980px) {
	.comp-map-desc p {
		padding: 5px 20px !important;
		font-size: 0.9em !important;
	}
	.comp-map-desc .comp-map-load-box a {
		width: 120px;
		height: 136px;
	}
}
@media only screen and (max-width: 680px) {
	.comp-map-load-box {
		width: 100%;
		height: 44px;
	}
	.comp-map-desc .comp-map-load-box a {
		width: 100%;
		padding: 10px 0;
		display: block;
	}
}

/* 제품문의
 *  --------------------------------------- */
.spprt-contact-us-wrap,
.spprt-tech-inquiry-wrap {
	margin-top: 40px;
}
.spprt-contact-us-container {
	position: relative;
	padding: 55px 80px 50px;
	background: #f3f3f3;
	border-top: 1px solid #222;
}
.spprt-contact-us-container ul > li {
	margin-bottom: 18px;
}
.spprt-contact-us-container .form-tit {
	display: block;
	margin-bottom: 13px;
	fort-size: 1.2em;
	font-weight: 600;
	color: #333;
	text-align: left;
}
.spprt-contact-us-container .form-tit span{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px
}
.spprt-contact-us-container li.line {
	padding-bottom: 27px;
	margin-bottom: 27px;
	border-bottom: 1px solid #ccc;
}
.point-txt {
	color: #0079cc;
}

.spprt-select-area.dual {
	position: relative;
	overflow: hidden;
}
.spprt-select-area.dual > div {
	float: left;
	width: 50%;
}
.spprt-select {
	width: 100%;
}
.spprt-select-frame {
	position: relative;
	z-index: 1;
	background: url(../img/sub/ico_select_arrow.png) #fff right 10px center no-repeat;
}
.spprt-select-frame {
	margin-right: 25px;
}
.spprt-select select {
	width: 100%;
	padding:  0 30px 0 30px;
	height: 45px;
	line-height: 45px;
	border:  1px solid #ccc !important;
	background: transparent;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 16px;
	color:#333;	
	
}
.spprt-select select option {
	text-align: left !important;
	padding:  0 30px 0 30px;
	margin: 10px 0;
}
.spprt-input {
	position: relative;
	display: block;
	margin-right: 25px;
	text-align: left !important;
}
.spprt-contact-us-container input[type="text"] {
	width: 95%;
	border:  1px solid #ccc !important;
	height: 45px;
	line-height: 45px;
	text-align: left !important;
	padding:  0 0 0 30px;
}
.dual-type-wrap {
	position: relative;
	overflow: hidden;
	display: block;
	display: block;
}
.dual-type-wrap .dual-type {
	float: left;
	width: 50%;
}
.spprt-contact-us-container textarea {
	width: 100%;
	text-align: left !important;
	padding:  18px;
	border: 1px solid #ccc;
	color: #333;
	box-sizing: border-box;
	min-height: 200px;
}
.privacy-form-wrap {
	margin-top: 50px;
}
.privacy-form-wrap h3 {
	font-weight: 500;
	font-size: 1.6em;
	margin-bottom: 20px;
	color: rgba(2, 31, 54, 1.0);
}
.privacy-form-wrap h4 { 
	font-weight: 500;
	font-size: 1.2em;
	color: rgba(2, 31, 54, 1.0);
}
.privacy-form-wrap * {
	text-align: left !important;
}
.privacy-form {
	border: 1px solid #ccc;
	padding: 40px 60px;
	background: rgba(255, 255, 255, 0.6);
}
.privacy-form p span {
	color: #0079cc;
}
.privacy-form .agree-content {
	margin-bottom: 20px;
}
.privacy-form .agree-content ul {
	margin-top: 20px;
	margin-left: 30px;
}
.privacy-form .agree-content li {
	background: url("../img/sub/bg_list_dot.png") left center no-repeat;
	padding-left: 10px;
}
.privacy-form .agree-bottom {
	position: relative;
	overflow: hidden;
	margin-top: 20px;
}
.privacy-form .agree-bottom p {
	float: left;
	padding: 0px !important;
}
.privacy-form .agree-area {
	float: right;
}
.privacy-form .agree-area .agree {
	display: inline-block;
	margin-left: 25px;
}
.privacy-form .agree-area label {
	margin-left: 8px;
	font-size: 1.1em;
}
.privacy-form .agree-area .agree input[type="radio"]{
	width: 19px;
	height: 19px;
	vertical-align: -4px;
}
.privacy-btn-wrap {
	margin-top: 60px;
}
.privacy-btn-wrap a {
	background: rgba(2, 31, 54, 1.0);
	color: #fff;
	padding: 12px 50px;
}
.privacy-btn-wrap a:hover {
	background: #0079cc;
}

/* 기술문의
 *  --------------------------------------- */
.spprt-tech-inquiry-anchor-frame {
	margin-bottom: 40px;
}
.spprt-tech-inquiry-anchor {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.spprt-tech-inquiry-anchor li {
	float: left;
}
.spprt-tech-inquiry-anchor li > a {
	border: 2px solid #ccc;
	padding: 20px 20px;
	margin: 0 10px;
	display: block;
	border-radius: 10px;

}
.spprt-tech-inquiry-anchor li > a:hover,
.spprt-tech-inquiry-anchor li > a.link-selected:hover {
	border: 2px solid rgba(2, 31, 54, 1.0);
	background:  rgba(2, 31, 54, 1.0);
	color: #fff;
}
.spprt-tech-inquiry-anchor li > a.link-selected {
	border: 2px solid #0079cc;
	background: #0079cc;
	color: #fff;
}
.spprt-tech-inquiry-container * {
	padding: 0 !important;
}
.spprt-tech-inquiry-container h4 {
	font-size: 1.2em;
	font-weight: 600;
	margin-top: 60px;
	margin-bottom: 20px;
	text-align: left !important;
}
.spprt-tech-inquiry-container h5 {
	font-size: 1.0em;
	font-weight: 600;
}
.spprt-tech-inquiry-phone-box {
	border: 1px solid #ccc;
	border-radius: 16px;
	padding: 30px 70px !important;
	background: rgba(255, 255, 255, 0.6);
}
.spprt-tech-inquiry-phone-box .phone {
	font-size: 2.4em;
	font-weight: 700;
}
.spprt-tech-inquiry-phone-box p {
	margin: 10px 0;
}
.tech-inquiry-desc-box {
	background: rgba(229, 229, 229, 0.8);
	padding: 26px 40px !important;
	border-radius: 16px;
}
.tech-inquiry-desc-box p {
	text-align: left !important;
}
.tech-inquiry-process-box {
	padding-left: 40px !important;
	position: relative;
	overflow: hidden;
}
.tech-inquiry-process-box h5 {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left !important;
}
.tech-inquiry-process-ul {
	position: relative;
	overflow: hidden;
	display: flex;
	margin: 0 auto;	
}
.tech-inquiry-process-ul li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.tech-inquiry-process-ul li + li {
	position: relative;
	margin-left: 100px;
}
.tech-inquiry-process-ul li + li:before {
	content: '';
	position: absolute;
	left: -70px;
	top: 40%;
	width: 16px;
	height: 16px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: translate(50%, 50%) rotate(45deg);
	transform: translate(50%, 50%) rotate(45deg);
}
.tech-inquiry-process-ul li * {
	text-align: center;
}
.tech-inquiry-process-item-box {
	padding: 10px 20px !important;
	background: #cce6f7;
	border-radius: 16px;
}
.tech-inquiry-process-ul li h6 {
	font-weight: 600;
	margin-bottom: 10px;
}
.tech-inquiry-process-item-box .process-desc-box {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 12px;
}
.process-step-img-box {
	margin: 10px 0 !important;
}
.process-desc-box {
	position: relative;
	overflow: hidden;
	display: table;
	width: 100%;
}
.process-desc-box div {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 10px !important;
}
.process-step-txt-box {
	text-align: left !important;
}

@media only screen and (max-width: 1400px) {
	.process-step-img-box img {
		width: 40px;
		height: auto;
	}
	.tech-inquiry-process-ul li + li {
		margin-left: 80px;
	}
	.tech-inquiry-process-ul li + li:before {
		left: -60px;
	}
}
@media only screen and (max-width: 1240px) {
	.tech-inquiry-process-ul li + li {
		margin-left: 60px;
	}
	.tech-inquiry-process-ul li + li:before {
		left: -50px;
	}
}
@media only screen and (max-width: 1200px) {
	.process-desc-box div {
		display: table-row;
		text-align: center !important;
	}
	.process-step-img-box img {
		padding: 8px 0 !important;
	}
	.process-desc-box div > p {
		padding: 8px 0 !important;
		line-height: 1.2em !important;
	}
}
@media only screen and (max-width: 960px) {
	.tech-inquiry-process-item-box {
		padding: 6px 10px !important;
	}
	.tech-inquiry-process-ul li + li {
		margin-left: 30px;
	}
	.tech-inquiry-process-ul li + li:before {
		left: -40px;
	}
}
@media only screen and (max-width: 680px) { 
	.spprt-tech-inquiry-phone-box img {
		width: 90%;
	}
	.tech-inquiry-process-ul {
		display: block;
	}
	.tech-inquiry-process-ul li + li:before {
		width: 0;
		height: 0;
	}
	.tech-inquiry-process-ul li + li {
		margin-left: 0;
	}
	.tech-inquiry-process-ul li {
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 480px) { 
	.spprt-tech-inquiry-phone-box .phone {
		font-size: 1.8em;
	}
}
/* 개인정보취급방침
 *  --------------------------------------- */
.privacy-wrap h3 {
	font-size: 2.0em;
	margin-top: 30px;
	margin-bottom: 20px;
	font-weight: 600;
}

.privacy-anchor .privacy-anchor-menu {
	border: 4px solid #eee;
	position: relative;
	overflow: hidden;
	display: block;
	padding: 40px 60px;
	margin-bottom: 40px;
	background: rgba(255, 255, 255, 0.6);
}
.privacy-anchor .privacy-anchor-menu ul {
	float: left;
	width: 48%;
}
.privacy-anchor .privacy-anchor-menu ul:nth-child(2){
	border-left: 1px solid #ccc;
	padding-left: 40px;
}
.privacy-anchor .privacy-anchor-menu ul * { 
	text-align: left !important;
}

.privacy-section {
	margin-bottom: 40px;
}
.privacy-section * {
	text-align: left !important;
}
.privacy-section h4 {
	font-size: 1.2em;
	color: #0079cc;
}
.privacy-section p,
.privacy-section ol > li,
.privacy-section ul > li {
	margin: 10px 20px 10px 20px;
	padding: 0 !important;
	font-size: 1.0em !important;
}
.privacy-section table {
	width: 100%;
}
.privacy-section table tr th {
	border-top: 2px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	background: rgba(240, 240, 240, 0.6);
	padding: 10px 20px;
}
.privacy-section table tr th:last-child {
	border-right: 0px;
}
.privacy-section table tr td {
	background: rgba(255, 255, 255, 0.5);
	padding: 10px 20px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.privacy-section table tr td:last-child {
	border-right: 0px;
}
@media only screen and (max-width: 1249px) { 
	.privacy-anchor .privacy-anchor-menu ul:nth-child(2) {
		border-left: 0;
		padding-left: 0;
	}
}
@media only screen and (max-width: 1000px) { 
	.privacy-anchor .privacy-anchor-menu {
		padding: 20px 40px;
	}
	.privacy-anchor .privacy-anchor-menu ul {
		width: 100%;
	}
}
/* 이메일 정보수집거부
 *  --------------------------------------- */
.email-denial-wrap {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 40px 30px;
	background: rgba(255, 255, 255, 0.6);
}

.email-denial-wrap * {
	text-align: left !important;
}
.email-denial-wrap ul {
	margin-left: 50px;
	margin-right: 50px;
}
.email-denial-wrap ul li {
	margin: 8px 0;
}

/* 자료실
 *  --------------------------------------- */
.spprt-archive-wrap {
	margin-top: 40px;
	min-height: 400px;
}
.board-list-table {
 	border-top: 2px solid rgba(2, 31, 54, 1.0);
 	width: 100%;
 }
.board-list-table thead tr td {
	background: #f1f1f1;
}
.board-list-table tr td {
	padding: 8px 16px;
	border-bottom:  1px solid #ccc;
}
.board-list-table tbody tr td {
	background: rgba(255, 255, 255, 0.5);
}
.board-list-table .link_archive {
	border-radius: 4px;
	background: rgba(2, 31, 54, 1.0);
	padding: 4px 8px;
	display: inline-block;
}
.board-list-table tr td.type {
	width: 100px;
}
.board-list-table tr td.date {
	width: 160px;
}
.board-list-table tr td.down { 
	width: 100px;
}

/* 스마트팩토리
 *  --------------------------------------- */
.smart-fac-desc-strong {
	color:rgba(231, 56, 13, 1.0);
	font-weight: 700;
}