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



/*-----------------------------------------------------------------------------------*/
/* #header
/*-----------------------------------------------------------------------------------*/

#header{margin:0; padding:0;}
#header .logo {
	height: inherit;
	line-height: inherit;
	margin: 0;
	display:block;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border-bottom:1px solid rgba(0,0,0,0.3);
	font-size:16px;
	font-weight:600;
	}
#header .logo a{display:inline-block;}
#header .logo img{max-width:190px; max-height:22px;}
#header .logo span{font-size:30px !important;}
#header .title {
	height: inherit;
	line-height: inherit;
	margin: 0;
	display:block;
	height: 55px;
	line-height: 56px;
	text-align: center;
	background: #1d2123;;
	font-size:16px;
	font-weight:300;
	color:#fff;
	}
#header .title a{color:#fff;}
#header .title .home{}
#header .title .home:before{
	content: "\e648\e684";
	font-family: 'Pe-icon-7-stroke'; 
	color:#fff;
	font-size:17px;
	line-height: 44px;
	position:relative;
	top:2px;
	/*position:absolute;
	top:6px;
	left:64px;*/
	}

#header nav {display:none;}
#titleBar {
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s ease;
	-webkit-transition: -webkit-transform 0.3s ease;
	-ms-transition: -ms-transform 0.3s ease;
	transition: transform 0.3s ease;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	}
#titleBar .toggle {
	z-index: 10001;
	text-decoration: none;
	width: 46px;
	height: 38px;
	position: absolute;
	top: 8px;
	left: 8px;
	outline: 0;
	border: 0;
	background-color:rgba(250,250,250,0.6);
	background:rgba(0,0,0,0.2) url('img/icon_toggle.png') center no-repeat;
	background-size:15px 10px;
	border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	}
#titleBar .toggle:hover{background-color:rgba(0,0,0,0.3);}
#titleBar .toggle:before {
	/*content: '\f0c9';
	font-family: FontAwesome;*/
	display: block;
	font-size: 12px;
	font-weight:normal;
	width: 45px;
	height: 38px;
	line-height: 38px;
	position: absolute;
	text-align: center;
	top: 5px;
	left: 5px;
	color: rgba(250, 250, 250, 0.5);
	border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	}
#titleBar .title {display:none;}
#titleBar .title a {color: inherit;border: 0;}

#navPanel {
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transform: translateX(-250px);
	-webkit-transform: translateX(-250px);
	-ms-transform: translateX(-250px);
	transform: translateX(-250px);
	-moz-transition: -moz-transform 0.3s ease;
	-webkit-transition: -webkit-transform 0.3s ease;
	-ms-transition: -ms-transform 0.3s ease;
	transition: transform 0.3s ease;
	display: block;
	height: 100%;
	overflow-y: auto;
	position: fixed;
	top: 0;
	left: 0;
	width: 250px;
	z-index: 10002;
	background-color:#252932;
	/*box-shadow: inset -3px 0px 5px 0px rgba(0,0,0,0.35);*/
	}
#navPanel .link {
	display: block;
	text-decoration: none;
	color: rgba(255,255,255,0.5);
	font-size:15px;
	height: 46px;
	line-height: 47px;
	padding: 0 1em;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	overflow:hidden;
	}
#navPanel .link:first-child:before{
	content: "\e648";
	font-family: 'Pe-icon-7-stroke'; 
	color:rgba(255,255,255,0.7);
	font-size:15px;
	line-height: 44px;
	margin-right:7px;
	float:left;
	}
#navPanel .link:last-child:before{
	content: "\e621";
	font-family: 'Pe-icon-7-stroke'; 
	color:rgba(255,255,255,0.7);
	font-size:17px;
	line-height: 44px;
	margin-right:7px;
	float:left;
	}

#navPanel .link:hover {}
#navPanel .link:first-child {border-top: 0;}
#navPanel .link:last-child {}

#navPanel .depth-0 {color: #fff; background-color:#21242c; font-weight: 200;}
#navPanel .depth-1 {color: rgba(255,255,255,0.7); font-weight: 200; font-size:14px;}
#navPanel .depth-2 {color: rgba(255,255,255,0.7); background-color:#2a2e37;}

#navPanel .link .indent-1 {display: inline-block;}
#navPanel .link .indent-1:before{content:"-"; margin-left:5px; margin-right:5px; font-size:6px; color:rgba(255,255,255,0.7); line-height: 30px;} 
#navPanel .link .indent-2 {display: inline-block;width: 2.5em;}
#navPanel .link .indent-3 {display: inline-block;width: 3.75em;}
#navPanel .link .indent-4 {display: inline-block;width: 5em;}
#navPanel .link .indent-5 {display: inline-block;width: 6.25em;}
body.navPanel-visible #page-wrapper {
-moz-transform: translateX(250px);
-webkit-transform: translateX(250px);
-ms-transform: translateX(250px);
transform: translateX(250px);
}
body.navPanel-visible #titleBar {
-moz-transform: translateX(250px);
-webkit-transform: translateX(250px);
-ms-transform: translateX(250px);
transform: translateX(250px);
}
body.navPanel-visible #navPanel {
-moz-transform: translateX(0);
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
#page-wrapper {
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s ease;
	-webkit-transition: -webkit-transform 0.3s ease;
	-ms-transition: -ms-transform 0.3s ease;
	transition: transform 0.3s ease;
	}



/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:100%;height:1px}
#hd_pop h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops_con {}
.hd_pops_footer {padding:10px 0;background:#000;color:#fff;text-align:right}
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}

#gnb_empty {padding:20px 0;color:#fff;text-align:center;line-height:2em}
#gnb_empty a {display:inline;text-decoration:underline}

#hd_sch_open {position:absolute;top:5px;right:5px; font-size:0;}
#hd_sch_open:before{
	content: "\e618";
	font-family: 'Pe-icon-7-stroke';
	vertical-align:middle;
	font-size:28px;
	font-weight:200;
	color:#fff;
	display:inline-block;
	padding:10px;
	}
.main #hd_sch_open:before{color:rgba(0,0,0,0.9);}
#hd_sch #hd_closer{}


/* 사이트 전체 검색참 */
#hd_sch {display:none; position:fixed; z-index:999999; top:0; left:0; width:100%; border-bottom:1px solid rgba(0,0,0,0.3);}
.main #hd_sch{display:none; position:fixed; z-index:999999; top:0; left:0; width:100%;}
#hd_sch h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}

#hd_sch form {width:100%; height:55px; text-align:center; background:#fff;}
#hd_sch #sch_stx {border-radius: 0px !important; background:#fff; color:rgba(0,0,0,0.8); border:none; height:55px; padding-left:30px; padding-right:68px;}
#hd_sch #sch_stx:focus{border:none;}
#hd_sch .icon_search:before{content:"\e618"; font-family:'Pe-icon-7-stroke'; color:#747474; font-size:15px; position:absolute; top:17px; left:12px;}
#hd_sch #sch_submit {border-radius: 0px !important; position:absolute; top:3px; right:0; width:54px; padding:0;}
.main #hd_sch #sch_submit {box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);}
#hd_sch #sch_close {position:absolute; top:10px; right:5px; padding:10px; border:0; color:#52a7ff; font-size:14px; font-weight:500; letter-spacing:-0.01em;}

#hd_nb {clear:both;background:#ecf0f7;text-align:center}
#hd_nb li {display:inline-block}
#hd_nb li:nth-last-of-type(1) {border-right:0 !important}
#hd_nb a {display:inline-block;padding:10px 7px;text-decoration:none}

#lnb {}
#lnb ul {margin:0;padding:0;border-bottom:1px solid #e7f1ed;list-style:none}
#lnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#lnb li {float:left;margin-bottom:-1px;width:25%}
#lnb a {display:block;padding:10px 0;border-right:1px solid #e7f1ed;border-bottom:1px solid #e7f1ed;color:#000;text-align:center;text-decoration:none}
#lnb li:nth-of-type(4n) a {border-right:0}

/* 중간 레이아웃 */
#wrapper {margin:0;}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#container {position:relative; padding:15px 15px 50px; font-weight:200;}
.main #container{padding:0px;}
.boardPage #container{padding:0px;}
#container:after {display:block;visibility:hidden;clear:both;content:""}


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

/* 하단 레이아웃 */
#footerwrap{width:100%; background:#3a3939; color:rgba(255,255,255,0.9); font-size:12px;}

	#footer{padding:25px 15px;}
	#footer .logo{text-align:center; margin-bottom:20px;}
	#footer .logo img{max-width:100px; opacity:0.8;}
	#footer .ft_info{text-align:center; line-height:1.4em; font-weight:200;}
	#footer .ft_info span{display:block;}

	#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:center; margin-top:10px; font:11px; color:rgba(255,255,255,0.8); font-weight:200;}
	#footer .ft_copy b{color:rgba(255,255,255,0.9); font-weight:400;}

.btnTop{
	position:fixed;
	right:10px;
	bottom:60px;
	}
.btnTop .scrolly{
	background:rgba(0,0,0,0.15);
	border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	-webkit-border-radius: 20px !important;
	}
.btnTop .scrolly:before{
	content: "\e695";
	font-family: 'Pe-icon-7-stroke'; 
	width:40px;
	height:40px;
	color:#fff;
	font-size:32px;
	line-height:40px;
	text-align:center;
	display:block;
	}



/*-----------------------------------------------------------------------------------*/
/* 메인
/*-----------------------------------------------------------------------------------*/
/* main_visual */
#main_visual{position:relative; width:100%; overflow:hidden;}
#main_visual #slider{width:100%; margin:0 auto; background:#eeeeee;}
#main_visual #slider ul{}
#main_visual #slider ul li{ position:relative;}
#main_visual #slider img{width:100% !important; height:auto;}
#main_visual .slider_con{position:absolute; bottom:10px; left:0; padding:15px; color:#fff; font-size:28px;  line-height:1.2em; display:none;}

#main_visual .slider_circle{
	z-index: 9999;
    position: absolute;
	width:100%;
	padding:0;
	text-align:center;
    bottom: 5px;
	}
#main_visual .slider_circle a{
	z-index: 9999;
    cursor: pointer;
    position: relative;
    width: 5px;
    height: 5px;
	margin:12px 2px 0 2px;
	display:inline-block;
	text-indent:-9999em;
	-moz-border-radius: 6px; /*모질라*/
	-webkit-border-radius: 6px; /*웹킷*/
	/*IE9+,FF4+,chrome,Safari5,+opera*/
	border-radius: 6px;
	background-color:rgba(251,251,251,0.35);
	}
#main_visual .slider_circle a.on{background-color:rgba(251,251,251,1)}

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


/************** tiles-wrap **************/
.tiles-wrap{position:relative; overflow:hidden; width:100%;}
.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; margin:0; padding:0;}
.tiles-wrap > ul > li{
	font-size:12px;
	line-height:1.5em;
	float:left;
	width:50%;
	height:auto;
	overflow:hidden;
	position:relative;
	}
.tiles-wrap ul li .thumb{overflow:hidden; position:relative; background:#000;}

.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;
	margin:0; padding:0;
	}
.tiles-wrap ul li:hover img{opacity:0.8;}
.tiles-wrap > ul > li:first-child{display:none;}

.tiles-wrap ul li .con{
	display:none;  /* 임시 OFF 처리 */
	position:absolute;
	bottom:0;
	left:0;
	color:#fff;
	font-size:18px;
	font-weight:200;
	padding:10px;
	line-height:1.1em;
	text-align:left;
	}

.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.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.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;
	}

#container_title {display:none;}
#bo_v_table{display:none;}

/* 게시판 공통 버튼 */
#bo_v_top{display:none;}
#bo_btnSet{width:100%;}
#bo_btnSet.fixed {position:fixed; bottom:0; left:0px; z-index:9999;}
#bo_btnSet.static{position:absolute; bottom:0; left:0px;}
#bo_btnSet:after {display:block;visibility:hidden;clear:both;content:""}
#bo_btnSet table {width:100%; text-align:center; border-collapse:collapse;border-spacing:0; }
#bo_btnSet table td{height:58px; text-align:middle; background:#006dcc; border-top:1px solid rgba(0,0,0,0.1);}

/* 첨부파일 블라인드 */
ul#downfile_wrap{position:absolute;left:0; bottom:59px; padding:2px 15px;width:100%; background:rgba(255,255,255,0.95);border-top:1px solid rgba(0,0,0,0.35);z-index:999;box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.05);}
ul#downfile_wrap li{background:none !important; border:none;}
ul#downfile_wrap li a{
	text-align:left;
	display:block;
	width:auto;
	width:100%;
	padding:10px 0;
	font-size:13px;
	line-height:1.5em;
	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;
	}
ul#downfile_wrap li a:before{content: "\e69c";font-family: 'Pe-icon-7-stroke'; font-size:14px; vertical-align:top;}
ul#downfile_wrap li a:hover{text-decoration: underline !important;}
ul#downfile_wrap li:last-child a{border:none;}



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

/* 카테고리 (강제지정)*/
#bo_cate{ padding-bottom:10px; background:#f4f4f4;}
#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden;}
#bo_cate ul{margin-top:-1px; padding:0; font-size:11px; font-weight:300; width:100%; overflow-x:scroll; border-bottom:1px solid rgba(0,0,0,0.2); background: rgba(0,0,0,0.05);}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate ul li{}
#bo_cate ul li a{
	float:left;
	min-width:25%;
	padding:0;
	height:40px;
	line-height:40px;
	margin-bottom:-1px;
	text-align:center;
	color:#b6b6b6;
	border-left:1px solid rgba(0,0,0,0.2);
	border-bottom:1px solid rgba(0,0,0,0.2);
	background: transparent;
	}
#bo_cate ul li:first-child a{border-left:none;}
#bo_cate ul li:last-child a{border-right:1px solid rgba(0,0,0,0.2);}
#bo_cate ul li a:hover{color:#3a3a3a;}
#bo_cate ul li #bo_cate_on{border-bottom:3px solid #ff4687; color:#ff4687; background-color:#fff; border-top:1px solid rgba(0,0,0,0.2);}

#bo_cate.gall{background-color:#f4f4f4;}
#bo_cate.gall ul li #bo_cate_on{background-color:#fff;}

/* 카테고리 select 박스로 변경 */
#bo_cate select{border:1px solid rgba(0,0,0,0.3); border-radius: 0px !important;}
#bo_cate input[type="submit"]{position:absolute; top:0; right:0; background:#000; color:#fff; width:40px; height:40px; line-height:40px;}


.td_subject img {margin-left:3px}

/* 게시판 모바일전용 리스트 */
#bo_list{background:#f4f4f4; padding:0px 10px 60px 10px;}
#bo_gall {padding:0px 10px 60px 10px;}
	.bo_fx {padding-top:10px; zoom:1;}
	.bo_fx:after {display:block;visibility:hidden;clear:both;content:""}
	/*.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}

ul.mob_list{
	margin-top:0px;
	padding:5px 0;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	line-height:1.3em;
	margin-bottom:10px;
	}
ul.mob_list li{
	background:#fff;
	border:1px solid rgba(0,0,0,0.2);
	padding:0;
	margin-bottom:7px;
	width:100%;
	font-weight:300;
	font-size:13px;
	color:#373939;
	position:relative;
	}
ul.mob_list li:last-child{}
ul.mob_list li .li_top{width:100%; padding:14px 15px 0 15px; overflow:hidden;}
ul.mob_list li .li_body{width:100%; padding:10px 15px 15px 15px; overflow:hidden;}
ul.mob_list li .li_bottom{width:100%; padding:5px 15px; border-top:1px solid rgba(0,0,0,0.2); text-align:right; font-size:10px; line-height:1em; color:#535353; font-weight:300;}

ul.mob_list li .chk{}
ul.mob_list li .chk label{margin:-16px -10px 4px -4px; font-size:12px;}
ul.mob_list li .name{font-weight:400; font-size:11px; color:#444444; margin-right:3px;}
ul.mob_list li .date{font-weight:300; font-size:11px; color:#888888;}
ul.mob_list li .num{font-weight:200; font-size:16px;}
ul.mob_list li .notice{font-size:0;}
ul.mob_list li .notice:before{content: '\e61a'; font-family: 'Pe-icon-7-stroke'; font-size:16px;}

ul.mob_list li .subject, ul.mob_list li .subject a{font-size:15px; font-weight:300; padding:10px 0 40px 0; color:#1a1a1a; letter-spacing:-0.02em;}
ul.mob_list li .bo_cate_link{font-size:11px; line-height:1em; font-weight:200; padding:2px 2px 0px 2px; vertical-align:middle; border:1px solid rgba(0,0,0,0.15); background:#fff; margin-right:3px;}
		
ul.mob_list li .hit{margin-left:5px;}
ul.mob_list li .cnt_cmt{margin-left:5px;}
ul.mob_list li .reply_num{margin-left:5px;}
ul.mob_list li .cnt_cmt{margin-left:0px;}
ul.mob_list li a{color:#535353; font-weight:300;}


	



/* 페이징 */
.pg_wrap {clear:both; margin-bottom:10px; text-align:center; font-weight:200;}
.pg {display:inline-block; position:relative; overflow:hidden;}
a.pg_page, .pg_current {
	display:inline-block;
	float:left;
	cursor:pointer;
	text-align:center;
	color:#838383;
	min-width:37px;
	font-size:15px;
	line-height:37px;
	height:37px;
	border:1px solid rgba(0,0,0,0.3);
	border-right:none;
	background:#fff;
	}
a.pg_page:last-child{border-right:1px solid rgba(0,0,0,0.3);}

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



/* 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 .select-wrapper{width:37%; margin-bottom:5px; float:left;}
#bo_sch .select-wrapper:before{width: 1.2em;}
#bo_sch .select-wrapper select{border:1px solid rgba(0,0,0,0.3); border-right:none; border-radius: 0px !important; font-size:12px; background:rgba(255,255,255,0.7);}
#bo_sch .searchbar{float:left; position:relative; width:63%;}
#bo_sch input[type="text"]{width:100%; padding-right:46px; background:#fff; border:1px solid rgba(0,0,0,0.3);  border-radius: 0px !important;}
#bo_sch input[type="text"]:focus, #bo_sch .select-wrapper select:focus{border-color:#aeaeae !important;}
#bo_sch input[type="submit"]{position:absolute; top:17px; right:0; width:45px; padding:0; border-radius: 0px !important; font-size:18px; font-family: 'Pe-icon-7-stroke'; color:#6a6a6a;}


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









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

#bo_v {padding:15px 15px 60px;}

#bo_v #bo_v_info {padding:5px 0; font-size:12px; line-height:1.5em; font-weight:200; border-bottom:1px solid rgba(0,0,0,0.15); overflow:hidden;}
#bo_v #bo_v_info h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#bo_v #bo_v_info .name{margin-right:5px;}
#bo_v #bo_v_info .date{}
#bo_v #bo_v_info .hit{}
#bo_v #bo_v_info .reply{margin-left:5px;}
#bo_v #bo_v_info .sv_member, .sv_guest, .member, .guest{font-weight:600; color:#282828; font-size:12px;}
 #bo_v #bo_v_info strong{font-weight:300; color:#353535;}

.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_link {font-size:12px;}
#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 5px; border-bottom:1px solid rgba(0,0,0,0.15); background:#fff}
#bo_v #bo_v_link a {display:inline-block;padding:3px 0 3px; width:auto;color:#000;word-wrap:break-word}
#bo_v #bo_v_link a:before{margin-right:3px; content: "\e641 "; font-family: 'Pe-icon-7-stroke'; font-size:14px; color:#535353; line-height:1em; vertical-align:middle;}
#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 0px 10px}

#bo_v #bo_v_title {font-size:15px; line-height:1.4em; font-weight:500; padding:20px 0 15px 0;}

/* 본문 */
#bo_v #bo_v_atc {margin-top:0px; margin-bottom:20px; width:100%; min-height:100px;height:auto !important;}
#bo_v #bo_v_atc_title {position:absolute;font-size:0;line-height:0;overflow:hidden}

#bo_v #bo_v_atc iframe {width:100% !important; height:auto;}

#bo_v #bo_v_img {margin:0;width:100%;overflow:hidden;zoom:1}
#bo_v #bo_v_img:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v #bo_v_img img {margin-bottom:10px;max-width:100%;height:auto}

#bo_v #bo_v_con {margin-bottom:10px; padding:0; width:100%; font-size:14px; line-height:1.5em;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{text-align:right; font-size:12px; margin-top:20px; display:block;}
#bo_v #bo_v_act .bo_v_act_gng {position:relative;}
#bo_v #bo_v_act a {margin-left:5px; vertical-align:middle; padding:4px 4px 2px; border:1px solid rgba(0,0,0,0.25); background:#fff;}
#bo_v #bo_v_act strong {color:#ff3f3f}
#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 {font-size:12px; margin:5px 0 20px;padding:10px;border:1px solid rgba(0,0,0,0.15);background:#fcfcfc;}
#bo_v #bo_vc .icon_reply {position:absolute; margin-top:-10px; font-size:14px; }
#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.6em; font-weight:300;}
#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{background:#fff; color:#686868 !important; padding:2px 3px; font-size:11px; border:1px solid rgba(0,0,0,0.3);}
#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; padding:0;}
#bo_v .tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0; padding:0; margin:0;}
#bo_v .tbl_frm01 th {}
#bo_v .tbl_frm01 td {padding:3px 0px; 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"] + label:before{background:#fff; border:1px solid rgba(0,0,0,0.4);}

#bo_v .tbl_frm01 textarea {padding:7px 5px; height:100px; margin:0;}
#bo_v .tbl_frm01 .btn_confirm {width:100%; margin-bottom:10px; padding:0; text-align:right;}
#bo_v .tbl_frm01 .btn_confirm .btn_submit{color:#494949 !important; background:#fff; margin-top:5px; border:1px solid rgba(0,0,0,0.3);}
#bo_v .tbl_frm01 .btn_confirm .btn_submit:hover{background-color:#e5e5e5;}





/*-----------------------------------------------------------------------------------*/
/* 게시판 쓰기 페이지
/*-----------------------------------------------------------------------------------*/
#bo_w {padding:10px 10px 60px; background:#f4f4f4;}

/* 폼 div */
#bo_w .form-wrap{margin-bottom:60px;}
#bo_w .form-wrap .group{margin-bottom:10px;}
#bo_w .form-wrap .group textarea {padding:10px; height:150px}

#char_count_desc {display:block;margin:0 0 5px;padding:0}
#char_count_wrap {margin:5px 0 0;text-align:right}
#char_count {font-weight:bold}

#bo_w input[type="checkbox"]{margin-left:-6px;}
#bo_w input[type="checkbox"] + label:before{ margin-right:0; background:#fff; border:1px solid rgba(0,0,0,0.4);}

#bo_w input[type="radio"]{margin-left:-6px;}
#bo_w input[type="radio"] + label:before{ margin-right:0; background:#fff; border:1px solid rgba(0,0,0,0.4);}



/* 폼 테이블 */
.tbl_frm01 table {width:100%; border-collapse:collapse; font-size:12px;}
.tbl_frm01 th {padding:5px 0px; border:none; text-align:left;}
.tbl_frm01 td {padding-bottom:3px; margin:0; background:transparent; }
.tbl_frm01 td.nopadding{padding-bottom:0px;}
.tbl_frm01 {margin-bottom:20px; padding:0; }
.tbl_frm01 input, .tbl_frm01 input:focus,
.tbl_frm01 textarea, .tbl_frm01 textarea:focus{border:1px solid rgba(0,0,0,0.25); border-radius: 0px !important; background:#fff;}
.tbl_frm01 input{
	height:40px;
	padding:1px 8px 0 8px;
	font-size:12px;
	}
.tbl_frm01 input#wr_subject, .tbl_frm01 input#wr_subject:focus{ font-size:13px; font-weight:500; color:#252525;}
.tbl_frm01 textarea{
	padding:12px 6px;
	height:170px;
	font-size:13px;
	font-weight:300;
	color:#252525;
	border-bottom:1px solid rgba(0,0,0,0.2);
	}
.tbl_frm01 .select-wrapper:before{line-height: 40px; font-size:22px;}
.tbl_frm01 select{
	height:40px;
	line-height:1.2em;
	padding:3px 10px 0 10px;
	font-size:12px;
	border:1px solid rgba(0,0,0,0.2);
	border-radius: 0px !important;
	}
.tbl_frm01 input:focus, .tbl_frm01 textarea:focus, .tbl_frm01 select:focus{border-color:#26a0da;}
.tbl_frm01 input[type="file"]{border:none; background:transparent; padding:0; height:2.3em; margin-top:10px;}
.tbl_frm01 td[colspan="2"]{}
.tbl_frm01 textarea, .frm_input {}
.tbl_frm01 .help_block{display:block; padding-top:0px; line-height:1.4em;}
.tbl_frm01 .blind_box{
	position:absolute;
	margin-top:5px;
	margin-left:-20px;
	width:550px;
	display:inline-block;
	z-index:9999;
	padding:15px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(0,0,0,0.35);
	z-index:999;
	 
	line-height:1.7em;
	}
.tbl_frm01 .bline_close{position:absolute; top:5px; right:0px; cursor:pointer;}
.tbl_frm01 .bline_close:before{content: "\e680"; font-family: 'Pe-icon-7-stroke'; color:rgba(0,0,0,0.6); font-size:30px; cursor:pointer;}
.tbl_frm01 .bline_close:hover:before{color:rgba(0,0,0,1);}
.tbl_frm01 .blind_box .tit{margin-bottom:5px;}
.tbl_frm01 .frm_file {display:block;}
.tbl_frm01 .frm_info {display:block;padding:5px 0 0 0;line-height:1.4em;}


/* 폼 테이블 
.tbl_frm01 {margin-bottom:20px; padding:0; }
.tbl_frm01 table {width:100%;}
.tbl_frm01 th {padding:5px 0px; border:none; text-align:left;}
.tbl_frm01 td {padding:5px 0; margin:0; border:none; background:transparent;}
.tbl_frm01 td[colspan="2"]{}
.tbl_frm01 textarea, .frm_input {}
.tbl_frm01 textarea {padding:7px 10px; 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 0;line-height:1.4em;}
*/

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


/* 게시물 선택복사 선택이동 */
#copymove {font-size:11px; line-height:1.4em;}
#copymove .tbl_head01{text-align:left; }
#copymove .tbl_head01 th{text-align:left; height:3em;}
#copymove .tbl_head01 td{text-align:left; height:3em; border-bottom:1px solid rgba(0,0,0,0.04);}
#copymove .tbl_head01 input[type="checkbox"] + label:before{border: solid 1px rgba(0, 0, 0, 0.7);}
#copymove .btn, #copymove .btn_cancel{
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	font-size:14px;
	font-weight: 300;
	height: 37px;
	line-height: 36px;
	padding: 0 2.25em;
	text-align: center;
	border-radius: 3px;
	border:1px solid #239fdb;
	background-color: #fff;
	color: #239fdb !important;
	margin-top:35px;
	margin-bottom:30px;
	}
#copymove .btn_cancel{border:1px solid #727272; color: #727272 !important; padding:0 1.2em;}
.copymove_current {float:right;color:#ff3061}
.copymove_currentbg {background:#f4f4f4}




/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;width:0;height:0;overflow:hidden;}
.msg_sound_only, .sound_only {display:inline-block;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;width:1px !important;height:1px !important;font-size:0 !important;line-height:0 !important;overflow:hidden}
/* 본문 바로가기 */
.to_content a {z-index:100000;position:absolute;top:0;left:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden}

/* 이미지 등비율 리사이징 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha audio {display:block;margin:0 0 5px; width:50px !important;}
#captcha #captcha_mp3 {}

#captcha #captcha_img {width:80px;height:44px;border:1px solid #e9e9e9}
#captcha #captcha_reload {margin:0;padding:0 5px;height:44px;border-radius: 0px !important;background:#e4eaec;vertical-align:middle;overflow:hidden;cursor:pointer}
#captcha #captcha_key {
	margin:0 0 0 4px;
	padding:0 5px;
	width:120px;
	height:44px;
	border:1px solid #b8c9c2;
	background:#f7f7f7;
	border-radius: 0px !important;
	}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 버튼 */
a.btn01 {display:inline-block;padding:8px 7px 7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:8px 7px 7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}

.btn_confirm {text-align:center} /* 서식단계 진행 */

fieldset .btn_submit {}

a.btn_cancel {display:inline-block;padding:8px 7px 7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;vertical-align:top;text-decoration:none}

a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;height:1.9em;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:1.9em} /* 우편번호검색버튼 등 */
button.btn_frmline {font-size:1em}




/* 기본테이블 */
.tbl_head02 {}
.tbl_head02 caption {padding:0 0 10px;color:#777;text-align:left}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
.tbl_head02 tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.4em;word-break:break-all}

/* 테이블 항목별 정의 */
.td_board {width:120px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:150px;text-align:center}
.td_group {width:100px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}




/* 새창 기본 스타일 */
.new_win {padding:10px 15px;}
.new_win #win_title {margin-top:20px; margin-bottom:30px; font-size:1.2em; font-weight:500; text-align:center;}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .tbl_wrap {margin:0;}
.new_win .win_ul {margin:-20px 0 20px 0;padding:0 20px;border-bottom:1px solid #455255;background:#484848;list-style:none}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;margin-left:-1px}
.new_win .win_ul a {display:block;padding:10px;border-right:1px solid #455255;border-left:1px solid #455255;color:#fff;font-weight:bold;text-decoration:none}
.new_win .win_desc {padding:10px 0; font-size:12px; letter-spacing:-0.02em;}

.new_win .win_btn {clear:both; text-align:center}
.new_win .win_btn a {display:inline-block;padding:0 10px;height:2.5em;background:#666;color:#fff;text-decoration:none;vertical-align:middle;line-height:2.5em}
.new_win .win_btn button {margin-top:20px;}
.new_win .win_btn input {}

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

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




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









