@charset "utf-8";
@import url('iconFont/intaeFont/styles.css');
@import url('animation/animations.css');
/*@import url('styleDefault.css');*/


/*──────────────── 레이어 팝업 ────────────────*/
#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; 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;
	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);
	}
#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;}



/*──────────────── Layout ────────────────*/
#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}
#container{ position:relative; z-index:1; min-height:500px; overflow:hidden; margin:0 auto; padding:0px; transition: all .15s ease-in-out; zoom:1; }
#footerwrap{ position:relative; width:100%; color:#9ea0a2; margin-top:0px; z-index:1; }
	#footer{margin:0 auto; padding-top:0px; position:relative; line-height:1.6em;}	
	#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:''; 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-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;
		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%;
		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{
	display:block;
	width:44px;
	height:40px;
	line-height:40px;
	background:rgba(255,255,255,0.9);
	background-clip:padding-box ;
	border-radius: 2px !important;
	border:1px solid rgba(0,0,0,0.2);
	box-shadow:0px 2px 5px rgba(0,0,0,0.1);
	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; 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; }
.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; }
.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; }
@-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);} }
@keyframes mouse_fadeout{ 0%{opacity : 1;} 60%{opacity : 1;} 100%{opacity : 0;} }



/*──────────────── 게시판 상,하단 최신글 ────────────────*/
.bo_latest{position:relative; margin:0; padding:0;}
.latest_content_head{position:relative; margin-bottom:50px;}
.latest_title{
	position:relative;
	font-family: 'NanumSquareRound', sans-serif;
	font-weight:300;
	font-size:40px;
	line-height:1.2em;
	color:#272626;
	text-align:center;
	margin-top:30px;
	margin-bottom:70px;
	overflow:hidden;
	display:block;
	}
.bo_latest_bottom{position:relative;}

/* 게시판 인크루드 */
.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:""}




/*──────────────── 게시판 공통 아이콘 ────────────────*/
.icon_notice:before{content:'\e10f'; font-size:17px;}
.gall_notice:before{content:'\e10f'; font-family: 'intaeFont'; font-size:17px; margin-right:10px; font-weight:normal !important; font-style: normal !important; vertical-align:middle; display:inline-block !important;}

.icon_secret:before{content:"\e29e"; font-size:16px;}
.icon_link:before{content:'\e34f'; font-size:13px;}
.icon_img:before{content:'\e100'; font-size:16px;}
.icon_file:before{content:'\e0e8'; font-size:15px; margin-top:-2px;}
.icon_hot:before{content: "\e19d"; font-size:22px;}


.icon_good:before{content:'\e405'; font-size:17px; font-size:1.4em; margin-top:-5px; margin-right:5px;}
.icon_view:before{content:'\e427'; font-size:16px; font-size:1.3em; margin-right:5px;}
.icon_reply:before{content: "\e411";font-size:18px; }

.icon_pc:before{content:'\e158'; font-size:15px;}
.icon_mobile:before{content:'\e155'; font-size:15px;}


/*──────────────── 게시판 공통 ────────────────*/
.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: 'NanumSquareRound', sans-serif; font-weight:300; 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_title_sub a{color:inherit;}
.bo_title_sub a:hover{text-decoration:underline;}

.centerSearchBar{text-align:center;position:relative;margin:20px 0 60px 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_list, #bo_v, #bo_w, .bo_gall{width:100%; margin:0 auto;}

[class^="reactionType_"]{transition: all .15s ease-in-out;}
.attach_li{position:relative; margin:0; padding:0;  min-height:60px; border-radius:0 !important;}
.attach_li .bo_gall{margin:0; padding:0;} /* pageMake latest skin - bo_gall padding*/


/* bo_fx */
.bo_fx{position:relative; zoom:1; margin-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 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; z-index:99;}
.bo_fx .bo_include{position:absolute; bottom:40px; right:0;}

img.mb_img{ display:inline-block; vertical-align:middle; border-radius:50%; margin-right:10px; }

.cnt_cmt{display:inline-block; margin-left:8px; font-weight:400; color:#ff4a4a;}

.bo_cate_link{display:inline-block; font-weight:600; color:#93959e; transition: all .2s ease-in-out;}
.bo_cate_link:hover{color:#4e5262; }

.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;}
.noimgBox{display:block; width:100%; margin:0; padding:0; position:relative; font-size:0;}

.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-size:13px;
	font-weight:400;
	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:13px;
	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;
	font-size:13px;
	font-weight:400;
	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:15px;
	color:#bababa;
	position:absolute;
	top:calc(50% - 23px);
	left:calc(50% - 76px);
	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);}
.binPage .tag{font-weight:bold;}


/* 게시물 선택 복사/이동 팝업페이지*/
#copymove{}
.copymove_current{float:right; color:#ff3061;}
.copymove_currentbg{background:#f4f4f4}






/*──────────────── 게시판 공통 버튼 ────────────────*/
.bo_btnSet{position:relative; font-family:'NanumSquareRound', sans-serif; font-size:0; max-width:1500px; margin-left:auto; margin-right:auto; margin-top:10px; padding-top:40px; text-align:center;}
.bo_gall .bo_btnSet{margin-top:30px;}
#bo_w .bo_btnSet{padding-top:0;}
.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; left:0;}

input[type="submit"], [class^="btn_"] {
	vertical-align:middle;
	display:inline-block;
	cursor:pointer;
	text-align:center;
	font-size:13px;
	font-weight:700;
	padding:0 8px;
	height:30px;
	line-height:30px;
	color:#fff;
	background:rgba(53,57,69,0.85);
	border-radius:2px;
	transition: all .2s ease-in-out;
	outline:0; 
	}
input[type="submit"]:hover, [class^="btn_"]:hover{background:rgba(53,57,69,1);}
input[type="submit"].wide, [class^="btn_"].wide{font-size:14px; min-width:100px; padding:0 19px; height:44px; line-height:44px; font-weight: 700;}
.btn_write.wide{min-width:160px;}

/* btn color */
.btn_write{min-width:60px; background-color:#377eff; background:rgba(71,78,103,0.95); }
.btn_write:hover{background-color:#1f68ed; background:rgba(71,78,103,1); }
.btn_modify{background-color:#6b8aff; background-color:rgba(71,78,103,0.85);}
.btn_modify:hover{background-color:#5478fc;}
.btn_del{background-color:rgba(35,35,38,0.75);}
.btn_del:hover{background-color:#ff5d5d;}
.btn_copy{background-color:rgba(71,78,103,0.65);}
.btn_copy:hover{background-color:rgba(71,78,103,0.75);}
.btn_move{background-color:#525252;}
.btn_move:hover{background-color:#434343;}
.btn_search{background:#f5f5f5; height:32px;}
.btn_search:hover{background:#f0efef;}
.btn_reply{background-color:rgba(71,78,103,0.65);}
.btn_reply:hover{background-color:rgba(71,78,103,0.8);}
.btn_list{background-color:#fff; color:#6c7185; border:1px solid #6c7185;}
.btn_list:hover{background:#6c7185; color:#fff;}
.btn_check{background-color:#377eff; background:rgba(71,78,103,0.95);}
.btn_check:hover{background-color:#1f68ed; background:rgba(71,78,103,1); }
.btn_submit{background:rgba(53,57,69,0.85);}
.btn_cancel{color:#474747; background:rgba(53,57,69,0.1);}
.btn_cancel:hover{background:rgba(53,57,69,0.15);}
/* btn icon */
[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.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, .btn_write.mapNaver-theme:before{content: "\e42b"; font-size:18px; margin-right:5px;}
.btn_modify:before{content: "\e0d8"; font-size:17px; margin-top:-3px; margin-right:3px;}
.btn_del:before{content: "\e0e3"; font-size:14px; margin-top:0;}
.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: "\e333"; font-size:10px; margin-top:-3px; transform:rotate(180deg);}
.btn_:before{content: "\e08b"; font-size:14px;}
.btn_movie:before{content: "\e0a8"; font-size:12px;}
.btn_inquiry:before{content: "\e060";}


/* listPage btn ──────────────── */
.bo_btnSet .btnEditMode{
	display:inline-block;
	vertical-align:middle;
	font-size:10px;	
	text-align:center;
	padding:0 6px;
	height:25px;
	line-height:26px;
	color:#fff;
	background-color:#cecece;
	background:rgba(71,78,103,0.4); 
	border-radius:2px;
	transition: all .15s ease-in-out;
	cursor:pointer;
	}
.bo_btnSet .btnEditMode:hover{background:rgba(71,78,103,0.6); }
.bo_btnSet .btnEditMode.on{background:rgba(71,78,103,0.85); }
.edit-mode:not(.on){display:none;}
.bo_btnSet .ul_adm label.btnChkall span{
	vertical-align:middle;
	display:inline-block;
	cursor:pointer;
	text-align:center;
	font-size:11px;
	margin:0;
	width:auto;
	padding:0 10px;
	height:25px;
	line-height:25px;
	font-weight: 700;
	color:#fff;
	background:rgba(53,57,69,0.35);
	border-radius:1px;
	border:1px solid rgba(0,0,0,0.08);
	transition: all .2s ease-in-out;
	}
label.btnChkall span:before{font-size:15px; margin:0 6px 0 -3px; display:inline-block;}
label.btnChkall span:after{content:'전체선택';font-size:11px;font-weight:400; display:inline-block;margin-top:-1px;}
label.btnChkall input[type="checkbox"]:checked + span{background:#1abc9c;}

.bo_btnSet .ul_adm{position:absolute; top:0px; left:0; text-align:left;}
.bo_btnSet .ul_adm li input[type="submit"]{font-size:11px;font-weight:400;padding:0 6px;height:25px;line-height:25px;color:rgba(53,57,69,0.8);background:rgba(53,57,69,0.07);letter-spacing:-0.08em;}
.bo_btnSet .ul_adm li input[type="submit"]:hover{background:rgba(53,57,69,0.15);}

.btn_admin{font-size:10px;height:25px;line-height:24px;font-weight:normal;}
.btn_admin:hover{text-decoration:none; background-color:#181818;}
.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;}

/* 일괄편집 */
.icon_fullEdit{
	position:fixed;
	top:160px;
	right:20px;
	z-index:99;
	display:inline-block;
	width:38px;
	height:38px;
	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, 0.255, 1);
	overflow:hidden;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
	}
.icon_fullEdit:hover{width:100px; background:#fff; border-color:rgba(44,119,255,1);}
.icon_fullEdit:before{ content:'\e236'; font-size:18px; line-height:38px; color:rgba(44,119,255,1); position:relative; margin-left:8px; z-index:4; display:inline-block; transition: all .1s ease-in-out; }
.icon_fullEdit:hover:before{margin-left:13px; font-size:16px;}
.icon_fullEdit .txt:before{content:'일괄편집'; font-weight:bold; font-size:12px; font-family:'NanumSquareRound', sans-serif;color:#2c76ff;  position:absolute; top:11px; left:36px; display:block; width:70px; opacity:1;}

.layerBtn{position:absolute; top:-10px; right:-10px; z-index:31;}
.btnEdit{position:relative;display:inline-block; font-size:0;	text-align:center; width:23px; height:23px; line-height:23px; padding:0; background-color:#1bc8a6; border-radius:2px; transition: all .15s ease-in-out;}
.btnEdit:before{content:'\e0d6'; font-family:'intaeFont'; font-size:12px; color:#fff;}
.btnEdit:hover{background-color:#00d6ac;}
.myTip.includeOn .btnEdit:after{content:'';position:absolute;top:-4px;right:-4px;z-index:2;display:inline-block;width:4px;height:4px;background:#1cbfb4;border:3px solid #fff;border-radius:50%;transition: all 0.3s cubic-bezier(0.5, 0, 0, 1.25);}


/* 개별 삭제 아이콘 버튼 */
.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;}

/* _______ 페이지 넘버 _______*/
.pg_wrap{clear:both; margin-top:40px; text-align:center; font-family:'Montserrat', 'NanumSquareRound', 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:400;
	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;
	}
.pg_wrap a.pg_page:last-child{margin-right:0;}
.pg_wrap a:focus, .pg a:hover{background:rgba(71,78,103,0.5); color:#fff;}
.pg_wrap .pg_current{color:#fff; background:rgba(71,78,103,0.9);}
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_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';}

/* viewPage btn ────────────────*/
#bo_v .bo_btnSet .moveList{padding-top:25px; margin-bottom:40px; border-top:1px solid rgba(0,0,0,0.6); position:relative;}
#bo_v .bo_btnSet .moveList [class*="btnMove"]{font-size:13px; font-weight:700; color:#676767; transition: all .2s ease-in-out;}
#bo_v .bo_btnSet .moveList [class*="btnMove"]:hover{color:#313131;}
#bo_v .bo_btnSet .moveList [class*="btnMove"] .sort_subject{font-family:var(--nanum); font-size:12px; display:none;}
#bo_v .bo_btnSet .moveList .btnMovePrev,
#bo_v .bo_btnSet .moveList .btnMoveNext{position:absolute;display:inline-block;}
#bo_v .bo_btnSet .moveList .btnMovePrev{left:0;}
#bo_v .bo_btnSet .moveList .btnMoveNext{right:0;}
#bo_v .bo_btnSet .moveList .btnMovePrev:before{content:'\e003'; font-family:'intaeFont'; font-weight:normal; font-size:15px; display:inline-block; vertical-align:middle; margin-top:-2px; margin-right:10px;}
#bo_v .bo_btnSet .moveList .btnMoveNext:after{content:'\e004'; font-family:'intaeFont'; font-weight:normal; font-size:15px; display:inline-block; vertical-align:middle; margin-top:-2px; margin-left:10px;}
#bo_v .bo_btnSet .moveList .btnMoveList:before{content:'\e002'; font-family:'intaeFont'; font-weight:normal; font-size:14px; display:inline-block; vertical-align:middle; margin-top:-5px; margin-right:8px;}
#bo_v .bo_btnSet ul{position:relative; text-align:right;}
#bo_v .bo_btnSet ul:after{display:block;visibility:hidden;clear:both;content:""}
#bo_v .bo_btnSet .fleft{float:left;}
#bo_v .bo_btnSet .fright{float:left;}

/* writePage btn ────────────────*/
#bo_w .bo_btnSet [class^="btn_"]{font-size:12px; height:38px; line-height:39px;}
#bo_w .btn_submit{padding:0 30px;}
#bo_w .btn_submit.wide{min-width:160px;}
#bo_w .btn_cancel{padding:0 19px;}
#bo_w .btn_submit + .btn_cancel{margin-left:4px;}
#bo_w .btn_del{position:absolute; top:0; left:0; padding:0 10px; margin-right:20px; }







/*____________________________ List page ____________________________*/

.tbl_wrap{position:relative; font-size:14px;  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 th{font-weight:600; color:#282828; text-align:center; padding:9px 5px; border-top:2px solid; border-bottom:1px solid; border-color:#595959;position:relative;}
.tbl_wrap th a{color:inherit; position:relative;}
.tbl_wrap th a:hover{text-decoration:underline;}
.tbl_wrap th a span:before{
	content:'';
	font-family:'intaeFont';
	font-size:13px;
	color:inherit;
	font-weight:normal;
	position:absolute;
	right:-15px;
	top:50%;
	margin-top:-6px;
	z-index:4;
	display:inline-block;
	vertical-align:middle;
	text-decoration:none;
	opacity:0;
	transition: all .2s ease-in-out;
	}
.tbl_wrap th a span.asc:before{content:'\e2b8';}
.tbl_wrap th a span.desc:before{content:'\e2b9';}
.tbl_wrap th a:hover span:before{opacity:0.8;}
.tbl_wrap th .icon_phone:before{content:'\e16f'; font-size:20px; margin-top:0;}
.tbl_wrap th .icon_email:before{content:'\e16c'; font-size:20px; margin-top:0;}

.tbl_wrap tbody th{background:rgba(0,0,0,0.02); border-right:1px solid;}
.tbl_wrap td, .tbl_wrap tbody th{ color:#7f7f7f; line-height:1.5em; padding:20px 5px; border-top:1px solid; border-bottom:1px solid; border-color:rgba(0,0,0,0.1); word-break:break-all; text-align:center; }
.tbl_wrap tr.bo_notice{background:rgba(71,78,103,0.025);}
.tbl_wrap td .icon_notice{font-size:0;}
.tbl_wrap td .icon_notice:before{color:rgba(0,0,0,0.85); margin-top:-5px;}
.tbl_wrap td.td_chk{width:40px; text-align:center;}
.tbl_wrap td.td_num{width:60px;  font-size:0.9em; font-family:'Montserrat', sans-serif; font-weight:400;} 
.tbl_wrap td.td_cate{padding:0 10px;}
.tbl_wrap td.td_subject{text-align:left; vertical-align:middle; color:#3a3a3a; font-size:15px; font-weight:600; padding:20px 5px; position:relative;}
.tbl_wrap td.td_subject a{margin-right:7px;}
.tbl_wrap td.td_subject a:hover{color:#0a0a0a;}
.tbl_wrap td.td_subject .icon_link{color:rgba(53,57,69,0.6); transition: all .15s ease-in-out;}
.tbl_wrap td.td_subject a:hover .icon_link{color:rgba(53,57,69,0.8);}
.tbl_wrap td.td_subject .bo_cate_link{font-size:0.95em;}
.tbl_wrap td.td_subject .bo_cate_link.before{margin-right:1.5em;}
.tbl_wrap td.td_subject .bo_cate_link.after{margin-left:1.5em;}
.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 .icon_secret{margin-right:8px;}
.tbl_wrap .icon_hot{margin-right:8px;}
.tbl_wrap .icon_link, .tbl_wrap .icon_img, .tbl_wrap .icon_file{margin-left:10px; color:rgba(0,0,0,0.85);}
.tbl_wrap .icon_img {color:rgba(0,0,0,0.85);}
.tbl_wrap td.td_name{max-width:250px; font-weight:600;} 
.tbl_wrap td.td_name img.mb_img{width:25px; height:25px; margin-right:7px;}
.tbl_wrap td.td_phone{font-size:0.9em; font-family:'Montserrat', sans-serif; font-weight:400;}
.tbl_wrap td.td_date{width:120px; font-size:0.9em; font-family:'Montserrat', sans-serif; font-weight:400;} 
.tbl_wrap td.td_hit{width:80px; font-size:0.9em; font-family:'Montserrat', sans-serif; font-weight:400;}
.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 td[class^='extra_']{padding:0 10px; font-family:'Montserrat', sans-serif; font-weight:400;}
.tbl_wrap td.extra_text{}
.tbl_wrap.map td.extra_tel{width:200px;}
.tbl_wrap td.extra_date{}
.tbl_wrap td.extra_email{}
.tbl_wrap td.extra_color{}


/* 지도 게시판 */
.tbl_wrap.map{font-size:15px;}
.tbl_wrap.map td.td_area{width:80px;}
.tbl_wrap.map td.td_area a{color:rgba(0,0,0,0.5); font-weight:600;}
.tbl_wrap.map td.td_area a:hover{color:rgba(0,0,0,0.8);}
.tbl_wrap.map td.td_title{width:200px; font-weight:600;text-align:left; padding-left:20px;}
.tbl_wrap.map td.td_address{color:#686868;}
.tbl_wrap.map td.td_admin{width:60px;}

/* table (나눔고딕 적용) */
.nanumGothic{font-size:13px; font-family:'Nanum Gothic', sans-serif; font-weight:normal;}
.nanumGothic .tbl_wrap{font-size:13px; font-family:inherit; 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;}





/*____________________________ List page(gallery) ____________________________*/

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; 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:'\e2d1'; font-size:14px;}
.gallCon_thumb + .gallCon_text a.thumbPop:before, .gallCon_thumb + .gallCon_text a.videoPop:before, .gallCon_thumb + .gallCon_text a.outLink:before{color:#fff;}

.bo_gall{}
.bo_gall .btnEdit{opacity:0; transform: scale(0); transition: all 0.15s cubic-bezier(0.5, 0, 0, 1.25); transition-delay:0.3s;}
.bo_gall ul > li:hover .btnEdit, .bo_gall .gall_li:hover .btnEdit, .bo_gall .wz_li:hover .btnEdit{opacity:1; transform: scale(1); transition-delay: 0s;}

.bo_gall .labelCheck{position:absolute;top:-7px;left:-7px;margin-bottom:0;z-index:22;}
.bo_gall .bo_cate_link.before{margin-bottom:0.85em;}
.bo_gall .bo_cate_link.after{font-weight:200; margin-top:1.3em;}
.bo_gall .gall_notice:before{margin-top:-2px; margin-right:8px;}
.bo_gall .icon_hot:before{font-size:1.1em; margin-right:5px;}
.bo_gall img.mb_img{width:25px; height:25px; margin-right:7px;}

.bo_gall .gall_ul{margin:0;/*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_li .gallContents{position:relative; font-size:13px; font-weight:normal; color:#616161;}
	.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 .icon_movie{ display:block; width:100%; height:100%; position:absolute; top:-2px; left:0; z-index:99; background:rgba(0,0,0,0.0); 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;
		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; border:1px solid rgba(0,0,0,0.12);}
	.gallContents .gallCon_text.noBg{background:transparent; padding:20px 0 0 0; border:0;}
	.gallContents .gallCon_text.noBg.noImg{padding-top:0;}
		.textSubject{font-size:15px; font-weight:600; line-height:1.5em; margin-bottom:0.8em; z-index:2; word-break: break-all; }
		.textSubject a{color:#2a2a2a;}
		.textSubject a:hover{color:#000000;}
		.textContent{font-size:13px; line-height:1.5em; font-weight:normal; color:#484848;}
	.gallContents .gallCon_text .textContent br{display:none;}

		.gall_infoSet{position:relative; color:#757575; display: flex; align-items: center; margin-top:2.2em;}
		.gall_infoSet .iconSet{font-size:12px; order:2; text-align:right; margin-top:2px;}
		.gall_infoSet .writeInfo{flex-grow:1; order:1; text-align:left;}
		
			.writeInfo .user{font-size:12px; font-weight:bold; color:#333333;}
			.writeInfo .date{font-family:'Montserrat', sans-serif; font-size:12px; font-weight:400;  color:#888888; }
			.writeInfo span{margin-right:10px;  display:inline-block; vertical-align:middle;}
			.writeInfo span:last-child{margin-right:0;}
				
			.iconSet{font-family:'Montserrat', sans-serif; font-weight:400; }
			.iconSet [class*='icon_']{margin-left:10px;}
			.iconSet [class*='icon_']:first-child{margin-left:0;}
			.iconSet [class*='icon_']:before{ display:inline-block; vertical-align:middle;}
		/*.gall_infoSet .iconSet .icon_good:before{font-size:17px; margin-right:4px; margin-top:-1px;}
		.gall_infoSet .iconSet .icon_view:before{font-size:16px; margin-right:4px; margin-top:-1px;}*/
				
		.gall_infoSet.smaller{position:relative; display:block; margin-top:1.5em;}
		.gall_infoSet.smaller .iconSet{display:block; font-size:11px; text-align:right; margin-top:0; margin-bottom:10px;}
		.gall_infoSet.smaller .writeInfo{display:block; }
		.gall_infoSet.smaller .writeInfo .mb_img{margin-right:5px;}

		.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:10px;font-weight:600;color:#fff;display:inline-block;vertical-align:middle;height:20px;line-height:21px;padding:0 6px;background:rgba(53,57,69,0.2);border-radius:9px;margin-right:4px;}
		.gall_link.nowWindow:before{content: "바로이동";}
		.gall_link.newWindow:before{content:'새창열기';}

		.gall_makeButton{font-size:12px; color:#7a7a7a;}
	
	.gallContents .gallCon_text div:only-child{margin:0;}
		
/* 테마 : masonry_wrap */
.masonry_wrap{position:relative; margin:0 auto;}
.masonry_wrap .gall_ul .gall_li{margin:0;}
.masonry_wrap .gallContents .gallCon_text{border:0; background:rgba(53,57,69,0.025); transition: all .2s ease-in-out;}
.masonry_wrap .gallContents .gallCon_text.bgfff{background:#fff;}
.hoverEffect .masonry_wrap .gallContents:hover .gallCon_text{background:rgba(0,0,0,0.55);}
.hoverEffect .masonry_wrap .gallContents:hover .gallCon_text *{color:#fff;}


/* 테마 : webzin */
.webzin{position:relative; margin-bottom:20px;}
	.wz_li{position:relative; }
		.wzContents{overflow:hidden; border-bottom:1px solid rgba(0,0,0,0.1); font-size:13px;}
		.wzContents .wzCon_thumb{float:left; position:relative; z-index:3; line-height:0;}
		.wzContents .wzCon_text{float:left; padding:0px; color:#616161; position:relative; display:block; z-index:2;}
		.wzContents.isImg .wzCon_text{padding:5px 10px 0 30px;}
		.wzContents .wzCon_text .textSubject{font-size:16px;}
			.wzCon_text a.thumbPop:before, .wzCon_text a.videoPop:before, .wzCon_text a.outLink:before{color:rgba(0,0,0,0.5);}
			.wzCon_text .gall_infoSet{font-size:12px; display:block; text-align:right; width:100%; margin:0; padding-right:10px; position:absolute; left:0; bottom:0px; padding-top:3px; color:#757575;}
			.wzCon_text .gall_infoSet .user{font-size:13px; font-weight:bold; color:#333333;}
			.wzCon_text .gall_infoSet .iconSet{display:inline-block; margin-left:10px;}
			.wzCon_text .gall_infoSet .writeInfo{display:inline-block;}
			.wzCon_text .gall_infoSet .writeInfo span{margin-right:10px;}
			.wzCon_text .gall_infoSet .iconSet [class*='icon_']{margin-left:15px;}
			.wzCon_text .gall_infoSet .iconSet [class*='icon_']:first-child{margin-left:0;}
		
		
		.wzContents.imgRight{}
		.wzContents.imgRight .wzCon_thumb{float:right;}
		.wzContents.imgRight .wzCon_text{float:left; padding:0px; color:#616161; position:relative; display:block; z-index:2;}
		.wzContents.isImg.imgRight .wzCon_text{padding:5px 50px 0 0px;}
		.wzContents.imgRight .gall_infoSet{text-align:left;}

	.wz_li .wzContents.imgZigzag{}
	.wz_li:nth-child(2n) .wzContents.imgZigzag .wzCon_thumb{float:right;}
	.wz_li:nth-child(2n) .wzContents.imgZigzag .wzCon_text{float:left; padding:0px; background:#fff; color:#616161; position:relative; display:block; z-index:2;}
	.wz_li:nth-child(2n) .wzContents.isImg.imgZigzag .wzCon_text{padding:5px 50px 0 0px;}
	.wz_li:nth-child(2n) .wzContents.imgZigzag .gall_infoSet{text-align:left;}
			
		
		






/*____________________________ View page ____________________________*/

#bo_v{position:relative;}
#bo_v #container_title{font-size:15px; font-weight:400; color:#3e3e3e; padding:0; margin:0; margin-right:1em; display:inline-block; vertical-align:top;}
#bo_v .ca_name{font-size:15px; font-weight:200; color:#707070;  display:inline-block; vertical-align:top;}
#bo_v #container_title + .ca_name:before{content:'\e010'; font-family:'intaeFont'; font-size:10px; display:inline-block; margin-top:-2px; margin-right:10px;}

#bo_v #bo_v_title{
	position:relative;
	font-family: 'NanumSquareRound', sans-serif;
	font-weight:400;
	font-size:29px;
	line-height:1.2em;
	color:#2a2a2a;
	padding:25px 0;
	margin-bottom:30px;
	border-bottom:1px solid #515151;
	box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.006);
	}

/* 첨부파일 */
.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-weight:bold;
	text-align:center;
	width:90px;
	height:33px;
	line-height:33px;
	border-radius:2px;
	background-color:rgba(71,78,103,0.9);
	color:#fff;
	}
.viewpageFile a.btnFile:before{content:"\e0ec";font-family: 'intaeFont';font-size:14px; font-weight:normal; margin:-1px 6px 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 rgba(71,78,103,0.9);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); 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; }
.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 #bo_v_info{font-size:12px; color:#555555; margin-top:40px;}
#bo_v #bo_v_info span{display:inline-block; font-weight:normal; margin-right:20px;}
#bo_v #bo_v_info span:last-child{margin-right:0;}
#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 .date{font-family:'Montserrat', sans-serif; font-weight:normal; letter-spacing:0.02em;}
#bo_v #bo_v_info .icon_good, #bo_v #bo_v_info .icon_view{font-family:'Montserrat', sans-serif; font-weight:normal;}


/* 추천/비추천 */
#bo_v_act{position:relative; clear:both; text-align:center; margin-top:35px; margin-bottom:10px;}
	.bo_v_act_gng{position:relative; text-align:center;}
	.bo_v_act_gng .btn_good{ padding:0; display:inline-block; width:70px; height:70px; line-height:70px; text-align:center; color:#fff; background:#22d9cd; border:0; border-radius:50%; font-size:0; position:relative; overflow:hidden; }
	.bo_v_act_gng .btn_good:before{content:'\e405'; font-family:'intaeFont'; font-size:28px; font-weight:normal; position:absolute; top:0; left:0;width:100%;height:100%; z-index:9;transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25);}
	.bo_v_act_gng .btn_good:after{content:'추천'; font-size:13px; font-weight: 800; position:absolute;top:66px;left:0;width:100%;height:100%;z-index:9; opacity:0;transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25)}
	.bo_v_act_gng .btn_good:hover:before{top:-66px;opacity:0;}
	.bo_v_act_gng .btn_good:hover:after{top:0;opacity:1;}
	.bo_v_act_gng .count{
		position:absolute;
		top:-30px;
		left:50px;
		z-index:9;
		display:inline-block;
		width:auto;
		padding:0 6px;
		min-width:20px;
		height:20px;
		line-height:19px;
		text-align:center;
		font-size:10px;
		border-radius:11px;
		color:#606060;
		background:#fff;
		border:1px solid #22d9cd;
		font-family:'Montserrat', sans-serif;
		font-weight:normal;
		transition: all 0.35s cubic-bezier(0.32, 2.5, 0.255, 1);
		}
	.bo_v_act_gng .btn_good:hover .count{background:#525252; left:90px;}
#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 strong{color:#ff3061}


#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_viewReply) ----------------------------------------------------------------------------------------------------------- */
#bo_view_reply{position:relative; margin-top:80px;}
.viewReply_btnSet{text-align:center; margin-bottom:30px;}
.viewReply_btnSet .btnReply{
	display: inline-block;
	font-family:'NanumSquareRound', sans-serif;
	font-size:16px;
	font-weight: 700;
	height: 53px;
	line-height: 50px;
	padding: 0 5em;
	text-align: center;
	color:rgba(0,0,0,0.8);
	border:2px solid #6d6d6d;
	border-radius: 3px;
	transition: all .2s ease-in-out;
	cursor: pointer;
	}
.viewReply_btnSet .btnReply:hover{background:#6d6d6d; color:#fff;}
.replyOpenner{
	display:inline-block;
	height:29px;
	line-height:27px;
	padding:0 10px;
	font-family:'Montserrat', sans-serif;
	font-size:13px;
	color:#5d5d5d;
	border-radius:14px;
	border:1px solid rgba(71,78,103,0.2); 
	box-shadow:2px 3px 3px rgba(0,0,0,0.02);
	margin-bottom:25px;
	cursor:pointer;
	}
.replyOpenner:before{content:'\e144'; font-family:'intaeFont'; font-size:14px;  color:rgba(71,78,103,0.5); margin-right:6px; margin-top:-2px; display:inline-block;}
.replyOpenner:after{content:'\e051'; font-family:'intaeFont'; color:#313131; font-size:14px; display:inline-block; vertical-align:middle; margin-left:8px;}
.replyOpenner .num{color:#ff5858;}

.viewReply{margin:0; display:none;}
.viewReply.on{display:block;}
.viewReply article{position:relative; padding:22px 0;border-bottom:1px dotted rgba(0,0,0,0.12);}
.viewReply article:first-child{border-top:1px dotted rgba(0,0,0,0.12);}
.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 article .btnReply{color:rgba(71,78,103,0.85);}
.viewReply article .btnReply{display:inline-block; margin-right:15px; color:rgba(71,78,103,0.5);font-size:13px; font-weight:600; height:22px; line-height:23px; padding:0 5px; border-radius:4px; transition: all .15s ease-in-out; }
.viewReply article .btnReply:hover{background:rgba(0,0,0,0.04);}
.viewReply article .replyIcon:before{content:'\e0ab';font-family:'intaeFont';font-size:23px;color:rgba(255,255,255,0.8);display:inline-block;text-align:center;
width:30px;height:30px;line-height:40px;border-radius:50%;overflow:hidden;margin-right:10px;background:rgba(71,78,103,0.2);}
.viewReply header{position:relative;}
.viewReply header .writer{font-weight:bold; font-size:14px;}
.viewReply header .writer img.mb_img{width:25px; height:25px; margin-right:7px;}
.viewReply header .date{font-size:12px; margin-left:15px; color:rgba(71,78,103,0.6);}
.viewReply #cmt_vc_img{margin-top:15px;}
.viewReply .replyCon{margin-top:13px;line-height:1.8em; color:#3e4250;}
/*.viewReply .replyCon.secret:before{content:'\e29e'; font-family:'intaeFont'; font-size:16px; color:rgba(71,78,103,0.8); display:inline-block; margin-right:6px; margin-top:-1px;}*/
.viewReply .replyCon a{text-decoration:underline;}
.viewReply .replyCon a.s_cmt{text-decoration:none;display:inline-block;font-size:11px;font-weight:600;color:rgba(71,78,103,0.6);height:21px;line-height:23px;padding:0 5px; border-radius:4px; transition: all .15s ease-in-out;}
.viewReply .replyCon a.s_cmt:after{content:'비밀글 입니다.';}
.viewReply .replyCon a.s_cmt:before{content:'\e29e';font-family:'intaeFont';font-size:14px;font-weight:normal;color:inherit;display:inline-block;margin-right:6px;margin-top:-1px;}
.viewReply .replyCon a.s_cmt:hover{color:#fff;background:rgba(71,78,103,0.45);}
.viewReply .replyCon a.s_cmt:hover:after{content:'비밀글 보기';}
.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:99; 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; margin-left:2px; color:rgba(71,78,103,0.5);font-size:11px;font-weight:600;height:20px; line-height:23px;background:rgba(71,78,103,0.06);padding:0 5px; border-radius:4px; transition: all .15s ease-in-out;}
.viewReply .re_btnSet li a:hover{background:rgba(71,78,103,0.5);color:#fff;}

.bo_vc_hdinfo{display:inline-block;margin:0 0 0 10px; color:#626262;}




/* 댓글쓰기(popup) */
.replyPopWrap{position:relative; padding:30px; margin:0 auto;  width:auto; min-width:200px; background:#fff; border-radius:2px;}
.replyPopWrap .mfp-close{display:none;}
.replyPopWrap .popCon_head{font-family:'NanumSquareRound', sans-serif;font-size:16px;font-weight:600;color:#585858;margin-bottom:30px;}


.writeReply {position:relative; padding:0; width:100%;}
	.replyForm{margin:0; padding:0; font-size:12px; position:relative;}
	.replyForm .horizonGroup{position:relative; width:100%;}
	.replyForm #wr_name, .replyForm #wr_password{width:150px; margin-right:15px;}
	.replyForm .horizonGroup.wr_content{margin:10px 0; font-size:0;}
	.replyForm .horizonGroup.wr_content textarea {padding:10px; width:100%; height:150px; font-size:13px; background:#fff;}
	.replyForm .horizonGroup.wr_content .btnComment{display:none;}
	.replyForm .horizonGroup.wr_content .labelSecret{position:absolute; bottom:-25px; font-size:12px; right:0; z-index:9; font-weight:bold; color:rgba(71,78,103,0.6);}
	.replyForm .horizonGroup label [type="checkbox"] + span{vertical-align:middle; margin-right:4px;}
	.replyForm .re_file{position:relative; overflow:hidden; margin-top:5px}
	.replyForm .re_file .btnCamera{
		display:inline-block;
		vertical-align:top;
		padding:0 10px;
		width:100px;
		height:34px;
		line-height:36px;
		font-weight:bold;
		text-align:center;
		color:#fff;
		border-radius:2px;
		background:rgba(71,78,103,0.5);
		transition: all .2s ease-in-out;
		margin:0;
		}
	.replyForm .re_file .btnCamera:hover{background:#1bc8a6;}
	.replyForm .re_file .btnCamera:before{ content:'\e09d'; font-family:'intaeFont'; font-size:15px; vertical-align:middle; font-weight:normal; display:inline-block; margin-top:0; margin-right:4px; }
	.replyForm .re_file .holdImg{display:inline-block;}
	.replyForm .re_file .holdImg img{width:auto; height:150px; margin-top:10px; margin-bottom:15px;}
	.replyForm .re_file div.uploader,
	.replyForm .re_file div.uploader span.filename,
	.replyForm .re_file div.uploader span.action,
	.replyForm .re_file div.button,
	.replyForm .re_file div.button span{display:none !important;}
	.replyForm .re_file #cmt_file_del {display:none;margin-top:5px}

	.replyForm .reform_btnSet{position:relative;text-align:center;}
	.replyForm .reform_btnSet [class^="btn_"]{font-size:12px; height:38px; line-height:38px;}
	.replyForm .reform_btnSet .btn_submit{padding:0 30px;margin-right:4px;}
	.replyForm .reform_btnSet .btn_cancel{padding:0 19px;}
	


.viewReply .replyForm .reform_btnSet .btn_cancel.popClose{display:none;}
.viewReply .replyForm {margin-top:20px;}
.viewReply .replyForm textarea {height:80px;}


.inline-replyForm{position:relative;}
.inline-replyForm .replyForm .horizonGroup.wr_content .btnClose{}
.inline-replyForm .replyForm .horizonGroup.wr_content .btnClose:before{content:'\e3c5';font-family:'intaeFont';font-size:17px;color:rgba(53,57,69,0.3);position:absolute;top:50%;right:-35px;margin-top:-9px;z-index:9;transition: all .2s ease-in-out;}
.inline-replyForm .replyForm .horizonGroup.wr_content .btnClose:hover:before{color:rgba(53,57,69,0.9);}

.inline-replyForm .replyForm .horizonGroup.wr_content textarea{width:calc(100% - 50px) !important; height:100px; min-height:80px !important;border-top-right-radius:0;border-bottom-right-radius:0;border-right:0 !important;}
.inline-replyForm .replyForm .horizonGroup.wr_content textarea:focus{border:1px solid rgba(53,57,69,0.6); background-color:#fff; outline: none;}
.inline-replyForm .replyForm .horizonGroup.wr_content .btnComment{display:inline-block;font-size:12px;position:absolute;right:0;bottom:0;z-index:9;width:50px;height:100%;border:0;background:rgba(53,57,69,0.5);color:#fff;border-top-right-radius:3px;border-bottom-right-radius:3px;}
.inline-replyForm .replyForm .horizonGroup.wr_content .btnComment:hover{background:rgba(53,57,69,0.7);}
.inline-replyForm.re-reply .replyForm{padding-left:25px;}
.inline-replyForm.re-reply .replyForm:before{content:'\e333'; font-family:'intaeFont'; font-size:11px; color:#8e8e8e; position:absolute; top:5px; left:0; transform-origin:50% 50%; transform:rotate(180deg);}


/*-----------------------------------------------------------------------------------*/
/* 게시판 쓰기 페이지
/*-----------------------------------------------------------------------------------*/

#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 input[type="checkbox"] + span{margin-right:8px;}


/* 폼 테이블 */
.tbl_frm{margin:0 0 20px; padding:0; position:relative;}
.tbl_frm .tbl_caption{font-size:20px; font-weight:400 !important; text-align:center; margin:10px 0; }
.tbl_frm table{width:100%;border-collapse:collapse;border-spacing:0;}
.tbl_frm th, .tbl_frm td{background:transparent;}
.tbl_frm th{padding:15px 0px; width:100px; text-align:left; padding-right:10px;}
.tbl_frm td{position:relative; padding:10px 0px;}
.tbl_frm th label{position:relative;display:inline-block; padding:0 5px; height:20px;  line-height:21px; background:rgba(71,78,103,0.03); border-radius:3px; cursor:default; transition: all .15s ease-in-out;}
.tbl_frm th label:hover{background:rgba(71,78,103,0.7); color:#fff;}
.tbl_frm th label:hover *{color:#fff;}
.tbl_frm th label.required:after{content:'*'; font-size:14px; font-weight:normal; color:#ff3434; position:absolute; top:-1px; left:-5px;}
.tbl_frm td.wr_subject{padding-bottom:5px;}
	.wr_content textarea{height:480px}
.tbl_frm textarea{padding:7px 10px;}

.tbl_frm td.wr_content .html-tip{position:absolute; right:-30px; bottom:0;}
.tbl_frm .labelCheck{display:inline-block; font-size:12px; font-weight:bold; margin-top:10px; position:relative; z-index:9;}
.tbl_frm .labelSize{display:inline-block; margin-left:15px; position:relative; z-index:9;}
.tbl_frm .labelSize input{padding:0 5px;}
.tbl_frm .labelSize input, .labelSize .inputLabel{height:26px;}
.tbl_frm .labelSize .inputLabel{line-height:22px; padding:0 5px;}

.tbl_frm label[for='notice'], .tbl_frm label[for='html'], .tbl_frm label[for='secret']{font-weight:bold;}
.tbl_frm .help_block{display:block; padding-top:5px; line-height:1.4em; color:#9E9E9E}

.tbl_frm .frm_file{display:block;}
.tbl_frm .frm_info{display:block;padding:5px 0 0 5px;line-height:1.4em; color:#9E9E9E}
.tbl_frm table tr .admin{display:inline-block; position:relative; padding:0 10px; height:24px; line-height:24px; color:#fff; background:rgba(0,0,0,0.5); border-radius:4px;}
.tbl_frm table tr .admin [class*='icon_']{color:inherit !important;}

.tbl_frm 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_frm table .movieInfo{display:none;}
.tbl_frm .blind_box{position:absolute;margin-top:5px;margin-left:-20px;width:550px;display:inline-block;padding:15px;background:#fff;border:1px solid rgba(0,0,0,0.35);z-index:999;box-shadow: -2px 3px 3px rgba(0, 0, 0, 0.15);line-height:1.7em;}
.tbl_frm .bline_close{position:absolute; top:5px; right:0px; cursor:pointer;}
.tbl_frm .blind_box .tit{margin-bottom:5px;}

.tbl_frm.division-line th, .tbl_frm.division-line td{border:1px solid #ecedf0; border-left-width:0; border-right-width:0; border-top-width:0; }
.tbl_frm.division-line tr:first-child th, .tbl_frm.division-line tr:first-child td{border-top-width:1px;}
.tbl_frm.division-line th{padding:20px 0px;}
.tbl_frm.division-line td{padding:15px 0px;}

.labelDate{position:relative;}
.datepicker{width:130px; padding-right:20px;}
.datepicker + span:before{ content:'\e051'; font-family:'intaeFont'; font-size:14px; font-weight:normal; position:absolute; top:50%; right:7px; margin-top:-7px; z-index:3; color:rgba(0,0,0,0.7); }
textarea.textarea{ font-size:13px; line-height:1.5em; padding:15px; width:100%; background:#fff; display: block; overflow-x:hidden; overflow-y:auto; }
.holdImg img{margin-bottom:0px; max-height:210px;}



/* 내용쓰기 pc,mobile */
.wrConTabs{position:absolute; top:10px; left:-26px; z-index:9; font-size:0; }
.wrConTabs li{display:block; font-size:0px; text-align:center; color:#a7a7a7; font-weight:600; text-align:center; width:26px; height:26px; line-height:26px; border:1px solid rgba(0,0,0,0.2); border-right:0; cursor:pointer; transition: all .2s ease-in-out; }
.wrConTabs li:first-child{border-bottom: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:12px; min-width:10px;}
.wrConTabs li.active [class*='icon_']:before{color:#fff;}
.wrConBox{position:relative; font-size:0;}
.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;}
.fieldTip.select:before{
	top:-30px;
	left:calc(50% - 56px);
	margin:0;
	margin-right:8px;
	z-index:50;
	}

.fieldTip.select:after{
	top:-13px;
	left:calc(50% - 48px);
	z-index:49;	
	}

/* 쓰기페이지 블랙컨셉 */
#bo_w.blackConcept{color:#fff;}
.blackConcept #container_title{color:inherit; font-size:35px; font-weight:500; margin-bottom:60px;}
.blackConcept .tbl_frm{margin:0 0 20px; padding:0;}
.blackConcept .tbl_frm th{font-size:13px; border-color:rgba(255,255,255,0.1);color:#ff6a55;}
.blackConcept .tbl_frm td{border-color:rgba(255,255,255,0.1);border-bottom-color:rgba(255,255,255,0.1);background:transparent}
.blackConcept input[type="text"],
.blackConcept input[type="date"]
.blackConcept input[type="password"],
.blackConcept input[type="email"],
.blackConcept input[type="tel"],
.blackConcept input[type="number"],
.blackConcept textarea{color:#fff;border:0;background:rgba(255,255,255,0.1);}
.blackConcept input:-moz-placeholder, .blackConcept textarea:-moz-placeholder{color:rgba(255,255,255,0.3);}
.blackConcept input:-ms-input-placeholder, .blackConcept textarea:-ms-input-placeholder{color:rgba(255,255,255,0.3);}
.blackConcept input::-webkit-input-placeholder, .blackConcept textarea::-webkit-input-placeholder{color:rgba(255,255,255,0.3);}
.blackConcept .bootstrap-select .dropdown-toggle{color:#fff; background:rgba(255,255,255,0.1); border:0;}
.blackConcept .dropdown-toggle.active,
.blackConcept .dropdown-toggle.focus,
.blackConcept .dropdown-toggle:active,
.blackConcept .dropdown-toggle:focus,
.blackConcept .dropdown-toggle:hover{background-color:rgba(255,255,255,0.2) !important;}
.blackConcept .bootstrap-select .dropdown-toggle .caret:before{color:rgba(255,255,255,0.7);}
.blackConcept .tbl_frm .inputLabel{color:#ff6a55 !important; background:transparent; border:0;}
.blackConcept .tbl_frm .help_block{color:#9E9E9E}
.blackConcept .bo_btnSet .btn:hover{background:#fff; color:#000;}





/*/////////////////////////////////////////////////////////////////////////////////////
/* 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;}
.btn_frmline{position:absolute;top:-26px;right:0px;z-index:99;font-size:11px;font-weight:400;padding:0 8px;height:22px;line-height:21px;color:rgba(71,78,103,0.65);background:rgba(71,78,103,0.1);border:0;}
.btn_frmline:hover{background:rgba(71,78,103,0.5);color:#fff;}
#autosave_pop{font-size:11px;display:none;position:absolute;top:0px !important;right:0;padding:12px;width:360px;max-height:400px;border:1px solid rgba(0,0,0,0.24);background:#fff;overflow-y:scroll;z-index:30;box-shadow:0 5px 5px rgba(0,0,0,0.1);}
html.no-overflowscrolling #autosave_pop{height:auto;max-height:600px !important} /* overflow 미지원 기기 대응 */
#autosave_pop strong{position:absolute;font-size:0;line-height:0;overflow:hidden}
#autosave_pop ul{border-top:1px solid rgba(0,0,0,0.1);}
#autosave_pop li{position:relative;padding:0 90px 0 5px;height:33px;line-height:33px;border-bottom:1px solid rgba(0,0,0,0.1);zoom:1;}
#autosave_pop li:after{display:block;visibility:hidden;clear:both;content:""}
#autosave_pop a.autosave_load:hover{text-decoration:underline;}
#autosave_pop .date{position:absolute;top:0px;right:39px;z-index:2;font-size:11px;font-weight:400;color:rgba(71,78,103,0.85);}
#autosave_pop .autosave_del{position:absolute;top:5px;right:5px;z-index:2;font-size:10px;font-weight:400;padding:0 3px;height:18px;line-height:18px;color:rgba(71,78,103,0.8);border-radius:3px;background:rgba(71,78,103,0.1);}
#autosave_pop .autosave_del:hover{background:rgba(71,78,103,0.5);color:#fff;}
.autosave_close{cursor:pointer;font-size:11px;font-weight:400;padding:0 5px;height:19px;line-height:19px;color:#fff;border-radius:2px;background:rgba(71,78,103,0.6);margin-bottom:10px;}
.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; /*display:inline-block; background:#fff5bd;*/}

/* 내용관리 */
#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;}







/* 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-weight: 600;
	color:#656565;
	border:1px solid rgba(0,0,0,0.25);
	background:rgba(255,255,255,0.9);
	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;}
.slideWrapper .swiper-container::focus{cursor:move;}
.slideWrapper .swiper-slide{position:relative; top:0; padding:0; margin:0 auto;/*cursor: pointer;*/font-size:0; }
.slideWrapper .swiper-slide img{margin:0 auto; width:100%; font-size:0;display:block;}

.slideWrapper .pagination{ width:100%; text-align:center; position:relative; margin-top:15px;}
.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; 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{width:70px;height:32px; line-height:32px;margin-left:auto;margin-right:auto;font-size:15px;font-weight: 400;border-radius:16px;color:#fff;background:#ffa85a;font-family:'Montserrat', sans-serif;}
.slideWrapper .pagination.faction .swiper-pagination-current{color:#fff; margin:0; padding:0; position:relative;}
.slideWrapper .pagination.faction .swiper-pagination-total{}

/*pagination text*/
.slideWrapper .pagination.text{text-align:center; margin-top:15px; position:relative; font-size:14px; }
.slideWrapper .pagination.text .swiper-pagination-bullet{
	display: inline-block;
	width: auto;
	height: auto;
	padding:10px 15px;
	color:#fff;
	border-radius: 0;
	background: #4c4c4c;
	border:0;
	border:1px solid rgba(0,0,0,0.2);
	border-right:0;
	margin:0;
	opacity:1;
	}
.slideWrapper .pagination.text .swiper-pagination-bullet:active,
.slideWrapper .pagination.text .swiper-pagination-bullet-active{background: #232323; font-weight: 600; }
.slideWrapper .pagination.text .swiper-pagination-bullet:first-child{border-top-left-radius:8px; border-bottom-left-radius:8px;3}
.slideWrapper .pagination.text .swiper-pagination-bullet:last-child{border-top-right-radius:8px; border-bottom-right-radius:8px; border-right:1px solid rgba(0,0,0,0.2);}


.slideWrapper .left, .slideWrapper .right{cursor:pointer; position:absolute; top:50%; margin-top:-38px; z-index:90; display:table;}
.slideWrapper .left{left:-60px;}
.slideWrapper .right{right:-60px;}
.slideWrapper .left:before,
.slideWrapper .right:before{
	content:'';
	display:block;
	font-family:'intaeFont';
	font-size:20px;
	color:rgba(0,0,0,0.2);
	width:42px;
	height:42px;
	line-height:42px;
	text-align:center;
	background:rgba(255,255,255,0.85);
	border:1px solid rgba(0,0,0,0.2);
	border-radius:50%;
	padding:0px 0;
	transition: all .2s ease-in-out;
	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.25); background:rgba(255,255,255,1); box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);}
.slideWrapper .swiper-button-disabled:before{display:none;}


/* 레이어팝업 캐러셀 */
.viewPopWrap .slideWrapper .pagination{text-align:center; position:absolute; bottom:-40px; z-index:9; margin-top:0 !important;}
.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;}
.viewPopWrap .slideWrapper .pagination.faction{display:block;position:absolute;z-index:5;bottom:-50px;left:50%;margin-left:-35px;font-size:14px;color:rgba(255,255,255,0.75);}

.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{font-size:13px;color:rgba(0,0,0,0.7); line-height:44px;background:rgba(255,255,255,0.85);border:0;}
.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{background:rgba(255,255,255,1);}
.viewPopWrap .slideWrapper .swiper-button-disabled:before{display:none;}






/* __________video-container__________ */
.video-container{position:relative;font-size:0;overflow:hidden; cursor:pointer; z-index:20; background:rgba(0,0,0,1);}
.video-container.controls{}
.video-container:before{font-size:66px;}
.video-container.middle:before{font-size:44px;}
.video-container.mini:before{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{width:100%; 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:24px;
	height:24px;
	line-height:24px;
	text-align:center;
	color:#fff;
	background:#363636;
	border-radius:50%;
	transition: all .2s ease-in-out;
	opacity:0.7;
	}
a.icon-adm:hover, .latest_adm:hover a.icon-adm{opacity:1; transform:scale(1);}
a.icon-adm:before{ content:'\e334'; font-family: 'intaeFont'; font-size:11px; font-weight:normal; text-align:center; opacity:1; transition: all .2s ease-in-out; }
a.icon-adm:hover:before, .latest_adm:hover a.icon-adm:before{opacity:1;}
.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;}




/*옵션이 있는 동영상 링크 아이콘 */
.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;}




* {transition: filter;}
.mfp-wrap ~ * {filter: blur(3px); }
.mfp-content{position:relative;  margin:50px auto !important; width:auto !important;}
button.mfp-close{
	position: absolute;
	right:-20px;
	top: -20px;
	z-index:33;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius:50%;
	text-align: center;
	font-size: 0px;
	background:rgba(255,98,98,0.95);	
	background:rgba(71,78,103,0.8);
	transition: all .2s ease-in-out;
	}
button.mfp-close:before{content:'\e007'; font-family:'intaeFont'; font-size:13px;color:#fff !important;}
button.mfp-close:hover, .button.mfp-close:focus{background:#f83333;background:rgba(71,78,103,1);}

.layerPoup{position:relative; margin:0 auto; width:auto; background:#fff; padding:40px; border-radius:3px;}


/*___ viewPopWrap LAYER POPUP ____*/
.viewPopWrap{position:relative; padding:0; margin:0 auto; width:auto; min-width:200px;}

.mfp-container .mfp-arrow{ position: fixed; opacity: 0.65; margin: 0; top: 50%; margin-top: -55px; padding: 0; width: 90px; height: 110px; -webkit-tap-highlight-color: transparent; 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_contents{padding:30px; position:relative; background-color:#fff;  box-shadow: 0px 12px 4px rgba(0, 0, 0, 0.15); }
.viewPopWrap .popcon_contents .ca_name{font-size:14px; font-weight:400; margin-bottom:15px; color:#727272;}
.viewPopWrap .popcon_contents .popSubject{position:relative; font-size:20px; font-weight:600; line-height:1.5em; color:#232323; margin-bottom:25px;}
.viewPopWrap .popcon_contents .popContents{position:relative; font-size:13px; line-height:1.7em;}
.viewPopWrap.todayTalk .popcon_contents .popContents{font-size:16px; font-weight: 400; line-height:1.75em; }
.viewPopWrap .popcon_contents .viewpageFile{top:15px; right:15px;}
.viewPopWrap .popcon_contents .viewpageLink{margin-top:-5px; margin-bottom:15px;}

.viewPopWrap .viewInfo{font-size:12px; color:#555555; margin-top:60px;}
.viewPopWrap .viewInfo span{display:inline-block; font-weight:normal; margin-right:20px;}
.viewPopWrap .viewInfo span:last-child{margin-right:0;}
.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{font-family:'Montserrat', sans-serif; color:#333333;}
.viewPopWrap .viewInfo .icon_good, .viewPopWrap .viewInfo .icon_view{font-weight:normal; font-family:'Montserrat', sans-serif;}

.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);} /* 하단 여백 제거*/





/* 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 .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{ position:relative; display:inline-block; max-width:700px; width:auto; height:auto; min-height:250px; padding:40px; margin-left:20px; border-radius:4px; 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:600; color:#363636; line-height:1.5em; margin-bottom:15px;}
.bubble-popup .bubbleBox .pContents{font-size:16px; font-weight:400; color:#555555; 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:200; 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); }
.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);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-size:12px;}
.listPopWrap .tbl_wrap tr:hover td{background:rgba(0,0,0,0.03);}
.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.autoSpan{text-align:left;}
.listPopWrap .tbl_wrap .inputLabel{height:28px !important;line-height:28px !important;}
.listPopWrap .bo_btnSet{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); }
.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); 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-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;}





