@charset "utf-8";
/* CSS Document */

/*board*/ 
.table_wrap{border-top:2px solid #333;border-bottom:1px solid #333;}
.table_wrap .no_con{ padding:150px 0 150px 0; text-align:center; font-weight:600; color:#333;}

.table_wrap .tit{border-bottom:1px solid #646c7c; padding:12px 0; color:#333; background:#f1f1f1;}
.table_wrap .tit strong{ display:block; font-weight:600;}
.board_list .tit strong{border-left:2px dotted #bbbbbb;}
.board_list .tit:first-child strong{ border-left:none}
.board_write .tit{border-top:1px solid #999; border-bottom:none; text-align:left; padding-left:20px; background-color:#f9f9f9;}
.board_write tr:first-child .tit{ border-top:none}
.board_write .tit strong{ border-right:2px dotted #bbbbbb}
.board_view .title{ text-align:left; border-bottom:none; background:#f1f1f1;}
.board_view .title strong{ font-size:14px; color:#333;}
.board_view .tit{ text-align:left;}
.board_view .tit strong{ font-size:13px; color:#333;}

.table_wrap table{width:100%;table-layout:fixed;}
.table_wrap td{ padding:12px 10px; color:#777777; line-height:1.3; border-top:1px solid #dddddd; background:#fff}
.table_wrap tr:first-child td{ border-top:none}

.board_write td{ padding:7px 10px;}
.board_write td.pd{ padding:15px 10px;}
.board_write td span.table_in_txt{ font-size:12px; margin-left:10px;}
.board_write td p{ margin-top:4px;}
.board_write .id_font_st{ color:#0f75bc; font-size:14px; font-weight:600;}
.board_write .smarteditor{ padding:15px 0; border-top:1px solid #999;}

.notice_icon1{display:block; margin:0 auto; width:35px; background:#24569b; color:#fff; border-radius:2px; padding:3px 0; font-size:11px;}
.notice_icon2{display:none; width:17px!important; height:19px; margin:0 auto;background:#0C9CF3; border-radius:2px;}

/*board width:*/
.list_num{width:60px;}
.list_date{width:100px;}
.write_tit{width:140px;}


.board_list td{ text-align:center}
.board_list td.tt{ text-align:left; }
.board_list td.tt p{text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.board_list td.tt a{color:#444;}
.board_list td.tt a:hover{ color:#0774bd;}

.board_list tr:hover td{ background:#f9f9f9}

.board_list .notice td{ background:#fff; color:#333; font-weight:600; border-bottom:1px solid #999}
.board_list .notice td a{ color:#333; font-weight:600}
.board_list .notice:hover td{ background:#eef1f9}

.board_list .reply td{ background:#fcfcfc;}
.board_list .reply td a{}
.board_list .reply:hover td{ background:#f5f5f5}

.board_list .icon_secret{ display:inline-block; *display:inline; zoom:1; vertical-align:middle; margin-left:5px;}

/*icon*/
.board_list .icon{ border-radius:3px; display:inline-block; *display:inline; zoom:1; padding:3px 6px; font-size:82%; vertical-align:middle; border:none;}
.board_list .icon.notice{background:#6b97be;color:#fff}
.board_list .icon.reply{background:#eee; border:1px solid #ccc; color:#444; font-weight:600; margin-right:8px;}
.board_list .icon.del{background:#dc3a32;color:#fff; cursor:pointer}

.board_list tr:hover .icon.reply{ background:#777; border:1px solid #777; color:#fff;}

/*뷰*/
.board_view{width:100%;table-layout:fixed;}
.board_view th,
.board_view td{ padding:10px 0 10px 20px; line-height:20px; font-size:13px; border-bottom:1px solid #ccc;}
.board_view th{ background:#f9f9f9;}
.board_view td a:hover{ color:#0774bd;}
.board_view td .icon_file{ display:inline-block; *display:inline; zoom:1; vertical-align:middle; margin-right:5px;}
.board_view th .icon_arrow{ display:inline-block; *display:inline; zoom:1; vertical-align:middle; margin-right:15px;}
.board_view td.view_con{ padding:40px 15px;}
.board_view td.view_con img{ max-width:820px; width:100%;}
.board_view td .cut_link{ display:block; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}

/*gallery*/
.table_wrap .gallery_area{padding:15px 0; *zoom:1; margin-left:-10px;}
.table_wrap .gallery_area:after{ content:""; display:block; clear:both;}
.table_wrap .gallery_area > li{ float:left; width:33.3%; margin:5px 0;}
.table_wrap .gallery_area > li a{text-decoration:none;}

.table_wrap .gallery_area > li .bor{border:1px solid #ccc; margin-left:10px;}
.table_wrap .gallery_area > li .bor .g_img{width:100%; height:210px;  position:relative;}
.table_wrap .gallery_area > li .bor .g_img .black_on{position:absolute; top:0; left:0; width:100%; height:100%; background:#000; filter:alpha(opacity=0); opacity:0; transition:0.2s;
}
.table_wrap .gallery_area > li .bor:hover .g_img .black_on{filter:alpha(opacity=10); opacity:0.1;}
.table_wrap .gallery_area > li .bor .g_img img{width:100%; height:210px;}
.table_wrap .gallery_area > li .bor .g_tit{font-size:14px; color:#333; border-top:1px solid #ccc; padding:5px 0 5px 5px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.table_wrap .gallery_area > li .bor .g_date{color:#999; border-top:1px solid #ccc; padding:5px 0 5px 5px; position:relative;}
.table_wrap .gallery_area > li .bor .g_date span{position:absolute; right:5px; top:5px;}

/*video*/ 
.table_wrap .video_area{padding:15px 0; *zoom:1; margin-left:-10px;}
.table_wrap .video_area:after{ content:""; display:block; clear:both;}
.table_wrap .video_area > li{ float:left; width:33.3%; margin:5px 0;}
.table_wrap .video_area > li a{text-decoration:none;}

.table_wrap .video_area > li .bor{border:1px solid #ccc; margin-left:10px;}
.table_wrap .video_area > li:hover .bor{border:1px solid #377ea3; transition:0.2s;}
.table_wrap .video_area > li .bor .g_img{width:100%; position:relative; overflow:hidden;}

.table_wrap .video_area > li .bor:hover .g_img .black_on{filter:alpha(opacity=10); opacity:0.1;}
.table_wrap .video_area > li .bor .g_img img{width:100%;}
.table_wrap .video_area > li .bor .g_tit{font-size:14px; color:#333; border-top:1px solid #ccc; padding:5px 0 5px 5px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.table_wrap .video_area > li .bor .g_date{color:#999; border-top:1px solid #ccc; padding:5px 0 5px 5px;}
 
/* online */
.not { line-height:17px; font-family:notokrB; color:#333; font-size:15px; }
.not_red { color:#cc2229; font-family:notokrB; font-size:15px; vertical-align:middle; }
.agree_cont { height:200px; border:1px solid #ccc; background:#f8f8f8; overflow-y:scroll; }
.agree_cont .agree_in_area { padding:20px 10px 20px 20px; }
.agree_c_box { padding:10px 25px; border:1px solid #ccc; background:#f8f8f8; text-align:center; }
.agree_c_box > input { vertical-align:middle; }
.agree_c_box > span { padding-left:8px; font-size:14px; font-family:notokrM; vertical-align:middle; }
 
 
/*faq*/
.table_wrap .faq.board{border-top:1px solid #ccc; }
.table_wrap .faq.board:first-child{ border-top:none}
.table_wrap .faq.board .con, .table_wrap .faq.board .no, .table_wrap .faq.board .icon{display:inline-block; *display:inline; zoom:1; vertical-align:top} 
.table_wrap .faq.board .con{ width:86%}
.table_wrap .faq.board .no{width:8%; text-align:center; font-family:Georgia, "Times New Roman", Times, serif; font-size:120%; color:#bbbbbb; letter-spacing:-1px; font-weight:normal}
.table_wrap .faq.board .icon{width:3.5%; margin-right:2.5%; text-align:center; font-family:Georgia, "Times New Roman", Times, serif; font-size:130%; border-radius:5px; font-weight:normal; line-height:1.2; padding:1px 0 3px 0}
.table_wrap .faq.board .faq_q{ cursor:pointer; padding:10px 5px; font-weight:600; color:#666; font-size:99%; line-height:1.3}
.table_wrap .faq.board .faq_q:hover,
.table_wrap .faq.board .faq_q.on{ background:#eef7ff;}
.table_wrap .faq.board .faq_q.on .no{ color:#000}
.table_wrap .faq.board .faq_q .icon{ color:#fff; background:#2e81cb;}
.table_wrap .faq.board .faq_q.on .icon{ color:#86edff}
.table_wrap .faq.board .faq_q a:hover, .table_wrap .faq.board .faq_q a:focus{ color:#005eb1; }
.table_wrap .faq.board .faq_a{ height:0; overflow:hidden;}
.table_wrap .faq.board .faq_a.show, .table_wrap .faq.board .faq_a.f_show{height:auto; padding:10px 5px;border-top:2px dashed #dddddd; background:#fcfcfc}
.table_wrap .faq.board .faq_a .con{ color:#333; line-height:1.5}
.table_wrap .faq.board .faq_a .no{color:#005eb1; font-size:150%}
.table_wrap .faq.board .faq_a .icon{ background:#8fc4f2; color:#fff;}


/*paging*/
.board_paging{margin:30px 0 0 0; text-align:center; }
.board_paging button{ border:1px solid #dddddd; background:#fff; width:100%; max-width:30px; height:30px; text-align:center; vertical-align:middle; font-size:81%; font-weight:600; color:#666; *margin:0 2px; cursor:pointer}
.board_paging button.icon{ border:1px solid #ccc; background:#f9f9f9; color:#333; font-family:Georgia, "Times New Roman", Times, serif; font-weight:600; font-size:85%; }
.board_paging button:hover, .board_paging button:focus, .board_paging button.on{ border:1px solid #555; background:#555; color:#fff}
.board_paging button.icon:hover, .board_paging button.icon:focus, .board_paging button.icon.on{ border:1px solid #999; background:#999; color:#fff}

/*searching*/
.board_searching{ margin:30px 0 0 0; overflow:hidden; background:#f9f9f9; border:2px solid #ebebeb; padding:10px 15px}
.board_searching .searching{  float:left; width:80%; }
.board_searching .searching .tt{ color:#999; font-style:italic; font-family:Georgia, "Times New Roman", Times, serif; font-size:110%; vertical-align: bottom; padding-right:5px; font-size:115%; vertical-align:middle; font-style:italic;}
.board_searching .searching .tt em{ font-family:Georgia, "Times New Roman", Times, serif;font-size:170%; font-style:normal; color:#1b6ca1;  font-family:Georgia, "Times New Roman", Times, serif;font-size:180%; font-style:normal; color:#1b6ca1; vertical-align:bottom; font-style:italic;}
.board_searching .searching input.input_st1{width:100%; max-width:160px; padding:5px 10px;}
.board_searching .searching select.input_st1{width:100%; max-width:90px; padding:4px 10px;}
.board_searching .board_btn{ float:right; width:14%; text-align:right; margin:0 0 0 0; *margin:0; font-size:83%}

/*faq searching*/
.faq_searching{ margin:0 0 20px 0; overflow:hidden; background:#f9f9f9; border:1px solid #ebebeb; padding:10px 40px}
.faq_searching .searching{}
.faq_searching .searching .tt{ color:#999; font-style:italic; font-family:Georgia, "Times New Roman", Times, serif; font-size:110%; vertical-align: bottom; padding-right:5px}
.faq_searching .searching .tt em{ font-family:Georgia, "Times New Roman", Times, serif;font-size:170%; font-style:normal; color:#014099}
.faq_searching .searching input.input_st1{ width:160px; padding:5px 10px;}
.faq_searching .searching select.input_st1{ width:90px; padding:4px 10px;}

/*faq*/
.table_wrap .faq.board{border-top:1px solid #ccc; }
.table_wrap .faq.board:first-child{ border-top:none}
.table_wrap .faq.board .con, .table_wrap .faq.board .no, .table_wrap .faq.board .icon{display:inline-block; *display:inline; zoom:1; vertical-align:top} 
.table_wrap .faq.board .con{ width:86%}
.table_wrap .faq.board .no{width:8%; text-align:center; font-family:Georgia, "Times New Roman", Times, serif; font-size:120%; color:#bbbbbb; letter-spacing:-1px; font-weight:normal}
.table_wrap .faq.board .icon{width:3.5%; margin-right:2.5%; text-align:center; font-family:Georgia, "Times New Roman", Times, serif; font-size:130%; border-radius:5px; font-weight:normal; line-height:1.2; padding:1px 0 3px 0}
.table_wrap .faq.board .faq_q{ cursor:pointer; padding:10px 5px; font-weight:600; color:#666; font-size:99%; line-height:1.3}
.table_wrap .faq.board .faq_q:hover,
.table_wrap .faq.board .faq_q.on{ background:#eef7ff;}
.table_wrap .faq.board .faq_q.on .no{ color:#000}
.table_wrap .faq.board .faq_q .icon{ color:#fff; background:#2e81cb;}
.table_wrap .faq.board .faq_q.on .icon{ color:#86edff}
.table_wrap .faq.board .faq_q a:hover, .table_wrap .faq.board .faq_q a:focus{ color:#005eb1; }
.table_wrap .faq.board .faq_a{ height:0; overflow:hidden;}
.table_wrap .faq.board .faq_a.show, .table_wrap .faq.board .faq_a.f_show{height:auto; padding:10px 5px;border-top:2px dashed #dddddd; background:#fcfcfc}
.table_wrap .faq.board .faq_a .con{ color:#333; line-height:1.5}
.table_wrap .faq.board .faq_a .no{color:#005eb1; font-size:150%}
.table_wrap .faq.board .faq_a .icon{ background:#8fc4f2; color:#fff;}

/*btn*/
.btn_area{ margin:30px 0 0 0;}
.btn_area.left{ overflow:hidden;}
.btn_area.left > div{ float:left; width:50%}
.btn_area.center{text-align:center;}

.btn_area2{ margin:20px 0 0 0;}
.btn_area2.center{text-align:center;}
.btn_area2.right{text-align:right;}

.btn_inc{ border:0; border-radius:2px;  padding:6px 10px; text-align:center; vertical-align:middle; cursor:pointer; filter:alpha(opacity=100);opacity:1; font-weight:600; *margin:0 2px; width:auto; min-width:70px; }
.btn_inc:hover, .btn_inc:focus{ filter:alpha(opacity=80);opacity:0.8;}
.btn_inc.search{ background:#444;color:#fff; }
.btn_inc.write{ background:#24569b;color:#fff;}
.btn_inc.etc{ background:#888888;color:#fff;}
.btn_inc.del{ border:1px solid #ccc; background:#f0f0f0;}
.btn_inc.del:hover{ border:1px solid #555; background:#555; color:#fff;}
.btn_inc.modify{ border:1px solid #666; background:#777; color:#fff;}
.btn_inc.modify:hover{ border:1px solid #222; background:#222;}
.btn_inc.apply{ border:1px solid #b6caee; background:#eaf1fe;}
.btn_inc.apply:hover{ border:1px solid #3265c2; background:#3265c2; color:#fff;}
.btn_inc.big{ width:130px; padding:14px 20px; margin:0 2px; *margin:0 3px; border-radius:0;}
.btn_inc.btn_size{ padding:7px 0 9px 0; *padding:6px 8px; width:70px;}
.btn_inc.btn_size2{ width:110px; padding:10px 0;}
.btn_inc.small{ padding:4px 0 4px 0; *padding:4px 5px; width:75px; min-width:75px;}
.btn_inc.board_btn_size{ padding:11px 0 12px 0; *padding:9px 8px; width:85px;}

/**/
.input_st1{ border:1px solid #ccc; font-weight:600; vertical-align:middle; background:#fff; font-size:13px;}
.input_st1:hover, .input_st1:focus{ background:#f9f9f9; border:1px solid #aaa; color:#333;}
input.input_st1{ padding:8px 5px; color:#333;}
select.input_st1{padding:7px 5px; color:#333;}
textarea.input_st1{padding:2%; color:#333;}
input[type=radio].input_st1, input[type=checkbox].input_st1{ border:none; padding:0;}
input[type=file].input_file{ height:28px;}

.label_wrap{display:inline-block; *display:inline; zoom:1; overflow:hidden;line-height:1;line-height:20px\9; *line-height:1.5; margin-top:8px}
.label_wrap:first-child{ margin-top:0}
.label_wrap.sec2{ width:49%}
.label_wrap.sec3{ width:32%}
.label_wrap.sec4{ width:23%}
.label_wrap.sec5{ width:10%}
.label_wrap input{ float:left; }
.label_wrap label{ float:left; margin-left:5px; cursor:pointer; font-size:11px; }
.label_wrap label.check, .label_wrap label.f_check, .label_wrap label:hover{ color:#009ee8;}


/*sub4*/
.searching_dv{width:100%; padding:20px 2%; border:1px solid #ccc; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; background:#f9f9f9; text-align:left;}
.searching_dv .searching_select{padding:8px 5px; border:1px solid #ccc; color:#333; font-size:14px; min-width:80px;}
.searching_dv .searching_input{padding:9px 11px; border:1px solid #ccc; color:#333; font-size:14px; min-width:200px;}
.searching_dv .searching_btn{padding:9px 20px; color:#fff; background:#444; border:1px solid #444; text-align:center; font-size:14px; font-weight:600; border-radius:3px; cursor:pointer; transition:0.3s;}
.searching_dv .searching_btn:hover{opacity:0.8;}
.searching_br{display:none;}
.searching_ment p{font-size:1.15em; color:#333; padding:30px 0 10px 40px; background:url(../images/board/searching_icon.png) no-repeat left 27px; border-bottom:1px solid #bbb;}
.searching_ment p .st1{font-weight:600;  font-size:1.14em; color:#F00;}
.searching_ment p .st2{font-weight:600;  font-size:1.14em; color:#333;}

.searching_ment2 p{padding:4px 0 10px 40px; background:url(../images/board/searching_icon.png) no-repeat left 0px;}

.searching_notice_list ul li{ border-top:1px dotted #666; margin:0 30px; padding:20px 0;}
.searching_notice_list ul li:first-child{border-top:0;}
.searching_notice_list ul li p{color:#555; position:relative; padding-right:110px; font-size:1.3em; padding-left:10px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.searching_notice_list ul li p:hover{color:#999;}
.searching_notice_list ul li p::before{content:''; display:inline-block; *display:inline; zoom:1; position:absolute; left:0; top:7px; width:4px; height:4px; background:#24569b;}
.searching_notice_list ul li p span{position:absolute; right:0; top:0; color:#999;}

/*searching*/
.searching_morebtn > button{ background:none; font-size:1.38em; text-align:center; padding:20px 0; border:0; border-top:1px  solid #999; border-bottom:1px solid #999; width:100%; cursor:pointer; color:#222; font-weight:600;}
.searching_morebtn > button:hover{background:#555; color:#fff; transition:0.3s;}

@media all and (max-width:1023px){
	.table_wrap table th{font-size:10px;}
	.table_wrap table td{font-size:10px;}
	.table_wrap table td p a {font-size:10px;}
	.board_paging button{max-width:25px;}
	
	.sec5.label_wrap{width:15%;}
	.board_btn_size.btn_inc{width:79px; padding:6px 0;}
	.left.btn_area .fr{width:20%;}
	.left.btn_area .board_btn{width:75%;}
	
}

@media all and (max-width:765px){
	.list_num{width:40px;}
	.list_date{width:60px;}
	.write_tit{width:80px;}
	
	.table_wrap td{padding:9px 2px;}
	.table_wrap td:first-child td{text-align:center;}
	.btn_inc{min-width:51px; font-size:10px;}
	.board_searching .searching .tt{display:none;}
	
	.board_searching .searching select.input_st1{max-width:70px;min-width:60px; padding:4px 10px; font-size:10px;}
	.board_searching .searching input.input_st1{max-width:100px; padding:5px 10px; font-size:10px;}
	
	.big.btn_inc{width:90px; padding:9px 10px;}
	.board_view th, .board_view td{padding:10px 0 10px 4px; font-size:10px; }
	.board_view .tit{text-align:center;}
	.board_view .tit strong{font-size:10px;}
	.board_view .title strong{font-size:12px;}
	.board_view th .icon_arrow{display:none;}
	.board_view td.view_con p{font-size:10px;}
	
	.dis_none{display:none;}
	
	.table_wrap .gallery_area > li{width:50%;}
	
	.searching_dv{text-align:center;}
	.searching_dv .searching_select{padding:8px 5px; min-width:65px; font-size:11px;}
	.searching_dv .searching_input{padding:9px 6px; min-width:100px; font-size:11px;}
	.searching_dv .searching_btn{padding:9px 0px; font-size:11px; margin-top:5px; width:258px; box-sizing:border-box;}
	.searching_br{display:block;}
	
	.searching_notice_list ul li{margin:0; padding:10px 0;}
	.searching_notice_list ul li p{padding-right:69px;}
}


@media all and (max-width:550px){
 
.notice_icon1{display:none;}
.notice_icon2{display:block;}
.board_searching .searching{width:85%;}
.board_searching .searching select.input_st1{max-width:50px; padding:4px 3px; font-size:10px;}
.board_searching .searching input.input_st1{max-width:60px; padding:5px 10px 4px; font-size:10px;}

.board_write .tit{padding-left:8px;}
.sec5.label_wrap{width:30%;}
.board_view th, .board_view td{padding:10px 0 10px 0}

.left.btn_area .fr{width:10%; margin-top:10px; float:left!important;}
.left.btn_area .board_btn{width:100%;}
.btn_inc.board_btn_size{width:60px;}

.board_paging button{max-width:18px; height:20px;}

.table_wrap .gallery_area > li{width:90%; margin:0 5%; margin-bottom:20px;}
	
}
