@charset "utf-8";
@import url('iconFont/intaeFont/styles.css?ver=180628');
@import url('animation/animations.css');
@import url('styleDefault.css?ver=180701');

/*──────────────── 레이어 팝업 ────────────────*/

#hd_pop {z-index:999; position:relative; margin:0 auto; width:100%; height:0px;}
#hd_pop h2 {position:absolute; top:0; font-size:0;line-height:0;overflow:hidden;}
.hd_pops {
	position:fixed;
	background:rgba(255,255,255,1);
	box-shadow: 0px 12px 4px rgba(0, 0, 0, 0.15);
	border-radius: 0px !important;
	margin-top:10px;
	}
.hd_pops .hd_pops_close{font-size:0;cursor:pointer; border:0; background:none; width:0; height:0; margin:0; padding:0;}
.hd_pops .hd_pops_close:before{
	content:'\e007';
	font-family:'intaeFont';
	font-size:11px;
	font-weight:normal !important;
	text-align:center;
	line-height:30px;
	color:rgba(255,255,255,0.7);
	width:30px;
	height:30px;
	background:#373737;
	border-radius: 50%;
	position:absolute;
	top:-14px;
	right:-14px;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	opacity:0.9;
	}
.hd_pops .hd_pops_close:hover:before{
	color:rgba(255,255,255,1);
	width:34px;
	height:34px;
	line-height:34px;
	top:-15px;
	right:-15px;
	opacity:1;
	}
.hd_pops_con { overflow:hidden; line-height:1.5em; background:#fff;}
.hd_pops_con img{max-width:100% !important;}
.hd_pops_footer {padding-top:10px; color:#fff; text-align:right}
.hd_pops_footer a.hd_pops_reject {
	vertical-align:middle;
	display:inline-block;
	cursor:pointer;
	font-size:11px;
	color:#494949;
	}
.hd_pops_footer a.hd_pops_reject:hover{text-decoration:underline;}





/*──────────────── adminSet ────────────────*/

#mainToggleMenuWrap{
	width:auto;
	position:fixed;
	top:60px;
	left:-600px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	z-index:20;
	}
#mainToggleMenuWrap .toggleBtn{cursor: pointer; }
#mainToggleMenuWrap .toggleBtn:before{
	content:'\e001';
	font-family:"intaeFont";
	font-size:12px;
	font-weight:normal;
	vertical-align:middle;
	display:inline-block;
	width:32px;
	height:32px;
	line-height:30px;
	color:#fff;
	text-align:center;
	background:#333333;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position:absolute;
	top:0;
	right:-32px;
	}
#mainToggleMenuWrap .toggleBtn:hover:before{background:rgba(0,0,0,0.95);}
#mainToggleMenuWrap .toggleBtn.on:before{content:'\e007'; line-height:32px; background:#ff5050;}
#mainToggleMenuWrap .toggleBtn.on:hover:before{background:#e33d3d;}
#mainToggleMenuWrap .admin_menuSet{position:relative;  overflow:hidden; background:#fff;}
#mainToggleMenuWrap .admin_menuSet ul{position:relative;font-size:12px;}
#mainToggleMenuWrap .admin_menuSet ul li {display:block; min-width:250px;}
#mainToggleMenuWrap .admin_menuSet ul li a{
	display:block;
	color:#1a1a1a;
	font-weight:bold;
	padding-left:15px;
	height:36px;
	line-height:36px;
	background-color:#fbfbfb;
	border-bottom:1px solid rgba(0,0,0,0.2);
	border-right:1px solid rgba(0,0,0,0.2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
#mainToggleMenuWrap .admin_menuSet ul li.site_manager a{background:#434343; color:#fff;}
#mainToggleMenuWrap .admin_menuSet ul li a:hover{background:#1a1a1a !important; color:#fff; border-bottom:1px solid #000000;}
#mainToggleMenuWrap .admin_menuSet ul li a:hover:after{
	font-size:11px;
	font-weight:400;
	content: "\e004";
	font-family: 'intaeFont';
	position:absolute;
	right:7px;
	vertical-align:middle;
	}

#mainToggleMenuWrap .admin_menuSet ul li ul{position:relative; overflow:hidden; font-size:11px; background:rgba(0,0,0,0.06);}
#mainToggleMenuWrap .admin_menuSet ul li ul li a{
	font-weight:normal;
	padding-left:20px;
	height:30px;
	line-height:30px;
	background-color:transparent;
	}
#mainToggleMenuWrap .admin_menuSet ul li ul li a:before{content:'-'; font-size:9px; display:inline-block; margin-right:0.6em;}



/*──────────────── adminSet ────────────────*/

#adminSet{position:fixed;top:65px;right:-500px;z-index:999;}
#adminSet .toggleBtn{position:absolute; top:0; left:-30px; cursor: pointer;}
#adminSet .toggleBtn:before{
	display:inline-block;
	font-family:"intaeFont";
	font-size:13px;
	font-weight:normal;
	position:relative;
	width:30px;
	height:30px;
	line-height:30px;
	color:#fff;
	text-align:center;
	background:#333333;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin:0;
	padding:0;
	}
#adminSet .toggleBtn:hover:before{background:rgba(0,0,0,0.95);}
#adminSet .toggleBtn:before{content:'\e254';}
#adminSet.on .toggleBtn:before{content:'\e007'; background:#ff5050 !important;}
#adminSet .adminMenu{position:relative; background:#fff; margin:0 !important;}
#adminSet .adminMenu ul{position:relative;}
#adminSet .adminMenu ul li a{
	font-family:'Nanum Gothic', sans-serif;
	display:block;
	padding:0 40px 0 13px;
	width:250px;
	height:38px;
	line-height:38px;
	font-size:13px;
	color:#4b4b4b;
	background-color:#fbfbfb;
	border-left:1px solid rgba(0,0,0,0.2);
	border-bottom:1px solid rgba(0,0,0,0.2);
	position:relative
	-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.icon_adm,
#adminSet .adminMenu ul li a.icon_menu,
#adminSet .adminMenu ul li a.icon_layout{}

#adminSet .adminMenu ul li a.yellow{background:#fffcc7;}
#adminSet .adminMenu ul li a.blue{background:#d8f2ff;}

#adminSet .adminMenu ul li a:hover{background-color:#6e6e6e; color:#fff !important;}
#adminSet .adminMenu ul li:first-child a{border-top:1px solid rgba(0,0,0,0.2);}
#adminSet .adminMenu ul li a:hover:after{
	font-size:14px;
	font-weight:400;
	content: "\e004";
	font-family: 'intaeFont';
	position:absolute;
	right:5px;
	vertical-align:middle;
	}
#adminSet .adminMenu ul li [class^="icon_"]:before{
	content:'';
	font-family:'intaeFont';
	font-size:15px;
	font-weight:normal;
	margin-right:10px;
	display:inline-block;
	vertical-align:middle;
	}
#adminSet .adminMenu ul li a.icon_adm:before{content:'\e0c1';}
#adminSet .adminMenu ul li a.icon_popup:before{content:'\e0fd'; font-size:17px;}
#adminSet .adminMenu ul li a.icon_logo:before{content:'\e2ee';}
#adminSet .adminMenu ul li a.icon_menu:before{content:'\e2d3'; margin-top:-2px; font-size:16px;}
#adminSet .adminMenu ul li a.icon_layout:before{content:'\e2cf';}
#adminSet .adminMenu ul li a.icon_bottom:before{content:'\e2e6';}
#adminSet .adminMenu ul li a.icon_connect:before{content:'\e159';}
#adminSet .adminMenu ul li a.icon_logout:before{content:'\e0f6'; margin-top:-4px;}
#adminSet .adminMenu ul li a.icon_quick:before{content:'\e2e4'; margin-top:-4px;}





/*──────────────── Layout ────────────────*/

/* wrapper */
#wrapper {position:relative; width:100%; min-width:1000px; background:#fff; overflow:hidden;}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}
#aside {float:right;margin:0 0 0 -1px;width:210px;border-left:1px solid #dde4e9; background:#fff}

/* location */
#wrapper .location{position:relative; width:100%; height:54px;}
#wrapper .location ul{overflow:hidden; text-align:right;}
#wrapper .location ul li{display:inline-block; font-size:12px; line-height:54px; letter-spacing:-0.02em;white-space:nowrap;position:relative;}
#wrapper .location ul li a{color:#6a6a6a;}
#wrapper .location ul li:after{font-size:10px;font-weight:normal;content: "\e004"; font-family: 'intaeFont'; color:rgba(0,0,0,0.5); vertical-align:middle; margin:0 7px;}
#wrapper .location > ul > li:last-child{font-weight:bold;}
#wrapper .location > ul > li:last-child:after{content: ""; background:none; margin:0;}

/* container */
#container {
	position:relative;
	z-index:1;
	zoom:1;
	min-height:500px;
	overflow:hidden;
	margin:0 auto;
	padding:0px;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	}

/* footerwrap */
#footerwrap{
	position:relative;
	z-index:1;
	width:100%;
	color:#9ea0a2;
	margin-top:0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	#footer{margin:0 auto; padding-top:0px; position:relative;}
	#footer section{position:relative; line-height:1.6em;}
	#footer h3{display:none;}
	
	#footer .footer_iconSet{position:absolute; top:22px; right:22px; z-index:19; }	
	#footer .footer_iconSet [class*='icon_']{font-size:0; color:#b1b1b1; opacity:0.8; position:relative; -webkit-transition: all .15s ease-in-out; transition: all .15s ease-in-out;}
	#footer .footer_iconSet [class*='icon_']:hover{opacity:1;}
	#footer .footer_iconSet [class*='icon_']:before{content:''; font-family:'intaeFont'; color:inherit; display:inline-block; vertical-align:middle; margin-left:13px;}
	#footer .footer_iconSet [class*='icon_']:after,
	#footer .footer_iconSet .info:after{
		content:""attr(data-tip)"";
		font-family:'Nanum Gothic', sans-serif;
		font-size:12px;
		line-height:1.3em;
		color:#fff;
		display:inline-block;
		position:absolute;
		top:-45px;
		right:-30%;
		width:auto;
		padding:0.5em 1em;
		background:rgba(0,0,0,0.9);
		border-radius:4px;
		white-space: nowrap;
		-webkit-transition: all .2s ease-in-out;
					transition: all .2s ease-in-out;
		opacity:0;
		visibility: hidden;
		z-index:39;
		}
	#footer .footer_iconSet [class*='icon_'] span:before,
	#footer .footer_iconSet .info span:before{
		content:'';
		width:0;
		height:0;
		font-size:12px;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-top: 4px solid rgba(0,0,0,0.9);
		position:absolute;
		top:-18px;
		right:25%;
		-webkit-transition: all .2s ease-in-out;
					transition: all .2s ease-in-out;
		opacity:0;
		visibility: hidden;
		z-index:39;
		}
	#footer .footer_iconSet [class*='icon_']:hover:after,
	#footer .footer_iconSet [class*='icon_']:hover span:before,
	#footer .footer_iconSet .info:hover:after,
	#footer .footer_iconSet .info:hover span:before{opacity:1; visibility: visible;}

	#footer .footer_iconSet .icon_mobile:before{content:'\e15a'; font-size:24px; margin-top:-2px;}
	#footer .footer_iconSet .icon_login:before{content:'\e0c1'; font-size:16px;}
	#footer .footer_iconSet .icon_member:before{content:'\e0ab'; font-size:16px;}
	#footer .footer_iconSet .icon_logout:before{content:'\e253'; font-size:19px;}
	#footer .footer_iconSet .icon_code:before{content:'\e190'; font-size:27px; margin-top:-5px;}

	#footer .footer_iconSet .icon_includeInfo{display:inline-block;}
	#footer .footer_iconSet .icon_includeInfo:before{content:'\e07a'; font-size:16px; margin-top:-3px;}
	#footer .footer_iconSet .icon_includeInfo:after{font-size:10px; top:-34px; padding:0.4em 1em;}
	#footer .footer_iconSet .icon_includeInfo span:before{top:-13px;}

	#footer .footer_iconSet .icon_includeInfo.htmlOn:after{color:#212121; background:rgba(255,231,71,0.9); font-weight:bold;}
	#footer .footer_iconSet .icon_includeInfo.htmlOn span:before{border-top-color:rgba(255,231,71,0.9);}

	#footer .memberName{
		font-size:12px !important;
		display:inline-block;
		vertical-align:top;
		line-height:22px;
		}
	#footer .memberName b{color:#c9cacb;}



/* btnTop */
.btnTop{
	position:fixed;
	right:15px;
	bottom:15px;
	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;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	}
.btnTop .scrolly:before{
	content: "\e00d";
	font-family: 'intaeFont'; 
	color:rgba(0,0,0,0.7);
	font-size:14px;
	text-align:center;
	display:block;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	}

.btnTop:hover .scrolly{background:#ffbf63;}
.btnTop:hover .scrolly:before{color:#fff}









/*──────────────── 상단 이미지 ────────────────*/

/* 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;
	z-index:0;
	}
.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:800px;
	padding:50px 30px;
	color:#fff;
	background-color:rgba(41,39,36,.5);
	overflow:hidden;
	display:flex;
	align-items:center;
	}
.tcenter{margin-left:auto; margin-right:auto; text-align:center;}
.boCoverSpacer{display:block; height:900px;}

.icon_mouseWheel{
	position:absolute;
	bottom:20px;
	left:50%;
	animation:mouse 2100ms 1;
	-webkit-animation-name: mouse;
	-moz-animation-name: mouse;
	-o-animation-name: mouse;
	animation-name: mouse;
	}
@-webkit-keyframes mouse {
	0%, 100% {-webkit-transform: translateY(0);}
	10%, 30%, 50%, 70%, 90% {-webkit-transform: translateY(-10px);}
	20%, 40%, 60%, 80% {-webkit-transform: translateY(10px);}
	}
@-moz-keyframes mouse {
	0%, 100% {-moz-transform: translateY(0);}
	10%, 30%, 50%, 70%, 90% {-moz-transform: translateY(-10px);}
	20%, 40%, 60%, 80% {-moz-transform: translateY(10px);}
	}
@-o-keyframes mouse {
	0%, 100% {-o-transform: translateY(0);}
	10%, 30%, 50%, 70%, 90% {-o-transform: translateY(-10px);}
	20%, 40%, 60%, 80% {-o-transform: translateY(10px);}
	}
@keyframes mouse {
	0%, 100% {transform: translateY(0);}
	10%, 30%, 50%, 70%, 90% {transform: translateY(-10px);}
	20%, 40%, 60%, 80% {transform: translateY(10px);}
	}
.icon_mouseWheel:before{
	content:'\e2b8';
	font-family:'intaeFont';
	font-size:40px;
	margin-left:-10px;
	font-weight:normal;
	color:rgba(255,255,255,0.8);
	opacity:0;
	animation: mouse_fadeout 3s 0;
	}

@keyframes mouse_fadeout{
	0%{opacity : 1;}
	60%{opacity : 1;}
	100%{opacity : 0;}
	}


/*──────────────── bo_latest(게시판 상,하단 최신글) ────────────────*/

.bo_latest{position:relative; margin:0; padding:0;}
.latest_content_head{position:relative; margin-bottom:50px;}
.latest_title {
	position:relative;
	font-family: 'Noto Sans KR', sans-serif !important;	
	font-weight:normal;
	font-weight:200;
	font-size:46px;
	line-height:1.2em;
	color:#272626;
	text-align:center;
	margin-top:30px;
	margin-bottom:70px;
	overflow:hidden;
	display:block;
	}
.bo_latest_bottom{position:relative;}

/* 관리자 버튼 - 게시판 바로가기 */
a.boardView_adm{
	vertical-align:middle;
	display:inline-block;
	cursor:pointer;
	text-align:center;
	font-size:11px;
	font-family:'Nanum Gothic', sans-serif;
	padding:0 5px;
	height:21px;
	line-height:19px;
	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:-26px;
	left:0;
	}
a.boardView_adm:hover {text-decoration:none; background-color:#181818;}

/* 원글보기 버튼 */
a.icon-original{
	vertical-align:middle;
	display:inline-block;
	cursor:pointer;
	width:22px;
	height:22px;
	line-height:22px;
	text-align:center;
	color:#fff;
	background:#363636;
	border-radius:6px;
	-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;
	opacity:0.8;
	}
a.icon-original:hover{opacity:1;}
a.icon-original:hover:before{opacity:0.95;}
a.icon-original:before{content:'\e105'; font-family: 'intaeFont', sans-serif; font-size:12px; font-weight:normal; opacity:0.8; text-align:center; padding:0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	}





/* 게시판 인크루드 */
.bo_top, .bo_bottom{position:relative;}
.bo_top:after, .bo_bottom:after{display:block;visibility:hidden;clear:both;content:""}

/* 게시판 상단내용 */
.bo_content_head{position:relative; display:block; overflow:hidden; margin: 0 auto;}
.bo_content_head:after{display:block;visibility:hidden;clear:both;content:""}



/*──────────────── 게시판 공통 ────────────────*/

/* boWrap */
.boWrap{position:relative; overflow:hidden; z-index:1; margin:0; padding:0; border-radius:0 !important; background:#fff;}
.boWrap:after {display:block;visibility:hidden;clear:both;content:""}

#container_title {
	position:relative;
	font-family: 'Noto Sans KR', sans-serif !important; /*font-family: 'Hanna', serif;*/
	font-weight:normal;
	font-weight:200;
	font-size:46px;
	line-height:1.2em;
	color:#272626;
	text-align:center;
	margin-top:10px;
	margin-bottom:50px;
	overflow:hidden;
	display:block;
	}
.bo_title_sub{display:block; margin-top:-40px; margin-bottom:50px; text-align:center;}


#bo_list, #bo_v, #bo_w, .bo_gall{width:100%; margin:0px auto;}
#bo_w{}
.attach_li .bo_gall{margin:0; padding:0;} /* pageMake latest skin - bo_gall padding*/


/* bo_fx */
.bo_fx {position:relative; zoom:1; padding-bottom:10px; z-index:99;}
.bo_fx:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx #bo_list_total {position:relative; bottom:0; font-weight:bold; color:#8d8d8d;}
.bo_fx #bo_sch {position:relative; display:inline-block; z-index:9;}
.bo_fx #bo_sch legend {position:absolute; margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
.bo_fx #bo_sch .select2-container{width:100px; display:inline-block; margin:0;}
.bo_fx #bo_sch .bootstrap-select{width:100px; display:inline-block; margin:0;}
.bo_fx #bo_sch .dropdown-toggle{border-color:rgba(0,0,0,0.3);}
.bo_fx #bo_sch .open>.dropdown-toggle{border-color:#3a97ff;}
.bo_fx #bo_sch .frm_input{width:180px; display:inline-block; border-color:rgba(0,0,0,0.3);}
.bo_fx #bo_sch .btn_submit{padding:0 10px;height:30px;line-height:29px;font-weight: 700;background-color:#525252;color:#fff !important;}
.bo_fx #bo_sch .btn_submit:hover{background-color:#434343;}
.bo_fx #bo_sch .icon{font-family:'intaeFont'; font-size:15px;}

.bo_fx #bo_sch.middle{overflow:hidden; position:relative;}
.bo_fx #bo_sch.middle input[type='text'],
.bo_fx #bo_sch.middle input[type='submit']{height:34px !important; margin:0; vertical-align:top; float:left;}
.bo_fx #bo_sch.middle input[type='text']{width:280px; display:inline-block; border-color:rgba(0,0,0,0.3); border:1px solid #9b9b9b; border-right:0; }
.bo_fx #bo_sch.middle input[type='submit']{padding:0 10px;height:30px;line-height:29px;font-weight: 700;background-color:#525252;color:#fff !important;}


.bo_fx #bo_list #bo_sch {}
.bo_fx .bo_gall #bo_sch {}
.bo_fx li{display:inline-block;}
.bo_fx li .btn_b01{height:25px; line-height:24px; font-size:10px;}
.bo_fx .btn_admin{position:absolute; bottom:10px; right:0;}
.bo_fx .bo_include{position:absolute; bottom:40px; right:0;}




/* 카테고리 스크롤 고정시 공통 */
#bo_cate.fixed {z-index:100; background:#fff; border-bottom:1px solid rgba(0,0,0,0.1); box-shadow: 0px 8px 6px rgba(0, 0, 0, 0.01);}


/* bo_cate 개별 스킨으로 변경 */


/* 회원, 작성자 이미지 */
img.mb_img {
	display:inline-block;
	vertical-align:middle;
	border-radius:50%;
	margin-right:10px;
	}


/*____________________________ 게시판 버튼 모음 ____________________________*/

/* 일괄편집 */
.icon_fullEdit{
	position:fixed;
	top:160px;
	right:20px;
	z-index:99;
	display:inline-block;
	width:42px;
	height:42px;
	border-radius:21px;
	background:#fff;
	border:2px solid rgba(44,119,255,0.85);
	font-size:0;
	transition: all 0.35s cubic-bezier(0.32, 2.5, 0.255, 1);
	overflow:hidden;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
.icon_fullEdit:hover{width:120px; background:#fff; border-color:rgba(44,119,255,1);}
.icon_fullEdit:before{
	content:'\e236';
	font-family:'intaeFont';
	font-size:22px;
	line-height:42px;
	color:rgba(44,119,255,1);
	position:relative;
	margin-left:8px;
	z-index:4;
	display:inline-block;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	}
.icon_fullEdit:hover:before{margin-left:18px; font-size:20px;}
.icon_fullEdit .txt:before{content:'일괄편집'; font-size:13px; font-weight:bold; color:#2c76ff;  position:absolute; top:11px; left:45px; display:block; width:70px; opacity:1;}


/* 개별 편집 아이콘 버튼 */
.layerBtn{position:absolute; bottom:-5px; right:-5px; z-index:31;}
.iconEdit, .btn.iconEdit{
	color:#fff;
	font-size:0px; 
	width:25px;
	height:25px;
	line-height:25px;
	padding:0;
	border-radius:2px;
	-webkit-transition: all .15s ease-in-out;
				transition: all .15s ease-in-out;
	}
.iconEdit:before{content:'\e0d7'; font-family:'intaeFont'; font-weight:normal; font-size:13px;}
.iconEdit.large, .btn.iconEdit.large{
	color:#fff;
	font-size:0px; 
	width:29px;
	height:29px !important;
	line-height:29px;
	padding:0;
	border-radius:2px;
	-webkit-transition: all .15s ease-in-out;
				transition: all .15s ease-in-out;
	}
.iconEdit.large:before{content:'\e0d7'; font-family:'intaeFont'; font-weight:normal; font-size:14px; padding:0; margin:0;}



/* 개별 삭제 아이콘 버튼 */
.iconDel, .btn.iconDel{
	color:#fff;
	font-size:0px; 
	width:30px;
	height:29px;
	line-height:29px;
	padding:0;
	border-radius:2px;
	}
.iconDel:before{content:'\e0e1'; font-family:'intaeFont'; font-weight:normal; font-size:17px;}


#bo_list .bo_btnSet{margin-top:10px; text-align:left;}
.bo_gall .bo_btnSet{margin-top:30px; text-align:left;}
#bo_v .bo_btnSet{margin-top:20px; text-align:center;}
#bo_w .bo_btnSet{margin-top:20px; text-align:center;}

.bo_btnSet{position:relative; font-size:0; max-width:1500px; margin-left:auto; margin-right:auto; margin-top:30px;}
.bo_btnSet:after{display:block;visibility:hidden;clear:both;content:""}
.bo_btnSet li{display:inline-block; margin-left:5px;}
.bo_btnSet li:first-child{margin-left:0;}
.bo_btnSet.cut{margin-top:0; padding:20px 0; border-top:1px dashed rgba(0,0,0,0.1); text-align:center; max-width:calc(100% - 160px);}
.bo_btnSet.cut:before{content:'\e1f2'; font-family:'intaeFont'; font-size:28px; color:rgba(0,0,0,0.2); position:absolute; top:-23px; left:-28px;}
.bo_btnSet.cut .btn_admin{position:absolute; top:20px; right:0;}
.bo_btnSet .checkBtn{position:absolute; top:0px; left:0;}
.bo_btnSet .checkBtn input[type="submit"], .bo_btnSet .checkBtn [class*="btn_"]{font-size:11px;padding:0 6px;height:27px;line-height:26px;}
.bo_btnSet .checkBtn .mini{font-size:11px;padding:0 6px;height:27px !important;line-height:26px;}
label.btnChkall span{
	vertical-align:middle;
	display:inline-block;
	cursor:pointer;
	text-align:center;
	font-size:11px;
	font-family:'Nanum Gothic', sans-serif;
	margin:0;
	width:77px;
	height:27px;
	line-height:26px;
	font-weight: 700;
	color:##fff;
	background:#cdcdcd;
	border-radius:1px;
	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;
	}
label.btnChkall span:before{content:'\e306' !important; font-family:'intaeFont'; font-size:15px; margin-left:-3px; margin-right:3px;}
label.btnChkall input[type="checkbox"]:checked + span{background:#1abc9c;}
.bo_btnSet .boBtn{text-align:center; padding-top:40px;}



/* 게시판버튼 모음 */
input[type="submit"],
[class*="btn_"],
[class^="btn_"]{
	vertical-align:middle;
	display:inline-block;
	cursor:pointer;
	text-align:center;
	font-size:12px;
	font-family:'Nanum Gothic', sans-serif;
	padding:0 8px;
	height:30px;
	line-height:28px;
	font-weight: 700;
	color:#494949;
	background:#f5f5f5;
	border-radius:1px;
	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;
	}
input[type="submit"]:hover, [class^="btn_"]:hover{background:#f0efef;}
.btn_b01{height:28px; line-height:27px;}
.btn_modify{background-color:#6b8aff; color:#fff !important;}
.btn_modify:hover{background-color:#5478fc;}
.btn_del{background-color:#ff5050; color:#fff !important; /*margin-left:10px;*/}
.btn_del:hover{background-color:#f92525; color:#fff !important;}
.btn_copy{background-color:#525252; color:#fff !important;}
.btn_copy:hover{background-color:#434343; color:#fff !important;}
.btn_move{background-color:#525252; color:#fff !important;}
.btn_move:hover{background-color:#434343; color:#fff !important;}
.btn_search{background:#f5f5f5; height:32px;}
.btn_search:hover{background:#f0efef;}
.btn_reply{background:#f5f5f5;}
.btn_reply:hover{background:#f0efef;}
.btn_write{background-color:#377eff; color:#fff !important;}
.btn_write:hover{background-color:#1f68ed;}
.btn_list{background-color:#fff; color:#377eff !important; border:1px solid #328eff;}
.btn_list:hover{background:#377eff; color:#fff !important;}
.btn_check{background-color:#377eff; color:#fff !important;}
.btn_check:hover{background-color:#1f68ed;}

a.btn_admin {font-size:10px;padding:0 8px;height:25px;line-height:24px;font-weight:normal;color:#fff;background-color:#363636;}
a.btn_admin:hover {text-decoration:none; background-color:#181818;}
.btn_admin.myTip.mini:before{font-size:10px; font-family:'Nanum Gothic', sans-serif; height:21px; line-height:21px; margin-top:-1em; margin-right:7px; padding:0px 6px; background:rgba(0,0,0,0.5); letter-spacing:-0.01em;}
.btn_admin.myTip:after{border-width:3px; border-left-color:rgba(0,0,0,0.5);margin-right:1px;margin-top:-3px;}

.bo_include{font-size:9px; width:42px; height:12px; line-height:11px; text-align:center; color:rgba(76, 127, 255, 1); border:1px solid rgba(76, 127, 255, 0.95); background:#fff; border-radius:5px; cursor:help;}
.bo_include.myTip.mini:before{font-size:9px; font-weight:bold; height:21px; line-height:21px; margin-top:-1em; margin-right:7px; padding:0px 6px; color:#d4fbff; background-color:rgba(76, 127, 255, 0.95); letter-spacing:-0.01em;}
.bo_include.myTip:after{border-width:3px; border-left-color:rgba(76, 127, 255, 0.95); margin-right:1px;margin-top:-3px;}





[class*="btn_"]:before{font-family: 'intaeFont'; font-weight:normal; font-size:12px; margin-right:5px; margin-left:-1px;  margin-top:-1px; display:inline-block; vertical-align:middle;}
.btn_write:before{content: "\e42a"; font-size:17px;}
.btn_write.attach:before{content:'\e2d4'; font-size:22px; margin-right:10px;}
.btn_write.talk:before{content:'\e411'; font-size:22px; margin-right:5px;}
.btn_write.map:before{content: "\e42b"; font-size:18px; margin-right:5px;}

.btn_modify:before{content: "\e30c"; font-size:18px;}
.btn_del:before{content: "\e0e3"; font-size:13px; }
.btn_copy:before{content: ""; margin-right:0;}
.btn_move:before{content: ""; margin-right:0;}
.btn_list:before{content: "\e002"; font-size:14px; margin-top:-4px; margin-right:10px;}
.btn_reply:before{content: "\e0f5"; margin-top:-3px;}
.btn_:before{content: "\e08b"; font-size:14px;}
.btn_movie:before{content: "\e0a8"; font-size:12px;}
.btn_inquiry:before{content: "\e060";}
.btn_search:before, input[type="submit"].btn_search:before{
	font-size:14px;
	content: "\e618" !important;
	font-family: 'intaeFont' !important;
	margin-right:3px;
	margin-left:0px;
	vertical-align:top;
	}
.btn_check:before{content: "\e335"; font-size:17px;}


/*버튼 사이즈 마크업*/
input[type="submit"][class*="btn_"].wide,
input[type="submit"][class^="btn_"].wide,
[class*="btn_"].wide,
[class^="btn_"].wide{
	font-size:13px;
	min-width:100px;
	padding:0 19px;
	height:44px;
	line-height:42px;
	font-weight: 700;
	}
.btn_write.wide{min-width:150px;}

input[type="submit"][class*="btn_"].large,
input[type="submit"][class^="btn_"].large,
[class*="btn_"].large,
[class^="btn_"].large{
	font-size:14px;
	min-width:150px;
	padding:0 21px;
	height:52px;
	line-height:52px;
	font-weight: 700;
	}

#bo_w .btn_submit{
	padding:0 30px;
	height:38px;
	line-height:37px;
	color:#fff;
	background-color:#363636;
	margin-right:4px;
	}
#bo_w .btn_submit:hover{background-color:#181818;}
#bo_w .btn_cancel{
	padding:0 19px;
	height:38px;
	line-height:37px;
	}
#bo_w .btn_del{
	position:absolute;
	top:0;
	left:0;
	padding:0 10px;
	height:38px;
	line-height:37px;
	margin-right:20px;
	}
#bo_w label{cursor:pointer;}




/* _______ 페이지 넘버 _______*/
.pg_wrap {clear:both; margin-top:40px; text-align:center; font-family: 'Noto Sans KR', sans-serif; font-size:0;}
.pg_wrap .pg {display:inline-block; position:relative; overflow:hidden; }
.pg_wrap a.pg_page, .pg_wrap .pg_current {
	font-size:13px;
	font-weight:300;
	display:inline-block;
	float:left;
	color:#838383;
	width:34px;
	height:34px;
	line-height:32px;
	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: 400; color:#fff; background:#4497fd;}
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:16x; display:inline-block; vertical-align:middle; margin-top:2px;}
/*a.pg_start:before{content:'\e00a'; font-size:13px; font-weight:500; margin-top:0;}*/
a.pg_start:before{content:'\e00a'; font-size:13px; font-weight:500; margin-top:0;}
a.pg_prev:before{content:'\e2b1';}
a.pg_end:before{content:'\e00b'; font-size:13px; font-weight:500; margin-top:0;}
a.pg_next:before{content:'\e2b4';}





/* 이미지가 없을때 */
.noimage{display:block; width:100%; background:rgba(0,0,0,0.07); text-align:center; position:relative; font-size:0;}
.noimage:after{content:'\e0f7'; font-family:'intaeFont'; color:#fff; font-size:40px; width:100%; position:absolute; top:50%; left:0; margin-top:-0.5em;}
.noimage.small{background:rgba(0,0,0,0.15);}
.noimage.small:after{font-size:18px; margin-top:-7px;}
.noimage_mob{display:block; background:rgba(0,0,0,0.07); text-align:center; font-size:0; position:relative;}
.noimage_mob:after{content:'\e0f7'; font-family:'intaeFont'; color:#fff; display:block; font-size:34px; width:100%; position:absolute; top:50%; left:0; display:inline-block;}




/* 자료 없는 목록 */
.empty_table{
	padding:100px 0 !important;
	text-align:center;
	text-align:center;
	font-size:0;
	position:relative;
	}
.empty_list {
	margin:180px 0;
	text-align:center;
	font-size:0;
	position:relative;
	}

.empty_table:before,
.empty_list:before{
	content:'게시물이 없습니다.';
	display:inline-block;
	position:relative;
	font-family:'Nanum Gothic', sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#a1a1a1;
	text-align:center;
	padding:0 16px;
	height:32px;
	line-height:30px;
	border:1px solid rgba(0,0,0,0.15);
	background:rgba(255,255,255,0.9);
	border-radius:20px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.03);
	}
.empty_table:after,
.empty_list:after{
	content:'\e198';
	font-family:'intaeFont';
	font-size:12px;
	color:#bababa;
	position:absolute;
	top:calc(50% - 23px);
	left:calc(50% - 82px);
	z-index:3;
	width:24px;
	height:24px;
	line-height:25px;
	border:1px solid rgba(0,0,0,0.2);
	background:rgba(255,255,255,1);
	border-radius:50%;
	box-shadow: 0 5px 5px rgba(0,0,0,0.03);
	}
.empty_list:after{content:'\e2cf'; font-size:16px;}

.empty_list .tag{font-weight:bold;}


.binMap{position:absolute; top:0; left:0; width:100%; height:100%; text-align:center; display: flex; align-items: center; justify-content: center; }
.binMap:before{content:'\e41e'; font-family:'intaeFont'; font-size:80px; color:rgba(0,0,0,0.2); display:inline-block; padding:30px; border:2px dashed rgba(0,0,0,0.1); border-radius:59px;}

.binPage {
	height:550px;
	position:relative;
	color:rgba(0,0,0,0.4);
	text-align:center;
	font-size:0;
	display:flex;
	align-items: center;
	justify-content: center;
	flex-direction:column;
	}
.binPage:before{
	content:'빈페이지 입니다.';
	display:inline-block;
	position:absolute;
	margin-top:76px;
	font-family:'Nanum Gothic', sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#a1a1a1;
	text-align:center;
	padding:0 16px;
	height:32px;
	line-height:30px;
	border:1px solid rgba(0,0,0,0.15);
	background:rgba(255,255,255,0.9);
	border-radius:20px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.03);
	}
.binPage:after{content:'\e2d4'; font-family:'intaeFont'; font-size:34px; line-height:34px; font-weight:normal; color:rgba(0,0,0,0.2); display:inline-block; padding:30px;  border:2px dashed rgba(0,0,0,0.1); border-radius:40%; }
.binPage .tag{font-weight:bold;}


#gall_allchk{margin-bottom:15px; color:#616161; font-size:12px; font-weight:bold; }/*전체선택*/
#gall_allchk span{margin-right:8px; font-weight:normal;}


/* 게시물 선택 복사/이동 팝업페이지*/
#copymove {}
.copymove_current {float:right; color:#ff3061;}
.copymove_currentbg {background:#f4f4f4}

/* 댓글 숫자 스타일 */
.cnt_cmt {display:inline-block; margin-left:8px; font-weight:400; color:#ff4a4a;}

/*.bo_cate_link{display:inline-block; font-size:15px; font-weight:400; color:#fff !important; height:1.5em; line-height:1.5em; 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:hover{background:#5c92ff;}*/

.bo_cate_link{display:inline-block; font-size:14px; 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:1.5em; line-height:1.5em; 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;}





[class^="reactionType_"]{-webkit-transition: all .15s ease-in-out; transition: all .15s ease-in-out;}
.attach_li{position:relative; margin:0; padding:0;  min-height:60px; border-radius:0 !important;}


/*____________________________ List page ____________________________*/


/* table */
.tbl_wrap {position:relative; font-size:15px; font-family: 'Noto Sans KR', sans-serif; font-weight:300;}
.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:400; padding:9px 5px; color:#fff;  text-align:center; background:rgba(0,0,0,0.75); }
.tbl_wrap thead a {color:#fff; position:relative;}
.tbl_wrap thead a:hover {text-decoration:underline;}
.tbl_wrap thead a span:before{
	content:'';
	font-family:'intaeFont';
	font-size:13px;
	position:absolute;
	right:-15px;
	top:50%;
	margin-top:-6px;
	z-index:4;
	color:rgba(255,255,255,1);
	display:inline-block;
	vertical-align:middle;
	text-decoration:none;
	opacity:0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	}
.tbl_wrap thead a span.asc:before{content:'\e2b8';}
.tbl_wrap thead a span.desc:before{content:'\e2b9';}
.tbl_wrap thead a:hover span:before{opacity:1; font-weight:normal;}
.tbl_wrap thead .icon_phone:before{content:'\e16f'; font-size:20px; margin-top:0;}
.tbl_wrap thead .icon_email:before{content:'\e16c'; font-size:20px; margin-top:0;}

.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 tr.bo_notice td{background:#fffdeb;}*/
.tbl_wrap tr.bo_notice td{background:#f9f9f9;}
.tbl_wrap td .icon_notice{font-size:0; display:inline-block; width:26px; height:26px; vertical-align:middle; 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);}
.tbl_wrap td .icon_notice:before{content:'\e2da'; font-family:'intaeFont'; font-size:14px; line-height:26px; color:#737373;  display:inline-block;}
.tbl_wrap td.td_chk {width:36px; text-align:center; }
.tbl_wrap td.td_num {width:60px;} 
.tbl_wrap td.td_cate{padding:0 10px;}
.tbl_wrap td.td_cate .bo_cate_link{margin-right:0;}
.tbl_wrap td.td_extra{padding:0 10px;}
.tbl_wrap td.td_extra .bo_extra{margin-right:0;}
.tbl_wrap td.td_subject{text-align:left; vertical-align:middle; color:#3a3a3a; font-weight:400; padding:20px 5px;}
.tbl_wrap td.td_subject a{color:inherit; margin-right:7px;}
.tbl_wrap td.td_subject a:hover{color:#0a0a0a;}
.tbl_wrap td.td_subject .bo_cate_link.before{margin-right:1.5em;}
.tbl_wrap td.td_subject .bo_cate_link.after{margin-left:1em;}
.tbl_wrap td.td_subject .bo_cate_link.after:before{content:''; width:1px; height:10px; background:rgba(0,0,0,0.1); margin-right:1em; display:inline-block; vertical-align:middle;}
.tbl_wrap td.td_subject .bo_extra{display:inline-block; font-size:14px; font-weight:400; color:#3a3a3a; margin-right:1.7em;}
.tbl_wrap td.td_subject img {margin-left:3px}
.tbl_wrap td.td_subject span[class*="icon_"],
.tbl_wrap td.td_subject span[class*="fileIcon_"]{margin-left:5px;}
.tbl_wrap td.td_name {max-width:250px; font-weight:400;} 
.tbl_wrap td.td_phone{}
.tbl_wrap td.td_date {width:120px;} 
.tbl_wrap td.td_hit{width:80px;}
.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;}

.tbl_wrap span.icon_hot{font-size:0; display:inline-block; vertical-align:middle; width:23px; height:23px; text-align:center; margin-left:8px !important; background:#fff; border:1px solid rgba(103,107,255,0.7); border-radius:10px; box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);}
.tbl_wrap span.icon_hot:before{font-size:16px; color:#676bff;  display:inline-block;}

/*
.tbl_wrap span.icon_hot{display:inline-block; width:25px; height:25px; line-height:24px; text-align:center; border:1px solid #37a8ff; background:#fff; border-radius:50%; box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.12);}
.tbl_wrap span.icon_hot:before{font-size:15px; color:#37a8ff;  display:inline-block;}
*/


/* 지도 게시판 */
.tbl_wrap.map{font-size:15px;}
.tbl_wrap.map td.td_area {font-size:14px; width:80px; font-weight:400; }
.tbl_wrap.map td.td_area a{color:#585858; display:inline-block; border:1px solid rgba(0,0,0,0.2); box-shadow:0 3px 3px rgba(0,0,0,0.06); padding:0px 5px; border-radius:7px;}
.tbl_wrap.map td.td_area a:hover{background:rgba(0,0,0,0.03);}
.tbl_wrap.map td.td_title {width:200px;  font-size:16px; font-weight:400;text-align:left; padding-left:20px;}
.tbl_wrap.map td.td_address {color:#686868;}
.tbl_wrap.map td.td_tel {width:200px;}
.tbl_wrap.map td.td_admin {width:60px;}






/*____________________________ List page(gallery) ____________________________*/

.bo_gall{}
.bo_gall .gall_ul {margin:10px 0 0;padding:0;list-style:none;zoom:1}
.bo_gall .gall_ul:after {display:block;visibility:hidden;clear:both;content:""}

	.gall_ul .gall_li {float:left;margin:0 15px 30px 0; position:relative;}
	.gall_ul .gall_li label.checkbox_titles {position:absolute;top:-5px;left:-5px;margin-bottom:0;z-index:22;}
	.gall_ul .gall_li .gall_notice{display:block; position:absolute; top:-8px; right:-8px; z-index:22; width:28px; height:28px; 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:22; color:#fff; background:#8184ff;}

		
	.gall_li .gallContents{position:relative; font-size:13px;}
		.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; }
		.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:25px 20px 20px 20px; border:1px solid rgba(0,0,0,0.12);}
		.gallContents .gallCon_text .bo_cate_link:not(.after){font-size:12px; margin-bottom:0.85em;}
		/*.gallContents .gallCon_text a.bo_cate_link{display:inline-block; font-size:13px;font-weight:bold; color:#7e7e7e; margin-bottom:0.7em; transition: all .2s ease-in-out;}
		.gallContents .gallCon_text a.bo_cate_link:hover{color:#1b8aff;}*/
		.gallContents .gallCon_text .textSubject {font-size:15px; font-weight:bold; line-height:1.5em; margin-bottom:0.8em; z-index:2; word-break: break-all;}
		.gallContents .gallCon_text .textSubject a{color:#2a2a2a;}
		.gallContents .gallCon_text .textSubject a:hover{color:#000000;}
		.gallContents .gallCon_text .textSubject .tagOff{color:#7a7a7a;}
		.gallContents .gallCon_text .textContent{font-size:13px; font-weight:normal; color:#484848; line-height:1.65em;}
		.gallContents .textSubject + .gall_infoSet, .gallContents .textContent + .gall_infoSet {margin-top:2.2em;}

			.gall_infoSet{position:relative; overflow:hidden;  color:#757575; display: flex; align-items: center;}
			.gall_infoSet .writeInfo{display:inline-block; flex-grow:1; text-align:left;}
			.gall_infoSet .iconSet{font-size:12px; display:inline-block; text-align:right;}
				
				.writeInfo .bo_cate_link{font-size:13px; line-height:inherit; display:inline-block; vertical-align:middle; margin-top:0;}
				.writeInfo img.mb_img{width:32px; height:32px; margin-right:10px;}
				.writeInfo .user{font-size:13px; font-weight:bold; color:#333333; display:inline-block; vertical-align:middle;}
				.writeInfo .date{font-size:12px; color:#888888; letter-spacing:-0.04em;  display:inline-block; vertical-align:middle;}
				.writeInfo .hat:after{content:''; width:1px; height:12px; background:rgba(0,0,0,0.1); margin:0 10px; display:inline-block; vertical-align:middle;}
				.writeInfo .hat:last-child:after{display:none;}
					
					.iconSet .icon_good{}
					.iconSet .icon_good:before{color:#37a8ff;}
					.iconSet span:after{content:''; display:inline-block; width:1px; height:12px; background:rgba(0,0,0,0.1); margin:0 6px 0 8px; vertical-align:middle;}
					.iconSet span:last-child:after{display:none;}
					
			
			.gall_infoSet.smaller{ position:relative; display:block;}
			.gall_infoSet.smaller .writeInfo{}
			.gall_infoSet.smaller .writeInfo .bo_cate_link.hat:after{margin:0 6px;}
			.gall_infoSet.smaller .writeInfo .mb_img{margin-right:3px;}
			.gall_infoSet.smaller .writeInfo .user{}
			.gall_infoSet.smaller .writeInfo .date{}
			.gall_infoSet.smaller .writeInfo .hat:after{margin:0 6px;}
			.gall_infoSet.smaller .iconSet{display:block; margin-top:5px; font-size:11px; text-align:right;}
			.gall_infoSet.smaller .iconSet span:after{height:13px; margin-right:3px; margin-left:6px;}
			.gall_infoSet.smaller .iconSet .icon_good:before{font-size:18px; margin-right:4px;}
			.gall_infoSet.smaller .iconSet .icon_view:before{font-size:15px; margin-right:4px;}
		


/* 테마 : 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:15px; padding-top:15px; border-top:1px solid rgba(0,0,0,0.1);}
.masonry_wrap .gallContents .gall_infoSet{padding:15px 20px 18px 20px; background:#fff; border:1px solid rgba(0,0,0,0.1);}


.gallCon_tag{
	font-size:11px;
	color:#525252;
	font-weight:bold;
	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;
	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:bold; 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:normal; color:#616161; line-height:1.5em; margin-bottom:1.2em;}
.gall_link{max-width:100%; color:#1a85d8; padding:10px 0; position:relative; overflow:hidden; word-break: break-all;}
.gall_link a{color:inherit;}
.gall_link a:hover{text-decoration:underline;}
.gall_link.nowWindow:before,
.gall_link.newWindow:before{
	content: "";
	font-size:11px;
	font-weight:bold;
	display:inline-block;
	vertical-align:middle;
	width:auto;
	height:23px;
	line-height:23px;
	padding:0 6px;
	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;}
				

a.thumbPop:before,
a.videoPop:before,
a.outLink:before{
	content:'';
	font-family:'intaeFont';
	font-weight:normal;
	line-height:1em;
	color:#fff;
	position:absolute;
	top:10px;
	right:10px;
	z-index:9;
	opacity:0;
	-webkit-transition: all .2s ease-in-out;
				transition: all .2s ease-in-out;
	}
a.thumbPop:hover:before,
a.videoPop:hover:before,
a.outLink:hover:before{opacity:0.9;}
a.thumbPop:before{content:'\e136'; font-size:15px;}
a.videoPop:before{content:'\e0a0'; font-size:14px;}
a.outLink:before{content:'\e34f'; font-size:11px;}

.gallCon_text a.thumbPop:before,
.gallCon_text a.videoPop:before,
.gallCon_text a.outLink:before,
.noImg a.thumbPop:before,
.noImg a.videoPop:before,
.noImg a.outLink:before{color:rgba(0,0,0,0.5);}

.gallCon_thumb + .gallCon_text a.thumbPop:before,
.gallCon_thumb + .gallCon_text a.videoPop:before,
.gallCon_thumb + .gallCon_text a.outLink:before{color:#fff;}

/*
a.thumbPop:before,
a.videoPop:before{
	content:'';
	font-family:'intaeFont';
	font-weight:normal;
	line-height:1em;
	color:#fff;
	position:absolute;
	top:10px;
	right:10px;
	z-index:9;
	opacity:0;
	-webkit-transition: all .2s ease-in-out;
				transition: all .2s ease-in-out;
	}
a.thumbPop:hover:before,
a.videoPop:hover:before{opacity:0.9;}
a.thumbPop:before{content:'\e136'; font-size:15px;}
a.videoPop:before{content:'\e0a0'; font-size:14px;}

.gallCon_text a.thumbPop:before,
.gallCon_text a.videoPop:before,
.gallCon_text a.outLink:before,
.noImg a.thumbPop:before,
.noImg a.videoPop:before,
.noImg a.outLink:before{color:rgba(0,0,0,0.5);}

.gallCon_thumb + .gallCon_text a.thumbPop:before,
.gallCon_thumb + .gallCon_text a.videoPop:before{color:#fff;}

a.outLink{
	position:relative;
	display:block;
	}
a.outLink:before{
	content:'\e0e6';
	font-family:'intaeFont';
	font-weight:normal;
	font-size:17px;
	color:#fff;
	position:absolute;
	top:calc(50% - 10px);
	left:calc(50% - 26px);
	width:52px;
	height:52px;
	line-height:52px;
	text-align:center;
	background:rgba(89,136,255,0.8);
	border-radius:50%;
	opacity:0;
	z-index:9;
	-webkit-transition: all .2s ease-in-out;
				transition: all .2s ease-in-out;
	transition: all 0.35s cubic-bezier(0.5, 0, 0, 1.25)
	
}
a.outLink:hover:before{opacity:1; top:calc(50% - 26px);}
*/


/*____________________________ View page ____________________________*/

#bo_v {position:relative;}
#bo_v #bo_v_title{
	padding:20px 0;
	margin-bottom:25px;
	border-bottom:1px solid rgba(0,0,0,0.12);
	box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.006);
	}
#bo_v #bo_v_title {font-family: 'Noto Sans KR', sans-serif;font-weight:500;font-size:21px;color:#2a2a2a;}
#bo_v .ca_name{display:inline-block; font-size:1em; font-weight:400; color:#5984ff; margin-right:1em;}

#bo_v #bo_v_info {font-size:12px; color:#555555; margin-top:40px;}
#bo_v #bo_v_info span {display:inline-block; font-weight:normal;}
#bo_v #bo_v_info span:after{content:''; display:inline-block; vertical-align:middle; width:1px; height:12px; background:rgba(0,0,0,0.1); margin:0 15px 0 13px;}
#bo_v #bo_v_info span:last-child:after{display:none;}
#bo_v #bo_v_info img.mb_img{margin-right:15px;}
#bo_v #bo_v_info .user{font-size:13px; font-weight:bold; 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:bold;}
#bo_v #bo_v_info .icon_good, #bo_v #bo_v_info .icon_view{font-weight:normal;}
#bo_v #bo_v_info .icon_good:before{color:#37a8ff;}


/* 첨부파일 & 링크 */	
.viewpageFile {position:absolute; top:20px; 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:12px;
	font-family:'Nanum Gothic', sans-serif;
	font-weight:bold;
	text-align:center;
	width:100px;
	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:"\e0ec";font-family: 'intaeFont';font-size:15px; font-weight:normal; margin:-1px 5px 0 -5px; vertical-align:middle; display:inline-block;}
.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{content: "\e3e6";font-family: 'intaeFont';font-size:13px;color:inherit; opacity:0.9;position:absolute; left:9px; margin-top:1px;}
.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:bold; 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:130px;}
.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:12px;
	font-weight: 400;
	word-wrap:break-word;
	margin-right:5px;
	color:#757575;
	}
.viewpageLink li:before{
	content:'\e36d';
	font-family:'intaeFont';
	font-size:18px;
	display:inline-block;
	margin-right:10px;
	width:26px;
	height:26px;
	line-height:26px;
	text-align:center;
	border-radius:50%;
	background:#fff;
	color:#528fff;
	border:1px solid #528fff;
	box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.015);
	}
.viewpageLink li:last-child {margin-right:0px;}
.viewpageLink li.icon_link:before{display:inline-block; font-size:13px; color:#267ad0;}
.viewpageLink a{color:#inherit; font-weight:normal;-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:15px;
	height:15px;
	line-height:15px;
	background:#528fff;
	border-radius:50%;
	font-family:tahoma, sans-serif;
	color:#fff;
	display:inline-block;
	font-size:9px;
	text-align:center;
	}
.viewpageLink .bo_v_link_cnt.great{width:22px; border-radius:15px; left:14px;} /*링크 클릭수가 100이 넘어가면..*/
	



/* 본문 */
#bo_v #bo_v_atc {margin-top:20px; margin-bottom:20px; 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_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 {max-width:100%;height:auto;margin-bottom:20px;}
#bo_v #bo_v_con {width:100%; word-break:break-all; overflow:hidden; line-height:1.7em;}
#bo_v .bo_v_video{width:100%; text-align:center; margin:0 auto; position:relative; overflow:hidden;}
#bo_v .bo_v_video video{max-width:100% !important; float:left;}
#bo_v #bo_v_con p img {margin:5px 0;}

/* bo_v_info
#bo_v #bo_v_info {text-align:right; font-size:12px; color:#555555; margin-top:20px;}
#bo_v #bo_v_info h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v #bo_v_info span {display:inline-block; margin-left:20px; font-weight:300;}
#bo_v #bo_v_info span:first-child{margin-right:0;}
#bo_v #bo_v_info .user{font-size:13px; font-weight:bold; 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:bold;}
#bo_v #bo_v_info .icon_good, #bo_v #bo_v_info .icon_view{font-weight:normal;}
#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:59px;
	height:59px;
	line-height:59px;
	border-radius:30px;
	/*background:#c9c9c9;*/
	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);
	/*-webkit-transition: all .2s ease-in-out;
				transition: all .2s ease-in-out;*/
	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:12px;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;
	font-size:32px;
	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_sns {margin:0 0 20px;padding:0;list-style:none;zoom:1}
#bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_sns li {float:left;margin:0 5px 0 0}



/* 댓글 
.bo_vc_title{margin-bottom:5px; font-size:13px;  font-weight:400; color:#343434;}
#bo_vc {margin:0; padding:20px 20px 10px; border:1px solid #e5e8ec; background:#fcfcfc;}
#bo_vc .icon_reply {position:relative; font-size:14px; margin-top:-2px;}
#bo_vc article {padding:0 0 10px;border-top:1px dotted #ccc}
#bo_vc article:first-child{border:none;}
#bo_vc header {position:relative;padding:15px 0 5px}
#bo_vc header .icon_reply {position:absolute;top:15px;left:-20px}
#bo_vc .sv_wrap {margin-right:15px}
#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold}
.bo_vc_hdinfo {display:inline-block;margin:0 0 0 10px; color:#626262;}
#bo_vc h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc a {color:#000;text-decoration:none}
#bo_vc p {padding:0 0 5px;line-height:1.8em}
#bo_vc p a {text-decoration:underline;}
#bo_vc p a.s_cmt {text-decoration:none}
#bo_vc_empty {margin:0;padding:20px !important;text-align:center}
#bo_vc #bo_vc_winfo {float:left}
#bo_vc footer {zoom:1}
#bo_vc footer:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc .tbl_frm01 textarea {padding:7px 10px; width:596px; height:100px; float:left;}

#bo_vc .bo_vc_act {float:right;margin:0;list-style:none;zoom:1}
#bo_vc .bo_vc_act:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc .bo_vc_act li{float:left;}
#bo_vc .bo_vc_act li a{
	display:inline-block;
	height:18px;
	line-height:18px;
	padding:0 5px;
	margin-left:3px;
	font-size:10px;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight:400;
	color:#fff !important;
	background:#929292;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-radius:3px;
	}
#bo_vc .bo_vc_act li a:hover{background:#515151;}

#bo_vc_w {position:relative; margin:0; padding:20px 20px 10px 20px;border:1px solid #e5e8ec; border-top:none; background:#fcfcfc;}
#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}
	.tbl_frm01.writeReply{margin:0 0 20px; padding:0; font-family:'Nanum Gothic', sans-serif; font-size:12px;}
	.tbl_frm01.writeReply table {width:100%;border-collapse:collapse;border-spacing:0;}
	.tbl_frm01.writeReply tr{}
	.tbl_frm01.writeReply th {width:60px; padding:15px 10px;border:1px solid rgba(0,0,0,0.1);border-left:0;border-right:0;text-align:left; }
	.tbl_frm01.writeReply td {padding:14px 0px;border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(0,0,0,0.1);background:transparent; text-align:left;}
	.tbl_frm01.writeReply td.nopadding{padding:5px 0 0 0;}
	.tbl_frm01.writeReply td label.col{margin-left:17px; vertical-align:top;}
	.tbl_frm01.writeReply td input[type="checkbox"]{}
	.tbl_frm01.writeReply textarea {padding:7px 10px; width:calc(100% - 100px) !important; height:100px; float:left;}
	.tbl_frm01.writeReply .re_btn {text-align:center; margin-bottom:0px; float:right;}
	.tbl_frm01.writeReply .re_btn .btn_submit{width:100px; height:100px; border:1px solid rgba(0,0,0,0.2); border-left:none;}
*/


/* 댓글 (bo_viewReply) ----------------------------------------------------------------------------------------------------------- */
#bo_view_reply{position:relative; margin-top:40px;}
.viewReplyHead{font-size:13px; font-weight:bold; color:#313131; margin-bottom:10px;}
.viewReplyHead .num{color:#ff5858; display:inline-block; margin-left:0.3em;}

.viewReply {margin:0; padding:15px 25px; border:1px solid #e5e8ec; background:#fff;}
.viewReply .icon_reply {position:relative; font-size:14px; margin-top:-2px;}
.viewReply article {position:relative; padding:20px 0 15px 0;border-top:1px dotted #ccc; }
.viewReply article:first-child{border-top:0;}
.viewReply article.re:before{content:'\e333'; font-family:'intaeFont'; font-size:11px; color:#8e8e8e; position:absolute; top:20px; left:-18px; transform-origin:50% 50%; transform:rotate(180deg);}

.viewReply header {position:relative;}
.viewReply header .writer{font-weight:bold; font-size:13px;}
.viewReply header .date{font-size:12px; margin-left:10px; color:#6f6f6f;}

.viewReply p{margin-top:10px;line-height:1.8em}
.viewReply p.secret:before{content:'\e0c1'; font-family:'intaeFont'; font-size:15px; color:rgba(0,0,0,0.85); display:inline-block; margin-right:6px; margin-top:-1px;}
.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:31px;
	height:20px;
	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;}

.viewReply .tbl_frm01 textarea {padding:7px 10px; width:596px; height:100px; float:left;}

.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-family:'Nanum Gothic', sans-serif; font-size:12px; overflow:hidden;}
	.replyForm .horizonGroup {position:relative; width:100%; overflow:hidden;}
	.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% - 70px) !important; height:70px; float:left;}

	.replyForm .re_btn {text-align:center; margin-bottom:0px; float:right;}
	.replyForm .re_btn .btn_submit{width:70px; height:70px; border:1px solid rgba(0,0,0,0.2); border-left:none;}



/*-----------------------------------------------------------------------------------*/
/* 게시판 쓰기 페이지
/*-----------------------------------------------------------------------------------*/
#char_count_desc {display:block;margin:0 0 5px;padding:0}
#char_count_wrap {margin:5px 0 0;text-align:right}
#char_count {font-weight:bold}

#bo_w{}
#bo_w input[type="checkbox"] + span{margin-right:8px;}


/* 임시저장된 글 */
a.btn_frmline, button.btn_frmline {
	vertical-align:middle;
	display:inline-block;
	cursor:pointer;
	padding:0 8px;
	height:30px;
	line-height:25px;
	font-weight: 400;
	color:#494949;
	text-align:center;
	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;
	margin-bottom:5px;
	} /* 우편번호검색버튼 등 */



/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px; padding:0;}
.tbl_frm01 label[for='notice']{font-weight:bold;}
.tbl_frm01 .tbl_caption{font-family: 'Noto Sans KR', sans-serif; font-size:20px; font-weight:400 !important; text-align:center; margin:10px 0; }
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0; }
.tbl_frm01 th {width:100px; padding:20px 10px;border:1px solid rgba(0,0,0,0.1);border-left:0;border-right:0;text-align:left;}
.tbl_frm01 td {padding:14px 10px;border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(0,0,0,0.1);background:transparent}
.tbl_frm01 td.nopadding{padding-top:0;}
.tbl_frm01 td[colspan="2"]{}
.tbl_frm01 textarea, .frm_input {}
.tbl_frm01 textarea {padding:7px 10px;}
.tbl_frm01 .wr_content  textarea{height:480px}
.tbl_frm01 .help_block{display:block; padding-top:5px; line-height:1.4em; color:#9E9E9E}
.tbl_frm01 .blind_box{
	position:absolute;
	margin-top:5px;
	margin-left:-20px;
	width:550px;
	display:inline-block;
	padding:15px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(0,0,0,0.35);
	z-index:999;
	box-shadow: -2px 3px 3px rgba(0, 0, 0, 0.15);
	line-height:1.7em;
	}
.tbl_frm01 .bline_close{position:absolute; top:5px; right:0px; cursor:pointer;}
.tbl_frm01 .blind_box .tit{margin-bottom:5px;}
.tbl_frm01 .frm_file {display:block;}
.tbl_frm01 .frm_info {display:block;padding:5px 0 0 5px;line-height:1.4em; color:#9E9E9E}

.tbl_frm01 span.required:before{content:'*'; font-family:'Nanum Gothic', sans-serif; font-size:13px; font-weight:normal;  color:#ff3434; display:inline-block; vertical-align:top; margin-top:-1px; margin-right:4px;}
.tbl_frm01 label.required:before{content:'*'; font-family:'Nanum Gothic', sans-serif; font-size:13px; font-weight:normal;  color:#ff3434; display:inline-block; vertical-align:top; margin-top:-1px; margin-right:4px;}
.tbl_frm01 table tr.noborder th, .tbl_frm01 table tr.noborder td{border:none;}
.tbl_frm01 table tr.nopadding th, .tbl_frm01 table tr.nopadding td{padding-top:0;}

.tbl_frm01 table tr .admin{display:inline-block; position:relative;}
.tbl_frm01 table tr .admin:before{content:'\e0c1'; font-family:'intaeFont'; font-size:10px; font-weight:normal; position:absolute; left:-13px; top:-4px; color:#ababab;}
.tbl_frm01 table tr .admin:hover:before{color:#ff4343;}

.tbl_frm01 table .movieInfo{display:none;}

.tbl_frm01 [class^='icon_'], .tbl_frm01 [class*='icon_']{color:#565656; min-width:28px; text-align:left;}
/*여분필드아이콘*/
.tbl_frm01 [class*='icon_']:before{min-width:28px;}
.tbl_frm01 .icon_text:before{content:'\e2de'; font-size:19px;}
.tbl_frm01 .icon_select:before{content:'\e2d0'; font-size:17px;}
.tbl_frm01 .icon_radio:before{content:'\e2fe'; font-size:16px;}
.tbl_frm01 .icon_date:before{content:'\e2be'; font-size:16px;}
.tbl_frm01 .icon_tel:before{font-size:17px;}
.tbl_frm01 .icon_email:before{font-size:16px;}
.tbl_frm01 .icon_textarea:before{content:'\e2de'; font-size:19px;}
.tbl_frm01 .icon_color:before{font-size:19px;}
.tbl_frm01 .icon_cate:before{content:'\e2de'; font-size:19px;}

.tbl_frm01 .inpCalendar{padding:0; width:32px; text-align:center;}
.tbl_frm01 .inpCalendar:before{
	content:'\e2be';
	font-family:'intaeFont';
	font-size:18px;
	font-weight:normal;
	color:#373649;
	}


.tbl_frm01 .label_calendar{position:relative; margin:0px;}
.tbl_frm01 .label_calendar:before{
	content:'\e226';
	font-family:'intaeFont';
	font-size:16px;
	display:inline-block;
	width:30px;
	height:30px;
	line-height:29px;
	font-size:14px;
	color:#fff;
	text-align:center;
	border:1px solid #208ee3;
	border-right:none;
	background:#34a7ff;
	margin:0;
	}
.tbl_frm01 .label_calendar input[type="text"]{border-left:none;}

textarea.textarea{
	font-size:13px;
	line-height:1.5em;
	padding:15px;
	width:100%;
	background:#fff;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-x:hidden;
	overflow-y:auto;
	}

.holdImg img{margin-bottom:0px;}



/* 내용쓰기 pc,mobile */
.wrConTabs{position:relative; font-size:0; margin-top:20px;}
.wrConTabs li{
	display:inline-block;
	font-size:13px;
	text-align:center;
	color:#a7a7a7;
	font-weight:bold;
	padding:0 20px;
	height:35px;
	line-height:35px;
	border:1px solid rgba(0,0,0,0.2);
	border-bottom:0;
	cursor:pointer;
	-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;
	}
.wrConTabs li:first-child{border-right:0;}
.wrConTabs li.active{color:#fff !important; background:#232525;}
.wrConTabs li:hover{color:#353636;}

.wrConTabs li [class*='icon_']{min-width:10px;}
.wrConTabs li [class*='icon_']:before{color:#a7a7a7; font-size:14px; min-width:10px; margin-right:10px;}
.wrConTabs li.active [class*='icon_']:before{color:#fff;}


.wrConBox{position:relative;}
.wrConBox .tabEditor{position:absolute; top:0; left:0; width:100%; height:100%; opacity:0; z-index:1;}
.wrConBox .tabEditor.active{position:relative; opacity:1; z-index:3;}



/*쓰기페이지 필드팁*/
.fieldTip{cursor:pointer; position:relative;}
.fieldTip:before{
	content:""attr(data-tip)"";
	font-size:10px;
	font-weight:normal;
	width:auto;
	padding:0 7px;
	height:18px;
	line-height:18px;
	color:#fff;
	display:inline-block;
	position:absolute;
	top:-25px;
	left:calc(50% - 20px);
	margin:0;
	margin-right:8px;
	background:#6a7cff;
	border-radius:4px;
	white-space: nowrap;
	-webkit-transition: all .2s ease-in-out;
				transition: all .2s ease-in-out;
	opacity:0;
	visibility: hidden;
	z-index:20;
	}

.fieldTip:after{
	content:'';
	width:0;
	height:0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #6a7cff;
	border-bottom: 4px solid transparent;
	position:absolute;
	top:-8px;
	left:calc(50% - 12px);
	-webkit-transition: all .2s ease-in-out;
				transition: all .2s ease-in-out;
	opacity:0;
	visibility: hidden;
	z-index:39;	
	}
.fieldTip:hover:before,
.fieldTip:hover:after{opacity:1; visibility: visible;}




/*/////////////////////////////////////////////////////////////////////////////////////
/* 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;}










a.btn_b02 {display:inline-block;padding:7px 7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn_b02:focus, .btn_b02:hover {text-decoration:none}
a.btn01 {display:inline-block;padding: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: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}





/* 새창 기본 스타일 */
.new_win {position:relative;}
.new_win .tbl_wrap {margin:0 20px;}
.new_win .tbl_wrap td{text-align:left; padding:10px; font-size:13px; color:#252525;}
.new_win #win_title {padding:20px; font-size:21px; font-weight:300; text-align:center;}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin:-20px 0 20px 0;padding:0 20px;border-bottom:1px solid #455255;background:#484848;list-style:none;zoom:1}
.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 10px 8px;border-right:1px solid #455255;border-left:1px solid #455255;color:#fff;font-weight:bold;text-decoration:none}
.new_win .win_desc {padding:20px}

.new_win .win_btn {clear:both;padding:20px;text-align:center}
/*
.new_win .win_btn button {display:inline-block;padding:0 10px;height:30px;border:0;background:#4b545e;color:#fff;line-height:2em;cursor:pointer}
.new_win .win_btn input {padding:0 10px;height:30px;line-height:2em}
.new_win .win_btn a {display:inline-block;padding:0 10px;height:30px;background:#4b545e;color:#fff;vertical-align:middle;line-height:2.4em}
.new_win .win_btn a:focus, .new_win .win_btn a:hover {text-decoration:none}
.new_win .win_btn .btn_submit{
	padding:0 19px;
	height:38px;
	line-height:37px;
	color:#fff;
	background-color:#006dcc;
	margin-right:4px;
	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;
	}
.new_win .win_btn .btn_cancel{
	padding:0 19px;
	height:38px;
	line-height:37px;
	color:#494949;
	background-color:#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;
	}
.new_win .win_btn .btn_submit:hover{background-color:#0154c5;}
.new_win .win_btn .btn_cancel:hover{background-color:#e5e5e5;}
*/


/*임시저장된 글*/
#autosave_wrapper {position:relative; font-size:0;}
#autosave_pop {font-size:12px; display:none; position:absolute; top:0px !important;left:118px;padding:8px;width:450px !important; border:1px solid rgba(0,0,0,0.24) !important;background:#fff;overflow-y:scroll; z-index:9;}
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}


/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0!important;line-height:0;border:0 !important;overflow:hidden !important}
/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* ie6 이미지 너비 지정 */
.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 #captcha_img {width:100px;height:41px;border:1px solid #e9e9e9}
#captcha #captcha_mp3 {position:absolute;top:0;left:101px;margin:0;padding:0;width:23px;height:22px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer}
#captcha #captcha_mp3 span {position:absolute;top:0;left:0;width:23px;height:22px;background:url('../plugin/kcaptcha/img/sound.gif')}
#captcha #captcha_reload {position:absolute;top:21px;left:101px;margin:0;padding:0;width:23px;height:22px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer}
#captcha #captcha_reload span {position:absolute;top:0;left:0;width:23px;height:22px;background:url('../plugin/kcaptcha/img/reload.gif')}
#captcha #captcha_key {display:inline-block; margin-left:25px; padding:0 5px;width:110px;height:40px;border:1px solid #b8c9c2;background:#f7f7f7; font-size:13px; font-weight:700;}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em; }

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc{}/*에디터 단축키 버튼 - 기본으로 수정*/
.cke_sc_def {margin:3px 0 5px 0;padding:16px 20px;border:1px solid rgba(0,0,0,0.1);;background:#fafafa;text-align:center}
.cke_sc_def dl{margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {display:inline-block; margin:0;padding:8px 0; border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {font-weight:700; color:#ff408c; padding-right:10px;}
.cke_sc_def dd {margin-right:30px;}


/* 검색결과 색상 */
.sch_word {color:#ff3061}

/* 내용관리 */
#ctt {margin:10px 0;padding:10px;border:1px solid #e9e9e9}
.ctt_admin {text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0}
.ctt_img {text-align:center}


/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.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}


/* 에디터 단축키 */
.cke_sc{display:none;}
#bo_w .popWin{position:relative; float:right;}







/* 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;
	border:1px solid rgba(0,0,0,0.25);
	background:rgba(255,255,255,0.9);
	-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.middle{padding:0 22px;height:40px;line-height:39px;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.middle [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;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
.slideWrapper .swiper-container::focus{cursor:move;}
.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:relative;
	margin-top:30px;
	}
.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-family: 'Nanum Gothic', sans-serif;
	font-weight: bold;
	color:#777777;
	}
.slideWrapper .pagination.faction .swiper-pagination-current{color:#3779ff; margin:0; padding:0; position:relative;}
.slideWrapper .pagination.faction .swiper-pagination-total{}

.slideWrapper .left,
.slideWrapper .right{
	cursor:pointer;
	position:absolute;
	top:50%;
	margin-top:-38px;
	z-index:90;
	display:table;
	}
.slideWrapper .left{left:-50px;}
.slideWrapper .right{right:-50px;}

.slideWrapper .left:before,
.slideWrapper .right:before{
	content:'';
	display:block;
	font-family:'intaeFont';
	font-size:20px;
	color:rgba(0,0,0,0.2);
	width:38px;
	height:38px;
	line-height:38px;
	text-align:center;
	background:rgba(255,255,255,0.2);
	border:1px solid rgba(0,0,0,0.2);
	border-radius:50%;
	padding:0px 0;
	/*-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;*/
	transition: all 0.35s cubic-bezier(0.32, 2.5, 0.255, 1);
	z-index:11;
	}
.slideWrapper .left:before{content:'\e04f'; }
.slideWrapper .right:before{content:'\e050';}


.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); box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);}
.slideWrapper .swiper-button-disabled:before{display:none;}



/* __________video-container__________ */
.video-container{position:relative; font-size:66px; overflow:hidden; cursor:pointer; z-index:20;}
.video-container.middle{font-size:44px;}
.video-container.mini{font-size:32px;}

.video-container:before{
	content:'\e2af';
	font-family:'intaeFont';
	text-align:center;
	color:rgba(255,255,255,0.95);
	position:absolute;
	z-index:30;
	top:calc(50% - 0.92em);
	left:calc(50% - 0.92em);
	width:1.82em;
	height:1.82em;
	line-height:1.92em;
	background:rgba(0,0,0,0.65);
	/*background:rgba(255,89,72,0.8);*/
	border-radius:50%;
	display:inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out; 
	opacity:0;
	}
.video-container.controls:before{content:'\e2a7'; padding-left:0.14em; opacity:0.7;}
.video-container:hover:before,
.video-container.controls:hover:before{opacity:1;}

.video-container .video{float:left;}

.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:0;}

@media screen and (-webkit-min-device-pixel-ratio:0){/*크롬핵*/
	#bo_v .video-container:before, #bo_v .video-container.controls:before,
	.viewPopWrap .video-container:before, .viewPopWrap .video-container.controls:before{display:none;}
}


/* 테이블 코딩 스타일 */
.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%;
	min-height:500px;
	display: flex;
	align-items: center;
	justify-content: center; 
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed !important;
	}
.attach_li.parallax {
	min-height:500px;
	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;
	justify-content: center; 
	}




/* ____________________________ latest 공콩 ____________________________*/


/* 관리자 전용 아이콘 버튼 */
.latest_adm{position:absolute; top:15px; left:15px; z-index:20;}
.mainPage .attach_li:first-child .latest_adm{top:150px;}
a.icon-adm{
	vertical-align:middle;
	display:inline-block;
	cursor:pointer;
	width:22px;
	height:22px;
	line-height:22px;
	text-align:center;
	color:#fff;
	background:#363636;
	border-radius:6px;
	-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;
	opacity:0.8;
	}
a.icon-adm:hover{opacity:1;}
a.icon-adm:hover:before{opacity:0.95;}
a.icon-adm:before{
	content:'\e258';
	font-family: 'intaeFont';
	font-size:14px;
	font-weight:normal;
	opacity:0.8;
	text-align:center;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	}

.thumb{font-size:0;}
.includePage .slideWrapper{display:none;}








/*____________________________ 옵션 (skin option) - 공통요소만 ____________________________*/

.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:inline-block; font-size:0; line-height:0; }
.imgLine .imgBorder:before{
	content:'';
	width:100%;
	height:100%;
	font-size:0;
	border: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;
	}



/* table (나눔고딕 적용) */
.nanumGothic {font-size:13px; font-family:'Nanum Gothic', sans-serif; font-weight:normal;}
.nanumGothic .tbl_wrap{font-size:13px; font-family:'Nanum Gothic', sans-serif; font-weight:normal;}
.nanumGothic .tbl_wrap thead th {font-weight:bold; padding:10px 5px;}
.nanumGothic .tbl_wrap td.td_subject{font-weight:bold;}

/* 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 (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 .gallCon_thumb 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.8);
	background:rgba(0,0,0,0.4);
	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 .gallCon_thumb 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 LAYER POPUP ____*/
.mfp-bg{}
.mfp-wrap{}
.mfp-container{}
.mfp-content {position:relative;  margin:50px auto !important; width:auto !important;}
.viewPopWrap{position:relative; padding:0; margin:0 auto;  width:auto; min-width:200px;}
.viewPopWrap .mfp-close{
		position: absolute;
		right:-20px;
		top: -20px;
		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;}

.mfp-container .mfp-arrow{
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  }
.mfp-container .mfp-arrow.mfp-arrow-left{left:0;}
.mfp-container .mfp-arrow.mfp-arrow-right{right:0;}
.mfp-container .mfp-arrow:active {margin-top:-53px;}
.mfp-container .mfp-arrow:hover{opacity:1;}
.mfp-container .mfp-arrow:before{
    content: '';
	font-family:'intaeFont';
	font-size:64px;
	color:#fff;
    display: inline-block;
	 transition: all 0.4s cubic-bezier(0.1, 0.25, 0, 1.8);
    }
.mfp-container .mfp-arrow.mfp-arrow-left:before {content:'\e00f';}
.mfp-container .mfp-arrow.mfp-arrow-right:before {content:'\e010';}
.mfp-container .mfp-arrow.mfp-arrow-left:hover:before{margin-left:-15px;}
.mfp-container .mfp-arrow.mfp-arrow-right:hover:before{margin-right:-15px;}


.viewPopWrap #popcon_img{text-align:center; font-size:0; width:100%;}
.viewPopWrap #popcon_img img {width:auto; height:auto;}
	
.viewPopWrap .popcon_title{padding:15px 30px; position:relative; line-height:1.7em; background-color:#f9f9f9;  font-size:16px; font-weight:bold; 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; }
.viewPopWrap .popcon_title .ca_name{font-size:1em; font-weight:bold; color:#5984ff; display:inline-block; margin-right:1em;}

.viewPopWrap .popcon_contents{padding:30px; position:relative; line-height:1.7em; background-color:#fff;  box-shadow: 0px 12px 4px rgba(0, 0, 0, 0.15); }
.viewPopWrap .popcon_contents .viewpageFile{top:15px; right:15px;}
.viewPopWrap .popcon_contents .viewpageLink{margin-top:-5px; margin-bottom:15px;}
.viewPopWrap .popcon_contents .popContents{position:relative;}

.viewPopWrap .viewInfo {font-size:12px; color:#555555; margin-top:30px;}
.viewPopWrap .viewInfo span {display:inline-block; font-weight:normal;}
.viewPopWrap .viewInfo span:after{content:''; display:inline-block; vertical-align:middle; width:1px; height:12px; background:rgba(0,0,0,0.1); margin:0 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:13px; font-weight:bold; color:#2e2e2e;}
.viewPopWrap .viewInfo .date{color:#333333;}
.viewPopWrap .viewInfo .icon_good, .viewPopWrap .viewInfo .icon_view{font-weight:normal;}
.viewPopWrap .viewInfo .icon_good:before{color:#37a8ff;}


.viewPopWrap.todayTalk .popcon_contents .popContents{
	font-size:16px;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 300;
	line-height:1.75em;
	}


.viewPopWrap .pop_btnSet{position:absolute; bottom:-10px; right:-10px; z-index:33;}





/* 동영상 iframe */
.viewPopWrap .videoWrap{font-size:0; overflow:hidden; width:100%; background:rgba(0,0,0,0.7);} /* 하단 여백 제거*/


/* 레이어팝업 캐러셀 */
.viewPopWrap .slideWrapper .pagination {
	width:100%;
	text-align:center;
	position:absolute;
	bottom:-40px;
	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: bold;
	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{margin-top:-19px;}
.viewPopWrap .slideWrapper .left{left:-65px; text-align:left;}
.viewPopWrap .slideWrapper .right{right:-65px; text-align:right;}
.viewPopWrap .slideWrapper .left:before,
.viewPopWrap .slideWrapper .right:before{
	content:'';
	display:block;
	font-family:'intaeFont';
	font-size:47px;
	color:rgba(255,255,255,0.5);
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	background:none;
	border:0;
	border-radius:0;;
	padding:0px 0;
	/*-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;*/
	transition: all 0.3s cubic-bezier(0.32, 2.5, 0.255, 1);
	transform:scale(1);
	z-index:11;
	}
.viewPopWrap .slideWrapper .left:before{content:'\e003'; transform-origin:right middle;}
.viewPopWrap .slideWrapper .right:before{content:'\e004';  transform-origin:left middle;}
.viewPopWrap .slideWrapper .left:hover:before,
.viewPopWrap .slideWrapper .right:hover:before{transform:scale(1.25); color:rgba(255,255,255,1); border:0; background:none; box-shadow:none;}

.viewPopWrap .slideWrapper .swiper-button-disabled:before{display:none;}


/* Layer Popup Comment */
.popcon_comment{position:relative; padding:10px 30px 30px 30px; background:#fff; box-shadow: 0px 12px 4px rgba(0, 0, 0, 0.15);}
.popcon_comment .bo_vc_title{}


.popcon_btnSet{position:relative; text-align:center; padding:0px 30px 30px 30px; background:#fff; box-shadow: 0px 12px 4px rgba(0, 0, 0, 0.15);}



/*________________ 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:250px; height:250px; border-radius:50%; float:left;}
.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.5em; color:#fff;}
.bubble-popup .bubbleBox{
	font-family: 'Noto Sans KR', sans-serif;
	position:relative;
	display:inline-block;
	max-width:700px;
	width:auto;
	height:auto;
	min-height:250px;
	padding:40px;
	margin-left:20px;
	border-radius:4px;
	-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: 12px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	position:absolute;
	top:100px;
	left:-11px;
	}
.bubble-popup .bubbleBox .pTitle{font-size:22px; font-weight:400; color:#363636; line-height:1.5em; margin-bottom:15px;}
.bubble-popup .bubbleBox .pContents{font-size:16px; font-weight:400; color:#838383; line-height:1.5em;  word-break: keep-all;}
.bubble-popup .bubbleBox .pInfo{font-size:15px; font-weight:400; color:#505050; margin-top:35px;}
.bubble-popup .bubbleBox .pInfo .division{font-weight:300; color:#888888; margin-left:10px;}




/*________________ listPopWrap _______________*/

.listPopWrap{
	position:relative;
	width:auto;
	min-width:900px;
	background-color:#fff;
	padding:40px;
	margin:0 auto;
	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:-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;
	}
.listPopWrap .mfp-close:before{content:'\e007'; font-family:'intaeFont'; font-size:13px;}
.listPopWrap .mfp-close:hover,
.listPopWrap .mfp-close:focus {background:#f83333;}
.listPopWrap .popcon_contents{padding:30px; position:relative; overflow:hidden; line-height:1.7em;}
.listPopWrap .popcon_contents .popContents{display:block; position:relative; clear:both;}
.listPopWrap .popcon_contents .conInfo{font-size:13px; margin-top:30px; color:#797979;}
.listPopWrap .popcon_contents .conInfo span{margin-right:5px;}

.listPopWrap .tbl_wrap{font-family:'Nanum Gothic', sans-serif; font-size:12px;}
.listPopWrap .tbl_wrap tr:hover td{background:rgba(0,0,0,0.06);}
.listPopWrap .tbl_wrap tr.active td{background:#fffee3;}
.listPopWrap .tbl_wrap th{border:1px solid #272727; padding:8px 0px;}
.listPopWrap .tbl_wrap td{border:1px solid #282828; padding:7px 3px !important;}
.listPopWrap .tbl_wrap td.td_chk {text-align:center;}
.listPopWrap .tbl_wrap input[type="checkbox"] + span{margin:0}

.listPopWrap .tbl_wrap td .select2-container{width:100%;}
.listPopWrap .tbl_wrap td.autoSpan{text-align:left;}
.listPopWrap .tbl_wrap td.autoSpan .select2-container{width:auto;}
.listPopWrap .tbl_wrap td .iconEdit,
.listPopWrap .tbl_wrap td .btn.iconEdit{position:relative; top:0; left:0;}

.listPopWrap .bo_btnSet{margin-top:50px; text-align:center; position:relative;}
.listPopWrap .bo_btnSet input[type="submit"].fleft{position:absolute; left:0;}
.listPopWrap .bo_btnSet .btn_check{height:40px; line-height:40px; padding:0 20px;}









/*________________ writePopWrap _______________*/

.writePopWrap{
	position:relative;
	width:auto;
	min-width:900px;
	background-color:#fff;
	padding:40px;
	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;
	}
.writePopWrap .mfp-close{
	position: absolute;
	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;
	}
.writePopWrap .mfp-close:before{content:'\e007'; font-family:'intaeFont'; font-size:13px;}
.writePopWrap .mfp-close:hover,
.writePopWrap .mfp-close:focus {background:#f83333;}
.writePopWrap .popcon_contents{padding:30px; position:relative; overflow:hidden; line-height:1.7em;}
.writePopWrap .popcon_contents .popContents{display:block; position:relative; clear:both;}
.writePopWrap .popcon_contents .conInfo{font-size:13px; margin-top:30px; color:#797979;}
.writePopWrap .popcon_contents .conInfo span{margin-right:5px;}

.writePopWrap .tbl_wrap{font-family:'Nanum Gothic', sans-serif; font-size:12px;}
.writePopWrap .tbl_wrap tr:hover td{background:rgba(0,0,0,0.06);}
.writePopWrap .tbl_wrap tr.active td{background:#fffee3;}
.writePopWrap .tbl_wrap th{border:1px solid #272727; padding:8px 0px;}
.writePopWrap .tbl_wrap td{border:1px solid #282828; padding:7px 3px;}
.writePopWrap .tbl_wrap td.td_chk {text-align:center;}
.writePopWrap .tbl_wrap input[type="checkbox"] + span{margin:0}

.writePopWrap .tbl_wrap td .select2-container{width:100%;}
.writePopWrap .tbl_wrap td.autoSpan{text-align:left;}
.writePopWrap .tbl_wrap td.autoSpan .select2-container{width:auto;}
.writePopWrap .tbl_wrap td .iconEdit,
.writePopWrap .tbl_wrap td .btn.iconEdit{position:relative; top:0; left:0;}

.writePopWrap .bo_btnSet{margin-top:50px; text-align:center; position:relative;}
.writePopWrap .bo_btnSet input[type="submit"].fleft{position:absolute; left:0;}
.writePopWrap .bo_btnSet .btn_check{height:40px; line-height:40px; padding:0 20px;}






.pointColor{color:#5984ff;}