@charset "utf-8";
/* CSS Document */

/* 게시판 리스트 */
.board_list_wrap {position:relative;margin:30px auto;width:100%;}
.board_list_wrap li.board_list {position:relative;height:auto;padding:10px 10px;border-bottom:1px solid #c1c1c1}
.board_list_wrap li.board_list .subject {display:block;font-size:15px;color:#222;font-weight:bold}
.board_list_wrap li.board_list .etc {display:block;padding:5px 0 0}
.board_list_wrap li.board_list .etc_info {display:inline-block;margin-right:6px;font-size:11px;font-family:Tahoma;color:#666;}
.board_list_wrap li.board_list .etc_info i {font-size:12px;color:#666;margin-right:3px}
.board_list_wrap li.board_list .etc_info.date {margin-right:0}
.board_list_wrap li.board_list .chk_box {position:absolute;top:14px;left:20px;z-index:3}

.board_list_wrap li.board_list .qa_area {position:relative;min-height:60px} 
.board_list_wrap li.board_list .qa_area .chk {position:absolute;top:0px;left:0px;z-index:5}
.board_list_wrap li.board_list .qa_area .chk input {display:inline-block;width:13px;height:13px}
.board_list_wrap li.board_list .qa_area a {display:block}
.board_list_wrap li.board_list .qa_area .answer {position:absolute;top:0px;left:0px;width:60px;height:60px;background-color:#a7290a;font-size:16px;font-weight:bold;text-align:center;color:#fff;line-height:58px;border-radius:50%;-webkit-border-radius:50%;}
.board_list_wrap li.board_list .qa_area .answer_ing {position:absolute;top:0px;left:0px;width:60px;height:52px;padding-top:8px;background-color:#b7b7b7;font-size:16px;font-weight:bold;text-align:center;color:#fff;border-radius:50%;-webkit-border-radius:50%;}
.board_list_wrap li.board_list .qa_area .qa_content {padding-top:5px;padding-left:70px;}
.board_list_wrap li.board_list .qa_area .qa_content .top {font-size:12px;color:#666}
.board_list_wrap li.board_list .qa_area .qa_content .top span {display:inline-block;margin-right:5px}
.board_list_wrap li.board_list .qa_area .qa_content .subject {margin-top:3px;font-size:14px;color:#222;font-weight:bold}

.board_list_wrap li.board_list2 {position:relative;height:auto;padding:10px;border-bottom:1px solid #ccc}
.board_list_wrap li.board_list2 .name {display:block;float:left;width:90px;text-decoration:none;font-size:14px;font-weight:bold;color:#3e3f3f;}
.board_list_wrap li.board_list2 .action_con {display:block;float:left;width:84%;font-size:14px;color:#777}

.board_list_wrap2 {position:relative;margin:10px auto;width:100%;}
.board_list_wrap2 li.board_list {position:relative;height:auto;padding:10px 10px;border-bottom:1px solid #c1c1c1}
.board_list_wrap2 li.board_list .subject {display:block;font-size:16px;color:#222;font-weight:bold}
.board_list_wrap2 li.board_list .etc {display:block;padding:5px 0 0}
.board_list_wrap2 li.board_list .etc_info {display:inline-block;margin-right:6px;font-size:11px;font-family:Tahoma;color:#999;}
.board_list_wrap2 li.board_list .etc_info i {font-size:12px;color:#999;margin-right:3px}
.board_list_wrap2 li.board_list .etc_info.date {margin-right:0}
.board_list_wrap2 li.board_list .chk_box {position:absolute;top:14px;left:20px;z-index:3}
.board_list_wrap2 li.board_list .qa_area {position:relative;min-height:60px} 
.board_list_wrap2 li.board_list .qa_area .chk {position:absolute;top:0px;left:0px;z-index:10}
.board_list_wrap2 li.board_list .qa_area .chk input {display:inline-block;width:13px;height:13px}
.board_list_wrap2 li.board_list .qa_area a {display:block}
.board_list_wrap2 li.board_list .qa_area .answer {position:absolute;top:0px;left:0px;width:60px;height:60px;background-color:#212121;font-size:16px;font-weight:bold;text-align:center;color:#fff;line-height:58px;border-radius:50%;-webkit-border-radius:50%;z-index:1}
.board_list_wrap2 li.board_list .qa_area .answer_ing {position:absolute;top:0px;left:0px;width:60px;height:52px;padding-top:8px;background-color:#b7b7b7;font-size:16px;font-weight:bold;text-align:center;color:#fff;border-radius:50%;-webkit-border-radius:50%;z-index:1}
.board_list_wrap2 li.board_list .qa_area .qa_content {padding-top:5px;padding-left:70px;}
.board_list_wrap2 li.board_list .qa_area .qa_content .top {font-size:12px;color:#666}
.board_list_wrap2 li.board_list .qa_area .qa_content .top span {display:inline-block;margin-right:5px}
.board_list_wrap2 li.board_list .qa_area .qa_content .subject {margin-top:3px;font-size:14px;color:#222;font-weight:bold}
.board_list_wrap2 li.board_list2 {position:relative;height:auto;padding:10px;border-bottom:1px solid #ccc}
.board_list_wrap2 li.board_list2 .name {display:block;float:left;width:90px;text-decoration:none;font-size:14px;font-weight:bold;color:#3e3f3f;}
.board_list_wrap2 li.board_list2 .action_con {display:block;float:left;width:84%;font-size:14px;color:#777}

.board_faq_wrap {position:relative;margin:20px auto;width:100%;border-top:2px solid #555;border-bottom: 2px solid #555;}
.board_faq_wrap li {position:relative}
.board_faq_wrap li .dot {position:absolute;top:4px;right:4px;font-size:20px;color:#999;transition:all 0.3s linear}
.board_faq_wrap li .faq_list_tit {position:relative;height:auto;padding:10px 10px;border-bottom:1px solid #c1c1c1}
.board_faq_wrap li .faq_list_tit .faq_ca {width:100%}
.board_faq_wrap li .faq_list_tit .faq_ca .faq_ca_tit {display:block;color:#666;font-size:12px;line-height:12px;}
.board_faq_wrap li .faq_list_tit .faq_subject {width:100%;margin-top:10px}
.board_faq_wrap li .faq_list_tit .faq_subject .faq_ca_tit {display:block;padding:0 0 0 18px;color:#222;font-size:15px;line-height:16px;background:url(../imgs/board/faq_tit_bg.gif) no-repeat 0 0px;font-weight:normal;cursor:pointer}
.board_faq_wrap li .faq_con {display:none;padding:4px 17px 28px 29px;font-size:13px;color:#666;border-bottom:1px solid #c1c1c1}
.board_faq_wrap li:last-child .faq_list_tit {border-bottom:0}
.board_faq_wrap li:last-child .faq_con {border-top:0}
.board_faq_wrap li.on .faq_list_tit {border-bottom:0}
.board_faq_wrap li.on .dot {transform:rotate(180deg)}

@media screen and (max-width:900px){
    .board_faq_wrap li .faq_list_tit {padding-right:20px} 
}

@media (min-width:320px) and (max-width:639px){
		
	.board_list_wrap li.board_list2 .name {width:69px}
	.board_list_wrap li.board_list2 .action_con {width:75%}
}

.board_list_answer {position:absolute;top:26px;right:3%;}
.re_box1 {padding:10px;background:#828282;font-size:14px;color:#fff;text-align:center}
.re_box2 {padding:10px;background:#f3630b;font-size:14px;color:#fff;text-align:center}
.re_box3 {padding:5px;background:#eb4c36;font-size:14px;color:#fff !important;text-align:center;text-decoration:none !important}

.play_control {width:100%;text-align:center}
.play_box {display:inline-block}
.puse_box {display:inline-block}
.stop_box {display:inline-block}

.bgallery_list {width:100%;margin-top:30px}
.bgallery_list li {float:left;width:25%}
.bgallery_list li .gallery_con {margin:0 10px 20px 0}
.bgallery_list li .gallery_con .img img {width:100%;height:152px}
.bgallery_list li .gallery_con .con {margin-top:10px;text-align:center;color:#333}
.bgallery_list li:nth-child(4) .gallery_con {margin-right:0px}
.bgallery_list li:nth-child(8) .gallery_con {margin-right:0px}


@media (max-width:800px){
	.board_list_wrap li.board_list a {width:100%;}
	.board_list_wrap li.board_list .board_list_date {display:block;position:relative;top:0px;right:0px;margin-top:10px}
	
	.bgallery_list li {width:33.33%}
	.bgallery_list li .gallery_con .img img {width:100%;height:171px}
	
	.bgallery_list li:nth-child(odd) .gallery_con {margin-right:5px}
	.bgallery_list li:nth-child(even) .gallery_con {margin-left:5px;margin-right:5px}
	.bgallery_list li:nth-child(3) .gallery_con {margin-left:5px;margin-right:0px}
	.bgallery_list li:nth-child(5) .gallery_con {margin-left:5px;margin-right:5px}
	.bgallery_list li:nth-child(6) .gallery_con {margin-left:5px;margin-right:0px}
	
}

@media (max-width:767px){
	
	.bgallery_list li {width:50%}
	.bgallery_list li .gallery_con .img img {width:100%;height:auto}
	
	.bgallery_list li:nth-child(odd) .gallery_con {margin-right:5px !important}
	.bgallery_list li:nth-child(even) .gallery_con {margin-left:5px !important;margin-right:0px !important}
	.bgallery_list li:nth-child(3) .gallery_con {margin-left:0px;margin-right:0px}
	.bgallery_list li:nth-child(5) .gallery_con {margin-left:0px;margin-right:0px}
	.bgallery_list li:nth-child(6) .gallery_con {margin-left:0px;margin-right:0px}
	
	
}


/*board_view_top*/
.board_view_top {position:relative;height:auto;margin:0 auto;}
.board_view_top .board_view_top_data {padding-bottom:12px;color:#999}
.board_view_top .board_view_top_title {padding:18px 20px;border-bottom:2px solid #dddddd;border-top:3px solid #333;font-size:18px;color:#333;font-weight:bold;line-height:24px}
.board_view_top .board_view_faq_title {padding:18px 20px 18px 50px;background:url(../imgs/board/faq_q_img.png) no-repeat 7px 13px;border-bottom:2px solid #dddddd;border-top:3px solid #1568c5;font-size:18px;color:#333;font-weight:bold;line-height:24px}

.board_view_top .board_view_top_etc {position:relative;height:auto;margin:0 auto;padding:13px 20px;border-bottom:2px solid #dddddd;}
.board_view_top .board_view_top_etc:after {display:block;content:"";clear:both}
.board_view_top .board_view_top_etc .left {float:left;}
.board_view_top .board_view_top_etc .right {float:right}
.board_view_top .board_view_top_etc span {display:inline-block;margin-right:6px;font-size:11px;color:#666;}
.board_view_top .board_view_top_etc span i {font-size:11px;color:#666;margin-right:3px}
.board_view_top .board_view_top_point1 {position:absolute;bottom:20px;right:3%;text-align:right}
.board_view_top .board_view_top_bt {position:absolute;right:3%;bottom:15px;text-align:right}
.board_view_top .board_view_top_bt img {vertical-align:middle}
.board_view_top .board_view_top_day {padding-top:12px;color:#999;width:78%}
.board_view_top_file {width:94%;border-bottom:1px solid #ebebeb;padding:6px 3%;color:#999}
.board_view_top_file a {text-decoration:none;color:#999;padding:5px 0}
.board_view_top_file a:hover {text-decoration:underline}
.board_view_top_file a img {vertical-align:middle}
.board_view_top_file a span {padding-left:5px}
.board_view_info {margin-top:10px;font-size:12px;color:#838383}
.board_view_write {margin-top:10px;font-size:12px;color:#999}
.view_date {position:absolute;top:24px;right:3%;font-size:12pxcolor:#999}
.view_vc_act {position:absolute;top:48px;right:3%}
.view_vc_act li {float:left;margin-right:10px}
.view_vc_act li:last-child {margin-right:0px}

.board_view_sns {float:right;margin:0;padding:0;list-style:none;zoom:1}
.board_view_sns:after {display:block;visibility:hidden;clear:both;content:""}
.board_view_sns li {float:left;margin:0 5px 0 0}

.board_view_mid {position:relative;width:100%;margin:0 auto;height:auto;min-height:250px;padding:15px 0;}
.board_view_mid .board_view_content_2 {height:auto;padding:15px 20px;color:#666;line-height:24px;font-size:14px;clear:right}
.board_view_mid .board_view_content_faq {height:auto;padding:15px 20px 15px 50px;color:#666;background:url(../imgs/board/faq_a_img.png) no-repeat 7px 30px;line-height:24px;font-size:14px;clear:right}
.board_view_an_content {height:auto;min-height:250px;padding:15px 20px;border-top:1px dashed #666}
.board_view_an_content .board_view_an_txt {color:#666;font-size:14px;line-height:24px}

.board_view_news_box {position:relative;width:100%;min-height:60px;height:auto;}
.board_view_news_box .board_bt_box_1 {float:left;width:50%;text-align:left}
.board_view_news_box .board_bt_box_1 li {display:inline-block;}
.board_view_news_box .board_bt_box_2 {float:right;width:50%;text-align:right}
.board_view_news_box .board_bt_box_2 li {display:inline-block;}

.board_view_img {margin:0 0 10px;width:100%;overflow:hidden;zoom:1}
.board_view_img:after {display:block;visibility:hidden;clear:both;content:""}
.board_view_img img {margin-bottom:20px;max-width:100%;height:auto}

@media (max-width:800px){
	
	.board_view_top .board_view_top_point {top:inherit;bottom:3px}	
}



/* 강의 영상 제어 */
.player_wrap {position:relative;width:640px;height:360px}
.player_play {display:block;position:absolute;top:43%;left:50%;margin-left:-39px}
.player_pause {display:block;position:absolute;top:43%;left:50%;margin-left:-39px}

.player_control {position:relative;width:100%;padding:5px 10px 5px;background:url(../imgs/board/player_bg.gif) repeat-x 0 0}
.player_icon {height:16px;background-image:url(../imgs/board/playe_icon_set.png);background-position:0 0;background-repeat:no-repeat;background-color:transparent}

.play_box {display:inline-block;width:16px;background-position:0 0;border:0;cursor:pointer;text-indent:-9999999px}
.pause_box {display:inline-block;width:16px;background-position:-22px 0;border:0;cursor:pointer;text-indent:-9999999px}
.stop_box {display:inline-block;width:16px;background-position:-47px 0;border:0;cursor:pointer;text-indent:-9999999px}
.full_box {position:absolute;top:7px;right:10px;display:inline-block;width:16px;background-position:-76px 0;border:0;cursor:pointer;text-indent:-9999999px}

.mplayer_wrap {position:relative;width:100%;}
.mplayer_play {display:block;position:absolute;bottom:1%;left:50%;margin-left:-39px;margin-bottom:-26px}
.mplayer_pause {display:block;position:absolute;bottom:1%;left:50%;margin-left:-39px;margin-bottom:-26px}

/*게시판쓰기*/
.btl_write_tit_wrap {width:100%;height:32px;margin-top:30px;position:relative;border-top:2px solid #a0a0a0;background:#f8f8f8;border-bottom:1px solid #e8e8e8}
.btl_write_tit_wrap .w_tit {margin-left:22px;padding-top:10px;font-size:12px;color:#5d6e9c;font-weight:bold}
.btl_write_tit_wrap .w_date {position:absolute;top:10px;right:20px;color:#9a9a9a;font-size:11px}
.tbl_write_type1 {width:100%;border-collapse:collapse;border-bottom:1px solid #949799;vertical-align:middle}
.tbl_write_type1 .tbl_pdb {padding-bottom:10px}
.tbl_write_type1 th {color:#565656;font-weight:bold;height:12px;vertical-align:middle;padding-left:22px;text-align:left;font-size:14px}
.tbl_write_type1 td {height:12px;padding:10px;vertical-align:middle;font-size:14px}

.page_list {width:100%;border-top:#808080 solid 1px;border-bottom:#808080 solid 1px;margin-top:10px;margin-bottom:25px}
.page_list li {display:table;width:100%;border-bottom:#cccccc solid 1px;padding:10px 20px 10px;text-align:left;box-sizing:border-box;-webkit-box-sizing:border-box;}
.page_list li:after {display:block;content:"";clear:both}
.page_list .page_arrow {display:table-cell;width:10%;color:#666;font-size:12px}
.page_list .page_arrow i {margin-right:3px;font-size:12px;color:#666}
.page_list .page_title {display:table-cell;width:75%;color:#666;font-size:12px;overflow:hidden;white-space:nowrap;word-break:break-all; white-space:nowrap;text-overflow:ellipsis;}
.page_list .page_date {display:table-cell;width:15%;color:#999999;text-align:right;font-size:12px}

@media (max-width:639px){
	.page_list .page_arrow {width:20%;}	
	.page_list .page_title {width:59%;}
	.page_list .page_date {width:21%;}
}


/*paging*/
.paging {width:100%;text-align:center;margin:30px 0 0 0;height:25px}
.paging li {display:inline;line-height:25px;}
.paging li a {display:inline-block;width:25px;height:25px;text-decoration:none;color:#777777;vertical-align:middle}
.paging li.btn_t a {width:55px;height:25px;margin-top:-1px;vertical-align:top}
.paging li a:hover {color:#d3181e}
.paging li a.now {font-weight:bold;color:#d3181e;text-decoration:underline}
.paging li a.end {background:none}
.paging li.number_bt {width:25px;height:25px}
.paging li.number_bt a {width:25px;height:25px;}
.paging li.btn {width:25px;height:25px}
.paging li.btn a {background:none;padding:0;width:25px;height:25px}
.paging li.btn a img {vertical-align:middle}
.paging li.btn a.lbt{margin-right:5px}
.paging li.btn a.rbt{margin-left:5px}
.paging li#p_btn_lbt_0 a {background:url(../imgs/board/btn_ff.gif) 0 0 no-repeat}
.paging li#p_btn_lbt_1 a {background:url(../imgs/board/btn_f.gif) 0 0 no-repeat}
.paging li#p_btn_rbt_0 a {background:url(../imgs/board/btn_b.gif) 0 0 no-repeat}
.paging li#p_btn_rbt_1 a {background:url(../imgs/board/btn_bb.gif) 0 0 no-repeat;}

/* table type */
.tbl_type1 {table-layout:fixed;width:100%;max-width:100%;border-collapse:collapse;}
.tbl_type1 thead th {height:42px;background:#f7f7f7;border-top:1px solid #555;border:1px solid #d3d3d5;font-weight:bold;text-align:center;font-size:13px;color:#474746;font-size:13px}
.tbl_type1 td {position:relative;padding:12px 10px;border:1px solid #d3d3d5;text-align:left;font-size:12px}
.tbl_type1 tbody th {font-size:13px;background:#f7f7f7;color:#474746;font-weight:bold;text-align:left;border:1px solid #d3d3d5;padding:10px 10px}
.tbl_type1 .bg1 {background:#f7f7f7}
.br_left_none {border-left:none !important}
.br_right_none {border-right:none !important}
.br_bm_none {border-bottom:none !important}
.tbl_con {position:relative;width:100%}
.tbl_con .btn {display:block;position:absolute;top:0px;right:0px}
ul.tb_list_type1 {position:relative;width:100%;margin:0 auto}
ul.tb_list_type1 li {float:left;margin-right:5px;position:relative}
ul.tb_list_type1 li.mr_none {margin-right:0px}
ul.tb_list_type1 li .img {width:50px;height:50px}
.tbl_basic1 textarea {width:98%;height:200px;padding:2px 2px 3px}

.tbl_type2 {width:100%;border-collapse:collapse;border:1px solid #cfcfcf;margin-top:8px}
.tbl_type2 th {background:#f9f9f9;color:#000;text-align:center;font-weight:bold;border:1px solid #e1e1e1;border-top:1px solid #000;padding:5px 0;font-size:14px;}
.tbl_type2 td {height:50px;background:#fff;border:1px solid #e1e1e1;text-align:left;font-weight:bold;padding:5px;font-size:11px;vertical-align:top}
.tbl_type2 td a {display:block;color:#777}
.dbg {background:#fafafa !important}
.sbg {background:#fff !important}
.tbl_type2 a {color:#000}
.esitme_con {font-size:11px;color:#777}
.esitme_con .tit {font-size:12px;color:#424242}

/*게시판리스트*/
.tbl_list_type1 {table-layout:fixed;width:100%;border-collapse:collapse;border-top:2px solid #333;border-bottom:1px solid #555;margin-top:51px;vertical-align:middle}
.tbl_list_type1 th {background:#fafafa;color:#222;font-size:14px;font-weight:bold;border-bottom:1px solid #333;height:35px;vertical-align:middle}
.tbl_list_type1 tbody th {padding:5px;border-bottom:1px solid #c1c1c1;color:#222;font-size:14px;font-weight:bold;vertical-align:middle}

.tbl_list_type1 th a {color:#777}
.tbl_list_type1 td {border-bottom:1px solid #c1c1c1;height:42px;padding:5px;font-size:13px;color:#333;text-align:center;vertical-align:middle}
.tbl_list_type1 td.num {color:#777777;text-align:center;font-size:11px}
.tbl_list_type1 td.d_mall {color:#777777;text-align:center;font-size:11px}
.tbl_list_type1 td.subject {color:#565656;text-align:left;padding-left:5px;font-weight:bold}
.tbl_list_type1 td.qa_subject {color:#777;text-align:left;padding-left:5px}
.tbl_list_type1 td.d_subject {color:#565656;text-align:left;padding-left:5px}
.tbl_list_type1 td.d_name {color:#777777;text-align:center;padding-left:5px}
.tbl_list_type1 td.date {color:#ababab;text-align:center;font-size:11px}
.tbl_list_type1 td.hit {color:#ababab;text-align:center;font-size:11px}
.tbl_list_type1 td.bt_none {border-bottom:none}
.tbl_list_type1 td .re {display:block;padding:0 0 0 15px;background:url(../imgs/board/comment_icon.png) no-repeat 0 3px}
.btop_none {border-top:none !important}
.bt_none {border-bottom:none !important}
.tbl_list_type1 td.d_subject a, .tbl_list_type1 td.subject a,
.tbl_list_type1 td.d_subject a:hover, .tbl_list_type1 td.subject a:hover,
.tbl_list_type1 td.d_subject a:active, .tbl_list_type1 td.subject a:active,
.tbl_list_type1 td.d_subject a:visited, .tbl_list_type1 td.subject a:visited, .tbl_list_type1 td a {color:#333}
.answer {display:inline-block;width:75px;height:25px;background-color:#a7290a;font-size:14px;font-weight:bold;text-align:center;line-height:23px;color:#fff}
.answer_ing {display:inline-block;width:75px;height:25px;background-color:#d0d0d0;font-size:14px;font-weight:bold;text-align:center;line-height:23px;color:#4e4e4e}

.write_tbl {width:100%;table-layout:fixed;border-collapse:collapse}
.write_tbl th {height:47px;text-align:left;font-weight:normal}
.write_tbl td {height:47px;padding-left:14px;font-size:14px;color:#181b3e}
.write_tbl td .gray_txt {color:#666}
.write_tbl th .tbl_tit, .write_tbl td .tbl_tit {display:inline-block;width:100%;border-bottom:1px solid #666;font-size:14px;color:#666}
.write_tbl th .tbl_tit i, .write_tbl td .tbl_tit i {margin-right:3px;}

.order_total {padding:22px;border-top:1px solid #d3d3d5;border-bottom:1px solid #515151;margin:0 0 15px 0;background:#f3f3f3;line-height:24px;vertical-align:middle}
.order_total .left {float:left;width:50%}
.order_total .right {float:right;width:50%;text-align:right;font-size:13px}

.agree {height:121px;background:#f4f4f4;border:1px solid #dddddd;padding:20px 20px 20px 20px;margin-top:10px;overflow-y:auto;scroll-y:auto;scroll-x:hidden}

.bo_list_total {display:block;float:left;width:50%}
.bo_list_total2 {display:block;float:left;width:30%;text-align:right}
.search {display: block;float:left;width:50%;text-align:right !important}
.search ul {width:100%}
.search ul li {float:left;margin-left:-1px}
.search ul li.w30 {width:30%}
.search ul li.w50 {width:56%}
.search ul li.w20 {width:14%}
.search ul li.fst input, .search ul li.fst select, .search ul li.fst .selectbox, .search ul li.fst button, .search ul li.fst .selectbox4 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.search ul li.last input, .search ul li.last select, .search ul li.last .selectbox, .search ul li.last button, .search ul li.last .selectbox4 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.search ul li.mid input, .search ul li.mid select, .search ul li.mid .selectbox, .search ul li.mid button {
    border-radius: 0 !important;
}


@media (max-width:800px){
	.sub_img {width:100%}
	.bo_list_total2 {width:100%;text-align:center}
	.bo_list_total {width:100%;text-align:center}
	.search {width:100%;margin-top:10px}
}

@media (min-width:320px) and (max-width:399px){
	.search ul li.w30 {width:30%}
	.search ul li.w50 {width:50%}
	.search ul li.w20 {width:20%}	
}


.search2 {display: block;float:left;width:50%;text-align:right !important}
.search2 ul {width:100%}
.search2 ul li {float:left;margin-left:-1px}
.search2 ul li.w30 {width:20%}
.search2 ul li.w50 {width:50%}
.search2 ul li.w20 {width:10%}
.search2 ul li.w_ca {width:20%}

@media (min-width:661px) and (max-width:768px){
	.search2  {width:100%}
	.search2 ul li.w30 {width:20%}
	.search2 ul li.w50 {width:51%}
	.search2 ul li.w20 {width:10%}
	.search2 ul li.w_ca {width:18%}	
}



@media (min-width:320px) and (max-width:660px){
	.search2  {width:100%}
	.search2 ul li.w30 {width:20%}
	.search2 ul li.w50 {width:36%}
	.search2 ul li.w20 {width:25%}
	.search2 ul li.w_ca {width:18%}	
}



/* 게시판 목록 공통 */
.bo_fx {margin-top:20px;margin-bottom:5px;zoom:1}
.bo_fx:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx ul {margin:0;padding:0;list-style:none}
#bo_list_total {float:left;padding-top:5px}
.btn_bo_user {float:right;margin:0;padding:0;list-style:none}
.btn_bo_user li {float:left;margin-left:5px}
.btn_bo_adm {float:left}
.btn_bo_adm li {float:left;margin-right:5px}
.btn_bo_adm input {display:inline-block;position:relative;border:1px solid #8f8e93;padding:7px 10px 5px;color:#fb4b13 !important;background:#fff;font-weight:bold;vertical-align:middle;cursor:pointer;}

#bo_v_ans {position:relative;margin-bottom:30px;padding-bottom:20px;border-top:1px dashed #808080;border-bottom:1px solid #808080}
#bo_v_ans .bo_v_ans_tit {position:relative;padding:16px 20px 0px 20px;}
#bo_v_ans h2 {font-size:18px;color:#333;font-weight:bold;line-height:18px;}
#bo_v_ans .ans_btn {position:absolute;top:10px;right:0px}
#bo_v_ans .date {margin-top:5px;font-size:12px;color:#838383;}
#bo_v_ans #ans_con {padding:20px 0 20px 20px;font-size:13px;color:#666}
#bo_v_ans #ans_add {text-align:right}

.tbl_prdc_info {width:100%;border-collapse:collapse;margin-top:10px}
.tbl_prdc_info th {height:25px;text-align:left;padding-left:15px;color:#000;font-weight:bold;border:1px solid #d3d3d3;background:#f7f7f7;border-top:none;border-left:none;}
.tbl_prdc_info td {height:25px;text-align:left;padding-left:15px;color:#000;border:1px solid #d3d3d3;border-top:none;border-left:none;}
.tbl_prdc_info .br_none {border-right:none}
.tbl_prdc_info td.tb_num {text-align:center}
.tbl_prdc_info td.tb_subject {text-align:left;padding-left:5px}
.tbl_prdc_info td.tb_name {text-align:center}
.tbl_prdc_info td.tb_date {text-align:center}
.tbl_prdc_info td.tb_sat {text-align:center}

.tbl_prdc_info1 {width:100%;border-collapse:collapse;margin-top:10px}
.tbl_prdc_info1 th {height:25px;text-align:center;color:#000;font-weight:bold;border:1px solid #d3d3d3;background:#f7f7f7;border-top:none;border-left:none;}
.tbl_prdc_info1 td {height:25px;text-align:center;color:#000;border:1px solid #d3d3d3;border-top:none;border-left:none;}
.tbl_prdc_info1 .br_none {border-right:none}
.tbl_prdc_info1 td.tb_num {text-align:center;padding-left:0px}
.tbl_prdc_info1 td.tb_subject {text-align:left;padding-left:5px}
.tbl_prdc_info1 td.td-left {text-align:left;padding-left:5px}
.tbl_prdc_info1 td.tb_name {text-align:center;padding-left:0px}
.tbl_prdc_info1 td.tb_date {text-align:center;padding-left:0px}
.tbl_prdc_info1 td.tb_sat {text-align:center;padding-left:0px}
.tt_border {border-top:2px solid #212120 !important}


.tbl_basic1 {width:382px;table-layout:fixed;margin-top:10px;border-collapse:collapse;}
.tbl_basic1 th {padding:5px 0 5px;border-bottom:1px solid #e1e1e1;background-color:#fafafa;color:#555;font-size:14px;font-weight:bold;text-align:center}
.tbl_basic1 td {padding:5px 0 5px 5px;border-bottom:1px solid #e1e1e1;color:#666;font-size:13px;text-align:center}

.tbl_basic2 {width:100%;table-layout:fixed;border-collapse:collapse;}
.tbl_basic2 th {padding:13px 0 13px;border-bottom:1px solid #ccc;background-color:#f8f8f8;color:#555;font-size:16px;font-weight:bold;text-align:center}
.tbl_basic2 {border-top:2px solid #212121} 
.tbl_basic2 tbody tr:last-child th,
.tbl_basic2 tbody tr:last-child td {border-bottom:1px solid #ddd}
.tbl_basic2 tbody td {padding:13px 0 13px 13px;border-bottom:1px solid #ccc;color:#666;font-size:14px;text-align:left}

.tbl_basic3 {width:100%;table-layout:fixed;border-collapse:collapse;}
.tbl_basic3 th {padding:13px 0 13px;border-bottom:1px solid #ccc;background-color:#f8f8f8;color:#555;font-size:16px;font-weight:bold;text-align:center}
.tbl_basic3 {border-top:2px solid #212121} 
.tbl_basic3 tbody tr:last-child th,
.tbl_basic3 tbody tr:last-child td {border-bottom:1px solid #ddd}
.tbl_basic3 tbody td {padding:13px 0 13px 13px;border-right:1px solid #ccc;border-bottom:1px solid #ccc;color:#666;font-size:14px;text-align:left}
.tbl_basic3 tbody tr td:last-child {border-right:none}


.tbl_basic4 {table-layout:fixed;width:100%;border-collapse:collapse;font-family:'돋움',dotum,sans-serif;}
.tbl_basic4 th {padding:5px;border:1px solid #e7e7e7;background-color:#fafafa;font-size:12px;text-align:center;font-weight:normal;color:#000;font-family:'돋움',dotum,sans-serif;}
.tbl_basic4 td {padding:10px;text-align:center;border:1px solid #e7e7e7;border-top:none;color:#666;font-size:12px;line-height:14px;font-family:'돋움',dotum,sans-serif;letter-spacing:0}
.tbl_basic4 tr td:first-child {border-left:none !important}
.tbl_basic4 tr td:last-child {border-right:none !important}
.tbl_basic4 td a {color:#666}
.tbl_basic4 td.subject {padding-left:5px !important;border-left:none !important;vertical-align:top;text-align:left !important}
.tbl_basic4 td.img {border-right:none !important;padding-right:0px !important}
.tbl_basic4 .blue {color:#4d7ea9 !important}
.tbl_basic4 .prod_price {color:#ff0000;font-size:14px;font-weight:bold;}
.num{font-size:16px;}

/* 모바일 글쓰기 */
.write_list2 {margin-top:30px;}
.write_list2 li {margin-bottom:10px;}
.write_list2 li.bg {background-color:#fafafa}
.write_list2 .item {position:relative;padding-left:44px}
.write_list2 .item img {display:inline-block;padding:0;margin:-7px 0 0 0;width:15px;height:15px}
.write_list2 .ico {display:block;position:absolute;top:0px;left:0px;width:43px;height:43px;background-color:#fafafa;border:1px solid #d7d7d7;color:#888;text-align:center;line-height:45px}
.write_list2 .ico2 {display:block;position:absolute;top:0px;left:0px;width:43px;height:99.4%;background-color:#fafafa;border:1px solid #d7d7d7;color:#888;text-align:center;line-height:45px;}
.write_list2 .ico i {font-size:1.250em}
.write_list2 .ico2 i {font-size:1.250em}
.write_input {display:inline-block;width:100%;height:45px !important;padding:0 0 0 10px;line-height:45px;border:1px solid #d7d7d7 !important;background-color:#fff;font-size:14px;color:#666;box-sizing:border-box;-webkit-box-sizing:border-box;;-ms-box-sizing:border-box;}
.write_list_etc {width:100%}
.write_list_etc li {float:left;margin-right:10px}
.write_input::focue {box-shadow:none !important}
.write_input::-webkit-input-placeholder {color:#666 !important}
.write_input::-moz-placeholder {color:#666 !important}
.write_input::-o-placeholder {color:#666 !important}
.write_input::-ms-input-placeholder {color:#666 !important}
.write_list2 .w30 {width:30%}
.write_list2 .w60 {width:60%}

.write_list {margin-top:0px;}
.write_list li {margin-bottom:10px;}
.write_list li.bg {background-color:#fafafa}
.write_list .item {position:relative;padding-left:44px}
.write_list .item img {display:inline-block;padding:0;margin:-7px 0 0 0;width:15px;height:15px}
.write_list .ico {display:block;position:absolute;top:0px;left:0px;width:43px;height:43px;background-color:#fafafa;border:1px solid #d7d7d7;color:#888;text-align:center;line-height:45px}
.write_list .ico2 {display:block;position:absolute;top:0px;left:0px;width:43px;height:99.4%;background-color:#fafafa;border:1px solid #d7d7d7;color:#888;text-align:center;line-height:45px;}
.write_list .ico i {font-size:1.250em}
.write_list .ico2 i {font-size:1.250em}
.write_input {display:inline-block;width:100%;height:45px !important;padding:0 0 0 10px;line-height:45px;border:1px solid #d7d7d7 !important;background-color:#fff;font-size:14px;color:#666;box-sizing:border-box;-webkit-box-sizing:border-box;;-ms-box-sizing:border-box;}
.write_input::focue {box-shadow:none !important}
.write_input::-webkit-input-placeholder {color:#666 !important}
.write_input::-moz-placeholder {color:#666 !important}
.write_input::-o-placeholder {color:#666 !important}
.write_input::-ms-input-placeholder {color:#666 !important}

.write_list .w30 {width:30%}
.write_list .w50 {width:50%}
.write_list .w60 {width:60%}

/* 공통 입력폼 */
.input_area {width:100%;margin-top:30px}
.input_area .input_box {margin-bottom:8px}
.input_area .input_box {width:100%;border:1px solid #bebebe;}
.input_area .input_box.pdb {padding-bottom:5px}
.input_area .input_box .tit {display:block;float:left;background:url(../imgs/board/label_dot.gif) no-repeat 0 16px;margin-left:14px;padding-left:10px;font-size:15px;color:#686868;font-weight:bold;line-height:38px}
.input_area .input_box .tit2 {display:block;float:left;margin-left:14px;padding-left:10px;font-size:15px;color:#686868;font-weight:bold;line-height:38px}
.input_area .input_box.li_he {line-height:38px}
.input_area .input_box .in {padding-left:120px}
.input_area .input_box2 {width:100%;border:1px solid #bebebe;margin-bottom:8px}
.input_area .input_box3 {position:relative;width:100%;}
.input_btn_area {margin-top:44px;padding-top:29px;border-top:1px solid #c6c6c6;text-align:center}
.input_btn_area2 {margin-top:20px;padding-top:20px;border-top:1px solid #c6c6c6;text-align:center}
.in_btn_01 {display:inline-block;width:197px;height:50px;background-color:#595959;line-height:50px;border:0;color:#fff !important;text-align:center;vertical-align:middle;cursor:pointer}
.in_btn_02 {display:inline-block;width:197px;height:49px;line-height:49px;border:1px solid #595959;color:#595959;text-align:center;vertical-align:middle}
.in_btn_03 {display:inline-block;width:100px;height:50px;background-color:#595959;line-height:50px;border:0;color:#fff !important;text-align:center;vertical-align:middle;cursor:pointer}
.in_btn_04 {display:inline-block;width:100px;height:48px;line-height:48px;border:1px solid #595959;color:#595959;text-align:center;vertical-align:middle}
.input_txt {display:inline-block;height:37px !important;padding:0 !important;border:0 !important;background:#fff;color:#666;vertical-align:middle;font-size:14px;outline:none}
.input_txt2 {display:inline-block;height:37px !important;padding:0 0 0 10px !important;border:0 !important;background:#fff;color:#666;vertical-align:middle;font-size:14px;outline:none;box-sizing:border-box}

@media screen and (max-width:900px){
    .in_btn_01 {width:48%}
    .in_btn_02 {width:48%}
}

@media (max-width:767px){

	
	.tbl_basic1 tbody th {padding:10px;font-size:14px;}
	.tbl_basic1 tbody td {padding:10px;font-size:13px;text-align:left}
		
	.tbl_basic2 th {padding:10px;font-size:14px;}
	.tbl_basic2 tbody td {padding:10px;font-size:13px;text-align:left}
	
	
	.tbl_basic3 th {padding:10px;font-size:14px;}
	.tbl_basic3 tbody td {padding:10px;font-size:13px;text-align:left}
	
	
}

/* ### 기본 스타일 커스터마이징 시작 ### */

/* 게시판 버튼 */
/* 목록 버튼 */
#bo_list a.btn_b01 {}
#bo_list a.btn_b01:focus, #bo_list a.btn_b01:hover {}
#bo_list a.btn_b02 {}
#bo_list a.btn_b02:focus, #bo_list a.btn_b02:hover {}
#bo_list a.btn_admin {} /* 관리자 전용 버튼 */
#bo_list a.btn_admin:focus, #bo_list .btn_admin:hover {}

/* 읽기 버튼 */
#bo_v a.btn_b01 {}
#bo_v a.btn_b01:focus, #bo_v a.btn_b01:hover {}
#bo_v a.btn_b02 {}
#bo_v a.btn_b02:focus, #bo_v a.btn_b02:hover {}
#bo_v a.btn_admin {} /* 관리자 전용 버튼 */
#bo_v a.btn_admin:focus, #bo_v a.btn_admin:hover {}

/* 쓰기 버튼 */
#bo_w .btn_confirm {text-align:center} /* 서식단계 진행 */
#bo_w .btn_submit {}
#bo_w button.btn_submit {}
#bo_w fieldset .btn_submit {}
#bo_w .btn_cancel {}
#bo_w button.btn_cancel {}
#bo_w .btn_cancel:focus, #bo_w .btn_cancel:hover {}
#bo_w a.btn_frmline, #bo_w button.btn_frmline {} /* 우편번호검색버튼 등 */
#bo_w button.btn_frmline {}

/* 기본 테이블 */
/* 목록 테이블 */
#bo_list .tbl_head01 {}
#bo_list .tbl_head01 caption {}
#bo_list .tbl_head01 thead th {}
#bo_list .tbl_head01 thead a {}
#bo_list .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
#bo_list .tbl_head01 tfoot th {}
#bo_list .tbl_head01 tfoot td {}
#bo_list .tbl_head01 tbody th {}
#bo_list .tbl_head01 td {}
#bo_list .tbl_head01 a {}
#bo_list td.empty_table {}

/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_wrap caption {}

/* thead 한 줄 테이블 */
.tbl_head01 {}
.tbl_head01 table {clear:both;width:100%;border-collapse:collapse;border-spacing:0}
.tbl_head01 thead th, .tbl_head01 tbody th {padding:7px;color:#555;font-weight:bold;text-align:center;vertical-align:middle;background-color:#f3f3f3;border:1px solid #e4e5e7;word-wrap:break-word}
.tbl_head01 thead input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 thead a {color:#383838;}
.tbl_head01 tbody th {}
.tbl_head01 tbody td {padding:7px 5px 7px 7px;color:#333;vertical-align:middle;text-align:left;border:1px solid #ddd;word-wrap:break-word;vertical-align:middle}
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:7px 5px 7px 7px;color:#333;vertical-align:middle;text-align:left;border:1px solid #ddd;word-wrap:break-word;vertical-align:middle}
.tbl_head01 td.td_name {text-align:center !important}

/* thead 두 줄 테이블 */
.tbl_head02 {}
.tbl_head02 table {clear:both;width:100%;border-collapse:collapse;border-spacing:0}
.tbl_head02 thead th, .tbl_head02 tbody th, .tbl_head02 tfoot th {padding:7px;color:#555;font-weight:bold;text-align:center;vertical-align:middle;background-color:#f3f3f3;border:1px solid #e4e5e7;word-wrap:break-word}
.tbl_head02 thead input {vertical-align:top}  /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 thead a {color:#555;}
.tbl_head02 tbody th {}
.tbl_head02 tbody td {padding:7px;color:#333;vertical-align:middle;text-align:left;border:1px solid #ddd;word-wrap:break-word;vertical-align:middle}
.tbl_head02 tfoot td {padding:7px;color:#333;vertical-align:middle;text-align:left;border:1px solid #ddd;word-wrap:break-word;vertical-align:middle}

/* 읽기 내 테이블 */
#bo_v .tbl_head01 {}
#bo_v .tbl_head01 caption {}
#bo_v .tbl_head01 thead th {}
#bo_v .tbl_head01 thead a {}
#bo_v .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
#bo_v .tbl_head01 tfoot th {}
#bo_v .tbl_head01 tfoot td {}
#bo_v .tbl_head01 tbody th {}
#bo_v .tbl_head01 td {}
#bo_v .tbl_head01 a {}
#bo_v td.empty_table {}

/* 쓰기 테이블 */
#bo_w table {}
#bo_w caption {}
#bo_w .frm_info {}
#bo_w .frm_address {}
#bo_w .frm_file {}

#bo_w .tbl_frm01 {}
#bo_w .tbl_frm01 th {}
#bo_w .tbl_frm01 td {}
#bo_w .tbl_frm01 textarea, #bo_w tbl_frm01 .frm_input {}
#bo_w .tbl_frm01 textarea {}
/*
#bo_w .tbl_frm01 #captcha {}
#bo_w .tbl_frm01 #captcha input {}
*/
#bo_w .tbl_frm01 a {}

/* 필수입력 */
#bo_w .required, #bo_w textarea.required {}

#bo_w .cke_sc {}
#bo_w button.btn_cke_sc{}
#bo_w .cke_sc_def {}
#bo_w .cke_sc_def dl {}
#bo_w .cke_sc_def dl:after {}
#bo_w .cke_sc_def dt, #bo_w .cke_sc_def dd {}
#bo_w .cke_sc_def dt {}
#bo_w .cke_sc_def dd {}

/* ### 기본 스타일 커스터마이징 끝 ### */

/* 게시판 목록 */
#bo_list .td_board {width:120px;text-align:center}
#bo_list .td_chk {width:30px;text-align:center}
#bo_list .td_date {width:60px;text-align:center}
#bo_list .td_datetime {width:110px;text-align:center}
#bo_list .td_group {width:100px;text-align:center}
#bo_list .td_mb_id {width:100px;text-align:center}
#bo_list .td_mng {width:80px;text-align:center}
#bo_list .td_name {width:100px;text-align:left}
#bo_list .td_nick {width:100px;text-align:center}
#bo_list .td_num {width:50px;text-align:center}
#bo_list .td_numbig {width:80px;text-align:center}

#bo_list .txt_active {color:#5d910b}
#bo_list .txt_expired {color:#ccc}

#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {margin-bottom:10px;padding-left:1px;zoom:1}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate li {float:left;margin-bottom:-1px}
#bo_cate a {display:block;position:relative;margin-left:-1px;padding:6px 0 5px;width:90px;border:1px solid #ddd;background:#f7f7f7;color:#888;text-align:center;letter-spacing:-0.1em;line-height:1.2em;cursor:pointer}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none}
#bo_cate #bo_cate_on {z-index:2;border:1px solid #565e60;background:#fff;color:#565e60;font-weight:bold}

.td_subject img {margin-left:3px}

/* 게시판 목록 공통 */
.bo_fx {margin-bottom:5px;zoom:1}
.bo_fx:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx ul {margin:0;padding:0;list-style:none}
#bo_list_total {float:left;padding-top:5px}
.btn_bo_user {float:right;margin:0;padding:0;list-style:none}
.btn_bo_user li {float:left;margin-left:5px}
.btn_bo_adm {float:left}
.btn_bo_adm li {float:left;margin-right:5px}
.bo_notice td {background:#f5f6fa}
.bo_notice td a {font-weight:bold}
.td_num strong {color:#000}
.bo_cate_link {display:inline-block;margin:0 3px 0 0;padding:0 6px 0 0;color:#999 !important;font-weight:bold;text-decoration:none} /* 글제목줄 분류스타일 */
.bo_current {color:#e8180c}
#bo_list .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:normal}

@media screen and (max-width:768px){
    .bo_cate_link {border-right:0}
}

#bo_sch {text-align:center}
#bo_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}

/* 게시판 쓰기 */
#char_count_desc {display:block;margin:0 0 5px;padding:0}
#char_count_wrap {margin:5px 0 0;text-align:right}
#char_count {font-weight:bold}

#autosave_wrapper {position:relative}
#autosave_pop {display:none;z-index:10;position:absolute;top:24px;right:117px;padding:8px;width:350px;height:auto !important;height:180px;max-height:180px;border:1px solid #565656;background:#fff;overflow-y:scroll}
html.no-overflowscrolling #autosave_pop {height:auto;max-height:10000px !important} /* overflow 미지원 기기 대응 */
#autosave_pop strong {position:absolute;font-size:0;line-height:0;overflow:hidden}
#autosave_pop div {text-align:right}
#autosave_pop button {margin:0;padding:0;border:0;background:transparent}
#autosave_pop ul {margin:10px 0;padding:0;border-top:1px solid #e9e9e9;list-style:none}
#autosave_pop li {padding:8px 5px;border-bottom:1px solid #e9e9e9;zoom:1}
#autosave_pop li:after {display:block;visibility:hidden;clear:both;content:""}
#autosave_pop a {display:block;float:left}
#autosave_pop span {display:block;float:right}
.autosave_close {cursor:pointer}
.autosave_content {display:none}

/* 게시판 읽기 */
#bo_v {margin-bottom:20px;padding-bottom:20px}

#bo_v_table {position:absolute;top:0;right:16px;margin:0;padding:0 5px;height:25px;background:#ff3061;color:#fff;font-weight:bold;line-height:2.2em}

#bo_v_title {padding:10px 0;font-size:1.2em}

#bo_v_info {padding:0 0 10px;border-bottom:1px solid #ddd}
#bo_v_info h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_info strong {display:inline-block;margin:0 15px 0 5px;font-weight:normal}
#bo_v_info .sv_member,
#bo_v_info .sv_guest,
#bo_v_info .member,
#bo_v_info .guest {font-weight:bold}

#bo_v_file {}
#bo_v_file h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_file ul {margin:0;padding:0;list-style:none}
#bo_v_file li {padding:5px 20px 5px 20px;border-bottom:1px solid #eee;}
#bo_v_file a {display:inline-block;font-size:11px;color:#000;word-wrap:break-word}
#bo_v_file a i {margin-right:3px;font-size:11px}
#bo_v_file a:focus, #bo_v_file a:hover, #bo_v_file a:active {text-decoration:none}
#bo_v_file img {float:left;margin:0 10px 0 0}
.bo_v_file_cnt {display:inline-block;margin:0 0 3px 3px;font-size:11px}
#bo_v_file li span {font-size:11px}

#bo_v_link {}
#bo_v_link h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_link ul {margin:0;padding:0;list-style:none}
#bo_v_link li {padding:5px 20px 5px 20px;border-bottom:1px solid #eee;}
#bo_v_link a {display:inline-block;font-size:11px;color:#000;word-wrap:break-word}
#bo_v_link a i {margin-right:3px;font-size:11px}
#bo_v_link a:focus, #bo_v_link a:hover, #bo_v_link a:active {text-decoration:none}
.bo_v_link_cnt {display:inline-block;margin:0 0 3px 3px;font-size:11px}
#bo_v_link li span {font-size:11px}


#bo_v_top {margin:10px 0 0px;padding:10px 0;zoom:1}
#bo_v_top:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_top h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_top ul {margin:0;padding:0;list-style:none}

#bo_v_bot {zoom:1;}
#bo_v_bot:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_bot h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_bot ul {margin:0;padding:0;list-style:none}

.bo_v_nb {float:left}
.bo_v_nb li {float:left;margin-right:5px}
.bo_v_com {float:right}
.bo_v_com li {float:left;margin-left:5px}

#bo_v_atc {padding:0 20px 0;min-height:200px;height:auto !important;height:200px;border-bottom:2px solid #808080;}
#bo_v_atc_title {position:absolute;font-size:0;line-height:0;overflow:hidden}

#bo_v_img {margin:0 0 10px;width:100%;overflow:hidden;zoom:1}
#bo_v_img:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_img img {margin-bottom:20px;max-width:100%;height:auto}

#bo_v_con {margin-bottom:30px;width:100%;line-height:1.7em;word-break:break-all;overflow:hidden}
#bo_v_con a {color:#000;text-decoration:underline}
#bo_v_con img {max-width:100%;height:auto}

#bo_v_act {margin-bottom:30px;text-align:center}
#bo_v_act .bo_v_act_gng {position:relative}
#bo_v_act a {margin-right:5px;vertical-align:middle}
#bo_v_act strong {color:#ff3061}
#bo_v_act_good, #bo_v_act_nogood {display:none;position:absolute;top:30px;left:0;padding:10px 0;width:165px;background:#ff3061;color:#fff;text-align:center}

#bo_v_sns {margin:0 0 20px;padding:0;list-style:none;zoom:1}
#bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_sns li {float:left;margin:0 5px 0 0}

/* 게시판 댓글 */
#bo_vc {margin:30px 0 20px;border-top:1px solid #e4e4e4;}
#bo_vc h2.vc_tit {padding:12px 20px 0px;font-size:14px;font-weight:bold;color:#555}
#bo_vc header .icon_reply {position:absolute;top:-9px;left:-20px}
#bo_vc .sv_wrap {margin-right:15px}
#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold}
.bo_vc_hdinfo {display:inline-block;margin:0 15px 0 5px}
#bo_vc h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc a {color:#000;text-decoration:none}
#bo_vc p {line-height:1.8em}
#bo_vc p a {text-decoration:none}
#bo_vc p a.s_cmt {text-decoration:none}
#bo_vc_empty {margin:0;padding:20px !important;text-align:center}
#bo_vc #bo_vc_winfo {float:left}
#bo_vc footer {zoom:1}
#bo_vc footer:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc .bo_vc_content.fst {margin-top:0px;border-top:none}
#bo_vc .bo_vc_content {position:relative;margin-top:10px;padding:10px 20px 0px;border-top:1px dashed #8d8b8b;}
#bo_vc .bo_vc_content_head {position:relative;width:100%}
#bo_vc .bo_vc_content_head .btn_area {position:absolute;top:0px;right:0px}
#bo_vc .bo_vc_content_head .btn_area a {display:inline-block;font-size:11px;color:#424242;text-decoration:none}
#bo_vc .bo_vc_con {margin-top:5px;font-size:12px;color:#666}
#bo_vc .vc_name {display:inline-block;font-size:13px;color:#555}
#bo_vc .bo_vc_hdinfo {display:inline-block;font-size:12px;color:#666}
#bo_vc .bo_vc_content_comment {position:relative;margin:0 auto;padding:6px 20px 0px 35px;border-top:1px solid #fff;background:url(../imgs/board/comment_icon.png) no-repeat 21px 10px #fff}
#bo_vc_w {margin-top:20px}
#bo_vc .vc_co_name {color:#1568c5}

.bo_vc_act {float:right;margin:0;list-style:none;zoom:1}
.bo_vc_act:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_act li {float:left;margin-left:5px}

#bo_vc_w {position:relative;margin:0 0 10px;padding:0 0 20px;border-bottom:1px solid #cfded8}
#bo_vc_w h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc_w #char_cnt {display:block;margin:0 0 5px}

#bo_vc_sns {margin:0;padding:0;list-style:none;zoom:1}
#bo_vc_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc_sns li {float:left;margin:0 20px 0 0}
#bo_vc_sns input {margin:0 0 0 5px}

.comment_input_list {width:100%;margin-bottom:10px}
.comment_input_list li {float:left;width:130px;margin-left:10px}
.comment_input_list li:first-child {margin-left:0px}
.comment_input_list li input {display:inline-block;width:100%}
.comment_input_list .chk {vertical-align:top !important}

.captcha_input_list {width:100%;margin-top:10px}
.captcha_input_list li {position:relative;margin-left:0px}
.captcha_input_list li:first-child {margin-left:0px}
.captcha_input_list li .tit {display:none;width:100px;font-weight:normal;color:#666}

.comment_txt_list {width:100%;margin-top:10px;margin-bottom:10px}
.comment_txt_list li {float:left;}
.comment_txt_list li.w90 {width:90%}
.comment_txt_list li.w10 {width:10%}

@media (max-width:640px){
	.board_view_top .board_view_top_title {padding:15px 10px}
	.board_view_top .board_view_top_etc {padding-left:10px;padding-right:10px}
	#bo_v_file li {padding:5px 10px 5px 10px;border-bottom:1px solid #eee;}
	#bo_v_link li {padding:5px 10px 5px 10px;border-bottom:1px solid #eee;}
	
	.board_view_mid .board_view_content_2 {padding-left:10px;padding-right:10px}
	
	.page_list li {padding-left:10px;padding-right:10px}
	
	#bo_vc h2.vc_tit {padding-left:10px;padding-right:10px}
	#bo_vc .bo_vc_content {padding:10px 10px 0px;}
	#bo_vc .bo_vc_content_comment {padding:3px 10px 0px 25px;background:url(../imgs/board/comment_icon.png) no-repeat 12px 7px #fff}
}

@media (max-width:480px){
	.comment_txt_list li.w90 {width:80%}
	.comment_txt_list li.w10 {width:20%}
}

.comment_textarea {resize:none;width:100%;height:39px;border:1px solid #d7d7d7;background-color:transparent;overflow:hidden;overflow-x:hidden;overflow-y:auto;line-height:normal; font-size: 12px;outline:0 none;ime-mode:active; }
.comment_textarea2 {resize:none;width:100%;height:42px;border:1px solid #d7d7d7;border-right:0px;background-color:transparent;overflow:hidden;overflow-x:hidden;overflow-y:auto;line-height:normal; font-size: 12px;outline:0 none;ime-mode:active;box-sizing:border-box }
.comment_btn {display:inline-block;width:100%;height:42px;border:1px solid #d7d7d7;background:url(../imgs/board/bnt_bg.gif) repeat-x 0 100% #fff;line-height:30px;text-align:center;color:#212121;box-sizing:border-box;}

/* 갤러리 목록 */
#bo_gall h2 {margin:0;padding:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#bo_gall #gall_ul {margin:10px 0 0;padding:0;list-style:none;zoom:1}
#bo_gall #gall_ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_gall .gall_li {position:relative;float:left;margin:0 10px 30px 0;text-align:center;}
#bo_gall .gall_li .chk {position:absolute;top:0px;left:0px}

#bo_gall .gall_con {margin:0;padding:0;list-style:none}
#bo_gall .gall_con li {margin:0 0 4px}
#bo_gall .gall_con .gall_subject {display:inline-block;width:50px}

#bo_gall .gall_now .gall_text_href a {text-align:center;color:#ff3061;}

#bo_gall .gall_href a:link, #bo_gall .gall_href a:focus, #bo_gall .gall_href a:hover {text-decoration:none}
#bo_gall .gall_href strong, #bo_gall .gall_href span {display:inline-block;background:#f7f7f7;text-align:center;line-height:10em}

#bo_gall .gall_text_href {margin:10px 0 0 0 !important}
#bo_gall .gall_text_href a {font-weight:bold}
#bo_gall .gall_text_href .gall_tit {font-size:15px;text-align:center;}
#bo_gall .gall_text_href .gall_com_cnt {font-size:12px;color:#F00;font-weight:normal}
#bo_gall .gall_text_href span {display:inline !important}
#bo_gall .gall_text_href img {margin:0 0 0 4px}


/* 쪽지 */
#memo_view_contents {margin:0 auto 20px;width:90%}
#memo_view_contents h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#memo_view_ul {margin:0;padding:0 0 10px;border-bottom:1px solid #eee;list-style:none}
.memo_view_li {position:relative;padding:5px 0}
.memo_view_subj {display:inline-block;width:65px}
#memo_view p {padding:10px 0;min-height:150px;height:auto !important;height:150px;background:#fff;line-height:1.8em}

#memo_write textarea {height:100px}

/* 스크랩 */
#scrap_do table {margin:0 0 10px;width:100%}
#scrap_do textarea {height:100px}

/* 회원 비밀번호 확인 */
#mb_confirm {margin:0 auto;width:500px}
#mb_confirm h1 {margin:0 0 20px;font-size:1.3em}
#mb_confirm p {padding:20px;border:1px solid #dde4e9;border-bottom:0;background:#fff}
#mb_confirm p strong {display:block}
#mb_confirm fieldset {margin:0 0 30px;padding:30px 0;border:1px solid #e9e9e9;background:#f5f6fa;text-align:center}
#mb_confirm fieldset .frm_input {background-color:#fff !important}
#mb_confirm label {letter-spacing:-0.1em}
#mb_confirm_id {display:inline-block;margin-right:20px;font-weight:bold}

/* 비밀글 비밀번호 확인 */
#pw_confirm {margin:0 auto;width:500px}
#pw_confirm h1 {margin:0 0 20px;font-size:1.3em}
#pw_confirm p {padding:20px;border:1px solid #dde4e9;border-bottom:0;background:#fff}
#pw_confirm p strong {display:block}
#pw_confirm fieldset {margin:0 0 30px;padding:30px 0;border:1px solid #e9e9e9;background:#f5f6fa;text-align:center}
#pw_confirm fieldset .frm_input {background-color:#fff !important}
#pw_confirm label {letter-spacing:-0.1em}
#pw_confirm_id {display:inline-block;margin-right:20px;font-weight:bold}

/* 폼메일 */
#formmail #subject {width:386px}
#formmail textarea {height:100px}

/* 자기소개 */
#profile table {margin-bottom:0}
#profile section {margin:0 auto 20px;padding:20px;width:86%}

#profile h2 {margin:0}

#cap_area {position:relative;width:100%;margin-top:10px}

.write_text_area textarea {
	
	font-weight:normal !important;
	font-size:0.875em !important;
	color:#777 !important;
	background-color:#fafafa !important;
	-webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
  	border-radius: 5px !important;  	
	border:1px solid #eee !important;
	padding:10px 10px 10px 5px !important;
	vertical-align:middle;	
	box-sizing:border-box;
	-webkit-box-sizing:border-box;	
	-moz-box-sizing:border-box;	
}

.join_tbl {width:100%;table-layout:fixed;border-collapse:collapse;}
.join_tbl th {height:43px;padding:10px 0 10px;font-size:14px;color:#010101;font-weight:bold;text-align:left;vertical-align:top;border:0}
.join_tbl td {height:43px;padding:10px 0 10px;font-size:14px;color:#010101;text-align:left;vertical-align:top;border:0}

/* 웹진 게시판 */
.webzine_list {width:100%;margin-top:30px}
.webzine_list li {position:relative;float:left;width:280px;margin:0 0 20px 20px;padding:19px;border:1px solid #d7d7d7;border-right:1px solid #a2a2a2;border-bottom:1px solid #a2a2a2}
.webzine_list li.fst {margin-left:0}
.webzine_list li a {display:block}
.webzine_list li .img {
	position:relative;
	width:280px;
	padding-bottom:100%;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    -webkit-background-position: center center;
    -moz-background-position: center center;
    -ms-behavior: url(/backgroundsize.min.htc);
	
}
.webzine_list li .subject {margin-top:30px;font-size:20px;line-height:20px;color:#222222}
.webzine_list li .txt {overflow:hidden;height:77px;margin-top:14px;font-size:14px;color:#666;line-height:20px}
.webzine_list li .etc {display:block;padding:16px 0 0}
.webzine_list li .etc_info {display:inline-block;margin-right:6px;font-size:11px;font-family:Tahoma;color:#666;}
.webzine_list li .etc_info i {font-size:12px;color:#666;margin-right:3px}
.webzine_list li .etc_info.date {margin-right:0}
.webzine_list li .chk_box {position:absolute;top:14px;left:20px;z-index:3}

.btn_list_area {width:100%;margin-top:30px}
.btn_list_area .left_list {float:left}
.btn_list_area .left_list li, .btn_list_area .right_list li {float:left;margin-left:3px}
.btn_list_area .left_list li:after, .btn_list_area .right_list li:after {display:block;content:"";clear:both}
.btn_list_area .right_list {float:right}

@media (min-width:768px) and (max-width:1023px) {
	.webzine_list li {width:32%;margin:0 2% 20px 0 !important;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}
	.webzine_list li:nth-child(3n) {margin-right:0px !important}
	.webzine_list li .img {width:100%}	
	.webzine_list li .txt {height:auto !important}
	
}


@media (min-width:599px) and (max-width:767px) {
	.webzine_list li {width:48.5%;margin:0 0 20px 0 !important;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}
	.webzine_list li:nth-child(odd) {margin-left:0px !important}
	.webzine_list li:nth-child(even) {float:right}
	.webzine_list li .img {width:100%}	
	.webzine_list li .txt {height:auto !important}
	
}
@media (min-width:320px) and (max-width:598px){
	.webzine_list li {float:none;width:100%;margin:0 auto 20px !important;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}
	.webzine_list li .img {width:100%}
	.webzine_list li .txt {height:auto !important}
}


.report {position:relative;width:100%;margin:0 auto;padding-top:0px}
.report .bud_tit_area {text-align:center;font-size:14px;color:#676767}
.report_list {margin-top:30px}
.report_list ul li {float:left;position:relative;width:199px;margin-left:-1px;margin-top:-1px;border:1px solid #e0e0e0}
.report_list ul li a {display:block;}
.report_list ul li .img {overflow:hidden;display:block;position:relative;width:171px;height:171px;margin:10px auto 0}
.report_list ul li .img img {position:absolute;top:0px;left:0px;width:100%;height:100%;}
.report_list ul li .subject {display:block;padding:15px 16px 13px;text-align:center;font-size:14px;line-height:16px;color:#242424;font-weight:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.report_list ul li .txt {display:block;padding:0 16px 0;text-align:center;font-size:12px;line-height:20px;color:#9d9d9d}
.report_list ul li .checks {position:absolute;top:-5px;left:14px;z-index:9}
@media screen and (max-width:768px){
    .report_list ul li {width:25%;box-sizing:border-box}
}
@media screen and (max-width:640px){
    .report_list ul li {width:25%;box-sizing:border-box}
    .report_list ul li .img {width:131px;height:131px;}
}

@media screen and (max-width:480px){
    .report_list ul li {width:33%;box-sizing:border-box}
    .report_list ul li .img {width:131px;height:131px;}
}

@media screen and (max-width:414px){
    .report_list ul li {width:50%;box-sizing:border-box}
    .report_list ul li .img {width:161px;height:161px;}
}

@media screen and (max-width:375px){
    .report_list ul li {width:50%;box-sizing:border-box}
    .report_list ul li .img {width:155px;height:155px;}
}

@media screen and (max-width:360px){
    .report_list ul li {width:50%;box-sizing:border-box}
    .report_list ul li .img {width:151px;height:151px;}
}

@media screen and (max-width:320px){
    .report_list ul li {width:50%;box-sizing:border-box}
    .report_list ul li .img {width:131px;height:131px;}
}
.event {position:relative;width:100%;margin-top:30px}
.event .event_list {position:relative;width:100%;}
.event .event_list .checks {position:absolute;top:-11px;left:0px;z-index:2}
.event .event_list .img {position:relative;width:100%;height:203px}
.event .event_list .img img {position:absolute;top:0px;left:0px;width:100%;height:100%;}
.event .event_list .bg {position:absolute;top:0px;left:0px;width:100%;height:100%;z-index:2;background-color:rgba(0,0,0,0.6)}
.event .event_list .bg .end_txt {display:block;position:relative;width:120px;height:120px;padding-top:35px;background-color:rgba(0,0,0,0.8);text-align:center;margin:70px auto 0;font-size:18px;color:#fff;line-height:24px;border-radius:50%;box-sizing: border-box;}
.event .event_list .e_tit_area {position:relative;width:100%;height:50px;border-bottom:1px solid #e1e1e1;line-height:0px}
.event .event_list .e_tit_area dt {display:block;float:left;width:50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px;line-height:50px;color:#000;font-weight:normal}
.event .event_list .e_tit_area dd {display:block;float:right;width:50%;text-align:right;font-size:13px;line-height:50px;color:#666;}
.event .event_list .e_tit_area dd span  {display:inline-block;margin-right:10px}
.event .event_list .e_tit_area dd span:last-child {margin-right:0}
@media screen and (max-width:639px){
    .event .event_list {margin-top:15px;}
    .event .event_list .img {width:100%;height:auto}
    .event .event_list .img  img {width:100%;height:100%;position:relative}
    .event .event_list .e_tit_area dt {float:none;width:100%}
    .event .event_list .e_tit_area dd {float:none;width:100%}
    .event .event_list .bg .end_txt {width:100px;height:100px;padding-top:20px;margin-top:-47px;top:50%}
    .event .event_list .e_tit_area {height:auto;padding-bottom:15px}
    .event .event_list .e_tit_area dd {line-height:13px}
}
