@charset "utf-8";
.fixedwidth {width: 1000px;margin: 0 auto}
.fixedwidth800 {width: 800px;margin: 0 auto}
.fullwidth {width: auto;}
.sub2 .title {
	text-align: center;
}
.sub2 .title h3 {
	font-size: 30px;
	text-align: center;
	font-weight: 100;
}
/*TABS*/
ul.tabs {
	margin: 0 20px 0 0;
	padding: 0;
	list-style: none;
	height: 38px;
	width: 100%;
	text-align: center;
}
ul.tabs li {
	cursor: pointer;
	height: 38px;
	line-height: 38px;
	font-weight: bold;
	background: #f3f3f3;
	overflow: hidden;
	position: relative;
	display: inline-block;
}
ul.tabs li.on a {
	background: #11263f;
	color: #fff;
}
ul.tabs li:hover {
	background: #11263f;
}
ul.tabs a {
	color: #888;
	width: 200px;
	display: block;
}
ul.tabs a:hover {
	color: #fff;
	background: #11263f;
}
.gnb>ul>li>a.selected {
	color: #00499e;
	border-bottom: 1px solid #00499e;
}
.sub_type3>.gnb>ul>li>a.selected {
	color: #fff;
	border-bottom: 1px solid #fff;
}
/*메인*/
.main .content {
	width: 1000px;
	margin: 0 auto;
}
.main img {
	vertical-align: middle;
}
.main .slider {
}
.main section .sun, .main section .notice, .main section .car, .main section .wind, .main section .rnd, .main section .electric {
	box-sizing: border-box;
	height: 300px;
	padding: 50px 40px;
	cursor: pointer;
}
.main section h3 {
	font-size: 24px;
}
.main section .sun div, .main section .notice div {
	height: none;
	padding: 0px;
}
.main section .sun {
	background: url(/layouts/xedition/img/main_sun.png) no-repeat;
	background-size: cover;
	width: 67%;
	float: left;
}
.main section .sun .tit {
	color: #fff;
	padding-top: 140px;
}
.main section .notice {
	width: 33%;
	background: #f3f3f3;
	float: left;
}
.main section .notice h3 {
	margin-bottom: 20px;
}
.main section .notice .widgetA {
	border-top: 1px solid #333;
}
.main section .notice .widgetA li {
	border-bottom: 1px solid #333;
	padding: 8px 8px;
}
.main section .notice .widgetA li a {
	color: #333;
	text-decoration: none;
}
.main section .notice .widgetA li a:hover {
	color: #00499e;
}
.main section .car {
	width: 33%;
	background: url(/layouts/xedition/img/main_car.png) no-repeat;
	background-size: cover;
	float: left;
}
.main section .wind {
	width: 34%;
	background: url(/layouts/xedition/img/main_wind.png) no-repeat;
	background-size: cover;
	float: left;
}
.main section .rnd {
	width: 33%;
	background: url(/layouts/xedition/img/main_rnd.png) no-repeat;
	background-size: cover;
	float: right;
	height: 150px;
	color: #fff;
	padding: 40px 40px;
}
.main section .electric {
	width: 33%;
	background: url(/layouts/xedition/img/main_electric.png) no-repeat;
	background-size: cover;
	float: right;
	height: 150px;
	color: #fff;
	padding: 40px 40px;
}
/*기업소개*/
.ceo .ceo1 {
	text-align: center;
	padding-top: 100px;
}
.ceo .ceo1 p {
	margin-bottom: 60px;
}
.ceo .ceo2 {
	height: 600px;
	background: url('/layouts/xedition/img/bg_ceo2.jpg') no-repeat center bottom;
	box-sizing: border-box;
	margin-top: 50px;
}
.ceo .ceo2 .txt {
	width: 50%;
	padding: 80px 0 0 50px;
	line-height: 30px;
}
.ceo .ceo2 p {
	padding-top: 20px;
	text-align: right;
}
/*비전*/
.vision .title {
	padding: 80px;
	text-align: center;
}
.vision .title h2 {
	font-size: 36px;
	padding-bottom: 4px;
}
.vision .title p {
}
.vision .txt {
	width: 900px;
	height: 450px;
	color: #fff;
	box-sizing: border-box;
}
.vision .txt h3 {
}
.vision .txt ul {
	margin-top: 30px;
	line-height: 30px;
	border-top: 5px solid #fff;
	display: inline-block;
	padding-top: 10px;
}
.vision .vs1 {
	background: url('/layouts/xedition/img/bg_vs1.jpg') no-repeat;
	float: left;
	padding: 80px 0 0 60px;
}
.vision .vs2 {
	background: url('/layouts/xedition/img/bg_vs2.jpg') no-repeat;
	float: right;
	padding: 80px 0 0 600px;
}
.vision .vs3 {
	background: url('/layouts/xedition/img/bg_vs3.jpg') no-repeat;
	float: left;
	padding: 80px 0 0 60px;
}
/*회사개요*/
.info section {
	padding: 100px 0;
}
.info section h3 {
	font-size: 30px;
	text-align: center;
}
.info .section1 {
}
.info .section1 .title {
	text-align: center;
}
.info .section1 .table table {
	width: 100%;
	border-top: 2px solid #11263f;
	text-align: left;
	margin-top: 40px;
}
.info .section1 .table tr {
}
.info .section1 .table th {
	background: #f3f3f3;
	width: 20%;
	padding: 20px 20px 20px 40px;
	border-bottom: 1px solid #ccc;
}
.info .section1 .table td {
	width: 80%;
	padding: 20px;
	border-bottom: 1px solid #ccc;
}
.info .section2 {
	background: #f3f3f3;
}
.info .section3 {
	text-align: center;
}
.info .section3 img {
	padding-top: 40px;
}
.info .section4 {
	background: #f3f3f3;
}
.info .section4 .ts {
	text-align: center;
	padding: 40px 0 60px 0;
}
.info .section4 ul {
	text-align: center;
}
.info .section4 ul li {
	display: inline-block;
	width: 20%;
	padding-bottom: 60px;
}
.info .section4 ul li h3 {
	font-size: 16px;
}
/*보유면허 및 인증현황*/
.certified {
	text-align: center;
	margin: 80px 0;
}
.certified li {
	width: 20%;
	display: inline-block;
	padding: 20px 10px;
	vertical-align: top;
}
.certified h3 {
	font-size: 16px;
}
.certifide img {
	max-width: none;
}
/*오시는 길*/
.map {
	margin-top: 40px;
}
.contact div {
	height: 280px;
	padding: 50px 30px;
	overflow: hidden;
	box-sizing: border-box;
	float: left;
}
.contact h3 {
	border-bottom: 5px solid #fff;
	width: 160px;
	padding-bottom: 8px;
	margin-bottom: 20px;
	font-size: 21px;
	text-align: left;
}
.contact .contact1 {
	width: 33%;
	color: #fff;
	background: #11263f;
}
.contact .contact2 {
	width: 34%;
	background: #fff;
}
.contact .contact2 h3 {
	border-bottom: 5px solid #333;
}
.contact .contact3 {
	width: 33%;
	background: #fff;
}
.contact .contact3 h3 {
	border-bottom: 5px solid #333;
}
/*사업영역*/
.sub2 {font-size: 18px;}
.sub2 .section1 .fixedwidth {position: relative;}
.sub2 .section1 .fixedwidth .textbox {width: 340px;height: 340px;
	background: #11263f;
	padding: 100px 70px;
	box-sizing: border-box;
	font-size: 21px;
	margin: auto 0;
	margin: 80px;
	position: absolute;
	color: #fff;
}
.sub2 .section1 .textbox h3 {font-size: 24px;
}
.sub2 section {}
.sub2 .img {height: 500px;background-size: cover;background-position: center;background-repeat: no-repeat;}
.sub2 .txt {height: 500px;box-sizing: border-box;}
.sub2 .txt div {
	width: 500px;
	padding: 80px;
	line-height: 40px;
}
/*태양광발전사업*/
.sub2sun {
	font-size: 16px;
}
.sub2sun h3 {
	font-size: 30px;
}
.sub2sun h4 {
	font-size: 21px;
	margin: 60px 0 5px;
}
.sub2sun p {
	line-height: 24px;
}
.sub2sun ul {
	margin: 10px 0;
}
.sub2sun li {
	padding-left: 10px;
	background: url(/layouts/xedition/img/icon_list.gif) no-repeat 0 10px;
}
.sub2sun span.point {
	color: #3a76bb;
}
.sub2sun table {
	width: 100%;
	border-top: 2px solid #11263f;
	margin-top: 20px;
	text-align: center;
}
.sub2sun table th {
	background: #f9f9f9;
	border-bottom: 1px solid #ddd;
	padding: 10px 20px;
	border-right: 1px solid #ddd;
}
.sub2sun table td {
	padding: 15px 20px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.sub2sun table .last {
	border-right: none;
}
.sub2sun .section1 {
	width: 100%;
	height: 500px;
	background: url(/layouts/xedition/img/bg_sun.jpg) no-repeat center top;
	background-attachment: fixed;
	position: relative;
}
.sub2sun .section1 .fixedwidth .textbox {
	width: 800px;
	height: auto;
	background: rgba(17, 38, 63, 0.9);
	box-sizing: border-box;
	font-size: 21px;
	position: absolute;
	color: #fff;
	text-align: center;
	padding: 80px 70px;
}
.sub2sun .section1 h4 {
	font-size: 30px;
	font-weight: 100;
	margin-top: 20px;
}
.sub2sun .section1 h4 span.point {
	color: #459f41;
}
.sub2sun .section1 p {
	margin-top: 20px;
}
.sub2sun .section2 {
	background: #11263f;
	padding: 70px 0;
	margin: 160px 0 100px 0;
}
.sub2sun .section2 .fixedwidth {
	position: relative;
}
.sub2sun .textbox {
	width: 50%;
	color: #fff;
}
.sub2sun .img {
	position: absolute;
	right: 0;
	top: -120px;
}
.sub2sun .section3 {
	background: url(/layouts/xedition/img/bg_sun.png) no-repeat right 59%;
}
.sub2sun .section3 .boxicon {
	text-align: center;
}
.sub2sun .section3 .box .olbox {
	overflow: hidden;
	margin: 0 auto;
}
.sub2sun .section3 .box .olbox li {
	width: 140px;
    height: 110px;
    padding-right: 50px;
    background: url(/layouts/xedition/img/icon_arrow.gif) 165px 60px no-repeat;
    float: left;
    margin: 30px 0 40px 0;
    padding-top: 10px;
}
.sub2sun .section3 .box .olbox .last {
	padding-right: 0px;
	background: none;
}
.sub2sun .section3 .box h3 {
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.sub2sun .section3 .box span {
	line-height: 21px;
	font-size: 16px;
	color: #888;
	height: 150px;
	display: block;
}
.sub2sun .section3 .box span:before {
	width: 100px;
	height: 100px;
	background-image: url(/layouts/xedition/img/icon_sun.png);
	background-repeat: no-repeat;
	content: '';
	display: block;
	margin: 0 auto 5px;
}
.sub2sun .section3 .box01, .sub2sun .section3 .box02 {
	padding-top: 0px;
}
.sub2sun .section3 .icon1 span:before {
	background-position: 0 0;
}
.sub2sun .section3 .icon2 span:before {
	background-position: -100px 0;
}
.sub2sun .section3 .icon3 span:before {
	background-position: -200px 0;
}
.sub2sun .section3 .icon4 span:before {
	background-position: -300px 0;
}
.sub2sun .section3 .icon5 span:before {
	background-position: -400px 0;
}
.sub2sun .section3 .icon6 span:before {
	background-position: -500px 0;
}
.sub2sun .section3 .icon7 span:before {
	background-position: -600px 0;
}
.sub2sun .section3 .icon8 span:before {
	background-position: -700px 0;
}
.sub2sun .section3 .icon9 span:before {
	background-position: 0px -100px;
}
.sub2sun .section3 .icon10 span:before {
	background-position: -100px -100px;
}
.sub2sun .section3 .icon11 span:before {
	background-position: -200px -100px;
}
.sub2sun .section3 .icon12 span:before {
	background-position: -300px -100px;
}
.sub2sun .section3 span strong {
	font-size: 16px;
	font-weight: 300;
	color: #333;
	display: block;
	text-align: center;
}
.sub2sun .section3 .stext {
	background: #f7f7f7;
	border: 1px solid #ccc;
	padding: 10px 0 10px 20px;
	font-size: 15px;
	text-align: left;
	overflow: hidden;
	margin-top: 5px;
}
/*전기차충전서비스*/
.sub2car .section1 {
	width: 100%;
	height: 500px;
	background: url(/layouts/xedition/img/bg_car.jpg) no-repeat center top;
	background-attachment: fixed;
}
.sub2car .section2 {
	padding: 70px 0;
	text-align: center;
}
.sub2car .section2 h3 {
}
.sub2car .section2 txt {
}
.sub2car .section3 div {
	float: left;
	box-sizing: border-box;
}
.sub2car .section3 .img {
	   width: 50%;
	background-image: url(/layouts/xedition/img/img_car.jpg);
}
.sub2car .section3 .txt {
	width: 50%;
	background: #11263f;
	color: #fff;
}
/*풍력발전사업*/
.sub2wind .section1 {
	width: 100%;
	height: 500px;
	background: url(/layouts/xedition/img/bg_wind.jpg) no-repeat center top;
	background-attachment: fixed;
}
.sub2wind .section1 .fixedwidth .textbox {
	padding: 70px 50px;
	font-size: 18px;
}
.sub2wind .section2 {
	background-image: url(/layouts/xedition/img/bg_wind.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 70px 0;
	text-align: center;
}
.sub2wind .section2 .hybrid {
	padding: 40px 0;
	height: 850px;
}
.sub2wind .section2 .hybrid ul {
	margin-top: 20px;
}
.sub2wind .section3 {
	background: #11263f;
	color: #fff;
	padding: 70px 0;
	text-align: center;
}
.sub2wind .section3 .ess {
}
.sub2wind .section3 .ess ul {
	margin-top: 20px;
}

/*일반전기사업*/
.sub2electric .section1 {
	width: 100%;
	height: 500px;
	background: url(/layouts/xedition/img/bg_electric.jpg) no-repeat center top;
	background-attachment: fixed;
}
.sub2electric .section2 {
	text-align: center;
	box-sizing: border-box;
	padding: 50px;
	text-align: center;
}
.sub2electric .section2::after {
	content: '';
	clear: both;
	display: block;
}
.sub2electric .section2 div {
	float: left;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 180px;
}
.sub2electric .section2 .icon1 {
	float: left;
	width: 33%;
	background-image: url(/layouts/xedition/img/icon_electric1.gif);
}
.sub2electric .section2 .icon2 {
	float: left;
	width: 34%;
	background-image: url(/layouts/xedition/img/icon_electric2.gif);
}
.sub2electric .section2 .icon3 {
	float: left;
	width: 33%;
	background-image: url(/layouts/xedition/img/icon_electric3.gif);
}
.sub2electric .section2 .icon3::after {
	content: '';
	clear: both;
	display: block;
}
.sub2electric .section2 h4 {
	font-size: 21px;
	padding-bottom: 20px;
}
.sub2electric .section2 ul {
	font-size: 16px;
}
.sub2electric .section2 ul li {
	line-height: 24px;
	letter-spacing: -1px;
}
.sub2electric .section3 {
	padding: 70px 0;
	text-align: center;
}
/*R&D연구개발*/
.sub2rnd .section1 {
	width: 100%;
	height: 500px;
	background: #f3f3f3;
	background-attachment: fixed;
	background: url(/layouts/xedition/img/bg_rnd.jpg) no-repeat center top;
}
.sub2rnd .section1 .fixedwidth .textbox {padding: 70px 50px;font-size: 18px;}
.sub2rnd .section2 div {float: left; box-sizing: border-box;}
.sub2rnd .section2 .img {width: 50%; background-image: url(/layouts/xedition/img/img_rnd.jpg);}
.sub2rnd .section2 .txt {width: 50%; background: #11263f; color: #fff;}

/*인재상*/
.talent1 {text-align: center;}
.talent1 .tl1 {padding: 80px 0;}
.talent1 .tl1 p {padding-bottom: 40px;}
.talent1 .tl2 ul {padding: 0px 50px;}
.talent1 .tl2 ul li {text-align: left; line-height: 30px; width: 50%; float: left; padding: 10px 50px; box-sizing: border-box;}
.talent1 .tl2 ul li.num1 {background: url(/layouts/xedition/img/nb1.gif) no-repeat;}
.talent1 .tl2 ul li.num2 {background: url(/layouts/xedition/img/nb2.gif) no-repeat;}
.talent1 .tl2 ul li.num3 {background: url(/layouts/xedition/img/nb3.gif) no-repeat;}
.talent1 .tl2 ul li.num4 {background: url(/layouts/xedition/img/nb4.gif) no-repeat;}

/*채용안내*/
.talent2 {padding: 80px 100px;}
.talent2 ul li {line-height: 24px;}

div#bd_171_0 {padding-top: 40px;}



@media all and (max-width:479px) {

body {font-size: 13px}	
.main .content {width: auto;}
.footer .f_txt {width: 100%;}
.gnb>ul>li {padding: 0 20px;}
ul.tabs {width: 300px; height: auto; margin: 0 auto;}
ul.tabs a {width: auto; font-size: 12px; padding: 0px 15px;}
.fullwidth {padding: 0px !important;}
.fixedwidth {width: auto;}

		
/*메인*****************************************************/
	
.main section .sun {width: 100%; height: auto;}
.main section .sun .tit {padding-top: 80px;}
.main section .notice {width: 100%; height: auto;}
.main section .car {background: url('/layouts/xedition/img/m_main_car.png') no-repeat right bottom;}
.main section .wind {background: url('layouts/xedition/img/m_main_wind.png') no-repeat right bottom;}
.main section .electric {background: url('layouts/xedition/img/m_main_electric.png') no-repeat right bottom;}
.main section .rnd {background: url('layouts/xedition/img/m_main_rnd.png') no-repeat right bottom;}
.main section .car, .main section .wind, .main section .rnd, .main section .electric {width: 50%; height: 180px;}
.main section .car p, .main section .wind p, .main section .rnd p, .main section .electric p {display: none;}
.main section .sun, .main section .notice, .main section .car, .main section .wind, .main section .rnd, .main section .electric {padding: 30px;}
	
	
/*기업정보*****************************************************/
h3 img {}
	
/*CEO 인사말*/	
.ceo .ceo1 {padding: 30px;}
.ceo .ceo1 p {margin-bottom: 20px;}
.ceo .ceo1 p img {width: 100%;}
.ceo .ceo2 {background: url(/layouts/xedition/img/m_bg_ceo2.jpg) no-repeat right bottom; margin-top: 0px;}
.ceo .ceo2 .txt {width: auto;padding: 30px;line-height: 24px;}
.ceo .ceo2 p {text-align: left;}
	
/*비전*/	
.vision .txt {width: 100%;}
.vision .title {padding: 40px;text-align: center;}
.vision .title h2 {font-size: 21px; padding-bottom: 4px;}
.vision .txt {width: 100%; height: 240px;}
.vision .txt h3 img {max-width: 70%; height: auto;}
.vision .txt ul {margin-top: 10px;  line-height: 21px;  border-top: 2px solid #fff;  padding-top: 10px;  font-size: 15px;}
.vision .vs1 {background: url('/layouts/xedition/img/m_bg_vs1.jpg') no-repeat right bottom; padding: 30px 0 0 30px;}
.vision .vs2 {background: url('/layouts/xedition/img/m_bg_vs2.jpg') no-repeat right bottom; padding: 30px 0 0 30px;}
.vision .vs3 {background: url('/layouts/xedition/img/m_bg_vs3.jpg') no-repeat right bottom; padding: 30px 0 0 30px;}
.visual.sub {background-color: #fff;}
.visual.sub .sub_title h1:after {display:none;}

/*회사개요*/
.info .fixedwidth800 {width: auto;}
.info section {padding: 40px 0;}
.info section h3 {font-size: 21px;}
.info .section1 {padding:30px;}
.info .section1 .table table {font-size: 13px;}
.info .section1 .table th {padding: 10px; width: 30%;}
.info .section1 .table td {padding: 10px; width: 70%;}
.info .section2 {text-align: center;}
.info .section2 img {width: 80%;}
.info .section3 img {width: 80%;}
.info .section4 ul li {width: 40%; vertical-align: top;}
.info .section4 ul li img {width: 80%;}
.info .section4 ul li h3 {font-size: 13px;}
.info .section4 .ts img {width: 80%;}
	
/*보유면허 및 인증현황*/
.certified {margin: 20px 0;}
.certified li img {width: 80%;}
.certified li  {width: 40%; padding: 10px 0 ;}
.certified h3 {font-size: 13px;}

/*오시는 길*/
.map img {max-width: 100%;}
.contact .contact1, .contact .contact2, .contact .contact3 {width: 100%; height: auto;}
.contact .contact3 {background: #f7f7f7;}
	
/************************************************************/	
	

/*사업영역*****************************************************/

.sub2 {font-size: 13px;}
.sub2 section {padding: 30px; width: auto !important;}
.sub2 .txt {height: auto;}
.sub2 .txt div {width: auto; padding: 0px; line-height: 28px;}
.sub2 .section1 .fixedwidth .textbox {margin: 0px; font-size: 13px;}
.sub2 .section1 {height: 140px;}
.sub2 .section1 .fixedwidth .textbox {width: auto; height: auto; padding: 20px;}
.sub2 .section1 .textbox h3 {text-align: center; display: inline-block;}
	
/*태양광발전사업*/
.sub2sun {font-size: 13px;}
.sub2sun .section1 {width: auto; height: 250px; background: url(/layouts/xedition/img/m_bg_sun.jpg) no-repeat center bottom; box-sizing: border-box; background-size: cover;}
.sub2sun .section1 .fixedwidth .textbox {width: 100%; font-size: 12px; padding: 20px;}	
.sub2sun .section1 h4 {font-size: 14px; font-weight: 100; margin-top: 10px;}
.sub2sun p {line-height: 21px;}
.sub2sun .section2 {padding:0px;  margin: 0px 0 0px 0;}
.sub2sun .textbox {width: 100%; padding: 30px; box-sizing: border-box;}
.sub2sun .img {display: none;}
.sub2sun h4 {margin: 40px 0 5px;}
.sub2sun .table1 {font-size: 13px;}
.sub2sun .table1 tr {width: 50%; float: left;}
.sub2sun .table1 tr .last {border-bottom: 1px solid #ddd;  border-right: 1px solid #ddd;}
.sub2sun .table1 th {display: block; box-sizing: border-box; border-left: 1px solid #ddd;}
.sub2sun .table1 td {display: block; padding: 10px 20px; box-sizing: border-box;}
	
.sub2sun .table2 {font-size: 13px;}
.sub2sun .table2 th {padding: 10px;}
.sub2sun .table2 td {padding: 10px;}

.sub2sun .section3 {background: none;}
.sub2sun .section3 .box .olbox li {width: 120px; background: none; float: none;	margin: 20px 0; padding: 0px; text-align: left; display: inline-block; vertical-align: top;}	
	
	
/*전기차*/
.sub2car .section1 {background: url(/layouts/xedition/img/m_bg_car.jpg) no-repeat center bottom;}
.sub2car .section2 {padding:30px;}
.sub2car .section3 .img {width:100%;}
.sub2car .section3 .txt {width: 100%; padding: 30px;}
.sub2sun .section3 .box .olbox {text-align: center;}
	
/*풍력발전*/	
.sub2wind .section1 {background: url(/layouts/xedition/img/m_bg_wind.jpg) no-repeat center bottom; height: 240px; background-size: cover; box-sizing: border-box;}
.sub2wind .section2 {padding: 30px; height: 500px; background-image: url(/layouts/xedition/img/m_bg_wind.png);}
.sub2wind .section2 .hybrid ul {}	
.sub2wind .section3 {padding: 30px; height: auto;}
.sub2wind .section3 .ess {}
.sub2wind .section3 .ess ul {}
	
/*일반전기*/
.sub2electric .section1 {background: url(/layouts/xedition/img/m_bg_electric.jpg) no-repeat center bottom;}
.sub2electric .section2 {text-align:center;box-sizing : border-box;padding: 50px 0;width:100%}
.sub2electric .section2 .icon1 {float: none;width:100%; padding-bottom:50px; background-image:url(/layouts/xedition/img/icon_electric1.gif);}
.sub2electric .section2 .icon2 {float: none;width:100%; padding-bottom:50px;background-image:url(/layouts/xedition/img/icon_electric2.gif)}
.sub2electric .section2 .icon3 {float: none;width:100%; background-image:url(/layouts/xedition/img/icon_electric3.gif)}
.sub2electric .section3 {box-sizing:border-box;padding: 50px 10px;text-align:center;}
	
/*RND 연구개발*/	
.sub2rnd .section1 {background: url(/layouts/xedition/img/m_bg_rnd.jpg) no-repeat center bottom;}
.sub2rnd .section2 .img {width: 100%; height: 200px;}
.sub2rnd .section2 .txt {width: 100%; height: auto;}
.sub2rnd .section2 .txt div {padding: 30px; line-height: 30px;}
	
/*****************************************************************/
	
/*인재채용**********************************************************/
	
/*인재상*/
.talent1 .tl1 {padding: 40px;}	
	
.talent1 .tl2 ul {width:100%;}
.talent1 .tl2 ul li {width:100%;}
	
.ceo .tit_hello, .vision .tit_no1, .vision .tit_people, .vision .tit_corevalue, .vision .tit_mission {background-image: none; text-indent: 0px; width: auto; height: auto}
.ceo .tit_hello {font-size: 21px; padding-bottom:10px; }
span.point {color: #00499e;}

	.vision .txt h3 {font-size: 21px; display: block;}
	.vision .txt h3 small {font-size: 13px;}
/*
.ceo .tit_hello {width: 210px; height: 46px; background-position: 0px -406px;}
.vision .tit_no1 {width: 148px; height: 47px; background-position: -231px -406px;}
.vision .tit_people {width: 175px; height: 71px; background-position: 0px -472px;}
.vision .tit_corevalue {width: 106px; height: 50px; background-position: -203px -472px;}
.vision .tit_mission {width: 129px; height: 45px; background-position: -339px -472px;}
	
.talent1 .tit_topsolar {width: 160px; height: 21px; background-position: 0px -64px; display: inline-block;}
*/
	
/*채용안내*/
	.talent2 {padding: 30px;}

/*게시판*/
.bd {padding: 30px;}
.bd_m_lst.zine h3 {font-size: 14px;}
.sub_type3>.gnb>ul>li>a.selected {color: #00499e; border-bottom: 1px solid #00499e;}
}

