@import url('intae.css');
@charset "utf-8";




/* 팝업레이어 */
#hd_pop {z-index:99999; position:relative; margin:0 auto; width:1000px; height:1px; }
#hd_pop h2 {position:absolute; top:0; font-size:0;line-height:0;overflow:hidden;}
.hd_pops {
	position:absolute;
	border:1px solid rgba(255,255,255,0.95);
	background:rgba(255,255,255,0.9);
	box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15);
	padding:10px;
	border-radius: 0px !important;
	}
.hd_pops_con { padding:10px; 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 button {
	vertical-align:middle;
	display:inline-block;
	cursor:pointer;
	padding:0 8px;
	height:24px;
	line-height:21px;
	font-size:11px;
	font-weight: 700;
	text-align:center;
	color:#494949;
	background:#f5f5f5;
	border:1px solid rgba(0,0,0,0.08);
	border-bottom:1px solid rgba(0,0,0,0.18);
	margin-left:5px;
	}
.hd_pops_footer button:hover{background-color:#e5e5e5;}


/*============== 상단 레이아웃 ==============*/

#hd {
	z-index:9999;
	position:absolute;
	top:0;
	width:100%;
	min-width:1000px;
	background:#fff;
	border-bottom:1px solid rgba(0,0,0,0.2);
	overflow:hidden;
	}

.hd_zindex {z-index:10 !important}
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_wrapper {position:relative; margin:0 auto; width:1000px; height:100px; zoom:1}
.main #hd_wrapper{height:100px;}
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#top_logo{height:100px; position:relative;}
#logo {position:absolute; bottom:20px;}
#logo .logo_admin{position:absolute; top:-30px; left:0;}

#head_top{position:absolute; top:15px; right:0;}

/* 전체 검색 */
#hd_sch {float:left;position:relative;  margin-right:7px;}
#hd_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#hd_sch #sch_stx {width:170px;height:26px;padding-right:20px;background-color:transparent; border:1px solid #ccc;}
#hd_sch #sch_submit {	
	position:absolute;
	vertical-align:middle;
	top:0px;
	right:0px;
	cursor:pointer;
	font-size:19px;
	color:rgba(0,0,0,0.6);
	padding:4px;
	}
#hd_sch #sch_submit:hover{color:rgba(0,0,0,1);}

/* 텍스트 크기 조절 */
#text_size {float:left;margin:0 0 0 10px;letter-spacing:-3px;}
#text_size button {margin:0;padding:1px 2px;border:1px solid #c3c6ca;background:transparent;vertical-align:middle;cursor:pointer}
.ts_up {font-size:1.167em !important}
.ts_up2 {font-size:1.3em !important}

/* 상단 회원가입 등 링크 */
#tnb {float:left; display:inline-block; position:relative; padding:0; zoom:1;}
#tnb:after {display:block;visibility:hidden;clear:both;content:""}
#tnb li {float:left; font-size:11px; letter-spacing:-0.1em; line-height:2.3em;}
#tnb a {
	display:inline-block;
	color:#333;
	text-align:center;
	min-width:48px;
	padding:0 10px;
	height:24px;
	background:#fcfcfc;	
	border:1px solid rgba(0,0,0,0.13);
	border-bottom:1px solid rgba(0,0,0,0.4);
	border-right:none;
	}
#tnb li:last-child a{border-right:1px solid #d8d8d8;}
#tnb a:focus, #tnb a:hover, #tnb a:active {text-decoration:none; }
#tnb a.admin{background:#383838; color:#fff; border-left-color:rgba(0,0,0,0.8);}
#tnb img {margin-right:3px}


/* 메인메뉴 */
#gnb { position:absolute; top:54px; right:0; margin:0;}
#gnb .menu_admin{position:absolute; right:0; top:-12px;}
#gnb h2 {display:none;}

#gnb > ul{overflow:hidden; width:800px; text-align:right;}
#gnb li{display:inline-block; font-size:0; padding:10px 22px;}
#gnb li:last-child{padding-right:0; background:none;}
#gnb li:before{}
#gnb li a{font-weight: 700; font-size:13px; color:#3a3a3a;}
#gnb li.on a{display:block; color:#4598ff;}

#gnb li .gnb_2dul{position:absolute; top:32px; display:none; padding:0;}
#gnb li.on .gnb_2dul{display:block;}
#gnb li .gnb_2dul li{padding:0 17px; background:none;}
#gnb li .gnb_2dul li:first-child{padding-left:0;}
#gnb li .gnb_2dul li:last-child{padding-right:0;}
#gnb li .gnb_2dul li a{display:inline; font-weight:400; font-size:12px; line-height:3.125em; color:#3a3a3a; background:none;}
#gnb li .gnb_2dul li.on a{color:#4598ff; padding-bottom:16px; border-bottom:2px solid #4598ff;}



#gnb_empty {position:absolute; top:-13px; right:0;}
#gnb_empty a {text-decoration:underline}


/* 스크롤 전 */
#hd.static{position:absolute; top:0;}
#hd.static .sm_wrap{border:1px solid red;}
#leftMenu.static{position:relative; top:0;}

/* 스크롤 후 */
#hd.fixed{position:fixed; top:-44px; background-color:rgba(255,255,255,0.95);}
#hd.fixed #logo {bottom:5px;}
#hd.fixed #wrapper{}
#leftMenu.fixed{position:fixed; width:231px; top:57px;}


/*-----------------------------------------------------------------------------------*/
/* #wrapper
/*-----------------------------------------------------------------------------------*/
#wrapper {
	overflow:hidden;
	position:relative;
	z-index:5;
	margin:0 auto;
	margin-top:100px;
	width:1000px;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	zoom:1;
	}
.main #wrapper{border:none; margin-top:0;}
#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}

#wrapper .sub-menu{position:relative; float:left; left:0px; width:231px; min-height:10px;}
#wrapper .sub-menu .title{color:#fff; padding:48px 0 28px 18px; background:#3587ec;}
#wrapper .sub-menu .title span{font-size:12px; line-height:1em;}
#wrapper .sub-menu ul{position:relative;}
#wrapper .sub-menu ul > li {font-size:10pt;}
#wrapper .sub-menu ul > li > a{display:block; padding:14px 0 19px 18px; height:9px; background-color:#fbfbfb; border-bottom:1px solid #f5f5f5; color:#4b4b4b;}

#wrapper .sub-menu ul > li.sel a,
#wrapper .sub-menu ul > li > a:hover{background:#797979; color:#fff; border-bottom:1px solid #505050;}

#wrapper .sub-menu ul li a:hover{background-color:#6e6e6e;}
#wrapper .sub-menu ul > li.sel > a:hover{background-color:#5e5e5e;}
#wrapper .sub-menu ul > li.sel > a{font-weight: 700;}
#wrapper .sub-menu ul > li > ul {border-bottom:1px solid #f5f5f5;}
#wrapper .sub-menu ul > li > ul > li a{font-size:9pt; padding:11px 0 16px 24px; height:9px; border:none; color:#4e3f3f;}
#wrapper .sub-menu ul > li > ul > li a:before{content: "-"; margin-right:7px;}
#wrapper .sub-menu ul > li > ul > li.sel a,
#wrapper .sub-menu ul > li > ul > li a:hover{background:#797979; color:#fff; border:none;}

#wrapper .sub-menu ul > li > ul > li > a:hover{background-color:#6e6e6e;}
#wrapper .sub-menu ul > li > ul > li.sel > a:hover{background-color:#5e5e5e;}
#wrapper .sub-menu ul > li > ul > li.sel > a{font-weight: 700;}

#wrapper .sub-menu ul li:last-child > a{}

#wrapper .sub-menu ul li.sel a:after,
#wrapper .sub-menu ul li a:hover:after{
	font-size:28px;
	font-weight:400;
	content: "\e684";
	font-family: 'Pe-icon-7-stroke';
	position:absolute;
	right:0px;
	vertical-align:middle;
	margin-top:-6px;
	}





/* location */
#wrapper .location{position:absolute; top:5px; right:12px;}
#wrapper .location ul{}
#wrapper .location ul li{float:left;padding:0 2px;font-size:12px;line-height:3em;letter-spacing:-0.02em;white-space:nowrap;position:relative;color:rgba(0,0,0,0.5);}
#wrapper .location ul li:last-child{font-weight:700; color:rgba(0,0,0,0.7);}
#wrapper .location ul li:after{font-size:22px;font-weight:400;content: "\e684";font-family: 'Pe-icon-7-stroke';color:rgba(0,0,0,0.7);vertical-align:top;margin-left:4px;}
#wrapper .location > ul > li:last-child:after{content: ""; background:none;}

#container {
	z-index:4;
	font-size:12px;
	line-height:1.3em;
	padding:20px;
	min-height:600px;
	height:auto !important;
	background:#fff;
	position:relative;
	overflow:hidden;
	zoom:1;
	}
.main #container{border:none; padding:0;}
.sub-menu + #container{border-left:1px solid #e5e5e5; padding:15px;}
#container:after {display:block;visibility:hidden;clear:both;content:""}



/********** #footerwrap **********/
#footerwrap{width:100%; background:#3a3939; color:rgba(255,255,255,0.8);}

#footer{width:1000px; margin:0 auto; padding:30px 0; text-align:center; overflow:hidden; position:relative;}
#footer .logo{margin-top:15px; margin-bottom:10px;}
/*#footer .logo img{margin-top:20px; margin-bottom:15px; opacity:0.3;}*/
#footer .ft_logo_admin{position:absolute; text-align:center; width:100%; margin-top:-25px;}
#footer .ft_logo_admin .icon-admin{opacity:1; background:#202020;}
#footer .site_style_admin{position:absolute; left:0; top:10px;}
#footer .site_style_admin .btn{background:#202020;}

#footer .ft_info{text-align:left; margin-top:55px; line-height:1.4em;}
#footer .ft_info .ft_info_admin{position:absolute; margin-top:-23px;}
#footer .ft_info .ft_info_admin .icon-admin{opacity:1; background:#202020;}

#footer .ft_menu{overflow:hidden; margin-top:10px;}
#footer .ft_menu li{float:left; padding:5px 10px; font-size:11px; font-weight:700;}
#footer .ft_menu li:first-child{padding-left:0;}
#footer .ft_menu li a{color:rgba(255,255,255,0.55);}
#footer .ft_menu li a:hover{color:rgba(255,255,255,0.75); text-decoration:underline;}

#footer .ft_copy{text-align:left; margin-top:10px; margin-bottom:20px; font:11px; color:rgba(255,255,255,0.4);}
#footer .ft_copy a{color:rgba(255,255,255,0.4);}
#footer .ft_copy b{color:rgba(255,255,255,0.7);}


/* 방문자수 & 인기검색어 */
#footer .ft_util{width:100%; position:relative; text-align:center;}
#visit{display:inline-block; margin:0; padding:0;}
#visit ul{overflow:hidden; position:relative;display:inline-block;vertical-align:top;background:#424141;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;padding:2px 8px;}
#visit li{display:inline-block; padding:5px; font-size:10px; font-weight:800; color:rgba(255,255,255,0.5);}
#visit li.today{margin-right:5px; color:rgba(255,255,255,0.8);}
#visit li.today .num{color:rgba(255,255,255,0.9);}
#visit li .num{margin-left:5px;}
#visit li.total{}
#visit a.btn.mini {margin-left:5px; padding:0 8px; height:23px; line-height:22px;}
#popular{display:inline-block; margin:0; padding:0;}
#popular ul {overflow:hidden;position:relative;display:inline-block;color:rgba(255,255,255,0.6);background:#424141;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;padding:1px 8px;}
#popular ul .tit{ margin-right:8px; font-weight:700;}
#popular li {display:inline-block; padding:5px;}
#popular li:first-child{}
#popular li a{color:rgba(255,255,255,0.5);}
#popular li a:after{content:','; }
#popular li:last-child a:after{content:'';}





/*-----------------------------------------------------------------------------------*/
/* 메인
/*-----------------------------------------------------------------------------------*/

.main_visual_admin{position:relative; width:1000px; margin:0 auto;}
.main_visual_admin a{position:absolute; top:10px; left:10px; z-index:99;}


/*********** main_visual *********/
#main_visual{position:relative; width:100%; background:rgba(0,0,0,0.1); display:none; overflow:hidden; height:420px; margin-top:100px;}
.main #main_visual{display:block;}
#main_visual .slider_area {position:absolute; z-index:8; left:50%; margin-left:-1000px; width:2000px; height:420px;}
#slides {position:absolute; left:0px; top:0; overflow:hidden;}
.slides_container{width: 2000px; height:420px; overflow:hidden;  position: relative;}
.slides_container a{width: 2000px;}
.slides_container a img{display: block;}
#slides .handle {position: absolute; width:1000px; top:0; left:50%; margin-left:-500px; z-index:101;}

#slides .handle a:before{
	cursor:pointer;
	-moz-transition: .20s ease;
	-o-transition: .20s ease;
	-ms-transition: .20s ease;
	-webkit-transition: .20s ease;
	transition:.20s ease-in-out;
	position:absolute;
	top:175px;
	font-family: 'Pe-icon-7-filled';
	font-size:80px;
	color:rgba(255,255,255,0.3);
	opacity:0;
	}
#slides:hover .handle a:before{opacity:1;}
#slides .handle .prev:before{content: "\e603"; left:-6px;}
#slides .handle .next:before{content: "\e602";	right:-6px;}
#slides:hover .handle .prev:before{margin-left:6px;}
#slides:hover .handle .next:before{margin-right:6px;}
#slides .handle a:hover:before{
	color:rgba(255,255,255,0.7);
	opacity:1;
	}
#slides .handle a:active:before{
	color:rgba(255,255,255,1);
	opacity:1;
	}

.pagination {
	width:100%;	
	text-align:center;
	position:absolute;
	bottom:14px;
	z-index:120;
	font-size:0;
	}
.pagination li {display:inline-block;}
.pagination li a {
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
	margin:0 5px;
	width:12px;
	height:12px;
	background:#ebebeb;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-transition: .10s ease;
	-o-transition: .10s ease;
	-ms-transition: .10s ease;
	-webkit-transition: .10s ease;
	transition:.10s ease-in-out;
	opacity:0.4;
	}
.pagination li a:hover{opacity:0.8;}
.pagination li.current a {opacity:1; width:14px; height:14px;}

.slides_container a.bin{display:block; text-align:center; line-height:420px; height:420px; background:rgba(0,0,0,0.1);}
.slides_container a.bin:nth-child(2n){background:rgba(0,0,0,0.15);}
.slides_container a.bin:before{content: "\e6bf"; font-family: 'Pe-icon-7-stroke'; font-size:90px; color:rgba(255,255,255,0.7);}



.tiles-wrap_admin{position:absolute; top:10px; left:10px; z-index:999;}
/************** tiles-wrap **************/
.tiles-wrap{position:relative; overflow:hidden;}
.tiles-wrap .icon_new{position:absolute; background:#ff5050; z-index:99; color:#fff; font-weight:700; font-size:12px; line-height:30px; text-align:center; width:30px; height:30px;}
.tiles-wrap ul{position:relative; overflow:hidden;}
.tiles-wrap > ul > li{
	font-size:12px;
	line-height:1.5em;
	float:left;
	width:500px;
	height:500px;
	overflow:hidden;
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

.tiles-wrap ul li .thumb{overflow:hidden; position:relative;}
.tiles-wrap ul li .thumb .noimage{display:block; text-align:center; height:250px; line-height:250px; background:rgba(0,0,0,0.1);}
.tiles-wrap ul li .thumb .noimage:before{content: "\e6bf"; font-family: 'Pe-icon-7-stroke'; font-size:60px; color:rgba(255,255,255,0.7);}
.tiles-wrap ul li img{
	width:100%;
	height:100%;
	-moz-transition: .15s ease; /* 파이어폭스 */
	-o-transition: .15s ease; /* 오페라 */
	-ms-transition: .15s ease; /* 익스플로어 */
	-webkit-transition: .15s ease; /* 사파리,크롬 */
	transition:.15s ease-in-out;
	}
.tiles-wrap ul li:hover img{width:108%; height:108%; margin-top:-4%; margin-left:-4%;}
.tiles-wrap > ul > li:first-child{display:none;}

.tiles-wrap ul li.bin:before{content: "\e6bf"; font-family: 'Pe-icon-7-stroke'; font-size:80px; color:rgba(255,255,255,0.7);}

.tiles-wrap ul li .blind{
	position:absolute;
	top:0;
	left:0;
	background:rgba(17,53,126,0.85);
	-moz-transition: .25s ease;
	-o-transition: .25s ease;
	-ms-transition: .25s ease;
	-webkit-transition: .25s ease;
	transition:.25s ease-in-out;
	color:#fff;
	width:100%;
	height:100%;
	padding:15px 25px;
	text-align:center;
	opacity:0; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
.tiles-wrap ul li:hover .blind{opacity:1;}
.tiles-wrap ul li .blind .icon:before{
	content:"\e618";
	font-family: 'Pe-icon-7-stroke';
	font-size:50px;
	line-height:1em;
	display:block;
	margin-bottom:10px;
	-moz-transition: .30s ease;
	-o-transition: .30s ease;
	-ms-transition: .30s ease;
	-webkit-transition: .30s ease;
	transition:.30s ease-in-out;
	opacity:0;
	margin-top:-40px;
	}
.tiles-wrap ul li:hover .blind .icon:before{opacity:1; margin-top:5px;}
.tiles-wrap ul li .blind .tit{color:#fff; font-size:14px; font-weight:700; line-height:1.3em; margin-top:15px; display:block;}
.tiles-wrap ul li .blind p.con{color:#fff; font-size:13px; font-weight:700; line-height:1.3em;}
.tiles-wrap ul li .blind .info-wrap{margin-top:18px;}
.tiles-wrap ul li .blind .info-wrap span{margin:0 3px;}
.tiles-wrap ul li .blind .info-wrap .view:before{content:"\e63e"; font-family: 'Pe-icon-7-stroke'; font-size:16px; margin-right:3px;}
.tiles-wrap ul li .blind .info-wrap .reply:before{content:"\e668"; font-family: 'Pe-icon-7-stroke'; font-size:16px; margin-right:3px;}
.tiles-wrap .tbl{width:100%;}
.tiles-wrap .tbl td{height:440px; vertical-align:middle; }

.tiles-wrap ul li.bin{text-align:center; height:250px; line-height:250px; background:rgba(0,0,0,0.1);}
.tiles-wrap ul li.bin:nth-child(2n+1){background:rgba(0,0,0,0.15);}
.tiles-wrap ul li.bin:nth-child(3n){background:rgba(0,0,0,0.2);}
.tiles-wrap ul li.bin:nth-child(4n+1){background:rgba(0,0,0,0.32);}
.tiles-wrap ul li.bin:nth-child(5n){background:rgba(0,0,0,0.26);}
.tiles-wrap ul li.bin:nth-child(7n+1){background:rgba(0,0,0,0.26);}



.tiles-wrap > ul > li:nth-child(2){ /* 첫번째 타일 사이즈 변경 */
	width:500px;
	height:500px;
	}
.tiles-wrap ul li:nth-child(2) .blind .icon:before{margin-top:-20px;}/* 첫번째 타일 사이즈 변경 */
.tiles-wrap ul li:nth-child(2):hover .blind .icon:before{margin-top:0px;}/* 첫번째 타일 사이즈 변경 */


.tiles-wrap > ul > li:nth-child(3), .tiles-wrap > ul > li:nth-child(4){ /* 2,3번 타일 사이즈 변경 */
	width:500px;
	height:500px;
	}







/* .tiles-wrap ul li.board */
.tiles-wrap ul li.board{background-color:#f7f7f7; width:250px; height:auto; min-height:150px; max-height:250px;}
.tiles-wrap ul li.board:nth-child(2n){background-color:#fbfbfb;}
.tiles-wrap ul li.board.bg, .tiles-wrap ul li.board.bg a{color:#fff;}

.tiles-wrap ul li.board, .tiles-wrap ul li.board a{color:rgba(0,0,0,0.8);}
.tiles-wrap ul li.board h3{
	font-weight:700 !important;
	font-size:13px;
	margin:30px 0 15px 22px;
	}
.tiles-wrap ul li.board ul{margin-bottom:35px;}
.tiles-wrap ul li.board li{
	overflow:hidden;
	position:relative;
	line-height:1.5em;
	text-align:left;
	padding-left:28px;
	padding-right:15px;
	margin-bottom:6px;
	}
.tiles-wrap ul li.board li:before{
	font-size:10px;
	content: "-";
	opacity:0.75;
	margin-left:-8px;
	}

.tiles-wrap ul li.board li a:hover{text-decoration:underline !important;}
.tiles-wrap ul li.board .more:after{
	font-size:14px;
	font-weight:normal;
	position:absolute;
	right:12px;
	bottom:7px;
	content: "\f196";
	font-family: FontAwesome;
	}

.tiles-wrap ul li.board li strong{font-weight:400;}
.tiles-wrap ul li.board li .cnt_cmt{color:rgba(0,0,0,0.6);}
.tiles-wrap ul li.board.bg li .cnt_cmt{color:rgba(255,255,255,0.8);}





/*-----------------------------------------------------------------------------------*/
/* 게시판 공통
/*-----------------------------------------------------------------------------------*/

/* 페이지 타이틀(게시판 이름) */
#container_title {
	position:relative !important;
	margin-top:60px !important;
	margin-bottom:40px !important;
	font-size:18px !important;
	line-height:2.2em;
	font-weight:700 !important;
	color:#272626 !important;
	background:none !important;
	right:0 !important;
	padding:0 !important;
	height:auto !important;
	line-height:1.5em !important;
	}
#bo_v_table{
	position:relative !important;
	margin-top:60px !important;
	margin-bottom:40px !important;
	font-size:18px !important;
	line-height:2.2em;
	font-weight:700 !important;
	color:#272626 !important;
	background:none !important;
	right:0 !important;
	padding:0 !important;
	height:auto !important;
	line-height:1.5em !important;
	}


/*-----------------------------------------------------------------------------------*/
/* 게시판 리스트 페이지
/*-----------------------------------------------------------------------------------*/

/* 카테고리 (강제지정)*/
#bo_list #bo_cate{position:relative; margin-bottom:20px; margin-top:0;}
#bo_list #bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_list #bo_cate ul{height:40px; border:1px solid #e6e6e6;  background-color:#fbfbfb; margin:0; padding:0;}
#bo_list #bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_list #bo_cate ul li{float:left; position:relative; z-index:999; margin:0;}
#bo_list #bo_cate ul li a{float:left;padding:0 15px;margin:0;width:auto;	min-width:50px;	line-height:40px;text-align:center;font-weight:bold;font-size:12px;	color:#a7a7a7;border:none;border-left:1px solid #e6e6e6;}
#bo_list #bo_cate ul li:first-child a{border-left:none;}
#bo_list #bo_cate ul li:last-child a{border-right:1px solid #e6e6e6;}
#bo_list #bo_cate ul li a:hover{color:#3a3a3a;}
#bo_list #bo_cate ul li #bo_cate_on{background-color:#fff;z-index:999;color:#3a3a3a;}

/* 갤러리 카테고리 (강제지정)*/
#bo_gall #bo_cate{position:relative; margin-bottom:20px; margin-top:0;}
#bo_gall #bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_gall #bo_cate ul{height:40px; border:1px solid #e6e6e6;  background-color:#fbfbfb; margin:0; padding:0;}
#bo_gall #bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_gall #bo_cate ul li{float:left; position:relative; z-index:999; margin:0;}
#bo_gall #bo_cate ul li a{float:left;padding:0 15px;margin:0;width:auto;	min-width:50px;	line-height:40px;text-align:center;font-weight:bold;font-size:12px;	color:#a7a7a7;border:none;border-left:1px solid #e6e6e6;}
#bo_gall #bo_cate ul li:first-child a{border-left:none;}
#bo_gall #bo_cate ul li:last-child a{border-right:1px solid #e6e6e6;}
#bo_gall #bo_cate ul li a:hover{color:#3a3a3a;}
#bo_gall #bo_cate ul li #bo_cate_on{background-color:#fff;z-index:999;color:#3a3a3a;}

.td_subject img {margin-left:3px}

.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
#bo_list .tbl_head01 {margin:0 0 10px}
#bo_list .tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
#bo_list .tbl_head01 thead th {padding:12px 0;border-top:2px solid rgba(0,0,0,0.6);border-bottom:1px solid rgba(0,0,0,0.1);background:#f1f3f4;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
#bo_list .tbl_head01 thead a {color:#383838;}
#bo_list .tbl_head01 thead a:hover {text-decoration:underline;}
#bo_list .tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
#bo_list .tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
#bo_list .tbl_head01 tbody th {padding:8px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
#bo_list .tbl_head01 .bo_notice td{background:#fcfcfc;}
#bo_list .tbl_head01 td {padding:8px 5px;border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(0,0,0,0.1);line-height:1.5em;word-break:break-all}
#bo_list .tbl_head01 td.td_board {width:120px;text-align:center;} /*  */
#bo_list .tbl_head01 td.td_chk {width:24px;text-align:center;} /*  */
#bo_list .tbl_head01 td.td_date {width:54px;text-align:center;} /*  */
#bo_list .tbl_head01 td.td_datetime {width:110px;text-align:center;} /*  */
#bo_list .tbl_head01 td.td_group {width:100px;text-align:center; } /*  */
#bo_list .tbl_head01 td.td_mb_id {width:94px;text-align:center;} /*  */
#bo_list .tbl_head01 td.td_mng {width:80px;text-align:center;} /*  */
#bo_list .tbl_head01 td.td_name {width:94px;text-align:center;} /*  */
#bo_list .tbl_head01 td.td_nick {width:100px;text-align:center;} /*  */
#bo_list .tbl_head01 td.td_num {width:36px;text-align:center;} /*  */
#bo_list .tbl_head01 td.td_numbig {width:80px;text-align:center} /*  */
#bo_list .txt_active {color:#5d910b}
#bo_list .txt_expired {color:#ccc}

.tbl_head01 a {}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}
.tbl_head01 .select2-container{width:150px; margin:0;}

/* 게시판 목록 공통 */
.bo_fx {margin-bottom:5px;zoom:1}
.bo_fx:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx ul {margin:0;padding:0;list-style:none}
#bo_list_total {float:left;padding-top:5px}
.btn_bo_user {float:right;margin:0;padding:0;list-style:none}
.btn_bo_user li {float:left;margin-left:5px}
.btn_bo_adm {float:left}
.btn_bo_adm li {float:left;margin-right:5px}
.btn_bo_adm input {padding:8px;border:0;background:#e8180c;color:#fff;text-decoration:none;vertical-align:middle}
.bo_notice td {background:#f5f6fa}
.bo_notice td a {font-weight:bold}
.td_num strong {color:#000}
.bo_cate_link {display:inline-block;margin:0 3px 0 0;padding:0 6px 0 0;border-right:1px solid #e7f1ed;color:#999 !important;font-weight:bold;text-decoration:none} /* 글제목줄 분류스타일 */
.bo_current {color:#e8180c}

/* 페이징 */
.pg_wrap {clear:both;margin:0 0 10px;padding:30px 0 0; text-align:center;}
.pg {display:inline-block; position:relative; overflow:hidden;}
a.pg_page, .pg_current {
	font-size:12px;
	display:inline-block;
	float:left;
	color:#838383;
	min-width:31px;
	height:17px;
	padding:6px 0px;
	border:1px solid #d8d8d8;
	cursor:pointer;
	border-right:none;
	}
a.pg_page:last-child{border-right:1px solid #d8d8d8;}

.pg a{color:#838383;}
.pg a:focus, .pg a:hover {color:#4b4b4b;}
.pg_page {}
a.pg_start, a.pg_prev {padding:6px 4px;}
a.pg_end, a.pg_next {padding:6px 4px;}
.pg_current {background-color:#676767 !important; color:#fff !important; border:1px solid #676767; font-weight: 700;}

/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}

/* 게시판 검색 */
#bo_sch {padding:5px 0 40px 0 !important; display:block; text-align:center; position:relative; overflow:hidden; }
#bo_sch legend {position:absolute; margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#bo_sch .select2-container{width:100px; display:inline-block; margin:0;}
#bo_sch .frm_input{width:150px; display:inline-block;}
#bo_sch .btn_submit{
	padding:0 10px;
	height:32px;
	line-height:31px;
	font-weight: 700;
	background-color:#525252;
	color:#fff !important;
	}
#bo_sch .btn_submit:hover{background-color:#434343;}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;text-align:center}

/* 게시물 선택복사 선택이동 */
#copymove {}
.copymove_current {float:right;color:#ff3061}
.copymove_currentbg {background:#f4f4f4}

#gall_allchk:after{content:'전체선택';}





/*-----------------------------------------------------------------------------------*/
/* 게시판 읽기 페이지
/*-----------------------------------------------------------------------------------*/

#bo_v {margin-bottom:20px;padding-bottom:20px; position:relative;}
#bo_v #bo_v_title {padding:10px; border-top:2px solid rgba(0,0,0,0.6);border-bottom:1px solid rgba(0,0,0,0.1);background:#fcfcfc;color:#383838; font-size:13px;}
.ca_name{color:rgba(0,0,0,0.6); font-size:12px;}
.ca_name:before{content:'[';}
.ca_name:after{content:']'; margin-right:7px;}

#bo_v #bo_v_info {padding:7px 10px; border-bottom:1px solid rgba(0,0,0,0.1);}
#bo_v #bo_v_info h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v #bo_v_info strong {display:inline-block;margin:0 15px 0 5px;font-weight:normal}
#bo_v #bo_v_info .sv_member,
#bo_v #bo_v_info .sv_guest,
#bo_v #bo_v_info .member,
#bo_v #bo_v_info .guest {font-weight:700;}

/* 첨부파일 스타일 변경 */
#bo_v #bo_v_file {position:absolute; top:-40px; right:0px; margin-bottom:5px; z-index:999;}
#bo_v #bo_v_file h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v .bo_v_file_cnt {display:inline-block;margin:0 0 3px 16px}
#bo_v #bo_v_file a.btnFile{display:block;cursor:pointer;text-align:center;padding:0 5px;width:78px;height:32px;line-height:31px;background-color:#006dcc;color:#fff !important;border:1px solid rgba(0,0,0,0.08);}
#bo_v #bo_v_file a.btnFile:before{content: "\e6a8";font-family: 'Pe-icon-7-stroke';font-size:20px;font-size:normal;margin-left:-3px;margin-right:4px;vertical-align:middle;}
#bo_v #bo_v_file ul#downfile_wrap{position:absolute;right:0;padding:2px 15px;margin-top:1px;background:#fff;border:1px solid rgba(0,0,0,0.35);z-index:999;box-shadow: -2px 3px 3px rgba(0, 0, 0, 0.15);}
#bo_v #bo_v_file ul#downfile_wrap li{background:none !important; border:none;}
#bo_v #bo_v_file ul#downfile_wrap li a{
	display:block;
	width:auto;
	min-width:160px;
	max-width:280px;
	padding:10px 0;
	border-bottom:1px solid rgba(0,0,0,0.1);
	background:none !important;
	overflow : hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	-ms-text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
	}
#bo_v #bo_v_file ul#downfile_wrap li a:hover{text-decoration: underline !important;}
#bo_v #bo_v_file ul#downfile_wrap li:last-child a{border:none;}
#bo_v #bo_v_file ul#downfile_wrap li a:before{content: "\f0c7";font-family: fontAwesome;font-size:12px;color:rgba(0,0,0,0.8);margin-right:1px;}
a.view_file_download{}
#bo_v #bo_v_file img {float:left;margin:0 10px 0 0}
#bo_v .bo_v_file_cnt {display:inline-block;margin:0 0 3px 16px}

#bo_v #bo_v_link {}
#bo_v #bo_v_link h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v #bo_v_link ul {margin:0;padding:0;list-style:none}
#bo_v #bo_v_link li {padding:0 10px;border-bottom:1px solid #eee;background:#fff}
#bo_v #bo_v_link a {display:inline-block;padding:8px 0 7px;width:auto;color:#000;word-wrap:break-word}
#bo_v #bo_v_link a:before{margin-right:5px; content: "\f0c1 "; font-family: 'fontAwesome'; font-size:14px; color:#535353;}
#bo_v #bo_v_link a:focus, #bo_v_link a:hover, #bo_v_link a:active {text-decoration:none}
.bo_v_link_cnt {display:inline-block;margin:0 0 3px 16px}

/* 버튼 모음 */
#bo_v #bo_v_top{display:none;}
#bo_v #bo_v_bot {zoom:1;}
#bo_v #bo_v_bot:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v #bo_v_bot h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v #bo_v_bot ul {margin:0;padding:0;list-style:none}
#bo_v .bo_v_nb {float:left}
#bo_v .bo_v_nb li {float:left;margin-right:5px}
#bo_v .bo_v_com {float:right}
#bo_v .bo_v_com li {float:left;margin-left:5px}

/* 본문 */
#bo_v #bo_v_atc {margin-top:0px; margin-bottom:5px; min-height:200px;height:auto !important;height:200px;}
#bo_v_top + #bo_v_atc{margin-top:10px;}
#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 {margin-bottom:20px;max-width:100%;height:auto}

#bo_v #bo_v_con {margin-bottom:30px; padding:0; width:100%;line-height:1.7em;word-break:break-all;overflow:hidden;}
#bo_v #bo_v_con a {color:#000;text-decoration:underline}
#bo_v #bo_v_con img {max-width:100%;height:auto}

#bo_v #bo_v_act {margin-bottom:30px;text-align:center}
#bo_v #bo_v_act .bo_v_act_gng {position:relative}
#bo_v #bo_v_act a {margin-right:5px;vertical-align:middle}
#bo_v #bo_v_act strong {color:#ff3061}
#bo_v #bo_v_act_good, #bo_v_act_nogood {display:none;position:absolute;top:30px;left:0;padding:10px 0;width:165px;background:#ff3061;color:#fff;text-align:center}

#bo_v #bo_v_sns {margin:0 0 20px;padding:0;list-style:none;zoom:1}
#bo_v #bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v #bo_v_sns li {float:left;margin:0 5px 0 0}

/* 게시판 댓글 */
#bo_v #bo_vc {margin:5px 0 20px;padding:20px 20px 10px;border:1px solid #e5e8ec;background:#fcfcfc;}
#bo_v #bo_vc .icon_reply {position:relative; margin-bottom:-10px; font-size:14px; margin-top:10px;}
#bo_v #bo_vc article {padding:0 0 10px;border-top:1px dotted #ccc}
#bo_v #bo_vc article:first-child{border:none;}
#bo_v #bo_vc header {position:relative;padding:15px 0 5px}
#bo_v #bo_vc header .icon_reply {position:absolute;top:15px;left:-20px}
#bo_v #bo_vc .sv_wrap {margin-right:15px}
#bo_v #bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold}
#bo_v .bo_vc_hdinfo {display:inline-block;margin:0 0 0 10px; color:#626262;}
#bo_v #bo_vc h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v #bo_vc a {color:#000;text-decoration:none}
#bo_v #bo_vc p {padding:0 0 5px;line-height:1.8em}
#bo_v #bo_vc p a {text-decoration:underline;}
#bo_v #bo_vc p a.s_cmt {text-decoration:none}
#bo_v #bo_vc_empty {margin:0;padding:20px !important;text-align:center}
#bo_v #bo_vc #bo_vc_winfo {float:left}
#bo_v #bo_vc footer {zoom:1}
#bo_v #bo_vc footer:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v #bo_vc .tbl_frm01 textarea {padding:7px 10px; width:596px; height:100px; float:left;}

#bo_v .bo_vc_act {float:right;margin:0;list-style:none;zoom:1}
#bo_v .bo_vc_act:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v .bo_vc_act li {float:left;margin-left:5px;}
#bo_v .bo_vc_act li a.btn{background:#fff; color:#686868 !important;}
#bo_v .bo_vc_act li a.btn:hover{color:#333333 !important;}

#bo_v #bo_vc_w {position:relative;margin:0 0 10px;padding:0 0 0px;border-bottom:none;}
#bo_v #bo_vc_w .icon_reply {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v #bo_vc_w #char_cnt {display:block;margin:0 0 5px}

#bo_v #bo_vc_sns {margin:0;padding:0;list-style:none;zoom:1}
#bo_v #bo_vc_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v #bo_vc_sns li {float:left;margin:0 20px 0 0}
#bo_v #bo_vc_sns input {margin:0 0 0 5px}

/* 읽기페이지 댓글입력폼 테이블*/
#bo_v .tbl_frm01 {margin:0 0 20px; padding:0;}
#bo_v .tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0; }
#bo_v .tbl_frm01 th {width:60px; padding:15px 10px;border:1px solid rgba(0,0,0,0.1);border-left:0;border-right:0;text-align:left; }
#bo_v .tbl_frm01 td {padding:14px 0px;border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(0,0,0,0.1);background:transparent}
#bo_v .tbl_frm01 td.nopadding{padding:5px 0 0 0;}
#bo_v .tbl_frm01 td label.col{margin-left:17px; vertical-align:top;}
#bo_v .tbl_frm01 td input[type="checkbox"]{}

#bo_v .tbl_frm01 textarea {padding:7px 10px; width:638px; height:100px; float:left;}
#bo_v .tbl_frm01 .btn_confirm {text-align:center; margin-bottom:0px; float:right;}
#bo_v .tbl_frm01 .btn_confirm .btn_submit{width:100px; height:100px; color:#494949 !important; background:#f5f5f5; border:1px solid rgba(0,0,0,0.2); border-left:none;}
#bo_v .tbl_frm01 .btn_confirm .btn_submit:hover{background-color:#e5e5e5;}






/*-----------------------------------------------------------------------------------*/
/* 게시판 쓰기 페이지
/*-----------------------------------------------------------------------------------*/
#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}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px; padding:0;}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0; }
.tbl_frm01 th {width:60px; padding:20px 10px;border:1px solid rgba(0,0,0,0.1);border-left:0;border-right:0;text-align:left;}
.tbl_frm01 td {padding:14px 10px;border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(0,0,0,0.1);background:transparent}
.tbl_frm01 td.nopadding{padding-top:0;}
.tbl_frm01 td[colspan="2"]{}
.tbl_frm01 textarea, .frm_input {}
.tbl_frm01 textarea {padding:7px 10px;}
.frm_input {}
.tbl_frm01 textarea {height:100px}
.tbl_frm01 .help_block{display:block; padding-top:5px; line-height:1.4em; color:#9E9E9E}
.tbl_frm01 .blind_box{
	position:absolute;
	margin-top:5px;
	margin-left:-20px;
	width:550px;
	display:inline-block;
	z-index:9999;
	padding:15px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(0,0,0,0.35);
	z-index:999;
	box-shadow: -2px 3px 3px rgba(0, 0, 0, 0.15);
	line-height:1.7em;
	}
.tbl_frm01 .bline_close{position:absolute; top:5px; right:0px; cursor:pointer;}
.tbl_frm01 .bline_close:before{content: "\e680"; font-family: 'Pe-icon-7-stroke'; color:rgba(0,0,0,0.6); font-size:30px; cursor:pointer;}
.tbl_frm01 .bline_close:hover:before{color:rgba(0,0,0,1);}
.tbl_frm01 .blind_box .tit{margin-bottom:5px;}
.tbl_frm01 .frm_file {display:block;}
.tbl_frm01 .frm_info {display:block;padding:5px 0 0 5px;line-height:1.4em; color:#9E9E9E}




/*임시저장된 글*/
#autosave_wrapper {position:relative}
#autosave_pop {display:none; position:absolute; top:0px !important;left:118px;padding:8px;width:450px !important; border:1px solid rgba(0,0,0,0.24) !important;background:#fff;overflow-y:scroll}
html.no-overflowscrolling #autosave_pop {height:auto;max-height:10000px !important} /* overflow 미지원 기기 대응 */
#autosave_pop strong {position:absolute;font-size:0;line-height:0;overflow:hidden}
#autosave_pop div {text-align:right}
#autosave_pop button {margin:0;padding:0;border:0;background:transparent}
#autosave_pop ul {margin:10px 0;padding:0;border-top:1px solid #e9e9e9;list-style:none}
#autosave_pop li {padding:8px 5px;border-bottom:1px solid #e9e9e9;zoom:1}
#autosave_pop li:after {display:block;visibility:hidden;clear:both;content:""}
#autosave_pop a {display:block;float:left}
#autosave_pop span {display:block;float:right}
.autosave_close {cursor:pointer}
.autosave_content {display:none}



/* 필수입력 */
.required, textarea.required {/*background:url('../img/wrest.gif') #f7f7f7 top right no-repeat !important*/}

/* 화면낭독기 사용자용 */
#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;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 {margin-top:4px; padding:0 5px;width:100px;height:31px;border:1px solid #b8c9c2;background:#f7f7f7;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 {float:left;margin:0;padding:8px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:100px; font-weight:700; color:#ff408c;}
.cke_sc_def dd {width:220px;}



/* 댓글 숫자 스타일 */
.cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold; color:#ff4a4a;}


/* 새창 기본 스타일 */
.new_win {}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {margin:0 0 20px;padding:20px;border-top:3px solid #333;border-bottom:1px solid #dde4e9;background:#fff;font-size:1.2em}
.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-family:dotum;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}

/* 검색결과 색상 */
.sch_word {color:#ff3061}

/* 내용관리 */
#ctt {margin:10px 0;padding:10px;border:1px solid #e9e9e9}
.ctt_admin {text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0}
.ctt_img {text-align:center}


/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {display:inline-block;position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;border:1px solid #283646}
.sv_wrap .sv a {display:inline-block;margin:0;padding:3px;width:94px;border-bottom:1px solid #283646;background:#111;color:#fff !important}
.sv_wrap a:focus, .sv_wrap a:hover, .sv_wrap a:active {text-decoration:none}
.sv_on {display:block !important;position:absolute;top:10px;left:20px;width:auto;height:auto}
.sv_nojs .sv {display:block}





/********************** 버튼 **********************/
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}
.btn_confirm {text-align:center; margin-bottom:80px;} /* 서식단계 진행 */
.btn_submit{
	vertical-align:middle;
	display:inline-block;
	cursor:pointer;
	padding:0 19px;
	height:38px;
	line-height:38px;
	font-weight: 700;
	color:#fff !important;
	text-align:center;
	background-color:#006dcc;
	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;
	}
.btn_submit:hover{background-color:#0154c5;}
fieldset .btn_submit {}
a.btn_cancel {
	vertical-align:middle;
	display:inline-block;
	cursor:pointer;
	padding:0 19px;
	height:38px;
	line-height:38px;
	font-weight: 700;
	color:#494949;
	text-align:center;
	background:#f5f5f5;
	border:1px solid rgba(0,0,0,0.08);
	border-bottom:1px solid rgba(0,0,0,0.18);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left:5px;
	}
a.btn_cancel:hover{background-color:#f1f0f0;}
button.btn_cancel {}

/* 임시저장된 글 */
a.btn_frmline, button.btn_frmline {
	vertical-align:middle;
	display:inline-block;
	cursor:pointer;
	padding:0 8px;
	height:30px;
	line-height:25px;
	font-weight: 400;
	color:#494949;
	text-align:center;
	background:#f5f5f5;
	border:1px solid rgba(0,0,0,0.08);
	border-bottom:1px solid rgba(0,0,0,0.18);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom:5px;
	} /* 우편번호검색버튼 등 */


/* 게시판용 버튼 */
.btn_modify,
.btn_del,
.btn_copy,
.btn_move,
.btn_search,
.btn_list,
.btn_reply,
.btn_write{
	vertical-align:middle;
	display:inline-block;
	cursor:pointer;
	text-align:center;
	padding:0 8px;
	height:30px;
	line-height:28px;
	font-weight: 700;
	color:#494949;
	background:#f5f5f5;
	border:1px solid rgba(0,0,0,0.08);
	border-bottom:1px solid rgba(0,0,0,0.18);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
.btn_modify{background-color:#49afcd; color:#fff !important;}
.btn_modify:hover{background-color:#41a1ce;}
.btn_del{background-color:#eb544d; color:#fff !important;}
.btn_del:hover{background-color:#df4741; color:#fff !important;}
.btn_copy{background-color:#525252; color:#fff !important;}
.btn_copy:hover{background-color:#434343; color:#fff !important;}
.btn_move{background-color:#525252; color:#fff !important;}
.btn_move:hover{background-color:#434343; color:#fff !important;}
.btn_search{background:#f5f5f5; height:32px;}
.btn_search:hover{background:#f0efef;}
.btn_list{background:#f5f5f5;}
.btn_list:hover{background:#f0efef;}
.btn_reply{background:#f5f5f5;}
.btn_reply:hover{background:#f0efef;}
.btn_write{background-color:#006dcc; color:#fff !important;}
.btn_write:hover{background-color:#0154c5;}

.btn_modify:before{
	font-size:16px;
	font-weight:normal;
	content: "\e663";
	font-family: 'Pe-icon-7-stroke';
	margin-right:3px;
	margin-left:-1px;
	vertical-align:top
	}
.btn_del:before{
	font-size:22px;
	font-weight:normal;
	content: "\e680";
	font-family: 'Pe-icon-7-stroke';
	margin-right:1px;
	margin-left:-4px;
	vertical-align:top
	}
.btn_copy:before{}
.btn_move:before{}
.btn_search:before, input[type="submit"].btn_search:before{
	font-size:14px;
	font-weight:normal;
	content: "\e618" !important;
	font-family: 'Pe-icon-7-stroke' !important;
	border:1px solid red;
	margin-right:3px;
	margin-left:0px;
	vertical-align:top;
	}
.btn_list:before{
	font-size:10px;;
	font-weight:normal;
	content: "\f0c9";
	font-family: 'fontAwesome';
	margin-right:8px;
	margin-left:0px;
	vertical-align:top
	}
.btn_reply:before{
	font-size:14px;
	font-weight:normal;
	content: "\e6fc";
	font-family: 'Pe-icon-7-filled';
	margin-right:2px;
	margin-left:-2px;
	color:rgba(0,0,0,0.8);
	vertical-align:top
	}
.btn_write:before{
	font-size:16px;
	font-weight:normal;
	content: "e663";
	font-family: 'Pe-icon-7-stroke';
	margin-right:8px;
	margin-left:-2px;
	vertical-align:top
	}
.btn_write:before{
	font-size:16px;
	font-weight:normal;
	content: "+";
	margin-right:8px;
	margin-left:-2px;
	vertical-align:top;
	}
a.btn_admin {
	vertical-align:middle;
	display:inline-block;
	cursor:pointer;
	padding:0 8px;
	height:30px;
	line-height:28px;
	font-weight: 700;
	color:#fff !important;
	text-align:center;
	background-color:#363636;
	border:1px solid rgba(0,0,0,0.08);
	border-bottom:1px solid rgba(0,0,0,0.18);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	} /* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover {text-decoration:none}
.btn_bo_adm input[type='submit']{
	vertical-align:middle;
	display:inline-block;
	cursor:pointer;
	padding:0 8px;
	height:30px;
	line-height:28px;
	font-weight: 700;
	color:#494949;
	text-align:center;
	background:#f5f5f5;
	border:1px solid rgba(0,0,0,0.08);
	border-bottom:1px solid rgba(0,0,0,0.18);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
.btn_bo_adm input[type='submit']:hover{background-color:#e5e5e5;}
.btn_admin{
	vertical-align:middle;
	display:inline-block;
	cursor:pointer;
	padding:0 8px;
	height:30px;
	line-height:28px;
	font-weight: 700;
	color:#fff !important;
	text-align:center;
	background-color:#363636;
	border:1px solid rgba(0,0,0,0.08);
	border-bottom:1px solid rgba(0,0,0,0.18);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
.btn_admin:hover{background-color:#181818;}

/* 그누 기본 버튼*/
a.btn_b01 {
	vertical-align:middle;
	display:inline-block;
	cursor:pointer;
	padding:0 8px;
	height:30px;
	line-height:28px;
	font-weight: 700;
	color:#494949;
	text-align:center;
	background:#f5f5f5;
	border:1px solid rgba(0,0,0,0.08);
	border-bottom:1px solid rgba(0,0,0,0.18);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
a.btn_b01:focus, .btn_b01:hover {text-decoration: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}

