/* General styles for all menus */
.cbp-spmenu {
	position: fixed;
}

/*
.cbp-spmenu {
	background: #47a3da;
	position: fixed;
}

.cbp-spmenu h3 {
	color: #afdefa;
	font-size: 1.9em;
	padding: 20px;
	margin: 0;
	font-weight: 300;
	background: #0d77b6;
}

.cbp-spmenu a {
	display: block;
	color: #fff;
	font-size: 1.1em;
	font-weight: 300;
}

.cbp-spmenu a:hover {
	background: #258ecd;
}

.cbp-spmenu a:active {
	background: #afdefa;
	color: #47a3da;
}
*/

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 240px;
	height: 100%;
	top: 0;
	z-index: 1000;
}

.cbp-spmenu-vertical a {
	border-bottom: 1px solid #258ecd;
	padding: 1em;
}

.cbp-spmenu-horizontal {
	width: 100%;
	height: 350px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}
/*
.cbp-spmenu-horizontal h3 {
	height: 100%;
	width: 20%;
	float: left;
}

.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
	padding: 0.8em;
	border-left: 1px solid #258ecd;
}
*/
/* Vertical menu that slides from the left or right */
/*
.cbp-spmenu-left {
	left: -240px;
}

.cbp-spmenu-right {
	right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}
*/
/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
	top: -350px;
}

.cbp-spmenu-bottom {
	bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
	top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 240px;
}

.cbp-spmenu-push-toleft {
	left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/*
.image_class{  
height:100%;
background-position:center;
background-repeat:no-repeat;
background-size:cover;
}
.image_1{	background-image:url("../images/img_001.gif");}	
.image_2{	background-image:url("../images/img_002.gif");}	
.image_3{	background-image:url("../images/img_003.gif");}	
*/
#img_div{  
text-align:center;
}

.image_area{  
width:100%;
vertical-align:top;
}
.image_area90{  
width:90%;
vertical-align:top;
}
.image_area80{  
width:80%;
vertical-align:top;
}

/* Example media queries */
/*
@media screen and (max-width: 55.1875em){

	.cbp-spmenu-horizontal {
		font-size: 75%;
		height: 110px;
	}

	.cbp-spmenu-top {
		top: -110px;
	}

	.cbp-spmenu-bottom {
		bottom: -110px;
	}

}

@media screen and (max-height: 26.375em){

	.cbp-spmenu-vertical {
		font-size: 90%;
		width: 190px;
	}

	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left: -190px;
	}

	.cbp-spmenu-right {
		right: -190px;
	}

	.cbp-spmenu-push-toright {
		left: 190px;
	}
}
*/
.cbp-hrmenu {
	background: #ffffff;
	width: 100%;
	margin-top: 0;
	border-bottom: 4px solid #47a3da;
}

/* general ul style */
.cbp-hrmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* first level ul style */
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
	width: 90%;
	max-width: 70em;
	margin: 0 auto;
	padding: 0 1em;
}

.cbp-hrmenu > ul > li {
	display: inline-block;
	height : 100%;
}

.cbp-hrmenu > ul > li > a {
	font-weight: 700;
	padding: 0em 1em 0em 1em;
	color: #999;
	display: inline-block;
	text-align : center;
}

.cbp-hrmenu > ul > li > a:hover {
	color: #47a3da;
}
.cbp-hrmenu > ul > li.cbp-hropen,
.cbp-hrmenu > ul > li.cbp-hropen a,
.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
	color: #fff;
	background: #47a3da;
	min-height : 4em;
}


/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute;
	background: #47a3da;
	width: 100%;
	left: 0;
}

.cbp-hropen .cbp-hrsub {
	display: block;
	padding-bottom: 3em;
}

.cbp-hrmenu .cbp-hrsub-inner > div.list1 {
	width: 100%;
	float: left;
	padding: 0 1em 0;
}
.cbp-hrmenu .cbp-hrsub-inner > div.list1 > ul{
	display : flex;
	align-content:flex-start;
	flex-direction:column;
	flex-wrap:wrap;
	overflow:auto;
	height:10em;
}
.cbp-hrmenu .cbp-hrsub-inner > div.list1 > ul > li{
	margin-right:40px;
}

.cbp-hrmenu .cbp-hrsub-inner > div.list2 {
	width: 50%;
	float: left;
	padding: 0 1em 0;
}
.cbp-hrmenu .cbp-hrsub-inner > div.list2 > ul{
	display : flex;
	align-content:flex-start;
	flex-direction:column;
	flex-wrap:wrap;
	overflow:auto;
	height:10em;
}
.cbp-hrmenu .cbp-hrsub-inner > div.list2 > ul > li{
	margin-right:20px;
}


.cbp-hrmenu .cbp-hrsub-inner > div.list3 {
	width: 33%;
	float: left;
	padding: 0 1em 0;
}
.cbp-hrmenu .cbp-hrsub-inner > div.list4 {
	width: 25%;
	float: left;
	padding: 0 1em 0;
}


.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner > div a {
	line-height: 2em;
}


.cbp-hrmenu .cbp-hrsub-inner > div a:hover {
	background: #258ecd;
}

.cbp-hrmenu .cbp-hrsub-inner > div a:active {
	background: #afdefa;
	color: #47a3da;
}

.cbp-hrsub h4 {
	color: #afdefa;
	padding: 1em 0 0.6em;
	margin: 0;
	font-size: 130%;
	font-weight: 300;
}

/* Examples for media queries */

@media screen and (max-width: 52.75em) { 

	.cbp-hrmenu {
		font-size: 80%;
	}

}

@media screen and (max-width: 43em) { 

	.cbp-hrmenu {
		font-size: 120%;
		border: none;
	}

	.cbp-hrmenu > ul,
	.cbp-hrmenu .cbp-hrsub-inner {
		width: 100%;
		padding: 0;
	}

	.cbp-hrmenu .cbp-hrsub-inner {
		padding: 0 2em;
		font-size: 75%;
	}

	.cbp-hrmenu > ul > li {
		display: block;
		border-bottom: 4px solid #47a3da;
	}

	.cbp-hrmenu > ul > li > a { 
		display: block;
		padding: 1em 3em;
	}

	.cbp-hrmenu .cbp-hrsub { 
		position: relative;
	}

	.cbp-hrsub h4 {
		padding-top: 0.6em;
	}

}

@media screen and (max-width: 36em) { 
	.cbp-hrmenu .cbp-hrsub-inner > div {
		width: 100%;
		float: none;
		padding: 0 2em;
	}
}

@font-face {
	font-family: 'NanumBarunGothic';
	src:url('../fonts/NanumBarunGothicLight.woff2');
	src:url('../fonts/NanumBarunGothic.woff2'),
		url('../fonts/NanumBarunGothicBold.woff2');
	font-weight: normal;
	font-style: normal;
}

section {
    margin: 17px;
	
    font-family: "NanumBarunGothic", "나눔바른고딕", "맑은 고딕", "Malgun Gothic", Dotum, Arial, sans-serif;
    font-weight: 400;
    font-size: 100%;
	color: #4a4a4a;
}
section .main-title {
    font-size: 200%;
    margin-bottom: 0px;
    color: #016cbf;
    font-family: "NanumBarunGothic", "나눔바른고딕", "맑은 고딕", "Malgun Gothic", Dotum, Arial, sans-serif;
    font-weight: 1000;
    /* color: #4a4a4a; */
    letter-spacing: -.15px;	
	vertical-align: baseline;
}
section .main-title > small {
    color: #4a4a4a; 
    font-size: 70%;	
}


section .sub-title {
    margin-bottom: 17px;
    color: #016cbf;
    font-family: "NanumBarunGothic", "나눔바른고딕", "맑은 고딕", "Malgun Gothic", Dotum, Arial, sans-serif;
    font-weight: 1000;
    font-size: 200%;
    /* color: #4a4a4a; */
    letter-spacing: -.15px;	
	vertical-align: baseline;
}
section .sub_date {
    margin-top: 0px;
    color: #016cbf;
    font-family: "NanumBarunGothic", "나눔바른고딕", "맑은 고딕", "Malgun Gothic", Dotum, Arial, sans-serif;
    font-weight: 500;
    font-size: 100%;
    color: #4a4a4a; 
    letter-spacing: -.15px;	
	vertical-align: baseline;
}

section h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
section p {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

table {
    border-collapse: collapse;
    border: 0;
    table-layout: fixed;
	letter-spacing: -.15px;
}

.sub2-3-1 .table-style {
    width: 100%;
    border: 1px solid #c7c7c7;
    /*border-bottom: 0;*/
}
.sub2-3-1 .table-style thead tr:first-child th {
    background: #c8c8c8;
    font-weight: bold;
}
.sub2-3-1 .table-style th:first-child, .sub2-3-1 .table-style td {
    vertical-align: middle;
}
.sub2-3-1 .table-style th:first-child, .sub2-3-1 .table-style td:first-child {
    border-left: 0;
}
.sub2-3-1 .table-style thead th {
    background: #f0f0f0;
    border: 1px solid #b7b7b7;
}

.sub2-3-1 .table-style th, .sub2-3-1 .table-style td {
    padding: 5px 10px;
    border-left: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    font-weight: normal;
    color: #1d1d1d;
    text-align: center;
}
.sub2-3-1 .table-style tbody th.head {
    background: #c8c8c8;
    font-weight: bold;
}
.sub2-3-1 .table-style tbody th.tail {
    background: #c8c8c8;
    font-weight: bold;
	text-align : right;
}

.sub2-3-1 .table-style th {
    font-size: 100%;

}
.sub2-3-1 .table-style td {
    font-size: 100%;
}
.sub2-3-1 .table-style td.text {
	padding-top:1.5em;
    font-size: 150%;
    text-align: left;
    vertical-align : top;	
	line-height: 200%;
}

.mt10 { margin-top : 10px;}
.mt20 { margin-top : 20px;}
.mt30 { margin-top : 30px;}
.mt40 { margin-top : 40px;}
.mt50 { margin-top : 50px;}
.mt100 { margin-top : 100px;}
.mt150 { margin-top : 150px;}
.mt200 { margin-top : 200px;}

.tx { font-weight : light; }
.txb { font-weight : bold; }

.icon_B { height:50px; }
.icon_M { height:2.4em;}
.icon_S { height:1.5em;}