.main2,
.container_copyright > header {
	width: 90%;
	max-width: 69em;
	margin: 0 auto;
	padding: 0 1.875em 3.125em 1.875em;
}

.container_copyright > header {
	padding: 2.875em 1.875em 1.875em;
}

.container_copyright > header h1 {
	font-size: 2.125em;
	line-height: 1.3;
	margin: 0;
	float: left;
	font-weight: 400;
}

.container_copyright > header span {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0 0 0.6em 0.1em;
}

.container_copyright > header nav {
	float: right;
}

.container_copyright > header nav a {
	display: block;
	float: left;
	position: relative;
	width: 2.5em;
	height: 2.5em;
	background: #fff;
	border-radius: 50%;
	color: transparent;
	margin: 0 0.1em;
	border: 4px solid #47a3da;
	text-indent: -8000px;
}

.container_copyright > header nav a:after {
	content: attr(data-info);
	color: #47a3da;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	opacity: 0;
	pointer-events: none;
}

.container_copyright > header nav a:hover:after {
	opacity: 1;
}

.container_copyright > header nav a:hover {
		background: #47a3da;
}

.main2 > section {
	background: url(../images/bg.png);
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	border-left: 0px solid #000000;
	max-width: 159px;
	width: 90%;
	margin: 0 auto;
}

.main2 > section h2 {
	font-weight: 300;
	color: #ccc;
}

.main2 > section button {
	border: 0px solid #000;
	background: #000;
	color: #fff;
	padding: 0;
	display: block;
	width: 149px;	/*width: 100%;*/
	cursor: pointer;
	margin: 0px 0;
	font-size: 0.8em;
}

.main2 > section button:hover {
	background: #000; /*영역마우스오버상태시*/
}

.main2 > section button.active {
	background: #000; /*영역열렸을때 */
}

.main2 > section button.disabled {
	background: #aaa;
	pointer-events: none;
}

.icon-drop:before, 
.icon-arrow-left:before {
	font-family: 'fontawesome';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	text-align: center;
	color: #47a3da;
	-webkit-font-smoothing: antialiased;
	text-indent: 8000px;
	padding-left: 8px;
}

.container_copyright > header nav a:hover:before {
	color: #fff;
}

.icon-drop:before {
	content: "\e000";
}

.icon-arrow-left:before {
	content: "\f060";
}


.drawer-items {
margin: auto;
width: 1200px;
font-family:dotum;
font-size:12px;
}
.drawer-items ul {
margin: 0px;
}
.drawer-items li {
float: left;
list-style: none;
margin-top: 0px;
width: 250px;
}
.drawer-items li a {
color: #fff;
display: block;
height: 86px;
padding: 0px;
text-decoration: none;
width: 240px;
}

/*
.drawer-items li a:hover {
background: #bd4929; /* change link hover color 
}
*/

.drawer-items .title {
color: #c4c4c4;
font-size: 20px;
line-height: 1.1;
}