/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
	font-family:'나눔고딕','NanumGothic','Nanum Gothic','돋움',dotum;

}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a{text-decoration:none; color:#444;}
a:visited {text-decoration:none; color:#444;}
a:hover   {text-decoration:none; color:#444;}
a:active  {text-decoration:none; color:#444;}



/*푸터*/
#footer{position: relative;}
#footer ul{position: absolute; top: 135px; left: 400px;}
#footer li{display: inline-block; color: #fff; font-size: 30px;}
#footer li a{color: #fff; font-size: 30px;}

#wrap{width:100%; height:auto;}

#header{overflow:hidden; margin-top:-19px; width:100%; height:160px;}
#header h1{text-align:center;}
#header .eng{position:absolute; right:0; top:0;}



#wrap{width:100%; height:auto;}

#header{overflow:hidden; margin-top:-19px; width:100%; height:160px;}
#header h1{text-align:center;}
#header .eng{position:absolute; right:0; top:0;}

.slideBox {position: relative; width:100%; padding-top:56.666%; overflow:hidden;}
.slideUl, .list, .list a img {position:absolute; left:0px; top:0px; width:100%; height:100%;}
.point {position:absolute; z-index:22; bottom:10px; left:50%; font-size:0px; transform:translate3d(-50%, 0, 0); -webkit-transform:translate3d(-50%, 0, 0);}
.point span {display: inline-block; width:20px; height:20px; margin:0px 5px; border:2px solid #fff; -webkit-border-radius:50%; border-radius:50%; cursor:pointer;}
.point span.current { background-color: #ec871d; }

/*메인슬라이드2*/
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
body {
  font-family: 'Open Sans', sans-serif; }

.skdslider {
	width: 100%;
	height: 560px;
	position: relative;
	display: block;
	overflow: hidden; }
.skdslider .slide-navs {
	width: 100%;
	bottom: 10px;
	left: 0;
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center; }
.skdslider .slide-navs li {
	display: inline-block;
	border:1px solid #fff;
	height: 20px;
	width: 20px;
	margin: 0px 6px;
	cursor: pointer;
	position: relative;
	border-radius: 50%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s; }
.skdslider .slide-navs .current-slide {
	background: #ec871d; }
.skdslider .slides {
	margin: 0;
	padding: 0;
	list-style-type: none; }
.skdslider .slides li {
	display: none;
	position: relative; }
.skdslider .slides li img {
	width: 100%;
	border: 0;
	position: absolute;
	-o-object-fit: cover;
	   object-fit: cover;
	display: block; }
.skdslider .slide-desc {
	left: 0;
	padding-bottom: 20px;
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.5); }
.skdslider .slide-desc > h1 {
	color: #CFDB0C;
	font-size: 25px;
	margin: 0px;
	text-transform: uppercase; }
.skdslider .slide-desc > p {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 20px;
	margin-top: 5px;
	font-weight: 300; }
.skdslider .slide-desc > p a.more:hover {
	text-decoration: underline; }
.skdslider .next:hover, .skdslider .prev:hover {
	opacity: 0.7;
	filter: alpha(opacity=80); }

/*index2*/
/*메인슬라이드2*/
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
body {
  font-family: 'Open Sans', sans-serif; }

.skdslider2 {
	width: 88%;
	height: 430px;
	margin:0 auto;
	margin-left:11%;
	position: relative;
	display: block;
	overflow: hidden; }
.skdslider2 .slide-navs {
	width: 90%;
	bottom: 10px;
	left: 0;
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center; }
.skdslider2 .slide-navs li {
	display: inline-block;
	border:1px solid #fff;
	height: 20px;
	width: 20px;
	margin: 0px 6px;
	cursor: pointer;
	position: relative;
	border-radius: 50%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s; }
.skdslider2 .slide-navs .current-slide {
	background: #ec871d; }
.skdslider2 .slides {
	margin: 0;
	padding: 0;
	list-style-type: none; }
.skdslider2 .slides li {
	display: none;
	position: relative; }
.skdslider2 .slides li img {
	width: 100%;
	border: 0;
	position: absolute;
	-o-object-fit: cover;
	   object-fit: cover;
	display: block; }
.skdslider2 .slide-desc {
	left: 0;
	padding-bottom: 20px;
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.5); }
.skdslider2 .slide-desc > h1 {
	color: #CFDB0C;
	font-size: 25px;
	margin: 0px;
	text-transform: uppercase; }
.skdslider2 .slide-desc > p {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 20px;
	margin-top: 5px;
	font-weight: 300; }
.skdslider2 .slide-desc > p a.more:hover {
	text-decoration: underline; }
.skdslider2 .next:hover, .skdslider .prev:hover {
	opacity: 0.7;
	filter: alpha(opacity=80); }



.dart{width:100%; height:450px; background:url("../images/sub03_02_cont_02.png") no-repeat; background-size:100%;}
.employ{width:100%; height:319px; background:url("../images/sub04_01_cont_02.png") no-repeat; background-size:100%;}
.employ2{width:100%; height:319px; background:url("../images/sub04_02_cont_02.png") no-repeat; background-size:100%;}

.title_fl{float:left;}


/*서브드롭메뉴*/
article {
  background: #fff;
}

.button {
  border: solid 1px #ddd;
  border-radius: 4px;
  color: #222;
  display: inline-block;
  font-weight: bold;
  padding: 15px 45px;
  text-decoration: none;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.03, 0.5, 0.8);
          transition: all 0.3s cubic-bezier(0.5, 0.03, 0.5, 0.8);
}

.button:hover {
  background: #222;
  border-color: #222;
  color: #fff;
}

.dropdown__menu li {
  font-size: 16px;
}

.dropdown__menu a {
  clear: both;
  color: inherit;
  display: block;
  padding: 3px 10px;
  text-decoration: none;
  white-space: nowrap;
}

.dropdown__menu a:hover {
  background-color: #f5f5f5;
}

.dropdown.beefup {
  border: 0;
  border-radius: 0;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
}

.dropdown.beefup.is-open .beefup__head::after {
  border-width: 0 4px 4px;
  border-color: transparent transparent #222;
}

.dropdown .beefup__head {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.5;
  margin-bottom: 0;
  padding: 0 30px 0 10px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.dropdown .beefup__head::after {
  border-style: solid;
  border-width: 4px 4px 0;
  border-color: #222 transparent transparent;
  margin-top: -2px;
  right: 10px;
}

.dropdown .beefup__body {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.tab__head {
  list-style: none;
  margin: 0 0 -1px;
  padding: 0;
}

.tab__head li {
  background: #fff;
  border: 1px solid #ddd;
  display: inline-block;
  font-weight: bold;
  z-index: 100;
}

.tab__head li.is-open {
  border-bottom-color: transparent;
}

.tab__head a {
  color: inherit;
  display: block;
  font-size: 16px;
  line-height: 2.5;
  padding: 0 10px;
  text-decoration: none;
  white-space: nowrap;
}

.tab__item.beefup {
  border-radius: 0;
  display: none;
  margin: 0;
}

.tab__item.beefup.is-open {
  display: block;
}

.tab__item .beefup__head {
  display: none;
}

.beefup {
  position:absolute;
  overflow:hidden;
  float:left;
  margin-top:3px;
  margin-left:340px;
  width:63%;
}

.beefup:first-child {
  margin-top: 0;
}

.beefup__head {
  cursor: pointer;
  margin-bottom: 0;
  overflow: hidden;
  font-size:30px;
  padding:61px 30px 62px 23px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom:1px solid #ccc;
}

.beefup__head::after {
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: #ddd transparent transparent;
  content: '';
  position: absolute;
  right: 0;
  height: 0;
  margin-top: -5px;
  top: 50%;
  width: 0;
}

.beefup__body {
  background:#f3f3f3;
}

.sub_bt01{padding:40px 0 40px 25px; font-size:24px; border-bottom:1px solid #ddd;}

.beefup.is-open > .beefup__head::after {
  border-width: 0 10px 10px;
  border-color: transparent transparent #ddd;
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImpxdWVyeS5iZWVmdXAuY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0VBQ0UsdUJBQXVCO0VBQ3ZCLG1CQUFtQjtFQUNuQixjQUFjO0VBQ2QsbUJBQW1CO0NBQ3BCOztBQUVEO0VBQ0UsY0FBYztDQUNmOztBQUVEO0VBQ0UsZ0JBQWdCO0VBQ2hCLGlCQUFpQjtFQUNqQixpQkFBaUI7RUFDakIsb0JBQW9CO0VBQ3BCLG1CQUFtQjtFQUNuQix3QkFBd0I7RUFDeEIsb0JBQW9CO0NBQ3JCOztBQUVEO0VBQ0Usb0JBQW9CO0VBQ3BCLDBCQUEwQjtFQUMxQiwyQ0FBMkM7RUFDM0MsWUFBWTtFQUNaLG1CQUFtQjtFQUNuQixTQUFTO0VBQ1QsVUFBVTtFQUNWLGlCQUFpQjtFQUNqQixTQUFTO0VBQ1QsU0FBUztDQUNWOztBQUVEO0VBQ0Usa0JBQWtCO0NBQ25COztBQUVEO0VBQ0UsMEJBQTBCO0VBQzFCLDJDQUEyQztDQUM1QyIsImZpbGUiOiJqcXVlcnkuYmVlZnVwLmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi5iZWVmdXAge1xuICBib3JkZXI6IDFweCBzb2xpZCAjZGRkO1xuICBib3JkZXItcmFkaXVzOiA0cHg7XG4gIG1hcmdpbjogMWVtIDA7XG4gIHBhZGRpbmc6IDEwcHggMjBweDtcbn1cblxuLmJlZWZ1cDpmaXJzdC1jaGlsZCB7XG4gIG1hcmdpbi10b3A6IDA7XG59XG5cbi5iZWVmdXBfX2hlYWQge1xuICBjdXJzb3I6IHBvaW50ZXI7XG4gIG1hcmdpbi1ib3R0b206IDA7XG4gIG92ZXJmbG93OiBoaWRkZW47XG4gIHBhZGRpbmctcmlnaHQ6IDMwcHg7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG4gIHdoaXRlLXNwYWNlOiBub3dyYXA7XG59XG5cbi5iZWVmdXBfX2hlYWQ6OmFmdGVyIHtcbiAgYm9yZGVyLXN0eWxlOiBzb2xpZDtcbiAgYm9yZGVyLXdpZHRoOiAxMHB4IDEwcHggMDtcbiAgYm9yZGVyLWNvbG9yOiAjZGRkIHRyYW5zcGFyZW50IHRyYW5zcGFyZW50O1xuICBjb250ZW50OiAnJztcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICByaWdodDogMDtcbiAgaGVpZ2h0OiAwO1xuICBtYXJnaW4tdG9wOiAtNXB4O1xuICB0b3A6IDUwJTtcbiAgd2lkdGg6IDA7XG59XG5cbi5iZWVmdXBfX2JvZHkge1xuICBwYWRkaW5nOiAyMHB4IDAgMDtcbn1cblxuLmJlZWZ1cC5pcy1vcGVuID4gLmJlZWZ1cF9faGVhZDo6YWZ0ZXIge1xuICBib3JkZXItd2lkdGg6IDAgMTBweCAxMHB4O1xuICBib3JkZXItY29sb3I6IHRyYW5zcGFyZW50IHRyYW5zcGFyZW50ICNkZGQ7XG59XG4iXX0= */


.main_cont01{ width:100%; height:568px; margin-top:34%; background:url("../images2/main_cont01_bg.png") no-repeat; background-size:100%;}



.main_notice_box{position:relative; width:90%; margin:0 auto; height:435px; background:#fff; border:1px solid #ddd; margin-top:-17%; padding:5%; box-sizing:border-box;}
.main_notice_box:after{content:""; display:block; clear:both;}
.notice_img_box{width:50%; float:left;}
.notice_img_box img{width:100%; height:100%;}
.notice_txt_box{width:50%; float:left; padding-left:5%; box-sizing:border-box; }
.p_title{font-size:30px; margin-bottom:5%;}
.p_text{font-size:24px;}



.finance_box{width:90%; margin: 0 auto; margin-top:35px; height:auto;}
.finance_box2{width:90%; margin: 0 auto; margin-top:35px; height:auto;}
.finance_line{width:100%; height:25px; background:url(../images/sub03_01_title01.png) no-repeat 0px 0px; }
.title{font-size:22px; color:#444; display:inline-block; padding-left:0; vertical-align:top; margin-top:35px;}
.title2{font-size:22px; color:#444; display:inline-block; padding-left:0; vertical-align:top; margin-top:3px;}
.title3{font-size:22px; color:#444; display:inline-block; padding-left:0; vertical-align:top; margin-top:-11px;}
.w{float:right; color:#444; font-size:20px; display:inline-block; padding-top:3px; margin-right:0;}
.fin_table{float:initial; width:100%; margin:0 auto; line-height:3; margin-right:70px;}
.fin_table > td{vertical-align:middle;}
.fin_table .f_td1{font-size:26px; background:#52575a; text-align:center; color:#fff; border-right:2px solid #fff; border-bottom:1px solid #fff;}
.fin_table .f_td2{font-size:26px; background:#52575a; text-align:center; color:#fff; border-right:2px solid #fff; border-bottom:1px solid #fff; line-height:1.5;}
.fin_table .f_td3{font-size:26px; background:#52575a; text-align:center; color:#fff; border-bottom:1px solid #fff; line-height:1.5;}

.fin_table .f_td4{font-size:26px; background:#e9e9e9; text-align:left; color:#252525; border-right:2px solid #fff; border-bottom:1px solid #fff; padding-left:30px;}
.fin_table .f_td4_big{font-size:26px; background:#e9e9e9; text-align:left; color:#252525; border-right:2px solid #fff; border-bottom:1px solid #fff; padding:5px 0 5px 30px; line-height:1.5;}
.fin_table .f_td5{font-size:26px; background:#ffffff; text-align:right; color:#252525; border-right:2px solid #fff; border-bottom:1px solid #e9e9e9; padding-right:20px;}
.fin_table .f_td6{font-size:26px; background:#ffffff; text-align:right; color:#252525; border-bottom:1px solid #e9e9e9; padding-right:20px;}

.fin_table .f_td7{font-size:26px; background:#e9e9e9; text-align:left; color:#252525; border-right:2px solid #fff; border-bottom:1px solid #fff; padding-left:30px;}
.fin_table .f_td8{font-size:26px; background:#f9f9f9; text-align:right; color:#252525; border-right:2px solid #fff; border-bottom:1px solid #e9e9e9; padding-right:20px;}
.fin_table .f_td9{font-size:26px; background:#f9f9f9; text-align:right; color:#252525; border-bottom:1px solid #e9e9e9; padding-right:20px;}

.fin_table .f_td10{font-size:26px; background:#26579c; text-align:left; color:#ffffff; border-right:2px solid #fff; border-bottom:1px solid #fff; padding-left:30px;}
.fin_table .f_td11{font-size:26px; background:#26579c; text-align:right; color:#ffffff; border-right:2px solid #fff; border-bottom:1px solid #e9e9e9; padding-right:20px;}
.fin_table .f_td12{font-size:26px; background:#26579c; text-align:right; color:#ffffff; border-bottom:1px solid #e9e9e9; padding-right:20px;}

.fin_table .f_td13{font-size:26px; background:#bfd9fd; text-align:left; color:#000000; border-right:2px solid #fff; border-bottom:1px solid #fff; padding-left:30px;}
.fin_table .f_td14{font-size:26px; background:#bfd9fd; text-align:right; color:#000000; border-right:2px solid #fff; border-bottom:1px solid #e9e9e9; padding-right:20px;}
.fin_table .f_td15{font-size:26px; background:#bfd9fd; text-align:right; color:#000000; border-bottom:1px solid #e9e9e9; padding-right:20px;}



/* sub01_04_sec03_new */

.sub01_04_sec03_new:after{
	content:"";
	display:block;
	clear:both;
}
.sub01_04_sec03_new{
	margin-top:50px;	
}
.sheq_box_new_01{
	display:inline-block;
	width:49%;
	text-align:center;
}
.sheq_box_new_img_01{
	width:100%;
}
.sheq_box_new_01_p1{
	padding-top:10px;
	font-size:13px;
}

.sheq_box_new_02{
	margin-top:50px;
}
.sheq_box_new_02_In{
	display:inline-block;
	text-align:center;
	width: 23%;
	margin-right: 11px;
	margin-top: 26px;
}
.sheq_2021_img_01{
	width:100%;
	border: 1px solid #ddd;
}
.sheq_box_new_02_p1{
	font-size: 26px;
	background: #122234;
	color: #fff;
	padding: 8px 0px;
	display: block;
	line-height: 1.5;
}
.sheq_box_new_02_p2{
	font-size: 26px;
	border: 1px solid #ddd;
	padding: 8px 0;
	display: block;
	line-height: 1.5;
	text-align:left;
	padding-left:10px;
}


.sheq_box_new_02_In_en{
	display:inline-block;
	text-align:center;
	width: 90%;
	margin-right: 0;
	margin-top: 26px;
	margin-bottom:50px;
}
.sheq_2021_img_01_en{
	width: 80%;
	border: 1px solid #ddd;
}