/* 내용 간격 초기화 */
.panel-body {
    padding: 0px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;
}
.row {
    margin-left: 0;
    margin-right: 0;
}
.h365 {height: 365px}
.h210 {height: 210px}
.h52 {height: 52px}

#bo_v_con p {margin:0}
section #bo_v_atc p {margin:0}
.panel-body .media-table {
    border-top: 3px solid rgba(144, 200, 59, 1);
}
.panel-default {
    margin-top: 50px;
}


/* 카테고리 */
#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-family: "NanumBarunGothicOTF", sans-serif;}

/*카테고리 라벨*/
.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:150px;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_top {margin-top:20px;}
/* 뷰페이지 라벨크기 */
#bo_v .panel-heading h6{line-height:180%;
     font-family: "NanumBarunGothicOTF", sans-serif;
    font-size: 14px;
    color: #000;}

/*추천수 숫자 크기 */
#bo_v_act .badge{    font-size: 10px;}

/* 공지사항 */
#bo_list .bo_notice { font-family: "NanumBarunGothicOTF", sans-serif; 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;}
}
 /* 갤러리 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;}

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%; float:left;}
.frm_input2  { 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}


.form-control {margin-top:-7px;}
.col-md-7 {border-right:1px dotted #DDD;}

.req_box .col-xs-12  {/*padding:0*/}

.req_hdlines {border-bottom:3px solid #ff942a; display:inline-block; width:100%; padding:5px 0; margin-bottom:-4px}
.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;}

.brdr_top {border-top: 1px solid #DDD;}
.req_box {
    border-bottom: 1px solid #DDD;
    display: table;
    width: 100%;
    border-right:1px solid #DDD;
}
.req_box2 {display:table; width:100%;}
.req_capt {float:left; /*border-right:1px solid #DDD;*/ border-left:1px solid #DDD; padding:15px 0; text-align:center; background-color:#fafafa; font-size:17px;}
/*.req_capt:after {content:'|'; position:absolute; right:0}*/
.req_w17 {width:17.5%;}
.req_w17_2 {width:17.5%;}
.req_inp {float:left; padding:5px 5px 0; /*border-right:1px solid #DDD;*/ word-break:break-all}
.req_inp img {width:200px;}
.req_inp2 {
    padding: 10px 0 10px 2px;
    border-top: 1px solid #ddd;
    border-bottom: 1px dotted #ddd;
    border-left: 1px solid #ddd;
    font-size: 17px;
}
.req_inp3 {
    padding: 10px 5px;
    border-left: 1px solid #ddd;
    font-size: 17px;
}
.left_non_border {
    border-left: none;
}
.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.8%;}
.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:51.6%;}
.req_inp_2 {width:48.4%; border-right:0; }
.req_inp_3 {padding:16px 5px;}

.btn_reqz {border-radius:0; background-color:#333; color:#fff; height:42px;}
.reqc_zip {padding:62px 0;}
.reqc_zip_2 {padding:38px 0;}
.reqc_zip_3 {padding:41px 0;}
.reqc_zip_4 {padding:104px 0;}
.reqc_zip_5 {padding:219px 0;}
.reqc_zip_6 {padding:95px 0;}
.req-afr {text-align:right; padding:5px;}

.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(#4f6b93, #4f6b93 60%, #4f6b93);
	background-image:-o-linear-gradient(#4f6b93, #4f6b93 60%, #4f6b93);
	background-image: linear-gradient(#4f6b93, #4f6b93 60%, #4f6b93);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa9816', endColorstr='#ec7e04', GradientType=0) ;color:#fff;
	background-color: #4f6b93;
}
.sub_title_img {margin-bottom:20px;}

/* 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;}


.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;}

.cen_padding{
	padding:11px 0;
}

@media (min-width:992px) {
	.pB58 {padding-bottom: 58px;}
}
.form-control {display:inline-block}

@media (max-width:1200px) {

}
@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_fl p, .req_fl strong {float:none; margin-right:0}
}
@media (max-width:768px) {
	.req_nums input {width:32.5%;}
	.req_capt_2 {width:30%;}
	.req_inp_2 {width:70%; border-right:1px solid #DDD;}
    .reqc_zip_2 {padding:44px 0;}
}
@media (max-width:767px) {
	.req_nums input {width:32.5%;}
	.req_capt_2 {width:30%;}
	.req_inp_2 {width:70%; border-right:1px solid #DDD;}
    .reqc_zip_2 {padding:44px 0;}
    .req_capt {width:100%; padding:10px 0 0}
    .req_inp {width: 100%;
        border-left: 1px solid #ddd;}
}
@media (max-width:480px) {
	.pr_quee .pr_pref {text-align:left;}
	.req_capt {width:100%; padding:10px 0 0}
	.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_7_7 {width:75% !important;}
	#wr_12_1,#wr_12_2, #wr_12_3, #wr_12_4 {width:15% !important;}
}

@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}
}


/* 개인정보 수집 이용동의 */
.frm_prvt {border:2px solid #4f6b93; margin:20px 0; font-size:16.5px;}
.frmp_hd {
    background-color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0 0 0;
}
.frmp_hd_2 {
    background-color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 34px 0 0 0;
    margin-top: 32px;
    border-top: 1px solid #ccc;
}

.frmp_cont {
    padding: 10px 20px 0 20px;
    border-bottom: 1px dotted #999;
    line-height: 161%;
}

.frmp_bot {background-color:#fff; padding:20px; text-align:center}
.frmp_inpt {width:150px;}

.frmp_pnt { font-weight:bold;}
.frmp_pnt_ti {
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 29px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
}

.agn_rig {text-align:right;}


.frmp_mi {
    background-color: #efefef;
    padding: 15px 22px;
}
@media (max-width:480px) {
	.frmp_img {width:100%}
}

.div_reqc_zip2 {padding: 38px 0px;}

.div_reqc_zip2 {padding: 38px 0px;}
.div_p {
	padding-top: 16px;

}

.fc {
	color : #4f6b93;
}
.bigtxt {
    color: red;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    padding-top: 2%;
}

#_agree-wrap { width:100%; max-width:920px; margin:0 auto 30px auto; padding:70px 40px;text-align: justify; border:1px solid #ccc; border-radius:10px;}
#_agree-wrap span { display:block; }
#_agree-wrap ._agree-title { width:100%; text-align:center; font-size:2.5rem;font-weight:bold; margin-bottom:30px; }
#_agree-wrap ._agree-txt { margin-bottom:15px;}
#_agree-wrap ul { margin-left: 50px; }
#_agree-wrap ul li span { margin-top:10px; }
#_agree-wrap ul li span label { cursor:pointer; }
#_agree-wrap ul li { list-style: decimal; margin-bottom:30px; }
#_agree-wrap .agrChk4 { width:50px;border:0px;border-bottom:1px solid red; background:#FFDDDD;text-align:center;}
#_agree-wrap .agreeIpt {display:inline-block;position:relative;}
#_agree-wrap ._agree-help { position: absolute;bottom:-50px;left:-100px; border:1px solid #dd6666;background:#FFFFDF;padding:8px 10px;border-radius:5px;width:240px;font-size:14px;font-weight:bold; }
#_agree-wrap ._agree-arrow-up{position: absolute;bottom:-12px;left:14px;width: 0;height: 0;border-left: 10px solid white;border-right: 10px solid white;border-bottom: 10px solid #dd6666;}