@charset "utf-8";

/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:0.75em;font-family : 'Pretendard', '나눔고딕', Nanum Gothic, '돋움', Dotum, '굴림', Gulim, AppleGothic, sans-serif; font-weight:400;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family : 'Pretendard', '나눔고딕', Nanum Gothic, '돋움', Dotum, '굴림', Gulim, AppleGothic, sans-serif}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

#hd ul, nav ul, #ft ul {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle}
input, button {margin:0;padding:0;font-family : 'Pretendard', '나눔고딕', Nanum Gothic, '돋움', Dotum, '굴림', Gulim, AppleGothic, sans-serif;font-size:1em}
button {cursor:pointer}

textarea, select {font-family : 'Pretendard', '나눔고딕', Nanum Gothic, '돋움', Dotum, '굴림', Gulim, AppleGothic, sans-serif;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}
a:link, a:visited {color:#000;text-decoration:none}
a:hover, a:focus, a:active {color:#000;text-decoration:underline}


/* CSS 초기화 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, button {
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
	background:transparent;
	border-collapse:collapse;
}
html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
body {
	position:relative;
	min-width:960px;
	color:#666;
	line-height:18px;
	font-size:13px;
	-webkit-text-size-adjust: none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	text-decoration:none;
	vertical-align:baseline;
	background:transparent;
}
img {
	vertical-align:middle;
	max-width:100%;
	border:0
}
header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption {
	display: block
}
nav ul, li {
	list-style:none;
}
/*  Table  */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
}
caption {
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
	font-size:0;
	line-height:0;
	position:absolute; left:99999%; top:-999999%;
}
 
img {
	border:0 none;
}
.hidden, hr {
	position:absolute;
	visibility:hidden;
	width:0;
	height:0;
	overflow:hidden;
	font-size:0;
}
em, address {
	font-style:normal;
}
strong {
	font-weight:500;
}
ol, ul {
	list-style:none;
}
.clear:after {
	content:"";
	display:block;
	clear:both;
}
.clear {
*zoom:1;
}
/* link */
a:link, a:visited, a:active {
	text-decoration:none;
	color:inherit;
}
a:hover {
	text-decoration:none;
}
a:active {
	text-decoration:none;
}
/*  Form  */
input {
	margin:0;
	padding:0;
	box-sizing:border-box;
	vertical-align:middle;
	border-radius:0;
	font-family : 'Pretendard', '나눔고딕', Nanum Gothic, '돋움', Dotum, '굴림', Gulim, AppleGothic, sans-serif;
	outline:0;
}
fieldset {
	border:0 none;
}
select, textarea {
	font-family : 'Pretendard', '나눔고딕', Nanum Gothic, '돋움', Dotum, '굴림', Gulim, AppleGothic, sans-serif;
	outline:0;
	border-radius:0;
	border:1px solid #d0d5db; vertical-align:middle;
}
legend {
	visibility:hidden;
	height:0;
	width:0;
	font-size:0;
	line-height:0;
	overflow:hidden;
	left:-9999px;
	top:-9999px;
}
hr {
	visibility:hidden;
	height:0;
	width:0;
	font-size:0;
	line-height:0;
	overflow:hidden;
	position:absolute;
	left:-9999px;
	top:-9999px;
}
textarea {
	background:#f6f3f3;
	border:none;
	padding:5px 10px;
	line-height:1.6;
	width:100%;
	box-sizing:border-box;
	overflow-x:hidden;
	-webkit-appearance:none;
}
.hidden {
	position:absolute;
	left:-9999px;
	font-size:0;
	width:0;
	height:0;
	text-indent:-9999px;
	overflow:hidden;
}
input[type="radio"], input[type="checkbox"] {
	margin:0 5px 0 0
}
input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, textarea:focus {
	background:#fff;
	border:1px solid #fa7d56;
	-webkit-appearance:none;
}
button, label, input[type="image"], input[type="button"], input[type="reset"], input[type="submit"] {
    border-radius: 0;
    cursor: pointer;}
label {
	vertical-align:middle
}
input[type="text"], input[type="tel"], input[type="email"], input[type="password"], textarea {
	-webkit-appearance:none;
}
colgroup {display:table-column-group;}
col {display:table-column}
thead {display:table-header-group; vertical-align:middle;border-color: inherit;}
tbody {display:table-row-group; vertical-align:middle;border-color: inherit;}
button {border:0 none; background-color:transparent; vertical-align:middle;}

#header {
	position:relative;
	z-index:10;
	width:100%;
	margin:0 auto;
	height:131px;
	background: url(/img/bg_body01.gif) repeat-x;
}
#header #top_gnb {
	position:reltaive;
	width:960px;
	margin:0 auto;
	height:32px;
	font-size:11px;
	color:#d9d9d9;
	overflow:hidden;
}
#header #top_gnb .head_left {
	float:left;
}
#header #top_gnb .head_left ul li {
	float:left;line-height:32px;
}
#header #top_gnb .head_left ul .head_home {
	width:50px;
	background-color:#FFF;
	text-align:center;
	vertical-align: middle;
}
.head_home a {display:block; height:32px; }
.head_home a img {}
.head_left li.ncia a{
	padding-left :20px;
	display:block;
	width:144px;
}
.head_left li.ncia img {
	margin-bottom:2px;
	margin-left:5px;
}
#top_gnb .head_right {
	float:right;
	line-height:32px;
}
#header #header_wrap {
	position:relative;
	top:0;
	clear:both;
	width:960px;
	margin:0 auto;
	overflow:hidden;
}
#header h1 {
	position:relative;
	float:left;
	padding-top:33px;
	overflow:hidden;
}
.gnb_util {
	position:relative;
	float:right;
	margin:16px 0 12px 0;
}
.gnb_util .util {
	overflow:hidden;
	float:left;
	position:absolute;
	right:250px;
	display:block; width:240px;
}
.gnb_util .util li {
	float:left;
	margin-right:12px;
	display:inline;
	font-size:12px;
	line-height:27px;
}
.gnb_sch {
	float:right;
	width:250px;
}
.gnb_sch input.top_sch {height:28px; border:3px solid #27417a; width:188px; padding:0 10px; font-size:12px;line-height:20px;}
.gnb_sch .btn_sch {
	right:0;
	width:50px;
	height:28px;
	background-color:#27417a;
	font-size:13px;
	text-align:center;
	border:0px;
	line-height:20px;
	color:#FFF
}
.sch {
	float:right;
	position:relative;
	overflow:hidden;
}
.sch input.list_sch {height:27px; border:1px solid #d0d5db; width:180px; padding:0 10px; font-size:12px;line-height:20px; margin-left:5px;}
.sch02 {
	position:relative;
	float:left;
	overflow:hidden;
}
.sch02 .btn_sch02,.sch .btn_sch02 {
	width:30px;
	height:27px;
	background: url(/img/icon_sch.png) no-repeat center center #f2f2f2;
	font-size:13px;
	text-align:center;
	border:1px solid #d0d5db;
	line-height:20px;
	text-indent:-9999px;
}

.sch02 select{float:left; font-size:13px; display:block;  padding:2px 10px 2px 5px; border:1px solid #dcdcdc;line-height:20px; margin-right:3px;}
.sch02 input {float:left; font-size:13px; display:block;  padding:2px 10px 2px 5px; border:1px solid #dcdcdc;line-height:20px;}
.sch02 input.list_sch {height:27px; border:1px solid #d0d5db; width:180px; padding:0 10px; font-size:12px;line-height:20px; margin-left:5px;}
.gnb_menu {
	position:relative;
	width:780px;
	float:right;
	display:inline-block;
}
.gnb_menu .menu li {
	float:left;
	text-align:center;
	width:130px;
	line-height:42px;
	font-size:18px;
	
}
.menu li a { font-weight: 500; }
.menu li a.on {background-color:#fa7d56; color:#FFF; display:block;overflow:hidden;width:130px; height:42px;}
.menu li a:hover {color:#fa7d56; background-color:#FFF;}

.sub_wrap {position:absolute; top:130px; left:0; width:100%; padding:15px 0 15px 0; background:#fff; border-bottom:1px solid #fa7d56; z-index:9999;}
.sub_menu {width:960px; margin:0 auto;}
.sub_menu li {float:left; margin:0;}
.sub_menu li.sub01 {margin-left:195px;}
.sub_menu li.sub06 {margin-left: 45px;}
.sub_menu li.sub02 {margin-left: 15px;}
.sub_menu li.sub03 {margin-left: 50px;}
.sub_menu li.sub04 {margin-left: 40px;}
.sub_menu li.sub05 {margin-left: 40px;}
.sub_menu li a {display:block; padding:0 0 10px 6px; ; font-size:14px; color:#4d4d4d;}


#container {
	position:relative;
	z-index:5;
	width:100%;
	margin:0 auto;
	padding:0 0 0 0px;
}

/* 폰트 */
.font_s11 { font-size:11px;}

.text02 {font-size:12px; color:#fa7d56}


h2 {font-size:18px; color:#333333;}
.btn01 {overflow:hidden; display:inline-block; text-align:center; vertical-align:middle; font-size:11px; color:#FFF; padding:2px 7px;background:#4cb4db; text-overflow:ellipsis; white-space:nowrap; border-radius:2px;}
a.btn02 {overflow:hidden; display:inline-block; text-align:center; vertical-align:middle; font-size:11px; color:#FFF; padding:2px 10px;background:#51545e; text-overflow:ellipsis; white-space:nowrap; border-radius:2px;}
a.btn03 {overflow:hidden; display:inline-block; text-align:center; vertical-align:middle; font-size:13px; color:#FFF; padding:7px 10px;background:#51545e; text-overflow:ellipsis; white-space:nowrap; border-radius:2px;}
.btn03 span { background:url(/img/icon_arr3.png) no-repeat right center; padding-right:15px; }
.date {color:#8c8c8c;}
.btn04 {overflow:hidden; display:inline-block; text-align:center; vertical-align:middle; font-size:11px; color:#FFF; padding:0px 5px 1px 5px;background:#a6a6a6; text-overflow:ellipsis; white-space:nowrap; border-radius:2px; line-height:15px;}
.btn05 {overflow:hidden; display:inline-block; text-align:center; vertical-align:middle; font-size:11px; color:#FFF; padding:0px 5px 1px 5px;background:#45bac3; text-overflow:ellipsis; white-space:nowrap; border-radius:2px; line-height:15px;}
.btn06 {overflow:hidden; display:inline-block; text-align:center; vertical-align:middle; font-size:11px; color:#FFF; padding:0px 3px 1px 3px;background:#ff7878; text-overflow:ellipsis; white-space:nowrap; border-radius:2px; line-height:15px;}
a.btn07 { overflow: hidden; display: inline-flex; flex-wrap: wrap; justify-content: center; align-items: center; text-align: center; vertical-align: middle; height: 30px; padding: 0px 18px; background: #a6a6a6; font-size: 13px; color: #FFF; text-overflow: ellipsis; white-space: nowrap; line-height: 15px; }
a.btn08 { overflow:hidden; display:inline-block; text-align:center; vertical-align:middle; font-size:13px; color:#FFF; padding:5px 18px;background:#4cb4db; text-overflow:ellipsis; white-space:nowrap; line-height:18px;}
a.btn09 { font-size:18px; color:#FFF; background: url(/img/icon_arr5.png) no-repeat 85% 52% #3e3e3e; padding:15px 43px 15px 20px; }
a.btn10 { font-size:18px; color:#FFF; background:url(/img/icon_arr5.png) no-repeat 85% 52% #949494; padding:15px 43px 15px 20px; }
a.btn11 { font-size:18px; color:#FFF; background:url(/img/icon_arr5.png) no-repeat 85% 52% #fa7d56; padding:15px 43px 15px 20px; }
button.btn11 {font-size:18px; color:#FFF; background:url(/img/icon_arr5.png) no-repeat 85% 52% #fa7d56; padding:15px 43px 15px 20px; }
a.btn12 {background:#FFF; border:1px solid #fa7d56;padding:4px 13px; color:#fa7d56;display:inline-block; text-align:center; vertical-align:middle; font-size:13px; color:#fa7d56;}
a.btn13 {overflow:hidden; display:inline-block; text-align:center; vertical-align:middle; font-size:13px; color:#FFF; padding:5px 18px;background:#51545e; text-overflow:ellipsis; white-space:nowrap; line-height:15px;}
a.btn14 {background:#FFF; border:2px solid #fa7d56;padding:2px 4px; color:#fa7d56;display:inline-block; text-align:center; vertical-align:middle; font-size:12px; color:#fa7d56; letter-spacing:-0.08em;width:63px;}
a.btn15 {background:#51545e; padding:4px 6px; display:inline-block; text-align:center; vertical-align:middle; font-size:12px; color:#fff; letter-spacing:-0.08em;}
a.btn16 {background:#4cb4db; padding:4px 6px; display:inline-block; text-align:center; vertical-align:middle; font-size:12px; color:#fff; letter-spacing:-0.08em;}
a.btn17 {display:block; width:120px; height:90px; line-height:90px; background:#fa7d56; vertical-align:middle; text-align:center; font-size:22px; color:#fff;}
.btn18{position:relative; float:left; width:100%;}
.btn18 a {margin:0 auto; overflow:hidden; display:block; text-align:center; vertical-align:middle; font-size:13px; color:#FFF; padding:8px 20px;background:#51545e; text-overflow:ellipsis; white-space:nowrap; line-height:15px; width:50px;}
.btn19 a {margin:0 auto; overflow:hidden; display:inline-block; text-align:center; vertical-align:middle; font-size:13px; color:#666666; padding:7px 19px;background:#e6e6e6; text-overflow:ellipsis; white-space:nowrap; line-height:15px; width:50px; border:1px solid #d6d6d6;}
.btn20 a {margin:0 auto; display:inline-block; text-align:center; vertical-align:middle; font-size:13px; color:#FFF; padding:8px 20px;background:#51545e; text-overflow:ellipsis; white-space:nowrap; line-height:15px; min-width:50px;}


.notice { display: inline-block; background:#fa7d56; color:#FFF; width:35px; text-align:center;}

.visual_area { position:relative; top:0; left:0; margin:0 auto; height:363px; min-width:960px; overflow:hidden;width:100% ;border-bottom:1px solid #ebebeb; z-index:1}
.visual_area .visual_slide { width:100%; overflow:hidden; height:363px; position:absolute;}
.visual_area .visual_slide > li { width:100%; height:363px; overflow:hidden;}
.visual_area .visual_slide > li .text01 {width:960px; position:relative;top:0px; margin:0 auto;}
.text01 .banner_tit01 {margin:250px 0 0 47px;text}
.visual01 {background:url(/img/visual_slide01.png) no-repeat center top; background-width:100%;}
.visual02 {background:url(/img/visual_slide02.png) no-repeat center top; background-width:100%;}
.visual03 {background:url(/img/visual_slide03.png) no-repeat center top; background-width:100%;}
.visual04 {background:url(/img/visual_slide04.jpg) no-repeat center top; background-width:100%;}

.visual_box {position:absolute; top:35px; left:50%; right:0; width:240px; margin-left:240px;}
.visual_box .visual_box_01{margin-bottom:5px;}
.visual_box .visual_box_02{margin-bottom:5px;}
.visual_box .visual_box_03{margin-bottom:5px;}

.control_btn{position:absolute; left:0; bottom:20px; width:100%; height:20px;  z-index:2; text-align:center;}
.control_btn span{display:inline-block}
.control_btn span a:first-child{margin-left:0;}
.control_btn span a {display:inline-block; overflow:hidden; width:15px; height:10px; line-height:9999px; border:2px solid #fff; margin-left:10px;}
.control_btn span a.on{background-color:#324179; border:2px solid #324179; width:30px;}




.class_box {margin-top:30; width:960px; position:relative; margin: 0 auto;} 
.main_box {width:960px; position:relative; margin: 0 auto;}
.box1 {border-bottom:1px solid #d0d5db; margin-top:30px;}
.box1 .tit {border-top:2px solid #d0d5db; border-bottom:1px solid #d0d5db; background-color:#fafafa; position:relative; padding:10px 24px; font-size:18px; color:#333333; font-weight: 700;}
.box1 .more { position:absolute; top: 9px; right:24px; font-size:12px; color:#666666;}
.box1 .box1_list {position:relative; font-size:12px;}
.box1 .box1_list > div {margin:20px 0px; overflow:hidden;}
.box1 .box1_list > div ul {width:10000px;}
.box1 .box1_list > div ul li:first-child {border-left:none;}
.box1 .box1_list > div ul li {position:relative; overflow:hidden; padding:0 26px 0 26px; line-height:16px; float:left; border-left:1px solid #e5e5e5;}
.box1 .box1_list > div ul li > a{display:block;}
.box1 .box1_list .tit_s { text-overflow: ellipsis; overflow: hidden; width: 187px; color: #333; font-size: 14px; font-weight: 500; line-height: 1.5; }


.box2 {border:1px solid #d0d5db; margin-top:30px; position:relative; height:187px; overflow:hidden; width:958px;}
.box2 .news {border-right:1px solid #d0d5db; padding:25px; width:429px; position:relative; float:left;  height:100%;}

.more {display:block; position:absolute;top:25px; right:23px; padding-left:9px;}
.news ul {overflow:hidden;}
.news ul li {height:19px; position:relative; padding:1px 0 2px 0px;}
.news .date {position: absolute; top:50%; right:0; margin-top:-10px; font-size:0.9em; }
.box2 .review {border-right:1px solid #d0d5db; padding:25px; width:189px; float:left;  height:187px; position:relative;}
.review .review_list {position:relative; overflow:hidden; height:110px; text-align: justify; }
.box2 .main_quick1 {width:238px; float:left;}
.box2 .main_quick1 li {border-top:1px solid #d0d5db;font-size:15px; width:238px;color:#4c4c4c; font-weight: 500; }
.box2 .main_quick1 li img {margin-right:15px; margin-top:-1px; }
.box2 .main_quick1 li > a{display:block;overflow:hidden; padding:17px 35px 17px 38px;}
.box2 .main_quick1 li:first-child{border-top:none;}
.box3 {position:relative;overflow:hidden;}
.box3 li {float:left; position:relative;overflow:hidden;}
.box3 .main_b_quick1 {background:url(/img/img_mainquick04.gif) no-repeat  right bottom #fffdf2;}
.main_b_quick1 div {margin-top:32px;}
.main_b_quick2 div {margin-top:32px;}
.main_b_quick3 div {margin-top:32px;}
.main_b_quick4 .call {margin-top:13px; color:#51545e; font-size:28px;font-weight:bold; letter-spacing:-1px;}
.box3 .main_b_quick2 {background:url(/img/img_mainquick05.gif) no-repeat right bottom #e3e2e2;}
.box3 .main_b_quick3 {background:url(/img/img_mainquick06.gif) no-repeat right bottom #fffdf2;}
.box3 .main_b_quick4 {background:url(/img/img_mainquick07.gif) no-repeat  right bottom #e3e2e2;}
.box3 ul li > a {display:block; padding:25px; width:190px; height:95px;}

/* margin */
.mt05 {margin-top:5px;}
.mt08 {margin-top:8px;}
.mt10 {margin-top:10px;}
.mt14 {margin-top:14px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.mt40 {margin-top:40px;}
.mt80 {margin-top:80px;}
.mb50 {margin-bottom:50px;}

/* padding */
.pt08 {padding-top:8px;}
.pr15 {padding-right:15px; !important;}
.pr10 {padding-right:10px;}
.pl05 {padding-left:5px;}

/* font size */
.font_s11 {font-size:11px;}

.center {text-align:center;}
.left {text-align:left;}
.right {text-align:right;}
.relative_left {position:relative; float:left; }
.relative_right {position:relative; float:right; }
a.link_under:hover { text-decoration:underline;}

/* 서브 */

#container #containerA {position:relative; width:960px; margin:0 auto;  text-align:left; margin-top:40px;}
#leftMenuA {float:left; width:180px;}
#leftMenuA .menu_tit {border-bottom:2px solid #3e3e3e; height:85px;}
#leftMenuA h2 {padding:28px 0 5px 20px; font-size:22px; color:#333333;}
#leftMenuA span {font-size:12px; color:#999999; padding-left:20px; letter-spacing:-1px;}
#leftMenuA ul.l_menulist {float:left; width:180px;}
#leftMenuA ul.l_menulist li:first-child {margin-top: 0;}
#leftMenuA ul.l_menulist li {width:180px; height:43px; margin-top:-1px; letter-spacing:-0.05em; border-bottom:1px solid #d7dce2;}
#leftMenuA ul.l_menulist li.on {display:inline-block; width:180px; height:43px; font-size:16px; line-height:43px; color:#fa7d56;}
#leftMenuA ul.l_menulist li a {display:inline-block; width:140px; height:43px; padding:0 19px; font-size:16px; line-height:43px;}
#leftMenuA .left_quick {margin:130px 0 80px 0;float:left;}
#leftMenuA .left_quick dl  {width:160px; margin-top:-1px; padding:20px 10px;; border-bottom:1px solid #d7dce2; background:url(/img/img_leftCS.gif) no-repeat right bottom;}
#leftMenuA .left_quick dl dt  {margin-bottom:0px; font-size:16px; color:#333333;}
#leftMenuA .left_quick dl dd {font-size:12px; color:#999;}
#leftMenuA .left_quick dl dd p {line-height:13px;}
#leftMenuA .left_quick dl dd h2 {font-size:22px; color:#333; margin:0;padding:10px 0 5px 0;}
#leftMenuA .left_quick ul {width:180px;}
#leftMenuA .left_quick ul li {border-bottom:1px solid #d7dce2; width:180px; height:43px;}
#leftMenuA .left_quick ul li a {display:inline-block; width:140px; height:43px; padding:0 20px; font-size:16px; line-height:43px; background:url(/img/btn_arr.gif) no-repeat 140px 15px;}

#conts {position:relative; float:right; width:740px; margin-bottom:40px;}
#conts #body_tit{position:relative; float:left; width:740px; height:45px; padding-top:10px;}
#conts #body_tit h1 {position:absolute; float:left; font-size:28px; top:0px; left:0; line-height:28px; color:#333333;word-spacing:-0.1em;width:253px;}
#conts #location {position:relative; float:right; width:740px; height:25px; text-align:right; overflow:hidden;}
#conts #location .home{ background:url(/img/icon_home.png) no-repeat 0 center;}
#conts #location ol li {display:inline; margin-left:3px; padding-left:13px; background:url(/img/icon_arr4.gif) 0 center no-repeat; font-size:12px; color:#999; letter-spacing:-0.5px;}

.table_area {position:relative; float:left; width:740px;}
.job_list { position:relative; float:left; width:355px; overflow:hidden;margin-right:30px;margin-bottom:30px;}
.job_list .sub_tit { position:absolute; background:url(/img/icon_tit.gif) no-repeat 0 0; padding-left:25px; margin-bottom:10px; color:#333; font-size:17px; overflow:hidden; width:330px;}
.job_tb {position: relative; float:left;border-top:2px solid #3e3e3e; border-bottom:2px solid #3e3e3e; background:#fafafa; margin-top:48px; width:330px; padding:20px 15px;}
.job_list:nth-child(2) {margin-right:0;}
.margin_r0 {maring-right:-16px;}
.job_tb > div {padding-top:20px; width:330px; text-align:center;}
.job_tb > div > a {margin:0 3px;}
.sns_link { position:relative; float:right;}
.relative_left02 {width:739px; position: relative; overflow:hidden; float:left;}
.review_slide {position:relative; width:740px; height:285px; margin:0 auto; overflow:hidden;}
.review_slide li {position:relative;width:318px; margin:0 15px 0 16.5px; display:block; float:left; padding:0;;font-size:12px;color:#8c8c8c;}
.review_slide li .imgArea {position: relative;overflow:hidden; width:320px; height:232px; background:#d7dce2;}
.review_slide li .tit {margin:10px 0 0 0; overflow:hidden; white-space:nowrap;position: relative; display:block; width:320px;}
.review_slide li .text {overflow:hidden; word-break:break-word;  }
.review_prev {position:absolute; top:110px; width:25px; height:45px; left:0; z-index:3; text-indent:-9999px; overflow:hidden;  background:url(/img/btn_prev01.png) no-repeat 0 0;}
.review_next {position:absolute; top:110px; width:25px; height:45px; right:0; z-index:3; text-indent:-9999px; overflow:hidden;background:url(/img/btn_next01.png) no-repeat 0 0;}
.table_list02 .notice_tit {font-size:16px; padding: 10px 15px;}
.faq {border-top :1px solid #3e3e3e;border-bottom :1px solid #3e3e3e;}
.faq > li {border-bottom:1px solid #d7dce2; position:relative;}
.faq > li > button, .faq > li > .button {padding:10px 50px 10px 60px; width:100%; position:relative; letter-spacing:-0.05em; text-align:left;}
.faq > li > button:before, .faq > li > .button:before {content:'Q.' ; position:absolute; display:block; left:22px; line-height:40px; height:38px; overflow:hidden; font-family:arial; font-weight:bold; font-size:20px; top:0; color:#666666;}
.faq > li> button:after {content:'열기'; position:absolute; display:block; width:24px; height:34px; top:8px; margin-top:-6px; right:20px; text-indent:-9999px;  background:url(/img/icon_faqarr.png) no-repeat 0 -34px}
.faq > li.on > button:after{content:'닫기'; background-position: 0 0px}
.faq > li.on > div {display:block;}
.faq > li > div {position:relative; border-top:1px solid #d7dce2; padding:13px 30px 17px 87px; min-height:50px; line-height:24px; background:#f2f2f2; letter-spacing:-0.05em; display:none;} 
.faq > li > div:before {content:'A'; position:absolute; display:block; left:57px; line-height:40px; font-family:arial; font-weight:bold; font-size:20px; top:5px; color:#fa7d56;}
.scroll_box {border:1px solid #d7dce2; border-radius:5px; overflow:hidden; display:inline-block; background:#fff; position:relative; float:left;overflow-y:auto;}
.scroll_box .policy { padding:20px; width:700px; overflow-y:auto; font-size:12px; line-height:20px;}
.join_tab1 {background:url(/img/img_join01.png) no-repeat 0 0; width:740px; height:56px;}
.join_tab2 {background:url(/img/img_join01.png) no-repeat 0 -56px; width:740px; height:56px;}
.join_tab3 {background:url(/img/img_join01.png) no-repeat 0px -112px; width:740px; height:56px;}
.join_endbox{background:#f2f2f2 url(/img/white_logo.png) no-repeat bottom right; padding:40px 10px; font-size:14px; border-radius:10px; width:550px; line-height:1.5em; text-align:center; margin-left:31px; margin-bottom:20px; color:#4d4d4d;}
.center_area01 {border-top:1px solid #d7dce2; text-align:center; padding:40px 0; margin-top:40px;}
.center_character {width:740px;}
.center_character li {float:left; background:url(/img/img_02.gif) no-repeat 0 0; width:194px; height:218px; padding:40px 20px 20px 20px; margin-right:19px; margin-bottom:0px;}
.center_character li div {width:194px; font-size:15px; letter-spacing:-0.05em; line-height:21px;}
.center_character li div strong {font-weight:500; color:#1588ca}
.center_character li div img{margin-bottom:23px;}
.center_character li:nth-child(3n+3) {margin-right:0;}
.mou_box {float:left; width:500px; padding:20px 0px 20px 240px; background:url(/img/img_09.gif) 15px center no-repeat;}
.mou_box h3 {font-size:18px; margin-bottom:15px; color:#333}
.mou_sch{position:relative; float:left; color:#80bee9; background:#fafafa; border:2px solid #d0d5db; width:696px; padding:20px; margin-bottom:5px;}
.all_sch{position:relative; float:left; background:#fff1df; width:696px; padding:20px; margin-bottom:5px; color:#333; font-size:15px;}
.all_sch strong {color:#fa7d56}
.sch_text {float:left; font-size:22px; line-height:27px; padding-right:25px; letter-spacing:-0.05em; display:inline-block; margin-right:25px; border-right:2px solid #d0d5db; width:150px;}
.popup_top{background:#fa7d56 url(/img/img_popup01.png) bottom right no-repeat; padding:15px 25px; color:#FFF}
.popup_top h3 {font-size:18px;}
.popup_top span {font-size:12px;}
.popup_area { position:relative; width:500px; padding:15px 25px 30px 25px;}
.mou_sch2{ position:relative; color:#80bee9; background:#fafafa; border:2px solid #d0d5db; width:446px; height:27px;padding:20px 10px 20px 34px; }
.sch_text02 {float:left; font-size:18px; line-height:27px; padding-right:18px; letter-spacing:-0.05em; display:inline-block; margin-right:18px; border-right:2px solid #d0d5db;}
.class_area01 {padding:82px 0px 0 0 ; margin-top:40px; background:url(/img/img_11.png) no-repeat 0 0; width:740px; height:698px; position: relative;}
.class_area01 ul {margin-top:20px;position:relative; float:left; width:400px; border:1px solid #d7dce2; padding:15px; margin-right:30px;}
.class_area01 ul:first, .class_area02 ul:first  {margin-top:0px;}
.class_area01 li, .class_area02 li {line-height:22px; font-size:14px;}
.class_area01 .class_div , .class_area02 .class_div {position:relative; float:left; }
.class_area01 .class_img01 {background:url(/img/img_13.png) 0 center no-repeat; width:278px; height:85px; position:relative; float:left; margin-top:5px;}
.class_area01 .class_img02 {background:url(/img/img_14.png) 0 center no-repeat; width:278px; height:85px; position:relative; float:left; margin-top:22px;}
.class_area01 .class_img03 {background:url(/img/img_15.png) 0 center no-repeat; width:278px; height:85px; position:relative; float:left; margin-top:20px;}
.class_area01 .class_img04 {background:url(/img/img_16.png) 0 center no-repeat; width:278px; height:85px; position:relative; float:left; margin-top:15px;}
.class_area01 .class_img05 {background:url(/img/img_17.png) 0 center no-repeat; width:278px; height:85px; position:relative; float:left; margin-top:25px;}

.class_area01 .class_div.on .class_img01 {background:url(/img/img_13.png) -280px center no-repeat; width:278px; height:85px; position:relative; float:left; margin-top:5px;}
.class_area01 .class_div.on .class_img02 {background:url(/img/img_14.png) -280px center no-repeat; width:278px; height:85px; position:relative; float:left; margin-top:22px;}
.class_area01 .class_div.on .class_img03 {background:url(/img/img_15.png) -280px center no-repeat; width:278px; height:85px; position:relative; float:left; margin-top:20px;}
.class_area01 .class_div.on .class_img04 {background:url(/img/img_16.png) -280px center no-repeat; width:278px; height:85px; position:relative; float:left; margin-top:15px;}
.class_area01 .class_div.on .class_img05 {background:url(/img/img_17.png) -280px center no-repeat; width:278px; height:85px; position:relative; float:left; margin-top:25px;}
.class_area01 .class_div.on ul.on {border:1px solid #fc6648; }
.class_over {position:absolute; width:400px; border:1px solid #fc6648; background:#fafafa; padding:30px 40px; font-size:12px; box-shadow:2px 2px 15px -8px #333;;}
.class_over h4 { font-size:16px; color:#343848;}


.class_area02 {padding:82px 0px 0 0 ; margin-top:40px; background:url(/img/img_23.png) no-repeat 0 0; width:740px; position: relative; min-height:200px;}
.class_area02 .class_div .class_img01 {background:url(/img/img_18.png) 0 center no-repeat; width:220px; height:150px; position:relative; float:left; margin-top:0px;}
.class_area02 .class_div.on .class_img01 {background:url(/img/img_18.png) -280px center no-repeat;width:220px; height:150px; position:relative; float:left; margin-top:0px;  }
.class_area02 .class_div.on ul.on {border:1px solid #fcb040; }
.class_area02 ul {margin-top:20px;position:relative; float:left; width:458px; border:1px solid #d7dce2; padding:15px; margin-right:30px;}
.class_area02 ul li.class_step01 {background:url(/img/img_19.png) 0 0 no-repeat; padding-left:65px; letter-spacing:-0.05em; line-height:24px;}
.class_area02 ul li.class_step02 {background:url(/img/img_20.png) 0 0 no-repeat;padding-left:65px; letter-spacing:-0.05em; line-height:24px;}
.class_area02 ul li.class_step03 {background:url(/img/img_21.png) 0 0 no-repeat; padding-left:65px; letter-spacing:-0.05em; line-height:24px;}
.class_area02 ul li.class_step04 {background:url(/img/img_22.png) 0 0 no-repeat;padding-left:65px; letter-spacing:-0.05em; line-height:24px;}



/* 로그인 */
.login_box { position:relative; float:left; width:630px; margin-left:54px; }
.login_box .login_tit {text-align:center; font-size:22px; color:#333333;letter-spacing:-0.03em ; padding:40px 0 30px}
.login_box .login_tit span {color:#0099dd}
.login_box .login_tit div {font-size:13px; color:#666666; margin-top:7px;}
.login_box .tb01 { position: relative; border-top:2px solid #3e3e3e; border-bottom:1px solid #3e3e3e; background:#fafafa; width:630px; padding:50px 0; overflow:hidden; }
.login_box .tb01 .login_area{width:374px; margin:0 0 0 129px; position:relative; float:left;}
.login_box .tb01 .login_area .idpw_box li {width:242px; border:1px solid #dcdcdc; display:inline-block; background:#fff;height:38px;  }
.login_box .tb01 .login_area .idpw_box li input  {height:38px; line-height:32px; width:236px; padding:3px 5px; border:1px solid #FFF; font-size:13px;}
.login_box .tb01 .login_area .btn_login {position:absolute; right:0 ; top:0;}
.login_box .tb01 .login_area .login_chk {margin-top:10px; line-height:17px;}
.login_jointext { width:580px; margin-left:40px;}
.login_jointext .login_txt { font-size:13px; letter-spacing:-0.03em; float:left; width:460px;}
.login_jointext .login_joinbtn {margin-left:5px;float:left;}
.login_jointext .login_joinbtn > .btn13 {line-height:26px;}
.login_jointext  strong {color:#333}

/* 테이블 */
.table_list01 { position:relative; float:left; width:740px; border-collapse:collapse; border-top:2px solid #3e3e3e; border-bottom:1px solid #3e3e3e; border-spacing:0;}
.table_list01 th { border-bottom:1px solid #3e3e3e;border-left:1px solid #d7dce2; color:#333333; padding:5px 5px; vertical-align:middle;}
.table_list01 td {border-bottom:1px solid #d7dce2;border-left:1px solid #d7dce2;  padding:7px 5px; vertical-align:middle;}
.table_list01 th.first {border-left:none;}
.table_list01 td.first {border-left:none;}
.table_list01 tr.tr_last td {border-bottom:none;}
.table_list02 {position:relative; float:left; width:740px; border-collapse:collapse; border-top:2px solid #3e3e3e; border-bottom:1px solid #3e3e3e; border-spacing:0;}
.table_list02 th { border-top:1px solid #d7dce2; color:#333333; padding:5px 5px; vertical-align:middle; background-color:#f2f2f2;}
.table_list02 td {border-top:1px solid #d7dce2;padding:7px 15px; vertical-align:middle;}
.table_list02 td.first, .table_list02 td.first {border-top:none;}
.table_list03 {width:330px; border-collapse:collapse; border-spacing:0;}
.table_list03 th {text-align:center; padding:3px 0; vertical-align:middle; color:#333333; background-color:#f0f0f0; border-bottom:1px solid #fafafa;}
.table_list03 td {padding:5px 5px 5px 7px;}
.textarea01 { width:100%; font-size:13px;}
.table_list04 {position:relative; float:left; width:740px; border-collapse:collapse; border-top:2px solid #3e3e3e; border-bottom:1px solid #3e3e3e; border-spacing:0;}
.table_list04 th {padding:13px 10px 10px 22px; text-align:left; background:#f2f2f2; border-bottom:1px solid #d7dce2;color:#333333; font-size: 1.1em; }
.table_list04 td {padding:8px 10px 8px 10px; border-bottom:1px solid #d7dce2;}
.input02 {border:1px solid #dcdcdc; display:inline-block; background:#fff;}
.input02 input {height:30px; padding:3px; border:1px solid #FFF; font-size:13px;}
.input02 select {height:30px; padding:3px; border:1px solid #FFF; font-size:13px;}
.tr_last td, .tr_last th {border-bottom:none;}
.tr_last1 td, .tr_last1 th {border-bottom:none;}
.table_list01 .tr_last1 td:nth-child(8n+2) {border-bottom:1px solid #d7dce2; }

/*input,select */
.date01 select{float:left; font-size:13px; display:block;  padding:2px 10px 2px 5px; border:1px solid #dcdcdc;}
input.date01 {float:left; font-size:13px; display:block;  padding:2px 10px 2px 5px; border:1px solid #dcdcdc;}

h3.sub_tit { position:relative; float:left; background:url(/img/icon_tit.gif) no-repeat 0 0px; padding-left:25px; margin:10px 0 16px 0; color:#333; font-size:18px; overflow:hidden;}
h3.sub_tit03 { position:relative; float:left; margin:10px 0 16px 0; color:#333; font-size:20px; overflow:hidden; width:100%; line-height:20px;}
h3.sub_tit02 { position:relative; float:left; padding-left:3px; margin:5px 0 0px 0; color:#333; font-size:20px; width:630px; height:39px; vertical-align:middle;}
h3.sub_tit04 { position:relative; float:left; width:740px; top:0; left:0; margin:10px 0 16px 0; font-size:15px; overflow:hidden;}

div.float_r01 { position:relative; float:right; margin-bottom:10px;}
div.float_r01 select{float:left; margin-left:5px; font-size:12px; display:block; width:80px; padding:5px; border:1px solid #dcdcdc;}
.admin_w {border:1px solid #fa7d56; width:700px; padding:20px 19px;}
.admin_w2 {border:1px solid #d7dce2; width:700px; padding:20px 19px; }
.admin_w2 p {line-height:18px; margin-bottom:10px}
.admin_w2 p:last-child {margin-bottom:0px;}
.section {position:relative; float:left; width:740px; background:#f2f2f2;}
.section h3 {font-size:19px; color:#3e3e3e; color:#333; letter-spacing:-0.5px; float:left; position:relative; width:100px; text-align:center; padding-top:13px;:}
.section .section_sub {padding:10px 0px 10px 20px;line-height:20px; position:relative; float:right; width:615px; background:#FFF;}
.section02 h3 {font-size:22px; color:#333; letter-spacing:-0.5px; width:150px;padding-top:13px;}
.section02 .section_sub {padding:10px 0px 10px 20px;line-height:20px; width:740px; background:#FFF;}
.section03 {position:relative; width:740px;overflow:hidden; }
.b_orange {border:1px solid #fa7d56;}
.b_orange h3 {line-height:35px; color:#fa7d56;}
.b_orange .section_sub {border-left:1px solid #fa7d56; font-size:16px; line-height:1.4em;}
.b_orange .section_sub strong {color:#333;}

.review_tb{position:relative; float:left; width:740px; border-top:2px solid #3e3e3e; border-bottom:2px solid #3e3e3e;}
.review_tb li{border-top: 1px solid #d7dce2; padding:15px 20px;}
.review_tb li .review_date {color:#8c8c8c; font-size:12px; padding:0px 0 4px ;}
.review_tb li .review_date span {padding-right:13px;}
.review_tb li:first-child {border-top:none;}
.review_tb li .review {padding:5px 0 5px;;}
.review_tb li .review02 {padding:10px 5px 10px 5px; background:#f7f7f7;}
.review_tb li .review_tit {padding-top:5px; color:#000; font-size:14px;}

.btn_area {position:relative; width:740px; margin:0 auto; text-align:center;}
.btn_area > div {display:inline-block; margin-top:30px;}
.btn_area span{ display:block; float:left; height:50px; margin:0 10px; line-height:50px;}


/*탭*/


ul.lecture_tab {float:left; width:740px;}
ul.lecture_tab li {display:inline-block; float:left; line-height:92px; text-align:center; display:block;}
ul.lecture_tab li.tab01 a {background:url(/img/review_tab.png) 0 0 no-repeat;display:block; width:93px; height:92px;}
ul.lecture_tab li.tab02 a {background:url(/img/review_tab.png) -93px 0 no-repeat; display:block; width:93px; height:92px;}
ul.lecture_tab li.tab03 a {background:url(/img/review_tab.png) -186px 0 no-repeat; display:block; width:92px; height:92px;}
ul.lecture_tab li.tab04 a {background:url(/img/review_tab.png) -278px 0 no-repeat; display:block; width:92px; height:92px;}
ul.lecture_tab li.tab05 a {background:url(/img/review_tab.png) -370px 0 no-repeat; display:block; width:92px; height:92px;}
ul.lecture_tab li.tab06 a {background:url(/img/review_tab.png) -462px 0 no-repeat;display:block;width:92px; height:92px;}
ul.lecture_tab li.tab07 a {background:url(/img/review_tab.png) -554px 0 no-repeat;display:block; width:93px; height:92px;}
ul.lecture_tab li.tab08 a {background:url(/img/review_tab.png) -647px 0 no-repeat;display:block; width:93px; height:92px;}

ul.lecture_tab li.tab01 a.on, ul.lecture_tab li.tab01 a:hover  {background:url(/img/review_tab.png) 0 -92px no-repeat; display:block; width:93px; height:92px;}
ul.lecture_tab li.tab02 a.on, ul.lecture_tab li.tab02 a:hover {background:url(/img/review_tab.png) -93px -92px no-repeat;display:block; width:93px; height:92px;}
ul.lecture_tab li.tab03 a.on, ul.lecture_tab li.tab03 a:hover {background:url(/img/review_tab.png) -186px -92px no-repeat;display:block; width:92px; height:92px;}
ul.lecture_tab li.tab04 a.on, ul.lecture_tab li.tab04 a:hover {background:url(/img/review_tab.png) -278px -92px no-repeat;display:block; width:92px; height:92px;}
ul.lecture_tab li.tab05 a.on, ul.lecture_tab li.tab05 a:hover {background:url(/img/review_tab.png) -370px -92px no-repeat;display:block; width:92px; height:92px;}
ul.lecture_tab li.tab06 a.on, ul.lecture_tab li.tab06 a:hover {background:url(/img/review_tab.png) -462px -92px no-repeat;display:block; width:92px; height:92px;}
ul.lecture_tab li.tab07 a.on, ul.lecture_tab li.tab07 a:hover {background:url(/img/review_tab.png) -554px -92px no-repeat;display:block; width:93px; height:92px;}
ul.lecture_tab li.tab08 a.on, ul.lecture_tab li.tab08 a:hover {background:url(/img/review_tab.png) -647px -92px no-repeat;display:block; width:93px; height:92px;}



.sub_tab {position: absolute; left:0; top:0; width:740px; height:46px; z-index:20; }
.sub_tab ul{width:100%; margin:0 auto; max-width:740px;}
.subtab01 {padding:0; height:46px;}
.subtab01 li:first-child a {border-left:1px solid #d7dce2;}
.col5 li {width:20%;}
.col3 li {width:33.3333333%;}
.col4 li {width:25%;}
.col2 li {width:50%;}

.subtab01 li {float:left; text-align:center; font-size:15px; letter-spacing:-0.01em; }
.subtab01 li.on {position:relative; z-index:1; overflow:hidden;}
.subtab01 li a {display:block; height:32px; padding-top:14px; border:1px solid #d7dce2; border-left:0; }
.subtab01 li.on a {color:#fff; border:1px solid #0099dd; background:#4cb4db}



/* 테이블 페이징 */
.page_num {width:740px; text-align:center;  position:relative; float:left; }
.page_num > div {display:inline-block; font-size:12px}
.page_num > div > .first {display:block; float:left; width:28px; height:26px;line-height:26px; text-align:center; margin:0 5px;border:1px solid #dcdcdc; vertical-align:middle; background:url(/img/icon_arr_first.gif) no-repeat center;}
.page_num > div > .last {display:block; float:left; width:28px; height:26px;line-height:26px; text-align:center; margin:0 5px;border:1px solid #dcdcdc; vertical-align:middle; background:url(/img/icon_arr_end.gif) no-repeat center;}
.page_num > div > span {display:block; float:left; width:30px; height:28px;line-height:28px; text-align:center; margin:0 1px;border:none;}
.page_num span.on a, .page_num span a:hover {background:#f5f5f5; color:#333; border:1px solid #dcdcdc;line-height:26px;}
.page_num span a {display:block; color:#999999;}








/* footer */
#footer {
	position:relative;
	clear:both;
	margin:0 auto;
	padding:50px 0 25px 0;
	
}
#footer .footer_wrap {
	width:100%;
	border-bottom:1px solid #d0d5db;
	border-top:1px solid #d0d5db;
}
#footer .footer_link {
	position:relative;
	margin:0 auto;
	width:960px;
	height:40px;
}
#footer .footer_link .in_link ul {
	position:absolute;
	top:0;
	left:0;
	line-height:40px;
	width:400px;
}
#footer .in_link ul li {
	float:left;
	font-size:12px;
	color:#8c8c8c;
}
#footer .in_link a {
	dispaly:inline-block;
	padding:0 15px 0 0;
}
#footer .in_link a:first-child {
	padding-left:0;
}

#footer .in_link a:before {
	content:"";
	display:inline-block;
	vertical-align:middle;
	width:1px;
	height:11px;
	margin:0 15px 2px 0px;
	background:#b3b3b3;
}
#footer .footer_link .out_link ul {
	position:absolute;
	top:0;
	right:0;
}
#footer .out_link ul li {
	float:left;
	margin-left:10px;
}
#footer .copy {
	font-size:11px;
	color:#8c8c8c;
	position:relative;
	margin:0 auto;
	width:960px;
	padding-top:20px;
}



/*20160421추가*/
.depth01 h5 {margin:40px 0 20px 0; font-size:18px; color:#27417a;}
.depth02 {margin:20px 0 0 0}
.depth02 h6 {margin:5px 0; color:#333; font-size:14px;}
.depth03 li {padding:0 0 8px 15px;}
.depth03 li p {padding:3px 0 0 25px;}
.provision {margin:40px 0 15px 0;}
.provision h5 {margin:0px 0 10px 0; font-size:18px; color:#27417a;}
.provision div {border:1px solid #CCC; padding:15px 20px; border-radius:5px;}
.provision p{padding:0 0 10px 0}
.provision li {padding:3px 15px;}
.mou_box2 {margin:60px 0 0 0}
.mou_box2 h3 {width:100%;}
.mou_box2 h4 {font-size:20px; background:url(/img/icon_tit.gif) no-repeat 0 0; padding-left:25px; color:#555}
.mou_box2 div{font-size:15px;line-height:22px; margin:30px 0 50px 0;}
.box4 {border:1px solid #d7dce2; padding:20px;}
.menu_a {height:450px; border:2px solid #fa7d56; background:url(/img/img_27.png) no-repeat left bottom; padding:40px 76px}
.menu_atit{background:#fa7d56; height:26px; line-height:26px;padding:12px 20px 12px 20px}
.menu_atit_txt {font-size:20px; color:#FFF; float:left}
.menu_a .case li {width:167px; float:left; padding:4px 0px 4px 10px; color:#000;font-size:14px;}
.menu_a .case li a{color:#000; font-size:14px;}
.menu_a .case .case_menu {height:230px; margin:0 10px}
.menu_a .case .case_tit {border-bottom:2px solid #3d3d3d; padding:10px 10px; font-size:18px; color:#3d3d3d; font-weight: 700; margin-bottom:5px; }
.menu_a .case li.case_menu ul li ul li {padding:2px 5px ; font-size:14px;}
.menu_a .case li.case_menu ul li ul li a{color:#333}
.menu_a .case li.case_menu ul li ul li ul li{color:#333;}
.table100 {width:100%; border-collapse:collapse; border-top:2px solid #3e3e3e; border-bottom:1px solid #3e3e3e; border-spacing:0;}
.table100 th { border-top:1px solid #d7dce2; color:#333333; padding:5px 5px; vertical-align:middle; background-color:#f2f2f2;}
.table100 td {border-top:1px solid #d7dce2;padding:7px 15px; vertical-align:middle;}
.table100 td.first, .table_list02 td.first {border-top:none;}

/* 수료증 */
.finish {margin:0 auto ; width:920px; position: relative;font-size:16px; font-family:"궁서", "궁서체", serif;border:8px solid #999;padding:50px 10px;color:#000; }
.finish_box {padding:30px 0;text-align: center;}
.finish-date {margin:30px 100px; font-size:24px; font-family:"궁서", "궁서체", serif;}
.finish h3 {text-align:center;padding:90px 0 70px 0 ;}
.finish-info {width:750px;margin:0 auto;padding:15px 0 40px 0;font-size:27px;font-family:"궁서", "궁서체", serif; }
.finish-info th { width:150px;line-height:50px;font-family:"궁서", "궁서체", serif;text-align:justify; }
.finish-info tr td { font-family:"궁서", "궁서체", serif;letter-spacing:-0.05em;padding:5px;line-height:30px; }
.finish-date2 { margin:55px 0 ;text-align: center;font-size:27px; font-family:"궁서", "궁서체", serif; }
.seal {text-align:center; padding:0 0 50px 0}

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:970px;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops_con {}
.hd_pops_footer {padding:10px 0;background:#000;color:#fff;text-align:right}
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}

/* 상단 레이아웃 */
#hd {
	position:relative;
	z-index:10;
	width:100%;
	margin:0 auto;
	height:131px;
	background: url(/img/bg_body01.gif) repeat-x;
}
.hd_zindex {z-index:10 !important}
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_wrapper {position:relative;margin:0 auto;padding:26px 0;width:970px;zoom:1}
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}





#logo {float:left;padding:5px 0 0}

/* 전체 검색 */
#hd_sch {float:left;margin:0 0 0 20px;padding:0;border:1px solid #c3c6ca}
#hd_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#hd_sch #sch_stx {padding-left:5px;width:110px;height:24px;border:0;background:#fff;line-height:1.9em !important;line-height:1.6em}
#hd_sch #sch_submit {padding:0 5px;height:26px;border:0;background:#e2e6eb;color:#333;cursor:pointer}

/* 텍스트 크기 조절 */
#text_size {float:left;margin:0 0 0 10px;letter-spacing:-3px}
#text_size button {margin:0;padding:1px 2px;border:1px solid #c3c6ca;background:transparent;vertical-align:middle;cursor:pointer}
.ts_up {font-size:1.167em !important}
.ts_up2 {font-size:1.3em !important}

/* 상단 회원가입 등 링크 */
#tnb {float:right;margin:0;padding:0;list-style:none;zoom:1}
#tnb:after {display:block;visibility:hidden;clear:both;content:""}
#tnb li {float:left;margin:0 0 0 10px}
#tnb a {display:inline-block;padding:0 10px;height:28px;color:#333;letter-spacing:-0.1em;line-height:2.4em}
#tnb a:focus, #tnb a:hover, #tnb a:active {text-decoration:none}
#tnb img {margin-right:3px}

/* 메인메뉴 */
#gnb {}
#gnb h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#gnb_1dul {margin:0 auto !important;padding:0;width:970px;zoom:1}
#gnb_1dul:after {display:block;visibility:hidden;clear:both;content:""}
.gnb_1dli {z-index:10;position:relative;float:left}
.gnb_1da {display:inline-block;padding:0 40px 0 10px;height:35px;background:url('/img/gnb_bg00.gif') center right no-repeat;font-weight:bold;line-height:2.95em;text-decoration:none}
.gnb_1da:focus, .gnb_1da:hover {background:url('/img/gnb_bg00.gif') #333 center right no-repeat;text-decoration:none}
.gnb_1dli_air .gnb_1da {background-color:#333;color:#fff}
.gnb_1dli_on .gnb_1da {background-color:#333;color:#fff}
.gnb_2dul {display:none;position:absolute;top:35px;width:180px}
.gnb_2da {display:block;padding:13px 10px;text-align:left;text-decoration:none}
.gnb_1dli_air .gnb_2da {background-color:#333;color:#fff}
.gnb_1dli_on .gnb_2da {background-color:#333;color:#fff}
.gnb_2da:focus, .gnb_2da:hover {background:#666;text-decoration:none}
.gnb_1dli_over .gnb_2dul {display:block;left:0;background:#fff}
.gnb_1dli_over2 .gnb_2dul {display:block;right:0;background:#fff}

#gnb_empty {padding:10px 0;width:100%;text-align:center;line-height:2em}
#gnb_empty a {text-decoration:underline}

/* 중간 레이아웃 */
#wrapper {width:100%;zoom:1}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#aside {float:right;margin:0 0 0 -1px;width:210px;border-left:1px solid #dde4e9;background:#fff}


#container_title {margin-bottom:20px;font-size:1.2em;font-weight:bold}

/* 하단 레이아웃 */
#ft {min-width:970px;border-top:1px solid #dde4e9;background:#f2f5f9}
#ft h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ft p {margin:0;padding:10px 0;line-height:1.8em}

#ft_catch {position:relative;margin:0 auto;padding:20px 0 0;width:970px;text-align:center}

#ft_company {text-align:center}

#ft_copy {background:#414141}
#ft_copy div {position:relative;margin:0 auto;padding:10px 0;width:970px;color:#fff}
#ft_copy a {display:inline-block;margin:0 10px 0 0;color:inherit}
#ft_copy #ft_totop {position:absolute;top:10px;right:0}

/* 게시물 선택복사 선택이동 */
#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}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#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:160px;height:60px;border:1px solid #e9e9e9;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {position:absolute;top:0;left:161px;;margin:0;padding:0;width:31px;height:31px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer}
#captcha #captcha_mp3 span {position:absolute;top:0;left:0;width:31px;height:31px;background:url('../..//img/captcha.png') no-repeat;}
#captcha #captcha_reload {position:absolute;top:31px;left:161px;margin:0;padding:0;width:31px;height:31px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../..//img/captcha.png') no-repeat  0 -30px;border-top:1px solid #ccc;text-indent:-999px}
#captcha #captcha_key {margin:0 0 0 33px;padding:0 5px;width:70px;height:60px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:2.8em;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block;}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:31px;height:31px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../..//img/captcha.png') no-repeat  0 -30px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span{display:none;}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../..//img/captcha.png') no-repeat; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* 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:#ff3061;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:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.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 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all}
.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:70px;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:30px}
.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') 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:110px;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 : 'Pretendard', '나눔고딕', Nanum Gothic, '돋움', Dotum, '굴림', Gulim, AppleGothic, sans-serif;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}


.list_post li:first-child {border-top: 1px solid #d7d7d7 !important;}

/* 230712 */
.table_list02 td.agree textarea { margin-bottom: 10px; min-height: 100px; color: #666; }
.agree_checkbox { margin-bottom: 10px; }