@font-face {
	font-family: NanumBarun;
	src: url(../font/NanumBarunGothic.eot); /*IE9 호환성 보기*/
	src: local("@"),
		url(../font/NanumBarunGothic.eot?#iefix) format('embedded-opentype'), /*IE 6-8*/
		url(../font/NanumBarunGothic.woff) format('woff'); /*표준 브라우저*/
	font-weight: 400;
}
@font-face {
	font-family: NanumBarun;
	src:url(../font/NanumBarunGothicBold.eot); /*IE9 호환성 보기*/
	src:local("@"),
		url(../font/NanumBarunGothicBold.eot?#iefix) format('embedded-opentype'), /*IE 6-8*/
		url(../font/NanumBarunGothicBold.woff) format('woff'); /*표준 브라우저*/
	font-weight: 700;
}
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, strong,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details,
figure, figcaption, footer, header, hgroup, 
menu, nav, section, summary, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	color: #000;
}
html,body {
	min-width: 960px;
	height: 100%;
	line-height: 1.2;
	font-family: NanumBarun, sans-serif;
}
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
#wrap {
	min-height: 100%;
}

/* header */
#header {
	width: 100%;
}
.intro_header {
	height: 638px;
	background: url('../images/main_bg.png') no-repeat 0 0;
	background-size: 100% 100%;
}
.sub_header {
	height: 411px;
	background: url('../images/sub_bg.jpg') no-repeat 0 0;
	background-size: 100% 100%;
}
#gnb {
	margin: 0 auto;
	padding: 30px 0 95px 0;
	width: 950px;
	height: 48px;
}
.logo {
	float: left;
	height: 48px;
	line-height: 48px;
}
.logo img {
	vertical-align: middle;
}
.gnb_wrap {
	float: right;
	height: 48px;
}
.gnb_wrap li {
	float: left;
	margin-left: 38px;
	line-height: 48px
}
.gnb_wrap li:first-child {
	margin-left: 0px;
}
.gnb_wrap li a {
	color: #fff;
}
.gnb_wrap li a:hover {
	/* 색변경 */
	color: #9C7A59;
}
.gnb_wrap .last_menu {
	display: block;
	margin-top: 4px;
	width: 104px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	border: 2px solid #fff;
}
.intro {
	margin: 0 auto;
	width: 950px;
	font-family: NanumBarun;
	font-weight: 400;
}
.intro_intro_main {
	font-size: 44px;
	color: #fff;
	text-align: center;
}
.intro_intro_main span {
	font-size: 56px;
}
.intro_intro_sub {
	margin: 30px 0 70px;
	line-height: 1.5;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.intro_btn_apply {
	color: #fff;
	text-align: center;
}
.intro_btn_apply a {
	display: block;
	margin: 0 auto;
	width: 382px;
	height: 62px;
	line-height: 62px;
	font-size: 22px;
	border: 2px solid #fff;
	color: #fff;
}

.intro_title {
	padding-top: 20px;
	font-size: 54px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
.intro_promise {
	line-height: 1.5;
	font-size: 16px;
	color: #59493f;
	text-align: center;
}
.intro_promise span {
	font-weight: 700;
}
.intro_history {
	margin: 80px 0 156px;
	border-top: 2px solid #dcdcdc;
}

/* content Common*/

#content_wrap {
	margin: 0 auto;
	width: 950px;
}
.section_title {
	padding: 70px 0 35px 0;
	margin: 0 auto;
	width: 760px;
	text-align: center;
	font-size: 37px;
	font-weight: 700;
	color: #59493f;
}

/* board */

.board {
	width: 100%;
	font-size: 14px;
	text-align: center;
	border-collapse:collapse;
}
.board th {
	border-top: 1px solid #3a322f;
	border-bottom: 1px solid #3a322f;
	height: 31px;
	line-height: 31px;
}
.board tr {
	border-bottom: 1px solid #a2a2a2;
	color: #362e2b;
}
.board td {
	border-bottom: 1px solid #a2a2a2;
	height: 31px;
	line-height: 31px;
}
.board_link {
	padding-left: 70px;
	text-align: left;
	color: #000;
}
.board_link > a {
	display: block;
	width: 400px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}
.paging_nav {
	margin-top: 48px;
	margin-bottom: 156px;
	font-size: 14px;
	text-align: center;
}
.pagination {
	height: 26px;
}
.pagination > span {
	vertical-align: middle;
	padding: 5px;
}
.pagination > a {
	display: inline-block;
	zoom:1;
	*display:inline;
	color: #898989;
	padding: 5px;
	vertical-align: middle;
}
.paging_nav a:hover {
	color: #000;
}
.paging_nav .prev,.next {
	color: #898989;
}
/* board_view */
#board_view {
	margin: 60px 0 156px;
}
#board_view img {
	width: 100%;
}
.view_title {
	padding: 0 28px;
	height: 40px;
	line-height: 40px;
	border-top: 1px solid #3a322f;
	border-bottom: 1px solid #3a322f;
}
.view_title h1 {
	float: left;
	width: 70%;
	font-size: 16px;
	font-weight: 400;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}
.view_title span {
	float: right;
	font-size: 14px;
	color: #707070;
}
.view_file {
	padding-left: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	border-bottom: 1px solid #979797;
}
.view_file > span {
	font-size: 14px;
}
.view_content {
	padding: 28px;
	border-bottom: 1px solid #979797;
}
.back_board {
	margin-top: 30px;
}
.back_board > a {
	display: block;
	margin: 0 auto;
	width: 150px;
	height: 42px;
	line-height: 42px;
	background-color: #59493f;
	color: #fff;
	text-align: center;
}
/* regular_member */

.table_intro_member {
	margin-bottom: 156px;
	width: 100%;
	text-align: center;
}
.table_intro_member tr {
	height: 27px;
	line-height: 27px;
}
.table_intro_member th {
	background-color: #362e2b;
	font-weight: 700;
	color: #fff;
}
.table_intro_member td {
	background-color: #d5d1cc;
	color: #000;
}
.table_intro_member td {
	border-bottom: 1px solid #fff;
}
.table_intro_member .web_address_data {
	padding-left: 30px;
	text-align: left;
}
.table_intro_member .hall_name {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.table_intro_member .blank_data {
	background-color: #fff;
}
.table_intro_member a:hover {
	text-decoration: underline;
}

/* wedding_ins */
.info_ins {
	margin-bottom: 65px;
	line-height: 1.5;
	font-size: 24px;
	color: #9e9692;
	text-align: center;
}
.info_ins span {
	font-weight: 700;
	color: #59493f;
}
.btn_ins_service {
	margin: 65px 0 156px;
}
.btn_ins_service > a {
	display: block;
	margin: 0 auto;
	width: 614px;
	height: 65px;
	line-height: 65px;
	font-size: 26px;
	color: #fff;
	background-color: #7e6b5a;
	text-align: center;

}

/* apply */
.info_join {
	font-size: 32px;
	font-weight: 700;
	color: #59493f;
	text-align: center;
}
.info_join_address {
	margin: 20px 0 156px;
	font-size: 24px;
	color: #66574e;
	text-align: center;
}

/* footer */
#footer {
	margin-top: -86px;
	width: 100%;
	height: 86px;
	background-color: #eee;
}
.info_company {
	padding-top: 30px;
	margin: 0 auto;
	width: 950px;
	font-size: 12px;
	text-align: center;
	color: #848484;
}