	/* ==================================================
	공통이미지 조절
================================================== */

	.img100 {
		width: 100%;
	}

	/* ==================================================
	공통사항
================================================== */

	hr {
		margin: 20px 0;
		height: 1px;
		border: 0px solid #e7e7e7;
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		border-width: 0 0 1px 0;
	}

	.blank {
		height: 20px;
		clear: both;
		display: block;
	}

	.l-line {
		height: 5px;
		background: url('../images/common/line_bg.png') repeat-x 0 0;
		overflow: hidden;
	}

	/* ==================================================
	아이콘
================================================== */

	.con_title {
		position: relative;
		font-size: 18pt;
		font-weight: 500;
		color: #000000;
		padding-top: 10px;
	}

	.con_title:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 50px;
		height: 2px;
		background: #be0307;
	}

	.line_title {
		position: relative;
		font-size: 18pt;
		font-weight: normal;
		color: #000;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.line_title:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 20px;
		height: 5px;
		background: #b2b2b2;
	}

	.line_title:after {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 15px;
		height: 5px;
		background: #0a3c7a;
	}

	.l-list01 {
		font-size: 12pt;
		line-height: 1.5;
	}

	.l-list01 li:before {
		content: "";
		position: absolute;
		top: 12px;
		left: 0;
		width: 3px;
		height: 3px;
		background: #013a84;
	}

	.l-list01 li {
		position: relative;
		padding-left: 12px;
		margin: 3px 0;
		color: #666;
	}

	.l-list02 {
		font-size: 13pt;
		line-height: 1.5;
	}

	.l-list02 li:before {
		content: "";
		position: absolute;
		top: 11px;
		left: 0;
		width: 4px;
		height: 4px;
		background: #E5F5FC;
	}

	.l-list02 li {
		position: relative;
		padding-left: 15px;
		margin: 5px 0;
		color: #333;
	}


	.width_line_list li:before {
		position: absolute;
		top: 12px;
		left: 0;
		content: "";
		display: block;
		width: 4px;
		height: 1px;
		background: #a0a0a0;
	}

	.width_line_list li {
		position: relative;
		padding-left: 14px;
		font-size: 15px;
		margin-bottom: 3px;
	}

	.width_line_list li:last-child {
		margin-bottom: 0;
	}

	.red_line {
		padding-left: 13px;
		background: url('../images/icon/red_line.png');
		background-repeat: no-repeat;
		background-position: 0 12px;
		color: #e72b4a;
		font-size: 13pt;
	}

	.sub_title {
		position: relative;
		padding-left: 15px;
		margin-bottom: 20px;
		font-size: 24px;
		line-height: 1.5;
		color: #333333;
		font-weight: 500;
	}

	.sub_title:before {
		background: url('../images/icon/tit_icon.png') no-repeat;
		width: 4px;
		height: 26px;
		margin-top: 5px;
		position: absolute;
		top: 0;
		left: 0;
		content: '';
		display: inline-block;
	}

	.a-tit01 {
		font-size: 14pt;
		font-weight: 500;
		color: #333;
		background: url('../images/icon/arrow_icon.png') no-repeat 0 2px;
		padding-left: 26px;
		margin-bottom: 10px;
		line-height: 1;
	}

	/*** 모바일CSS ***/

	@media all and (max-width:1023px) {
		.con_title {
			font-size: 16pt;
		}

		.sub_title {
			padding-left: 12px;
			margin-bottom: 15px;
			font-size: 20px;
		}

		.sub_title:before {
			background: url('../images/icon/tit_icon.png') no-repeat;
			background-size: 3px 20px;
			width: 3px;
			height: 20px;
		}

		.a-tit01 {
			font-size: 12pt;
			background: url('../images/icon/arrow_icon.png') no-repeat 0;
			padding-left: 22px;
		}
	}

	@media all and (max-width:640px) {
		.con_title {
			font-size: 13pt;
		}

		.con_title:before {
			width: 30px;
		}

		.l-list01 {
			font-size: 11pt;
		}

		.l-list02 {
			font-size: 12pt;
		}
	}

	@media all and (max-width:450px) {
		.l-list01 {
			font-size: 10pt;
		}

		.l-list01 li:before {
			top: 10px;
		}

		.l-list02 {
			font-size: 11pt;
		}

		.l-list02 li {
			padding-left: 12px;
		}

		.l-list02 li:before {
			top: 8px;
		}
	}

	/* ==================================================
	이미지 움직이는 효과
================================================== */
	.over-cover {
		overflow: hidden;
		position: relative;
		display: block;
	}

	.over-cover img {
		width: 100%;
		height: 100%;
		-webkit-transition: all 0.5s linear;
		transition: all 0.5s linear;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	.over-cover:hover img {
		-webkit-transform: scale3d(1.2, 1.2, 1);
		transform: scale3d(1.2, 1.2, 1);
	}

	/* ==================================================
	공통테이블
================================================== */

	.sub_con {
		width: 100%;
		overflow: hidden;
		margin-top: 20px;
	}

	.subtable {
		border: 0;
		border-spacing: 0;
		background: #fff;
		border-top: 1px solid #222222;
		text-align: center;
	}

	.subtable caption {
		visibility: hidden;
		overflow: hidden;
		width: 1px;
		height: 1px;
		font-size: 0;
		line-height: 0;
	}

	.subtable thead tr th {
		padding: 13px 0;
		background-color: #e6e6e6;
		border-right: 1px solid #c7c7c7;
		border-top: 1px solid #c7c7c7;
		border-bottom: 1px solid #c7c7c7;
		color: #333;
		font-weight: bold;
	}

	.subtable thead tr th:last-child {
		border-right: 0;
	}

	.subtable tr td {
		padding: 13px 0;
		border-bottom: 1px solid #e1e1e1;
	}

	.subtable tr td.bg_gray {
		background: #f5f5f5;
		color: #222;
		font-weight: bold;
		border-left: 0;
	}

	.subtable tr td {
		border-left: 1px solid #e1e1e1;
		padding: 13px 0;
	}

	/*** 모바일CSS ***/

	@media all and (max-width:800px) {
		.subtable {
			font-size: 10pt;
		}
	}

	@media all and (max-width:500px) {
		.subtable {
			font-size: 0.75em;
		}
	}

	/* ==================================================
	유튜브 영상
================================================== */

	.youtubeWrap {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 35px;
		height: 0;
		overflow: hidden
	}

	.youtubeWrap iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1
	}

	.youtubeWrap .btn_prev,
	.youtubeWrap .btn_next {
		display: inline-block;
		position: absolute;
		top: 50%;
		margin-top: -45px;
		z-index: 100;
		background: rgba(0, 0, 0, 0.6);
		color: #fff
	}

	.youtubeWrap .btn_prev {
		left: 0
	}

	.youtubeWrap .btn_next {
		right: 0
	}

	.youtubeWrap .btn_prev>img {
		float: left
	}

	.youtubeWrap .btn_next>img {
		float: right
	}

	.youtubeWrap .btn_prev>span,
	.youtubeWrap .btn_next>span {
		display: inline-block;
		float: left;
		height: 90px;
		padding: 0 15px;
		margin: 20px 0;
		max-height: 50px;
		max-width: 180px;
		font-size: 16px;
		display: block;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		display: none;
	}

	.youtubeWrap .btn_prev:hover>span,
	.youtubeWrap .btn_prev:focus>span,
	.youtubeWrap .btn_next:hover>span,
	.youtubeWrap .btn_next:focus>span {
		display: inline-block
	}

	.movieBox {
		overflow: hidden;
	}

	.movieBox li {
		position: relative;
		float: left;
		width: 50%;
		padding: 0 1%;
		margin-top: 25px;
	}

	.movieBox_100 {
		width: 100% !important;
	}

	.movieBox_33 {
		width: 33.33333333333333333333% !important;
	}

	/*** 모바일CSS ***/

	@media all and (max-width:800px) {
		.movieBox_33 {
			width: 50% !important;
		}
	}

	/* ==================================================
	회사소개 - CEO인사말
================================================== */
	.ceo {
		max-width: 1300px;
		margin: 0 auto;
	}

	.ceo:after {
		content: '';
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}

	.ceo .txt_top {
		margin-bottom: 50px;
		font-size: 30px;
		color: #1c1c1c;
		font-weight: 600;
		line-height: 1.5em;
		letter-spacing: -.075em;
		word-break: keep-all;
		word-wrap: break-word;
		text-align: center;
	}

	.w_block {
		display: block;
	}

	.ceo .txt_wrap {
		float: left;
		width: 55%;
		margin-right: 5%;
		margin-top:20px;
	}

	.ceo .txt_wrap {
		font-size: 20px;
		color: #1c1c1c;
		line-height: 1.8em;
		letter-spacing: -.075em;
		text-align: justify;
	}

	.ceo .txt_wrap p {
		margin-bottom: 40px;
	}

	.ceo .txt_wrap p:last-child {
		margin-bottom: 0;
	}

	.ceo .txt_wrap p:last-child .txt.strong {
		margin-bottom: 0;
	}

	.ceo .txt_wrap .name {
		display: block;
		font-size: 32px;
		color: #1c1c1c;
		font-weight: 600;
		line-height: 1.625em;
		letter-spacing: -.075em;
	}

	.ceo .img {
		float: left;
		width: 40%;
	}

	.ceo .img img {
		width: 100%;
	}

	/*** 모바일CSS ***/
	@media all and (max-width:1023px) {
		.ceo .txt_top {
			margin-bottom: 40px;
			font-size: 25px;
		}

		.ceo .txt_wrap {
			float: none;
			width: 100%;
			margin-right: 0%;
			margin-top:0;
		}

		.ceo .txt_wrap {
			font-size: 20px;
		}

		.ceo .txt_wrap p {
			margin-bottom: 30px;
		}

		.ceo .img {
			float: none;
			width: 100%;
			margin-top: 25px;
		}

		.ceo .txt_wrap .name {
			font-size: 26px;
		}
	}

	@media all and (max-width:800px) {
		.ceo .txt_top {
			margin-bottom: 30px;
			font-size: 20px;
		}

		.w_block {
			display: inline;
		}

		.ceo .txt_wrap {
			font-size: 17px;
		}

	}

	@media all and (max-width:640px) {
		.ceo .txt_top {
			font-size: 18px;
		}

		.ceo .txt_wrap {
			font-size: 16px;
			margin-bottom: 20px;
		}

		.ceo .txt_wrap .name {
			font-size: 22px;
		}

	}

	/* ==================================================
	회사소개 - 회사개요
================================================== */
	.overview {
		position: relative;
		width: 100%;
		padding: 60px 0;
		margin: 50px 0;
		background: #f5f5f5;
		z-index: 0;
	}

	.ov_content {
		position: relative;
		width: 100%;
		max-width: 1400px;
		margin: 0 auto;
	}

	.about_text {
		position: relative;
		display: inline-block;
		width: 45%;
		vertical-align: top;
		padding: 45px 40px;
		margin-left: 45px;
		margin-right: -20px;
		background: #fff;
		-webkit-box-shadow: 12.8px 11.2px 20px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 12.8px 11.2px 20px 0 rgba(0, 0, 0, 0.1);
	}

	.about_text h2.tit1 {
		position: relative;
		font-size: 28px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: -0.5px;
		color: #000;
		line-height: 1.3;
		z-index: 1;
	}

	.about_img:before {
		width: 0
	}

	.about_img {
		width: 50%;
		display: inline-block;
		vertical-align: top;
		position: relative;
		overflow: hidden;
		z-index: -1;
		margin-top: 40px;
	}

	.about_img img {
		width: 100%;
	}

	/* 기업개요 표 */
	.infoarea table {
		width: 100%;
		margin-top: 30px;
		border-top: 2px solid #333;
		font-size: 12pt;
	}

	.infoarea table th {
		padding: 15px 5px;
		border-bottom: 1px solid #ddd;
		text-align: center;
		vertical-align: top;
		color: #444;
		line-height: 150%;
	}

	.infoarea table td {
		padding: 15px 5px;
		border-bottom: 1px solid #ddd;
		text-align: left;
		line-height: 150%;
		color: #333;
	}

	.infoarea table td a {
		color: #333;
	}

	.infoarea table .tl {
		text-align: left;
		padding: 15px 5px;
	}

	.ovtb_width01 {
		width: 25%;
	}

	.ovtb_width02 {
		width: 75%;
	}

	/* 사업영역 */
	.biz_con {}

	.ov_tit {
		font-size: 20pt;
		font-weight: 600;
		color: #000;
	}

	.over_biz {
		margin-top: 30px;
	}

	.over_biz:after {
		content: '';
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}

	.over_biz li {
		position: relative;
		float: left;
		width: 23.125%;
		margin-left: 2.5%;
	}

	.over_biz li:first-child {
		margin-left: 0;
	}

	.over_biz li .over-cover {
		border: 1px solid #e7e7e7;
	}

	.overbiz_txt h3 {
		padding-top: 10px;
		color: #333;
		font-weight: 600;
		font-size: 13pt;
	}

	.overbiz_txt p {
		padding-top: 6px;
		color: #333;
		font-size: 11pt;
		text-align: justify;
	}

	/* 모바일CSS */
	@media screen and (max-width:1023px) {
		.overview {
			padding: 20px 0;
			margin: 40px 0;
		}

		.ov_content {
			width: 94%;
		}

		.about_text {
			display: block;
			width: 100%;
			padding: 45px 30px;
			margin-left: 0;
			margin-right: 0;
		}

		.about_text:before {
			display: none;
		}

		.about_text h2.tit1 {
			font-size: 30px;
			margin-top: 25px;
		}

		.about_img {
			display: block;
			width: 100%;
			margin-top: 0;
		}

		/* 사업영역 */
		.biz_con {
			margin-top: 30px;
			margin-bottom: 40px;
		}

		.ov_tit {
			font-size: 17pt;
		}
	}

	@media screen and (max-width:800px) {

		/* 기업개요 표 */
		.infoarea table {
			font-size: 11pt;
		}
	}

	@media screen and (max-width:640px) {
		.about_text {
			padding: 35px 20px;
		}

		.about_text h2.tit1 {
			font-size: 25px;
			margin-top: 15px;
		}

		/* 기업개요 표 */
		.infoarea table {
			font-size: 10pt;
		}

		/* 사업영역 */
		.ov_tit {
			font-size: 15pt;
		}

		.over_biz li {
			width: 48%;
			margin-left: 4%;
			margin-top: 30px;
		}

		.over_biz li:nth-child(1) {
			margin-top: 0;
		}

		.over_biz li:nth-child(2) {
			margin-top: 0;
		}

		.over_biz li:nth-child(2n+1) {
			clear: both;
			margin-left: 0;
		}

		.overbiz_txt h3 {
			font-size: 12pt;
		}

		.overbiz_txt p {
			font-size: 10pt;
		}
	}

	/* ==================================================
	기업소개 - 기업연혁
================================================== */
	.h_pic {
		width: 100%;
		padding-bottom: 20px;
	}

	.h_pic:after {
		content: '';
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}

	.h_pic li {
		float: left;
		padding-right: 1px;
		width: 33.2%;
	}

	.h_pic li img {
		width: 100%;
	}

	.yearWr {
		padding-top: 35px;
		padding-bottom: 35px;
		width: 100%;
		border-bottom: 1px solid #d3d3d3;
	}

	.yearWr:after {
		content: '';
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}

	.yearNum {
		float: left;
		width: 12%;
		margin-right: 2%;
		font-size: 22pt;
		font-family: 'Montserrat';
		font-style: normal;
		font-weight: 700;
		line-height: 1;
		color: #000;
	}

	.yearWr .yearCon {
		float: left;
		width: 86%;
	}

	.yearWr .yearCon dl {
		padding: 15px 0;
		width: 100%;
		border-bottom: 1px dotted #d3d3d3;
		font-size: 12pt;
		color: #4c4948;
	}

	.yearWr .yearCon dl:after {
		content: '';
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}

	.yearWr .yearCon dl dt {
		float: left;
		width: 10%;
		font-weight: 600;
	}

	.yearWr .yearCon dl dd {
		float: left;
		width: 90%;
		line-height: 1.8;
	}

	.yearWr .yearCon dl:first-child {
		padding-top: 0;
	}

	.yearWr .yearCon dl:last-child {
		padding-bottom: 0;
		border-bottom: 0;
	}

	/* 모바일CSS */
	@media screen and (max-width:1023px) {
		.yearWr .yearCon dl dt {
			width: 16%;
		}

		.yearWr .yearCon dl dd {
			width: 84%;
		}
	}

	@media screen and (max-width:800px) {
		.yearWr {
			padding-top: 20px;
			padding-bottom: 20px;
		}

		.yearNum {
			float: none;
			width: 40%;
			margin-right: auto;
			margin-left: auto;
			margin-bottom: 15px;
			padding: 8px 5px;
			text-align: center;
			background-color: #4c4948;
			color: #fff;
			border-radius: 50px;
			font-size: 15pt;
			line-height: 1;
		}

		.yearWr .yearCon {
			float: none;
			margin: 0 auto;
			display: block;
			width: 90%;
		}

		.yearWr .yearCon dl {
			font-size: 11pt;
		}

		.yearWr .yearCon dl dt {
			width: 30%;
		}

		.yearWr .yearCon dl dd {
			width: 70%;
		}
	}

	@media screen and (max-width:640px) {
		.yearNum {
			font-size: 13pt;
		}

		.yearWr .yearCon dl {
			font-size: 10pt;
		}
	}

	/* ==================================================
	회사소개 - 오시는 길
================================================== */
	.map_content {
		position: relative;
	}

	.map_content iframe {
		width: 100%;
		height: 520px;
	}

	.map_size {
		width: 100%;
	}

	.map_con {
		position: relative;
		width: 100%;
		height: 520px;
	}

	.radius_border {
		border: 1px solid #919191;
		border-radius: 5px;
	}

	.custom_zoomcontrol {
		position: absolute;
		top: 20px;
		right: 10px;
		overflow: hidden;
		z-index: 1;
		background-color: #f5f5f5;
	}

	.custom_zoomcontrol span {
		display: block;
		text-align: center;
		cursor: pointer;
		padding: 10px 10px 5px 10px;
	}

	.custom_zoomcontrol span img {
		width: 15px;
		height: 15px;
		border: none;
	}

	.custom_zoomcontrol span:first-child {
		border-bottom: 1px solid #bfbfbf;
	}

	.map_bottom:after {
		content: '';
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}

	.map_bottom {
		margin-top: 30px;
	}

	.map_bottom h2 {
		float: left;
		width: 300px;
		font-size: 30px;
		color: #000;
	}

	.map_bottom ul {
		float: right;
		width: calc(100% - 300px);
		font-size: 18px;
	}

	.map_bottom ul li {
		padding: 20px 20px 20px 180px;
		background: #f3f3f3;
		position: relative;
	}

	.map_bottom ul li:nth-child(2) {
		background: #fff;
	}

	.map_bottom ul li:nth-child(4) {
		background: #fff;
	}

	.map_bottom ul li span {
		color: #000;
		font-weight: 600;
		position: absolute;
		left: 20px;
		top: 20px;
	}

	.map_bottom ul li a {
		color: #3e3e3e;
	}

	/*** 모바일CSS ***/
	@media screen and (max-width:800px) {
		.map_bottom h2 {
			float: none;
			width: 100%;
			margin: 0 0 20px;
			font-size: 24px;
		}

		.map_bottom ul {
			float: none;
			width: 100%;
		}
	}

	@media screen and (max-width:640px) {
		.map_content iframe {
			height: 400px;
		}

		.map_con {
			height: 400px;
		}

		.map_bottom h2 {
			font-size: 18px;
		}

		.map_bottom ul {
			font-size: 11pt;
		}

		.map_bottom ul li {
			padding: 15px 15px;
			line-height: 1.5;
		}

		.map_bottom ul li span {
			display: block;
			position: relative;
			left: 0;
			top: 0;
		}
	}

	/* ==================================================
	제품소개 공통
================================================== */
	/* 제품소개 리스트 */
	.pro_list>ul:after {
		content: '';
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}

	.pro_list>ul>li {
		float: left;
		width: 32%;
		margin-left: 2%;
		margin-top: 30px;
		border: 1px solid #ededed;
	}

	.pro_list>ul>li a {
		display: block;
	}

	.pro_list>ul>li a img {
		width: 100%;
	}

	.pro_list>ul>li a p {
		padding: 15px 2px;
		text-align: center;
		color: #fff;
		background: #000;
		font-size: 12pt;
		letter-spacing: -0.5px;
	}

	/* 제품상세페이지 */
	.protop_bg {
		position: relative;
		margin-top: 60px;
	}

	.protop_bg:before {
		position: absolute;
		top: 190px;
		right: 0;
		content: "";
		display: block;
		width: 700px;
		height: 300px;
		background: #eeeeee;
		z-index: -1;
	}

	.pro_topcon {
		width: 100%;
		max-width: 1400px;
		margin: 0 auto;
	}

	.pro_topcon:after {
		content: '';
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}

	.procon_img {
		position: relative;
		float: left;
		width: 53%;
	}

	.procon_img>img {
		position: relative;
		width: 100%;
		z-index: 10;
	}

	.procon_text {
		float: left;
		width: 41%;
		margin: 0 2.5%;
		padding-top: 115px;
	}

	.procon_title {
		position: relative;
		font-size: 26px;
		font-style: normal;
		font-weight: 600;
		color: #000000;
	}

	.procontent_text {
		margin-top: 85px;
	}

	.procontent_text>ul>li {
		position: relative;
		padding-left: 12px;
		font-size: 13pt;
		line-height: 1.6;
		color: #000;
		margin-bottom: 8px;
	}

	.procontent_text>ul>li:last-child {
		margin-bottom: 0;
	}

	.procontent_text>ul>li:before {
		content: "";
		position: absolute;
		top: 12px;
		left: 0;
		width: 4px;
		height: 4px;
		border-radius: 10px;
		background: #5e7587;
	}

	/* 제품소개 슬라이더 이미지 */
	.procontent_image {
		margin-top: 70px;
	}

	#product_topslider {
		height: auto;
		padding: 45px 0 25px 0;
		background: #eeeeee;
	}

	.procontent {
		margin: 0 75px
	}

	.slick-slide .pro_image {
		padding: 0 30px;
	}

	.pro_img img {
		width: 100%;
	}

	/* 제품소개 슬라이더 화살표 */
	.pro_prev,
	.pro_next {
		font-size: 0;
		line-height: 0;
		position: absolute;
		top: 50%;
		display: block;
		width: 30px;
		height: 49px;
		padding: 0;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		cursor: pointer;
		color: transparent;
		border: none;
		outline: none;
		background: transparent;
	}

	.pro_prev {
		left: -40px;
		background: url('../images/product/slider_prev.png');
	}

	.pro_next {
		right: -40px;
		background: url('../images/product/slider_next.png');
	}

	/* 제품소개  Application / Customer*/
	.product_bottom {
		margin-top: 45px;
	}

	.prob_con {
		padding: 40px 28px;
		border-top: 1px solid #e3e3e3;
	}

	.prob_con:last-child {
		border-bottom: 1px solid #e3e3e3;
	}

	.prob_con:after {
		content: '';
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}

	.prob_con .prob_tit {
		float: left;
		width: 16%;
		font-size: 18pt;
		color: #000;
		font-style: normal;
		font-weight: 600;
	}

	.prob_con .prob_tit2 {
		font-size: 18pt;
		color: #000;
		font-style: normal;
		font-weight: 600;
		margin-bottom: 20px;
	}

	.prob_con .prob_txt {
		float: left;
		width: 82%;
		margin-left: 2%;
		font-size: 13pt;
		color: #727272;
		line-height: 2;
	}

	.prob_con .prob_txt2 {
		float: left;
		width: 82%;
		margin-left: 2%;
	}

	/* 제품소개  사양 테이블 */
	.rndeq_tb table {
		width: 100%;
		border: 0;
		border-spacing: 0;
		text-align: center;
		border-top: 2px solid #262626;
	}

	.rndeq_tb table tr th {
		border: 1px solid #cdcdcd;
		background: #e5e5e5;
		padding: 13px 3px;
		color: #262626;
		font-weight: 500;
	}

	.rndeq_tb table tr th:first-child {
		border-left: 0;
	}

	.rndeq_tb table tr th:last-child {
		border-right: 0;
	}

	.rndeq_tb table tr td {
		border: 1px solid #e6e6e6;
		padding: 13px 3px;
		color: #262626;
	}

	.rndeq_tb table tr td.probg01 {
		background: #f8f8f8;
		font-weight: 500;
	}

	.rndeq_tb table tr td:first-child {
		border-left: 0;
	}

	.rndeq_tb table tr td:last-child {
		border-right: 0;
	}

	/* 제품 테이블사이즈 */
	.protb_width01 {
		width: 40%;
	}

	.protb_width02 {
		width: 60%;
	}

	/*** 모바일CSS ***/
	@media all and (min-width:901px) {

		/* 제품소개 리스트 */
		.pro_list>ul>li:nth-child(3n+1) {
			clear: both;
			margin-left: 0;
		}
	}

	@media all and (max-width:1200px) {

		/* 제품소개  Application / Customer*/
		.prob_con .prob_tit {
			width: 24%;
			font-size: 16pt;
		}

		.prob_con .prob_tit2 {
			font-size: 16pt;
		}

		.prob_con .prob_txt {
			width: 74%;
			font-size: 12pt;
		}

		.prob_con .prob_txt2 {
			width: 74%;
		}
	}

	@media all and (max-width:1100px) {

		/* 제품상세페이지 */
		.protop_bg::before {
			display: none;
		}

		.protop_bg {
			margin-top: 35px;
		}

		.procon_img {
			float: none;
			width: 100%;
		}

		.procon_text {
			float: none;
			width: 100%;
			margin: 0;
			padding: 30px 20px;
			background: #eeeeee;
		}

		.procontent_text {
			margin-top: 25px;
		}

	}

	@media all and (max-width:900px) {

		/* 제품소개 리스트 */
		.pro_list>ul>li {
			width: 49%;
		}

		.pro_list>ul>li:nth-child(2n+1) {
			clear: both;
			margin-left: 0;
		}

		.pro_list>ul>li a p {
			padding: 12px 2px;
			font-size: 11pt;
		}

		/* 제품상세페이지 */
		.procon_title {
			font-size: 22px;
		}

		.procontent_text>ul>li {
			font-size: 11pt;
		}

		.procontent_text>ul>li::before {
			top: 10px;
		}

		/* 제품소개 슬라이더 이미지 */
		.procontent_image {
			margin-top: 20px;
		}

		#product_topslider {
			padding: 35px 0 15px 0;
		}

		.slick-slide .pro_image {
			padding: 0 10px;
		}

		.procontent {
			margin: 0 55px;
		}

		/* 제품소개 슬라이더 화살표 */
		.pro_prev,
		.pro_next {
			width: 20px;
			height: 33px;
		}

		.pro_prev {
			left: -45px;
			background: url('../images/product/slider_prev.png');
			background-size: 20px 33px;
		}

		.pro_next {
			right: -45px;
			background: url('../images/product/slider_next.png');
			background-size: 20px 33px;
		}

		/* 제품소개  Application / Customer*/
		.prob_con {
			padding: 30px 20px;
		}

		.prob_con .prob_tit {
			float: none;
			width: 100%;
			font-size: 14pt;
		}

		.prob_con .prob_tit2 {
			font-size: 14pt;
		}

		.prob_con .prob_txt {
			float: none;
			width: 100%;
			margin-left: 0;
			margin-top: 20px;
			font-size: 11pt;
			line-height: 1.2;
		}

		.prob_con .prob_txt2 {
			float: none;
			width: 100%;
			margin-left: 0;
			margin-top: 20px;
		}
	}

	@media all and (max-width:450px) {

		/* 제품소개 리스트 */
		.pro_list>ul>li a p {
			padding: 10px 2px;
			font-size: 10pt;
		}

		/* 제품상세페이지 */
		.procon_title {
			font-size: 18px;
		}

		.procontent_text>ul>li {
			font-size: 10pt;
		}

		/* 제품소개 슬라이더 화살표 */
		.pro_prev,
		.pro_next {
			width: 15px;
			height: 25px;
		}

		.pro_prev {
			left: -35px;
			background: url('../images/product/slider_prev.png');
			background-size: 15px 25px;
		}

		.pro_next {
			right: -35px;
			background: url('../images/product/slider_next.png');
			background-size: 15px 25px;
		}


		/* 제품소개  Application / Customer*/
		.prob_con {
			padding: 20px 15px;
		}

		.prob_con .prob_tit {
			font-size: 13pt;
		}

		.prob_con .prob_tit2 {
			font-size: 13pt;
		}

		/* 제품소개  사양 테이블 */
		.rndeq_tb table {
			font-size: 10pt;
		}

	}

	/* ==================================================
	연구소소개
================================================== */
	.rndtop_con {
		width: 100%;
		height: 300px;
		background: url('../images/rnd/rndt_bg.jpg') #454442;
		background-repeat: no-repeat;
		background-position: center top;
	}

	.rndtop_txt {
		padding-top: 80px;
		padding-left: 35px;
		color: #fff;
	}

	.rndtop_eng {
		font-size: 34pt;
		font-family: 'Poppins';
		font-style: normal;
		font-weight: 700;
	}


	.rndtop_txt p {
		font-size: 13pt;
		padding-top: 5px;
		line-height: 1.6;
	}

	.rnd_tit {
		font-size: 17pt;
	}

	.rnd_dl {
		display: block;
	}

	.rnd_text {
		margin-top: 30px;
	}

	.rndtxt_normal {
		font-size: 12pt;
		color: #333;
		line-height: 1.6;
	}

	.rndtxt_point {
		font-weight: 500;
		font-size: 13pt;
		color: #000;
		line-height: 1.6;
		margin-top: 10px;
	}

	.rnd_bg {
		width: 65%;
		margin: 0 auto;
		background: #fafafa;
		border: 5px solid #E9E9E9;
		border-radius: 100px;
		margin-top: 40px;
	}

	.rnd_txt {
		padding: 20px 10px;
		text-align: center;
		color: #005891;
		font-size: 15pt;
		font-weight: bold;
		line-height: 160%
	}

	.rnd_txt h3 {
		font-size: 30pt;
		font-family: 'Poppins';
		margin-bottom: 10px;
	}

	.rnd_cont {
		position: relative;
		overflow: hidden;
		margin-top: 40px
	}

	.rnd_cont:before {
		position: absolute;
		top: 161px;
		left: 0;
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		background: url('../images/common/dot_line.gif') repeat-x
	}

	.rnd_cont .rnd_list {
		float: left;
		width: 33%;
		padding-left: 50px;
	}

	.rnd_cont .rnd_list:first-child {
		padding-left: 20px;
	}

	.rnd_cont .rnd_list:before {
		content: "";
		display: block;
		width: 185px;
		height: 176px;
	}

	.rnd_cont .rnd_list:first-child:before {
		background: url('../images/rnd/rnd_img01.png') no-repeat
	}

	.rnd_cont .rnd_list:nth-child(2):before {
		background: url('../images/rnd/rnd_img02.png') no-repeat
	}

	.rnd_cont .rnd_list:last-child:before {
		background: url('../images/rnd/rnd_img03.png') no-repeat
	}

	.rnd_cont .rnd_list>.tit {
		line-height: 1;
		margin-top: 20px;
		font-size: 18pt;
		color: #005aab;
	}

	.rnd_cont .rnd_list>.txt {
		margin-top: 15px;
		letter-spacing: -0.5px;
	}

	.rnd_cont .rnd_list>.txt li {
		background: url('../images/icon/bul_img.gif') 0 10px no-repeat;
		padding-left: 8px;
		padding-bottom: 5px;
	}

	.rnd_cont .rnd_list>.txt li:last-child {
		padding-bottom: 0;
	}

	.rndper_text:after {
		content: '';
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}

	.rndper_text {
		padding-top: 7px;
	}

	.rndper_text:first-child {
		padding-top: 0;
	}

	.rndper_text>dd {
		width: 100%;
		line-height: 160%;
	}

	/*** 모바일CSS ***/
	@media screen and (max-width:1023px) {
		.rndtop_con {
			width: 100%;
			height: auto;
			padding: 30px 15px;
			background: url('../images/common/con_bg01.jpg') #14355d;
			background-repeat: no-repeat;
			background-position: left top;
		}

		.rndtop_txt {
			padding-top: 0;
			padding-left: 0;
			text-align: center;
		}

		.rndtop_eng {
			font-size: 27pt;
		}

		.rndtop_txt p {
			font-size: 12pt;
		}

		.rnd_tit {
			font-size: 14pt;
		}

	}

	@media all and (max-width:900px) {
		.rndtxt_normal {
			font-size: 11pt;
		}

		.rndtxt_point {
			font-size: 12pt;
		}
	}

	@media all and (max-width:768px) {
		.rnd_bg {
			width: 100%;
			border-radius: 20px;
		}

		.rnd_txt {
			font-size: 12pt;
		}

		.rnd_cont {
			margin-bottom: 15px;
		}

		.rnd_txt h3 {
			font-size: 23pt;
		}

		.rnd_cont .rnd_list {
			position: relative;
			float: none;
			width: auto;
			margin-bottom: 20px;
			padding-bottom: 15px;
			border-bottom: 1px solid #ccc;
			padding-left: 120px;
			box-sizing: content-box;
		}

		.rnd_cont .rnd_list:first-child {
			padding-left: 120px;
		}

		.rnd_cont:before {
			display: none;
		}

		.rnd_cont .rnd_list:before {
			position: absolute;
			top: 0;
			left: 0;
			content: "";
			display: block;
			width: 99px;
			height: 99px;
		}

		.rnd_cont .rnd_list .tit {
			margin-top: 0;
			font-size: 15pt;
		}

		.rnd_cont .rnd_list .tit .e-tit {
			display: inline-block;
			vertical-align: bottom;
			margin-left: 5px;
			margin-top: 0
		}

		.rnd_cont .rnd_list:first-child {
			min-height: 110px;
		}

		.rnd_cont .rnd_list:nth-child(2) {
			min-height: 135px;
		}

		.rnd_cont .rnd_list:last-child {
			min-height: 105px;
		}

		.rnd_cont .rnd_list:first-child:before {
			background: url('../images/rnd/rnd_mimg01.png') no-repeat
		}

		.rnd_cont .rnd_list:nth-child(2):before {
			background: url('../images/rnd/rnd_mimg02.png') no-repeat
		}

		.rnd_cont .rnd_list:last-child:before {
			background: url('../images/rnd/rnd_mimg03.png') no-repeat
		}

		.rnd_cont .rnd_list .txt {
			margin-top: 10px;
			font-size: 11pt;
			line-height: 1.3
		}
	}

	/* ==================================================
	시험설비
================================================== */
	.rndeqbox {
		position: relative;
		width: 100%;
		height: 400px;
		-webkit-box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.30);
		-moz-box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.30);
		box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.30);
	}

	.rndeq_bg {
		background: url('../images/rnd/rndeq_bg.jpg') 50% 50%;
		background-size: auto;
		background-size: cover;
	}

	.rndeqtxtbox {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 830px;
		padding: 28px;
		background: linear-gradient(90deg, rgba(37, 151, 238, 1) 0%, rgba(5, 103, 177, 1) 100%);
	}

	.rndeqtop-title {
		margin-bottom: 15px;
	}

	.rndeqtop-tit {
		display: inline-block;
		font-size: 20pt;
		font-weight: 500;
		color: #fff;
		line-height: 1;
	}

	.rndeqtop-txt {
		color: #fff;
		font-size: 12pt;
		letter-spacing: -0.2px;
		line-height: 1.3;
		word-break: keep-all;
	}

	/* 시험설비 테이블 */
	.rndeq_tb {
		margin-top: 45px;
	}

	.rndeq_tb table {
		width: 100%;
		border: 0;
		border-spacing: 0;
		text-align: center;
		border-top: 2px solid #262626;
	}

	.rndeq_tb table tr th {
		border: 1px solid #cdcdcd;
		background: #e5e5e5;
		padding: 13px 3px;
		color: #262626;
		font-weight: 500;
	}

	.rndeq_tb table tr th:first-child {
		border-left: 0;
	}

	.rndeq_tb table tr th:last-child {
		border-right: 0;
	}

	.rndeq_tb table tr td {
		border: 1px solid #e6e6e6;
		padding: 13px 3px;
		color: #262626;
	}

	.rndeq_tb table tr td.probg01 {
		background: #f8f8f8;
		font-weight: 500;
	}

	.rndeq_tb table tr td:first-child {
		border-left: 0;
	}

	.rndeq_tb table tr td:last-child {
		border-right: 0;
	}

	/*** 모바일 CSS***/
	@media all and (max-width:1023px) {
		.rndeqbox {
			height: auto;
			padding: 70px;
			border-radius: 0;
		}

		.rndeqtxtbox {
			position: static;
			width: 100%;
			height: 100%;
			background: linear-gradient(90deg, rgba(37, 151, 238, 1) 0%, rgba(5, 103, 177, 1) 100%);
		}
	}

	@media screen and (max-width:800px) {

		/* 시험설비 테이블 */
		.rndeq_tb table {
			font-size: 10pt;
		}

		.rndeq_tb table tr th {
			padding: 12px 2px;
		}

		.rndeq_tb table tr td {
			padding: 12px 2px;
		}
	}

	@media screen and (max-width:640px) {
		.rndeqbox {
			padding: 25px;
		}

		.rndeqtop-tit {
			font-size: 16pt;
		}

		.rndeqtop-txt {
			font-size: 11pt;
		}

		.rndeqtxtbox {
			padding: 20px;
		}

		/* 시험설비 테이블 */
		.rndeq_tb {
			margin-top: 15px;
		}

		.rndeq_tb table {
			font-size: 9pt;
			letter-spacing: -0.3px;
		}
	}

	/* ==================================================
	주요실적
================================================== */
	.r_detail {
		margin-top: 25px;
		padding-bottom: 35px;
		border-bottom: 1px solid #ededed;
	}

	.r_detail:first-child {
		margin-top: 0;
	}

	.r_detail:after {
		content: '';
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}

	.r_detail_img {
		float: left;
		width: 30%;
	}

	.r_detail_img img {
		width: 100%;
		border: 1px solid #ededed;
	}

	.r_detail_txt {
		float: left;
		width: 67%;
		margin-left: 3%;
		margin-top: 35px;
	}

	.r_detail_txt h3 {
		font-size: 20pt;
		font-weight: 600;
		letter-spacing: -0.5px;
		color: #000;
	}

	.r_detail_txt ul {
		margin-top: 25px;
	}

	.r_detail_txt ul li {
		padding-bottom: 15px;
	}

	.r_detail_txt ul li:last-child {
		padding-bottom: 0;
	}

	.r_detail_txt ul li dl:after {
		content: '';
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}

	.r_detail_txt ul li dl {
		font-size: 15pt;
	}

	.r_detail_txt ul li dl dt {
		position: relative;
		float: left;
		width: 18%;
		max-width: 100px;
		color: #0b51a1;
		font-weight: 500;
	}

	.r_detail_txt ul li dl dt:after {
		content: "";
		display: block;
		position: absolute;
		top: 9px;
		right: 0;
		width: 2px;
		height: 17px;
		background: #0b51a1;
	}

	.r_detail_txt ul li dl dd {
		float: left;
		width: 82%;
		margin-left: 2%;
		color: #333;
	}

	.r_detail_txt ul li dl dd p {
		font-size: 11pt;
		margin-top: 6px;
		text-align: justify;
		word-break: keep-all;
	}

	/*** 모바일 CSS***/
	@media all and (max-width:1023px) {
		.r_detail_txt {
			margin-top: 0;
		}

		.r_detail_txt h3 {
			font-size: 17pt;
		}

		.r_detail_txt ul li dl {
			font-size: 13pt;
		}

		.r_detail_txt ul li dl dt {
			width: 20%;
		}

		.r_detail_txt ul li dl dt::after {
			top: 6px;
			height: 15px;
		}

		.r_detail_txt ul li dl dd {
			width: 76%;
			margin-left: 4%;
		}
	}

	@media all and (max-width:700px) {
		.r_detail_img {
			float: none;
			width: 100%;
		}

		.r_detail_txt {
			float: none;
			width: 100%;
			margin-left: 0;
			margin-top: 20px;
		}

		.r_detail_txt h3 {
			font-size: 15pt;
			margin-top: 15px;
		}

		.r_detail_txt ul {
			margin-top: 15px;
		}

		.r_detail_txt ul li dl {
			font-size: 12pt;
		}
	}

	@media all and (max-width:500px) {
		.r_detail_txt h3 {
			font-size: 14pt;
		}

		.r_detail_txt ul li dl {
			font-size: 11pt;
		}

		.r_detail_txt ul li dl dt::after {
			top: 5px;
			height: 15px;
		}

	}

	/* ==================================================
	홍보센터 - E-카탈로그
================================================== */
.catalog_con {
	margin-top: 10px;
}

.catalog_con:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.catalog_btn {
	float: left;
}

a.btn_view {
	display: inline-block;
	padding: 8px 37px 6px 20px;
	border-radius: 20px;
	background: url('../images/common/view.png') #216698 no-repeat right 50%;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
}

a.btn_down {
	display: inline-block;
	padding: 8px 37px 6px 20px;
	border-radius: 20px;
	background: url('../images/common/bg_arrow01.png') #142269 no-repeat right 50%;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
}

.pdfdown {
	float: right;
	margin-top: 5px;
}

.catalog_mt {
	margin-top: 60px;
}

/* 모바일 및 탭 */
@media screen and (max-width:800px) {
	.pdfdown {
		float: left;
		margin-top: 20px;
	}

	.catalog_mt {
		margin-top: 30px;
	}
}

@media screen and (max-width:640px) {
	.pdfdown {
		display: none;
	}
}

	/* ==================================================
	사이트맵
================================================== */

	.sitemap {
		width: 100%;
		height: auto;
	}

	.sitemap:after {
		content: '';
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}

	.sitemap .depth01 {
		float: left;
		width: 18%;
		margin: 0 1%;
		padding-top: 10px;
		border-top: 2px solid #0059D0;
	}

	.sitemap div.depth01 {
		font-size: 15pt;
		color: #0059D0;
		font-weight: bold;
	}

	.sitemap .sub {
		border-top: 1px solid #ccc;
		margin-top: 10px;
		margin-bottom: 25px;
	}

	.sitemap ul.sub2 {
		padding-left: 14px;
	}

	.sitemap li.depth02 {
		padding: 8px 0;
		border-bottom: 1px dashed #ccc;
	}

	.sitemap li.depth02 a {
		font-size: 11pt;
		color: #222;
	}

	.sitemap .sub_m {
		padding-top: 4px;
	}

	.sitemap .sub_m li {
		background: url('../images/icon/ico_grayDot.png') no-repeat 0 18px;
		background-size: 3px;
		padding-left: 10px;
	}

	.sitemap .sub_m li a {
		font-size: 10pt;
		color: #949494;
		line-height: 160%;
		font-weight: normal;
	}

	.sitemap .sub_m .model {
		padding-left: 13px;
	}

	/*** 모바일CSS ***/
	@media all and (max-width:750px) {
		.sitemap .depth01 {
			width: 96%;
			margin: 30px 2% 0 2%;
		}

		.sitemap div.m01 {
			margin-top: 0 !important;
		}
	}