@charset "UTF-8";

@import "vendor/normalize.css/4.1.1/normalize.css";
@import "library.css";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+KR');

/*----------------------- support browser -------------------------
Internet Explorer 11
Firefox　Latest
Google Chrome　Latest
------------------------------------------------------------------*/
body {
	min-width: 1200px;
	background: url(../images/bg_main.png) no-repeat center top #2c2a29;
	color: #ffffff;
	font-family: "Dotum", "Gulim", "Malgun Gothic", Arial, Helvetica, sans-serif;
}

.inner {
	width: 1200px;
	margin: 0 auto;
	*zoom: 1;
}

.inner:after {
	content: " ";
	display: table;
	clear: both;
}

header {
	margin-top: 35px;
}

footer {
	margin-top: 30px;
	border-top: solid 1px #565554;
}

footer address {
	padding: 30px 0;
	font-size: 14px;
	line-height: 1;
	text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 667px) {
	body {
		min-width: inherit;
		background: url(../images/bg_main.png) no-repeat right top 30px #2c2a29;
		background-size: 110% auto;
	}

	.inner {
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}

	header {
		margin-top: 10px;
	}

	header h1 img {
		width: 30%;
	}

	footer address {
		font-size: 12px;
	}
}

@media screen and (min-width: 668px) and (max-width: 1024px) {
	header h1 {
		margin-left: 20px;
	}
}

/* common */
.btn {
	margin-top: 55px;
	font-size: 18px;
	text-align: center;
}

.btn a {
	position: relative;
	padding: 12px 50px;
	border: solid 1px #ffffff;
	box-sizing: border-box;
	text-decoration: none;
	color: #ffffff;
}

.btn a:after {
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -6px;
}

.btn a:hover {
	background-color: #ffffff;
	color: #2c2a29;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.btn a:hover:after {
	border-top: solid 1px #2c2a29;
	border-right: solid 1px #2c2a29;
}

@media screen and (min-width: 0px) and (max-width: 667px) {
	.btn a {
		display: block;
		padding: 12px 30px;
	}

}

/**/
#l-content {
	text-align: center;
}

#l-content .title {
	margin: 250px 0 160px 0;
}

#l-content .title h2 {
	font-size: 18px;
	line-height: 1;
}

#l-content .title h2 img {
	margin-top: 25px;
}

#l-content .title p {
	line-height: 1;
	margin-top: 80px;
}

#l-content .cont-txt {
	line-height: 3;
}

#l-content dl.detail {
	display: table;
	width: 100%;
	margin-top: 115px;
	text-align: left;
}

#l-content dl.detail dt {
	display: table-cell;
	width: 42.5%;
	padding-left: 20px;
	box-sizing: border-box;
}

#l-content dl.detail dd {
	display: table-cell;
	vertical-align: top;
	line-height: 3.2;
}

#l-content .lead {
	margin-top: 70px;
	font-family: 'Noto Serif KR', sans-serif;
	;
	font-weight: 200;
	font-size: 40px;
	line-height: 1.8;
}

#l-content .notes {
	margin-top: 110px;
	font-size: 14px;
}

@media screen and (min-width: 0px) and (max-width: 667px) {
	#l-content .inner img {
		width: 100%;
		height: auto;
	}

	#l-content .title {
		margin: 12.8125vw 0 25vw 0;
	}

	#l-content .title h2 img {
		width: 80%;
	}

	#l-content .title p {
		margin-top: 30px;
	}

	#l-content .title p img {
		width: 60%;
	}

	#l-content .cont-txt {
		line-height: 2;
		text-align: left;
	}

	#l-content dl.detail {
		display: block;
		margin-top: 50px;
	}

	#l-content dl.detail dt {
		display: block;
		width: 100%;
		padding-left: 0;
	}

	#l-content dl.detail dd {
		display: block;
		padding-top: 0;
		line-height: 2;
	}

	#l-content .lead {
		margin-top: 50px;
		font-size: 24px;
		line-height: 1.8;
		text-align: center;
	}

	#l-content .notes {
		margin-top: 50px;
		text-align: left;
	}
}