/*================================
	서브-색상
================================*/
.color_2e3092{
	color: #2e3092;
}

/*================================
	서브타이틀
================================*/
@media (max-width: 575px) {
	.sub_title1{
		font-weight: 700;
		font-size: 22px;
		color: #000000;
	}
	.sub_title2{
		font-weight: 700;
		font-size: 17px;
		color: #2e3092;
	}
	.sub_title3{
		font-weight: 700;
		font-size: 20px;
		color: #000000;
		line-height: 28px;
	}
	.sub_title4{
		font-weight: 500;
		font-size: 17px;
		color: #000000;
	}
	.sub_title5{
		font-weight: 700;
		font-size: 20px;
		color: #000000;
		line-height: 26px;
	}
	.sub_title6{
		font-weight: 700;
		font-size: 20px;
		color: #000000;
	}
}
@media (min-width: 576px){
	.sub_title1{
		font-weight: 700;
		font-size: 24px;
		color: #000000;
	}
	.sub_title2{
		font-weight: 700;
		font-size: 19px;
		color: #2e3092;
	}
	.sub_title3{
		font-weight: 700;
		font-size: 22px;
		color: #000000;
		line-height: 32px;
	}
	.sub_title4{
		font-weight: 500;
		font-size: 17px;
		color: #000000;
	}
	.sub_title5{
		font-weight: 700;
		font-size: 22px;
		color: #000000;
		line-height: 32px;
	}
	.sub_title6{
		font-weight: 700;
		font-size: 20px;
		color: #000000;
	}
}

/*================================
	서브내용-텍스트
================================*/
.sub_content_text p{
	font-size: 16px;
	color: #333232;
	line-height: 23px;
}

/*================================
	서브이미지
================================*/
.sub_img1{
	background: url('../images/sub/sub_img01.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.sub_img2{
	background: url('../images/sub/sub_img02.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.sub_img22{
	background: url('../images/sub/sub_img02_01.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.sub_img23{
	background: url('../images/sub/sub_img02_02.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.sub_img3{
	background: url('../images/sub/sub_img03.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.sub_img4{
	background: url('../images/sub/sub_img04.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

@media (max-width: 575px) {
	.sub_img{
		width: 100%;
		height: 200px;
		margin: 70px 0 0 0;
	}
	.sub_img .sub_img_title{
		font-family: 'Gmarket Sans', sans-serif;
		font-weight: 700;
		font-size: 35px;
		color: #FFFFFF;
		padding: 70px 0 0 0;
	}
	.sub_img .sub_img_text{
		font-size: 15px;
		color: #FFFFFF;
		padding: 0 0 0 0;
	}
}
@media (min-width: 576px){
	.sub_img{
		width: 100%;
		height: 200px;
		margin: 70px 0 0 0;
	}
	.sub_img .sub_img_title{
		font-family: 'Gmarket Sans', sans-serif;
		font-weight: 700;
		font-size: 40px;
		color: #FFFFFF;
		padding: 70px 0 0 0;
	}
	.sub_img .sub_img_text{
		font-size: 17px;
		color: #FFFFFF;
		padding: 0 0 0 0;
	}
}

/*================================
	서브내용-기본레이아웃
================================*/
@media (max-width: 575px){
	.sub_info{
		width: 100%;
		overflow: hidden;
		padding: 0 0 30px 0;
	}
	.sub_info .wrap{
		padding-right: 0;
		padding-left: 0;
	}
	.sub_info .sub_menu1{
		width: 100%;
		float: left;
	}
	.sub_info .sub_content{
		width: 100%;
		float: left;
		padding: 30px 15px 0 15px;
	}
}
@media (min-width: 576px){
	.sub_info{
		width: 100%;
		overflow: hidden;
		padding: 30px 0 50px 0;
	}
	.sub_info .sub_menu1{
		width: 100%;
		float: left;
	}
	.sub_info .sub_content{
		width: 100%;
		float: left;
		padding: 30px 0 0 0;
	}
}

/*================================
	서브-탭
================================*/
#tabs{	
	width: 102%;
	overflow: hidden;
	list-style: none;
}
#tabs li{
	width: 33.33333333333333%;
	height: 50px;
	float: left;
	padding: 0 2% 0 0;
}
#tabs #current a,
#tabs #current a::after{ 
	border: 2px solid #2e3092;
	background: #fff;
	color: #08094d;
	z-index: 3;
}
#content{
	width: 100%;
	overflow: hidden;
}

@media (max-width: 575px){
	#tabs a{
		height: 45px;
		border: 1px solid #d0d0d0;
		border-radius: 10px;
		background: #FFFFFF;	
		text-decoration: none;
		text-align: center;
		display: block;
		font-weight: 500;
		font-size: 16px;
		color: #474747;
		line-height: 43px;
	}
}
@media (min-width: 576px){
	#tabs a{
		height: 50px;
		border: 1px solid #d0d0d0;
		border-radius: 10px;
		background: #FFFFFF;	
		text-decoration: none;
		text-align: center;
		display: block;
		font-weight: 500;
		font-size: 17px;
		color: #474747;
		line-height: 48px;
	}
}

/*================================
	서브-테이블1
================================*/
.sub_table1{
	width: 100%;
	border-top: 1px solid #d0d0d0;
}

@media (max-width: 575px){
	.sub_table1 th{
		background: #f5f5fb;
		font-weight: 400;
		font-size: 16px;
		color: #000000;
		line-height: 23px;
		text-align: left;
		border-right: 1px solid #d0d0d0;
		border-bottom: 1px solid #d0d0d0;
		padding: 10px 20px 12px 20px;
	}
	.sub_table1 td{
		background: #ffffff;
		font-size: 16px;
		color: #333232;
		line-height: 23px;
		text-align: left;
		border-bottom: 1px solid #d0d0d0;
		padding: 10px 20px 12px 20px;
	}
}
@media (min-width: 576px){
	.sub_table1 th{
		background: #f5f5fb;
		font-weight: 400;
		font-size: 16px;
		color: #000000;
		line-height: 23px;
		text-align: left;
		border-right: 1px solid #d0d0d0;
		border-bottom: 1px solid #d0d0d0;
		padding: 10px 20px 12px 20px;
	}
	.sub_table1 td{
		background: #ffffff;
		font-size: 16px;
		color: #333232;
		line-height: 23px;
		text-align: left;
		border-bottom: 1px solid #d0d0d0;
		padding: 10px 20px 12px 20px;
	}
}

/*================================
	서브메뉴
================================*/
.sub_info .sub_menu1 ul{
	padding: 0;
}

@media (max-width: 575px) {
	.sub_info .sub_menu1 ul{
		width: 100%;
	}
	.sub_info .sub_menu1 ul li a{
		width: 33.33333333333333%;
		height: 40px;
		font-weight: 500;
		font-size: 16px;
		color: #000000;
		line-height: 40px;
		text-align: center;
		padding: 0 5px;
		border-right: 1px solid #d0d0d0;
		border-bottom: 1px solid #d0d0d0;
		display: block;
		float: left;
	}
	.sub_info .sub_menu1 ul .li_3 a,
	.sub_info .sub_menu1 ul .li_6 a{
		border-right: 0;
	}
	.sub_info .sub_menu1 ul .on a{
		color: #FFFFFF;
		background: #2e3092;
	}
}
@media (min-width: 576px){
	.sub_info .sub_menu1 ul{
		width: 100%;
		border-top: 1px solid #d0d0d0;
	}
	.sub_info .sub_menu1 ul li a{
		width: 33.33333333333333%;
		height: 45px;
		font-weight: 500;
		font-size: 17px;
		color: #000000;
		line-height: 45px;
		padding: 0 15px;
		border-right: 1px solid #d0d0d0;
		border-bottom: 1px solid #d0d0d0;
		display: block;
		background: #fff url('../images/sub/sub_menu_point01.png') no-repeat;
		background-position: 94% 50%;
		float: left;
	}
	.sub_info .sub_menu1 ul .li_1 a,
	.sub_info .sub_menu1 ul .li_4 a,
	.sub_info .sub_menu1 ul .li_7 a{
		border-left: 1px solid #d0d0d0;
	}
	.sub_info .sub_menu1 ul .on a{
		color: #FFFFFF;
		background: #2e3092 url('../images/sub/sub_menu_point01_on.png') no-repeat;
		background-position: 90% 50%;
	}
}

/*================================
	회사소개-기업소개-회사정보
================================*/
.page1_1_info li{
	width: 100%;
	border-top: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	float: left;
	text-align: center;
	padding: 20px 0;
}
.page1_1_info .li_1{
	border-left: 1px solid #d0d0d0;
}
.page1_1_info .li_3{
	border-bottom: 1px solid #d0d0d0;
}
.page1_1_info li .page1_1_info_icon img{
	height: 54px;
}

@media (max-width: 575px){
	.page1_1_info{
		width: 100%;
		overflow: hidden;
		padding: 0 0 20px 0;
	}
	.page1_1_info li .page1_1_info_title{
		font-weight: 500;
		font-size: 17px;
		color: #2e3092;
		padding: 10px 0 0 0;
	}
	.page1_1_info li .page1_1_info_text{
		font-weight: 500;
		font-size: 17px;
		color: #000000;
	}
}
@media (min-width: 576px){
	.page1_1_info{
		width: 100%;
		overflow: hidden;
		padding: 0 0 30px 0;
	}
	.page1_1_info li .page1_1_info_title{
		font-weight: 500;
		font-size: 17px;
		color: #2e3092;
		padding: 10px 0 0 0;
	}
	.page1_1_info li .page1_1_info_text{
		font-weight: 500;
		font-size: 17px;
		color: #000000;
	}
}

/*================================
	회사소개-기업소개-주요생산품목
================================*/
@media (max-width: 575px){
	.sub_info #tabs{
		padding: 15px 0 10px 0;
	}
	.sub_info .sub_table1 th{
		width: 100%;
		display: block;
		border-right: 0;
	}
	.sub_info .sub_table1 td{
		width: 100%;
		display: block;
	}
}
@media (min-width: 576px){
	.sub_info #tabs{
		padding: 24px 0 30px 0;
	}
	.sub_info .sub_table1 th{
		width: 30%;
	}
	.sub_info .sub_table1 td{
		width: 70%;
	}
}

/*================================
	회사소개-ceo인사말-기본레이아웃
================================*/
.page1_2 .page1_2_content{
	width: 100%;
	overflow: hidden;
}

@media (max-width: 575px){
	.page1_2 .sub_title3{
		padding: 10px 0 10px 0;
	}
	.page1_2 .page1_2_content dt{
		width: 100%;
		float: left;		
		padding: 0 0 15px 0;
	}
	.page1_2 .page1_2_content dd{
		width: 100%;
		float: left;
		text-align: center;
	}
}
@media (min-width: 576px){
	.page1_2 .sub_title3{
		padding: 10px 0 20px 0;
	}
	.page1_2 .page1_2_content dt{
		width: 100%;
		float: left;		
		padding: 0 0 15px 0;
	}
	.page1_2 .page1_2_content dd{
		width: 100%;
		float: left;
		text-align: center;
	}
}

/*================================
	회사소개-ceo인사말-내용
================================*/
.page1_2 .sub_content_text p{
	padding: 0 0 15px 0;
}
.page1_2 .sub_content_text .page1_2_name{
	font-size: 16px;
}
.page1_2 .sub_content_text .page1_2_name b{
	font-weight: 400;
	padding: 0 0 0 12px;
}

/*================================
	회사소개-ceo인사말-이미지
================================*/
@media (max-width: 575px){
	.page1_2 .page1_2_content dd img{
		width: 100%;
	}
}
@media (min-width: 576px){
	.page1_2 .page1_2_content dd img{
		width: 70%;
	}
}

/*================================
	회사소개-경영이념 및 비전-타이틀
================================*/
.page1_3 .sub_title4{
	text-align: center;
}
.page1_3 .sub_title5{
	text-align: center;
	padding: 10px 0 0 0;
}
.page1_3 .sub_title5 b{
	color: #2e3092;
}

/*================================
	회사소개-경영이념 및 비전-리스트
================================*/
.page1_3_list li{
	width: 100%;
	padding: 0 0 30px 0;
}

@media (max-width: 575px){
	.page1_3_list{
		width: 100%;
		overflow: hidden;
		padding: 30px 0 0 0;	 
	}
	.page1_3_list_won{
		width: 180px;
		height: 180px;
		margin: 0 auto;
		background: #f8f8f8;
		text-align: center;
		border-radius: 50%;	
	}
	.page1_3_list_won .plw_icon{
		padding: 30px 0 0 0;
	}
	.page1_3_list_won .plw_icon img{
		height: 70px;
	}
	.page1_3_list_won .plw_title{	
		margin: 0 auto;
		font-weight: 700;
		font-size: 19px;
		color: #2e3092;
		padding: 20px 0 0 0;
	}
	.page1_3_list_text{
		width: 100%;
		margin: 0 auto;
		text-align: center;
		padding: 15px 0 0 0;
	}
	.page1_3_list .li_1{
		background-position: 60px -30px;
	}
	.page1_3_list .li_2{
		background-position: 0 -30px;
	}
	.page1_3_list .li_3{
		background-position: -150px -30px;
	}
}
@media (min-width: 576px){
	.page1_3_list{
		width: 100%;
		overflow: hidden;
		padding: 30px 0 0 0;	 
	}
	.page1_3_list_won{
		width: 200px;
		height: 200px;
		margin: 0 auto;
		background: #f8f8f8;
		text-align: center;
		border-radius: 50%;	
	}
	.page1_3_list_won .plw_icon{
		padding: 40px 0 0 0;
	}
	.page1_3_list_won .plw_icon img{
		height: 80px;
	}
	.page1_3_list_won .plw_title{	
		margin: 0 auto;
		font-weight: 700;
		font-size: 19px;
		color: #2e3092;
		padding: 20px 0 0 0;
	}
	.page1_3_list_text{
		width: 100%;
		margin: 0 auto;
		text-align: center;
		padding: 20px 0 0 0;
	}
	.page1_3_list .li_1{
		background-position: 60px -30px;
	}
	.page1_3_list .li_2{
		background-position: 0 -30px;
	}
	.page1_3_list .li_3{
		background-position: -150px -30px;
	}
}

/*================================
	회사소개-연혁
================================*/
.page1_4 #tabs{
	padding: 0;
}
.page1_4 #tabs li{
	width: 50%;
}
.page1_4_list{
	width: 100%;
	overflow: hidden;
}
.page1_4_list .li_e{
	border-bottom: 0;
}
.page1_4_list li .page1_4_list_content{
	width: 100%;
	float: left;
}
.page1_4_list li .page1_4_list_content dl dd{
	width: 100%;
	overflow: hidden;
	padding: 0 0 5px 0;
}

@media (max-width: 575px){
	.page1_4_list li{
		width: 100%;
		overflow: hidden;
		border-bottom: 1px solid #d0d0d0;
		padding: 20px 0 0 0;
	}
	.page1_4_list li .page1_4_list_year{
		width: 100%;
		float: left;
		font-family: 'Gmarket Sans', sans-serif;
		font-weight: 700;
		font-size: 36px;
		color: #2e3092;
		line-height: 40px;
		padding: 0 0 20px 0;
	}
	.page1_4_list li .page1_4_list_content dl{
		width: 100%;
		overflow: hidden;
		padding: 0 0 20px 0;
	}
	.page1_4_list li .page1_4_list_content dl dt{
		width: 100%;
		overflow: hidden;
		font-family: 'Gmarket Sans', sans-serif;
		font-weight: 700;
		font-size: 22px;
		color: #000000;
		line-height: 28px;
		padding: 0 0 5px 0;
	}
	.page1_4_list li .page1_4_list_content dl dd .plc_data{
		width: 15%;
		float: left;
		font-size: 16px;
		color: #000000;
	}
	.page1_4_list li .page1_4_list_content dl dd .plc_info{
		width: 85%;
		float: left;
	}
}
@media (min-width: 576px){
	.page1_4_list li{
		width: 100%;
		overflow: hidden;
		border-bottom: 1px solid #d0d0d0;
		padding: 40px 0 0 0;
	}
	.page1_4_list li .page1_4_list_year{
		width: 100%;
		float: left;
		font-family: 'Gmarket Sans', sans-serif;
		font-weight: 700;
		font-size: 40px;
		color: #2e3092;
		line-height: 45px;
		padding: 0 0 20px 0;
	}
	.page1_4_list li .page1_4_list_content dl{
		width: 100%;
		overflow: hidden;
		padding: 0 0 20px 0;
	}
	.page1_4_list li .page1_4_list_content dl dt{
		width: 100%;
		overflow: hidden;
		font-family: 'Gmarket Sans', sans-serif;
		font-weight: 700;
		font-size: 25px;
		color: #000000;
		line-height: 30px;
		padding: 0 0 5px 0;
	}
	.page1_4_list li .page1_4_list_content dl dd .plc_data{
		width: 10%;
		float: left;
		font-size: 16px;
		color: #000000;
	}
	.page1_4_list li .page1_4_list_content dl dd .plc_info{
		width: 90%;
		float: left;
	}
}

/*================================
	회사소개-글로벌네트워크
================================*/
.page1_7_map img{
	width: 100%;
}
.page1_7_mapkey{
	padding: 20px 0 0 0;
}
.page1_7_mapkey b{
	font-weight: 500;
}
.page1_7_mapkey span{
	padding: 0 20px 0 0;
}
.page1_7_mapkey img{
	vertical-align: middle;
	padding: 0 5px 0 0;
}
.page1_7_mapkey .icon_1{
	margin-top: -5px;
}
.page1_7_mapkey .icon_2{
	margin-top: -3px;
}


/*================================
	회사소개-채용정보-인재상
================================*/
.page1_5 .sub_title1{
	padding: 0 0 10px 0;
}

@media (max-width: 575px){
	.page1_5 .page1_5_img01{
		text-align: center;
		padding: 30px 0 30px 0;
	}
	.page1_5 .page1_5_img01 img{
		width: 100%;
	}
}
@media (min-width: 576px){
	.page1_5 .page1_5_img01{
		text-align: center;
		padding: 30px 0 40px 0;
	}
	.page1_5 .page1_5_img01 img{
		width: 100%;
	}
}

/*================================
	회사소개-채용정보-인사제도
================================*/
.page1_5 .page1_5_list01 li{
	width: 50%;
	float: left;
	text-align: center;
}
.page1_5 .page1_5_list01 .li_4{
	background: #fff url() 50% 50%;
}

.page1_5 .page1_5_list01 .li_1 dl{
	background: #5c5fc5;
}
.page1_5 .page1_5_list01 .li_2 dl{
	background: #4749b3;
}
.page1_5 .page1_5_list01 .li_3 dl{
	background: #37399e;
}
.page1_5 .page1_5_list01 .li_4 dl{
	background: #2e3092;
}

@media (max-width: 575px){
	.page1_5 .page1_5_list01{
		width: 100%;	
		overflow: hidden;
		padding: 30px 0 30px 0;
	}
	.page1_5 .page1_5_list01 li dl{
		width: 150px;
		height: 150px;
		border-radius: 50%;
		margin: 0 auto 10px auto;
	}
	.page1_5 .page1_5_list01 li dl dt{
		font-weight: 500;
		font-size: 18px;
		color: #abadf0;
		padding: 25px 0 10px 0;
	}
	.page1_5 .page1_5_list01 li dl dd{
		font-weight: 500;
		font-size: 19px;
		color: #ffffff;
	}
}
@media (min-width: 576px){
	.page1_5 .page1_5_list01{
		width: 100%;	
		overflow: hidden;
		padding: 40px 0 40px 0;
	}
	.page1_5 .page1_5_list01 li dl{
		width: 160px;
		height: 160px;
		border-radius: 50%;
		margin: 0 auto 10px auto;
	}
	.page1_5 .page1_5_list01 li dl dt{
		font-weight: 500;
		font-size: 18px;
		color: #abadf0;
		padding: 25px 0 10px 0;
	}
	.page1_5 .page1_5_list01 li dl dd{
		font-weight: 500;
		font-size: 19px;
		color: #ffffff;
	}
}

/*================================
	회사소개-채용정보-복리후생
================================*/
.page1_5_list02{
	width: 100%;	
	overflow: hidden;
	border-top: 1px solid #d0d0d0;
	margin: 20px 0 0 0;
}

.page1_5_list02 li .plu_img img{
	height: 55px;
}
.page1_5_list02 li .plu_title{
	font-weight: 700;
	font-size: 22px;
	color: #2e3092;
	padding: 0 0 14px 0;
}

@media (max-width: 575px){
	.page1_5_list02 li{
		width: 100%;
		text-align: center;
		float: left;
		border-left: 1px solid #d0d0d0;
		border-right: 1px solid #d0d0d0;
		border-bottom: 1px solid #d0d0d0;
		padding: 0 30px 20px 30px;
	}
	.page1_5_list02 li .plu_img{
		padding: 20px 0 10px 0;
	}
}
@media (min-width: 576px){
	.page1_5_list02 li{
		width: 50%;
		height: 320px;
		text-align: center;
		float: left;
		border-right: 1px solid #d0d0d0;
		border-bottom: 1px solid #d0d0d0;
		padding: 0 30px;
	}
	.page1_5_list02 li .plu_img{
		padding: 30px 0 25px 0;
	}
	.page1_5_list02 .li_1{
		height: 250px;
		border-left: 1px solid #d0d0d0;
	}
	.page1_5_list02 .li_2{
		height: 250px;
	}
	.page1_5_list02 .li_3{
		border-left: 1px solid #d0d0d0;
	}
	.page1_5_list02 .li_4{
		border-left: 0;
	}
	.page1_5_list02 .li_5{
		height: 250px;
		border-left: 1px solid #d0d0d0;
	}
	.page1_5_list02 .li_6{
		height: 250px;
	}
}

/*================================
	회사소개-오시는길-지도
================================*/
.page1_6_map .naver_map{
	width: 100%;
	height: 300px;
}
.page1_6_map .iw_inner{
	padding: 7px 7px;
}
.page1_6_map .iw_inner .naver_map_title{
	font-weight: 500;
    font-size: 16px;
    color: #000000;
	line-height: 16px;
}
.page1_6_map .iw_inner p{
	font-size: 14px;
    color: #4a4a4a;	
}

@media (max-width: 575px){
	.page1_6_map .naver_map{
		height: 250px;
	}
}

/*================================
	회사소개-오시는길-정보
================================*/
.page1_6_info{
	width: 100%;
	overflow: hidden;
}
.page1_6_info .li_3{
	width: 100%;
}
.page1_6_info li dl{
	width: 100%;
	overflow: hidden;
}
.page1_6_info li dl dd img{
	vertical-align: middle;
	margin: -3px 15px 0 0;
}

@media (max-width: 575px){
	.page1_6_info li{
		width: 100%;
		float: left;
		border-bottom: 1px solid #d0d0d0;
		padding: 15px 0 15px 0;
	}
	.page1_6_info li dl dt{
		width: 100%;
		font-weight: 700;
		font-size: 20px;
		color: #000000;
		float: left;
		padding: 0 0 10px 0;
	}
	.page1_6_info li dl dd{
		width: 100%;
		float: left;
		font-size: 17px;
		color: #4a4a4a;
	}
	.page1_6_info .li_3 dl dt{
		width: 100%;
	}
	.page1_6_info .li_3 dl dd{
		width: 100%;
	}
}
@media (min-width: 576px){
	.page1_6_info li{
		width: 100%;
		float: left;
		border-bottom: 1px solid #d0d0d0;
		padding: 20px 0 20px 0;
	}
	.page1_6_info li dl dt{
		width: 25%;
		font-weight: 700;
		font-size: 22px;
		color: #000000;
		float: left;
	}
	.page1_6_info li dl dd{
		width: 75%;
		float: left;
		font-size: 17px;
		color: #4a4a4a;
	}
	.page1_6_info .li_3 dl dt{
		width: 25%;
	}
	.page1_6_info .li_3 dl dd{
		width: 75%;
	}
}

/*================================
	회사소개-오시는길-정보-지하철,버스
================================*/
.page1_6_info_title{
	font-weight: 500;
	font-size: 18px;
	color: #000000;
	padding: 0 0 5px 0;
}
.pis_info{
	font-size: 17px;
	color: #4a4a4a;
}
.pis_info .pis_info_7{
	width: 22px;
	height: 22px;
	background: #697215;
	border-radius: 50%;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 20px;
	text-align: center;
	display: inline-block;
}
.pis_info_7_name{
	font-weight: 500;
	color: #697215;
	padding: 0 20px 0 10px;
}
.pib_info_icon{
	width: 50px;
	height: 24px;
	background: #50a332;
	border-radius: 5px;
	font-weight: 500;
	font-size: 15px;
	color: #FFFFFF;
	line-height: 22px;
	text-align: center;
	display: inline-block;
	margin: 0 9px 0 0;
}
.pib_info_icon1{
	margin-left: 20px;
}

@media (max-width: 575px){
	.page1_6_info_subway{
		width: 100%;
		float: left;
		padding: 0 0 20px 0;
	}
	.page1_6_info_bus{
		width: 100%;
		float: left;
	}
}
@media (min-width: 576px){
	.page1_6_info_subway{
		width: 100%;
		float: left;
		padding: 0 0 20px 0;
	}
	.page1_6_info_bus{
		width: 100%;
		float: left;
	}
}

/*================================
	생산품목-카테고리
================================*/
.product_menu{
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
}
.product_menu li a{
	width: 33.33333333333333%;
	height: 40px;
	float: left;
	text-align: center;
	display: block;
	font-size: 16px;
	color: #000000;
	line-height: 40px;
	border-right: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
}
.product_menu .on a{
	background: #2e3092;
	color: #FFFFFF;
}

/*================================
	생산품목-검색
================================*/
.product_search dd{
	width: 70%;
	float: left;
	text-align: right;
	padding: 0 0 7px 0;
}
.product_search dd .dd_div{
	display: inline-block;
}
.product_search dd .btn_search{
	width: 40px;
	height: 40px;
	background: #f5f5f5 url(../images/sub/btn_search01.png) no-repeat 50% 50%;
	border: 0;
	float: left;
	cursor: pointer;
}

@media (max-width: 575px){
	.product_search{
		width: 100%;
		overflow: hidden;
		border-bottom: 1px solid #000000;
		padding: 20px 0 0 0;
	}
	.product_search dt{
		width: 30%;
		float: left;
		font-size: 16px;
		color: #000000;
		padding: 5px 0 0 0;
	}
	.product_search dd .product_search_input{
		width: 160px;
		height: 40px;
		background: #f5f5f5;
		font-size: 15px;
		color: #727272;
		border: 0;
		float: left;
	}
}
@media (min-width: 576px){
	.product_search{
		width: 100%;
		overflow: hidden;
		border-bottom: 1px solid #000000;
		padding: 30px 0 0 0;
	}
	.product_search dt{
		width: 30%;
		float: left;
		font-size: 17px;
		color: #000000;
	}
	.product_search dd .product_search_input{
		width: 254px;
		height: 40px;
		background: #f5f5f5;
		font-size: 15px;
		color: #727272;
		border: 0;
		float: left;
	}
}

/*================================
	생산품목-리스트
================================*/
.product_list{
	width: 103%;
	overflow: hidden;
	padding: 25px 0 0 0;
}
.product_list li .product_list_img{
	width: 100%;
	border: 1px solid #dcdcdc;
}
.product_list li .product_list_img img{
	width: 100%;
}

@media (max-width: 575px){
	.product_list li{
		width: 50%;
		padding: 0 3% 5% 0;
		float: left;
		text-align: center;
	}
	.product_list li .product_list_name{
		font-weight: 500;
		font-size: 17px;
		color: #000000;
		padding: 5px 0 0 0;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
@media (min-width: 576px){
	.product_list li{
		width: 50%;
		padding: 0 3% 3% 0;
		float: left;
		text-align: center;
	}
	.product_list li .product_list_name{
		font-weight: 500;
		font-size: 18px;
		color: #000000;
		padding: 7px 0 0 0;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

/*================================
	제품-정보,이미지
================================*/
.product_read .product_read_top{
	width: 100%;
	overflow: hidden;
	background: #f5f5f5;
}
.product_read .product_read_top .btn_read_qa img{
	vertical-align: middle;
	margin: -3px 13px 0 0;
}

.btn_read_list{
	width: 120px;
	height: 45px;
	background: #444444;
	text-align: center;
	display: block;
	font-size: 16px;
	color: #ffffff;
	line-height: 43px;
	margin: 30px auto 0 auto;
}
.btn_read_list:link{
	color: #ffffff;
}

@media (max-width: 575px){
	.product_read .product_read_top .prt_left{
		width: 100%;
		float: left;
		padding: 20px 20px 0 20px;
	}
	.product_read .product_read_top .prt_right{
		width: 100%;
		float: left;
	}
	.product_read .product_read_top .prt_category{
		font-weight: 500;
		font-size: 19px;
		color: #2e3092;
	}
	.product_read .product_read_top .prt_name{
		font-family: 'Gmarket Sans', sans-serif;
		font-weight: 700;
		font-size: 30px;
		color: #000000;
		line-height: 35px;
		padding: 15px 0 10px 0;
	}
	.product_read .product_read_top .prt_info{
		font-size: 16px;
		color: #333232;
		line-height: 23px;
		padding: 0 0 20px 0;
	}
	.product_read .product_read_top .btn_read_qa{
		width: 160px;
		height: 50px;
		background: #2e3092;
		text-align: center;
		display: block;
		font-size: 16px;
		color: #ffffff;
		line-height: 50px;
	}
	.product_read .product_read_top .mibreit-center-box img{
		width: 100%;
		height: 80px;
	}
}
@media (min-width: 576px){
	.product_read .product_read_top .prt_left{
		width: 100%;
		float: left;
		padding: 30px 30px 0 30px;
	}
	.product_read .product_read_top .prt_right{
		width: 100%;
		float: left;
	}
	.product_read .product_read_top .prt_category{
		font-weight: 500;
		font-size: 20px;
		color: #2e3092;
	}
	.product_read .product_read_top .prt_name{
		font-family: 'Gmarket Sans', sans-serif;
		font-weight: 700;
		font-size: 35px;
		color: #000000;
		line-height: 40px;
		padding: 15px 0 10px 0;
	}
	.product_read .product_read_top .prt_info{
		font-size: 16px;
		color: #333232;
		line-height: 23px;
		padding: 0 0 20px 0;
	}
	.product_read .product_read_top .btn_read_qa{
		width: 160px;
		height: 50px;
		background: #2e3092;
		text-align: center;
		display: block;
		font-size: 17px;
		color: #ffffff;
		line-height: 50px;
	}
	.product_read .product_read_top .mibreit-center-box img{
		width: 100%;
		height: 80px;
	}
}

/*================================
	제품-이미지리스트
================================*/
#container {
  position: relative;
  margin: auto;
  margin-top: 0;
  width: 100%;
  overflow: hidden;
}
.fluid {
  width: 100%;
  height: auto;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.aligncenterflex {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.aligncenter {
  display: block;
  margin: auto;
  margin-top: 2px;
  padding: 0px;
}
.flex-horizontal {
  display: flex;
  flex-direction: row;
}
.flex-vertical {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (max-width: 575px){
	.content-slideshow {
	  position: relative;
	  margin: 0;
	  top: 2px;
	  margin-left: auto;
	  margin-right: auto;
	  width: 100%; 
	  height: 12em;
	}
}
@media (min-width: 576px){
	.content-slideshow {
	  position: relative;
	  margin: 0;
	  top: 2px;
	  margin-left: auto;
	  margin-right: auto;
	  width: 100%; 
	  height: 340px;
	}
}

/*================================
	제품상세정보
================================*/
@media (max-width: 575px){
	.product_read .product_detail{
		width: 100%;
		overflow: hidden;
		border-bottom: 2px solid #000000;
		font-weight: 700;
		font-size: 22px;
		color: #000000;
		padding: 20px 0 10px 0;
	}
	.product_read .product_detail_content{
		padding: 20px 0 0 0;
	}
}
@media (min-width: 576px){
	.product_read .product_detail{
		width: 100%;
		overflow: hidden;
		border-bottom: 2px solid #000000;
		font-weight: 700;
		font-size: 24px;
		color: #000000;
		padding: 30px 0 10px 0;
	}
	.product_read .product_detail_content{
		padding: 30px 0 0 0;
	}
}

/*================================
	적용분야-top
================================*/
.page3_product .sub_title2{
	font-weight: 500;
}
.page3_product .sub_title3{
	padding: 0 0 10px 0;
}

/*================================
	적용분야-적용분야
================================*/
.page3_product .page3_product_application{
	width: 100%;
	overflow: hidden;
	background: #f5f5fb;
	margin: 25px 0 30px 0;
}

@media (max-width: 575px){
	.page3_product .page3_product_application dt{
		width: 100%;
		height: 45px;
		float: left;
		background: #2e3092;
		border-radius: 10px;
		font-size: 17px;
		color: #ffffff;
		line-height: 45px;
		text-align: center;
	}
	.page3_product .page3_product_application dd{
		width: 100%;
		overflow: hidden;
		float: left;
		background: #f5f5fb;
		border-radius: 10px;
		font-size: 17px;
		color: #000000;
		line-height: 23px;
		padding: 10px 10px;
	}
}
@media (min-width: 576px){
	.page3_product .page3_product_application dt{
		width: 100%;
		height: 47px;
		float: left;
		background: #2e3092;
		border-radius: 10px;
		font-size: 17px;
		color: #ffffff;
		line-height: 47px;
		text-align: center;
	}
	.page3_product .page3_product_application dd{
		width: 100%;
		overflow: hidden;
		float: left;
		background: #f5f5fb;
		border-radius: 0 10px 10px 0;
		font-size: 17px;
		color: #000000;
		line-height: 47px;
		padding: 0 0 0 10px;
	}
}

/*================================
	적용분야-이미지
================================*/
.page3_product .page3_product_img{
	width: 100%;
	overflow: hidden;
	background: #f5f5f5;
}
.page3_product .page3_product_img img{
	max-width: 100%;
}

/*================================
	적용분야-내용
================================*/
.page3_product .page3_product_list01 li .ppl_img{	
	text-align: center;
}
.page3_product .page3_product_list01 li .ppl_img img{
	width: 100%;
}
.page3_product .page3_product_list01 .li_2 .ppl_img{
	padding: 20px 0 0 0;
}
.page3_product .page3_product_list01 .ppl_text{
	font-size: 17px;
	color: #333232;
	text-align: center;
	padding: 5px 0 0 0;
}

@media (max-width: 575px){
	.page3_product .page3_product_list01{
		width: 100%;
		overflow: hidden;
		padding: 20px 0 26px 0;
	}
	.page3_product .page3_product_list01 li{
		width: 100%;
		height: auto;
		float: left;	
		border: 1px solid #d0d0d0;
		padding: 24px 20px 20px 20px;
	}
	.page3_product .page3_product_list01 .li_1{
		margin: 0 0 20px 0;
	}
	.page3_product .page3_product_list01 .li_2{
		margin: 0 0 0 0;
	}
	.page3_product .page3_product_list01 li .ppl_title{
		font-weight: 700;
		font-size: 20px;
		color: #121212;
		line-height: 26px;
	}
	.page3_product .page3_product_list01 li .ppl_content{
		padding: 10px 0 30px 0;
	}
}
@media (min-width: 576px){
	.page3_product .page3_product_list01{
		width: 100%;
		overflow: hidden;
		padding: 30px 0 36px 0;
	}
	.page3_product .page3_product_list01 li{
		width: 100%;
		height: auto;
		float: left;	
		border: 1px solid #d0d0d0;
		padding: 34px 30px 30px 30px;
	}
	.page3_product .page3_product_list01 .li_1{
		margin: 0 0 20px 0;
	}
	.page3_product .page3_product_list01 .li_2{
		margin: 0 0 0 0;
	}
	.page3_product .page3_product_list01 li .ppl_title{
		font-weight: 700;
		font-size: 22px;
		color: #121212;
		line-height: 28px;
	}
	.page3_product .page3_product_list01 li .ppl_content{
		padding: 20px 0 40px 0;
	}
}

/*================================
	적용분야-관련기계
================================*/
.page3_product_list02{
	width: 102%;
	overflow: hidden;
	padding: 15px 0 20px 0;
}
.page3_product_list02 li dl{
	width: 100%;
	overflow: hidden;
	background: #e5f3f7;
	text-align: center;
	padding: 4px 0 16px 0;
}
.page3_product_list02 li dl .ppl_img{
	text-align: center;
}
.page3_product_list02 li dl .ppl_sort{
	font-weight: 500;
	font-size: 14px;
	color: #097897;
	line-height: 15px;
	padding: 4px 0 6px 0;
}
.page3_product_list02 li dl .ppl_name{
	font-weight: 500;
	font-size: 14px;
	color: #333232;
	line-height: 15px;
}

@media (max-width: 575px){
	.page3_product_list02 li{
		width: 50%;
		float: left;
		padding: 0 2% 2% 0;
	}
}
@media (min-width: 576px){
	.page3_product_list02 li{
		width: 25%;
		float: left;
		padding: 0 2% 2% 0;
	}
}

/*================================
	적용분야-기타관련제품
================================*/
.page3_product_etc{
	padding: 5px 0 0 0;
}

/*================================
	적용분야-식품가공
================================*/
.page3_2 .sub_title3{
	line-height: 34px;
}
.page3_2 .page3_product_list01 li{
	width: 100%;
	height: auto;
	padding-bottom: 30px;
}
.page3_2 .page3_product_list01 li .ppl_left{
	width: 100%;
	float: left;
	padding: 0 20px 0 0;
}
.page3_2 .page3_product_list01 li .ppl_img{
	width: 100%;
	float: left;
}
.page3_2 .page3_product_list01 .li_1{	
	margin: 0 0 2% 0;
}
.page3_2 .page3_product_list01 .li_2{	
	margin: 0;
}
.page3_2 .page3_product_list01 .li_1 img{
	max-width: 586px;
}
.page3_2 .page3_product_list01 .li_2 img{
	max-width: 549px;
}
.page3_2 .page3_product_list02 li dl{
	background: #ffeef4;
}
.page3_2 .page3_product_list02 li dl .ppl_sort{
	color: #ea2f71;
}

/*================================
	적용분야-소매
================================*/
.page3_3 .page3_product_list01 .li_1 .ppl_img img{
	max-width: 235px;
}
.page3_3 .page3_product_list01 .li_2 .ppl_img img{
	max-width: 295px;
}
.page3_3 .page3_product_list02 li dl{
	background: #fff1d5;
}
.page3_3 .page3_product_list02 li dl .ppl_sort{
	color: #875d09;
}

@media (min-width: 576px){
	.page3_3 .page3_product_list02 .li_1 dl .ppl_sort{
		letter-spacing: -2.0px;
	}
}

/*================================
	적용분야-산지
================================*/
.page3_4 .page3_product_list01 .li_1 .ppl_img img{
	max-width: 460px;
}
.page3_4 .page3_product_list01 .li_2 .ppl_img img{
	max-width: 396px;
}
.page3_4 .page3_product_list01 .ppl_text{
	font-weight: 500;
	color: #64b419;
}
.page3_4 .page3_product_list02 li dl{
	background: #e8f2d8;
}
.page3_4 .page3_product_list02 li dl .ppl_sort{
	color: #69a52d;
}

@media (max-width: 575px){
	.page3_4 .page3_4_sub_title6{
		color: #64b419;
		padding: 20px 0 10px 0;
	}
}
@media (min-width: 576px){
	.page3_4 .page3_4_sub_title6{
		color: #64b419;
		padding: 30px 0 15px 0;
	}
	.page3_product_list02 li{
		width: 33.33333333333333%;
	}
}

/*================================
	적용분야-의료
================================*/
.page3_5 .page3_product_list01 li{
	width: 100%;
	height:  auto;
	padding-bottom: 30px;
}
.page3_5 .page3_product_list01 .li_1{
	margin: 0 0 20px 0;
}
.page3_5 .page3_product_list01 .li_2{
	margin: 0 0 0 0;
}
.page3_5 .page3_product_list01 .li_2 .ppl_img img{
	max-width: 436px;
}
.page3_5 .page3_product_list02 li dl{
	background: #ecf7f3;
}
.page3_5 .page3_product_list02 li dl .ppl_sort{
	color: #0c8e6e;
}
.page3_5 .page3_product_list01 li .ppl_content{
	padding-bottom: 20px;
}
.page3_5 .page3_5_title1{
	font-weight: 700;
	font-size: 20px;
	color: #0c8e6e;
	padding: 0 0 10px 0;
}
.page3_5 .page3_5_img img{
	width: 100%;
}
.page3_5 .page3_product_list02 li{
	width: 50%;
}
.page3_5 .page3_product_list02 .li_3{
	width: 100%;
}


/*================================
	적용분야-공업
================================*/
.page3_6 .page3_product_list01 li .ppl_content{
	padding-bottom: 10px;
}
.page3_6 .page3_product_list01 .li_1 .ppl_img img{
	max-width: 479px;
}
.page3_6 .page3_product_list01 .li_2 .ppl_img img{
	max-width: 481px;
}
.page3_6 .page3_product_list02 li dl{
	background: #ebedec;
}
.page3_6 .page3_product_list02 li dl .ppl_sort{
	color: #000000;
}

/*================================
	적용분야-물류
================================*/
.page3_7 .page3_product_list01 li{
	width: 100%;
	height: auto;
	padding-bottom: 30px;
}
.page3_7 .page3_product_list01 .li_1 .ppl_img img{
	max-width: 566px;
}
.page3_7 .page3_product_list02 li dl{
	background: #e9e9f5;
}
.page3_7 .page3_product_list02 li dl .ppl_sort{
	color: #1717af;
}
.page3_7 .page3_product_list02 li dl .ppl_name{
	height: 15px;
}

/*================================
	고객안내-인증현황
================================*/
.page4_1_list li .page4_1_list_img{
	border: 1px solid #d0d0d0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.page4_1_list li .page4_1_list_img:hover{
	border: 1px solid #e5e5e5;
}
.page4_1_list li .page4_1_list_img img{
	width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.page4_1_list li .page4_1_list_img img:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);   /* For IE8 and earlier */
}
.page4_1_view .page4_1_view_title{
	font-weight: 500;
	font-size: 20px;
	color: #000000;
	text-align: center;
	padding: 0 0 10px 0;
}
.page4_1_view .page4_1_view_img{
	border: 1px solid #d0d0d0;
}
.page4_1_view .page4_1_view_img img{
	width: 100%;
}

@media (max-width: 575px){
	.page4_1_list{
		width: 102%;
		overflow: hidden;
	}
	.page4_1_list li{
		width: 50%;
		float: left;
		padding: 0 3% 3% 0;
	}
	.page4_1_list li .page4_1_list_title{
		height: 45px;
		font-weight: 500;
		font-size: 14px;
		color: #000000;
		line-height: 19px;
		text-align: center;
		padding: 6px 0 0 0;
	}
}
@media (min-width: 576px){
	.page4_1_list{
		width: 102%;
		overflow: hidden;
	}
	.page4_1_list li{
		width: 33.33333333333333%;
		float: left;
		padding: 0 3% 3% 0;
	}
	.page4_1_list li .page4_1_list_title{
		height: 50px;
		font-weight: 500;
		font-size: 15px;
		color: #000000;
		line-height: 20px;
		text-align: center;
		padding: 6px 0 0 0;
	}
}

/*================================
	top버튼
================================*/
.icon_top{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #dcdcdc;
	background: #FFFFFF;
	text-align: center;
	padding: 12px 0 0 0;
	position: fixed;
	right: 10px;
	bottom: 160px;
	cursor: pointer;
}
.icon_top .icon_top_text{
	font-family: 'Gmarket Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #808080;
}

/*================================
	상세정보-테이블
================================*/
.product_detail_table1{
	width: 100%;
	border-top: 1px solid #d0d0d0;
}
.product_detail_table1 th{
	width: 25%;
	font-weight: 500;
	background: #f7f7f7;
	color: #000000;
	border-bottom: 1px solid #d0d0d0;
	padding: 10px 10px;
}
.product_detail_table1 td{
	width: 75%;
	border-bottom: 1px solid #d0d0d0;
	padding: 10px 10px;
}
.product_detail_table1 .th_e,
.product_detail_table1 .td_e{
	border-right: 0;
}

/*정밀저울*/
.product_detail_table2 th{
	width: 16.66666666666667%;
	border-right: 1px solid #d0d0d0;
}
.product_detail_table2 td{
	width: 16.66666666666667%;
	border-right: 1px solid #d0d0d0;
	text-align: center;
}

/*x선 이물 검출기*/
.product_detail_table3 .th_1{
	width: 30%;
	border-right: 1px solid #d0d0d0;
}
.product_detail_table3 .th_2{
	width: 35%;
	border-right: 1px solid #d0d0d0;
}
.product_detail_table3 .th_3{
	width: 35%;
}
.product_detail_table3 td{
	width: auto;
	border-right: 1px solid #d0d0d0;
	text-align: center;
}

.product_detail_table4 .th_1{
	width: 30%;
}
.product_detail_table4 th{
	width: 7.777777777777778%;
	border-right: 1px solid #d0d0d0;
}
.product_detail_table4 td{
	width: auto;
	border-right: 1px solid #d0d0d0;
	text-align: center;
}

/*중량선별기*/
.product_detail_table5 th{
	border-right: 1px solid #d0d0d0;
}
.product_detail_table5 .td_1{
	width: 30%;
	border-right: 1px solid #d0d0d0;
}
.product_detail_table5 td{
	width: 23.33333333333333%;
	border-right: 1px solid #d0d0d0;
	text-align: center;
}

/*호퍼선별기*/
.product_detail_table6 th{
	width: 80%;
	border-right: 1px solid #d0d0d0;
}
.product_detail_table6 .th_1{
	width: 20%;
	border-right: 1px solid #d0d0d0;
}
.product_detail_table6 td{
	width: auto;
	border-right: 1px solid #d0d0d0;
	text-align: center;
}