@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
/*@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);*/
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic');
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
/** {font-family: 'Noto Sans KR', sans-serif;color:#454545; font-weight:300;}*/
* {font-family: 'Nanum Gothic', sans-serif;color:#454545; font-weight:400;}
html,body{overflow-x:hidden;}
caption{position:absolute;left:-9999px;}
fieldset,legend{border:none;}

/**************************reset css************************************/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/********************************base************************************/

* {font-family: 'Nanum Gothic', sans-serif;color:#454545; font-weight:400;}

.no-padding {
	padding:0;
}

.no-margin {
	margin:0;
}

.center {
	text-align:center !important;
}

.left {
	text-align:left !important;
}

.right {
	text-align:right !important;
}

.t_yellow {
	color:#eaab38;
}

.t_green {
	color:#85c142;
}

.t_blue {
	color:#0da6df;
}

.t_pink {
    color:#d70453;
}

.gap {
	height:2em;
    clear:both;
}

.gap_double {
	height:4em;
    clear:both;
}

.gap_line {
	height:2em;
	border-bottom:1px solid #e1e1e1;
    clear:both;
}

.gap_dotline {
	height:2em;
	border-bottom:1px dotted #e1e1e1;
    clear:both;
}

.bold {
	font-weight:bold;
}

.small {
    font-size:11px;
}

.f_left {
    float:left;
}

.f_right {
    float:right;
}

h4 a {
	text-decoration:none;
	color:#454545;
	font-weight:border;
	font-size:18px;
}

h4 a:hover {
	text-decoration:none;
}

/*table*/
table.tbl_type {
    margin-bottom: 20px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

table.tbl_type th,
table.tbl_type td {
    padding: 8px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    text-align: left;
    line-height: 1.7em;
    vertical-align: middle;
}

table.tbl_type th {
    background: #ebe8fd;
    text-align: center;
}

table.text-center td {
    text-align: center !important;
}
table.tbl_type ul, table.tbl_type ol {list-style:none;}
table.tbl_type li{padding-left:14px;background:url(../img/common/dot_whitegray.gif) 0 5px no-repeat;}
table.tbl_type2 {
    margin-bottom: 20px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

table.tbl_type2 th,
table.tbl_type2 td {
    padding: 2px;
    text-align: left;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    font-size: 12px;
    text-align: center;
    font-family: arial, dotum;
    letter-spacing: -1px;
}

table.tbl_type2 th {
    background: #ebe8fd;
}

table.tbl_type3 {
    margin-bottom: 20px;
    width: 100%;
}

table.tbl_type3 th,
table.tbl_type3 td {
    text-align: center;
}
table.tbl_type4 th,
table.tbl_type4 td {
    text-align: center;
    width: 12%;
}

table.tbl_type3 th {
    background: #ebe8fd;
}


table.tbl_type2 {
    margin-bottom: 20px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

table.tbl_type2 th,
table.tbl_type td {
    padding: 6px 8px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    text-align: left;
    line-height: 1.7em;
}

table.tbl_type2 th {
    background: #ebe8fd;
    text-align: center;
}




/*************************** mobile *********************************/
#nav-toggle { position: fixed;top: -61px;left: 0px;z-index: 101;transition:.3s;width:100%;height:60px;border-bottom:1px solid #dfdfdf;background:#ffffff;}
#nav-toggle .logo{line-height:60px;}
#nav-toggle .btn-nav-toggle {display: block;width: 60px;height: 60px;right:0px;top:0px;position:absolute;background-image: url(../images/common/btns.png);background-repeat: no-repeat;text-indent: -9999px;opacity: 1; background-position: 0 0}
#nav-toggle .btn-nav-toggle:hover {opacity: .3;}
.navtoggleon #nav-toggle .btn-nav-toggle {background-position:0 -60px;}
.navtoggleon #nav-toggle .btn-nav-toggle:hover {}


#gnb-mobile {display:none;}

/*************************** wrap *********************************/
#wrap{transition:.3s;}
.navtoggleon #wrap{opacity:.5;}
.inner{clear:both;max-width:1100px;width:100%;margin:0 auto;}
/*************************** header *********************************/
#wrap{}
/*************************** spot *********************************/
#spot{}
/*************************** container *********************************/
#container{}
/*************************** footer *********************************/
#footer{}
/*************************** sider *********************************/
#sider{}
/*************************** etc *********************************/
#etc{}

@media only screen and (max-width: 992px){ 
	
	.logo img {
		padding-left:20px;
	}	
	
}
@media only screen and (max-width: 500px){ 

	.logo img {
		width:200px;
		padding-top:10px;
	}
	
}





