@charset "utf-8";
/*@import url('default.css?ver=1.1');*/


/*===========================================*/
/*		레이어 팝업
/*===========================================*/

#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;
	border:1px solid rgba(0,0,0,0.15);
	background:rgba(255,255,255,1);
	box-shadow: 0px 12px 4px rgba(0, 0, 0, 0.15);
	padding:10px;
	border-radius: 0px !important;
	margin-top:10px;
	}
.hd_pops .hd_pops_close{font-size:0;cursor:pointer;}
.hd_pops .hd_pops_close:before{
	content:'\e018';
	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 { 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 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;}





/* 레이아웃 공통 */
.container{ max-width:1400px; min-width:1000px; margin-left:auto; margin-right:auto;}




/*===========================================*/
/*		Header (상단 레이아웃)
/*===========================================*/

/* header_top */
.header {width:100%; min-width:1000px; position:relative; background:#fff;}
.header .header_top{ width:100%; height:40px; background:#19202a; position:relative; z-index:100;}
.header .header_top ul{text-align:right; margin:0 auto; padding-right:50px;}
.header .header_top ul li{display:inline-block;}
.header .header_top ul li a{color:rgba(255,255,255,0.8); font-size:11px; font-weight:bold; line-height:37px; margin-left:25px;}
.header .header_top ul li a.icon_paper:before{content:'\e081'; margin-right:5px; font-size:15px; vertical-align:middle; font-weight:normal;}
.header .header_top ul li a.icon_pdf:before{content:'\e07c'; margin-right:5px; font-size:15px; vertical-align:middle; font-weight:normal;}
.header .header_top ul li a.icon_brochure:before{content:'\e0ac'; margin-right:5px; font-size:15px; vertical-align:middle; font-weight:normal;}
.header .header_top ul li a.icon_email:before{content:'\e090'; margin-right:5px; font-size:15px; vertical-align:middle; font-weight:normal;}
.header .header_top ul li a.icon_sitemap:before{content:'\e0af'; margin-right:5px; font-size:15px; vertical-align:middle; font-weight:normal;}
.header .header_top ul li a.icon_adm:before{content:'\e04a'; margin-right:5px; font-size:13px; vertical-align:middle; font-weight:normal;}
.header .header_top ul li a.icon_popup:before{content:'\e074'; margin-right:5px; font-size:13px; vertical-align:middle; font-weight:normal;}
.header .header_top ul li a.icon_logout:before{content:'\e070'; margin-right:5px; font-size:13px; vertical-align:middle; font-weight:normal;}
.header .header_top ul li a:hover{color:rgba(255,255,255,1);}

.header .header_top ul li.divSelect {position:relative; background:#19202a; padding-right:10px;}
.header .header_top ul li.divSelect .icon_language{color:rgba(255,255,255,0.8); font-size:11px; font-weight:bold; line-height:38px; margin-left:25px; cursor:pointer;}
.header .header_top ul li.divSelect .icon_language:after{content:'\e00e'; font-family:'intaeFont'; margin-left:5px; font-size:7px; vertical-align:middle; font-weight:normal;}
.header .header_top ul li .divOption{
	position:absolute;
	top:-20px;
	left:18px; 
	z-index:-1;
	width:60px;
	background:#19202a;
	padding:5px; 
	border:1px solid rgba(0,0,0,0.3);
	border-top:none;
	text-align:left;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	opacity:1;
	}
.header .header_top ul li .divOption a{
	display:block;
	margin:0;
	padding:0 5px;
	line-height:2em;
	border-bottom:1px solid rgba(255,255,255,0.2);
	}
.header .header_top ul li .divOption a.active{color:rgba(255,255,255,0.6); cursor:default;}
.header .header_top ul li .divOption a:last-child{border-bottom:none;}
.header .header_top ul li.divSelect:hover .divOption{display:block; top:35px; opacity:1;}


/* logo_wrap */
.header .logo_wrap{width:100%; padding:0; background:#fff; position:relative; z-index:99;}
.header .logo_wrap section{position:relative; height:100px;}
.header .logo_wrap .logo_admin{position:absolute; top:11px; left:30px;}
.header .logo_wrap h3.subject{display:none;}
.header .logo_wrap .logo{position:absolute; bottom:25px; left:30px;}


/* mainNav */
#mainNav{}
.header_bg{
	width:100%;
	height:45px;
	background:#fff;
	border:1px solid rgba(0,0,0,0.25);
	border-left:none;
	border-right:none;
	box-shadow:0px 3px 3px rgba(0,0,0,0.04);
	z-index:98;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

	.gnb_wrap {width:100%; height:100%; margin:0 auto; position:relative;}
	.gnb_wrap .menu_wrap {position:relative;}
	.gnb_wrap .menu_wrap .menu_admin{position:absolute; top:-20px; left:20px; z-index:97;}
	.gnb_wrap .menu_wrap ul.gnb_menu {width:100%; position:relative; font-family: 'Noto Sans KR', sans-serif;}
	.gnb_wrap .menu_wrap ul.gnb_menu li{
		float:left;
		/*width:16.666%;*/
		text-align:center;
		border-right:1px solid rgba(0,0,0,0.25);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		}
	.gnb_wrap .menu_wrap ul.gnb_menu li:last-child{border-right:none;}
	.gnb_wrap .menu_wrap ul.gnb_menu li a{
		font-size:17px;
		font-weight:600;
		color:rgba(0,0,0,0.85);
		width:100%;
		height:43px;
		line-height:43px;
		position:relative;
		-webkit-transition: all .1s ease-in-out;
		transition: all .1s ease-in-out;
		}
	.gnb_wrap .menu_wrap ul.gnb_menu li a:hover, .gnb_menu li.on a {color:rgba(0,0,0,1);}
	.gnb_wrap .menu_wrap ul.gnb_menu li a:after{
		content:'\e00e';
		font-family:'intaeFont';
		font-weight:normal;
		font-size:10px;
		color:rgba(0,0,0,0.7);
		position:absolute;
		top:-20px;
		right:-20px;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		opacity:0;
		}
	.gnb_wrap .menu_wrap ul.gnb_menu li.on a:after{top:-9px; opacity:1;}
	.gnb_wrap .menu_wrap ul.gnb_menu li:first-child a:after{display:none;}
	.gnb_wrap .menu_wrap ul.gnb_menu li#gnb_empty{margin-left:20px; color:rgba(0,0,0,0.5); font-size:13px; font-weight:400;} /* 메뉴가 없을때 */

	.gnb_wrap .menu_wrap ul.gnb_menu li.active a:after{
		content:'\e00e';
		font-family:'intaeFont';
		font-weight:normal;
		font-size:10px;
		color:rgba(0,0,0,0.7);
		position:absolute;
		top:-9px;
		right:-20px;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		opacity:1;
	}


/* 서브메뉴 : gnb_layer_wrap */
.gnb_layer_wrap {position:fixed; top:-180px; left:0; width:100%; height:220px; background:#474749; z-index:94; font-family: 'Noto Sans KR', sans-serif;}
	.gnb_layer {width:100%; height:220px; margin:0 auto; position:relative; text-align:left;}
	.gnb_layer .sub_menu_wrap {width:100%; height:auto; margin:0 auto; display:inline-block; }
	.gnb_layer .sub_menu_wrap:after {content:".";clear:both;display:block;height:0;visibility:hidden}
	.gnb_layer .sub_menu_wrap .sub_div {float:left; /*width:16.666%;*/ height:221px;}
	.gnb_layer .sub_menu_wrap .sub_div .sub_menu {
		width:100%;
		height:220px;
		padding-top:30px;
		padding-left:40px;
		border-left:1px dotted rgba(255,255,255,0.2);
		text-align:left;
		background:#474749;
		 -webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
		 box-sizing: border-box; 
		}
	.gnb_layer .sub_menu_wrap .sub_div .sub_menu .depth2 {display:block;}
	.gnb_layer .sub_menu_wrap .sub_div .sub_menu .depth2 a {display:block; font-size:15px; font-weight:300; color:rgba(255,255,255,0.8); margin-bottom:10px;}

	.gnb_layer .sub_menu_wrap .sub_div .sub_menu .depth2.active a{color:#4bdbff !important;}

/* 서브메뉴 over 시 */
.header .gnb_layer_wrap .gnb_layer .sub_menu_wrap .sub_div.on .sub_menu{background:#404042;}
.header .gnb_layer_wrap .gnb_layer .sub_menu_wrap .sub_div.on .sub_menu .depth2 a {color:rgba(255,255,255,1);}
.header .gnb_layer_wrap .gnb_layer .sub_menu_wrap .sub_div.on .sub_menu .depth2 a:hover{color:#4bdbff;}


.header_bg .gnb_wrap .menu_wrap .blind_logo h3.subject{display:none;}

/*===========================================*/
/*		스크롤 이벤트
/*===========================================*/

/* 스크롤 전 */
.header_bg.nofixed{position:absolute; top:140px; left:0;}
#subMenu.nofixed{position:absolute; top:0px; left:0; float:left;}

/* 스크롤 후 */
.header_bg.fixed{position:fixed; top:0;}
#subMenu.fixed{position:fixed; top:40px; left:0;}











/*===========================================*/
/*		#wrapper
/*===========================================*/

#wrapper {width:100%; overflow:hidden; position:relative; min-height:650px;}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}
#aside {float:right;margin:0 0 0 -1px;width:210px;border-left:1px solid #dde4e9; background:#fff}

/* location */
#wrapper .location{position:relative; background:#989898; width:100%; height:54px;}
#wrapper .location ul{overflow:hidden; font-family: 'Noto Sans KR', sans-serif; font-weight:400; width:1000px; margin:0 auto;}
#wrapper .location ul li{float:left; font-size:16px; line-height:54px; letter-spacing:-0.02em;white-space:nowrap;position:relative;color:#fff;}
#wrapper .location ul li a{color:#fff;}
#wrapper .location ul li:after{font-size:13px;font-weight:normal;content: "\e002"; font-family: 'intaeFont'; color:rgba(255,255,255,0.8); vertical-align:middle; margin:0 14px;}
#wrapper .location > ul > li:last-child:after{content: ""; background:none;}


/* container */
#container {
	height:auto !important;
	background:#fff;
	position:relative;
	overflow:hidden;
	margin:0 auto;
	padding:0px;
	min-width:1000px;
	z-index:4;	
	zoom:1;
	}
#container:after {display:block;visibility:hidden;clear:both;content:""}




/*===========================================*/
/*		#footerwrap
/*===========================================*/

#footerwrap{position:relative; width:100%; color:#9ea0a2; padding-top:25px; padding-bottom:15px; margin-top:0px; font-size:12px; border-top:1px solid rgba(0,0,0,0.14); background:#1e1e1e;}
#footer{margin:0 auto; padding-top:0px; /*text-align:center;*/ position:relative;}
#footer section{position:relative; line-height:1.8em;}
#footer section .admin{position:absolute; top:-18px; left:0;}
#footer section table td{vertical-align:top; text-align:left;}
#footer section p, #footer section span{font-family: 'Noto Sans KR', sans-serif !important;}
#footer h3{display:none;}


#footer .footer_btn{position:absolute; top:7px; right:0;}
#footer .footer_btn .device_change{border:none;}
#footer .footer_btn .device_change:before{content:'\e051'; font-family:'intaeFont'; font-size:17px; color:#fff; margin-right:8px;}


/*===========================================*/
/*		Main Page (index)
/*===========================================*/

.admin_config_form{position:absolute; top:20px; left:20px;}
.admin_config_form .btn{position:relative; margin-bottom:10px;}

/* 상단내용(관리자페이지에서 등록) */
.main .bo_head{display:block;-webkit-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
a.icon-admin:hover + .bo_head{background:rgba(0,0,0,0.1);}


.admin_arrow{
	position:absolute;
	width:100%;
	height:100%;
	z-index:996;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:2px dashed rgba(0,0,0,0);
	}
.latest_admin:hover + .admin_arrow{border:2px dashed rgba(0,0,0,0.2);}
.latest_admin{}/*해당 게시판으로 이동이므로 관리자버튼이 따로 필요없음 */


#latest_title, #latest_title a{
	position:relative;
	font-size:42px;
	line-height:1.3em;
	font-weight:600;
	color:#fff;
	text-align:center;
	margin:60px 0 34px 0;
	}

.nobg #latest_title, .nobg #latest_title a {color:#464648;}
#latest_title .btn.minimini{
	padding:0 3px;
	height:18px;
	line-height:15px;
	font-weight: 300;
	font-size:10px;
	font-family: 'Noto Sans KR', sans-serif;
	}






/*-----------------------------------------------------------------------------------*/
/* 게시판 공통
/*-----------------------------------------------------------------------------------*/

/* 게시판 상단내용(관리자페이지에서 등록) */
.bo_head{display:block; padding:0; margin:0;}


/* 페이지 타이틀(게시판 이름) */
#container_title {
	position:relative;
	font-size:46px;
	line-height:1.3em;
	font-weight:200;
	color:#272626;
	text-align:center;
	padding:60px 0 40px 0;
	font-family: 'Noto Sans KR', sans-serif;
	}

#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;
	}


textarea.smarteditor2{height:380px !important;}/* 내용 쓰기가 에디터일 경우 기본 높이 지정 */

.noimage:before{content: "\e071"; font-family: 'intaeFont';}



/* 카테고리 (강제지정)*/
.bo_tbl_cate{position:relative; margin-bottom:20px; margin-top:0;}
.bo_tbl_cate table{width:100%;}




/* 카테고리 (강제지정)*/
#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{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:99; margin-right:-1px; margin-bottom:-1px; width:14.28%;}
#bo_list #bo_cate ul li a{
	float:left;
	padding:0;
	margin:0;
	background:#fff;
	width:100%;
	line-height:50px;
	text-align:center;
	font-weight:bold;
	font-size:13px;
	font-weight:400;
	color:#a7a7a7;
	border:1px solid #e6e6e6;
	}
#bo_list #bo_cate ul li a:hover{color:#3a3a3a;}
#bo_list #bo_cate ul li #bo_cate_on{background:#363636;z-index:999;color:#fff; border:1px solid #222;}
#bo_list #bo_cate ul li #bo_cate_on a{}


/* 갤러리 카테고리 (강제지정)*/
#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{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-right:-1px; margin-bottom:-1px; width:14.28%;}
#bo_gall #bo_cate ul li a{
	float:left;
	padding:0;
	margin:0;
	background:#fff;
	width:100%;
	line-height:50px;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	color:#a7a7a7;
	border:1px solid #e6e6e6;
	}
#bo_gall #bo_cate ul li a:hover{color:#3a3a3a;}
#bo_gall #bo_cate ul li #bo_cate_on{background:#363636;z-index:999;color:#fff; border:1px solid #222;}
#bo_gall #bo_cate ul li #bo_cate_on a{}

.td_subject img {margin-left:3px}
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_wrap caption {padding:10px 0; font-size:1.3em; font-weight:bold;text-align:left}







/*-----------------------------------------------------------------------------------*/
/* 게시판 리스트 페이지
/*-----------------------------------------------------------------------------------*/
#bo_list{font-size:13px; padding-bottom:60px;  font-family: 'Noto Sans KR', sans-serif;}
#bo_list .tbl_wrap {margin:0 0 10px;}
#bo_list .tbl_wrap caption {padding:0;font-size:0;line-height:0;overflow:hidden}

#bo_list .tbl_wrap thead th {font-size:13px; font-weight:500; height:36px; line-height:36px; color:#fff;  text-align:center; background:rgba(0,0,0,0.75); }
#bo_list .tbl_wrap thead a {color:#fff;}
#bo_list .tbl_wrap thead a:hover {text-decoration:underline;}
#bo_list .tbl_wrap thead th input {vertical-align:middle;}

#bo_list .tbl_wrap tr.bo_notice td{background:#fcfcfc;}

#bo_list .tbl_wrap td {
	font-size:15px;
	font-weight:400;
	color:rgba(0,0,0,0.5);
	line-height:1.4em;
	padding:20px 5px;
	border-top:1px solid rgba(0,0,0,0.1);
	border-bottom:1px solid rgba(0,0,0,0.1);
	word-break:break-all;
	text-align:center;
	}
#bo_list .tbl_wrap td.td_chk {width:24px;} 
#bo_list .tbl_wrap td.td_num {width:50px;} 
#bo_list .tbl_wrap td.td_subject{text-align:left; font-size:18px; font-weight:400;}
#bo_list .tbl_wrap td.td_subject.secret{text-decoration:line-through}
#bo_list .tbl_wrap td.td_subject a{}
#bo_list .tbl_wrap td.td_name {width:94px;} 
#bo_list .tbl_wrap td.td_date {width:110px;} 
#bo_list .tbl_wrap td.td_hit{width:60px;}


#bo_list .tbl_wrap td.td_group {width:100px;} 
#bo_list .tbl_wrap td.td_mb_id {width:94px;} 
#bo_list .tbl_wrap td.td_mng {width:80px;} 
#bo_list .tbl_wrap td.td_nick {width:100px;} 



/* 게시판 목록 공통 */
.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 {color:rgba(0,0,0,0.6) !important;} /* 카테고리 */
.bo_current {color:#e8180c}


/* 페이져 */
.pg_wrap {clear:both; margin:0; padding:10px 0; text-align:center; font-family: 'Noto Sans KR', sans-serif;}
.pg_wrap .pg {display:inline-block; position:relative; overflow:hidden;}

.pg_wrap a.pg_page, .pg_wrap .pg_current {
	font-size:13px;
	font-weight:300;
	display:inline-block;
	float:left;
	color:#838383;
	width:36px;
	height:36px;
	line-height:36px;
	border:1px solid rgba(0,0,0,0.2);
	cursor:pointer;
	border-right:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
.pg_wrap a.pg_page:last-child{border-right:1px solid #d8d8d8;}
.pg_wrap a:focus, .pg a:hover {color:rgba(0,0,0,0.9);}
.pg_wrap .pg_current {background:rgba(0,0,0,0.75); color:#fff !important; border:none; font-weight: 500;}
a.pg_start, a.pg_prev {}
a.pg_end, a.pg_next {}


/* 게시판 검색 */
#bo_sch {margin-bottom:60px; padding:5px 0 40px 0; 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:88px 0; text-align:center; background:rgba(0,0,0,0.01); border:3px dashed rgba(0,0,0,0.05); margin-bottom:10px; border-radius:3px; font-size:13px; color:rgba(0,0,0,0.4);}

/* 게시물 선택복사 선택이동 */
#copymove {}
.copymove_current {float:right;color:#ff3061}
.copymove_currentbg {background:#f4f4f4}

#gall_allchk:after{content:'전체선택';}





/*-----------------------------------------------------------------------------------*/
/* 게시판 읽기 페이지
/*-----------------------------------------------------------------------------------*/

#bo_v {margin-bottom:20px; padding-bottom:60px; position:relative;}
#bo_v #bo_v_title {padding:20px 10px; border-top:1px solid rgba(0,0,0,0.4); border-bottom:1px solid rgba(0,0,0,0.07); background:rgba(0,0,0,0.04); color:rgba(0,0,0,0.9); font-size:18px; font-weight:400; font-family: 'Noto Sans KR', sans-serif;}
.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_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: "\e069";font-family: 'intaeFont';font-size:12px;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; position:relative;}
#bo_v #bo_v_file ul#downfile_wrap li a{
	display:inline-block;
	width:auto;
	min-width:160px;
	max-width:280px;
	padding:12px 0 10px 15px;
	border-bottom:1px solid rgba(0,0,0,0.1);
	background:none !important;
	overflow : hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	-ms-text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
	}
#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:before{content: "\e068";font-family: 'intaeFont';font-size:11px;color:rgba(0,0,0,0.8); position:absolute; top:14px; left:-2px;}
#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 {position:relative;}
#bo_v #bo_v_link .icon_link:before{margin-left:0px; content: "\e067 "; font-size:13px; color:#535353; margin-right:4px;}
#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:10px; text-align:left; border-bottom:1px solid rgba(0,0,0,0.07);}
#bo_v #bo_v_link a {display:inline-block; color:rgba(0,0,0,0.85); word-wrap:break-word;;}
#bo_v_link a:hover{ text-decoration:underline}
.bo_v_link_cnt {display:inline-block;margin-left:5px}

/* 뷰페이지 정보 */
#bo_v #bo_v_info {padding:10px; text-align:right; font-size:11px; font-weight:300; color:rgba(0,0,0,0.5); margin-bottom:30px;}
#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 5px 0 5px; font-weight:300;}
#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_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;*/ word-break: keep-all; overflow:hidden;}
#bo_v #bo_v_con p{word-break: keep-all;}
#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_con p img {margin:5px 0 8px 0;}

#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:-20px 0 20px;padding:20px 20px 10px;border:1px solid #e5e8ec; border-top:none;background:#fcfcfc;}
#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:100px; 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:calc(100% - 100px) !important; 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:120px; padding:20px 10px;border:1px solid rgba(0,0,0,0.1);border-left:0;border-right:0;text-align:left;}
.tbl_frm01 td {padding:14px 10px;border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(0,0,0,0.1);background:transparent}
.tbl_frm01 td.nopadding{padding-top:0;}
.tbl_frm01 td[colspan="2"]{}
.tbl_frm01 textarea, .frm_input {}
.tbl_frm01 textarea {padding:7px 10px;}
.tbl_frm01 textarea {height:160px}
.tbl_frm01 .help_block{display:block; padding-top:5px; line-height:1.4em; color:#9E9E9E}
.tbl_frm01 .blind_box{
	position:absolute;
	margin-top:5px;
	margin-left:-20px;
	width:550px;
	display:inline-block;
	padding:15px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(0,0,0,0.35);
	z-index:999;
	box-shadow: -2px 3px 3px rgba(0, 0, 0, 0.15);
	line-height:1.7em;
	}
.tbl_frm01 .bline_close{position:absolute; top:5px; right:0px; cursor:pointer;}
.tbl_frm01 .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}

.tbl_frm01{}
.tbl_wrap{}


/*임시저장된 글*/
#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-left:25px;padding:0 5px;width:100px;height:40px;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{ padding:3px 6px; }/*에디터 단축키 버튼 - 기본으로 수정*/
.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;}



/* 댓글 숫자 스타일 */
.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}





/********************** 버튼 **********************/
.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:#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_submit:hover{background-color:#181818;}
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;
	} /* 우편번호검색버튼 등 */


/* 게시판용 버튼 */
.btnSet{display:block; text-align:center; width:100%; clear:both; margin-top:20px;}

.btn_modify,
.btn_del,
.btn_copy,
.btn_move,
.btn_search,
.btn_list,
.btn_reply,
.btn_write,
.btn_inquiry{
	vertical-align:middle;
	display:inline-block;
	cursor:pointer;
	text-align:center;
	padding:0 8px;
	height:30px;
	line-height:27px;
	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_inquiry{background-color:#006dcc; color:#fff !important;}
.btn_inquiry:hover{background-color:#0154c5;}

[class*="btn_"]:before{font-family: 'intaeFont'; font-weight:normal; font-size:12px; margin-right:3px; margin-left:-1px;  display:inline-block; vertical-align:top;}

[class*="btn_"].large{
	padding:0 24px;
	height:44px;
	line-height:42px;
	font-weight: 700;
	display:inline-block;
	}
[class*="btn_"].large:before{ font-size:14px; margin-top:-1px; margin-right:5px; vertical-align:middle;}

.btn_modify:before{content: "\e09b";}
.btn_del:before{content: "\e099";}
.btn_copy:before{content: "";}
.btn_move:before{content: "";}
.btn_search:before, input[type="submit"].btn_search:before{
	font-size:14px;
	content: "\e618" !important;
	font-family: 'intaeFont' !important;
	margin-right:3px;
	margin-left:0px;
	vertical-align:top;
	}
.btn_list:before{content: "\e000"; font-size:10px; margin-top:-1px; margin-right:5px;}
.btn_reply:before{content: "\e06d";}
.btn_write:before{
	font-size:16px;
	font-family:'Nanum Gothic',sans-serif;
	font-weight:normal;
	content: "+";
	margin-right:6px;
	margin-left:-3px;
	vertical-align:top;
	}
.btn_inquiry:before{content: "\e060";}
a.btn_admin {
	font-size:11px;
	vertical-align:middle;
	display:inline-block;
	cursor:pointer;
	padding:0 8px;
	height:26px;
	line-height:24px;
	letter-spacing:0.08em;
	font-weight: 400;
	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;
	letter-spacing:0.08em;
	font-weight: 400;
	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}

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;} /* 서식단계 진행 */



/* Mobile화면으로 */
#device_change {}


/* pc에서 확인할때 */
.pcView{display:block;}
.mobileView{display:none;}



.hd_pops_reject{position:relative;z-index:99;}
._ex_pop_container{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px;}
._ex_pop_container ._title{font-size:19px;font-weight:bold;}
._ex_pop_container ._con{font-size:15px;}
._ex_btn{margin-top:15px;font-size:14px;background:#000033;color:#fff !important;padding:0 16px;width:100px;height:36px;display:inline-flex;align-items:center;justify-content:center;}