@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic');
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);

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 !important; color:#454545; font-weight:400;}


body {
    position:relative;width:100%;zoom:1
    
}

.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;
	font-weight:normal;
}

.f_left {
    float:left;
}

.f_right {
    float:right;
}

.clear:after {
    content:"";
    display:block;
    clear:both;
}

h4 a {
	text-decoration:none;
	color:#454545;
/*	font-weight:bolder;*/
	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 {}

.navtoggleon{
	overflow:hidden;
}


body.scroll_disabled {
    overflow: hidden;
}

#gnb-mobile {display:none;}


/*mobile-nav*/

#gnb_mobile .nav {
/*    right: 0;*/
    right: -18px;
    position: fixed;
/*    top: 60px;*/
    top: 0px;
    margin-top:60px;
/*    width: 249px;*/
    width: 266px;
    background: #f7f7f7;
    border-right: 1px solid #e9e9e9;
    z-index: 9999;
	display:none;
    bottom:0;
    overflow-y: scroll;
}

#gnb_mobile .nav .gnb li {
    background:white;
}

#gnb_mobile .nav .gnb li a {
    display:block;
    font-size:15px;
    padding:7px 0 7px 17px;
    text-decoration:none;
    line-height:30px;
    font-weight:bold;
    cursor:pointer;
}

#gnb_mobile .nav .gnb li a.depth1 {
    position:relative;
}

#gnb_mobile .nav .gnb li a.depth1:after {
    content:url(../images/menu_op.png);
    transform:rotate(90deg);
    position:absolute;
    right:18px;
    top:50%;
    margin-top:-4px;
    transition:0.3s;
} 

#gnb_mobile .nav .gnb li.on a.depth1:after {
    transform:rotate(0deg);
    top:50%;
    margin-top:-2px;
} 

#gnb_mobile .nav .gnb li.on ul li {
    height:42px;
}

#gnb_mobile .nav .gnb li ul li {
    background:#f7f7f7;
    overflow: hidden;
    height:0;
    transition:0.3s;
}

#gnb_mobile .nav .gnb li ul li a {
    font-size:12px;
    color:#777777;
    font-weight:inherit;
    padding-left:30px;
}

#gnb_mobile .nav .gnb li a.blue_line {
    border-left:3px solid #208ec8;
    color:#208ec8;
}

#gnb_mobile .nav .gnb li a.orange_line {
    border-left:3px solid #ec8f1a;
    color:#ec8f1a;
}

#gnb_mobile .nav .gnb li a.pink_line {
    border-left:3px solid #d70453;
    color:#d70453;
}

#gnb_mobile .nav .gnb li a.green_line {
    border-left:3px solid #7cbd43;
    color:#7cbd43;
}

#gnb_mobile .nav .gnb li:first-child ul li a.on,
#gnb_mobile .nav .gnb li:first-child ul li a:hover {
    color:#208ec8;
}

#gnb_mobile .nav .gnb li:nth-child(2) ul li a.on,
#gnb_mobile .nav .gnb li:nth-child(2) ul li a:hover {
    color:#ec8f1a;
}

#gnb_mobile .nav .gnb li:nth-child(3) ul li a.on,
#gnb_mobile .nav .gnb li:nth-child(3) ul li a:hover {
    color:#d70453;
}

#gnb_mobile .nav .gnb li:last-child ul li a.on,
#gnb_mobile .nav .gnb li:last-child ul li a:hover {
    color:#7cbd43;
}









/*************************** 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;
	}
	
}





