/* 내용 간격 초기화 */
#bo_v_con p {margin:0}
section #bo_v_atc p {margin:0}

/* 카테고리 */
#bo_cate_ul li {padding: 10px 0;}
#bo_cate_ul li a{border-radius: 5px;padding: 5px 10px;border: 1px solid #ddd; background:#fff;    text-decoration: none;}
#bo_cate_ul li a:hover{background:#efefef; color:#000;}
#bo_cate_on {font-weight: bold;}

/*카테고리 라벨*/
.cate_label {border: 1px solid #ddd;
    padding: 3px 5px;
    background: #fff;
	font-size:11px;
}
.cate_label a:hover {color:#999; text-decoration: none;}
/* 게시판 목록 */
#bo_list .td_board {vertical-align: middle; width:120px;text-align:center}
#bo_list .td_chk {vertical-align: middle; width:30px;text-align:center}
#bo_list .td_date {vertical-align: middle; width:70px;text-align:center}
#bo_list .td_datetime {vertical-align: middle; width:110px;text-align:center}
#bo_list .td_group {vertical-align: middle; width:100px;text-align:center}
#bo_list .td_mb_id {vertical-align: middle; width:100px;text-align:center}
#bo_list .td_mng {vertical-align: middle; width:80px;text-align:center}
#bo_list .td_name {vertical-align: middle; width:115px; text-align:center;}
#bo_list .td_nick {vertical-align: middle; width:100px;text-align:center}
#bo_list .td_num {vertical-align: middle; width:50px;text-align:center}
#bo_list .td_numbig {vertical-align: middle; width:60px;text-align:center}
#bo_list .td_subject { vertical-align: middle;}
#bo_list .td_subject a {line-height:200%;}
#bo_list a.thumbnail:hover, a.thumbnail:focus {border:1px solid #333;}


/* 페이징 간격 */
.panel-footer ul.pagination {margin:0 !important;}

/* 뷰페이지 라벨크기 */
#bo_v .panel-heading h6{line-height:180%;
    font-weight: bold;
    font-size: 14px;
    color: #000;}

/*추천수 숫자 크기 */
#bo_v_act .badge{    font-size: 10px;}

/* 공지사항 */
#bo_list .bo_notice {font-weight: bold; background: #FFFFE4;}

/* 게시물 마우스 오버시 배경 */
#bo_list .panel-body tbody tr:hover {background: #FAFAFA;border-left: 3px solid #000000;} 
#bo_w .file-del {max-width:200px; overflow:hidden;}
#bo_w .file-del {    margin-left: -2px;
    border-left: 1px solid #ccc;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;}

/* 댓글등록 버튼 */
.board_btn {height:100%; padding:0 20px;}

/* 웹진 노이미지 */
 .photo {line-height: 110px; margin: 0; font-size: 24px;}

 /* 웹진 최소이미지 크기 */
 .table_photo {min-width:150px;}
 /* 갤러리 마우스오버시 */
 #gall_ul .thumbnail {padding:0;  border-radius: 0; max-height:320px;}
 .img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {height:210px;}
 #gall_ul .thumbnail a{text-decoration: none;     line-height: 180%;}
 #gall_ul .thumbnail a:hover{color:#999;}
 #gall_ul .thumbnail .caption{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 0;}
 #gall_ul .thumbnail a.thumbnail {    border: 0; border-bottom: 1px solid #eee;}
 #gall_ul .thumbnail a.thumbnail:hover {  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);  opacity: 0.6;}
 #gall_ul .thumbnail:hover {border:1px solid #888; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25); opacity:1;}
 /* 갤러리 이미지 크기 */
 #gall_ul .gall_href {border-bottom:1px solid #eee; height:210px; line-height:210px;}
 /* 갤러리 NEW 아이콘 위치 */
#gall_ul .new { position: absolute; top: 21px; left: 15px;}
#gall_ul .hit { position: absolute; top: 21px; right: 15px;}
#gall_ul .line-height {line-height: 40px;}

/* 태그 마우스오버 */
a.cate_label.tooltip-top:hover  {text-decoration:none; color:#cc0000;}

/*파일 첨부*/
#bo_w i.fa.fa-reply.fa-fw.fa-rotate-180 {margin-right:5px;}
a.file-on {width:100%;}
#bo_w input.form-control.file-input {font-weight:normal;}
#bo_w input.form-control {font-weight:normal;}
/*글쓰기 인풋폼 */
@media (min-width:992px){
input#wr_name {width:96%;}
input#wr_password {width:96%;}
input#wr_email {width:96%;}
input#wr_homepage {}
input#wr_link1 {width:96%;}
/* 사용자가 갯수 확장시 고려 */
input#wr_link3 {width:96%;}
input#wr_link5 {width:96%;}
}
@media (max-width:991px){
#bo_w .form-group.input-group.pull-left.col-md-6 {width:100%;}
}

.link-group {margin-top:5px;}

/* 익스에서 댓글 등록버튼 작아지는현상 수정 */
#bo_vc_w .board_btn {min-height:80px;}

/* 카테고리 칸 */
ol#bo_cate_ul {padding:0px 15px;}



#bo_v_con p {margin:0}
section #bo_v_atc p {margin:0}


#bo_cate_ul li {padding: 10px 0;}
#bo_cate_ul li a{border-radius: 5px;padding: 5px 10px;border: 1px solid #ddd; background:#fff;    text-decoration: none;}
#bo_cate_ul li a:hover{background:#efefef; color:#000;}
#bo_cate_on {font-weight: bold;}


.cate_label {border: 1px solid #ddd;
    padding: 3px 5px;
    background: #fff;
	font-size:11px;
}
.cate_label a:hover {color:#999; text-decoration: none;}

#bo_list .td_board {vertical-align: middle; width:120px;text-align:center}
#bo_list .td_chk {vertical-align: middle; width:30px;text-align:center}
#bo_list .td_date {vertical-align: middle; width:70px;text-align:center}
#bo_list .td_datetime {vertical-align: middle; width:110px;text-align:center}
#bo_list .td_group {vertical-align: middle; width:100px;text-align:center}
#bo_list .td_mb_id {vertical-align: middle; width:100px;text-align:center}
#bo_list .td_mng {vertical-align: middle; width:80px;text-align:center}
#bo_list .td_name {vertical-align: middle; width:115px; text-align:center;}
#bo_list .td_nick {vertical-align: middle; width:100px;text-align:center}
#bo_list .td_num {vertical-align: middle; width:50px;text-align:center}
#bo_list .td_numbig {vertical-align: middle; width:60px;text-align:center}
#bo_list .td_subject { vertical-align: middle;}
#bo_list .td_subject a {line-height:200%;}



#bo_v .panel-heading h6{line-height:180%;
    font-weight: bold;
    font-size: 14px;
    color: #000;}


#bo_v_act .badge{    font-size: 10px;}


#bo_list .bo_notice {font-weight: bold; background: #FFFFE4;}


#bo_list .panel-body tbody tr:hover {background: #FAFAFA;} 
#bo_w .file-del {max-width:200px; overflow:hidden;}


.board_btn {height:100%; padding:0 20px;}


 .photo {line-height: 110px; margin: 0; font-size: 24px;}

 
 .table_photo {min-width:150px;}


 #gall_ul .thumbnail {padding:0;  border-radius: 0;}
 #gall_ul .thumbnail a{text-decoration: none;     line-height: 180%;}
 #gall_ul .thumbnail a:hover{color:#999;}
 #gall_ul .thumbnail a.thumbnail {    border: 0; border-bottom: 1px solid #eee;}
 #gall_ul .thumbnail a.thumbnail:hover {  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);  opacity: 0.6;}
 #gall_ul .thumbnail:hover {border:1px solid #6ebe45; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25); opacity:1;}


 @media (min-width:0px) {
 #gall_ul .gall_href {border-bottom:1px solid #eee; min-height:218px; line-height:218px;}
}
 @media (min-width:769px) {
 #gall_ul .gall_href {border-bottom:1px solid #eee; min-height:218px; line-height:218px;}
}
 @media (min-width:991px) {
 #gall_ul .gall_href {border-bottom:1px solid #eee; min-height:188px; line-height:188px;}
}
 @media (min-width:1200px) {
 #gall_ul .gall_href {border-bottom:1px solid #eee; min-height:170px; line-height:170px;}
}

#gall_ul .new { position: absolute; top: 21px; left: 15px;}
#gall_ul .hit { position: absolute; top: 21px; right: 15px;}
#gall_ul .line-height {line-height: 40px;}


.req_box li {list-style:none;}
label {font-weight:normal; margin:0 10px 0 1px;}

.borderB {border-bottom:1px solid #DDD;}
.borderT {border-top:1px solid #DDD;}
.borderL {border-left:1px solid #DDD;}
.borderR {border-right:1px solid #DDD;}

.frm_input  { padding: 2px 5px; margin:0; line-height:10px; background-color:#fff;border:1px solid #ddd; -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);height:42px; margin-bottom:5px; width:100%;}


.frm_input::-moz-placeholder{color:#999999;opacity:1}
.frm_input:-ms-input-placeholder{color:#999999}
.frm_input::-webkit-input-placeholder{color:#999999}



.col-md-7 {border-right:1px dotted #DDD;}

.req_box .col-xs-12  {padding:0}
.req_hdlines {border-bottom:3px solid #f47320; display:inline-block; width:100%; padding:5px 0; margin-top:20px;}
.req_hleft {float:left; width:50%; font-family:NanumBarunGothicOTF, "�섎닎諛붾Ⅸ怨좊뵓", "�섎닎怨좊뵓", Ngothic; font-size:20px;}
.req_hrig {float:left; width:50%; text-align:right; padding-top:6px;}
.req_hrig2 {clear:both; width:100%; padding-top:6px;}


.brdr_top {border-top: 1px solid #DDD;}
.req_box {border-bottom:1px solid #DDD; display:table; width:100%;}
.req_box2 {display:table; width:100%;}
.req_capt {
    float: left;
    width: 20%;
    border-right: 1px solid #DDD;
    border-left: 1px solid #DDD;
    padding: 15px 0;
    text-align: center;
    background-color: #fafafa;
    font-family: NanumBarunGothicOTF, "�섎닎諛붾Ⅸ怨좊뵓", "�섎닎怨좊뵓", Ngothic;
    font-size: 15.5px;
}
#bo_v_top {margin-top:20px;}

/*.req_capt:after {content:'|'; position:absolute; right:0}*/
.req_w17 {width:17.5%;}
.req_w17_2 {width:17.5%;}
.req_inp {float:left; width:80%; padding:5px 5px 0; border-right:1px solid #DDD; word-break:break-all}
.req_inp img {width:200px;}

.req_fL input {float:left;}
.req_fL span {float:left;}
.req_fL label {float:left;}

.req_fClear label{float:none;}

.req_fl p, .req_fl strong {float:left; margin-right:10px;}
.req_divd {height:10px; width:100%; float:left;}

.zipArea .form-control { margin-bottom:10px; }
.bnt-mg {margin:-6px 0 0 5px;}

.req_nums input {width:32%;}
.req_nums2 input {width:32%;}
.reqt_nmn input {width:49%;}


.req_notice {font-weight:bold; color:#0049aa; padding:15px; text-align:center;}
.req_pL {padding-left:10px}
.req_pR {padding-right:10px}
.req_tail { padding:15px; }


.reqi_lf {float:left; width:20%; padding:5px; text-align:center;}
.reqi_ri {float:left; width:80%; padding:5px; text-align:center;}

.req_capt_2 {width:40%;}
.req_inp_2 {width:60%;}
.req_inp_3 {padding:16px 5px;}
.req_intp {width:10%;}
.req_inppd {padding:14px 5px}
.req_smfrm input {width:50%;}

.btn_reqz {border-radius:0; background-color:#333; color:#fff; height:42px;}
.reqc_zip {padding:62px 0;}
.reqc_zip_2 {padding:85px 0;}
.req_capc {padding:31px 0;}


.frm_prvt {border:2px solid #f47320; margin:20px 0;}
.frmp_hd {background-color:#fff; font-size:18px; font-weight:bold; text-align:center; padding:20px}
.frmp_cont {padding:20px; border-bottom:1px dotted #999;}
.frmp_bot {background-color:#fff; padding:20px; text-align:center}
.frmp_inpt {width:150px;}

.frmp_pnt {color:#f47320; font-weight:bold;}
.agn_rig {text-align:right;}



.req-afr {text-align:right; padding:5px;}
.norigbord {border-right:0;}
.pd5 {padding:5px;}
.pd10 {padding:10px;}

/*
.btn-cancle {
	background-image:-webkit-linear-gradient(#717171, #666666 60%, #565656);
	background-image:-o-linear-gradient(#717171, #666666 60%, #565656);
	background-image: linear-gradient(#717171, #666666 60%, #565656);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#717171', endColorstr='#565656', GradientType=0); color:#fff;
}

.btn-sbm {
	background-image:-webkit-linear-gradient(#fa9816, #f98a0d 60%, #ec7e04);
	background-image:-o-linear-gradient(#fa9816, #f98a0d 60%, #ec7e04);
	background-image: linear-gradient(#fa9816, #f98a0d 60%, #ec7e04);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa9816', endColorstr='#ec7e04', GradientType=0) ;color:#fff;
}*/
.sub_title_img {margin-bottom:20px;}
.req_ntp {position:absolute; width:100%; margin-top:-5px; font-size:11px; color:#ff942a;}

/* prcv agree */
.pr_head {font-size:24px;}
.req_pr {padding: 10px;}
.req_pr strong {font-size:17px;}

.pr_quee {padding:0px;}
.pr_quee li {list-style:none;}
.pr_pref {float:left; width:5%; text-align:center; display:inline-block;}
.pr_cont {float:left; width:95%; display:inline-block; }

.table-bordered {border:0; margin-bottom:20px;}
/* CMS */

.cms_head {color:#999; background-color:#D3DEF5;}
.cms_cpy { font-size:12px; color:#666; }
.cms_agr {font-size:16px; color:#0049aa}
.req_agrBox ul {padding:0; text-align:center}

.req_agrBox li {list-style:none; text-align:left;}

.cms_dnt {font-size:12px; padding-top:10px;}
.cm_sm {font-size:12px;}


#cms_form {display:none;}

.req_cont_2 {height:133px; overflow-y:scroll;}
/* view page */
#bo_v .req_inp {padding:15px 10px;}
#bo_v .reqc_zip_2 {padding:86px 0px;}
#bo_v .reqc_zip {padding:26px 0px;}
#bo_v .req_inpz {padding:27px 10px;}

/*  == */

.pTB40 {padding-top: 40px; padding-bottom:40px;}
.pTB35 {padding-top: 35px; padding-bottom:35px;}
.pTB30 {padding-top: 30px; padding-bottom:30px;}
.pTB20 {padding-top: 20px; padding-bottom:20px;}
.pTB08 {padding-top: 8px; padding-bottom:8px;}

.pT10 {padding-top:10px;}
.pT30 {padding-top:30px;}
.pT35 {padding-top: 35px;}
.pT40 {padding-top: 40px;}
.nopadding {padding:0 !important;}

#fboardlist, #bo_v {margin-top:20px;}


@media (min-width:992px) {
	.pB58 {padding-bottom: 58px;}
}
.form-control {display:inline-block}

@media (max-width:1200px) {
	#wr_5_4 {width:40% !important;}
}
@media (max-width:992px) {
	.col-md-7 {border-right:0; border-bottom:1px solid #DDD;}
	.req_w17 {width:30%;}
	.req_w17_2 {width:100%;}
	.req_agrBox {width:100%;}
	.req_capt {width:40%;}
	.req_inp  {width:60%;}
	.req_fl p, .req_fl strong {float:none; margin-right:0}
	.norigbord, .norigbord2 {border-bottom:1px solid #DDD; border-right:1px solid #DDD;}
	
	.b992toom {border-bottom:1px solid #DDD;}
	#wr_5_4 {width:20% !important;}
	#wr_7_4 {width:30% !important;}
	.rew_2 {padding:38px 0;}
}
@media (max-width:768px) {
	.req_nums input {width:32%;}
	.reqc_zip_2 {padding:72px 0;}
	#wr_5_4 {width:40% !important;}
	#wr_7_4 {width:40% !important;}
	.req_p78 {padding:26px 0;}
	
	.pr_quee .pr_pref {text-align:left;}
	.req_capt {width:100%; padding:10px 0 !important}
	.req_inp {width:100%; border-left:1px solid #DDD;}
	.req_hleft,.req_hrig {width:100%; float:none;}
	.req_hdlines {margin-bottom:0;}
	.req_nums input {float:left; width:33.33%;}
	#wr_19 {width:100%;}
	
	
}
@media (max-width:480px) {
	.frmp_img {width:100%}
}

@media print{
	 body {font-size:12px;}
	.col-md-7 {width:58.33% !important; border-bottom:0 !important; border-right:1px solid #DDD !important;}
	.col-md-5 {width:41.66% !important}
	.req_inp {padding:10px !important}
	.req_capt {padding:10px !important}
	.pt10 {padding:10px 10px 0 !important}
}