@charset "utf-8";
@import url('iconFont/intaeFont/styles.css');
@import url('animation/animations.css');
/*@import url('mobileDefault.css?ver=1.5');*/


/*──────────────── 레이어 팝업 ────────────────*/

#hd_pop {position:relative;margin:0 auto;width:100%;height:0;}
#hd_pop h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
.hd_pops {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
	z-index: 100000;
	display:flex; align-items:center;
	}
.hd_pops .hd_pops_close{font-size:0;cursor:pointer;}
.hd_pops .hd_pops_close:before{
	content:'\e005';
	font-family:'intaeFont';
	font-size:12px;
	font-weight:normal !important;
	text-align:center;
	line-height:30px;
	color:#fff;
	width:30px;
	height:30px;
	background:rgba(255,65,65,0.85);
	border-radius: 50%;
	position:absolute;
	top:-14px;
	right:-14px;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	}
.hd_pops .hd_pops_close:hover:before{
	width:34px;
	height:34px;
	line-height:34px;
	background:rgba(255,65,65,1);
	top:-15px;
	right:-15px;
	opacity:1;
	}
.hd_pops_con {
	width:calc(100% - 40px);
	margin:0 auto;
	position:relative;
	background:rgba(255,255,255,1);
	box-shadow: 0px 12px 4px rgba(0, 0, 0, 0.15);
	padding:10px;
	border-radius: 0px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
.hd_pops_footer {padding:0; text-align:right;}
.hd_pops_footer button {font-size:10px; padding:5px 10px;background:#393939;color:#fff}




/*______________________________ header _______________________________*/

#header{height:55px; line-height: 55px; position:relative; z-index:10;}
#header #logo{width:100%; position:relative;}
#header #logo img{max-width:210px; max-height:28px;}
#header .subject{display:none;}

/* viewpage, writepage 일때 로고대신 게시판 제목 출력 */
#header .bo_title{margin: 0; padding:0;display:block;font-size:19px;height:55px;line-height:57px; text-align:center;}
#header .bo_title:before{content:''; font-family:'intaeFont'; font-size:14px; margin-right:0.2em; display:inline-block; vertical-align:middle; opacity:0.8;}
.viewPage #header .bo_title:before{content:'\e109';font-size:16px; }
.writePage #header .bo_title:before{content:'\e2d5'; font-size:15px; margin-left:-10px;}

#titleBar .toggle {position:relative; top:0; transition: all 0.3s cubic-bezier(0.5, 0, 0, 1.25);}
#titleBar .toggle:before{color:rgba(0,0,0,0.7); background:rgba(255,255,255,0.8);}
#titleBar .toggle:hover:before{color:rgba(255,255,255,0.8); background:rgba(0,0,0,0.4);}
#titleBar .toggle.colorBG:before{}

#navPanel {-webkit-overflow-scrolling:touch;} /*IOS 스크롤 부드럽게 */
#navPanel nav{display:block;} 
#navPanel nav li{
	position:relative;
	display:block;
	font-size:15px;
	font-weight:300;
	height: 46px;
	line-height: 47px;
	color:#fff;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	}
#navPanel nav li.opener{height:auto;}
#navPanel nav li.opener:after{
	content:'\e008';
	font-family: 'intaeFont';
	font-size:14px;
	color:#fff;
	vertical-align:middle;
	display:inline-block;
	opacity:0.8;
	position:absolute;
	top:0;
	right:15px;
	}
#navPanel nav li.open:after{content:'\e009' !important; font-family: 'intaeFont';}

#navPanel nav li li{font-size:0.9em; font-weight:200; color:rgba(255,255,255,0.7);}
#navPanel nav li li:first-child{border-top: 1px solid rgba(0,0,0,0.34);}
#navPanel nav li li:last-child{border-bottom:0;}

#navPanel nav li a{
	display: block;
	position:relative;
	overflow:hidden;
	text-decoration: none;
	height: inherit;
	color:inherit;
	padding: 0 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
#navPanel nav li li a{padding-left:1.7em;}

#navPanel nav li.active{padding:0 1em; font-weight:400; color:#00c9fd;}
#navPanel nav li li.active{padding-left:1.7em;}
#navPanel nav li.active:after{
	content:'';
	vertical-align:middle;
	display:block;
	width:8px;
	height:100%;
	position:absolute;
	top:0;
	right:0px;
	background:#5994ff;
	background:url('img/menuActive.gif') repeat;
	background-size:9px;
	opacity:0.7;
	}
#navPanel nav li.active.adminActive:after{display:none;}

#navPanel{background-color:#191b1f;}
#navPanel nav ul{background-color: #1d1f24;}
#navPanel nav ul li ul.sidebar-submenu {background-color:#272a32;}

#navPanel nav ul li.member{background:#23262e;}
#navPanel nav ul li.bo_admin{background:#505d71;}
#navPanel nav ul li.admin{background:#505d71;}

#navPanel nav li.active a.bo_admin{
	display:inline-block;
	position:absolute;
	top:calc(50% - 14px);
	right:10px;
	height:100%;
	padding:0;
	font-size:0;
	font-weight:normal;
	z-index:19;
	border:0;
	color:rgba(255,255,255,0.5);
	width:28px;
	height:28px;
	line-height:28px;
	text-align:center;
	background:rgba(0,0,0,0.5);
	border-radius:10px;
	}
#navPanel nav li.active a.bo_admin:before{content:'\e0c1';font-family:'intaeFont';font-size:13px;}

/* Icon */
#navPanel [class*="icon_"]:before,
#navPanel [class^="icon_"]:before{content:'';font-family: 'intaeFont';font-size:0.85em;margin-right:8px;vertical-align:middle;display:inline-block;opacity:0.8;}
#navPanel .icon_home:before{content:"\e368"; font-size:1.25em;}
#navPanel .icon_login:before{content:"\e0a3";}
#navPanel .icon_logout:before{content:"\e0f6"; margin-top:-4px;}
#navPanel .icon_mypage:before{content:"\e0ab"; margin-top:0px; font-size:0.7em;}
#navPanel .icon_adm:before{content:"\e0c1";}
#navPanel .icon_menu:before{content:"\e2d3"; font-size:0.9em; margin-top:-1px;}
#navPanel .icon_layout:before{content:"\e2cf";}
#navPanel .icon_logo:before{content:"\e2ee";}
#navPanel .icon_bottom:before{content:"\e2e6";}
#navPanel .icon_popup:before{content:"\e0fb";}

#gnb_empty {padding:20px 0;color:#fff;text-align:center;line-height:2em}
#gnb_empty a {display:inline;text-decoration:underline}


/*____________________________ boSearchOpner ____________________________*/

.boSearchOpener{position:absolute; top:0px; right:0px; margin:0; width:50px; text-align:center; z-index:105;}
.boSearchOpener:before{
	content: "\e062";
	font-family: 'intaeFont';
	font-size:22px;
	font-weight:normal;
	}
.whiteBG .boSearchOpener:before{color:rgba(0,0,0,0.8);}
.colorBG .boSearchOpener:before{color:rgba(255,255,255,0.9);}
.boSearchWrap{
	display:none;
	position:absolute;
	top:0px;
	left:0;
	width:100%;
	height:55px;
	overflow:hidden;
	text-align:center;
	border-bottom:1px solid rgba(0,0,0,0.15);
	box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.02);
	z-index:1000; /* important */
	}
.boSearchWrap .icon_search{position:absolute; top:2px; left:15px; z-index:9;}
.boSearchWrap .icon_search:before{content:"\e344"; font-family:'intaeFont'; color:rgba(0,0,0,0.3); font-size:16px;}
.boSearchWrap .btn_submit {display:none;}
.boSearchWrap .boSearchCloser {position:absolute; top:2px; right:0px; height:100%; border:0; padding:0 10px 0 5px; color:#52a7ff; font-size:13px; font-weight:400; letter-spacing:-0.01em; z-index:9;}
.boSearchWrap input[type="text"] {font-size:15px; font-weight:400; color:#2e2e2e;height:55px; padding-left:42px; padding-right:68px; background:#fff; float:left; border:0;}
.boSearchWrap input[type="text"]:focus{border:none;}

#hd_nb {clear:both;background:#ecf0f7;text-align:center}
#hd_nb li {display:inline-block}
#hd_nb li:nth-last-of-type(1) {border-right:0 !important}
#hd_nb a {display:inline-block;padding:10px 7px;text-decoration:none}

#lnb {}
#lnb ul {margin:0;padding:0;border-bottom:1px solid #e7f1ed;list-style:none}
#lnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#lnb li {float:left;margin-bottom:-1px;width:25%}
#lnb a {display:block;padding:10px 0;border-right:1px solid #e7f1ed;border-bottom:1px solid #e7f1ed;color:#000;text-align:center;text-decoration:none}
#lnb li:nth-of-type(4n) a {border-right:0}








/*____________________________ Layout ____________________________*/

/* wrapper */
#wrapper {width:100%; margin:0; padding:0; background:#fff; overflow:hidden;}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}

/* container */
#container {position:relative; padding:0px; font-weight:200; min-height:400px;}
#container:after {display:block;visibility:hidden;clear:both;content:""}

/* location */
#wrapper .location{position:relative; background:#989898; width:100%; height:40px; margin-top:0;}
#wrapper .location ul{font-weight:200; padding:0 15px;}
#wrapper .location ul li{float:left; font-size:13px; line-height:40px; letter-spacing:-0.02em;white-space:nowrap;position:relative;color:#fff;}
#wrapper .location ul li a{color:#fff;}
#wrapper .location ul li:after{font-size:10px; font-weight:normal; content: "\e002"; font-family: 'intaeFont'; color:rgba(255,255,255,0.8); vertical-align:middle; margin:0 14px;}
#wrapper .location > ul > li:last-child{font-weight:600;}
#wrapper .location > ul > li:last-child:after{content: ""; background:none;}

/*	 footer */
#footer{width:100%; position:relative; overflow:hidden;}
#footer h3{display:none;}
#footer img{max-width:104px;}
#footer p, #footer span{line-height:1em; padding:0; margin:0;}
#footer .icon_pc{position:absolute; top:15px; right:10px; font-size:0;}
#footer .icon_pc:before{content:'\e15a'; font-size:20px; color:rgba(255,255,255,0.5);}

/* btnTop */
.btnTop{
	position:fixed;
	right:10px;
	bottom:10px;
	z-index:2600;
	}
.btnTop .scrolly{
	background:rgba(255,255,255,0.9);
	background-clip:padding-box ;
	border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	-webkit-border-radius: 2px !important;
	border:1px solid rgba(0,0,0,0.2);
	box-shadow:0px 2px 5px rgba(0,0,0,0.1);
	width:44px;
	height:40px;
	line-height:40px;
	display:block;
	}
.btnTop .scrolly:before{
	content: "\e00d";
	font-family: 'intaeFont'; 
	color:rgba(0,0,0,0.7);
	font-size:14px;
	text-align:center;
	display:block;
	}






/*──────────────── 상단 이미지 ────────────────*/

/* bo_top_img */
.bo_top_img{width:100%; position:relative; padding:0; margin:0; overflow:hidden; display:flex; align-items:center;}
.bo_top_img .bgImg{position:absolute; top:0; left:50%; max-width:none;}
.bo_top_img .bgSlogan{width:100%; position:absolute; left:0; z-index:4; text-align:center;}

/* boCover */
.boCover{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:500px;
	overflow:hidden;
	}
.coverBg{
	width:100%;
	height:100%;
	background-size: cover !important;
	background-repeat: no-repeat;
	text-align:center;
	color:#fff;
	display:flex;
	align-items:center;
	transition:all 0.4s ease-in;
	}

.coverSlogan{
	position:relative;
	width:100%;
	height:400px;
	padding:50px 30px;
	color:#fff;
	background-color:rgba(0,0,0,0.5);
	overflow:hidden;
	display:flex;
	align-items:center;
	}
.tcenter{margin-left:auto; margin-right:auto; text-align:center;}
.boCoverSpacer{display:block; height:900px;}




/*____________________________ bo_latest(게시판 상,하단 최신글) ____________________________*/

.bo_latest{position:relative; margin:0; padding:0;}
.latest_content_head{position:relative; margin-bottom:30px;}
.latest_title {
	position:relative;
	font-size:20px;
	font-weight:300;
	color:#272626;
	line-height:1.5em;
	text-align:center;
	margin-top:10px;
	margin-bottom:20px;
	overflow:hidden;
	display:block;
	}
.bo_latest_bottom{position:relative;}
.bo_latestSpace{height:52px; position:relative; overflow:hidden; display:block;}/*하단 게시판 로드시 게시판 레이어버튼 영역을 만들어준다*/



/* 게시판 인크루드 */
.bo_top, .bo_bottom{position:relative;}
.bo_top:after, .bo_bottom:after{display:block;visibility:hidden;clear:both;content:""}


/* 게시판 상단내용 */
.bo_mobile_content_head{display:block; overflow:hidden; margin:0px auto;}
.bo_mobile_content_head:after{display:block;visibility:hidden;clear:both;content:""}




/* 관리자 버튼 - 게시판 바로가기 */
a.boardView_adm{
	vertical-align:middle;
	display:inline-block;
	cursor:pointer;
	text-align:center;
	font-size:10px;
	font-family:'Nanum Gothic';
	padding:0 5px;
	height:20px;
	line-height:20px;
	border-radius:2px;
	font-weight:200;
	color:#fff;
	background-color:#363636;
	border:1px solid rgba(0,0,0,0.08);
	border-bottom:1px solid rgba(0,0,0,0.18);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position:absolute;
	top:5px;
	left:5px;
	z-index:2;
	}
a.boardView_adm:hover {text-decoration:none; background-color:#181818;}




/*____________________________ 게시판 공통 ____________________________*/

.boWrap{position:relative; margin:0; padding:0; background-color:#fff;}/*게시판페이지 전체*/
.boWrap:after {display:block;visibility:hidden;clear:both;content:""}

#container_title {
	position:relative;
	font-size:20px;
	font-weight:300;
	color:#272626;
	line-height:1.5em;
	text-align:center;
	margin-top:30px;
	margin-bottom:10px;
	overflow:hidden;
	}
.bo_title_sub{display:block; margin-top:-10px; margin-bottom:10px; text-align:center;}


#bo_list, .bo_gall, #bo_v, #bo_w{
	position:relative;
	width:100%;
	padding:10px;
	margin:0px auto; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*background:#fff;*/
	}
#bo_list, #bo_v, #bo_w{padding:15px;}

/*@media screen and (max-width: 380px){.bo_gall{padding:10px;}}*/

@media screen and (min-width: 601px){.bo_gall{padding:15px 15px 25px 15px; }}


/* 카테고리 스크롤 고정시 공통 */
#bo_cate.fixed {position:fixed; top:0; left:0; z-index:101; width:100%; padding:0; background:#fff; border-bottom:1px solid rgba(0,0,0,0.15); box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.025);}
.iscrollWrap {position:relative;z-index: 1;-ms-touch-action: none;}
.boCateSpace{}


.thumb img{width:100%;}


/* 회원, 작성자 이미지 */
img.mb_img {
	display:inline-block;
	vertical-align:middle;
	border-radius:50%;
	margin-right:10px;
	width:30px;
	height:30px;
	}



/*____________________________ 게시판 버튼 모음 .bo_btnSet ____________________________*/

.bo_btnSet{width:100%; margin:0; padding:0; position:relative;}
.bo_btnSet.relative{}
.bo_btnSet ul {width:100%; text-align:center; border-collapse:collapse;border-spacing:0; display: -webkit-flex; display: flex;}
.bo_btnSet ul li{-webkit-flex:1; flex:1; height:52px; text-align:center; background:rgba(55,126,255,0.95);}
.bo_btnSet [class^="btn_"].wide{width:100%;-webkit-transition: all .15s ease-in-out;transition: all .15s ease-in-out;}
.bo_btnSet [class^="btn_"].wide:hover{color:#fff; background:rgba(255,255,255,0.1);}

.bo_btnSet .btn_file:before,
.bo_btnSet .btn_link:before{
	content:'';
	font-family:'intaeFont';
	font-size:22px;
	line-height:54px;
	font-weight:normal;
	display:inline-block;
	vertical-align:middle;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	}
/* 첨부파일 */
.bo_btnSet .btn_file:before{
	content:"\e2c5" !important;
	font-family:'intaeFont';
	margin-top:-1px;
	}
.bo_btnSet .btn_file .fileNum{position:absolute; top:14px; right:50%; margin-right:-18px; font-size:10px; font-weight:600; width:14px; height:14px; text-align:center; line-height:16px; color:rgba(55,126,255,0.95); background:#fff; border-radius:50%; display:inline-block; z-index:3;}
.bo_btnSet #downfile_wrap{position:absolute;left:0; bottom:52px; padding:4px 15px;width:100%; background:rgba(255,255,255,0.95);border-top:1px solid rgba(0,0,0,0.2);z-index:999;box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.03);}
.bo_btnSet #downfile_wrap a{
	text-align:left;
	display:block;
	width:auto;
	width:100%;
	padding:10px 0;
	font-size:13px;
	font-weight:400;
	line-height:1.6em;
	border-bottom:1px solid rgba(0,0,0,0.1);
	background:none !important;
	overflow : hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	-ms-text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
	}
.bo_btnSet #downfile_wrap a:before{content: "\e0e8";font-family: 'intaeFont'; font-weight:bold; vertical-align:middle; display:inline-block; margin-right:0.5em; margin-top:-2px;}
.bo_btnSet #downfile_wrap a:hover{text-decoration: underline !important;}
.bo_btnSet #downfile_wrap a:last-child{border:none;}

/* 링크 */
.bo_btnSet .btn_link:before{content:"\e2d1" !important; font-size:21px;}

/* 좋아요 버튼 */
.btn_b01, .btn_good{
	vertical-align:middle;
	display:inline-block;
	cursor:pointer;
	text-align:center;
	font-size:13px;
	padding:0 8px;
	height:30px;
	line-height:28px;
	font-weight: 400;
	color:#494949;
	background:#f5f5f5;
	border:1px solid rgba(0,0,0,0.08);
	border-bottom:1px solid rgba(0,0,0,0.18);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	}
.btn_b01{height:28px; line-height:27px;}
.btn_good{height:36px; line-height:35px; padding:0 15px; border-radius:2px;}

/* 이미지가 없을때 */
.noimage{display:block; background:rgba(0,0,0,0.07); text-align:center; font-size:0; position:relative; width:100%;}
.noimage:after{content:'\e0f7'; font-family:'intaeFont'; color:#fff; font-size:32px; width:100%; position:absolute; top:50%; left:0; margin-top:-5px; display:inline-block;}
.noimage.small{background:rgba(0,0,0,0.15);}
.noimage.small:after{font-size:18px; margin-top:-7px;}


/* 자료 없는 목록 */
.empty_list {
	position:relative;
	padding:120px 0;
	text-align:center;
	margin-bottom:10px;
	font-size:15px;
	color:rgba(0,0,0,0.4);
	font-weight:400;
	}
.empty_list .tag{font-weight:bold;}
.empty_list:before{
	content:'\e343';
	font-family:'intaeFont';
	font-size:64px;
	line-height:50px;
	font-weight:normal;
	display:block;
	color:rgba(0,0,0,0.2);
	}

/* 댓글 숫자 스타일 */
.cnt_cmt {display:inline-block;}

.bo_fx li .btn_b01{height:25px; line-height:24px; font-size:10px;}

.sv_member, .sv_guest, .member, .guest {font-size:inherit; font-weight:inherit; color:inherit; margin:0 !important; padding:0 !important;}



/* _______ 페이지 넘버 .pg_wrap _______*/
.pg_wrap {clear:both; margin:20px auto; text-align:center; font-size:0;}
.pg_wrap .pg {display:inline-block; position:relative; overflow:hidden;}
.pg_wrap a.pg_page, .pg_wrap .pg_current {
	position:relative;
	font-size:14px;
	font-weight:400;
	display:inline-block;
	float:left;
	color:#a9a9a9;
	width:37px;
	height:37px;
	line-height:38px;
	margin-right:5px;
	 text-align:center;
	cursor:pointer;
	background:#fff;
	border:1px solid rgba(0,0,0,0.2);
	border-radius:1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
.pg_wrap a.pg_page:last-child{margin-right:0;}
.pg_wrap a:focus, .pg a:hover {background:#66aaff; color:#fff;}
.pg_wrap .pg_current {font-weight: 500; color:#fff !important; background:#4497fd !important;}
a.pg_start, a.pg_prev, a.pg_end, a.pg_next {font-size:0 !important;}
a.pg_start:before, a.pg_prev:before, a.pg_end:before, a.pg_next:before{content:''; font-family:'intaeFont'; font-weight:normal; font-size:19px; display:inline-block; vertical-align:middle; margin-top:-2px;}
a.pg_start:before{content:'\e3d6';}
a.pg_prev:before{content:'\e3da';}
a.pg_end:before{content:'\e3d7';}
a.pg_next:before{content:'\e3db';}
a.pg_start:hover:after, a.pg_end:hover:after{background:#fff;}


.bo_cate_link{display:inline-block; font-size:13px; font-weight:300; color:#858585 !important; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out;}
.bo_cate_link:hover{color:#5c92ff !important;}

.bo_cate_link.before{font-weight:400; color:#fff !important; height:21px; line-height:23px; padding:0 0.4em; background:rgba(0,0,0,0.15); border-radius:6px; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out;}
.bo_cate_link.before:hover{background:#5c92ff;}

.bo_cate_link.after{font-size:13px; font-weight:300;}


.latest_cate,
a.latest_cate{display:inline-block; font-size:1em; font-weight:400; color:#5984ff; border-bottom:1px dashed #5984ff;}











/*____________________________ List page ____________________________*/

#bo_list{}
	
.mobile-listWrap{position:relative; overflow:hidden;}
.mobile-listWrap .mobile-list{position:relative; padding:18px 2px; border-bottom:1px solid rgba(0,0,0,0.1);}
.mobile-listWrap .mobile-list:first-child{border-top:1px solid rgba(0,0,0,0.1);}
.mobile-listWrap .mobile-list:last-child{border-bottom:0;}

.mobile-listWrap.noPadding .mobile-list{padding:18px 15px;}

.mobile-listWrap .mobile-list .listCon{font-size:16px; position:relative; padding:2px 0; overflow:hidden; vertical-align:middle;}
.mobile-listWrap .mobile-list .listRight{position:absolute; top:0; right:0; height:100%; text-align:center; display:flex; align-items:center;}
.mobile-listWrap .mobile-list .listCon .icon_notice{
	position:relative;
	font-size:0;
	display:inline-block;
	vertical-align:middle;
	width:25px;
	height:25px;
	text-align:center;
	background:#fff;
	border:1px solid rgba(0,0,0,0.25);
	border-radius:10px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	margin-right:10px;
	}
.mobile-listWrap .mobile-list .listCon .icon_notice:before{content:'\e2da'; font-family:'intaeFont'; font-size:14px; line-height:25px; color:#737373;  display:inline-block;}
.mobile-listWrap .mobile-list .listCon .bo_cate_link{margin-bottom:0.7em; margin-right:0.8em;}
.mobile-listWrap .mobile-list .listCon .bo_extra{display:inline-block; margin-bottom:0.6em; font-weight:200; margin-right:0.8em;}
/*.mobile-listWrap .mobile-list .listCon .bo_cate_link{
	display:inline-block;
	font-size:0.8em;
	font-weight:400;
	height:22px;
	line-height:23px;
	padding:0 5px;
	background:#fff;
	border:1px solid rgba(0,0,0,0.4);
	border-radius:8px;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.02);
	margin-right:0.8em;
	}*/
.mobile-listWrap .mobile-list .listCon .listSubject{line-height:1.6em; font-weight:400; word-break: break-all;}
.mobile-listWrap .mobile-list .listCon .subInfo{font-size:0.85em; display:block; margin-top:5px; color:#6d6d6d;}
.mobile-listWrap .mobile-list .listCon .cnt_cmt {display:inline-block; font-weight:400; color:#ff4a4a; margin-left:0.4em;}
.mobile-listWrap .mobile-list .listCon span[class^='icon_']{margin-left:0.6em; color:#676767; margin-top:-2px;}
.mobile-listWrap .mobile-list .listCon span.icon_hot{display:inline-block; margin-left:10px;}

.mobile-listWrap .mobile-list [class^='btn']{margin-left:10px;}
.mobile-listWrap .mobile-list [class^='btn']:first-child{margin-left:0;}

.mobile-listWrap .mobile-list .btnEmail{font-size:0; width:40px; height:40px; border-radius:6px; line-height:38px; display:inline-block; text-align:center;vertical-align:middle; margin-top:-1px;}
.mobile-listWrap .mobile-list .btnEmail:before{content:'\e342';font-family:'intaeFont';font-size:38px;color:#47cf70;display:inline-block;vertical-align:middle;}
.mobile-listWrap .mobile-list .btnEmail:hover{background:#43a429; }



	.list_infoSet{position:relative; overflow:hidden;  color:#757575; display:flex; align-items: center; margin-top:15px; margin-bottom:0;}
	.list_infoSet .mb_img{width:28px; height:28px;}
	.list_infoSet span, .list_infoSet .bo_cate_link{}
	.list_infoSet span:last-child{margin-right:0;}
	.list_infoSet .user{font-size:14px; font-weight:400; color:#595959; display:inline-block;}
	.list_infoSet .date{font-size:13px; font-weight:200; color:#888888; letter-spacing:-0.04em; display:inline-block;}
	.list_infoSet .icon_good, .list_infoSet .icon_view{font-size:13px; font-weight:200; color:#656565;}
						
	.list_infoSet .writeInfo{ display:inline-block; flex-grow:1; text-align:left;}
	.list_infoSet .iconSet{font-size:12px; display:inline-block; text-align:right;}

	.list_infoSet .iconSet .icon_good{}
	.list_infoSet .iconSet .icon_good:before{color:#37a8ff;}
	.list_infoSet .hat:after{content:''; display:inline-block; width:1px; height:10px; background:rgba(0,0,0,0.1); margin:0 10px; margin-top:-1px; vertical-align:middle;}
	.list_infoSet .hat:last-child:after{display:none;}
						

/* 지도 게시판 */
.mobile-listWrap.map .mobile-list .listCon .bo_cate_link{margin-bottom:0; margin-right:0.7em;}
.mobile-listWrap .mobile-list .listCon .bo_area{
	color:#585858;
	display:inline-block;
	border:1px solid rgba(0,0,0,0.25);
	box-shadow:0 3px 3px rgba(0,0,0,0.06);
	font-size:13px; font-weight:400;  height:21px; line-height:21px; padding:0 0.4em;border-radius:7px; margin-right:0.7em;
	}
.mobile-listWrap .mobile-list .listCon .address{font-size:14px; display:block; margin-top:10px;} /* 지도스킨 */
.mobile-listWrap .mobile-list .listCon .tel{font-size:14px; display:block; margin-top:5px; color:#6d6d6d;} /* 지도스킨 */
.mobile-listWrap .mobile-list .btnCall{font-size:0;} /* 지도스킨 */
.mobile-listWrap .mobile-list .btnCall:before{ /* 지도스킨 */
	content:'\e175';
	font-family:'intaeFont';
	font-size:17px;
	color:#fff;
	font-weight:normal;
	width:36px;
	height:36px; 
	line-height:36px;
	text-align:center;
	border-radius:50%;
	background:#4a94f8;
	display:inline-block;
	vertical-align:middle;
	}
.mobile-listWrap .mobile-list .btnCall:hover:before{background:#2276e8;} /* 지도스킨 */



	
	/* tbl_wrap */
	.tbl_wrap {position:relative;}
	.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0}
	.tbl_wrap caption {padding:0;font-size:0;line-height:0;overflow:hidden}

	.tbl_wrap thead th {font-weight:500; height:36px; line-height:36px; padding:0 5px; color:#fff;  text-align:center; background:rgba(0,0,0,0.75); }
	
	.tbl_wrap thead a {color:#fff;}
	.tbl_wrap thead a:hover {text-decoration:underline;}
	.tbl_wrap thead th input {vertical-align:middle;}

	.tbl_wrap tr.bo_notice td{background:#7f7f7f; color:#fff; padding:6px 5px;}
	.tbl_wrap tr.bo_notice td a{color:#fff !important;}
	.tbl_wrap tr.bo_notice td .icon_notice{font-size:0;}
	.tbl_wrap tr.bo_notice td .icon_notice:before{content:'\e28c'; font-family:'intaeFont'; color:rgba(255,255,255,0.8); font-size:16px; margin-top:-4px; display:inline-block;}

	.tbl_wrap td, .tbl_wrap tbody th {
		color:#7f7f7f;
		line-height:1.5em;
		padding:20px 5px;
		background:#fff;
		border-top:1px solid rgba(0,0,0,0.1);
		border-bottom:1px solid rgba(0,0,0,0.1);
		word-break:break-all;
		text-align:center;
		}
	.tbl_wrap tbody th{background:rgba(0,0,0,0.02); border-right:1px solid rgba(0,0,0,0.1);}
	.tbl_wrap td.td_chk {width:36px;} 
	.tbl_wrap td.td_num {width:50px;} 
	.tbl_wrap td.td_cate{width:140px;}
	.tbl_wrap td.td_subject{text-align:left; font-size:15px; vertical-align:middle;}
	.tbl_wrap td.td_subject a{color:#434343;}
	.tbl_wrap td.td_subject a:hover{color:#292929;}

	.tbl_wrap td.td_subject a.bo_cate_link{color:#fff; font-size:0.9em; display:inline-block; padding:0px 5px; border-radius:3px; background:#363636; margin-right:7px;}
	.tbl_wrap td.td_subject img {margin-left:3px}
	.tbl_wrap td.td_subject span[class^="icon_"]{margin-left:5px;}

	.tbl_wrap td.td_name {width:102px;} 
	.tbl_wrap td.td_phone{width:140px;}
	.tbl_wrap td.td_date {width:80px;} 
	.tbl_wrap td.td_hit{width:60px;}
	.tbl_wrap td.td_group {width:100px;} 
	.tbl_wrap td.td_mb_id {width:94px;} 
	.tbl_wrap td.td_mng {width:80px;} 
	.tbl_wrap td.td_nick {width:100px;} 

/* 나눔고딕적용 */
#bo_list .tbl_wrap.nanum{font-size:12px; font-family:'Nanum Gothic';}
	.tbl_wrap.nanum thead th {font-weight:bold;}
	.tbl_wrap.nanum tr.bo_notice td .icon_notice:before{font-size:14px;}
	.tbl_wrap.nanum td.td_subject{font-size:13px; font-weight:bold;}



.attach_li{position:relative; margin:0; padding-left:10px; padding-right:10px; border-radius:0 !important;}


/*____________________________ List page(gallery) ____________________________*/

.bo_gall{}
.attach_li .bo_gall{margin:0; padding:0;} /* pageMake latest skin - bo_gall padding*/

.bo_gall .gall_ul {margin:0;padding:0;list-style:none;zoom:1}
.bo_gall .gall_ul:after {display:block;visibility:hidden;clear:both;content:""}

	.gall_ul .gall_li {float:left; margin-bottom:25px; position:relative;}
	.gall_ul .gall_li .gall_notice{display:block; position:absolute; top:-8px; right:-8px; z-index:21; width:26px; height:26px; line-height:26px; text-align:center; background:#37a8ff; border-radius:13px; box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.12);}
	.gall_ul .gall_li .gall_notice:before{content:'\e2da'; font-family:'intaeFont'; font-size:15px; color:#fff;  display:inline-block;}
	.gall_ul .gall_li .icon_hot{display:block; position:absolute; top:-8px; right:-8px; z-index:20; color:#fff; background:#8184ff;}

		
	.gall_li .gallContents{position:relative; font-size:14px;}
		.gallContents .gallCon_thumb{position:relative; padding:0; font-size:0; line-height:0; color:#fff;}
		.gallContents .gallCon_thumb a{color:#fff;}
		.gallContents .gallCon_thumb a img{-webkit-transition: all .2s ease-in-out;transition: all .2s ease-in-out;}
		.gallContents .gallCon_thumb .imgBorder{max-width:100%; position:relative; display:inline-block; font-size:0; line-height:0; overflow:hidden;}
		.gallContents .gallCon_thumb .imgBorder:before{
			content:'';
			width:100%;
			height:100%;
			font-size:0;
			border-bottom:1px solid rgba(0,0,0,0.1);
			display:block;
			position:absolute;
			top:0;
			left:0;
			z-index:9;
			border-radius:inherit;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			}

		.gallContents .gallCon_thumb .icon_movie{
			display:block;
			width:100%;
			height:100%;
			position:absolute;
			top:-2px;
			left:0;
			z-index:99;
			background:rgba(0,0,0,0.0);
			-webkit-transition: all .25s ease-in-out;
			transition: all .25s ease-in-out;
			}
		.gallContents .gallCon_thumb .icon_movie:before{
			content:'\e0a8';
			font-family:'intaeFont';
			font-size:32px;
			color:rgba(255,255,255,1);
			display:block;
			width:32px;
			height:32px;
			line-height:32px;
			text-align:center;
			position:absolute;
			left:50%;
			top:50%;
			margin-left:-16px;
			margin-top:-16px;
			-webkit-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
			opacity:0;
			}
		.gallContents .gallCon_thumb a:hover .icon_movie{background:rgba(0,0,0,0.25);}
		.gallContents .gallCon_thumb a:hover .icon_movie:before{opacity:1;}

		.gallContents .gallCon_text{background:#fff; padding:15px; border:1px solid rgba(0,0,0,0.12);}
		.gallContents .gallCon_text a.bo_cate_link{margin-bottom:0.7em; height:19px; line-height:21px;}
		/*
		.gallContents .gallCon_text a.bo_cate_link{
			display:inline-block;
			height:22px;
			line-height:23px;
			padding:0 4px;
			background:#fff;
			border:1px solid rgba(0,0,0,0.25);
			color:#595959;
			border-radius:9px;
			box-shadow: 0px 2px 2px rgba(0,0,0,0.06);
			font-size:0.9em;
			margin-bottom:0.8em;
			}*/

		.gallContents .gallCon_text .textSubject {font-size:15px; font-weight:400; line-height:1.4em; margin-bottom:0.5em; z-index:2; word-break: break-all;}
		.gallContents .gallCon_text .textSubject a{color:#232323;}
		.gallContents .gallCon_text .textSubject a:hover{color:#000000;}
		.gallContents .gallCon_text .textSubject .tagOff{color:#7a7a7a;}
		.gallContents .gallCon_text .textSubject .cnt_cmt {display:inline-block; margin-left:7px;}
		.gallContents .gallCon_text .textContent{font-size:14px; font-weight:normal; color:#6a6a6a; line-height:1.65em;}
		.gallContents .textSubject + .gall_infoSet, .gallContents .textContent + .gall_infoSet {margin-top:1.8em;}
			

			.gall_infoSet{position:relative; overflow:hidden; color:#757575; /*display: flex; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: space-between;*/}
			.gall_infoSet .writeInfo{text-align:left; line-height:1.1em;}
			.gall_infoSet .iconSet{text-align:right; line-height:1em;}
			.gall_infoSet .writeInfo + .iconSet{margin-top:10px;}
			
			.gall_infoSet .writeInfo .bo_cate_link{margin-right:6px;}
			.gall_infoSet .writeInfo img.mb_img{width:28px; height:28px; margin-right:5px; }
			.gall_infoSet .writeInfo .user{display:inline-block; font-size:13px; font-weight:400; color:#333333; margin-right:6px; }
			.gall_infoSet .writeInfo .date{display:inline-block; font-size:12px; font-weight:300; color:#888888; margin:0; letter-spacing:-0.04em;}
			.gall_infoSet .writeInfo .hat{margin:0;}
			.writeInfo .hat:after{content:''; width:1px; height:10px; background:rgba(0,0,0,0.1); margin:0 7px; display:inline-block; vertical-align:middle;}
			.writeInfo .hat:last-child:after{display:none;}
					
			.gall_infoSet .iconSet .icon_good:before{font-size:16px; margin-right:1px; color:#37a8ff;}
			.gall_infoSet .iconSet .icon_view:before{font-size:13px; margin-top:-1px;}
			.gall_infoSet .iconSet span{display:inline-block; font-size:12px; margin-right:10px; letter-spacing:-0.03em; vertical-align:middle;}
			.gall_infoSet .iconSet span:last-child{margin-right:0;}
			


/* 테마 : masonry_wrap */
.masonry_wrap{position:relative; margin:0 auto;}
.masonry_wrap .gall_ul .gall_li {margin:0;}
.masonry_wrap .gallContents .gallCon_text .textSubject{margin-bottom:0;}
.masonry_wrap .gallContents .gallCon_text .textSubject + .textContent{margin-top:13px; padding-top:15px; border-top:1px solid rgba(0,0,0,0.1);}
.masonry_wrap .gallContents .gall_infoSet{background:#fff; border:1px solid rgba(0,0,0,0.1); padding:15px;}


.gallCon_tag{
	font-size:12px;
	color:#525252;
	font-weight:400;
	border:1px solid rgba(0,0,0,0.08);
	background:rgba(0,0,0,0.03);
	display:inline-block;
	line-height:21px;
	padding:0px 5px;
	margin-bottom:5px;
	border-radius:2px;
	clear:both;
	overflow:hidden;
	}
.gallCon_tag .colorBox{width:30px; height:15px; display:inline-block; vertical-align:middle; margin-left:5px; margin-top:-1px;}

.gall_text_href {font-size:14px; font-weight:500; line-height:1.5em; margin-bottom:0.8em; z-index:2; word-break: break-all;}
.gall_text_href .tagOff{color:#7a7a7a;}
.gall_contents{font-weight:300; color:#616161; line-height:1.5em; margin-bottom:1.2em;}
.gall_contents a{color:#616161; }
.gall_link{max-width:100%; color:#1a85d8; padding:10px 0; position:relative; overflow:hidden; word-break: break-all;}
.gall_link a{color:inherit; font-size:12px;}
.gall_link a:hover{text-decoration:underline;}
.gall_link.nowWindow:before,
.gall_link.newWindow:before{
	content: "";
	font-size:10px;
	font-weight:400;
	display:inline-block;
	vertical-align:middle;
	width:auto;
	height:20px;
	line-height:20px;
	padding:0 4px;
	border:1px solid #1a85d8;
	border-radius:12px;
	box-shadow:0 2px 2px rgba(0,0,0,0.1);
	margin-right:4px;
	}
.gall_link.nowWindow:before{content: "바로이동";}
.gall_link.newWindow:before{content:'새창열기';}

.gall_makeButton{font-size:12px; color:#7a7a7a;}




/* 개별 편집 아이콘 버튼 */
.layerBtn{position:absolute; bottom:-7px; right:-5px; z-index:31;}
.iconEdit, .btn.iconEdit{
	color:#fff;
	font-size:0px; 
	width:27px;
	height:26px;
	line-height:26px;
	padding:0;
	border-radius:2px;
	}
.iconEdit:before{content:'\e0d7'; font-family:'intaeFont'; font-weight:normal; font-size:17px;}


a.thumbPop:before{
	content:'\e136';
	font-family:'intaeFont';
	font-size:15px;
	font-weight:normal;
	color:#fff;
	line-height:1em;
	position:absolute;
	top:13px;
	right:13px;
	z-index:9;
	opacity:0;
	-webkit-transition: all .2s ease-in-out;
				transition: all .2s ease-in-out;
	}
a.thumbPop:hover:before{opacity:0.9;}
.noimg a.thumbPop:before{color:rgba(0,0,0,0.5);}
.whiteBG a.thumbPop:before{color:rgba(0,0,0,0.5);}

a.videoPop:before{
	content:'\e0a0';
	font-family:'intaeFont';
	font-size:14px;
	font-weight:normal;
	display:inline-block;
	color:#fff;
	line-height:1em;
	position:absolute;
	top:13px;
	right:13px;
	z-index:9;
	opacity:0;
	-webkit-transition: all .2s ease-in-out;
				transition: all .2s ease-in-out;
	}
a.videoPop:hover:before{opacity:0.9;}
.noimg a.videoPop:before{color:rgba(0,0,0,0.5);}
.whiteBG a.videoPop:before{color:rgba(0,0,0,0.5);}


a.videoPop.direct:before{
	content:'\e2ae';
	font-family:'intaeFont';
	font-size:40px;
	text-align:center;
	color:rgba(255,255,255,0.8);
	position:absolute;
	z-index:30;
	top:50%;
	left:50%;
	width:1.7em;
	height:1.7em;
	line-height:1.8em;
	padding-left:0.1em;
	margin-top:-0.82em;
	margin-left:-0.82em;
	background:rgba(0,0,0,0.5);
	border-radius:50%;
	display:inline-block;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	opacity:0.75;
	}
a.videoPop.direct:hover:before{opacity:0.9;}



a.outLink:before{
	content:'\e34f';
	font-family:'intaeFont';
	font-size:12px;
	font-weight:normal;
	display:inline-block;
	color:#fff;
	line-height:1em;
	position:absolute;
	top:13px;
	right:13px;
	z-index:9;
	opacity:0;
	-webkit-transition: all .2s ease-in-out;
				transition: all .2s ease-in-out;
	}
a.outLink:hover:before{opacity:0.9;}
.noimg a.outLink:before{color:rgba(0,0,0,0.5);}
.whiteBG a.outLink:before{color:rgba(0,0,0,0.5);}



/*____________________________ View page ____________________________*/

#bo_v {}
#bo_v header{color:rgba(0,0,0,0.9); margin:15px 0 20px 0; padding-bottom:20px; border-bottom:1px solid rgba(0,0,0,0.1);}
#bo_v #bo_v_title {font-size:19px; font-weight:500; line-height:1.4em; word-break:break-all;}
#bo_v #bo_v_title .ca_name{display:inline-block; font-size:1em; font-weight:500; color:#5984ff; margin-right:0.7em;}

/* 첨부파일 & 링크 */	
.viewpageFile {position:absolute; top:0px; right:0; z-index:9;}
.viewpageFile h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.viewpageFile .bo_v_file_cnt {display:inline-block;margin:0 0 3px 16px}
.viewpageFile a.btnFile{
	position:absolute;
	top:0;
	right:0;
	display:block;
	cursor:pointer;
	font-size:0px;
	font-weight:bold;
	text-align:center;
	width:33px;
	height:33px;
	line-height:33px;
	border-radius:2px;
	background-color:#377eff;
	color:#fff !important;
	/*border:1px solid rgba(0,0,0,0.08);*/
	}
.viewpageFile a.btnFile:before{
	content:"\e2c5";
	font-family:'intaeFont';
	font-size:19px;
	font-weight:normal;
	margin-top:-2px;
	}
.viewpageFile a.btnFile .fileNum{
	position:absolute;
	top:-5px;
	right:-5px;
	font-size:10px;
	font-weight:400;
	width:16px;
	height:16px;
	line-height:16px;
	text-align:center;
	color:rgba(55,126,255,0.95);
	border:1px solid #377eff;
	background:#fff;
	border-radius:50%;
	display:inline-block;
	z-index:3;
	}


.viewpageFile ul#downfile_wrap{position:relative;margin-top:32px;padding:0px;background:#fff;border:1px solid #377eff;z-index:999;box-shadow: -2px 3px 3px rgba(0, 0, 0, 0.15);}
.viewpageFile ul#downfile_wrap li{
	position:relative;
	display:block;
	font-size:12px;
	line-height:2em;
	color:#2b2b2b;
	padding:6px 12px 6px 28px;
	border-top:1px solid rgba(0,0,0,0.1);
	-webkit-transition: all .2s ease-in-out;
				transition: all .2s ease-in-out;
	}
.viewpageFile ul#downfile_wrap li:before{display:inline-block;position:absolute;top:10px;left:10px;content:'\e0e8';font-family:'intaeFont';color:#676767; font-size:12px;font-weight:bold !important;margin-top:-5px;}
.viewpageFile ul#downfile_wrap li:hover{background:#edf7ff;}
.viewpageFile ul#downfile_wrap li:first-child{border:0;}
.viewpageFile ul#downfile_wrap li a{float:left;color:inherit; font-weight:300; font-size:12px; line-height:2em; word-wrap:normal; width:auto !important;}
.viewpageFile ul#downfile_wrap li a:hover{text-decoration: underline !important;}
.viewpageFile ul#downfile_wrap li .fileSize{padding-left:5px; opacity:0.7;}


.viewpageLink {position:relative; margin-top:10px;  z-index:8;}
.viewpageFile + .viewpageLink{padding-right:50px;}
.viewpageLink .icon_link:before{font-size:13px; margin-right:4px;}
.viewpageLink ul {margin:0;padding:0;list-style:none}
.viewpageLink li{
	vertical-align:middle;
	display:inline-block;
	font-size:14px;
	font-weight: 200;
	line-height: 1.3em;
	word-wrap:break-all;
	margin-right:5px;
	padding-left:35px;
	color:#757575;
	}
.viewpageLink li:before{
	content:'\e36d';
	font-family:'intaeFont';
	font-size:18px;
	display:inline-block;
	vertical-align:middle;
	position:absolute;
	top:0px;
	left:0;
	width:24px;
	height:24px;
	line-height:24px;
	text-align:center;
	border-radius:50%;
	background:#fff;
	color:#528fff;
	border:1px solid #528fff;
	box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.02);
	}
.viewpageLink li:last-child {margin-right:0px;}
.viewpageLink li.icon_link:before{display:inline-block; font-size:13px; color:#267ad0;}
.viewpageLink a{color:inherit; color:#005aff; font-weight:200; line-height:1em; word-break: break-all; -webkit-transition: all .2s ease-in-out;transition: all .2s ease-in-out;}
.viewpageLink a:hover{color:#005aff;}
.viewpageLink .bo_v_link_cnt {
	position:absolute;
	top:-4px;
	left:16px;
	width:14px;
	height:14px;
	line-height:15px;
	background:#528fff;
	border-radius:50%;
	color:#fff;
	display:inline-block;
	font-size:9px;
	font-weight:400;
	text-align:center;
	}
.viewpageLink .bo_v_link_cnt.great{width:22px; border-radius:15px; left:14px;} /*링크 클릭수가 100이 넘어가면..*/


/* 본문 */
#bo_v #bo_v_atc {margin-top:10px; position:relative; line-height:1.5em;}
#bo_v #bo_v_atc_title {position:absolute;font-size:0;line-height:0;overflow:hidden;}
#bo_v #bo_v_atc iframe {width:100%;}
#bo_v #bo_v_img {margin:0;width:100%;overflow:hidden;zoom:1}
#bo_v #bo_v_img:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v #bo_v_img img {margin-bottom:10px;max-width:100%;height:auto;}
#bo_v #bo_v_con {width:100%;font-size:16px; font-weight:200; line-height:1.6em;word-break:break-all;overflow:hidden;}
#bo_v #bo_v_con a {color:#000; text-decoration:underline}
#bo_v #bo_v_con p{}
#bo_v #bo_v_con img {max-width:100%; height:auto;}
#bo_v #bo_v_con p img {margin:7px 0;}

/* bo_v_info */
#bo_v #bo_v_info {font-size:13px; color:#555555; margin-top:40px;}
#bo_v #bo_v_info span {display:inline-block; font-weight:200;}
#bo_v #bo_v_info span:after{content:''; display:inline-block; vertical-align:middle; width:1px; height:10px; background:rgba(0,0,0,0.1); margin:-3px 15px 0 13px;}
#bo_v #bo_v_info span:last-child:after{display:none;}
#bo_v #bo_v_info img.mb_img{margin-right:12px;}
#bo_v #bo_v_info .user{font-size:14px; font-weight:400; color:#333333;}
#bo_v #bo_v_info .sv_member,
#bo_v #bo_v_info .sv_guest,
#bo_v #bo_v_info .member,
#bo_v #bo_v_info .guest {font-weight:400;}
#bo_v #bo_v_info .icon_good, #bo_v #bo_v_info .icon_view{}
#bo_v #bo_v_info .icon_good:before{color:#37a8ff;}

/* 추천/비추천 */
#bo_v_act {position:relative; clear:both; text-align:center; margin-top:35px; margin-bottom:10px;}
#bo_v_act .bo_v_act_gng {position:relative; text-align:center;}
#bo_v_act .bo_v_act_gng .btn_good{
	padding:0;
	margin:0;
	border:0;
	background:transparent;
	width:52px;
	height:52px;
	line-height:52px;
	border-radius:30px;
	background:#fff;
	border:1px solid rgba(0,0,0,0.15);
	text-align:center;
	font-size:0;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
	overflow:hidden;
	transition: all 0.35s cubic-bezier(0.32, 2.5, 0.255, 1);
	}
#bo_v_act .bo_v_act_gng .btn_good:hover{width:112px; background:#37a8ff; border:0;}
#bo_v_act .bo_v_act_gng .btn_good:after{content:'추천!';font-size:14px;color:#fff;position:absolute;top:calc(50% - 0.3em);left:46px;width:30px;line-height:1em;visibility:hidden;margin:0;opacity:0;transition: all 0.35s cubic-bezier(0.32, 2.5, 0.255, 1);}
#bo_v_act .bo_v_act_gng .btn_good:hover:after{opacity:1; left:52px; visibility: visible;}
#bo_v_act .bo_v_act_gng .icon_good:before{
	margin-right:0;
	margin-top:1px;
	font-size:26px;
	color:#37a8ff;	
	transition: all 0.3s cubic-bezier(0.32, 2.5, 0.255, 1);
	}
#bo_v_act .bo_v_act_gng .btn_good:hover .icon_good:before{font-size:26px; margin-right:40px; color:#fff;	}
#bo_v_act .bo_v_act_gng .btn_nogood{
	height:42px;
	line-height:39px;
	padding:0 15px;
	text-align:center;
	border-radius:20px;
	margin-left:5px;
	}
#bo_v_act .bo_v_act_gng .icon_nogood{margin-right:0.6em;}
#bo_v_act .bo_v_act_gng .icon_nogood:before{content:'\e357'; font-family:'intaeFont'; font-size:18px; color:#ff5454; display:inline-block; margin-top:-0.03em; margin-right:4px;}
#bo_v_act a {}
#bo_v_act strong {color:#ff3061}
#bo_v_act_good, #bo_v_act_nogood {
	display:none;
	position:absolute;
	top:-60px;
	left:0;
	width:160px;
	margin-left:-54px;
	height:36px;
	line-height:35px;
	background:#ff5e5e;
	color:#fff;
	text-align:center;
	border-radius:4px;
	}
#bo_v_act_good:after{
	content:'\e018';
	font-family:'intaeFont';
	font-size:11px;
	color:#ff5e5e;
	display:inline-block;
	position:absolute;
	bottom:-16px;
	left:50%;
	margin-left:-6px;
	}


#bo_v #bo_v_sns {margin:0 0 20px 0; padding:0;list-style:none;zoom:1}
#bo_v #bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v #bo_v_sns li {float:left;margin:0 5px 0 0}


/* 댓글
#bo_vc {position:relative; margin:0px; padding:20px; font-size:13px; background:#fff; overflow:hidden; border-top:1px dashed rgba(0,0,0,0.3);}
#bo_vc .bo_vc_title{margin-bottom:5px; font-size:14px; font-weight:500; color:#343434;}
#bo_vc .bo_vc_title .icon_reply{font-size:14px; color:#505050; position:relative; margin-right:5px;}
#bo_vc article {position:relative; padding:15px 0; border-top:1px solid rgba(0,0,0,0.1);}
#bo_vc article:first-child{border:none;}
#bo_vc .icon_rereply{ position:absolute; top:7px; left:-20px;}
#bo_vc .icon_rereply:before{content:'\e0f5'; font-family:'intaeFont'; font-size:13px; color:#5c5c5c;}
#bo_vc .header{position:relative; font-size:12px; color:#464646;}
#bo_vc .header .replyName{font-size:1em; font-weight:400; margin-right:0.6em;}
#bo_vc .header .replyName .member:before{content:'\e2e6'; font-family:'intaeFont'; font-size:0.9em; margin-right:0.3em; display:inline-block; vertical-align:middle; margin-top:-0.2em;}
#bo_vc .header .replyName .guest:before{content:'\e2ee'; font-family:'intaeFont'; font-size:0.9em; margin-right:0.3em; display:inline-block; vertical-align:middle; margin-top:-0.2em;}
#bo_vc .header .replyDate{font-size:1em;  font-weight:100;}
#bo_vc .sv_wrap {}
#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest {}
#bo_vc .con{margin-top:10px; font-size:15px; line-height:1.4em; font-weight:300;}
#bo_vc .con a{text-decoration:underline;}
#bo_vc .con 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 .re_btnSetWarp{position:absolute; top:10px; right:5px; z-index:10;}
#bo_vc .re_btnSetWarp .reToggle{position:absolute; top:5px; right:-8px;  z-index:12; width:30px; text-align:right; display:inline-block; color:rgba(0,0,0,0.3);}
#bo_vc .re_btnSetWarp .reToggle.on{color:#3f83ff;}
#bo_vc .re_btnSetWarp .reToggle:before{
	content:'\e192';
	font-family:'intaeFont';
	font-size:18px;
	display:inline-block;
	transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	}
#bo_vc .re_btnSetWarp .re_btnSet{position:relative; margin-right:32px; margin-top:-2px; background:#3f83ff; border-radius:25px; padding:5px 10px; z-index:99;display:none;}
#bo_vc .re_btnSetWarp .re_btnSet.on{display:block;}
#bo_vc .re_btnSetWarp .re_btnSet:after{
	content:'';
	width: 0;
	height: 0;
	border-left: 8px solid #3688f7;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	position:absolute;
	top:12px;
	right:-6px;
	}
#bo_vc .re_btnSetWarp .re_btnSet a{display:inline-block; padding:3px; color:#fff; margin-left:0.5em;}
#bo_vc .re_btnSetWarp .re_btnSet a:first-child{margin:0;}


/* 댓글쓰기
#bo_vc_w {position:relative; margin:0; padding:20px; background:rgba(0,0,0,0.03); border:1px solid rgba(0,0,0,0.1); border-left:0; border-right:0;}
#bo_vc_w .icon_reply {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}

.frmWrap{position:relative; margin:0; padding:0;}
.frmWrap .inputLabel{border:none; padding-left:13px;}
.frmWrap .inputLabel i:before{color:#868686;}
.frmWrap input, .frmWrap textarea{border-color:rgba(0,0,0,0.2);}
.frmWrap textarea{height:50px; padding-right:55px;}
.frmWrap .btnOk{position:absolute; top:4px; right:4px; z-index:9; font-size:13px; font-weight:400; padding:0; width:50px; height:42px; text-align:center; line-height:44px; background:#559dff; color:#fff; }
.frmWrap .btnOk:hover{background:#3f83ff; color:#fff; border-color:#3f83ff;}
*/


#bo_view_reply{position:relative; margin-top:10px;}
.viewReplyHead{font-size:15px; font-weight:400; color:#313131; padding:10px 15px;}
.viewReplyHead .num{color:#ff5858; display:inline-block; margin-left:0.3em;}

.viewReply {margin:0; padding:10px 20px; border:1px solid #e5e8ec; background:#fff;}
.viewReply .icon_reply {position:relative; font-size:14px; margin-top:-2px;}
.viewReply article {position:relative; font-size:14px; padding:15px 0 10px 0;border-top:1px dotted #ccc; }
.viewReply article:first-child{border-top:0;}
.viewReply article.re:before{content:'\e333'; font-family:'intaeFont'; font-size:13px; color:#8e8e8e; position:absolute; top:16px; left:-18px; transform-origin:50% 50%; transform:rotate(180deg);}

.viewReply header {position:relative;}
.viewReply header .writer{font-weight:400; color:#424242;}
.viewReply header .date{margin-left:10px; color:#6f6f6f;}

.viewReply p{margin-top:10px;line-height:1.6em}
.viewReply p.secret:before{content:'\e0c1'; font-family:'intaeFont'; font-size:15px; color:rgba(0,0,0,0.85); display:inline-block; vertical-align:middle; margin-right:6px; margin-top:-2px;}
.viewReply p a {text-decoration:underline;}
.viewReply p a.s_cmt {text-decoration:none}
.viewReply #bo_vc_empty {margin:0;padding:20px;text-align:center; color:#585858;}
.viewReply #bo_vc_winfo {float:left}

.viewReply .re_btnSet {position:absolute; right:0px; top:20px; z-index:10; zoom:1}
.viewReply .re_btnSet:after {display:block;visibility:hidden;clear:both;content:""}
.viewReply .re_btnSet li{float:left;}
.viewReply .re_btnSet li a{
	display:inline-block;
	width:29px;
	height:18px;
	line-height:18px;
	text-align:center;
	font-size:11px;
	font-weight:normal;
	color:#585858;
	margin-left:4px;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	border-radius:3px;
	box-shadow:2px 1px 1px rgba(0,0,0,0.06);
	border:1px solid rgba(0,0,0,0.2);
	}
.viewReply .re_btnSet li:first-child a{margin:0;}
.viewReply .re_btnSet li a:hover{border-color:#548cff; color:#4280ff;}
.bo_vc_hdinfo {display:inline-block;margin:0 0 0 10px; color:#626262;}


/* 댓글쓰기 */
.writeReply {position:relative; margin:0; padding:0; padding:20px 20px 10px; border:1px solid #e5e8ec; border-top:0; background:#fcfcfc;}
.writeReply .icon_reply {position:absolute;font-size:0;line-height:0;overflow:hidden}
.writeReply #char_cnt {display:block;margin:0 0 5px}
	.replyForm{margin:0; padding:0; font-size:13px; overflow:hidden;}
	.replyForm .horizonGroup {position:relative; width:100%; overflow:hidden;}
	.replyForm .horizonGroup label.bold{font-weight:400; color:#555555;}
	.replyForm .horizonGroup label [type="checkbox"] + span{vertical-align:middle; margin-right:4px;}
	.replyForm .horizonGroup .groupLabel{font-weight:bold;}
	.replyForm .horizonGroup.wr_content{margin:10px 0; }
	.replyForm textarea {padding:7px 10px; width:calc(100% - 60px) !important; height:60px; border-top-right-radius:0; border-bottom-right-radius:0; float:left;}
	.replyForm .re_btn {text-align:center; margin-bottom:0px; float:right;}
	.replyForm .re_btn .btn_submit{width:60px; height:60px; color:#555555; border:1px solid rgba(0,0,0,0.2); background:rgba(0,0,0,0.04); border-left:none;}




/* viewPage 이전글/다음글 */
.btnSet{position:relative; text-align:center; margin-top:20px; margin-bottom:20px;}
.btnSet [class^="btn_"]{
	vertical-align:middle;
	display:inline-block;
	cursor:pointer;
	text-align:center;
	font-size:13px;
	padding:0 10px;
	margin-right:5px;
	height:34px;
	line-height:34px;
	font-weight: 400;
	color:#494949;
	background:#f5f5f5;
	border:1px solid rgba(0,0,0,0.08);
	border-bottom:1px solid rgba(0,0,0,0.18);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	}
.btnSet [class^="btn_"]:hover{background:#e4e4e4;}
.btnSet .btn_prev:before{content: "\e04f"; font-family:'intaeFont'; font-size:16px; font-weight:normal; vertical-align:middle; display:inline-block; margin-left:-4px; margin-right:2px; margin-top:-2px;}
.btnSet .btn_next:after{content: "\e050"; font-family:'intaeFont'; font-size:16px; font-weight:normal; vertical-align:middle; display:inline-block; margin-right:-4px; margin-left:2px; margin-top:-2px;}







/*____________________________ Write page ____________________________*/
#bo_w {}
/* wrtieForm*/
#bo_w .writeForm{position:relative; font-size:14px;}
#bo_w .writeForm p{position:relative;}
#bo_w .writeForm p{font-size:13px; font-weight:400;}
#bo_w .writeForm .label{font-size:14px; font-weight:400; color:rgba(0,0,0,0.6); margin-bottom:5px;}
#bo_w .writeForm .inputLabel{font-weight:400; text-align:center;}
#bo_w .writeForm .inputLabel[class*="icon_"]{}
#bo_w .writeForm #wr_content{height:200px !important;}
#bo_w .writeForm .icon_link:before{}
#bo_w .writeForm .icon_search:before{content:'\e06a'; font-size:14px; color:#5f5f5f; margin-top:0.1em; margin-left:0.2em;}
#bo_w .writeForm .labelCheck{font-size:1.2em;}
#bo_w .writeForm .labelCheck span{margin-right:1em;}
#bo_w .writeForm .writeFalseMessage{
	margin-top:10px;
	border:1px dashed rgba(0,0,0,0.5);
	padding:20px 15px;
	position:relative;
	font-size:15px;
	font-weight:300;
	color:#686868;
	background:rgba(0,0,0,0.03);
	display:flex;
	justify-content: center;
	align-items: center;
	}

.uploadSet{position:relative; overflow:hidden;}
.uploadSet .btnCamera, .uploadSet .btnFile{
	display:inline-block;
	padding:0 15px;
	height:55px;
	line-height:55px;
	font-weight:500;
	text-align:center;
	color:#1d81f1;
	border:1px solid #1d81f1;
	border-radius:1px;
	background:#fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	margin:0;
	}
.uploadSet .btnCamera:hover, .uploadSet .btnFile:hover{background:#1d81f1; color:#fff;}
.uploadSet .btnCamera:before{
	content:'\e0f7';
	font-family:'intaeFont';
	font-size:21px;
	vertical-align:middle;
	display:inline-block;
	margin-top:-1px;
	margin-right:4px;
	}
.uploadSet .btnFile:before{
	content:'\e0e8';
	font-family:'intaeFont';
	font-size:21px;
	vertical-align:middle;
	display:inline-block;
	margin-top:-1px;
	margin-right:4px;
	}
.uploadSet .btnCamera .info{font-size:0.85em; letter-spacing:-0.03em; font-weight:300; color:#626262; -webkit-transition: all .25s ease-in-out; transition: all .25s ease-in-out;}
.uploadSet .btnCamera:hover .info{color:#bde8ff;}

.uploadSet .holdImg{display:block;}
.uploadSet .holdImg img{max-width:200px; max-height:200px; margin-top:0.5em;}

.writeForm .fileSource{word-break: break-all;}

#bo_w .btnSet_w{text-align:center; margin-top:15px; margin-bottom:40px; overflow:hidden;}
#bo_w .btnSet_w .btn_submit, #bo_w .btnSet_w .btn_cancel, #bo_w .btnSet_w .btn_del {
	display:block;
	float:left;
	width:80px;
	height:56px;
	line-height:56px;
	border:1px solid rgba(0,0,0,0.7);
	background:#fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	}
#bo_w .btnSet_w .btn_submit{
	width:calc(100% - 85px);
	margin-right:5px;
	color:#fff;
	background-color:#363636;
	}
#bo_w .btnSet_w .btn_submit.is_del{width:calc(100% - 160px); margin-left:5px;}

#bo_w .btn_submit:hover{background-color:#181818;}
#bo_w .btnSet_w .btn_cancel:hover{background-color:#f0f0f0;}
#bo_w .btnSet_w .btn_del{color:#fff; background-color:#ff5151; border-color:#d61515; width:70px;}
#bo_w .btnSet_w .btn_del:hover{color:#fff; background-color:#f42626;}


/* 폼 테이블 */
.tbl_frm01 table {width:100%; border-collapse:collapse; font-size:12px;}
.tbl_frm01 th {padding:5px 0px; border:none; text-align:left;}
.tbl_frm01 td {padding-bottom:3px; margin:0; background:transparent; }
.tbl_frm01 td.nopadding{padding-bottom:0px;}
.tbl_frm01 {margin-bottom:20px; padding:0; }
.tbl_frm01 input, .tbl_frm01 input:focus,
.tbl_frm01 textarea, .tbl_frm01 textarea:focus{border:1px solid rgba(0,0,0,0.25); border-radius: 0px !important; background:#fff;}
.tbl_frm01 input{
	height:40px;
	padding:1px 8px 0 8px;
	font-size:12px;
	}
.tbl_frm01 input#wr_subject, .tbl_frm01 input#wr_subject:focus{ font-size:13px; font-weight:500; color:#252525;}
.tbl_frm01 textarea{
	padding:12px 6px;
	height:170px;
	font-size:13px;
	font-weight:300;
	color:#252525;
	border-bottom:1px solid rgba(0,0,0,0.2);
	}
.tbl_frm01 .select-wrapper:before{line-height: 40px; font-size:12px;}
.tbl_frm01 select{
	height:40px;
	line-height:1.2em;
	padding:3px 10px 0 10px;
	font-size:12px;
	border:1px solid rgba(0,0,0,0.2);
	border-radius: 0px !important;
	}
.tbl_frm01 input:focus, .tbl_frm01 textarea:focus, .tbl_frm01 select:focus{border-color:#26a0da;}
.tbl_frm01 input[type="file"]{border:none; background:transparent; padding:0; height:2.3em; margin-top:10px;}
.tbl_frm01 td[colspan="2"]{}
.tbl_frm01 textarea, .frm_input {}
.tbl_frm01 .help_block{display:block; padding-top:0px; line-height:1.4em;}
.tbl_frm01 .blind_box{
	position:absolute;
	margin-top:5px;
	margin-left:-20px;
	width:550px;
	display:inline-block;
	z-index:9999;
	padding:15px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(0,0,0,0.35);
	z-index:999;
	 
	line-height:1.7em;
	}
.tbl_frm01 .bline_close{position:absolute; top:5px; right:0px; cursor:pointer;}
.tbl_frm01 .bline_close:before{content: "\e680"; font-family: 'Pe-icon-7-stroke'; color:rgba(0,0,0,0.6); font-size:30px; cursor:pointer;}
.tbl_frm01 .bline_close:hover:before{color:rgba(0,0,0,1);}
.tbl_frm01 .blind_box .tit{margin-bottom:5px;}
.tbl_frm01 .frm_file {display:block;}
.tbl_frm01 .frm_info {display:block;padding:5px 0 0 0;line-height:1.4em;}




/*/////////////////////////////////////////////////////////////////////////////////////
/* pageMake 스크롤 버튼
/////////////////////////////////////////////////////////////////////////////////////*/
.nextScrollBtn{width:100%; text-align:center; display:block; font-size:0; position:absolute; top:0; left:0; z-index:20;}
.nextScrollBtn .icon_nextBtn{
	cursor:pointer;
	position:relative;
	font-size:0;
	display:inline-block;
	width:34px;
	height:34px;
	line-height:34px;	
	top:-18px;
	border-radius:50%;
	background:rgba(255,255,255,1);
	color:rgba(44,119,255,1);
	border:1px solid rgba(44,119,255,0.9);
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 1s ease-in-out;
	transition: all .1s ease-in-out;
	opacity:0.8;
	transform:scale(1);
	}
.nextScrollBtn .icon_nextBtn:hover{opacity:1; transform:scale(1.5);}
.nextScrollBtn .icon_nextBtn:before{content:'\e00c'; font-family:'intaeFont'; font-size:15px;}
.nextScrollBtn .icon_nextBtn:hover{background:rgba(255,255,255,1); color:rgba(44,119,255,1);}
.attach_li:first-child .nextScrollBtn{display:none;}



/*임시저장된 글*/
#autosave_wrapper {position:relative}
#autosave_pop {display:none; position:absolute; top:24px; left:0;padding:8px;width:100% !important; border:1px solid rgba(0,0,0,0.24) !important;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}


/* 게시물 선택복사 선택이동 */
#copymove {font-size:11px; line-height:1.4em;}
#copymove .tbl_head01{text-align:left; }
#copymove .tbl_head01 th{text-align:left; height:3em;}
#copymove .tbl_head01 td{text-align:left; height:3em; border-bottom:1px solid rgba(0,0,0,0.04);}
#copymove .tbl_head01 input[type="checkbox"] + label:before{border: solid 1px rgba(0, 0, 0, 0.7);}
#copymove .btn, #copymove .btn_cancel{
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	font-size:14px;
	font-weight: 300;
	height: 37px;
	line-height: 36px;
	padding: 0 2.25em;
	text-align: center;
	border-radius: 3px;
	border:1px solid #239fdb;
	background-color: #fff;
	color: #239fdb !important;
	margin-top:35px;
	margin-bottom:30px;
	}
#copymove .btn_cancel{border:1px solid #727272; color: #727272 !important; padding:0 1.2em;}
.copymove_current {float:right;color:#ff3061}
.copymove_currentbg {background:#f4f4f4}




/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;width:0;height:0;overflow:hidden;}
.msg_sound_only, .sound_only {display:inline-block;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;width:1px !important;height:1px !important;font-size:0 !important;line-height:0 !important;overflow:hidden}
/* 본문 바로가기 */
.to_content a {z-index:100000;position:absolute;top:0;left:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden}

/* 이미지 등비율 리사이징 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha audio {display:block;margin:0 0 5px; width:50px !important;}
#captcha #captcha_mp3 {}

#captcha #captcha_img {width:80px;height:44px;border:1px solid #e9e9e9}
#captcha #captcha_reload {margin:0;padding:0 5px;height:44px;border-radius: 0px !important;background:#e4eaec;vertical-align:middle;overflow:hidden;cursor:pointer}
#captcha #captcha_key {
	margin:0 0 0 4px;
	padding:0 5px;
	width:120px;
	height:44px;
	border:1px solid #b8c9c2;
	background:#f7f7f7;
	border-radius: 0px !important;
	}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 버튼 */
a.btn01 {display:inline-block;padding:8px 7px 7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:8px 7px 7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}



a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;height:1.9em;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:1.9em} /* 우편번호검색버튼 등 */
button.btn_frmline {font-size:1em}




/* 기본테이블 */
.tbl_head02 {}
.tbl_head02 caption {padding:0 0 10px;color:#777;text-align:left}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
.tbl_head02 tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.4em;word-break:break-all}

/* 테이블 항목별 정의 */
.td_board {width:120px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:150px;text-align:center}
.td_group {width:100px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}




/* 새창 기본 스타일 */
.new_win {padding:10px 15px;}
.new_win #win_title {margin-top:20px; margin-bottom:30px; font-size:1.2em; font-weight:500; text-align:center;}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .tbl_wrap {margin:0;}
.new_win .win_ul {margin:-20px 0 20px 0;padding:0 20px;border-bottom:1px solid #455255;background:#484848;list-style:none}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;margin-left:-1px}
.new_win .win_ul a {display:block;padding:10px;border-right:1px solid #455255;border-left:1px solid #455255;color:#fff;font-weight:bold;text-decoration:none}
.new_win .win_desc {padding:10px 0; font-size:12px; letter-spacing:-0.02em;}

.new_win .win_btn {clear:both; text-align:center}
.new_win .win_btn a {display:inline-block;padding:0 10px;height:2.5em;background:#666;color:#fff;text-decoration:none;vertical-align:middle;line-height:2.5em}
.new_win .win_btn button {margin-top:20px;}
.new_win .win_btn input {}

/* 검색결과 색상 */
.sch_word {color:#ff3061}

/* 사이드뷰 */
.sv_wrap {display:inline-block;position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;border:1px solid #283646}
.sv_wrap .sv a {display:inline-block;margin:0;padding:3px;width:94px;border-bottom:1px solid #283646;background:#111;color:#fff !important}
.sv_wrap a:focus, .sv_wrap a:hover, .sv_wrap a:active {text-decoration:none}
.sv_on {display:block !important;position:absolute;top:10px;left:20px;width:auto;height:auto}
.sv_nojs .sv {display:block}












/* HTML 추가 코드 _____________________________________________ */

/* 디자인 버튼 */
a.gobtn{
	vertical-align:middle;
	display:inline-block;
	cursor:pointer;
	padding:0 35px;
	text-align:center;
	height:55px;
	line-height:54px;
	border-radius:28px;
	font-size:14px;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 400;
	color:#656565;
	background:#fff;
	border:1px solid rgba(0,0,0,0.14);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	}
a.gobtn:hover{background:#656565; color:#fff !important;}

a.gobtn.red{color:#fe3a3a; border-color:#ff6565 !important;}
a.gobtn.red:hover{background:#ff6565;}
a.gobtn.blue{color:#2f87ff; border-color:#539cff !important;}
a.gobtn.blue:hover{background:#539cff;}
a.gobtn.black{color:#2d2d2d; border-color:#4a4a4a !important;}
a.gobtn.black:hover{background:#4a4a4a;}

a.gobtn.mini{padding:0 15px;height:35px;line-height:34px;border-radius:17px;font-size:12px;}
a.gobtn.large{padding:0 48px;height:68px;line-height:67px;border-radius:35px;font-size:16px; font-weight: 400;}

.gobtn [class*="icon-"]:before{vertical-align:middle; display:inline-block; font-size:11px; margin-top:-3px; margin-left:7px;}
.gobtn.mini [class*="icon-"]:before{font-size:11px; margin-top:-3px; margin-left:7px;}
.gobtn.large [class*="icon-"]:before{font-size:16px; margin-top:-1px; margin-left:7px;}

.gobtn.noRound{border-radius:2px !important;}


/* 슬라이드 아이템 */
.slideWrapper{position:relative; margin:0 auto;}
.slideWrapper .swiper-container {
	position:relative;
	width:100%;
	margin:0 auto;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
.slideWrapper .swiper-container::focus{cursor:move;}
.slideWrapper .swiper-container{}

.slideWrapper .swiper-slide{position:relative; top:0; margin:0 auto; /*cursor: pointer;*/}
.slideWrapper .swiper-slide img{margin:0 auto; width:100%;}

.slideWrapper .pagination {
	width:100%;
	text-align:center;
	position:absolute;
	bottom:0px;
	left:0;
	z-index:99;
	}
.slideWrapper .swiper-pagination-bullet {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(0,0,0,0.5);
	margin:0 9px;
	vertical-align:middle;
	cursor: pointer;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	opacity:1;
	}
.slideWrapper .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 12px;
	height: 12px;
	background:none;	
	border:1px solid rgba(0,0,0,0.5);
	vertical-align:middle;
	opacity:1;
	margin-top:0px;
	}

/*pagination faction*/
.slideWrapper .pagination.faction{
	text-align:center;
	margin-top:15px;
	position:relative;
	font-size:14px;
	font-weight: 300;
	color:#777777;
	}
.slideWrapper .pagination.faction .swiper-pagination-current{color:#3779ff;}
.slideWrapper .pagination.faction .swiper-pagination-total{}

.slideWrapper .left, .slideWrapper .right{cursor:pointer;}
.slideWrapper .left:before, .slideWrapper .right:before{
	display:block;
	font-family:'intaeFont';
	font-size:22px;
	color:rgba(0,0,0,0.2);
	width:46px;
	height:46px;
	line-height:46px;
	text-align:center;
	background:rgba(255,255,255,0.2);
	border:1px solid rgba(0,0,0,0.2);
	border-radius:50%;
	position:absolute;
	top:50%;
	margin-top:-40px;
	z-index:90;
	padding:0px 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	z-index:11;
	}
.slideWrapper .left:before{content:'\e04f'; left:-70px;}
.slideWrapper .right:before{content:'\e050'; right:-70px;}
.slideWrapper .left:hover:before, .slideWrapper .right:hover:before{color:rgba(0,0,0,0.4); border:1px solid rgba(0,0,0,0.4); background:rgba(255,255,255,0.9);}



/* __________video-container__________ */

.video-container{position:relative; overflow:hidden;}
.video-container.transparent:before{
	content:'\e2ae';
	font-family:'intaeFont';
	font-size:40px;
	text-align:center;
	color:rgba(255,255,255,0.8);
	position:absolute;
	z-index:30;
	top:50%;
	left:50%;
	width:1.7em;
	height:1.7em;
	line-height:1.8em;
	padding-left:0.1em;
	margin-top:-0.82em;
	margin-left:-0.82em;
	background:rgba(0,0,0,0.5);
	border-radius:50%;
	display:inline-block;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	opacity:1;
	}
.video{font-size:0; margin:0; padding:0; float:left;}

.video-container.transparent.mini:before{font-size:30px;}
.video-container.transparent.middle:before{font-size:35px;}

.video-container.transparent:hover:before{opacity:1;}
.video-container.transparent.controls:before{content:'\e2ae';}

.video-container.transparent .video{opacity:0;-webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out;}
.video-container.transparent .video.play{opacity:1;}


/* 테이블 코딩 스타일 */
.styleTable{position:relative; font-size:13px; border:1px solid #dfdfdf;}
.styleTable table{width:100%;}
.styleTable thead th{font-weight:bold; line-height:1.5em; padding:15px 5px; color:#363636;  text-align:center; background:#f6f6f6; border:1px solid rgba(0,0,0,0.08);}
.styleTable thead tr:first-child th{border-top:0;}
.styleTable thead tr th:first-child{border-left:0;}
.styleTable thead tr th:last-child{border-right:0;}
.styleTable thead a:hover {text-decoration:underline;}
.styleTable td,
.styleTable tbody th {
	color:#535353;
	line-height:1.5em;
	padding:20px 5px;
	background:#fff;
	border:1px solid #ececec;
	border-bottom:0;
	word-break:break-all;
	text-align:center;
	}
.styleTable tbody tr:first-child td{border-top:0;}
.styleTable tbody tr td:first-child{border-left:0;}
.styleTable tbody tr td:last-child{border-right:0;}
.tableCaption{font-family: 'Noto Sans KR', sans-serif; font-size:15px; font-weight:300; color:#686868; margin-top:15px;}

.styleTable.noto{font-size:16px; font-weight:300;}
.styleTable.noto thead th{font-weight:400;}

/* table style Black */
.styleTable.black{border-color:#434343;}
.styleTable.black thead th{color:#fff; background:#434343; border-color:rgba(0,0,0,0.15); border-bottom:0;}
.styleTable.black tbody td, .styleTable.black tbody th{border-color:#e6e6e6;}
/* table style Blue */
.styleTable.blue{border-color:#2752f3;}
.styleTable.blue thead th{color:#fff; background:#2752f3; border-color:rgba(0,0,0,0.15); border-bottom:0;}
.styleTable.blue tbody td, .styleTable.blue tbody th{border-color:#98adfd;}
/* table style Yellow */
.styleTable.yellow{border-color:#d0cca3;}
.styleTable.yellow thead th{background:#fffac2; border:1px solid #d9d5a5;}
.styleTable.yellow tbody td, .styleTable.yellow tbody th{border-color:#ecead2;}
/* table style Red */
.styleTable.red{border-color:#d74242;}
.styleTable.red thead th{color:#fff; background:#ff5e5e; border-color:rgba(0,0,0,0.15); border-bottom:0;}
.styleTable.red tbody td, .styleTable.red tbody th{border-color:#f7caca;}

.styleTable.line2{border-width:2px;}
.styleTable.line3{border-width:3px;}
.styleTable.line4{border-width:4px;}
.styleTable.noBorder{border-left:none; border-right:none;}


/* parallax Banckground */
[class*="parallax"] {
	position: relative;
	width:100%;
	background-size: 200% auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: initial !important;
	}
.attach_li.parallax {
	min-height:200px;
	text-align:center;
	display: flex;
	align-items: center;
	justify-content: center; 
	}

[class*="bgMotion"]{
	position: relative;
	background-size: 100% !important;
	background-repeat: no-repeat;
	background-position: center center;
	display:flex;
	align-items:center;
	}




/* ____________________________ latest 공콩 ____________________________*/

.thumb{font-size:0;}
.includePage .slideWrapper{display:none;}



/*____________________________ 옵션 (skin option) - 공통요소만 ____________________________*/

.attach_li.autoHeight{display:flex; align-items:center; height:auto; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

.titleDeco{display:inline-block; position:absolute; left:50%; bottom:-30px; margin-left:-30px; width:60px; height:1px;background:#3398ff;}







/* pattern */
[class^='pattern']{background-repeat: repeat !important;}
.pattern01{background-image:url('img/pattern/pattern_black_01.png') !important;}
.pattern02{background-image:url('img/pattern/pattern_black_02.png') !important;}
.pattern03{background-image:url('img/pattern/pattern_black_03.png') !important;}
.pattern04{background-image:url('img/pattern/pattern_black_04.png') !important;}
.pattern05{background-image:url('img/pattern/pattern_black_05.png') !important;}
.pattern05{background-image:url('img/pattern/pattern_black_06.png') !important;}
.whitePattern01{background-image:url('img/pattern/pattern_white_01.png') !important;}
.whitePattern02{background-image:url('img/pattern/pattern_white_02.png') !important;}
.whitePattern03{background-image:url('img/pattern/pattern_white_03.png') !important;}
.whitePattern04{background-image:url('img/pattern/pattern_white_04.png') !important;}
.whitePattern05{background-image:url('img/pattern/pattern_white_05.png') !important;}








/* 갤러리 이미지 위에 라인을 넣기 위한 마크업 */
.imgBorder{max-width:100%; position:relative; display:block;}
.imgLine .imgBorder:before{
	content:'';
	width:100%;
	height:100%;
	display:block;
	z-index:9;
	border:1px solid rgba(0,0,0,0.12);
	position:absolute;
	top:0;
	left:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

/* table (나눔고딕 적용) */
.nanumGothic {font-size:13px; font-family:'Nanum Gothic'; font-weight:normal;}
.nanumGothic .tbl_wrap{font-size:13px; font-family:'Nanum Gothic'; font-weight:normal;}
.nanumGothic .tbl_wrap thead th {font-weight:bold; padding:10px 5px;}
.nanumGothic .tbl_wrap tr.bo_notice td .icon_notice:before{}
.nanumGothic .tbl_wrap td.td_subject{font-weight:bold;}
.nanumGothic .tbl_wrap td.td_subject a{}
.nanumGothic .tbl_wrap td.td_subject a.bo_cate_link{}

/* table (롤오버) */
.trOver .tbl_wrap tr td{-webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out;}
.trOver .tbl_wrap tr:hover td{background:rgba(0,0,0,0.025);}

/* table (테마컬러)*/
.tableBlue .tbl_wrap th, .tableBlue .tbl_wrap thead th{color:#fff; background:#39c1ff; border-color:#39c1ff}
.tableBlue .tbl_wrap td .icon_notice:before{color:#39c1ff;}
.tableRed .tbl_wrap th, .tableRed .tbl_wrap thead th{color:#fff; background:#ff6b6b; border-color:#ff6b6b}
.tableRed .tbl_wrap td .icon_notice:before{color:#ff6b6b;}
.tableGreen .tbl_wrap th, .tableGreen .tbl_wrap thead th{color:#fff; background:#99ca3b; border-color:#99ca3b}
.tableGreen .tbl_wrap td .icon_notice:before{color:#99ca3b;}
.tableYellow .tbl_wrap th, .tableYellow .tbl_wrap thead th{color:#816f0e; background:#fff299; border-color:#fff299;}
.tableYellow .tbl_wrap thead th a,
.tableYellow .tbl_wrap thead a span:before{color:#816f0e !important;}
.tableYellow .tbl_wrap td .icon_notice:before{color:#fee435;}

/* table (Line Table) */
.tableLine .tbl_wrap{}
.tableLine .tbl_wrap th{border:1px solid rgba(0,0,0,0.1); text-align:center; letter-spacing:-0.1em}
.tableLine .tbl_wrap td {border:1px solid rgba(0,0,0,0.1);}

/* table (txtUnderline) */
.txtUnderline .tbl_wrap td a:hover{text-decoration:underline;}




/*옵션이 있는 동영상 링크 아이콘 */
.movieIcon .gall_href a.videoPop:before,
.movieIcon .thumb a.videoPop:before,
.movieIcon .tiles_li a.videoPop:before,
.movieIcon .swiper-slide a.videoPop:before{
	content:'\e2a7';
	font-family:'intaeFont';
	font-size:32px;
	width:1.82em;
	height:1.82em;
	line-height:1.92em;
	padding-left:5px;
	text-align:center;
	color:rgba(255,255,255,0.75);
	background:rgba(0,0,0,0.45);
	position:absolute;
	border-radius:50%;
	display:inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	top:calc(50% - 0.92em);
	left:calc(50% - 0.92em);
	z-index:9;
	opacity:1;
	}
.movieIcon .gall_href a.videoPop:hover:before,
.movieIcon .thumb a.videoPop:hover:before,
.movieIcon .tiles_li a.videoPop:hover:before,
.movieIcon .swiper-slide a.videoPop:hover:before{background:rgba(255,89,72,0.8); color:rgba(255,255,255,1); opacity:1;}




/* 카테고리 Calendar */
#bo_cate.calendar #bo_cate_ul li{display:none; position:relative; margin:0;}
#bo_cate.calendar #bo_cate_ul li.active,
#bo_cate.calendar #bo_cate_ul li.prevCate,
#bo_cate.calendar #bo_cate_ul li.nextCate{display:inline-block;}
#bo_cate.calendar #bo_cate_ul li{}
#bo_cate.calendar #bo_cate_ul li a{font-weight:400; font-size:20px; color:#858585; display:inline-block; padding:3px 10px;}
#bo_cate.calendar #bo_cate_ul li a:hover{color:#4b7eff;}
#bo_cate.calendar #bo_cate_ul li a#bo_cate_on{font-weight:400; font-size:35px; color:#2a2a2a; padding:0 10px;}
#bo_cate.calendar #bo_cate_ul li a#bo_cate_on:after{content:'월'; font-size:0.86em; margin-left:0px; margin-top:1px; vertical-align:top; display:inline-block;}
#bo_cate.calendar #bo_cate_ul li.prevCate a:after{content:'\e2b2'; font-family:'intaeFont'; font-size:24px; display:inline-block; vertical-align:middle; margin-top:-2px; margin-left:15px;}
#bo_cate.calendar #bo_cate_ul li.nextCate a:before{content:'\e2b5'; font-family:'intaeFont'; font-size:24px; display:inline-block; vertical-align:middle; margin-top:-2px; margin-right:15px;}









/*___ viewPopWrap(gallery) LAYER POPUP ____*/
.mfp-wrap {height:100%;overflow-y:auto;-webkit-overflow-scrolling: touch;-webkit-transform: translateZ(0);}
.mfp-bg{z-index:110;}
.mfp-container{width:100%; }
.mfp-content {position:relative;  margin:40px auto !important; width:auto; max-width:calc(100% - 30px);}

.viewPopWrap{position:relative; padding:0;}
.viewPopWrap .mfp-close{
	position: absolute;
	z-index:60;
	right:-15px;
	top: -15px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius:50%;
	text-align: center;
	color:#fff !important;
	font-size: 0px;
	background:rgba(255,77,77,0.95);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	}
.viewPopWrap .mfp-close:before{content:'\e007'; font-family:'intaeFont'; font-size:13px;}
.viewPopWrap .mfp-close:hover,
.viewPopWrap .mfp-close:focus {background:#f83333;}
.viewPopWrap #popcon_img{text-align:center;}
.viewPopWrap #popcon_img img {max-width:100%; height:auto;}
	
.popcon_title{padding:15px 20px; position:relative; line-height:1.7em; background-color:#f9f9f9;  font-size:17px; font-weight:500; color:#232323; border-bottom:1px solid rgba(0,0,0,0.2); box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.02); z-index:3;}
.popcon_title .ca_name{font-size:14px; font-weight:bold; color:#5984ff; display:inline-block; margin-right:8px;}
.popcon_title .viewInfo{float:right; font-size:12px;}
.popcon_title .viewInfo .wrtier{}
.popcon_title .viewInfo .date{font-weight:normal; color:#787878; margin-left:10px;}

.viewPopWrap .popcon_contents{padding:20px; position:relative; font-weight:200; line-height:1.7em; background-color:#fff; box-shadow: 0px 12px 4px rgba(0, 0, 0, 0.15); }
.viewPopWrap .popcon_contents .popContents{display:block; position:relative; clear:both;}
.viewPopWrap .popcon_contents .viewpageFile{top:10px; right:10px;}
.viewPopWrap .popcon_contents .viewpageLink{margin-top:-5px; margin-bottom:15px;}
.viewPopWrap .popcon_contents .popContents{position:relative;}

.viewPopWrap .viewInfo {font-size:13px; color:#555555; margin-top:30px;}
.viewPopWrap .viewInfo span {display:inline-block; font-weight:300;;}
.viewPopWrap .viewInfo span:after{content:''; display:inline-block; vertical-align:middle; width:1px; height:10px; background:rgba(0,0,0,0.1); margin:-1px 15px 0 13px;}
.viewPopWrap .viewInfo span:last-child:after{display:none;}
.viewPopWrap .viewInfo .user,
.viewPopWrap .viewInfo .sv_member,
.viewPopWrap .viewInfo .sv_guest,
.viewPopWrap .viewInfo .member,
.viewPopWrap .viewInfo .guest {font-size:14px; font-weight:400; color:#2e2e2e;}
.viewPopWrap .viewInfo .date{color:#787878;}
.viewPopWrap .viewInfo .icon_good, .viewPopWrap .viewInfo .icon_view{font-weight:300;}
.viewPopWrap .viewInfo .icon_good:before{color:#37a8ff;}

.viewPopWrap .pop_btnSet{width:100%;}
.viewPopWrap .pop_btnSet .iconDel{position:absolute; bottom:-10px; left:-10px; z-index:9;}
.viewPopWrap .pop_btnSet .iconEdit{position:absolute; bottom:-10px; right:-10px; z-index:9;}

/* 동영상 iframe */
.viewPopWrap .videoWrap{font-size:0; overflow:hidden; width:100%; background:rgba(0,0,0,0.7);} /* 하단 여백 제거*/


/* 레이어팝업 캐러셀 */
.viewPopWrap .slideWrapper{position:relative; margin:0; padding:0;}
.viewPopWrap .slideWrapper .pagination {
	width:100%;
	text-align:center;
	position:absolute;
	bottom:-30px;
	z-index:9;
	}
.viewPopWrap .slideWrapper .swiper-pagination-bullet {background: rgba(255,255,255,0.5);margin:0 6px;}
.viewPopWrap .slideWrapper .swiper-pagination-bullet.swiper-pagination-bullet-active{border:0;background: #fff;}

/*pagination faction*/
.viewPopWrap .slideWrapper .pagination.faction{
	width:100%;
	display:inline-block;
	text-align:center;
	margin-top:0 !important;
	position:absolute;
	z-index:5;
	bottom:-20px;
	font-size:14px;
	font-weight: 300;
	color:rgba(255,255,255,0.75);
	}
.viewPopWrap .slideWrapper .pagination.faction .swiper-pagination-current{color:#8ce8ff; margin:0; padding:0; position:relative;}
.viewPopWrap .slideWrapper .pagination.faction .swiper-pagination-total{}

.viewPopWrap .slideWrapper .left,
.viewPopWrap .slideWrapper .right{display:none;}
.viewPopWrap .slideWrapper .swiper-button-disabled:before{display:none;}


/* Layer Popup Comment */
.popcon_comment{position:relative; padding:0; background:#fff; margin-bottom:30px;}
.viewPopWrap #bo_view_reply{margin-top:0;}



/*________________ bubble-popup _______________*/
.bubble-popup{width:100%; position:relative; padding:0;}
.bubble-popup .mfp-close{right:-14px;top: -14px;}
.bubble-popup .popcon_photo{position:relative; overflow:hidden; width:200px; height:200px; border-radius:50%; margin:0 auto;}
.bubble-popup .popcon_photo img{width:100%; height:auto;}
.bubble-popup .popcon_photo .noPhoto{display:block; width:100%; height:100%; text-align:center; background:rgba(0,0,0,0.1); border:2px dashed rgba(255,255,255,0.4); border-radius:50%;}
.bubble-popup .popcon_photo .noPhoto:before{content:'\e3ff'; font-family:'intaeFont'; font-size:40px; position:absolute; top:50%; left:0; width:100%; margin-top:0; color:#fff;}
.bubble-popup .bubbleBox{
	position:relative;
	width:auto;
	height:auto;
	min-height:150px;
	padding:30px;
	border-radius:4px;
	margin:25px auto 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background:#fff;
	}
.bubble-popup .bubbleBox:before{
	content:'';
	width: 0;
	height: 0;
	border-right: 8px solid transparent;
	border-bottom: 10px solid #fff;
	border-left: 8px solid transparent;
	position:absolute;
	top:-10px;
	left:50%;
	margin-left:-6px;
	}
.bubble-popup .bubbleBox .pTitle{font-size:18px; font-weight:400; color:#363636; line-height:1.5em; margin-bottom:15px;}
.bubble-popup .bubbleBox .pContents{font-size:15px; font-weight:400; color:#838383; line-height:1.5em;  word-break: keep-all;}
.bubble-popup .bubbleBox .pInfo{font-size:14px; font-weight:400; color:#505050; margin-top:30px;}
.bubble-popup .bubbleBox .pInfo .division{font-weight:300; color:#888888; margin-left:10px;}




/*___ List page(gallery) LAYER POPUP ____
.listPopWrap{
	position:relative;
	padding:0px;
	box-shadow: 0px 12px 4px rgba(0, 0, 0, 0.15);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
.listPopWrap .mfp-close{
	position: absolute;
	right:-10px;
	top: -15px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius:50%;
	text-align: center;
	color:#fff !important;
	font-size: 0px;
	background:rgba(255,77,77,0.95);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	}
.listPopWrap .mfp-close:before{content:'\e007'; font-family:'intaeFont'; font-size:13px;}
.listPopWrap .mfp-close:hover,
.listPopWrap .mfp-close:focus {background:#f83333;}
.listPopWrap #popcon_img{text-align:center;}
.listPopWrap #popcon_img img {max-width:100%; height:auto;}

.listPopWrap .popcon_contents{padding:30px; position:relative; overflow:hidden; line-height:1.7em;}
.listPopWrap .popcon_title{position:relative; margin-bottom:15px;}
.listPopWrap .popcon_title h1{
	color:rgba(0,0,0,0.9);
	font-size:18px;
	line-height:1.3em;
	font-weight:500;
	}
.listPopWrap .popcon_title .ca_name{
	display:inline-block;
	height:22px;
	line-height:22px;
	padding:0 6px;
	margin:0;
	font-size:15px;
	font-weight:400;
	text-align:center;
	color:#fff;
	background:#363636;
	border:1px solid rgba(0,0,0,0.1);
	border-radius:4px;
	vertical-align:middle;
	margin-top:-3px;
	margin-right:10px;
	}
.listPopWrap .popcon_link {position:relative; margin-bottom:15px;}
.listPopWrap .popcon_link .icon_link:before{font-size:13px; margin-right:4px;}
.listPopWrap .popcon_link ul {margin:0;padding:0;list-style:none}
.listPopWrap .popcon_link li{
	vertical-align:middle;
	display:inline-block;
	padding-right:10px;
	height:25px;
	line-height:22px;
	font-size:12px;
	font-weight: 400;
	color:#fff;
	text-align:center;
	background:#377eff;
	border:1px solid rgba(40,95,194,0.6);
	border-radius:5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap:break-word;
	margin-right:5px;
	}
.listPopWrap .popcon_link li:last-child {margin-right:0px;}
.listPopWrap .popcon_link a {color:#fff;}
.listPopWrap .popcon_link a:hover{ text-decoration:underline}
.listPopWrap .popcon_link li.icon_link:before{display:inline-block; height:25px; line-height:25px; width:25px; background:rgba(0,0,0,0.1); border-right:1px solid rgba(40,95,194,0.6); font-size:13px; text-align:center;}

/* 첨부파일
.listPopWrap #bo_v_file {position:absolute; top:25px; right:15px; margin-bottom:5px; z-index:999;}
.listPopWrap .bo_v_file_cnt {display:inline-block;margin:0 0 3px 16px}
.listPopWrap #bo_v_file a.btnFile{display:block;cursor:pointer;text-align:center;padding:0 5px;width:84px;height:32px; font-weight:bold; line-height:31px;background-color:#006dcc;color:#fff !important;border:1px solid rgba(0,0,0,0.08);}
.listPopWrap #bo_v_file a.btnFile:before{content: "\e0ec";font-family: 'intaeFont';font-size:14px; font-weight:normal; margin-right:4px;vertical-align:middle; display:inline-block; margin-top:-1px;}
.listPopWrap #bo_v_file ul#downfile_wrap{position:absolute;right:0;padding:2px 15px;margin-top:1px;background:#fff;border:1px solid rgba(0,0,0,0.35);z-index:999;box-shadow: -2px 3px 3px rgba(0, 0, 0, 0.15);}
.listPopWrap #bo_v_file ul#downfile_wrap li{background:none !important; border:none; position:relative;}
.listPopWrap #bo_v_file ul#downfile_wrap li a{
	display:inline-block;
	width:auto;
	min-width:160px;
	max-width:280px;
	padding:12px 0 10px 15px;
	border-bottom:1px solid rgba(0,0,0,0.1);
	background:none !important;
	overflow : hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	-ms-text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
	}
.listPopWrap #bo_v_file ul#downfile_wrap li a:hover{text-decoration: underline !important;}
.listPopWrap #bo_v_file ul#downfile_wrap li:last-child a{border:none;}
.listPopWrap #bo_v_file ul#downfile_wrap li:before{content: "\e007";font-family: 'intaeFont';font-size:13px;color:rgba(0,0,0,0.8); position:absolute; top:14px; left:-2px;}
.listPopWrap .popcon_contents{position:relative; overflow:hidden; font-weight:200; line-height:1.6em;}
.listPopWrap .popcon_contents #bo_v_img img {margin-bottom:10px; max-width:100%; height:auto;}
*/

/*____________________________ Main Page (index) ____________________________*/

#adminSet{
	position:fixed;
	top:7px;
	right:7px;
	z-index:50;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	}
#adminSet .adminSet_switch{position:relative;}
#adminSet .adminSet_switch:before{
	display:block;
	font-family:"intaeFont";
	font-size:15px;
	font-weight:normal;
	position:relative;
	width:42px;
	height:42px;
	line-height:42px;
	color:#fff;
	text-align:center;
	border-radius:50%;
	background:rgba(0,0,0,0.75);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin:0; padding:0;
	}
#adminSet .adminSet_switch:hover:before{background:rgba(0,0,0,0.95);}
#adminSet.off .adminSet_switch:before{content:'\e254';}
#adminSet.on .adminSet_switch:before{content:'\e007'; background:#ff5050 !important;}
#adminSet.off .adminMenu{display:none;}
#adminSet.on .adminMenu{display:block;}
#adminSet .adminMenu{
	position:absolute;
	top:50px;
	right:0px;
	z-index:23;
	background:#2e2e2e;
	border-radius:5px;
	padding:5px 15px;
	overflow:hidden;
	box-shadow: 0px 8px 4px rgba(0, 0, 0, 0.25);
	}
#adminSet .adminMenu ul{position:relative; min-width:200px; height:auto; }
#adminSet .adminMenu ul li a{
	display:block;
	padding:0 5px;
	height:38px;
	line-height:38px;
	font-size:13px;
	font-weight:400;
	color:#fff;
	border-bottom:1px solid rgba(0,0,0,0.2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	}
#adminSet .adminMenu ul li a:hover{color:#5ddfff;}
#adminSet .adminMenu ul li:last-child a{border-bottom:none;}
#adminSet .adminMenu ul li a:after{
	font-size:14px;
	font-weight:400;
	content: "\e004";
	font-family: 'intaeFont';
	position:absolute;
	right:5px;
	vertical-align:middle;
	}


.main_adminSet{position:absolute; top:-40px; right:10px; z-index:30;}
.main_adminSet .toggleBtn{font-size:0;}
.main_adminSet .toggleBtn:before{content:'\e254'; font-family:'intaeFont'; font-size:20px; color:#fff; width:50px; height:40px; line-height:40px; text-align:center; display:block; background:rgba(0,0,0,0.7);}
.main_adminSet .admMenu{position:absolute; top:0px; right:0; padding:15px; background:#fff; width:400px;}
.main_adminSet .admMenu li{border-bottom:1px solid red; display:block;}