@charset "utf-8";

/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
body { background:#f9f9f9; }

#header.sub-header{position:relative; }

#subContainer{position:relative; padding:40px 0px 85px; margin:0 auto; width:1200px; box-sizing:border-box;}

/*#subContainer:after{content:""; display:block; clear:both;}*/
#subContainer{ display:flex; flex-wrap:wrap; justify-content:space-between; }
#leftMenu{ width:200px; background:#fff; border:1px solid #dadada; }
#leftMenu .sub-tit-img{display:block; margin-bottom:15px;}
#subContents{  padding:40px; width:980px; background:#fff; border:1px solid #dadada; }
#subContents_ { padding:40px; width:1200px; background:#fff; border:1px solid #dadada; }

@media only screen and (max-width:1200px) {
	#subContainer{ padding:0px; width:100%;}
	#subContents, #subContents_{float:none; padding:20px; width:100%; border:none; }
	#leftMenu { display:none; float:none;  width: 100%; position:relative; top: 0; margin-top: 0px; left: 0; margin-bottom:10px;}	

}
@media only screen and (max-width:980px) {
}

@media only screen and (max-width:767px) {
}

@media only screen and (max-width:400px) {
	body { background:#fff; }
	#subContents, #subContents_{ padding:20px 10px; }
}

@media print and (color) {
 body * { margin:0; padding:0; visibility:hidden; }
 #subContainer { position:relative; visibility:visible; width:100%; vertical-align:top; }
 #subContainer * { visibility:visible; }
 #sub_job { padding:40px; width:100%; }
 #sub_job * { visibility:visible; }
 #leftMenu { display:none;  }
 #subContents { float:none; position:relative; top:0; margin:0 auto; vertical-align:top; }
}


/* Sub Visual (서브이미지)
------------------------------------------------------------------------------------------------------------------ ---------------------------------------- */
.sub-visual { display:table; width: 100%; height:335px; } 
.sub-visual01{ background:url('/images/kor06r-18-0404/sub/sub_visual01.jpg') no-repeat center center/cover;}
.sub-visual02{ background:url('/images/kor06r-18-0404/sub/sub_visual02.jpg') no-repeat center center/cover;}
.sub-visual03{ background:url('/images/kor06r-18-0404/sub/sub_visual03.jpg') no-repeat center center/cover;}
.sub-visual04{ background:url('/images/kor06r-18-0404/sub/sub_visual04.jpg') no-repeat center center/cover;}
.sub-visual05{ background:url('/images/kor06r-18-0404/sub/sub_visual05.jpg') no-repeat center center/cover;}
.sub-visual06{ background:url('/images/kor06r-18-0404/sub/sub_visual06.jpg') no-repeat center center/cover;}
.sub-visual07{ background:url('/images/kor06r-18-0404/sub/sub_visual07.jpg') no-repeat center center/cover;}
.sub-visual08{ background:url('/images/kor06r-18-0404/sub/sub_visual08.jpg') no-repeat center center/cover;}

.sub-visual-txt{ display: table-cell; width: 100%; text-align: center; vertical-align:top; color: #fff;}
.sub-visual-txt h1{ margin-top:180px; font-size:48px; font-weight: 500; line-height: 1;}
.sub-visual-txt p { margin-top:10px; }


@media only screen and (max-width:768px) {
.sub-visual {height:250px;}
.sub-visual-txt h1{ margin-top:130px; font-size:30px;}
.sub-visual-txt p { margin-top:0px; }
}

@media print and (color) {
	.sub-visual { display:none; }
}


/* Left Menu (서브 좌측 영역)
------------------------------------------------------------------------------------------------------------------ ---------------------------------------- */
/* 좌측메뉴 */
.leftmenu { width:200px; }
.leftmenu > h2 { padding:40px; font-size:24px; font-weight:500; background:#2B71B9; text-align:center; color:#fff; }
.leftmenu > ul > li { position:relative; font-size:16px; color: #666; text-align:left; padding:15px; cursor: pointer; transition: 0.25s all;  position: relative; border-bottom:1px solid #dadada;}
.leftmenu > ul > li:last-child { border-bottom:none; }
.leftmenu > ul > li > a { position:absolute; left:0; top:0; display:block; width:100%; height:100%; }
.leftmenu > ul > li.active { background:#fff; color:#2B71B9 !important; font-weight:500; }
.leftmenu > ul > li.active:before { content:""; position:absolute; left:0; top:0; width:100%; height:100%;  border:2px solid #2B71B9;}

.leftmenu .l-nav-btn { z-index:99; display: block; position: absolute;  top:20px; right:15px; width: 11px; height: 11px; cursor: pointer; }
.leftmenu .l-nav-btn span { position: absolute; left:0; display: block; width: 11px; height: 3px; background: #b3b3b3; transition: .2s all linear;}
.leftmenu .l-nav-btn span:nth-child(1) { top: 4px;}
.leftmenu .l-nav-btn span:nth-child(2) { top: 4px; transform: rotate(90deg);}
.leftmenu li.active span { background:#2B71B9;  }
.leftmenu li.active span:nth-child(1) { top: 4px;}
.leftmenu li.active span:nth-child(2) { width: 0; transform: rotate(-90deg);}

@media only screen and (max-width:980px) {
	.leftmenu { display:none; }
}


/* Sub Contents (서브 콘텐츠 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.mg0 { margin-bottom:0 !important; }
.f_red { color:#ff0000; } 

/* 타이틀 및 페이지네비게이션 */
.sub-title{ position:relative; margin-bottom:35px; padding-bottom:20px; border-bottom:1px solid #dadada; }
.sub-title:after { content:""; display:block; clear:both; }
.sub-title:before { content:""; position:absolute; left:0; bottom:-1px; width:100px; height:1px; background:#009fe3; }
.sub-title h3{ float:left; font-size:30px; text-transform:uppercase; font-weight:700; color:#333; line-height:1;}
.sub-title p { float:right; text-align:right; font-size:14px; color:#888; }
.sub-title p span { color:#ddd; }
.sub-title .glyphicon-home { color:#2B71B9 !important; }
.sub-title .glyphicon-menu-right { font-size:12px; }


.m_title { position:relative; margin-bottom:20px; padding-left:15px; font-size:20px; font-weight:600; color:#121212 !important;   }
.m_title:before { content:""; position:absolute; left:0; top:5px; width:5px; height:20px; background:#2B71B9 !important; }

.s_title { position:relative; margin-bottom:10px; padding-left:20px; font-size:18px; font-weight:600; color:#0265af !important; text-align:left; }
.s_title:before { content:""; position:absolute; left:0; top:6px; width:15px; height:15px; border:4px solid #0265af; background:#fff !important; border-radius:50%; }
.s_title > span { position:absolute; right:0; top:0; font-size:16px; font-weight:normal; color:#666; }
.s_title > span.glyphicon { position:relative; color:#0265af; }

.big-txt { font-size:24px !important; font-weight:500; color:#121212; }
.big-txt strong { font-weight:500; color:#216bb6; }

.text_line { text-decoration:underline; }

.basic_table { width:100%; border-collapse:collapse; border-top:2px solid #555; }
.basic_table th, .basic_table td {  border-bottom:1px solid #dadada; }
.basic_table th { padding:10px 15px 10px 10px; width:150px; background:#f8f8f8; text-align:right; font-weight:500; color:#121212; border-right:1px solid #dadada; }
.basic_table th > span { font-weight:500; color:#ff0000; }
.basic_table td { padding:10px 10px 10px 15px; }
.basic_table td.cba { width:150px; }
.basic_table td > p { margin-bottom:0 !important; }
.basic_table .img_file { border-left:1px solid #dadada; width:180px; padding:15px; text-align:center; background:#f8f8f8; }
.basic_table .img_file > div { margin:0 auto 10px; display:table; width:100%; height:200px; background:#fff; text-align:center; border:1px solid #dadada; }
.basic_table .img_file > div > div { display:table-cell; vertical-align:middle; }
.basic_table .addr_wrap { display:flex; flex-wrap:wrap; justify-content:space-between; }
.basic_table .addr_wrap > div { margin-bottom:5px; width:49.5%; }

.normal_table { width:100%; border-collapse:collapse; }
.normal_table th, .normal_table td { border:1px solid #dadada !important; }
.normal_table th { padding:10px; text-align:center; }
.normal_table td { padding:10px; text-align:center; }

.board-list.edu-list  th, .board-list.edu-list  td { font-size:15px; width:60px; }
.board-list.edu-list .title { width:150px; color:#000; }
.board-list.edu-list .refunds { width:70px; }
.board-list.edu-list .period { width:150px; }
.board-list.edu-list td label { display:none; }

.basic_list { border-top:2px solid #555;  width:100%; border-collapse:collapse; table-layout:fixed; }
.basic_list th, .basic_list td { padding:15px 5px; text-align:center; border:1px solid #aaa; word-break:break-all; }
.basic_list td.tL { padding:15px 5px 15px 20px; text-align:left; }
.basic_list tr th:first-child, .basic_list tr td:first-child { border-left:none; }
.basic_list tr th:last-child, .basic_list tr td:last-child { border-right:none; }
.basic_list th { font-weight:500; color:#121212;  background:#f9f9f9; }
.basic_list td { border-bottom:1px solid #dddddd; }
.basic_list td > p { text-align:left; }
.basic_list .cba { width:150px; }
.basic_list td.cba { font-weight:500; color:#121212; }

.chkbox_list { display:flex; flex-wrap:wrap; }
.chkbox_list li { display:inline-block; margin-right:20px; }
.chkbox_list li:last-child { margin-right:0; }

.sign_list { display:table; margin:10px auto 0;  }
.sign_list li { display:table-cell; vertical-align:middle; }
.sign_list.sign_date { margin-bottom:10px; }
.sign_list.sign_date .form-control { width:75px; }
.sign_list.sign .form-control { width:150px; } 

.privacy_box { margin-bottom:10px; padding:20px; border:1px solid #dadada; width:100%; height:300px; overflow-y:scroll; }
.privacy_box > ul > li { margin-bottom:10px; }
.privacy_box > ul > li > p { margin-bottom:0; }
.privacy_box > ul ul { margin:0 0 0 18px; }
.privacy_box > ul ul > li { position:relative; padding-left:10px; }
.privacy_box > ul ul > li:before { content:"-"; position:absolute; left:0; top:0; }
.privacy_sign { width:380px; margin:0 auto; }
.privacy_sign th, .privacy_sign td { padding:0; line-height:1; }
.privacy_sign th { width:120px; text-align:justify; padding-right:10px; }
.privacy_sign th:after { content:""; display:inline-block; width:100%; }
.privacy_sign th:before { content:""; display:inline-block; width:100%; }

.captcha { margin-bottom:5px; display:flex; flex-wrap:wrap; }
.captcha li { display:inline-block; }
.captcha li .form-control { width:150px; }


.edu_title { margin-bottom:20px; text-align:center; font-size:24px; font-weight:500; color:#121212; }
.edu_title > strong { color:#2B71B9; }

.sub-contents { margin:0 auto; }
.sub-contents p { margin-bottom:20px; word-break:keep-all; white-space:pre-line;  }
.sub-contents p:last-child { margin-bottom:0; }
.sub-contents p strong { font-weight:500; color:#121212; }

.sub-contents .cont > dl { margin-bottom:100px; }
.sub-contents .cont > dl:last-child { margin-bottom:0; }
.sub-contents .cont > dl > dd { padding-bottom:30px; }
.sub-contents .cont > dl > dd:last-child { padding-bottom:0; }

.sub-contents .col-3 li { width:33%; }
.sub-contents .gallery_list { display:flex; flex-wrap:wrap; justify-content:space-between; }

.root_daum_roughmap { width:100% !important; }

.flow_box { display:flex; flex-wrap:wrap;  align-items: center;  }
.flow_box li { padding:0 15px; }
.flow_box li .glyphicon { color:#afd0f2; }
.flow_box li > div { display:table; width:150px; height:150px; background:#f8f8f8; border-radius:50%; text-align:center; }
.flow_box li:last-child > div { background:#fff; border:2px solid #216bb6; }
.flow_box li > div > div { padding:20px; position:relative; display:table-cell; width:100%; height:100%; vertical-align:middle; text-align:center; }
.flow_box li > div > div p { margin-bottom:0; }
.flow_box li:last-child > div > div p { color:#216bb6; }
.flow_box li > div > div p.no { position:absolute; left:0; top:20px; width:100%; margin-bottom:10px; }
.flow_box li > div > div p.no > span { padding:0 5px; background:#216bb6; border-radius:5px; font-size:13px; font-weight:500; color:#fff; }

.flow_box2 { display:flex; flex-wrap:wrap;  align-items: center;  }
.flow_box2 li { margin:0 0 10px; width:30%; }
.flow_box2 li.arr { width:5%; text-align:center; }
.flow_box2 li .glyphicon { color:#afd0f2; }
.flow_box2 li > div { display:table; width:100%; height:80px; background:#f8f8f8; text-align:center; }
.flow_box2 li:last-child > div { background:#fff; border:2px solid #216bb6; }
.flow_box2 li > div > div { padding:20px; position:relative; display:table-cell; width:100%; height:100%; vertical-align:middle; text-align:center; }
.flow_box2 li > div > div p { margin-bottom:0; }
.flow_box2 li:last-child > div > div p { color:#216bb6; }
.flow_box2 li > div > div p.no { position:absolute; left:0; top:20px; width:100%; margin-bottom:10px; }
.flow_box2 li > div > div p.no > span { padding:0 5px; background:#216bb6; border-radius:5px; font-size:13px; font-weight:500; color:#fff; }

.num_list li { margin-bottom:5px; display:flex; flex-wrap:wrap; justify-content:space-between; text-align:left; }
.num_list li > label { width:30px; }
.num_list li > label > span { display:inline-block; width:20px; height:20px; line-height:20px; font-size:14px; text-align:center; background:#216bb6; color:#fff; border-radius:50%; }
.num_list li > div { width:calc(100% - 30px); }

.num_list2 li { margin-bottom:0px; display:flex; flex-wrap:wrap; justify-content:space-between; text-align:left; }
.num_list2 li > label { width:20px; font-weight:normal; }
.num_list2 li > p { width:calc(100% - 20px); }

.basic_ul { margin:0; }
.basic_ul > li { position:relative; text-align:left; padding-left:15px; word-break:keep-all; }
.basic_ul > li:before { content:"-"; position:absolute; left:0; top:0; }

.dot_ul > li { position:relative; margin-bottom:5px; text-align:left; padding-left:10px; word-break:keep-all; }
.dot_ul > li:before { content:""; position:absolute; left:0; top:7px; width:5px; height:5px; background:#216bb6; border-radius:50%; }

.member_area { margin-bottom:20px; display:table; width:100%; text-align:left; }
.member_area:last-child { margin-bottom:0; }
.member_area > dt { display:table-cell; width:30px; text-align:center;}
.member_area > dd > p { margin-bottom:10px; }

.sub-contents table + p { margin-top:10px; }

.s_cont_box { margin-bottom:10px; }
.s_cont_box:last-child { margin-bottom:0; }
.s_cont_box > dt { position:relative;  padding-left:10px; font-weight:500; color:#121212; }
.s_cont_box > dt:before { content:""; position:absolute; left:0; top:8px; width:5px; height:5px; background:#216bb6; border-radius:50%; }
.s_cont_box > dd { padding-left:10px; }

.box_rule { padding:20px; background:#f8f8f8; border:1px dashed #dadada; }
.box_rule > dl > dt { padding-bottom:10px; font-size:18px; font-weight:700; color:#121212; }
.box_rule > dl > dd { padding:0 0 40px 0; }
.box_rule > dl > dd:last-child { padding:0; }
.box_rule p { margin-bottom:0 !important; }

.list_up { clear:both; margin:10px 0 10px 20px; }
.list_up > li:after { content:""; display:block; clear:both; }
.list_up > li > label { float:left; width:25px; font-weight:normal; text-align:right; }
.list_up > li > p { float:right; width:calc(100% - 30px); text-align:left; }

.project li > p { margin-bottom:0; }
.project li > p.tit { font-weight:500; color:#121212; }
.project li > p + p { padding-bottom:20px; }

.rules { padding:20px; background:#f8f8f8; border:1px dashed #dadada;  }
.rules p { white-space:normal !important; margin-bottom:0 !important; }
.rules h1 { margin-bottom:20px; font-size:42px; text-align:center; font-weight:500; color:#121212; }
.rules h2 { margin-bottom:20px; font-size:24px; font-weight:500; color:#121212; }
.rules h2 + div { margin:0 0 50px 20px; }
.rules div > dl { margin-bottom:30px; }
.rules div > dl > dt { font-size:18px; font-weight:500; color:#121212; }
.rules .list_up { margin:10px 0 10px -10px; }
.rules .list_up .list_up { clear:both; margin:0px 0 10px 20px !important; padding-top:5px; }


.sub4-2 .btn_area { text-align:right !important; }

@media only screen and (max-width:1200px) {	
}

@media only screen and (max-width:768px) {	
	.sub-title{ margin-bottom:25px;}
	.sub-title h3{ float:none; font-size:22px;}
	.sub-title p { float:none; margin-top:10px; text-align:left; font-size:13px; }

	.m_title { margin-bottom:10px; padding-left:12px; font-size:17px; }
	.m_title:before { top:4px; width:4px; height:16px; }

	.s_title { margin-bottom:5px; font-size:15px; }
	.s_title:before {  top:4px; width:14px; height:14px; }
	.s_title > span { font-size:14px; }

	.sub-contents p { font-size:14px; white-space:normal; }
	.big-txt { margin-bottom:10px; font-size:17px !important; }

	.edu_title { margin-bottom:10px; font-size:18px; }

	.sub-contents .cont > dl { margin-bottom:50px; }
	.sub-contents .cont > dl > dd { padding-bottom:20px; overflow-x:scroll; }

	.basic_table th { padding:5px; width:75px; font-size:14px; }
	.basic_table td { padding:5px; font-size:14px; }
	.basic_table .img_file { width:80px; padding:5px; }
	.basic_table .img_file > div { margin:0 auto 5px; height:200px; }
	.basic_table .addr_wrap > div { margin-bottom:5px; width:49.5%; }

	.basic_list th, .basic_list td { padding:5px; font-size:13px; }
	.basic_list td.tL { padding:5px; text-align:left; }
	.basic_list.year_slaes th, .basic_list.year_slaes td { width:40px; }
	.basic_list .cba { width:65px; }
	.basic_list.year_slaes .cba { width:65px; }	

	.flow_box li { padding:0 5px; }
	.flow_box li > div { width:135px; height:135px; }

}

@media only screen and (max-width:400px) {	
 	.flow_box { justify-content:center; }
	.flow_box li { margin:10px; }
	.flow_box li:nth-of-type(4) { display:none; }

	.flow_box2 li { margin:0 0 10px; width:47%; }
	.flow_box2 li > div > div { padding:10px; }
	.flow_box2 li.arr { width:6%; text-align:center; }
	.flow_box2 li:nth-of-type(4n) { display:none; }

	.num_list li { margin-bottom:5px; }
	.num_list li > label { width:22px; }
	.num_list li > label > span { width:18px; height:18px; line-height:18px; font-size:12px; }
	.num_list li > div { width:calc(100% - 22px); font-size:14px; }

	.num_list2 li > label { width:14px; font-size:14px; }
	.num_list2 li > p { width:calc(100% - 14px); }

	.member_area { margin-bottom:10px; }
	.member_area > dt { width:20px; }
	.member_area > dd > p { margin-bottom:5px; }

	.basic_ul { margin:0 10px; }
	.basic_ul > li { padding-left:10px; }

	.dot_ul > li { margin-bottom:3px; font-size:14px; }
	.dot_ul > li:before { top:7px; width:4px; height:4px; }

	.box_rule { padding:10px; }
	.box_rule > dl > dt { padding-bottom:5px; font-size:16px; }
	.box_rule > dl > dd { padding:0 0 20px 0; }

	.list_up { margin:5px 0 5px 10px; }
	.list_up > li > label { font-size:14px; }

	.rules { padding:10px; }
	.rules h1 { font-size:24px; }
	.rules h2 { margin-bottom:10px; font-size:16px; }
	.rules h2 + div { margin:0 0 30px 10px; }
	.rules div > dl { margin-bottom:10px; }
	.rules div > dl > dt { font-size:15px; }
	.rules .list_up { margin:5px 0 5px -12px; }
	.rules .list_up .list_up { margin:0px 0 5px 18px !important; padding-top:3px; }
}


/* 게시판 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 일반게시판 List */
.whois-board-list .whois-board-row .whois-board-row-subject strong {font-weight:500;}
.whois-board-list { display:inline-block; padding:0; }
.whois-board-list .whois-board-row { width:100%; margin:0 0 0 0; padding:15px 0 15px 0; float:left; border-bottom:1px solid #eee; color:#000;}
.whois-board-list .whois-board-row:first-child { border-top:1px solid #777; } /* Line 색상 */
.whois-board-list .whois-board-row .whois-board-row-subject { margin:0 0 5px 0; padding:0; font-size:17px; font-weight:600; }
.whois-board-list .whois-board-row .whois-board-row-subject a:hover {color:#333;}
.whois-board-list .whois-board-row .whois-board-row-info { color:#777;letter-spacing: 0.2px; }
.whois-board-list .whois-board-row .whois-board-row-info .whois-board-row-author { max-width: 33vw; display:inline-block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; vertical-align: middle; }

.list-inline > li { vertical-align:middle; }
.comment_number {font-size:12px;}
.paginate_regular{margin: 30px 0 20px 0; text-align:center;line-height:normal}
.paginate_regular a,
.paginate_regular strong{display:inline-block;position:relative;margin:0 -2px;padding:2px 8px;font-weight:bold;font-size:12px;font-family:Tahoma, Sans-serif;color:#333;line-height:normal;text-decoration:none;vertical-align:middle}
.paginate_regular a:hover,
.paginate_regular a:active,
.paginate_regular a:focus{background-color:#f8f8f8}
.paginate_regular strong{color:#f60}
.paginate_regular .direction{font-weight:normal;color:#767676;white-space:nowrap}
.paginate_regular .direction span{font-weight:bold;font-size:14px}
.paginate_regular .direction:hover,
.paginate_regular .direction:active,
.paginate_regular .direction:focus{background-color:#fff;color:#333}

/* Align*/
.align_right {text-align:right; margin:10px 0; overflow:hidden;}
.tR {text-align:right;}

/* custom */
.board_search { margin-bottom:20px; padding:20px; background:#f8f8f8; text-align:center; }
.board_search li { display:inline-block; }
.board_search .whois-search-keyword { width:500px; }
.board_top { margin-bottom:10px; }
.board_top strong:nth-of-type(1) { color:#f26e39; }
.board-list { border-top:2px solid #555;  width:100%; border-collapse:collapse; table-layout:fixed; }
.board-list th, .board-list td { padding:15px 5px; text-align:center; border:1px solid #aaa;  }
.board-list tr th:first-child, .board-list tr td:first-child { border-left:none; }
.board-list tr th:last-child, .board-list tr td:last-child { border-right:none; }
.board-list th { font-weight:500; color:#121212;  background:#f9f9f9; }
.board-list td { border-bottom:1px solid #dddddd; }
.board-list .notice { padding:5px 10px; font-size:14px; font-weight:500; background:#4876ef; color:#fff; }
.board-list td.subject { padding-left:20px; text-align:left; }
.board-list td.subject a:hover { text-decoration:underline; }
.board-list td.subject > .notice { display:none; }
.board-list td.hit span { display:none; }
.board-list .period { width:110px; }

.btn_area { margin-top:20px; text-align:center; }
.btn_area_right { margin-top:20px; text-align:right; }
.btn_area_right .btn-write { margin-right:0; }

/*카테고리*/
.bo_cate { margin-bottom:20px; }
.bo_cate > ul { display:flex; flex-wrap:wrap; justify-content:space-between; }
.bo_cate > ul > li { width:23.5%; padding: 10px 26px; border:1px solid #dadada; text-align:center;  }
.bo_cate > ul > li > a { display:table; width:100%; height:100%; }
.bo_cate > ul > li > a > p { display:table-cell; height:100%; vertical-align:middle; text-align:center; word-break: break-all;}
.bo_cate > ul > li.active { background:#2B71B9; border-color:#2B71B9; color:#fff; font-weight:500; }
.bo_cate > ul > li.active a { color:#fff; }

/* 일반게시판 view */
.whois-board-view .board-info {  font-size: 14px;}
.whois-board-view .comment-wrap .comment-info { font-size: 14px;}
.whois-board-view .board-content {font-size: 15px;}
.whois-board-view .board-content > span {font-size: 15px !important; line-height: 23px;}
.whois-board-view .comment-wrap .comment-list { font-size: 13px;}
.form-group label {font-size: 15px; font-weight:500; color:#333;}
.next_data_area {font-size: 13px; letter-spacing: 0.05px;}
.prev_data_area {font-size: 13px; letter-spacing: 0.05px;}
.whois-board-view { display:inline-block; font-size:13px; border-top:1px solid #777; } /* Line 색상 */
.whois-board-view .whois-board-view-row { width:100%; margin:0; padding:0; padding:10px 0 10px 0; float:left; border-bottom:1px solid #eee; }
.whois-board-view .whois-board-view-row .whois-board-view-subject { width:100%; margin:0 0 15px 0; padding:0; float:left; font-size:18px; font-weight:600; }
.whois-board-view .whois-board-view-row .whois-board-view-author { width:100%; margin:0 0 5px 0; padding:0; float:left; font-size:13px; font-weight:600; }
.whois-board-view .whois-board-view-row .whois-board-view-info { width:100%; margin:0; padding:0 0 10px 0; float:left; color:#acacac; }
.whois-board-view .whois-board-view-row .whois-board-view-content { width:100%; margin:0; padding:10px 0 10px 0; float:left; font-size:12px; }

.whois-board-view .whois-board-view-files { width:100%; margin:0; padding:0; float:left; }
.whois-board-view .whois-board-view-files .whois-board-view-file { width:100%; margin:0; padding:5px 0; float:left; font-size:12px; }
.whois-board-view .whois-board-view-files .whois-board-view-file .whois-board-view-file-count { font-size:11px; color:#c4c4c4; }


/* 게시판 버튼 */
.btn-search, .whois-button-submit, .btn-sub { padding:0 25px; line-height:36px; color:#fff !important; background-color: #2B71B9 !important; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; transition: all .3s ease-out;}
.btn-search:hover, .btn-search:focus, .whois-button-submit:hover,.whois-button-submit:focus, .btn-sub:hover, .btn-sub:focus, .btn-default:hover, .btn-default:focus { color:#fff; background-color: #121212; }
.btn-default { padding:0 25px; line-height:36px; color:#666; background-color: #ddd; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; transition: all .3s ease-out;}
.btn-default:hover, .btn-default:focus {  color:#fff; background-color: #121212; }
.btn-list { display:inline-block; padding:0 25px; line-height:36px; color:#fff !important; background-color: #2B71B9; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; transition: all .3s ease-out;}
.btn-list:hover, .btn-list:focus { color:#fff; background-color: #121212; }
.btn-write { display:inline-block; padding:0 25px; line-height:36px; color:#2B71B9; background:#fff; border:1px solid #2B71B9; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; transition: all .3s ease-out;}
.btn-write:hover, .btn-write:focus { background:#2B71B9; color:#fff; }
input.form-control:focus {border-color:#333 !important:}
.board-write .btn_file{color:#fff;}
.btn_down { display:inline-block; padding:10px 20px; border:1px solid #dadada; border-radius:5px; font-size:15px; background:#fff;}
.btn_down img { margin-right:5px; }
.btn_down:hover { box-shadow:3px 3px 3px rgba(0,0,0,0.25); }
.btn_s { font-size:14px; line-height:14px; padding:3px 5px; border-radius:3px; background:#2B71B9; color:#fff; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; transition: all .3s ease-out; }
.btn_s:hover, .btn_s:focus{ background:#1f528d; color:#fff; }

/* 게시판 공통 */
.sub-box { margin-right:5px; background-color: #ffb300;  border: 0; color:#ffffff; display: inline-block;}
.sub-box.sm { font-size: 12px; padding: 2px 5px;}
.sub-box.m { font-size: 14px; padding: 4px 8px;}
.sub-box.lg { font-size: 16px; padding: 6px 12px;}
 
.sub-border { border: 1px solid #ddd; }
.sub-border-t { border-top: 1px solid #ddd; }
.sub-border-r { border-right: 1px solid #ddd; }
.sub-border-b { border-bottom: 1px solid #ddd; }
.sub-border-l { border-left: 1px solid #ddd; }

.sub-bg { background-color: #ffb300; }
.sub-bg-hover:hover { background-color: #ff7536; }
.infoconsent-wrap .content{font-size:14px;}


	@media only screen and (max-width: 768px) {
		.board_search {  padding:10px 0; }
		.board_search li:nth-of-type(1) { width:80px; }
		.board_search li:nth-of-type(2) { width:calc(100% - 180px); }
		.board_search li:nth-of-type(3) { width:60px; }
		.board_search .whois-search-keyword { width:100%; }
		.board_search .btn-search { padding:0; width:100%; line-height:32px; }

		.board-list colgroup { display:none; }
		.board-list tr:first-child { display:none; }
		.board-list tr { display:block; border-bottom:1px solid #ddd; }
		.board-list tr:nth-of-type(odd) { background:#f8f8f8; }
		.board-list td { position:relative; padding:5px; display:inline-block; border:none; }
		.board-list .notice { padding:3px 5px; font-size:12px; }
		.board-list td.num, .board-list td.hit { display:none; }
		.board-list td.company{border-bottom: 1px dashed #ddd; width: 100%; text-align: left;}
		.board-list td.name_job{border-bottom: 1px dashed #ddd; width: 100%; text-align: left;}
		.board-list td.subject { padding:5px 5px 5px; font-weight:500; width:100%; border-bottom:1px dashed #ddd; }
		.board-list td.subject img { max-height:20px; }
		.board-list td.subject > .notice { display:inline-block; }
		.board-list td.name { padding:5px 10px 10px 5px; }
		.board-list td.name:before { content:""; position:absolute; right:0; top:10px; width:1px; height:12px; background:#ddd; }
		.board-list td.date { padding:5px 0 10px 5px; font-size:14px; color:#888; }	

		.board-list.edu-list tr { padding:10px 0;}
		.board-list.edu-list tr > td { margin:0 0 5px; padding:0; display:block; width:100% !important; text-align:left; font-size:14px; }
		.board-list.edu-list tr > td:first-child {display:none; }
		.board-list.edu-list td label { position:relative; width:62px; padding-right:10px; margin-right:10px; display:inline-block; font-size:14px; font-weight:500; color:#121212; }
		.board-list.edu-list td label:before { content:""; position:absolute; right:0; top:4px; width:1px; height:12px; background:#dadada; }

		.btn-search, .whois-button-submit, .btn-sub, .btn-default { padding:0 25px; line-height:36px; }
		.baord_top_wrap .board_top_box > div:first-child { display:none; width:80px; }  
		.baord_top_wrap .board_top_box > div:first-child img { width:60px; }

		.baord_top_wrap .board_top_box { margin-bottom:20px; padding:20px; }

		.btn_down { padding:5px 10px;font-size:14px; }

		/*카테고리*/
		.bo_cate { margin-bottom:10px; }
		.bo_cate > ul > li { margin:0 0 1%; width:49%; padding:5px; font-size:14px; }
	}


/* 로그인/회원가입 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.material-form{margin:0 auto; background:#fff; font-size: 16px;}
.material-form .header{padding:50px 10px; background:#6498fe; font-size:16px; color:#fff;}
.material-form .header h3{font-size:30px;}
.material-form .header p,
.material-form .header span{margin-top:15px; font-size:16px; color:#fff;}

.material-form .sub-header h4{font-weight:500;	height:34px; line-height:34px; font-size:16px;}
.material-form .sub-content .form-group:last-child{margin:0;}

.material-form .input-group{position:relative; border:0;}
.material-form .input-group .input-group-addon{padding-right:6px; padding-left:6px; background:#fff; border:0;}

.material-form .form-control,
input[type='text'].whois,
input[type='password'].whois,
select.whois{border:1px solid #ccc; transition:0.3s all ease; font-family:"Noto Sans KR";}

/*.material-form .btn:first-child,*/
.material-form .input-group .form-control:first-child,
.material-form .input-group .form-control.first,
.material-form .input-group .th + .form-control,
.th + input[type='text'].whois,
.th + input[type='password'].whois,
.th + select.whois{border-bottom-left-radius:4px; border-top-left-radius:4px;}

/*.material-form .btn:last-child,*/
.material-form .input-group .form-control:last-child,
.material-form .input-group .form-control.last,
.material-form .input-group .input-group-btn:last-child,
.material-form .input-group .input-group-btn:last-child button,
.material-form .input-group .input-group-btn:last-child .btn{border-bottom-right-radius:4px; border-top-right-radius:4px;}

.material-form .form-group{margin-bottom:15px; overflow:visible;}

.material-form .form-group.success .form-control{color:#5cb85c;}
.material-form .form-group.failed .form-control{color:#d9534f;}
.material-form .form-control[readonly]{background:#fff;}
/*.material-form .btn {height:38px;}*/
.material-form .btn-default{-webkit-transition:all .3s ease-out; -moz-transition:all .3s ease-out; transition:all .3s ease-out;}

.material-form .input-group input,
.material-form .input-group select,
input[type='text'].whois,
input[type='password'].whois,
select.whois{z-index:10;}

.input-group label.th{z-index:9; display:none; position:absolute; top:50%; left:10px; margin-top:-10px; height:20px; color:#ccc;}

.input-group label.th.ie9{z-index:11; display:block;}
.material-form .desc{padding:10px 0;}

.chkbox{display:inline-block; margin:0; padding:0;}
.chk-block,
.chk-block span{display:block; text-align:center; width:100%;}
.chkbox input[type='radio'],
.chkbox input[type='checkbox']{display:none;}
.chkbox input[type='radio']~.rbtn{padding: 6px 12px; line-height:27px; border:1px solid #ccc; border-radius:3px; cursor:pointer;}
.chkbox input[type='radio']:checked~.rbtn{background:#ccc; color:#fff;}
.chkbox input[type='radio']~.box,
.chkbox input[type='checkbox']~.box{display:block; color:#bbb; cursor:pointer; transition:0.5s all ease;}
.chkbox input[type='radio']~.box:before,
.chkbox input[type='checkbox']~.box:before{display:inline-block; margin-right:5px; padding:2px;	font-family:'Glyphicons Halflings'; font-size:18px; font-weight:normal; line-height:1; text-align:center; transition:0.4s all ease; vertical-align:middle; color:#cfcfcf;}
.chkbox input[type='radio']~.box:before{content:"\e165";}
.chkbox input[type='checkbox']~.box:before{content:"\e013";}
.chkbox input[type='radio']:checked~.box,
.chkbox input[type='checkbox']:checked~.box{color:#666;}
.chkbox input[type='radio']:checked~.box:before,
.chkbox input[type='checkbox']:checked~.box:before{color:#666;}