@charset "utf-8";
/* reset */
@import url(reset.css);
@charset "euc-kr";
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap');

@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 100; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 300; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 400; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 500; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 700; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 900; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype'); 
 } 
 
 
 
html, body, div, span,iframe,
h1, h2, h3, p,
a, address,
img, strong,
ol, ul, li,
form, label, legend, table
{
	font-family:  'Noto Sans KR', sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.7;
	outline:none;
	vertical-align: baseline;
	color:#1e2636;
	font-weight:inherit;
	font-size: 14px;
	height:100%;
}

textarea, input{font-family:  'Noto Sans KR', sans-serif;}
ol, ul, li {list-style:none;}
img{
	outline:none;
	border-width:0;
	margin:0;
	padding:0;
}

.d-table-l{
	width:1100px;
	margin:0 auto;
	table-layout:fixed;
	text-align:center;
}
caption{
overflow:hidden;width:1px;height:1px;*height:0;padding:0;margin-top:-1px;font-size:0;line-height:0;text-indent:-999px
}
.d-table-l thead th{
	height:40px;
	background:#f1f3f6;
	border-top:3px solid #131417;
	border-bottom:1px solid #131417;
	font-size:15px;
	font-weight:500;
	color:#626566;
}
.d-table-l thead th.last{
	border-right-width:1px;
}
.d-table-l tbody td{
	height:50px;
	border-bottom:1px solid #f1f3f6;
	color:#626566;
	font-size:15.5px;
}
.d-table-l tbody td.tal{
	text-align:left; 
	padding-left:20px;
}
.d-table-l tbody td.tal strong{
	color:#fa0b15;
}
.d-table-l tbody td.tal img{
	position: relative!important;
    left: 0!important;
    width: auto!important;
    height: auto!important;
    border: 0!important;
}
.d-table-l a{
	text-decoration:none;
	color:#626566;
	font-size:15.5px;
}
.d-table-l a:hover{
	color:#333;
	font-weight:600;
}
.d-table-l span.notice{
	font-weight:500;
	color:#131417
	}

.d-table-v{
	width:100%;
	margin:0 auto;
	table-layout:fixed;
	text-align:center;
}
.d-table-v thead tr th{
	background:#f1f3f6;
	border-top:3px solid #131417;
	border-bottom:1px solid #131417;
	font-size:18px;
	font-weight:400;
	color:#131417;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
}
.d-table-v td.counseltit {
	background:#f1f3f6;
	text-align:left;
	padding-left:20px;
	padding-top:3px;
	padding-bottom:3px;
	height:40px;
	border-top:3px solid #131417;
	border-bottom:1px solid #131417;
	font-size:16px;
	color:#131417;
}
.d-table-v td.counseltit span{
	font-size:16px;
	color:#2daaed;
	}
.d-table-v .info td{
	height:40px;
	text-align:left;
	padding-left:20px;
	border-bottom:1px solid #ccd0d7;
	border-top-width:0;
	border-right-width:0;
	font-size:13.5px;
}

.d-table-v .main td{
	text-align:left;
	border-bottom:1px solid #ccd0d7;
	border-top-width:0;
}
.d-table-v .main td>div{
	padding:20px;
	color:#131417;
	text-align:justify
}
.d-table-v .main td p{
	text-align:center;
	border:0px solid red;
	margin-bottom:10px;
	}
.d-table-v .main td p img{
	max-width:900px;
	margin:0 auto;
	}
.ans-top{
	padding:20px;
	font-size:13px;
	margin-bottom:20px;
	background:#f1f3f6;
	border:1px dashed #ccd0d7;
}


.ans-top em{
	font-style:normal;
	color:#4968a0;
	font-weight:700;
}
.d-table-w{
	width:100%;
	margin:0 auto;
	table-layout:fixed;
	text-align:left;
	border-top:3px solid #131417;
	border-bottom:1px solid #131417;
}
.d-table-w thead td{
	text-align:Center;
	padding-top:10px;
	padding-bottom:10px;
	vertical-align:middle;
	font-size:16px;
	color:#2daaed;
	}
.d-table-w th,
.d-table-w td{
	border-bottom:1px solid #ccd0d7;
}
.d-table-w th{
	background:#f1f3f6;
	text-align:center;
	height:50px;
	font-weight:300;
	font-size:14.5px;
	color:#4968a0;
}
.d-table-w td{
	padding-left:20px;
	padding-top:8px;
	padding-bottom:8px;
	font-size:15.5px;
	color:#626566;
}

.d-table-w td input[type=text],
.d-table-w td input[type=file],
.d-table-w td input[type=password]{
	padding:5px 10px;
	border:1px solid #e9e9e9;
	background:#f7f7f7;
	width:95%;
	font-size:15.5px;
	color:#626566;
	}
.d-table-w td a.idcheck{
	display:inline-block;
	width:150px;
	height:30px;
	text-align:Center;
	font-size:14px;
	line-height:2;
	text-decoration:none;
	color:#fff;
	margin-left:10px;
	background:#999;
	}
.pagi{
	text-align:center;
}
.pagi a,
.pagi strong{
	display:inline-block;
	width:40px;
	height:25px;
	line-height:1.9;
	text-align:center;
	text-decoration:none;
	background:#fff;
	border:1px solid #e9e9e9;
	color:#999;
	font-size:13px;
}
.pagi strong,
.pagi a:hover{
	background:#006db4;
	color:#fff;
}
.pagi .pagi-first,
.pagi .pagi-last,
.pagi .pagi-prev,
.pagi .pagi-next{
	text-indent:-9999px;
	/* for ie7 */
	*text-indent: 0;
	*font-size: 0;
	*line-height: 0;
	background:none;
	padding:0;
	width:20px;
}
/*.pagi .pagi-first{background:url(../img/pagi_first.gif) no-repeat 0 0;}
.pagi .pagi-last{background:url(../img/pagi_last.gif) no-repeat 0 0;}
.pagi .pagi-prev{background:url(../img/pagi_prev.gif) no-repeat 0 0;}
.pagi .pagi-next{background:url(../img/pagi_next.gif) no-repeat 0 0;}*/

.pass-wrap{
	clear:both;
	border:1px solid #e9e9e9;
	width:500px;
	height:auto;
	padding-top:0;
	margin:0 auto;
	text-align:Center;
	overflow:hidden;
}
.pass-wrap .inner{
	width:300px;
	height:120px;
	margin:0 auto;
	border:0px solid red
}
.pass-lock{
	position:absolute;
	top:10px;
	left:70px;
	padding-left:20px;
}
.pass-wrap input[type=password]{
	padding:5px 10px;
	border:1px solid #e9e9e9;
	background:#f7f7f7;
	width:285px;
	height:25px;
	font-size:15.5px;
	color:#626566;
	display:block;
	margin-bottom:10px;
}
.pass-wrap a.btn{
	display:block;
	width:100%;
	height:30px;
	text-align:center;
	background:#131417;
	padding:5px;
	color:#fff;
	text-decoration:none;
	line-height:2;
}
.pass-wrap p{
	text-align:center;
	background:#2daaed;
	padding:10px;
	margin:0;
	margin-bottom:25px;
	font-size: 16px;
	color:#fff;
}

table.rev_write{
	width:1100px;
	height:auto;
	margin:0 auto;
	border-top:3px solid #000;
	}	
table.rev_write tbody tr th{
	background:#f1f3f6;
	text-align:center;
	font-size:15px;
	font-weight:normal;
	border-bottom:1px solid #ddd;
	}

table.rev_write tbody tr td{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	border-bottom:1px solid #ddd;
	}
table.rev_write tbody tr td input[type=text]{
	display: inline-block;
  width: 95%;
  padding:5px;
  border:1px solid #e9e9e9;
  background:#fff;
	}
table.rev_write tbody tr td input[type=file]{
	display: inline-block;
  width: 95%;
  border:1px solid #e9e9e9;
  background:#fff;
	}
table.rev_write tbody tr td input[type=checkbox]{
	display: inline-block;
  width:15px;
  height:15px;
  border:1px solid #e9e9e9;
	}
table.rev_write tbody tr td input[type=radio]{
	display: inline-block;
  width:15px;
  height:15px;
  border:1px solid #e9e9e9;
	}
table.rev_write tbody tr td input[type=password]{
	display: inline-block;
  width: 200px;
  padding:5px;
  border:1px solid #e9e9e9;
  background:#fff;
	}
table.rev_write tbody tr td textarea{
	width: 96%;
	height:350px;
	border:1px solid #e9e9e9;
  background:#fff;
	}
table.rev_write tbody tr td textarea.personal{
	width: 785px;
	height:150px;
	border:1px solid #e9e9e9;
  background:#fff;
  color:#8e8e8e;
  font-size:11.5px;
  padding:5px;
	}
table.rev_write tbody tr td select{
	width: 795px;
	padding:5px;
	border:1px solid #e9e9e9;
  background:#fff;
	}
table.rev_write tbody tr td select.tel1{
	width: 117px;
	padding:5px;
	border:1px solid #e9e9e9;
  background:#fff;
	}
table.rev_write tbody tr td input[type=text].tel2{
	display: inline-block;
	padding:5px;
  width: 100px;
  border:1px solid #e9e9e9;
	}
table.rev_write tbody tr td.rev_date {
	color:#ff6286;
	font-weight:900;
	font-size:17px
	}
table.rev_write tbody tr td a.memidbtn{
	display:inline-block;
	width:150px;
	height:30px;
	text-align:center;
	background:#aaa;
	color:#fff;
	text-decoration:none;
	line-height:2;
	}

.notice_read{
	width:1100px;
	margin:0 auto;
	table-layout:fixed;
	text-align:center;
}
.notice_read thead tr th{
	background:#f1f3f6;
	border-top:3px solid #131417;
	border-bottom:1px solid #131417;
	font-size:16px;
	font-weight:400;
	color:#131417;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
}

.notice_read td.counseltit {
	background:#f1f3f6;
	text-align:left;
	padding-left:20px;
	padding-top:3px;
	padding-bottom:3px;
	height:40px;
	border-top:3px solid #131417;
	border-bottom:1px solid #131417;
	font-size:16px;
	color:#131417;
}
.notice_read td.counseltit span{
	font-size:16px;
	color:#131417;
	}
.notice_read .info td{
	height:40px;
	text-align:left;
	padding-left:20px;
	border-bottom:1px solid #ccd0d7;
	border-top-width:0;
	border-right-width:0;
	font-size:13.5px;
	/*border-right:1px solid #ccd0d7;*/
}
div#sub_wrap #contents_wrap div.conart .notice_read .info td span img{
	position: relative;
    top: 0;
    max-width: 1000px;
    width: auto;
    height: auto;
    margin-top: 20px;
}

.notice_read .main td{
	text-align:left;
	border-bottom:1px solid #ccd0d7;
	border-top-width:0;
	padding:20px;
	color:#131417;
	text-align:center;
	border:0px solid red;
	margin-bottom:10px;
}
/*.notice_read .main td>div{
}
.notice_read .main td p{
	}*/
div#sub_wrap #contents_wrap .notice_read .main td img{
	position: relative;
    top: 0;
    max-width: 1100px;
    width: auto;
    height: auto;
    border: 0;
    padding-top: 20px;
    margin: 0 auto;
	}
.ans-top{
	padding:20px;
	font-size:13px;
	margin-bottom:20px;
	background:#f1f3f6;
	border:1px dashed #ccd0d7;
}
.btn_100_b{
	display:inline-block;
	width:90px;
	height:40px;
	background:#2daaed;
	-moz-border-radius : 3px;
	-webkit-border-radius : 3px;
	-ms-border-radius : 3px;
	-khtml-border-radius : 3px;
	-o-border-radius : 3px;
	border-radius:3px;
	font-size:14px;
	text-align:center;
	line-height:2.5;
	color:#fff;
	text-decoration:none;	
	cursor:pointer;
}

.btn_100_g{
	display:inline-block;
	width:90px;
	height:40px;
	background:#d9d9d9;
	-moz-border-radius : 3px;
	-webkit-border-radius : 3px;
	-ms-border-radius : 3px;
	-khtml-border-radius : 3px;
	-o-border-radius : 3px;
	border-radius:3px;
	font-size:14px;
	text-align:center;
	line-height:2.5;
	color:#333;
	text-decoration:none;	
}

/*btn*/
#btn_wrap{
	text-align:center;
	margin:0 auto;
	font-size:14px;
}
#btn_wrap .btn{
	display:inline-block;
	width:90px;
	height:40px;
	background:#006db4;
	-moz-border-radius : 4px;
	-webkit-border-radius : 4px;
	-ms-border-radius : 4px;
	-khtml-border-radius : 4px;
	-o-border-radius : 4px;
	border-radius:4px;
	font-size:14px;
	text-align:center;
	line-height:2.8;
	color:#fff;
	text-decoration:none;	
}
.btn_long{
	width:200px;
}
.btn-short{
	width:100px;
	font-size:15px;
}
#btn_wrap .btn-reverse{
	background:#d9d9d9;
	color:#333;
}
#login {
	position:relative;
	width:650px;
	height:230px;
	margin:0 auto;
	border:5px solid #cbcbcb;
	}
#login p.logintit{
	position:absolute;
	top:120px;
	left:50px;
	font-size:80px;
	font-weight:bold;
	}
#login div.input_box {
	width:550px;
	height:92px;
	margin:50px auto;
	}
#login div.input_box ul{
	float:left;
	width:400px;
	height:95px;
	border:0px solid #d8d3d0;
	}
#login div.input_box ul li {
	width:400px;
	height:45px;
	margin-bottom:5px;
	border:0px solid #d8d3d0;
	}
#login div.input_box ul li input{
	width:280px;
	height:20px;
	display: inline-block;
	padding:10px;
	border:1px solid #cdcdcd;
	background:#f7f7f7;
	margin-left:10px;
	}
#login div.input_box input[type=checkbox]{
	width:20px;
	height:20px;
	border:1px solid #cdcdcd;
	vertical-align:-3px;
	}
#login div.input_box ul li label{
	}
#login div.input_box div.loginbtn{
	float:right;
	width:150px;
	height:92px;
	background:#131417;
	}
#login div.input_box div.loginbtn a{
	display:block;
	width:100%;
	height:100%; 
	font-size:25px;
	text-align:center;	
	text-decoration:none;
	line-height:3.6;
	color:#fff;
	}
#login a.sec{
	position:absolute;
	top:165px;
	right:50px;
	width:150px;
	height:40px;
	border-radius:5px;
	background:#1e2636;
	text-align: center;
	text-decoration:none;
	text-align:center;
	font-size:14px;
	font-weight:500;
	color:#fff;
	line-height:2.9;
	}		
#login2 {
	position:relative;
	width:890px;
	height:100px;
	margin:0 auto;
	border:0px solid red;
	}	
#login2 ul.link_box{
	clear:both;
	width:410px;
	height:45px;
	margin:60px auto 0 auto;
	border:0px solid #d8d3d0;
	}
#login2 ul.link_box li {
	width:200px;
	height:45px;
	float:left;
	margin-right:10px;
	}
#login2 ul.link_box li.btn1{	
	background:#42bfef;	
	}
#login2 ul.link_box li.btn2{
	background:#131417;
	margin-right:0;
	}
#login2 ul.link_box li.btn3{
	background:#ccc;
	margin-right:0;
	}
#login2 ul.link_box li.btn1 a,
#login2 ul.link_box li.btn2 a,
#login2 ul.link_box li.btn3 a{
	display:block;
	width:100%;
	height:100%;
	font-size:15.5px; 
	color:#fff;
	text-decoration:none;
	line-height:2.8;
	text-align:center;
	}



#top_wrap{
	position:relative;
	width:100%;
	height:400px;
	margin:0;
	padding:0;
	background-repeat:no-repeat;
	background-position:50% 50%;
	border:0px solid red;
	overflow:hidden;
	}

#top_wrap .navi_wrap{
	position:absolute;
	top:351px;
	width:100%;
	height:50px;
	border:0px solid red;
	}
#top_wrap p.title_1{
	text-align:center;
	font-family:Montserrat;
	color:#fff;
	font-size:18px;
	height:22px;
	overflow:hidden;
	line-height:1;
	}
#top_wrap p.title_2{
	text-align:center;
	color:#fff;
	font-size:60px;
	height:auto;
	font-weight:500;
	overflow:hidden;
	line-height:1;
	letter-spacing: 2px;
	}
#top_wrap p.title_3{
	text-align:center;
	color:#fff;
	font-size:60px;
	height:auto;
	font-weight:600;
	overflow:hidden;
	line-height:1;
	}
#top_wrap hr.line{
	margin-top:50px;
	border:0;
	width:120px;
	height:1px;
	background:#fff;
	}
	
#top_wrap .navi_wrap_2{
	position:absolute;
	top:535px;
	width:100%;
	height:120px;
	border:0px solid red;
	}	
	
#search_box {position:relative;clear:both; width:800px; height:auto; margin:50px auto 0px auto;}
#search_box>.input_box {width:100%; height:150px; margin:0 auto; border:5px solid #f1f1f1;}
#search_box>.input_box ul{float:left; width:600px; margin:30px;}
#search_box>.input_box ul li{list-style:none; width:500px; height:35px; margin-bottom:10px;}
#search_box>.input_box ul li input{border:0; width:400px; height:35px; color:#1a1e28; margin-left:50px; border:1px solid #d8d7d9;}
#search_box>.input_box>.btn_box {float:right; margin-left:20px; width:150px; height:90px; }
#search_box>.input_box a.searchbt{
	position:absolute;
	right:70px;
	top:135px;
	display:block; 
	width:150px; 
	height:85px; 
	background:#130521; 
	color:#fff; 
	text-align:center; 
	line-height:6; 
	text-decoration:none; }

#search_box h3{font-size:25px; font-weight:700;}	
	
	
/*sub navi*/
.erk-lnb-v01{
	width:1400px;
	height:50px;
	margin:0 auto;
	border:0px solid red;
}
.erk-lnb-v01 .d1{
	height:50px;
}
.erk-lnb-v01 .d1 ul{
	width:1400px;
	height:48px;
	border:0px solid #d2d2d2;
	margin:0;
	padding:0;
	overflow:hidden;
	}
.erk-lnb-v01 .d1 ul li{
	float:left;		
	margin-right:1px;
	}
.erk-lnb-v01 .d1 ul li.last{
	border-right:0px;
	}

.erk-lnb-v01 .d1 ul li.num1{width:600px;}
.erk-lnb-v01 .d1 ul li.num2{width:400px;}
.erk-lnb-v01 .d1 ul li.num3{width:465px;}
.erk-lnb-v01 .d1 ul li.num4{width:348px;}
.erk-lnb-v01 .d1 ul li.num5{width:278px;}

.erk-lnb-v01 .d1 ul li a{
	display:block;
	height:100%;
	color:#000;
	font-size:16px;
	font-weight:500;
	line-height:3.2;
	text-decoration:none;
	text-align:center;
	background:#fff;
	}
.erk-lnb-v01 .d1 ul li:hover a,
.erk-lnb-v01 .d1 ul li.now-important a{
	color:#fff;
	background:#b0d6f2;
	}

.erk-lnb-v01 .d2 a>span{
	visibility:hidden;
}
.erk-lnb-v01 .d2{
	/*추가*/
	position:relative;
	background:#fff;
	color:#ff71ad;
	line-height:2.5;
	text-decoration:none;	
/* 	border-bottom:1px solid #ad5a70; */
	height:40px;
	
}
.erk-lnb-v01 .d2 .line{
	position:absolute;
	bottom:0;
	left:0;
	background:#ad5a70;
	display:block;
	height:1px;
	width:100%;	
}
.erk-lnb-v01 .d2 .item{
	position:absolute;
	top:0;left:0;
	height:40px;/*직접기입*/	
	list-style:none;
	padding:0;
	margin:0;
	/* height:100%; */
}
.erk-lnb-v01 .d2 .item li{
	list-style:none;
	padding:0;
	display:inline-block;
	*display:inline;
	zoom:1;
	height:100%;
	/* border-right:1px solid #98816c; */
}
.erk-lnb-v01 .d2 .item li a{
	display:block;
	color:#332f38;
	line-height:3.0;
	text-decoration:none;
	padding:0 20px;
	height:100%;
	font-size:17px;
	font-weight:400;
	letter-spacing:-0.05em;
}

.erk-lnb-v01 .d2 .item li.now a,
.erk-lnb-v01 .d2 .item li.now-important a,
.erk-lnb-v01 .d2 .item li:hover a{
	/* color:#3e2c2c; */
	/* text-decoration:underline; */
	color:#333;
	font-weight:700;
	background-position:50% -55px;
}

/* 탭메뉴 */
.tab{
	display:none;
	}
.tab_wrap{
	width: 1200px;
    margin: 0 auto;
	border-bottom:1px solid #ddd;
	margin-bottom:40px;
	}
.tab_wrap:before,.tab_wrap:after{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	}
.tab_wrap a{
	position:relative; 
	isplay:block;
	float:left; 
	margin-left:-1px;
	font-size:16px;
	font-weight:500;
	letter-spacing:-0.8px; 
	color:#666;
	width:118px;
	height:50px;
	line-height:50px;
	background:#fff;
	border:1px solid #ddd;
	border-bottom:0 none;
	text-align:center;
	text-decoration: none;
	}
.tab_wrap a.active{
	color:#fff;
	background:#46a1de;
	}
.tab_wrap a span{
	line-height:20px;
	display:inline-block;
	vertical-align:middle;
	margin-top:-6px;
	}
.tab_wrap.wide a{
	width:208px;
	}


div#sub_wrap{
	clear:both;
	position:relative;
	width:100%;
	height:auto;
	text-align:center;
	}
	
div#sub_wrap h3{
	font-size: 32px;
	font-weight:500;
    color: #555;
	}	
	
div#sub_wrap #contents_wrap{
	clear:both;
	position:relative;
	width:100%;	
	height:auto;
	padding:0;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	margin-bottom:100px;
	}

div#sub_wrap #contents_wrap div.toptit{
	width:100%;
	height:75px;
	margin:80px auto 40px auto;
	text-align:center;
	border:0px solid red;
	}

div#sub_wrap #contents_wrap div.toptit p.title{
	color:#261915;
	font-size:45px;
	font-weight:500;
	letter-spacing:-0.08em;
	text-align:center;
	height:45px;
	line-height:1;
	margin-bottom:10px;
	border:0px solid red;
	}

div#sub_wrap #contents_wrap div.toptit hr.line01{
	border:0;
	width:60px;
	height:2px;
	background:#006db4;
	}
div#sub_wrap #contents_wrap div.toptit hr.line02{
	border:0;
	width:60px;
	height:2px;
	background:#00a050;
	}
div#sub_wrap #contents_wrap div.toptit hr.line03{
	border:0;
	width:60px;
	height:2px;
	background:#d71921;
	}
div#sub_wrap #contents_wrap div.toptit hr.line04{
	border:0;
	width:60px;
	height:2px;
	background:#3f506b;
	}
div#sub_wrap #contents_wrap div.toptit hr.line05{
	border:0;
	width:60px;
	height:2px;
	background:#b0d6f2;
	}


div#sub_wrap #contents_wrap div.conart{
	position:relative;
	width:1400px;
	height:auto;
	margin:0 auto;
	border:0px solid red;
	}
div#sub_wrap #contents_wrap div.conart img{
	position:absolute;
	top:0;
	left:100px;
	width:350px;
	height:500px;
	border:1px solid #ccc;
	}	
	
div#sub_wrap #contents_wrap div.conart ul{
	position: relative;
    height: auto;
    overflow: hidden;
	margin: 0 auto;
	}

	
div#sub_wrap #contents_wrap div.conart p.conart_top{
	margin-left:500px;
	color:#006db4;
	font-size:24px;
	font-weight:700;
	font-family: 'Nanum Myeongjo', serif;
	letter-spacing:-0.05em;
	text-align:left;
	line-height:1.5;
	margin-bottom:30px;
	}
div#sub_wrap #contents_wrap div.conart p.conart_con{
	margin-left:500px;
	color:#333;
	font-size:16px;
	letter-spacing:-0.08em;
	text-align:left;
	line-height:1.7;
	}
div#sub_wrap #contents_wrap div.conart p.conart_con span{
	color:#000;
	font-size:18px;
	font-weight:500;
	letter-spacing:-0.08em;
	text-align:left;
	line-height:1.8;
	margin-bottom:15px;
	}
div#sub_wrap #contents_wrap div.conart p.conart_con span.conart_name{
	color:#006db4;
	font-size:26px;
	font-weight:700;
	font-family: 'Nanum Myeongjo', serif;
	letter-spacing:-0.05em;
	line-height:1.5;
	margin-bottom:30px;
	margin-left:10px;
	}

.system{
	position:relative;
	width:850px;
	height:auto;
	margin:0 auto;
	margin-bottom:250px;
	margin-left: -109px;
	/*background: url(../01_intro/img/bg_system.png) no-repeat center 0;*/
	color:#000;
	float:left;
	}
.system p{
	display:table;
	margin:0 auto;
	color:#fff;
	font-size:16px;
	line-height:3.8;
	}
.system ul.system_top{
	width:440px;
	height:auto;
	margin:0 auto;
	}
.system ul.system_top li{
	width:160px;
	height:60px;
	margin:0 30px;
	float:left;
	background:#0a4d97;
	}
.system ul.system_top li:nth-child(3){
	margin-right:0;
	}
.system ul.system_mid{
	width:420px;
	height:auto;
	margin:0 auto;
	}
.system ul.system_mid li{
	width:150px;
	height:50px;
	margin: 0 30px;
	float:left;
	background:#008134;
	}
.system ul.system_mid li:nth-child(2){
	margin-right:0;
	}
.system ul.system_mid li p{
	display:table;
	margin:0 auto;
	color:#fff;
	font-size:16px;
	line-height:3.2;
	}
	
.system ul.system_bottom strong{
	display: block;
	width: 150px;
	height: 48px;
	line-height: 48px;
	border: 1px solid #d3d3d3;
	background: #ededed;
	text-align: center;
	}
.system ul.system_bottom{
	width: 925px;
	height: auto;
	margin:0 auto;
	}

.system ul.system_bottom div{
	padding: 18px 0 0 ;
	width: 150px;
	height: 30px;
	border: 1px solid #d3d3d3;
	border-top: none;
	background: #fff;
	line-height: 12px;
	text-align: center;
	}

.system ul.system_bottom > li{
	width:150px;
	height:auto;
	float:left;
	padding:0 17px;
	margin: 0 auto;
	}

.system ul.system_end{
	width:750px;
	height:auto;
	margin:0 auto;
	}
.system ul.system_end p{
	display:table;
	margin:0 auto;
	color:#333;
	font-size:14px;
	font-weight:500;
	line-height:3.6;
	}	
.system ul.system_end li{
	width:150px;
	height:50px;
	margin:0 18px;
	float:left;
	background:#e9ef00;
	}
.system ul.system_end li:nth-child(5){
	margin-right:0;
	}

.system_r{
	position:relative;
	width:550px;
	height:auto;
	margin:0 auto;
	margin-top:130px;
	/*background: url(../01_intro/img/bg_system.png) no-repeat center 0;*/
	color:#000;
	float:left;
	}
.system_r p{
	display:table;
	margin:0 auto;
	color:#fff;
	font-size:16px;
	line-height:3.8;
	}
.system_r ul.system_top{
	width:220px;
	height:auto;
	margin:0 auto;
	}
.system_r ul.system_top li{
	width:160px;
	height:60px;
	margin:0 30px;
	float:left;
	background:#1b5432;
	}
.system_r ul.system_top li:nth-child(3){
	margin-right:0;
	}
.system_r ul.system_mid{
	width:265px;
	height:auto;
	margin:0 auto;
	}
.system_r ul.system_mid li{
	width:150px;
	height:50px;
	margin-left:60px;
	float:left;
	background:#1b5432;
	}
.system_r ul.system_mid li:nth-child(2){
	margin-right:0;
	}
.system_r ul.system_mid li p{
	display:table;
	margin:0 auto;
	color:#fff;
	font-size:16px;
	line-height:3.2;
	}
	


.system_r ul.system_end{
	width:560px;
	height:auto;
	margin:0 auto;
	}
.system_r ul.system_end p{
	display:table;
	margin:0 auto;
	color:#fff;
	font-size:14px;
	font-weight:500;
	line-height:3.6;
	}	
.system_r ul.system_end li{
	width:150px;
	height:50px;
	margin:0 18px;
	float:left;
	background:#1b5432;
	}
.system_r ul.system_end li:nth-child(5){
	margin-right:0;
	}

.history{
	position:relative;
	width:950px;
	height:auto;
	margin:0 auto;
	color:#000;
	border:0px solid red;
}

.history h2{
	position: relative;
    width: 50px;
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
	}
.history h2:before {
    content:""; 
	position: absolute;
    left:-48px;
	top:50%;
	transform: translateY(-50%);
    width:17px;
	height: 17px;
	border-radius: 100%;
    background:#fff;
	border: 5px solid #ff5a2b;
    box-sizing: border-box;
	}
.history div{
	position: relative;
	padding: 0 0 0 48px;
	}
.history div:before{
	content:"";
	position:absolute;
	left:8px;
	top:0;
    width: 2px;
	height:100%;
	background:#ddd;
	}
.history div:first-child:before{
	top:10px;
	height:calc(100% - 10px);
	}
.history ol{
	padding: 20px 0 74px;
	text-align:left;
	}
.history li{
	font-size: 15px;
	color:#000;
	line-height: 28px;
	}
.history li span{
	margin:0 5px;
	font-size: 16px;
	font-weight: 600;
	color:#000;
	}

.loca{
	position:relative;
	width:1000px;
	height:auto;
	margin:0 auto;
	padding:50px 20px 20px;
	color:#000;
	font-size: 24px;
    font-weight: 800;
    font-family: 'Nanum Myeongjo', serif;
	letter-spacing:-0.8px;
	}
p.loca_tel{
	margin:0 auto;
	color:#fff;
	font-size:16px;
	line-height:5.3;
	}
div#sub_wrap #contents_wrap div.conart p.loca_tel img{
	position:absolute;
	top:728px;
	left:435px;
	width:30px;
	height:30px;
    border:none;
}

.conart_title{
	width:1200px;
	margin:0 auto;
	}
.conart_title div{
	width: 1100px;
	margin:0 auto;
	}	
.conart_title p{
	font-size: 20px;
    font-weight: 500;
    float: left;
    text-align: left;
	}	
.conart_title span{
	font-size:14px;
	letter-spacing:0.5px;
	}
div#sub_wrap #contents_wrap div.conart h3 img{
	position:absolute;
	top:20px;
	left:50%;
	transform: translate(-50%, -50%);
	width:250px;
	height:139px;
    border:none;
}	
.conart_title p.evi{
	background:url(../01_intro/img/evidence.png) no-repeat 50% 50%;
	width:180px;
	height:68px;
	text-align:center;
	font-size:22px;
	font-weight: 500;
	color:#fff;
	line-height:68px;
	margin-right: 50px;
	}
.conart_title p.pur{
	background:url(../01_intro/img/purpose.png) no-repeat 50% 50%;
	width:180px;
	height:68px;
	text-align:center;
	font-size:22px;
	font-weight: 500;
	color:#fff;
	line-height:68px;
	margin-right: 50px;
}
.conart_title p.tit1{
	width: 60px;
    height: 50px;
    position: relative;
    top: 45px;
    left: 125px;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    color: #043893;
    border-bottom: 2px solid#333;
	}	
.conart_title p.tit2{
	width: 60px;
    height: 50px;
    position: relative;
    top: 45px;
    left: 455px;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    color: #007b00;
    border-bottom: 2px solid#333;
	}	
.conart_title p.tit3{
	width: 110px;
    height: 50px;
    position: relative;
    top: 45px;
    left: 765px;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    color: #eb710e;
    border-bottom: 2px solid#333;
	}	

.conart_title p.art1{
	width: 180px;
    height: auto;
    position: relative;
    top: 130px;
    left: -165px;
    text-align: center;
    font-size: 18px;
    color: #333;
	}	
.conart_title p.art2{
	width: 178px;
    height: auto;
    position: relative;
    top: 130px;
    left: 50px;
    text-align: center;
    font-size: 18px;
    color: #333;
	}	
	.conart_title p.art3{
	width: 300px;
    height: auto;
    position: relative;
    top: 160px;
    left: 205px;
    text-align: center;
    font-size: 18px;
    color: #333;
	}	

.conart_article{
	position:relative;
	width:1100px;
	margin:0 auto;
	}
.conart_article div.circle7{
	background:url(../01_intro/img/circle7.png) no-repeat 50% 50%;
	position:relative;
	width:500px;
	height:500px;
	float:left;
	margin-right:50px;
	}
.conart_article div.circle7 div.circle7_tit{
	position:absolute;
	top: 215px;
    left: 218px;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #fff;
	}
.conart_article div.circle7 div.circle7_art{
    font-size: 18px;
    text-align: center;
    color: #fff;
	}
.conart_article div.circle7 div.circle7_art .circle7_1{
	position:absolute;
	top: 60px;
    left: 212px;
    font-size: 18px;
    text-align: center;
    color: #333;
	}	
.conart_article div.circle7 div.circle7_art .circle7_2{
	position:absolute;
	top: 116px;
    left: 360px;
    font-size: 18px;
    text-align: center;
    color: #333;
	}	
.conart_article div.circle7 div.circle7_art .circle7_3{
	position:absolute;
	top: 275px;
    left: 388px;
    font-size: 18px;
    text-align: center;
    color: #333;
	}	
.conart_article div.circle7 div.circle7_art .circle7_4{
	position:absolute;
	top: 390px;
    left: 290px;
    font-size: 18px;
    text-align: center;
    color: #333;
	}	
.conart_article div.circle7 div.circle7_art .circle7_5{
	position:absolute;
	top: 390px;
    left: 144px;
    font-size: 18px;
    text-align: center;
    color: #333;
	}	
.conart_article div.circle7 div.circle7_art .circle7_6{
	position:absolute;
	top: 286px;
    left: 37px;
    font-size: 18px;
    text-align: center;
    color: #333;
	}	
.conart_article div.circle7 div.circle7_art .circle7_7{
	position:absolute;
	top: 115px;
    left: 62px;
    font-size: 18px;
    text-align: center;
    color: #333;
	}	
	
.conart_article div.circle6{
	background:url(../01_intro/img/circle6.png) no-repeat 50% 50%;
	position:relative;
	width:500px;
	height:500px;
	float:left;
	}
.conart_article div.circle6 div.circle6_tit{
	position:absolute;
	top: 215px;
    left: 190px;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #fff;
	}
.conart_article div.circle6 div.circle6_art{
    font-size: 18px;
    text-align: center;
    color: #fff;
	}
.conart_article div.circle6 div.circle6_art .circle6_1{
	position:absolute;
	top: 45px;
    left: 202px;
    font-size: 18px;
    text-align: center;
    color: #333;
	}	
.conart_article div.circle6 div.circle6_art .circle6_2{
	position:absolute;
	top: 135px;
    left: 365px;
    font-size: 18px;
    text-align: center;
    color: #333;
	}	
.conart_article div.circle6 div.circle6_art .circle6_3{
	position:absolute;
	top: 315px;
    left: 365px;
    font-size: 18px;
    text-align: center;
    color: #333;
	}	
.conart_article div.circle6 div.circle6_art .circle6_4{
	position:absolute;
	top: 390px;
    left: 199px;
    font-size: 17px;
    text-align: center;
    color: #333;
	}	
.conart_article div.circle6 div.circle6_art .circle6_5{
	position:absolute;
	top: 310px;
    left: 48px;
    font-size: 18px;
    text-align: center;
    color: #333;
	}	
.conart_article div.circle6 div.circle6_art .circle6_6{
	position:absolute;
	top: 135px;
    left: 44px;
    font-size: 18px;
    text-align: center;
    color: #333;
	}	

.sur {
	width:1100px;
	height:auto;
	margin:0 auto;
}
.sur .sur_tit{
	width:120px;
	background-color:#0f4592;
    padding:8px;
    border-radius:10px;
	font-size:18px;
	font-weight:500;
	color:#fff;
	float:left;
	margin-right:35px;
}
.sur .sur_art{
	position: relative;
	width:800px;
    vertical-align: top;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
	border-radius: 10px;
    overflow: hidden;
	text-align:left;
	font-size:16px;
	float:left;
	padding:20px 60px;
}
.sur .sur_art span{
	font-size:17px;
	font-weight:600;
	color:#0f4592;
}
.sur .sur_art span.bank{
	font-size:16px;
	font-weight:600;
	color:#333;
	margin-left:205px;
	line-height: 33px;
}
.sur .sur_art span.join{
	font-size:17px;
	font-weight:600;
	color:#333;
}
div#sub_wrap #contents_wrap div.conart .sur .sur_art img{
	position:absolute;
	top:85px;
	left:226px;
	width:30px;
	height:30px;
    border:none;
}
ul.edu{
	position:relative;
	width:770px;
	overflow:hidden;
	margin:0 auto;
	border:1px solid #e4e4e4;

	}
ul.edu li{
	display:block;
	width:580px;
	height:auto;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:170px;
	border-bottom:1px solid #e4e4e4;
	font-size:20px;
	font-weight:500;
	line-height:1.5;
	letter-spacing:-0.05em;
	text-align:center;
	color:#333;
	background-position:30px 50%;
	background-repeat:no-repeat;
	}	
ul.edu li:nth-child(1){
	background-image:url(../02_edu/img/edu_icon1.png)
	}
ul.edu li:nth-child(2){
	background-image:url(../02_edu/img/edu_icon7.png)
	}
ul.edu li:nth-child(3){
	background-image:url(../02_edu/img/edu_icon3.png)
	}
ul.edu li:nth-child(4){
	background-image:url(../02_edu/img/edu_icon5.png)
	}
ul.edu li:nth-child(5){
	background-image:url(../02_edu/img/edu_icon3.png)
	}
ul.edu li:nth-child(6){
	background-image:url(../02_edu/img/edu_icon6.png)
	}
ul.edu li:nth-child(7){
	background-image:url(../02_edu/img/edu_icon8.png)
	}
ul.edu li:nth-child(8){
	background-image:url(../02_edu/img/edu_icon8.png)
	}						
ul.edu li span{
	display:block;
	width:580px;
	font-size:17px;
	font-weight:400;
	line-height:1.5;
	color:#666;
	}
	
.cure{
	width:96.5%;
	overflow:hidden;
	margin:0 auto;
	border-left:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
	}
.cure ul{
	padding:25px;
	height: 205px;
	padding-left: 11%;
	border-top:1px solid #e4e4e4;
	border-right:1px solid #e4e4e4;
	}
.cure ul li{
	font-size:19px;
	font-weight:500;
	color:#333;
	}
.cure ul li span{
	font-size:15px;
	font-weight:400;
	color:#666;
	}
.cure ul li span span.cure_consul{
	width:80px;
	height:80px;
	border-radius:50%;
	background:#006db4;
	font-size:15px;
	font-weight:500;
	color:#fff;
	text-align:center;
	line-height:80px;
	float:left;
	margin-left: 30px;
	}
.cure ul li span span.cure_span{
	font-size: 17px;
    font-weight: 600;
    color: #0f4592;
	margin-left: 30px;
	}	
.cure .cure_icon1{
	width:500px;
	float:left;
	background:url(../03_consul/img/cure_icon1.png) left 70px center no-repeat;
	}
.cure .cure_icon2{
	width:500px;
	float:left;
	background:url(../03_consul/img/cure_icon2.png) left 70px center no-repeat;
	}
.cure .cure_icon3{
	width:87%;
	float:left;
	background:url(../03_consul/img/cure_icon3.png) left 70px center no-repeat;
	}
.cure .cure_icon4{
	width:87%;
	float:left;
	background:url(../03_consul/img/cure_icon4.png) left 70px center no-repeat;
	}
.cure .cure_icon5{
	width:500px;
	float:left;
	background:url(../03_consul/img/cure_icon5.png) left 70px center no-repeat;
	}	
.cure .cure_icon6{
	width:500px;
	float:left;
	background:url(../03_consul/img/cure_icon6.png) left 70px center no-repeat;
	}
.cure .cure_icon7{
	width:500px;
	float:left;
	background:url(../03_consul/img/cure_icon7.png) left 70px center no-repeat;
	}
.cure .cure_icon8{
	width:500px;
	float:left;
	background:url(../03_consul/img/cure_icon8.png) left 70px center no-repeat;
	}	




	
#footer{
	position:relative;
	width:100%;
	height:120px;
	background:#121320;
	}
	
#footer>.logo{
	position:absolute;
	top:20px;
	left:290px;
	text-indent:-9999px;
	display:block;
	width:200px;
	height:80px;
	background:url(../images/common/bottom_logo.png) no-repeat 50% 50%;
	opacity:0.5;
	
}	
	
#footer div{
	position:relative;
	width:100%;
	height:auto;
	margin:30px 0;
	border:0px solid red;
	
	}
#footer div address{
    position: absolute;
	top: 37px;
    left: 660px;
    font-style: normal;
    font-size: 13.5px;
    color: #fff;
    line-height: 1.8;
    letter-spacing: -0.1px;
    text-align: left;
	}
#footer div ul{
	position: absolute;
    top: 50px;
    left:1460px;
	width:340px;
	height:40px;
    overflow: hidden;
	}
#footer div ul li{
	float:left;
	}
#footer div ul li.icon{
	width:35px;
	height:35px;
	margin-right:5px;
	}
#footer div ul li.icon img{
	width:34px;
	height:34px;
	}
#footer div ul li.text{
	text-align:left;
	color:#fff;
	padding-right:10px;
	}
#footer div ul li.text a{
	text-decoration:none;
	color:#fff;
	}

#footer_sns{
	position:relative;
	width:100%;
	height:180px;
	background:#f2f2f2;
	overflow:hidden;
	}
#footer_sns ul{
	width:710px;
	height:110px;
	margin:35px auto 0 auto;
	border:0px solid red;
	}
#footer_sns ul li{
	float:left;
	width:235px;
	height:110px;
	border-right:1px solid #aeaeb2;
	overflow:hidden;
	}	
#footer_sns ul li:last-child{
	border-right:none;
	}
#footer_sns ul li a{
	display:block;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:50% 0%;
	text-decoration:none;
	font-size:15.5px;
	line-height:12;
	letter-spacing:-0.03em;
	text-align:center;
	color:#6f6f74;
	}
	
#footer_banner{
	clear:both;
	position:relative;
	width:100%;
	height:70px;
	overflow:hidden;
	}
	
#footer_banner div.scroll_wrap{
	width:1400px;
	height:70px;
	margin:0px auto 0 auto;
	border:0px solid red;
	}
#footer_banner ul{
	width:1400px;
	height:70px;
	margin:15px 0;
	border:0px solid red;
	overflow:hidden;
	}
#footer_banner ul li{
	float:left;
	width:200px;
	height:70px;
	margin-right:5px;
	}	