@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:300,400,600,700');
@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css");


body {
	font-family:'Nanum Gothic', Arial, sans-serif;
	font-size:1em;
	font-weight:300;
	line-height:1.6em;
	color:#656565;
	padding:20px;
	width:1160px;
	margin:0 auto;
}

a:active {
	outline:0;
}

.clear {
	clear:both;
}

h1,h2, h3, h4, h5, h6 {
	font-family:'Nanum Gothic', Arial, sans-serif;
	font-weight:700;
	line-height:1.1em;
	color:#333;
	margin-bottom: 20px;
}

.container {
	padding:0 0 0 20px;
	position:relative;
}

#wrapper{
	width:100%;
	margin:0;	
	padding:0;
}


.row {
	padding: 20px 0 30px 20px;
}

section.notice {
	background:#f9f9f9;
	padding:0 0 0 0;
}

#content {
	position:relative;
	background:#fff;
	padding:10px 0 40px 0;
}

/* --- box --- */

.box {
	width: 45%;
	display:inline-block;
	padding-left:15px;
}
.box-gray  {
	background: #f0f2fd;
	padding: 20px 0 10px 15px;
}

.box-bottom {
	background:#68A4C4;
	padding: 20px 0;
	color: #fff;
	text-align: center;
	text-decoration: underline;

}
.box-bottom a {
	color: #fff;
	font-weight: 700;
}
.box-bottom a:hover {
	color: #eee;
}
.tit-text h2 span {
	color: #68A4C4;
}
.box-gray p{padding-left:25px;}
p {line-height:1em;}
.mtit{font-weight:bold; }
.etc{padding-left:25px;}
.pink{color:#fa2ee4;}