@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(font/nanumbarungothic.css);
* {box-sizing: border-box;}
html,body{width:100%}
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{margin:0;padding:0}
body,input,textarea,select,button,table{font-size:14px;font-family: HelveticaNeue,AppleSDGothicNeo-Regular,nanumgothic,sans-serif;line-height:1.5em}
body{position:relative;color:#000;-webkit-text-size-adjust:none;background-color:#fff;}
img,fieldset{border:0} img {display: block;}
input:focus {outline:none;}
ul,ol,li {list-style:none}
h1,h2,h3 {font-family: AppleSDGothicNeo-Bold,NanumBarunGothicBold;font-weight:normal;}
a {text-decoration: none; color: #326891;}
.footer {
	text-align: center;
	border-top: 1px solid #999;
	color: #999;
	padding: 10px 0 30px;
	margin-top: 50px;
}
.head {
	width: 820px;
	margin: 0 auto;
	padding: 40px 0 0;
	height: 200px;
	z-index: 100;
}
.header-in {
	padding: 10px;
}
.logo img {
	height: 26px;
}
.head h2 {
	font-size: 32px;
	margin: 15px 0 0;
}
.head-menu {
	width: 100%;
	height: 42px;
	background-color: rgba(255,255,255,1);
}
.head-menu.fixed {
	position: fixed;
	top: 0;
	left: 0;
}
.menu {
	width: 820px;
	margin: 0 auto;
	padding: 10px;
	background-color: #fff;
	position: relative;
}
.fixed .menu {
	z-index: 100;
	border-bottom: 1px solid #CCC;
	box-shadow: 0 10px 14px -10px rgba(0, 0, 0, 0.3);
}
.menu span,
.menu p {
	margin-right: 15px;
	padding-right: 15px;
	color: #888;
	font-size: 13px;
	cursor: pointer;
}
.menu span {
	border-right: 1px solid #ccc;
}
.menu span:nth-child(5) {
	border-right: 0;
}
.menu span.selected {
	font-weight: 500;
	color: #000;
}
.go-top {
	position: absolute;
	top: 10px;
	right: 0;
	display: none;
}
.fixed .go-top {
	display: block;
}
.narrative {
	width: 800px;
	margin: 0 auto 30px;
}
.narrative span,
.letter-title {
	font-family: AppleSDGothicNeo-Bold,NanumBarunGothicBold;
	font-weight:normal;
	font-size: 19px;
	line-height: 1.4em;
	margin: 0 0 15px;
	padding-bottom: 10px;
	border-bottom: 4px solid #111;
	display: block;
	float: left;
}
.narrative p,
.letter-summary {
	clear: left;
}
.section {
	font-size: 16px;
	line-height: 1.5em;
}
.section-title {
	width: 100%;
	height: 600px;
	position: relative;
	background-size: cover;
	background-attachment: fixed;
	background-position: 0px 0px;
	z-index: -1;
	margin-bottom: 30px;
}
.section-title h4 {
	position: absolute;
	top: 300px;
	left: 50%;
	width: 800px;
	height: 200px;
	margin: 0 0 0 -400px;
	text-align: center;
	color: #fff;
	font-family: HelveticaNeue,AppleSDGothicNeo-Bold,NanumBarunGothicBold,sans-serif;
	line-height: 1.2em;
	font-weight: normal;
	font-size: 48px;
	text-shadow: 0 0 6px rgba(0,0,0,0.6);
}
.section-container {
	width: 800px;
	margin: 0 auto;
	padding: 30px 0;
	min-height: 600px;
}
.history-year {
	display: block;
	background: #6d98a8;
	width: 70px;
	height: 70px;
	border-radius: 35px;
	line-height: 70px;
	text-align: center;
	color: #fff;
	float: left;
	margin-left: 50px;
}
.history-box {
	width: 600px;
	margin: 0px 0 0 30px;
	float: left;
}
.history-box span {
	padding: 0 3px;
	border-bottom: 2px solid #e1e1e1;
	height: 50px;
	line-height: 50px;
	display: block;
	z-index: 1;
}
.history-box span.have-detail {
	background: url(images/bul-arrow.gif) top right no-repeat;
	cursor: pointer;
}
.history-box span.have-detail.open {
	background-position: bottom right;
}
.history-detail {
	padding: 15px 20px 30px;
	font-size: 14px;
	background-color: #f0f0f0;
	display: none;
}
.history-detail.open {
	display: block;
}
.history li {
	margin-bottom: 50px;
}
.history li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.faq {
	padding: 30px 50px;
}
.faq dt {
	padding: 0 3px;
	border-bottom: 2px solid #f0f0f0;
	background: url(images/bul-arrow.gif) top right no-repeat;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	z-index: 1;
}
.faq dt.open {
	border-color: #ccc;
	background-position: bottom right;
}
.faq dd {
	display: none;
	padding: 15px 20px 30px;
}
.faq dd.open,
.letter-body.open {
	display: block;
}
.letter-title {
	margin-top: 30px; 
}
.letter-summary span {
	color: #6d98a8;
	font-weight: 500;
	margin-left: 5px;
	cursor: pointer;
}
.letter-summary span.close {
	display: none;
}
.letter-summary span.close.open {
	display: inline-block;
}
.letter-summary span.more.open {
	display: none;
}
.letter-body {
	padding: 25px 25px;
	margin: 30px 40px;
	background: #f1f3f2;
	border-top: #e0dedf solid 2px;
	border-bottom: #e0dedf solid 2px;
	display: none;
}
.letter-body.open {
	display: block;
}
.letter-body p,
.org-text p {
	margin-bottom: 1em;
}
.org-title {
	font-family: AppleSDGothicNeo-Bold,NanumBarunGothicBold;
	font-weight:normal;
	font-size: 19px;
	line-height: 1.4em;
	margin: 5px 0 15px;
	padding-top: 10px;
	border-top: 4px solid #111;
	display: block;
	float: left;
}
.org-text {
	padding-bottom: 60px;
	width: 620px;
	margin-left: 110px;
}
.picture {
	min-width: 150px;
	min-height: 180px;
	float: right;
	margin: 5px 0 20px 20px;
}
.picture span {
	display: block;
	padding: 5px 0 0px 3px;
	text-align: right;
	font-size: 14px;
}
.recruit-text {
	padding: 0 50px;
}
.recruit-text dt {
	clear: left;
	float: left;
	width: 100px;
}
.recruit-text dd {
	float: left;
	width: 550px;
}
.recruit-text2 {
	clear: left;
	padding: 10px 50px;
}
.recruit-table {
	margin: 10px 30px;
	width: 600px;
}
.recruit-table td {
	padding: 5px 10px;
}
.recruit-table .depth-0 {
	width: 80px;
	background-color: #b1c671;
}
.recruit-table .depth-1 {
	width: 130px;
	background-color: #b1c671;
}
.recruit-table .depth-2 {
	background-color: #e1eac7;
}
.download {
	padding: 15px 10px;
	background: #6d98a8;
	border-radius: 5px;
	margin: 5px 0 20px 100px;
	color: #fff;
	display: inline-block;
}
.download2 {
	padding: 15px 10px;
	background: #6d98a8;
	border-radius: 5px;
	margin: 5px 0 20px 10px;
	color: #fff;
	display: inline-block;
}
.download:hover {
	color: #badbe7;
}
.main-video {
	width: 800px;
	height: 550px;
	margin: 0px auto;
	display: block;
}