/*reset*/
html,body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{padding:0; margin:0;}
body{font-family:'Nanum Gothic', '나눔고딕' , '돋움',Dotum,'굴림',Gulim,Helvetica,sans-serif; font-size:12px; color:#333;}
h1,h2,h3,h4,h5,h6,strong{font-weight:normal; font-size:100%;}
fieldset,img,button{border:0;}
img,input,button{vertical-align:top;}
table{border-collapse:collapse;}
address,em{font-style:normal;}
ol,ul{list-style:none;}
hr{display:none;}
a{text-decoration:none; color:#444444;}
a:hover,a:active{text-decoration:none;}
legend{position:absolute; left:-9999px; top:0}
caption{overflow:hidden; width:0; height:0; font-size:0; line-height:0;}
button{background:none; cursor:pointer;}
button::-moz-focus-inner{padding:0; border:0;}

 .bg_1{ background-color:#0C6390}


textarea, select {font-family:dotum;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}


/* Font-Face */
@font-face{
 font-family: "NanumGothic"; 
 src: url("/font/NanumGothic.eot"); /* IE9 Compat Modes */    
 src: url("/font/NanumGothic.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */        
 url("/font/NanumGothic.woff") format("woff"), /* Modern Browsers */        
 url("/font/NanumGothic.ttf")  format("truetype"), /* Safari, Android, iOS */        
 url("/font/NanumGothic.svg#svgMothnnaFont") format("svg"); /* Legacy iOS */
}

/* common */
input[type="button"]{ cursor:pointer}
  input[type="text"],input[type="password"]{padding:2px; background-color:#f9f9f9; border:1px solid #cfcfcf;  color:#777777;}
  .ir {display:block;position:absolute;left:0;top:0;width:0;height:0;font-size:0;line-height:0;text-indent:-200%;overflow:hidden}
  .clearfix{*zoom:1;}
  .clearfix:after{display:block; clear:both; content:"";}
  .redFont{font-weight:600; color:#d62233;}
  .txt_blue{color:#1360b3;}
	.txt_red{color:#b31313;}
 	.f_left{ float:left} 
	.f_right{ float:right}
/* layout*/
#wrap{margin:0 auto; width:100%; min-width:1200px;}
#header{position:relative; left:0; top:0; width:1200px; height:96px; margin:0 auto; }
#header .utillmenu{float:right;}
#header dl{ margin:0 auto; padding-top:25px;}
#header dd{float:left; padding-left:5px; }
#header .header_inner{position:relative; left:0; top:0; }
#header h1{float:left; width:220px; height:44px; margin:15px 22px 0 16px;}
#header .gnb{float:left; width:700px; padding-top:30px; }
#header .gnb>ul{padding:0; margin:0;}
#header .gnb>ul>li{float:left; padding:0 15px;}
#header .gnb>ul>li:first-child{padding-left:0;}
#header .gnb>ul>li>a{font-family: 'Noto Sans KR', sans-serif; display:block; padding-bottom:6px; font-size:20px; font-weight:400; color:#222222; letter-spacing:-1px}
#header .gnb>ul>li>a:hover,#header .gnb>ul>li>a:focus{border-bottom:2px solid #3f7cbd; color:#3f7cbd;}
#header .gnb>ul>li.on>a{}
#header .gnb .sb{display:none; position:absolute; left:0; top:25px; background-color:#2d4498;}
#header .gnb .sb1{left:16px;}
#header .gnb .sb2{left:146px;}
#header .gnb .sb3{left:138px;}
#header .gnb .sb4{left:432px;}
#header .gnb .sb li{float:left;}
#header .gnb .sb li a{display:block; padding:4px 7px; color:#fff;}
#header .gnb .sb li a:hover{color:#f6ff00;}


/************************************** 
** topimg
***************************************/
.topimgWrap{padding-top:0px; width:100%; min-width:1200px; height:561px;  background:url('../img/main.jpg') center top no-repeat; }
.topimgWrap .topimgBox{width:1200px; height:561px; margin:0px auto; position:relative;}

.login_tit {color:#003d87; font-size:24px; font-weight:700; margin-bottom:5px; padding-left:0px;text-align:left;  font-family: 'Noto Sans KR', sans-serif;}

/* 로그인 */
.topimgWrap #loginFormDiv{position:absolute; top:60px; left:0px; }
.topimgWrap #loginFormDiv .loginInput .loginLink{overflow:hidden; margin-top:10px; }
.topimgWrap #loginFormDiv .loginInput .loginLink li{float:left; overflow:hidden; padding-left:25px; margin-right:17px; background:url('../img/arrow.png') no-repeat left 3px;}
.topimgWrap #loginFormDiv .loginInput .loginLink li a{font-size:15px;  font-family: 'Noto Sans KR', sans-serif; }
.topimgWrap #loginFormDiv .loginInput .form-group{margin-top:5px;}
.topimgWrap #loginFormDiv .loginInput .form-group input{color:#fff; background-color:#b4c4d5; font-size:15px; border:0; height:40px; vertical-align:top;}
.topimgWrap #loginFormDiv .loginInput .form-group button .icon{background:url('../img/icon/loginBg.png') no-repeat; display:inline-block; padding-left:10px; width:8px; height:13px; position:relative; top:2px;}
.form-control {width:200px; }

.topimgWrap #loginFormDiv .loginInput .form-group input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
	padding-left:20px;
	font-family: 'Noto Sans KR', sans-serif; 
}

.topimgWrap #loginFormDiv .loginInput .form-group input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
	padding-left:20px;
	font-family: 'Noto Sans KR', sans-serif; 
}

.topimgWrap #loginFormDiv .loginInput .form-group input::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
	padding-left:20px;

}


/* 로그인 데이터 */
.topimgWrap #loginFormDiv .loginData{overflow:hidden; display:none;}
.topimgWrap #loginFormDiv .loginData h4{font-size:22px; font-weight:400;}
.topimgWrap #loginFormDiv .loginData h4 b{color:#009daa;}
.topimgWrap #loginFormDiv .loginData ul{margin:10px 0px;}
.topimgWrap #loginFormDiv .loginData li{padding-left: 20px; list-style-type: disc; list-style-position: inside;}
.topimgWrap #loginFormDiv .loginData li a{font-size:14px;}
.topimgWrap #loginFormDiv .loginData li a b{color:#d08617;}
.topimgWrap #loginFormDiv .loginData li.bank{font-size:15px; color:#000; font-weight:600; list-style-type:none; margin-top:5px;}
.topimgWrap #loginFormDiv .loginData button{font-size:12px;}
.topimgWrap #loginFormDiv .loginData button.user .icon{background:url('../img/icon/arrow-left.png') no-repeat;  display:inline-block; padding-left:5px; width:8px; height:12px; position:relative; top:2px;}
.topimgWrap #loginFormDiv .loginData button.logout .icon{background:url('../img/icon/power.png') no-repeat;  display:inline-block; padding-left:10px; width:8px; height:13px; position:relative; top:2px;}

.text_c1 {
	font-size: 15px;
	color: #000;
	font-weight: bold;
	line-height: 21px;
}
.text_c3 {
	font-size: 15px;
	color: #CC0000;
	font-weight: bold;
	line-height: 21px;
}


/* 공지사항 */
.topimgWrap .noticeBox{margin-top:60px; float:left; padding-left:600px;}
.topimgWrap .noticeBox h3{color:#003d87; font-size:24px; font-weight:400; margin-bottom:5px; letter-spacing:-1px; padding-left:0px;padding-bottom:10px;  font-weight:300;}
.topimgWrap .noticeBox h3 span {font-weight:600;}
.topimgWrap .noticeBox li{padding-left:20px;   font-weight:400; list-style:none; padding-bottom:7px; }
.topimgWrap .noticeBox li:before {content: ""; position:absolute; width:4px; height:4px; background:#383838; text-align:left; border-radius:22px; margin-left:-10px; margin-top:12px;}


.topimgWrap .noticeBox li a{color:#686868; font-size:17px; font-family: 'Noto Sans KR', sans-serif; }

/* 퀵 아이콘 */
.quickBox{position:absolute; top:300px; left:50%; margin-left:-560px; overflow:hidden; }
.quickBox li{float:left; margin-left:-10px; list-style:none;}


.searchSection{width:100%; min-width:1200px; overflow:hidden; background-color:#d7e3e5;  font-family: 'Noto Sans KR', sans-serif; padding:15px 0; }
.searchSection .searchBox{width:1200px; margin:0px auto; }
.searchSection .searchBox h4{font-size:20px; font-weight:700; color:#383838; margin-bottom:15px; letter-spacing:-1px; text-align:center; padding-left:20px; padding-top:35px;}
.searchSection .searchBox li{float:left; overflow:hidden; font-size:16px; }
.searchSection .searchBox li select{padding:10px;}
.searchSection .searchBox li input{padding-left:10px; }
.searchSection .searchBox li button{height:41px; width:249px; border:0; background:none; margin-top:4px;}

.searchSection .searchBox li.liType1{background:url('../img/bg02.gif') no-repeat;  width:274px; height:170px;}
.searchSection .searchBox li.liType1 h4 .num{color:#ffff00;}
.searchSection .searchBox li.liType1 h4 .date{font-size:11px;}
.searchSection .searchBox li.liType1 h4 .danga{font-size:9px;}

.searchSection .searchBox li.liType1 dl {text-align:center; }
.searchSection .searchBox li.liType1 dl i {display:inline-block; vertical-align:top; font-style:normal;}
.searchSection .searchBox li.liType1 dl dd {letter-spacing:-1px;}
.searchSection .searchBox li.liType1 dl dd:nth-child(2) {font-size:22px; font-weight:600; }

.searchSection .searchBox li.liType2{width:274px; height:150px; background:url('../img/bg01.gif') no-repeat;   text-align:center; padding-bottom:20px;}
.searchSection .searchBox li.liType2 input{width:165px; height:42px; vertical-align:top;}
.searchSection .searchBox li.liType2 dl dd {letter-spacing:-1px;}
.searchSection .searchBox li.liType2 dl dd:nth-child(2) {font-size:22px; font-weight:600;}

.searchSection .searchBox li.liType3{background:url('../img/bg01.gif') no-repeat; width:322px; padding:16px 0;}
.searchSection .searchBox li.liType3 dl {float:left;}
.searchSection .searchBox li.liType3 dl dd {text-align:left; font-family: 'Noto Sans KR', sans-serif; font-size:18px; font-weight:500; letter-spacing:-1px; color:#2e2e2e;}
.searchSection .searchBox li.liType3 dl dd.tit {font-size:30px; color:#152e6e; font-weight:700; padding:0 30px;}
.searchSection .searchBox li.liType3 dl dd:first-child {letter-spacing:.4px;}

.searchSection .searchBox li.liType4{background:url('../img/bg02.gif') no-repeat; width:322px; padding:16px 0;}
.searchSection .searchBox li.liType4 dl {float:left; }
.searchSection .searchBox li.liType4 dl dd {text-align:left; font-family: 'Noto Sans KR', sans-serif; font-size:18px; font-weight:500; letter-spacing:-1px; color:#2e2e2e;}
.searchSection .searchBox li.liType4 dl dd.tit {font-size:30px; color:#008585; font-weight:700; padding:0 30px;}
.searchSection .searchBox li.liType4 dl dd:first-child {letter-spacing:.4px;}

.searchSection .searchBox ul.two li.liType5 {background:#f8f8f8; padding:15px 10px; width:624px; text-align:center;}
.searchSection .searchBox ul.two li.liType5 dl dd {display:inline-block; background:#fff; font-weight:600; border-radius:50px; padding:5px 10px; font-size:15px; vertical-align:top;}
.searchSection .searchBox ul.two li.liType5 dl dd:nth-child(1) {background:#fff url('../images/icon_fax.png') 5px 2px no-repeat; padding-left:14px; margin-top:10px; margin-left:2px;}
.searchSection .searchBox ul.two li.liType5 dl dd:nth-child(2) {background:#fff url('../images/icon_mail.png') 5px 2px no-repeat; padding-left:14px; margin-left:40px;}




#container{width:1002px; margin:0 auto 24px;}
#container .visual{}
#container .contents{width:972px; margin:0 auto;}


#footer .bottom_menu{width:1002px; height:19px; padding-top:4px; margin:0 auto 10px; background:#f2f2f2; }
#footer dl{float:right; margin:0 auto;}
#footer dd{float:left; padding:0 20px 0; border-left:1px solid #676767;}
#footer dd.first{border:none;}
#footer dd a{font-size:11px; color:#222222;}
#footer dd a:hover,#footer dd a:focus{text-decoration:underline;}



#footer{width:100%; min-width:1200px; background:#fff;padding:10px 0 30px 0; border-top:1px solid #ddd;}
.foot{overflow:hidden;position:relative;width:1200px;margin:0 auto;text-align:left;}

.foot .foot_info1{float:left; padding-right:50px; padding-top:10px;}

.foot .foot_info{float:left; width:800px; padding-top:10px;}
.foot .foot_info li{
	font-size:13px;
	color:#000;
	font-weight:400;line-height:170%;
	font-family: 'Noto Sans KR', sans-serif;
	white-space: pre;
	letter-spacing:-.5px;
	list-style:none;
	
}
.foot .foot_info .copy{
	font-size:13px;
	color:rgba(255,255,255,0.3);
	font-weight:300;
}

.foot .foot_info2{float:right; margin-top:20px; background : -webkit-gradient(linear, left top, left bottom, from(#c5c5c5), to(#999)); background: -ms-linear-gradient(top, #c5c5c5 0%,#999 100%);}
.foot .foot_info2 li {padding:5px 10px; }
.foot .foot_info2 li a {color:#fff; font-family: 'Noto Sans KR', sans-serif; font-size:14px; font-weight:500;}




#wrap{width:100%;}
  	#container{margin-bottom:24px;}
	#container .visual{width:1003px; height:214px; margin-bottom:12px;}
    .contents .left{float:left; width:230px; margin-right:24px;}
  	.contents .left .login_wrap{height:135px;   margin-bottom:10px; background:url(/images/login_bg.jpg) 0 0 no-repeat;}
  	.contents .left .inputbox{width:210px; height:60px; margin:0 auto;} 
  	.contents .left .inputbox > p{float:left; width:150px; margin-bottom:4px;}
  	.contents .left .inputbox > p.login_text{width:211px; padding-bottom:15px; line-height:20px; text-align:center;}
  	.contents .left .inputbox > p input{width:135px; margin-bottom:8px; font-size:12px;}
 	.contents .left .inputbox a{float:left; display:block; width:60px; height:55px;}
 	.contents .left .inputbox .login_info p{width:100%; padding-top:5px; text-align:center;}
 	.contents .left .member_area{width:210px; padding-top:10px; margin:0 auto; text-align:center;}
 	.contents .left .member_area a:first-of-type{font-weight:bold;}
 	.contents .left .member_area a:hover,.contents .left .member_area a:focus{text-decoration:underline;}
 	.contents .left .member_area span{margin:0 16px;}
 	.contents .left .left_banner a{display:block; margin-bottom:13px;}
	.contents .center{float:left; width:450px; margin-right:23px;}
	.contents .center table{width:100%;}
	.contents .center table th,.contents .center table td{text-align:center;}
	.contents .center table th{padding:7px 3px 12px; border-bottom:1px dotted #b2b2b2;}
	.contents .center table td{padding:7px 3px; border-bottom:1px dotted #b2b2b2;}
	.contents .center table td.id{font-weight:700;}
    .contents .right{float:left; width:245px;}
    .contents .right .r_banner{width:245px;}
    .contents .right .r_banner li{float:left;}
    .contents .right .r_banner li.banner2{margin-bottom:17px}



  .contents_sub{width:972px; margin:0 auto;}
  .contents_sub .left{float:left; width:230px; margin-right:23px;}
  .contents_sub .left .lnb{margin-bottom:20px;}
  .contents_sub .left .lnb li{height:28px; padding:10px 0 0 11px; border-left:1px solid #e1e1e1; border-right:1px solid #e1e1e1; border-bottom:1px solid #e1e1e1;}
  .contents_sub .left .lnb li a{display:block; font-size:13px; font-weight:600;}
  .contents_sub .left .lnb li a:hover{color:#5d76be; background:url(../images/gnb_bull.jpg) 96% 50% no-repeat;}
  .contents_sub .left .sub_banner{width:230px;}
  .contents_sub .left .left_banner a{display:block; margin-bottom:13px;}
  .contents_sub .category{height:48px; padding:11px 10px 0; background:url(../images/cate_bg.gif) 0 0 no-repeat;}
   .contents_sub .category h2{font-size:19px; color:#fff;}
   .contents_sub .category h2:before{display:block; content:"CATEGORY"; clear:both; font-size:10px; color:#00fffc;}
   
   .contents_sub .center{float:left; width:719px; margin:0 !important}
   .contents_sub .cont_wrap{}
   .contents_sub .cont_wrap .tit{height:36px; padding:10px 5px 0; margin-bottom:15px; background:url(../images/tit_bg.gif) 0 100% repeat-x;}
   .contents_sub .cont_wrap h3{background:url(../images/tit_bull.gif) 100% 50% no-repeat; font-size:20px; font-weight:600;}
   .contents_sub .cont_wrap .cont_inner{padding:0; font-size:12px;}
   
/*그누보드*/
/* 게시물 선택복사 선택이동 */
#copymove {}
.copymove_current {float:right;color:#ff3061}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}
/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha #captcha_img {width:100px;height:41px;border:1px solid #e9e9e9}
#captcha #captcha_mp3 {position:absolute;top:0;left:101px;;margin:0;padding:0;width:23px;height:22px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer}
#captcha #captcha_mp3 span {position:absolute;top:0;left:0;width:23px;height:22px;background:url('../plugin/kcaptcha/img/sound.gif')}
#captcha #captcha_reload {position:absolute;top:21px;left:101px;margin:0;padding:0;width:23px;height:22px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer}
#captcha #captcha_reload span {position:absolute;top:0;left:0;width:23px;height:22px;background:url('../plugin/kcaptcha/img/reload.gif')}
#captcha #captcha_key {margin:0 0 0 25px;padding:0 5px;width:70px;height:41px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:2.8em}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc{display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl{margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* 버튼 */
a.btn01 {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}

.btn_confirm {text-align:center} /* 서식단계 진행 */

.btn_submit {padding:8px;border:0;background:#3F7CBD;color:#fff;letter-spacing:-0.1em;cursor:pointer}
fieldset .btn_submit {padding:0 7px;height:24px;line-height:1em}

a.btn_cancel {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;vertical-align:top;text-decoration:none}

a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;height:24px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {line-height:24px}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01 {display:inline-block;padding:7px;border:1px solid #d9ded9;background:#f2f5f9;color:#000;text-decoration:none;vertical-align:middle}
a.btn_b01:focus, .btn_b01:hover {text-decoration:none}
a.btn_b02 {display:inline-block;padding:7px 7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn_b02:focus, .btn_b02:hover {text-decoration:none}
a.btn_admin {display:inline-block;padding:7px;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover {text-decoration:none}

/* 댓글 스타일 */
.cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}

/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}

.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding: 12px 0;
  border-top: 2px solid #0C6390;
  background: #EAF6F1;
  border-bottom: 1px solid #0C6390;
  color: #383838;
  font-size: 0.95em;
  text-align: center;

}
.tbl_head01 thead a {color:#383838}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head01 td {padding:8px 2px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all; text-align:center}
.tbl_head01 a {}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:80px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.tbl_frm01 textarea, .frm_input {border:1px solid #e4eaec;background:#f7f7f7;color:#000;vertical-align:middle;line-height:2em}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:18px}
.tbl_frm01 textarea {width:98%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;text-align:center}

/* 필수입력 */
.required, textarea.required {background:url('../img/wrest.gif') #f7f7f7 top right no-repeat !important}

/* 테이블 항목별 정의 */
.td_board {width:120px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:120px;text-align:center}
.td_group {width:100px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {margin:0 0 20px;padding:20px;border-top:3px solid #333;border-bottom:1px solid #dde4e9;background:#fff;font-size:1.2em}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin:-20px 0 20px 0;padding:0 20px;border-bottom:1px solid #455255;background:#484848;list-style:none;zoom:1}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;margin-left:-1px}
.new_win .win_ul a {display:block;padding:10px 10px 8px;border-right:1px solid #455255;border-left:1px solid #455255;color:#fff;font-family:dotum;font-weight:bold;text-decoration:none}
.new_win .win_desc {padding:20px}

.new_win .win_btn {clear:both;padding:20px;text-align:center} /* 새창용 */
.new_win .win_btn button {display:inline-block;padding:0 10px;height:30px;border:0;background:#4b545e;color:#fff;line-height:2em;cursor:pointer}
.new_win .win_btn input {padding:0 10px;height:30px;line-height:2em}
.new_win .win_btn a {display:inline-block;padding:0 10px;height:30px;background:#4b545e;color:#fff;vertical-align:middle;line-height:2.4em}
.new_win .win_btn a:focus, .new_win .win_btn a:hover {text-decoration:none}

/* 검색결과 색상 */
.sch_word {color:#ff3061}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {display:inline-block;position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;border:1px solid #283646}
.sv_wrap .sv a {display:inline-block;margin:0;padding:3px;width:94px;border-bottom:1px solid #283646;background:#111;color:#fff !important}
.sv_wrap a:focus, .sv_wrap a:hover, .sv_wrap a:active {text-decoration:none}
.sv_on {display:block !important;position:absolute;top:10px;left:20px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:0 0 20px;padding:20px 0 0;text-align:center}
.pg {}
.pg_page, .pg_current {display:inline-block;padding:0 8px;height:25px;color:#000;letter-spacing:0;line-height:2.2em;vertical-align:middle}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {background:#e4eaec;text-decoration:none}
.pg_start, .pg_prev {/* 이전 */}
.pg_end, .pg_next {/* 다음 */}
.pg_current {display:inline-block;margin:0 4px 0 0;background:#333;color:#fff;font-weight:normal}

/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}




#s_container {width:100%; min-width:1200px; margin-top:20px; margin-bottom:50px; position:relative;}
#contents_s {position: relative; width:1200px; margin:0 auto; min-height:200px; text-align:left;}
#contents_s2 {position: relative; width:1200px; margin:0 auto; min-height:200px; text-align:left; padding-top:30px;}

#sidemenu {position:relative;width:100%; min-width:1200px; margin-top:20px; margin-bottom:40px; z-index:2; }
#sidemenu ul {clear:both; width:auto; margin:0 auto; text-align:center; font-size:0;}
#sidemenu ul li {margin:0 2px; display:inline-block; font-weight:500; width: calc(100% /6 - 5px);}
#sidemenu ul li a {font-family: 'Noto Sans KR', sans-serif;  display:block;  font-size:16px; color:#333; letter-spacing:-0.03em; padding:15px 0; background:#efefef;}
#sidemenu ul li a.on,
#sidemenu ul li a:hover {color:#fff;margin-top:0px; background:#79c3be;}


#sub_title {font-family: 'Noto Sans KR', sans-serif; width:1200px; margin:10 auto; text-align:left;  color:#1e1e1e; padding-bottom:20px;  border-bottom:1px solid #ddd;}
#sub_title li { font-size:30px; font-weight:600; letter-spacing:-1px; list-style:none;}
#sub_title li.txt_s { font-size:17px; font-weight:300;}
#sub_title li.txt_s2 { font-size:17px; font-weight:300; color:red;}
#sub_title li.txt_s4 { font-size:17px; font-weight:300; color:red;}
#sub_title li.txt_s span {color:#de0b0b;}


#sub_title3 {width:1200px; margin:10 auto; text-align:left;  color:#1e1e1e; padding-bottom:20px; padding-top:50px;  border-bottom:1px solid #ddd;}
#sub_title3 li {display:inline-block;}
#sub_title3 li:first-child { font-size:20px; font-weight:600; letter-spacing:-1px;}
#sub_title3 li:last-child {text-align:right; float:right; font-size:16px; font-weight:500; padding-bottom:0px; color:#333; letter-spacing:-.5px;}
#sub_title3 li:last-child span {color:#e00a0a;}



#sub_title .w_right {float:right; margin-top:10px;}
#sub_title .w_right dd {display:inline-block;}



.p_info {width:1200px; margin:0 auto; text-align:left; padding:20px 0; border-bottom:1px solid #ddd;}
.p_info li {display:inline-block; font-size:18px; font-weight:400;  color:#606060; }
.p_info li b {color:#1e1e1e; }
.p_info li:first-child {letter-spacing:-1px;}
.p_info li:nth-child(2) {padding-left:50px;}
.p_info li:last-child {text-align:right; float:right; letter-spacing:-.5px;}
.p_info li:last-child a {display:inline-block; padding:0;}

.p_info li span.red {color:#d80000; border:1px solid #ddd; border-radius:22px; padding:3px 20px; background:#f4f4f4;}
.p_info li span.blue {color:#244db7; border:1px solid #ddd; border-radius:22px; padding:3px 20px; background:#f4f4f4;}

.p_info2 {width:1200px; margin:0 auto; text-align:left; padding:20px 0px; background:#f6f6f6; }
.p_info2 li {display:inline-block; font-size:18px; font-weight:400;  color:#606060; }
.p_info2 li b {color:#1e1e1e; }
.p_info2 li i {color:#d80000; font-style:normal;}
.p_info2 li:first-child {letter-spacing:-1px;  font-size:16px; }
.p_info2 li:last-child {text-align:left; float:left; letter-spacing:-.5px; font-size:16px; color:#000c87;}

.s_button {text-align:center; }
.save_bt {height:35px;}

.subtable {font-family: 'Noto Sans KR', sans-serif;  width:100%; margin:20px auto; border-top:2px solid #79c3be; border-collapse:collapse;border-spacing:0;}
.subtable tr th {text-align:center; background:#eaf5f6; color:#333;  font-size:16px; font-weight:500; padding:10px 0; }
.subtable tr td { border-bottom:1px solid #dbdbdb; padding:15px 0 15px 0px; background:#fff; line-height:26px; color:#35363a; text-align:center;font-size:16px; font-weight:300; letter-spacing:-0.03em;}
.subtable tr.last td {text-align:center; background:#eaf5f6; color:#333;  font-size:16px; font-weight:500; padding:10px 0; }
.subtable tr.last td span {color:#de0b0b;}

.subtable2 {font-family: 'Noto Sans KR', sans-serif;  width:100%; margin:20px auto; border-collapse:collapse;border-spacing:0;}
.subtable2 tr th {text-align:left; background:#fff; color:#333; border-bottom:1px solid #dbdbdb; font-size:16px; font-weight:500; padding:10px 0 10px 20px; width:20%; }
.subtable2 tr td { border-bottom:1px solid #dbdbdb; padding:15px 0 15px 0px; background:#fff; line-height:26px; color:#35363a; text-align:left;font-size:16px; font-weight:300; letter-spacing:-0.03em;}
.subtable2 i {content: ""; position:absolute; width:12px; height:12px; background:#fff url('../img/e.gif') no-repeat; text-align:left; margin-left:-15px; margin-top:7px;}

.select_ {border:1px solid #e1e1e1; height:30px; width:100px; }
.input_ {border:1px solid #e1e1e1; height:30px; width:100px;}
.input_1 {border:1px solid #e1e1e1; height:30px; width:220px;}
.input_2 {border:1px solid #e1e1e1; height:30px; width:400px; margin-bottom:5px;}
.MS_email {border:1px solid #e1e1e1; height:37px;}
.select_ {border:1px solid #e1e1e1; width:200px; height:37px;}
.select_1 {border:1px solid #e1e1e1; width:100px; height:37px;}
.select_2 {border:1px solid #e1e1e1; width:50px; height:37px;}

input[type="radio"] {
  margin-top: -1px;
  vertical-align: middle;
}

.gray12_text14 {
	FONT-SIZE: 12px;
	LINE-HEIGHT: 25px;
	font-family: "돋움", Arial;
	color: #333333;
}

.btn-zipcode {background:#02889c; color:#fff; line-height:37px; padding:6px 10px; border-radius:5px;}


.re_process_list{ overflow: hidden; *width:100%;  margin:0 auto }
.re_process_list:after{ clear:both; display:block; content:"";}
.re_process_list li{ float:left;   margin-bottom:10px;}
.re_process_list li:first-child{ margin-left:0}
.re_process_list li dl { padding:0; position:relative; text-align:center; margin:0 auto }
.re_process_list li dl dt{color:#fff;  position:relative; text-align:center; background:#55a6a0; border-radius:200px; width:150px; min-height:90px; padding-top:60px; font-size:15px; text-align:center; margin:0 auto}
.re_process_list li.arr dl dt{ background:none}
.re_process_list li dl dt img{}
.re_process_list li dl dd { height:30px; padding:10px ; color:#fff; text-align: center;}
.re_process_list li dl dd span{ font-size:0.9em; color:#fff}

.bank_banner li {display:inline-block;}
.bank_banner li:first-child {padding-right:3px;}


.s_bt {text-align:center; padding:20px 0;}



.curriculum_top {margin:30px 0 20px 0;}
.curriculum_top h4 {padding-bottom:20px; font-size:25px; font-weight:600; color:#55a6a0;}
.curriculum_top dl {text-align:left;}
.curriculum_top dl dt img {margin-bottom:30px;}
.curriculum_top dl dt h3 {font-size:20px; font-weight:500;}
.curriculum_top dl dt h3 br {display:none;}
.curriculum_top dl dt p {font-size:15px; padding-top:20px;}
.curriculum_top dl dd {font-size:15px; padding:30px 0; border-bottom:1px solid #ddd; line-height:25px;}
.curriculum_top dl dd:last-child {border:0px;}
.curriculum_top dl dd p {font-size:18px; font-weight:500; color:#292929; margin:0 0 10px 0;}
.curriculum_top dl dd p br {display:none;}
.curriculum_top dl dd img {margin:50px 0 0 0;}

.b_t {text-align:center; font-size:16px;}

#sub_bt {text-align:center;}
#sub_bt li {list-style:none; }


.ceo_con01 {margin-top:50px; width:100%; min-width:1200px; }
.ceo_con01 .inner {font-size:0; width:1200px; margin:0 auto;}
.ceo_con01 .left_box {display:inline-block; vertical-align:top; width:50%; padding-right:35px; box-sizing:border-box; text-align:center; }
.ceo_con01 .left_box img {max-width:100%; }
.ceo_con01 .right_box {display:inline-block; vertical-align:top; width:50%; padding-top:60px; box-sizing:border-box; letter-spacing:-1px;}
.ceo_con01 .right_box p {margin-bottom:30px; font-size:17px; font-weight:400; color:#7f7f7f; line-height:26px; word-break:keep-all; }
.ceo_con01 .right_box p b {color:#444; font-weight:500; font-size:22px;}
.ceo_con01 .right_box p.right {text-align:right; }
.ceo_con01 .right_box p.right b {color:#444; font-weight:500; font-size:18px;}
.ceo_con01 .right_box p img {vertical-align:middle; }

