@charset "utf-8";
@import url(http://1004114.co.kr/earlyaccess/nanumsquare.css);
@import url(http://1004114.co.kr/earlyaccess/nanummyeongjo.css);
@import url(http://1004114.co.kr/earlyaccess/notosanskr.css);
@import url(http://1004114.co.kr/earlyaccess/tmon.css);

@font-face {
	font-family: 'TmonTium';
	src: url('/theme/business/css/TmonTium.eot');
	src: local(※), url('/theme/business/css/TmonTium.eot?#iefix') format('embedded-opentype'),
	url('/theme/business/css/TmonTium.woff') format('woff'),
	url('/theme/business/css/TmonTium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* 공통 색상 : #834e00 */

/* 초기화 */
html, body { width:100%;height:100%;}
body { margin:0; padding:0; background: #FBFBFB; color: #555; line-height: 20px;font-size: 13px;}
body, table, th, td, button, input, textarea { font-family: 'Nanum Square','맑은 고딕','Malgun Gothic', sans-serif;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
ol,ul,dl{margin:0;padding:0;list-style-type:none;}

legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle}
input, button {margin:0;padding:0;font-size:1em}
button {cursor:pointer}

textarea, select {font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a:link, a:visited {color:#000000;text-decoration:none}
a:hover, a:focus, a:active {color:#9a9a9a;text-decoration:underline}
h1.h1 { font-size: 34px; line-height: 110%; }
h2.h2 { font-size: 28px; line-height: 120%; }
h3.h3 { font-size: 18px; line-height: 130%;}
h4.h4 { font-size: 16px; line-height: 140%; }
h5.h5 { font-size: 14px; line-height: 140%; font-weight: normal; }
h6.h6 { font-size: 12px; line-height: 140%; }

.float_left { 
	float:left; 
}
.float_right { 
	float:right;
}
.row {
	*zoom: 1;
}
.row:before,
.row:after {
	display: table;
	content: "";
	line-height: 0;
}
.row:after {
	clear: both;
}
.section_con {
	position:relative; 
	margin-right: auto;
	margin-left: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*zoom: 1;
}
.section_con:before,
.section_con:after {
	display: table;
	content: "";
	line-height: 0;
}
.section_con:after {
	clear: both;
}
@media (min-width: 1200px) {
	.section_con { 
		width:1200px; 
		padding-left: 4%;
		padding-right: 4%;
	}
	.section_con2 { 
		padding-left: 0;
		padding-right: 0;
	}
	
}
@media (max-width: 1199px) {	
	.section_con {
		padding-left: 4%;
		padding-right: 4%;
	}
}
@media (max-width: 979px) {	
	.section_con {
		padding-left: 0;
		padding-right: 0;
	}
	.section_con .site_grid_2 {
		width:50%;
	}
}

.site_grid:before,
.site_grid:after {
	display: table;
	content: "";
	line-height: 0;
}
.site_grid:after { clear: both; }
.site_grid { width: 100%; *zoom:1; }
[class*="site_grid"] { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.site_clearfix {
	*zoom: 1;
}
.site_clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.text_left {
	text-align: left;
}

.ff1 {font-family: 'TmonMonsori';}
.ff2 {font-family: 'TmonTium';}

.section_content {}
.section_content img{/*max-width:100%;height:auto*/}

.section_content #container_title {width:100%;margin:0px 0px 20px;padding:0 0 20px;font-size:22px;color:#000;font-weight:bold;text-align:left;border-bottom:1px #d9d9d9 solid;}

/* header
-------------------------------------- */  
#header_wrp {
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	transform: translate3d(0px, 0px, 0px);
	transition: background-color 0.3s ease 0s;
	background: #834e00;
}
#header_wrp.header_up {
	top: -100px;
	transition: transform 0.3s ease 0s;
}
#header_wrp.header_down {
	background: #834e00;	
}
#header_wrp.header_sub {
	background: #834e00;	
}
.logo {
	margin-left: 30px; 
}
.logo a {
	height: 100px;
	line-height: 100px;
	overflow: hidden;
	display: inline-block;	
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	font-family: 'TmonMonsori','TmonTium';
}
.logo a img { 
	max-width: 100%;
	vertical-align: middle; 
}
@media (max-width: 979px) {
	#header_wrp {
		height: 80px;
	}
	.logo {
		margin-left: 15px; 
	}
	.logo a {
		height: 80px;
		line-height: 30px;	
		font-size: 25px;
		margin-top:10px;
	}
	.logo a img {
		width: 100px;
	}
}



/* NAV
-------------------------------------- */  
.nav_wrp { 
	position:relative;
	margin-right: 30px; 
	background: rgba(0,0,0,0); /* ie9,10 bug fix */
}
@media \0screen { 
	.nav_wrp { 
		background: url(../img/trans-0.png) repeat;/* ie8 bug fix */
	}
}
@media (max-width: 979px) {
	.nav_wrp { 
		margin-right: 15px; 
	}
}
ul.nav { 
	margin: 0 20px 0 0;
	padding: 0;
	list-style: none;
	*zoom:1; 	
}
ul.nav:after { 
	content:""; display:block; clear:both; 
}
ul.nav > li { 
	position:relative; 
	float: left;
	margin:0;
	padding: 0; 
	height: 90px; 
	line-height: 90px;	
}
ul.nav > li:after { 
	content: "  /";
	color: #fff;
}
ul.nav > li:last-child:after { 
	content: " ";
}
ul.nav > li > a { 
	display: inline-block;
	font-size: 16px; 
	text-decoration:none;
	cursor:pointer;
	margin: 0 25px;
	padding: 0; 
	color:#fff;
	font-weight: bold;
}
@media (max-width: 1160px) {
	ul.nav > li > a {margin: 0 10px;}
}
ul.nav > li > a > span { 
	padding: 0px;
	line-height: 1.5;
}
ul.nav > li.nav_acc a { 
	display: inline-block;
	font-size: 22px; 
	cursor:pointer;
	margin: 0 5px;
}
ul.nav li img { 
	vertical-align:middle; 
}
ul.nav li:hover > a > span,
ul.nav li a.on > span {
	padding-bottom: 3px;
	border-bottom: 1px solid #eee;
}


/* child1 */
ul.nav ul { 
	z-index: 99; 
	display: none;
	position: absolute; 
	left: 50%; 
	top: 100%;	
	width: 180px;
	list-style: none;
	margin: 0 0 0 -90px; 
	padding: 0;
}
ul.nav ul li { 
	position: relative;
	float:none; 
	margin: 0;
	padding: 6px 0;
	height: auto;
	line-height: 150%;
	background: #f9f9f9;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
ul.nav ul li a { 
	display: block; 
	font-size: 13px; 
	font-weight: normal; 
	margin: 0; 
	padding: 0 20px;
	color: #333; 
}
ul.nav ul li a.child { 
	background:url(../img/right_arrow.png) 90% 50% no-repeat;
}

/* 3李� 硫붾돱 */
ul.nav ul.child2 { 
	top: 0; 
	left:100%; 
	margin: 0;
}

/* show */
ul.nav > li:hover > ul,
ul.nav ul > li:hover > ul {
	display: block;
	-moz-animation: fadeIn .3s ease-in ;
	-webkit-animation: fadeIn .3s ease-in ;
	animation: fadeIn .3s ease-in;
}

/* color */
ul.nav ul li:hover {
	background: #fff;
}

.nav_wrp .edge {   
	position: absolute;
	left: 50%;
	top: -8px;
	width: 0;
	height: 0;
	margin-left: -8px;
	border-color: transparent transparent #f9f9f9;
	border-style: solid;
	border-width: 0 8px 8px;
}





/* account */
.nav_acc { 
	position: relative;
	margin:0;
	padding:0;
	*zoom:1; 	
}
.nav_acc:after { 
	content:""; display:block; clear:both; 
}
.nav_acc > a { 
	float: left;
	display: inline-block;
	text-decoration:none;
	cursor:pointer;
	height: 40px;
	text-align: center;
	margin: 35px 0 0 10px;
	padding: 0; 
	color:#fff;
}
.nav_acc > a > span > i { 
	font-size: 22px; 
}
@media (max-width: 979px) {
	.nav_acc > a { 
		margin: 20px 0 0 10px;
	}
}


.icon_close,
.icon_menu.active {
	display: none;
}
.icon_close.active {
	display: inline-block;
}





/* section...
-------------------------------------- */  
.section_wrp {
	color: #834e00;
	background: #fff;
	
}
.section_wrp.bd1 {
	border-top:1px #834e00 solid;
	border-bottom:1px #834e00 solid;
}
.section_wrp.bd2 {
	border-top:1px #ddd solid;
}
.section_wrp.bgcolor {
	background: #fafafa;
}

.section_wrp .bgcolor {
	background: #fafafa;
}
.section_wrp .themebg {
	background: #834e00;
	color: #fff;
}
.section_wrp .themebg a {
	color: #fff;
}
.section_wrp .themebg2 {
	background: #555;
	color: #fff;
}
.section_wrp.parallax {
	position: relative;
	background-position: 50% 0;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #834e00;
	color: #fff;
}

.section_wrp .site_icon {
	padding: 30px 0;
	border: 1px solid #834e00;	
}
.section_wrp .site_icon i {
	font-size: 120px;	
	vertical-align: middle;
}

.section_wrp img { 
	vertical-align: top;
	max-width: 100%;
}

.site_code {
	font-size: 14px;
	color:#000;
}

.site_code2 {
	font-size: 16px;
}

.site_code3 {
	font-size: 13px;
	color:#000;
	letter-spacing: -0.05em;
}

@media (max-width: 979px) {
	.section_wrp img { 
		width: 100%;
	}
	.site_code2 {
		font-size: 14px;
	}

	.section_wrp_icon img { width:15%;}
}

/* BODY
-------------------------------------- */  
#body_wrp { 
	position:relative; 
	background: #fff;
}
#body_wrp.sub_content_bg {
	background: #FBFBFB !important;
}
#body_wrp.no_slider {
	margin-top: 90px;
}
@media (max-width: 979px) {
	#body_wrp.no_slider {
		margin-top: 60px;
	}
}


/* content */
.site_content_wrp { 
	position:relative; 
	overflow:hidden;
}

.site_content { 
	background:#fff;
	box-sizing: inherit;
}
@media (max-width: 979px) {
	.site_content {
		margin: 0 !important;
	}
}

.site_content.sub_content {	
	padding: 30px;
	border: 1px solid #e1e1e1;
}
.site_content.sub_content.side_left {
	margin-left: 30px;
}
.site_content.sub_content.side_right {
	margin-right: 30px;
}
.site_content.act {
	margin: 90px 0 0 !important;
	padding: 60px 0 !important;
}

/* breadcrumb 
-------------------------------------- */  
.breadcrumb_wrp { 
	position:relative;
	padding: 30px 0;
	background: #fff;
	border-bottom: 1px solid #e1e1e1;
}
.breadcrumb_wrp a {
	color: #834e00;
}
.breadcrumb_wrp ul { 
	margin:0; 
	padding:0;
	list-style:none; 
}
.breadcrumb_wrp ul li { 
	display: inline; 
	padding: 0;
	margin: 0;
}
.breadcrumb_wrp ul li:after { 
	content: "  /";
	color: #834e00;
}
.breadcrumb_wrp ul li:last-child:after { 
	content: " ";
}
.breadcrumb_wrp ul li a { 
	display: inline-block; 
	padding: 0 5px ; 
	font-size: 13px; 
	white-space: normal;
}
@media (max-width: 479px) {
	.breadcrumb_wrp { text-align: center; }
	.breadcrumb_wrp h2.float_left { float: none; margin-bottom: 20px; }
	.breadcrumb_wrp ul.float_right { float: none; }
}


/* side area */
.site_side_wrp {
	position:relative;
	float: right;
	width: 20%;
}
.site_side_wrp.side_left {
	float: left !important;
}
.site_side_wrp.side_right {
	float: right !important;
}
.site_side_wrp .site_side {
	padding-bottom: 60px;
	background: #fff;
	border: 1px solid #e1e1e1;
}


/* lnb */
.site_lnb_wrp { 
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e1e1e1;
}
.site_lnb_wrp a { 
	color: #555; 	
}
.site_lnb_title {
	margin-bottom: 1px;
	padding: 60px 0;
	text-align: center;
	background: #834e00;
}
.site_lnb_title a {
	font-size: 24px;
	color: #fff;
}
ul.site_lnb { 
	margin:0; 
	padding:0; 
	list-style:none; 
}
ul.site_lnb li { 
	position:relative; 
	padding:0; 
	margin:0; 
	text-align:left;
	border-top:1px solid #e1e1e1;
}
ul.site_lnb li:first-child {
	border: 0; 
}
ul.site_lnb li a { 
	display:block; 
	overflow:hidden;  
	font-weight: 600;
	padding: 10px 10px 10px 20px; 
	font-size: 13px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
ul.site_lnb li a img { 
	vertical-align:middle; 
}
ul.site_lnb li a:hover,
ul.site_lnb li a.on { 	
	background: #555;
	color: #fff;
}
/* 3李� */
ul.site_lnb ul {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}
ul.site_lnb li li { 
	border: 0; 
	background: none;
}
ul.site_lnb li li a {
	font-weight: 300;
	padding: 5px 10px 5px 40px; 
}




/* side widget */
.site_side_widget { 
	position:relative;
	text-align: left;
	border-top: 1px solid #e1e1e1;
}
.site_side_widget .h3 { 	
	padding: 20px 20px 0;
	color: #834e00;
}
.site_side_widget a {
	color: #834e00;
}
.site_side_widget .widget_code { 
	padding: 20px;
}




/* footer
-------------------------------------- */  
#footer_wrp {
	background: #fff;
	color: #555;
}
#footer_wrp.footer_sub {
	margin-top: 30px;
	border-top: 1px solid #e1e1e1;
	background: #fff;
}

/* sns icon */
.site_sns a {
	display: inline-block;
	margin: 0 5px;
	width: 40px;
	height: 40px;
	line-height: 42px;
	font-size: 24px;
	text-align: center;
	color: #fff;
	background: #834e00;
	border: 1px solid #834e00;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.site_sns a:hover {
	color: #834e00;
	background: #fff;
}
@media (max-width: 767px) {	
	.site_sns a {
		width: 30px;
		height: 30px;
		line-height: 32px;
		font-size: 18px;
	}
}


/* footer menu */
.footer_nav { 
	margin:0; 
	padding: 0; 
	list-style:none; 
}
.footer_nav li { 
	display:inline; 
	margin: 0;
	padding: 0;	
}
.footer_nav > li:after { 
	content: "  /";
	color: #834e00;
}
.footer_nav > li:last-child:after { 
	content: " ";
}
.footer_nav li a { 
	display:inline-block;
	padding: 5px;
	font-weight:normal; 
	font-size: 12px; 
	color: #834e00;
}

/* copyright text */
.site_copyright {
	font-size: 12px; 
	padding:0 50px 10px;
	color:#999;
}

@media (max-width: 979px) {
	.site_copyright {
		padding:0 30px 10px;
	}

}



/* layout in buttons
-------------------------------------- */
.site_layout_btn { 	
	font-size: 16px;
	padding: 10px 40px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	border: 1px solid #834e00;
	color: #834e00;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.site_layout_btn.small {
	font-size: 14px;
	padding: 10px 20px;
}
.site_layout_btn:hover { 
	background: #834e00;
	color: #fff;
}
.site_layout_btn.w {
	color: #fff;
	border-color: #fff;
}
.site_layout_btn.w:hover {
	color: #834e00;
	background: #fff;
	border-color: #fff;
}
@media (max-width: 979px) {
	.site_layout_btn { 
		font-size: 14px;
		padding: 5px 12px;
	}	
	.site_layout_btn.small { 
		font-size: 12px;
		padding: 3px 10px;
	}
}

/* Pulldown Area
-------------------------------------- */  
.site_fulldown {
	display: none;
	z-index: 98;
	position: fixed;
	left: 0;
	top: 0px;
	width: 100%;
	height: 100%;	
	background: #000;
	background: rgba(0,0,0,.9);	
	color: #834e00;
}
.site_fulldown_cont {
	margin-top: 120px;
	height: 90%;
	overflow-y: scroll;
}
@media (max-width: 979px) {	
	.site_fulldown_cont {
		margin-top: 100px;
	}
}
.site_fulldown .h2 {
	margin: 0 0 30px;
}

/* m acc */
.site_macc {
	height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch; 
}
.site_macc a {
	display: inline-block;
	font-size: 14px; 
	margin: 5px 0; 
	color: #bbb;
}
@media (max-width: 767px) {	
	.site_macc{
		height: 50%;
	}
}
@media (max-width: 479px) {	
	.site_macc{
		height: 80%;
	}
}



/* search */
.site_search_form { 
	margin: 0;
}
.site_search_form .itext { 
	width: 300px;
	height: 40px;
	line-height: 40px;	
	padding: 0;
	text-indent: 5px;
	background: #fff;
	border: 0;
}

/* m nav */
.site_mnav {
	height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch; 
}
.site_mnav ul { 
	margin: 0;
	padding: 0;
	list-style: none;	
}
.site_mnav li { 
	margin: 5px 0 15px;
	padding: 0; 
	list-style: none;
}
.site_mnav li a { 
	display: inline-block;
	font-size: 16px; 
	color: #834e00;
	line-height: 24px;
}
.site_mnav li ul { 
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.site_mnav li ul li a { 
	padding: 0;
	color: #bbb;
	font-size: 14px;
}
@media (max-width: 767px) {	
	.site_mnav {
		height: 50%;
	}
}
@media (max-width: 479px) {	
	.site_mnav {
		height: 80%;
	}
}

/* viewportchecker
-------------------------------------- */  
.hidden {
	opacity: 0;
}
.visible{
	opacity: 1;
}

/* cameraSlide
-------------------------------------- */  
.cameraSlide {
	background-color: #834e00 !important;
}

/* default
-------------------------------------- */  
.overflow_hidden { 
	overflow: hidden; 
}
span.hidden {
	visibility: hidden;
	font-size: 0;
	text-indent: -99999em;
}
.mg_b10 {
	margin-bottom: 10px;
}
.mg_b20 {
	margin-bottom: 20px;
}
.mg_b30 {
	margin-bottom: 30px;
}
.mg_b40 {
	margin-bottom: 40px;
}
.mg_b60 {
	margin-bottom: 60px;
}

.mg_t10 {
	margin-top: 10px;
}
.mg_t20 {
	margin-top: 20px;
}
.mg_t30 {
	margin-top: 30px;
}
.mg_t50 {
	margin-top: 50px;
}


.pd_lr5 {
	padding-left: 5px;
	padding-right: 5px;
}
.pd_lr10 {
	padding-left: 10px;
	padding-right: 10px;
}
.pd_lr50 {
	padding-left: 50px;
	padding-right: 50px;
}
.site_pd30 {
	padding: 30px;
}
.site_pd50 {
	padding: 50px;
}
.pd_tb60 {
	padding: 60px 0;
}

@media (max-width: 979px) {
	.mg_t30 {
		margin-top: 15px;
	}
	.mg_b30 {
		margin-bottom: 15px;
	}
	.pd_tb60 {
		padding: 30px 0;
	}	
	.site_pd50 {
		padding: 30px;
	}
	.mg_b60 {
		margin-bottom: 30px;
	}
	.pd_lr10 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.pd_lr50 {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.no_border {
	border: 0;
}
.r2 { 
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px; 
	border-radius: 2px; 
}
.r50 { 
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%; 
	border-radius: 50%; 
}

/*  grid 12  fluid no offset
-------------------------------------- */
[class*="site_grid_"] { float: left; }
.site_grid_12 { width: 100%; margin-bottom: 30px; }	
.site_grid_11 { width: 91.66%; }
.site_grid_10 { width: 83.33%; }
.site_grid_9 { width: 75%; }
.site_grid_8 { width: 66.66%; }
.site_grid_7 { width: 58.33%; }
.site_grid_6 { width: 50%; }
.site_grid_5 { width: 41.66%; }
.site_grid_4 { width: 33.33%; }
.site_grid_3 { width: 25%; }
.site_grid_2 { width: 16.66%; }
.site_grid_1 { width: 8.333%; }
.hidden_pc { display: none !important; }
.float_right_pc { float: right !important; }
@media (max-width: 979px) {
	/* grid */	
	.site_grid_1,
	.site_grid_2,
	.site_grid_3,
	.site_grid_4,
	.site_grid_5,
	.site_grid_6,
	.site_grid_7,
	.site_grid_8,
	.site_grid_9,
	.site_grid_10,
	.site_grid_11,
	.site_grid_12 { width: 100%; }
	.hidden_tablet { display: none !important; }
	.visible_tablet { display: inherit !important; }
	.bg_size_tablet { -webkit-background-size: cover; }
	.text_center_tablet { text-align: center !important; }
	.text_left_tablet { text-align: left !important; }
	.mg_b20_tablet { margin-bottom: 20px; }
	.mg_b40_tablet { margin-bottom: 40px; }
	.mg_b60_tablet { margin-bottom: 60px; }
	
	h1.h1 { font-size: 28px; }
	h2.h2 { font-size: 24px; }
	h3.h3 { font-size: 20px; }
	h4.h4 { font-size: 16px; }
	h5.h5 { font-size: 13px; }
}

@media (max-width: 479px) {
	.bg_size_mobile { -webkit-background-size: cover; }
	.fontsize12_mobile { font-size: 12px !important; }	
	.fontsize11_mobile { font-size: 11px !important; }	
	.hidden_mobile { display: none !important; }
	.visible_mobile { display: inherit !important; }
	.text_center_mobile { text-align: center; }
	h1.h1 { font-size: 24px; }
	h2.h2 { font-size: 18px; }
	h3.h3 { font-size: 16px; }
	h4.h4 { font-size: 14px; }
	h5.h5 { font-size: 12px; }
}

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;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}

/* 게시물 선택복사 선택이동 */
#copymove {}
.copymove_current {float:right;color:#ff3061}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#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}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#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:160px;height:60px;border:1px solid #e9e9e9;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {position:absolute;top:0;left:161px;;margin:0;padding:0;width:31px;height:31px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer}
#captcha #captcha_mp3 span {position:absolute;top:0;left:0;width:31px;height:31px;background:url('../../../img/captcha.png') no-repeat;}
#captcha #captcha_reload {position:absolute;top:31px;left:161px;margin:0;padding:0;width:31px;height:31px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha.png') no-repeat  0 -30px;border-top:1px solid #ccc;text-indent:-999px}
#captcha #captcha_key {margin:0 0 0 33px;padding:0 5px;width:70px;height:60px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:2.8em;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block;}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:31px;height:31px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha.png') no-repeat  0 -30px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span{display:none;}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../../../img/captcha.png') no-repeat; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc{display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;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:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* 버튼 */
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} /* 서식단계 진행 */

.btn_submit {padding:5px 8px 7px;border:0;background:#834e00;border:1px #834e00 solid;color:#fff;letter-spacing:-0.1em;cursor:pointer}
fieldset .btn_submit {padding:5px 8px 7px;height:24px;line-height:1em}

a.btn_cancel {display:inline-block;padding:5px 8px 7px;border:1px solid #9a9a9a;background:#9a9a9a;color:#ffffff;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;padding:5px 8px 7px;border:1px solid #9a9a9a;background:#9a9a9a;color:#ffffff;vertical-align:top;text-decoration:none}

a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;height:24px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {line-height:24px}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01 {display:inline-block;padding:5px 8px 7px;border:1px solid #9a9a9a;background:#9a9a9a;color:#fff;text-decoration:none;vertical-align:middle}
a.btn_b01:focus, .btn_b01:hover {text-decoration:none}
a.btn_b02 {display:inline-block;padding:5px 8px 7px;border:1px solid #834e00;background:#834e00;color:#fff;text-decoration:none;vertical-align:middle}
a.btn_b02:focus, .btn_b02:hover {text-decoration:none}
a.btn_admin {display:inline-block;padding:5px 8px 7px;border:1px solid #834e00;background:#834e00;color:#fff;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover {text-decoration:none}

.btn_bo_adm input {background: #9a9a9a !important;border: 1px solid #9a9a9a;padding: 6px 8px 8px !important;}

/* 댓글 스타일 */
.cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}

/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}

.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:12px 0;border-top:3px solid #333333;border-bottom:1px solid #d9d9d9;background:#FBFBFB;color:#333333;font-size:13px;text-align:center;letter-spacing:-0.1em}
.tbl_head01 thead a {color:#333333}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head01 td {padding:11px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all}
.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:3px solid #333333;border-bottom:1px solid #d9d9d9;background:#FBFBFB;color:#333333;font-size:13px;text-align:center;letter-spacing:-0.05em}
.tbl_head02 thead a {color:#333333}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;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_view01 {margin:0 0 20px;border-top:3px solid #333333;background:#ffffff;color:#383838;}
.tbl_view01 table {width:100%;border-collapse:collapse;border-spacing:0;}
.tbl_view01 th {width:10%;padding:7px 13px;border-bottom:1px solid #d9d9d9;border-right:1px solid #d9d9d9;background:#ffffff;text-align:left;color:#383838;font-size:13px;}
.tbl_view01 td {width:90%;padding:7px 13px;border-bottom:1px solid #d9d9d9;background:#ffffff;text-align:left}
@media (max-width: 640px) {
	.tbl_view01 th {width:25%;}
	.tbl_view01 td {width:75%}
}
/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:70px;padding:7px 13px;border:1px solid #d9d9d9;border-left:0;background:#FBFBFB;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;background:transparent}
.tbl_frm01 textarea, .frm_input {border:1px solid #e4eaec;background:#f7f7f7;color:#000;vertical-align:middle;line-height:2em}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:22px}
.tbl_frm01 textarea {width:98%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;text-align:center}

/* 필수입력 */
.required, textarea.required {background:url('../img/wrest.gif') #f7f7f7 top right no-repeat !important}

/* 테이블 항목별 정의 */
.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:110px;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 {}
.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-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}

/* 자바스크립트 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}

/* 페이징 */
.pg_wrap {clear:both;margin:0 0 20px;padding:20px 0 0;text-align:center}
.pg {}
.pg_page, .pg_current {display:inline-block;padding:0 8px;height:25px;color:#000;letter-spacing:0;line-height:2.2em;vertical-align:middle}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_start{background:url(../img/page_btn.gif) no-repeat 0 0 ;text-indent:-9999px;overflow:hidden;width:30px;height:30px;border:1px solid #eee;padding:0}
.pg_prev {background:url(../img/page_btn.gif) no-repeat -30px 0;text-indent:-9999px;overflow:hidden;width:30px;height:30px;border:1px solid #eee;padding:0}
.pg_end{background:url(../img/page_btn.gif) no-repeat -93px 0;text-indent:-9999px;overflow:hidden;width:30px;height:30px;border:1px solid #eee;padding:0}
.pg_next {background:url(../img/page_btn.gif) no-repeat -63px 0;text-indent:-9999px;overflow:hidden;width:30px;height:30px;border:1px solid #eee;padding:0}
.pg_current {display:inline-block;margin:0 4px 0 0;color:#3c95d5;text-decoration:underline;font-weight:bold;font-weight:bold}

/* 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}

/* 추가 */
#banner1_bg {width:100%;}
#banner1_bg:after {content: '';display: block;clear: both;visibility: hidden;}
#banner1 {margin:0 auto;padding:0px 0;position: relative;}
#banner1:after {content: '';display: block;clear: both;visibility: hidden;}
#banner1 .banner1_title {width:100%;text-align: center;font-size: 40px;line-height: 40px;font-weight: bold;letter-spacing:-0.0em;}
#banner1 .banner1_title2 {width:100%;margin:30px 0 60px 0;text-align: center;font-size: 14px;line-height: 14px;font-weight: normal;color:#666;letter-spacing:-0.05em;}
#banner1 ul {list-style:none;margin:0;padding:0}
#banner1 ul:after {content: '';display: block;clear: both;visibility: hidden;}
#banner1 ul li {width:auto;margin:0 0 0 0;padding:0;}
#banner1 ul li:first-child {}
#banner1 ul li:last-child {}
#banner1 ul li img {width:auto;max-width:100%;}
#banner1 ul li a:hover{opacity:0.8;}
#banner1 ul li .banner1_text1 {font-size: 25px;line-height: 30px;color: #393939;letter-spacing: -0.1em;}
#banner1 ul li .banner1_text2 {font-size:13px;line-height:22px;color:#6f6f6f;letter-spacing:-0.05em;font-weight:normal;}
#banner1 ul li .banner1_text3 {font-size:25px;line-height:39px;color:#393939;letter-spacing:-0em;font-weight:bold;}
#banner1 ul li .banner1_text4 {font-size:15px;line-height:21px;color:#161616;letter-spacing:-0.05em;font-weight:bold;}

.button4 {padding:2px 10px 2px;text-align:center;background:#999;border:1px #999 solid;border-radius:2px;color:#ffffff;font-weight:bold;font-size:12px;cursor:pointer}

.root_daum_roughmap {width:100% !important;border: 0 !important;padding: 0 !important;border-radius: 0 !important;}
@media (max-width: 640px) {
	#banner1 ul li img {width:100%;}
}


.pc_box {display: block;}
.mobile_box {display: none;}
@media (max-width: 768px) {
	.pc_box {display: none;}
	.mobile_box {display: block;}
}