.color-main {
	color: #b1885b;
}

.color-naver {
	color: #03cf5d;
}

.color-kakao {
	color: #017cff;
}

.color-point {
	color: #9ed74d;
}

.color-grey {
	color: #757575;
}

.cz-onair-list {
	overflow: hidden;
	padding: 2em 1.2em 0;
	border-top: 2px solid #222;
}
.cz-onair-list .item {
	display: block;
	overflow: hidden;
	width: calc((100% - (6em + 1px)) / 3);
	margin-left: 3em;
	float: left;
	transition: background 0.25s;
}
.cz-onair-list .item:nth-child(-n + 3) {
	margin-top: 0;
}
.cz-onair-list .item:nth-child(n + 4) {
	margin-top: 3.5em;
}
.cz-onair-list .item:nth-child(3n + 1) {
	clear: both;
	margin-left: 0;
}
.cz-onair-list .item:hover .title {
	color: #796b60;
}
.cz-onair-list .item.empty-result {
	float: none;
	width: auto;
	padding: 1.5em 0 0;
	border-left: none;
	border-right: none;
	border-radius: 0;
	text-align: center;
}
.cz-onair-list .img {
	display: block;
	width: 100%;
	border-radius: 0.8em;
}
.cz-onair-list .title {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.3;
	color: #222;
	margin-top: 0.625rem;
}

@media only screen and (max-width: 768px) {
	.cz-onair-list .item {
		width: calc((100% - (1em + 1px)) / 2);
		margin-left: 1em;
	}
	.cz-onair-list .item:nth-child(-n + 2) {
		margin-top: 0;
	}
	.cz-onair-list .item:nth-child(n + 3) {
		margin-top: 1.5em;
	}
	.cz-onair-list .item:nth-child(3n + 1) {
		clear: none;
		margin-left: 1em;
	}
	.cz-onair-list .item:nth-child(2n + 1) {
		clear: both;
		margin-left: 0;
	}
}
@media only screen and (max-width: 480px) {
	.cz-onair-list .item {
		width: calc((100% - (0px + 1px)) / 1);
		margin-left: 0px;
		padding: 0.6em 1em;
	}
	.cz-onair-list .item:nth-child(-n + 1) {
		margin-top: 0;
	}
	.cz-onair-list .item:nth-child(n + 2) {
		margin-top: 10px;
	}
	.cz-onair-list .item:nth-child(2n + 1) {
		clear: none;
		margin-left: 0px;
	}
	.cz-onair-list .item:nth-child(1n + 1) {
		clear: both;
		margin-left: 0;
	}
}

/* view */
.view_area {
	overflow: hidden;
}

.view_area .content_area {
	border-top: 2px solid #282828;
}

.view_area .content_area .tit_wrap {
	margin-bottom: 20px;
	padding: 32px 10px 28px;
	text-align: center;
	border-bottom: 1px solid #cdcdcd;
}

.view_area .content_area .tit_wrap .subject {
	margin-bottom: 12px;
	line-height: 1.4;
	font-size: 0.8em;
	font-weight: 300;
}

.view_area .content_area .tit_wrap .tit {
	line-height: 1.4;
	font-size: 1.2em;
	font-weight: 500;
	text-align: left;
}

.view_area .content_area .status_wrap {
	margin-bottom: 40px;
}

.view_area .content_area .status_wrap .wrap {
	margin: 0 -10px;
	font-size: 0;
}

.view_area .content_area .status_wrap .left {
	float: left;
}

.view_area .content_area .status_wrap .right {
	float: right;
}

.view_area .content_area .status_wrap .txt {
	position: relative;
	display: inline-block;
	padding: 0 10px;
	vertical-align: text-top;
	font-size: 0.8rem;
	font-weight: 300;
	line-height: 1.4;
}

.view_area .content_area .status_wrap .txt:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	width: 1px;
	height: 12px;
	margin-top: -6px;
	background-color: #cdcdcd;
}

.view_area .content_area .status_wrap .txt:first-child:before {
	display: none;
}

.view_area .content_area .txt_wrap {
	margin-bottom: 185px;
	font-weight: 300;
	line-height: 1.4825;
	font-size: 16px;
	padding-top: 2em;
}

.view_area .content_area .txt_wrap img {
	height: auto !important;
}

.view_area .content_area .txt_wrap .editor_img_wrap {
	text-align: center;
}

.view_area .content_area .txt_wrap .editor_img_wrap img {
	max-width: 100%;
}

.view_area .content_area .txt_wrap .editor_img_wrap + .editor_img_wrap {
	margin-top: 10px;
}

.view_area .files_area {
	position: relative;
	padding-left: 215px;
	margin-bottom: 40px;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}

.view_area .files_area .tit_wrap {
	position: absolute;
	left: 0;
	top: 50%;
	width: 215px;
	margin-top: -15px;
	text-align: center;
}

.view_area .files_area .tit_wrap .tit {
	font-weight: 500;
	line-height: 30px;
	font-size: 1rem;
}

.view_area .files_area .wrap {
	padding: 15px 0;
}

.view_area .files_area .wrap .con {
	padding: 10px 0 10px 8px;
}

.view_area .files_area .wrap .inner {
	position: relative;
	padding-right: 136px;
}

.view_area .files_area .wrap .txt_wrap .txt {
	height: 47px;
	line-height: 47px;
	overflow: hidden;
	font-size: 0.875rem;
	font-weight: 300;
}

.view_area .files_area .wrap .btn_wrap {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 0;
}

.view_area .files_area .wrap .btn_wrap .btn {
	display: inline-block;
	padding: 0 30px;
	border: 1px solid #b1885b;
	color: #b1885b;
	font-weight: 300;
	transition: 0.25s;
}

.view_area .files_area .wrap .btn_wrap .btn:hover {
	color: #fff;
	background-color: #b1885b;
}

.view_area .files_area .wrap .btn_wrap .btn .txt {
	height: 45px;
	line-height: 45px;
	padding: 0 20px 0 0;
	transition: 0.25s;
	background: url('../notice_img/download_ico.png') 100% 50% no-repeat;
	font-size: 0.875rem;
}

.view_area .files_area .wrap .btn_wrap .btn:hover .txt {
	padding: 0 10px;
	background-image: none;
}

@media screen and (max-width: 500px) {
	.view_area .content_area .txt_wrap img {
		width:100%;
	}
}

/* reply */
#bo_vc_empty {
	padding: 30px 0;
	font-size: 16px;
	font-weight: 400;
}

.reply_area .reply_list .tit_wrap {
	margin-bottom: 10px;
}

.reply_area .reply_list .tit_wrap .tit {
	font-size: 1em;
	font-weight: 500;
}

.reply_area .reply_list .wrap {
	margin-bottom: 40px;
	border-top: 1px solid #cdcdcd;
}

.reply_area .reply_list .wrap .con {
	border-bottom: 1px solid #cdcdcd;
}

.reply_area .reply_list .wrap .con.ico_ind1 {
	background-color: #f9f9f9;
	padding: 0 30px;
}

.reply_area .reply_list .wrap .con.ico_ind2,
.reply_area .reply_list .wrap .con.ico_ind3,
.reply_area .reply_list .wrap .con.ico_ind4,
.reply_area .reply_list .wrap .con.ico_ind5,
.reply_area .reply_list .wrap .con.ico_ind6,
.reply_area .reply_list .wrap .con.ico_ind7,
.reply_area .reply_list .wrap .con.ico_ind8,
.reply_area .reply_list .wrap .con.ico_ind9,
.reply_area .reply_list .wrap .con.ico_ind10 {
	background-color: #f9f9f9;
	padding: 0 30px 0 60px;
}

.reply_area .reply_list .wrap .inner {
	padding: 30px 0 20px;
}

.reply_area .reply_list .wrap .caption_wrap p {
	float: left;
	font-weight: 300;
	padding: 0 10px;
	line-height: 20px;
}

.reply_area .reply_list .wrap .caption_wrap .writer {
	font-size: 0.875rem;
	font-weight: 400;
}

.reply_area .reply_list .wrap .caption_wrap .date {
	font-size: 0.75rem;
}

.reply_area .reply_list .wrap .caption_wrap .ip {
	float: right;
	font-size: 0.875rem;
}

.reply_area .reply_list .wrap .txt_wrap {
	margin: 0 0 18px;
	line-height: 1.4285;
	font-size: 0.8rem;
	font-weight: 300;
	padding: 10px;
}

.reply_area .reply_list .wrap .btn_wrap {
	font-size: 0;
	margin: 0 -2px;
	padding: 0 10px;
}

.reply_area .reply_list .wrap .btn_wrap .btn {
	display: inline-block;
	padding: 4px 10px;
	border: 1px solid #cdcdcd;
	font-size: 0.875rem;
	font-weight: 300;
	vertical-align: text-top;
	margin: 0 2px;
	transition: 0.25s;
	background-color: #fff;
}

.reply_area .reply_list .wrap .btn_wrap .btn:hover {
	border-color: #b1885b;
	background-color: #b1885b;
	color: #fff;
}

.reply_area .reply_form {
	margin-bottom: 30px;
	margin-top: 20px;
}

.reply_area .reply_form .wrap {
	position: relative;
	padding-right: 190px;
	border-top: 0 !important;
	margin-bottom: 0 !important;
}

.reply_area .reply_form .wrap .con {
	overflow: hidden;
	background-color: #f9f9f9;
	border: 1px solid #cdcdcd;
}

.reply_area .reply_form .wrap .input_wrap.clearfix {
	margin: 0 -2px;
	padding: 20px 20px 16px;
	border-bottom: 1px solid #cdcdcd;
}

.reply_area .reply_form .wrap .input_wrap.clearfix .input_con {
	float: left;
	padding: 0 2px 4px;
}

.reply_area .reply_form .wrap .input_wrap.clearfix .input_con.w50 {
	width: 50%;
	max-width: 144px;
}

.reply_area .reply_form .wrap .input_wrap input,
.reply_area .reply_form .wrap .input_wrap select {
	width: 100%;
	height: 30px;
	line-height: 28px;
	border: 1px solid #cdcdcd;
	padding-left: 5px;
	background-color: #fff;
	font-size: 0.8rem;
}

.reply_area .reply_form .wrap .input_wrap2 textarea {
	width: 100%;
	height: 100px;
	padding: 15px 20px;
	border: 0;
	line-height: 1.4285;
	font-weight: 300;
	background-color: transparent;
}

.reply_area .reply_form .wrap .option_wrap {
	padding: 0 15px;
	margin: 0 -5px;
	border-top: 1px solid #cdcdcd;
}

.reply_area .reply_form .wrap .option_con {
	position: relative;
	font-size: 0;
}

.reply_area .reply_form .wrap .option_wrap input {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
}

.reply_area .reply_form .wrap .option_wrap label {
	display: inline-block;
	height: 37px;
	line-height: 37px;
	margin: 0 5px;
}

.reply_area .reply_form .wrap .option_wrap label.lock {
	position: relative;
	padding: 0 20px 0 0;
	font-size: 0.7rem;
}

.reply_area .reply_form .wrap .option_wrap label.lock:before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	display: block;
	width: 10px;
	height: 13px;
	margin-top: -6.5px;
	background: url('../notice_img/lock_ico.png') 0 0 no-repeat;
}

.reply_area .reply_form .wrap .option_wrap input:checked + label.lock:before {
	background-image: url('../notice_img/lock_on.png');
}

.reply_area .reply_form .wrap .btn_wrap .btn {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 170px;
	height: 100%;
	background-color: #b1885b;
	color: #fff;
	font-weight: 400;
	text-align: center;
	transition: 0.25s;
	border: 0;
}

.reply_area .reply_form .wrap .btn_wrap .btn:hover {
	background-color: #caae8f;
}

.reply_area .reply_form .wrap .btn_wrap .btn p {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	line-height: 20px;
	margin-top: -10px;
	font-size: 0.9rem;
}

.view_area .paging_wrap {
	position: relative;
	font-size: 0;
	margin: 60px -40px 70px;
}

.view_area .paging_wrap:after {
	content: '';
	display: block;
	clear: both;
}

.view_area .paging_wrap .paging {
	display: inline-block;
	width: 50%;
	vertical-align: text-top;
	padding: 0 40px;
	font-size: 0;
	box-sizing: border-box;
}

.view_area .paging_wrap .paging.prev {
	text-align: left;
}

.view_area .paging_wrap .paging.next {
	text-align: right;
}

.view_area .paging_wrap .paging a {
	position: relative;
	display: inline-block;
	z-index: 30;
}

.view_area .paging_wrap .paging.prev a {
	text-align: right;
	padding-left: 60px;
}

.view_area .paging_wrap .paging.next a {
	text-align: left;
	padding-right: 60px;
}

.view_area .paging_wrap .paging .ico {
	position: absolute;
	bottom: 2px;
}

.view_area .paging_wrap .paging.prev a .ico {
	left: 0;
}

.view_area .paging_wrap .paging.next a .ico {
	right: 0;
}

.view_area .paging_wrap .paging .txt_wrap {
	padding: 0 10px;
	min-width: 200px;
}

.view_area .paging_wrap .paging .txt_wrap .tit {
	margin-bottom: 15px;
	font-size: 0.875rem;
	font-weight: 500;
}

.view_area .paging_wrap .paging .txt_wrap .txt {
	height: 20px;
	line-height: 20px;
	font-size: 0.875rem;
	font-weight: 300;
	overflow: hidden;
}

.view_area .paging_wrap .list_btn_wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.view_area .paging_wrap .list_btn_wrap a {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 58px;
	height: 58px;
	margin: -29px 0 0 -29px;
	background-color: #b1885b;
	text-indent: -9999px;
	transition: 0.25s;
}

.view_area .paging_wrap .list_btn_wrap a:hover {
	background-color: #caae8f;
}

.view_area .paging_wrap .list_btn_wrap a span {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 22px;
	height: 2px;
	margin: -1px 0 0 -11px;
	background-color: #fff;
}

.view_area .paging_wrap .list_btn_wrap a span:before,
.view_area .paging_wrap .list_btn_wrap a span:after {
	content: '';
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.view_area .paging_wrap .list_btn_wrap a span:before {
	top: -7px;
}

.view_area .paging_wrap .list_btn_wrap a span:after {
	bottom: -7px;
}

/* write form */
.write_area .wrap .refer_wrap {
	margin-bottom: 15px;
	font-size: 0;
	text-align: right;
}

.write_area .wrap .refer_wrap .txt {
	position: relative;
	display: inline-block;
	padding-left: 12px;
	font-size: 0.8rem;
	font-weight: 300;
	line-height: 20px;
}

.write_area .wrap .refer_wrap .txt:before {
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	display: block;
	width: 6px;
	height: 6px;
	background-color: #b1885b;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
}

.write_area .wrap .tb_wrap .tb {
	padding: 30px 0 0;
	border-top: 2px solid #282828;
}

.write_area .wrap .tb_wrap .tb table {
	width: 100%;
}

.write_area .wrap .tb_wrap tbody th {
	font-size: 0;
	padding: 10px 0 10px 30px;
	vertical-align: middle;
	text-align: left;
	font-size: 15px;
}

.write_area .wrap .tb_wrap tbody th .txt {
	position: relative;
	display: inline-block;
	padding-right: 12px;
	font-weight: 400;
	line-height: 20px;
}

.write_area .wrap .tb_wrap tbody th .txt.required:before {
	content: '';
	position: absolute;
	right: 0;
	top: 7px;
	display: block;
	width: 6px;
	height: 6px;
	background-color: #b1885b;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
}

.write_area .wrap .tb_wrap tbody td {
	padding: 10px 50px 10px 0;
	vertical-align: middle;
	text-align: left;
	font-size: 14px;
}

.write_area .wrap .tb_wrap .input_wrap input,
.write_area .wrap .tb_wrap .input_wrap select {
	width: 100%;
	height: 48px;
	line-height: 46px;
	padding-left: 15px;
	border: 1px solid #cdcdcd;
	font-size: 0.8rem;
	font-weight: 300;
}

.write_area .wrap .tb_wrap .input_wrap select {
	background: #fff url('/assets/img/common/board_select_arrow.png') no-repeat;
	background-position: calc(100% - 20px) center;
}

.write_area .wrap .tb_wrap .input_wrap textarea {
	width: 100%;
	height: 240px;
	line-height: 1.5;
	padding: 15px;
	border: 1px solid #cdcdcd;
	font-weight: 300;
}

.write_area .wrap .tb_wrap .label_wrap {
	font-size: 0;
	margin-right: -20px;
}

.write_area .wrap .tb_wrap .label_wrap span {
	position: relative;
	display: inline-block;
	padding-right: 20px;
	vertical-align: middle;
	font-size: 16px;
}

.write_area .wrap .tb_wrap .label_wrap input {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
}

.write_area .wrap .tb_wrap .label_wrap label {
	position: relative;
	display: block;
	height: 20px;
	line-height: 20px;
	padding-left: 28px;
	font-weight: 300;
	letter-spacing: -0.5px;
}

.write_area .wrap .tb_wrap .label_wrap label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border: 2px solid #cecece;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	transition: 0.12s;
	-moz-transition: 0.12s;
	-webkit-transition: 0.12s;
	-o-transition: 0.12s;
}

.write_area .wrap .tb_wrap .label_wrap input:checked + label:before {
	border-color: #b1885b;
	width: 10px;
	left: 5px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	border-top-color: transparent;
	border-left-color: transparent;
}

.write_area .wrap .btn_wrap {
	text-align: center;
	font-size: 0;
	margin: 1rem -5px 0;
}

.write_area .wrap .btn_wrap .btn {
	display: inline-block;
	width: 284px;
	height: 70px;
	line-height: 70px;
	color: #fff;
	font-weight: 400;
	transition: 0.25s;
	border: 0;
	margin: 0 5px;
	vertical-align: text-top;
	font-size: 0.9rem;
}

.write_area .wrap .btn_wrap .btn.btn-positive {
	background-color: #b1885b;
}

.write_area .wrap .btn_wrap .btn.btn-positive:hover {
	background-color: #caae8f;
}

.write_area .wrap .btn_wrap .btn.btn-negative {
	background-color: #9e9e9e;
}

.write_area .wrap .btn_wrap .btn.btn-negative:hover {
	background-color: #c4c4c4;
}

.btn_cke_sc {
	display: none;
}

@media all and (max-width: 1400px) {
	.view_area .content_area .tit_wrap {
		margin-bottom: 10px;
		padding: 20px 10px;
	}

	.view_area .content_area .tit_wrap .subject {
		margin-bottom: 7px;
	}

	.view_area .content_area .status_wrap {
		margin-bottom: 20px;
	}

	.view_area .content_area .status_wrap .wrap {
		margin: 0 -5px;
	}

	.view_area .content_area .status_wrap .txt {
		padding: 0 5px;
	}

	.view_area .content_area .status_wrap .txt:before {
		height: 10px;
		margin-top: -5px;
	}

	.view_area .content_area .txt_wrap {
		margin-bottom: 100px;
	}

	.view_area .files_area {
		padding-left: 160px;
		margin-bottom: 25px;
	}

	.view_area .files_area .tit_wrap {
		width: 160px;
	}

	.reply_area .reply_list .tit_wrap {
		margin-bottom: 5px;
	}

	.reply_area .reply_list .wrap {
		margin-bottom: 20px;
	}

	.reply_area .reply_list .wrap .con.ico_ind1 {
		padding: 0 15px;
	}

	.reply_area .reply_list .wrap .con.ico_ind2 {
		padding: 0 15px 0 30px;
	}

	.reply_area .reply_list .wrap .inner {
		padding: 20px 0 10px;
	}

	.reply_area .reply_list .wrap .caption_wrap p {
		padding: 0 5px;
	}

	.reply_area .reply_list .wrap .txt_wrap {
		margin: 0 0 10px;
	}

	.reply_area .reply_form {
		margin-bottom: 20px;
	}

	.reply_area .reply_form .wrap {
		padding-right: 100px;
	}

	.reply_area .reply_form .wrap .input_wrap.clearfix {
		padding: 10px;
	}

	.reply_area .reply_form .wrap .input_wrap2 textarea {
		height: 80px;
		padding: 10px;
	}

	.reply_area .reply_form .wrap .option_wrap {
		padding: 0 10px;
		margin: 0 -3px;
	}

	.reply_area .reply_form .wrap .option_wrap label {
		height: 30px;
		line-height: 30px;
		margin: 0 3px;
	}

	.reply_area .reply_form .wrap .btn_wrap .btn {
		width: 80px;
	}

	.view_area .paging_wrap .paging .txt_wrap {
		min-width: 0;
	}

	.view_area .paging_wrap .paging .txt_wrap .tit {
		margin-bottom: 10px;
	}

	.view_area .paging_wrap .list_btn_wrap a {
		width: 40px;
		height: 40px;
		margin: -20px 0 0 -20px;
	}

	.write_area .wrap .refer_wrap {
		margin-bottom: 10px;
	}

	.write_area .wrap .tb_wrap .tb {
		padding: 15px 0 0;
	}

	.write_area .wrap .tb_wrap tbody th {
		padding: 5px 10px;
	}

	.write_area .wrap .tb_wrap tbody td {
		padding: 5px 20px;
	}

	.write_area .wrap .tb_wrap .input_wrap input,
	.write_area .wrap .tb_wrap .input_wrap select {
		height: 36px;
		line-height: 34px;
		padding-left: 10px;
	}

	.write_area .wrap .tb_wrap .input_wrap textarea {
		height: 180px;
		padding: 10px;
	}

	.write_area .wrap .tb_wrap .label_wrap {
		margin: -5px;
	}

	.write_area .wrap .tb_wrap .label_wrap .label_con {
		padding: 5px;
	}

	.write_area .wrap .btn_wrap .btn {
		width: auto;
		height: auto;
		line-height: 1;
		padding: 15px 40px;
	}
}
@media all and (max-width: 992px) {
	.view_area .content_area .tit_wrap {
		padding: 15px 10px;
	}

	.view_area .content_area .txt_wrap {
		margin-bottom: 50px;
	}

	.view_area .files_area {
		padding-left: 0;
		margin-bottom: 20px;
	}

	.view_area .files_area .tit_wrap {
		position: relative;
		top: 0;
		width: 100%;
		margin-top: 0;
		padding: 12px 10px;
		text-align: left;
		border-bottom: 1px solid #cdcdcd;
	}

	.view_area .files_area .tit_wrap .tit {
		line-height: 1;
	}

	.view_area .files_area .wrap {
		padding: 10px 10px;
	}

	.view_area .files_area .wrap .con {
		padding: 3px 0;
	}

	.view_area .files_area .wrap .inner {
		padding-right: 100px;
	}

	.view_area .files_area .wrap .txt_wrap .txt {
		height: 30px;
		line-height: 30px;
	}

	.view_area .files_area .wrap .btn_wrap .btn {
		padding: 0 15px;
	}

	.view_area .files_area .wrap .btn_wrap .btn .txt {
		height: 28px;
		line-height: 28px;
	}

	.reply_area .reply_list .wrap .con.ico_ind1 {
		padding: 0 10px;
	}

	.reply_area .reply_list .wrap .con.ico_ind2 {
		padding: 0 10px 0 15px;
	}

	.reply_area .reply_form .wrap {
		padding-right: 0;
	}

	.reply_area .reply_form .wrap .btn_wrap {
		margin-top: 5px;
	}

	.reply_area .reply_form .wrap .btn_wrap .btn {
		position: relative;
		width: 100%;
		height: auto;
		padding: 15px 10px;
	}

	.reply_area .reply_form .wrap .btn_wrap .btn p {
		position: relative;
		top: 0;
		line-height: 1;
		margin-top: 0;
	}

	.view_area .paging_wrap {
		margin: 0 -25px 20px;
	}

	.view_area .paging_wrap .paging {
		padding: 0 25px;
	}

	.view_area .paging_wrap .paging.prev a {
		padding-left: 0;
		text-align: left;
	}

	.view_area .paging_wrap .paging.next a {
		padding-right: 0;
		text-align: right;
	}

	.view_area .paging_wrap .paging .ico {
		position: relative;
		bottom: 0;
		margin-bottom: 10px;
	}

	.view_area .paging_wrap .paging .txt_wrap {
		padding: 0;
	}

	.write_area .wrap .tb_wrap table,
	.write_area .wrap .tb_wrap thead,
	.write_area .wrap .tb_wrap tbody,
	.write_area .wrap .tb_wrap tr,
	.write_area .wrap .tb_wrap th,
	.write_area .wrap .tb_wrap td {
		display: block;
		width: 100%;
	}

	.write_area .wrap .tb_wrap .tb {
		padding: 15px 0 0;
	}

	.write_area .wrap .tb_wrap tbody th {
		padding: 0 0 5px;
	}

	.write_area .wrap .tb_wrap tbody td {
		padding: 0 0 10px;
	}

	.write_area .wrap .tb_wrap .input_wrap textarea {
		height: 140px;
	}
}
.review-list {
	overflow: hidden;
}
.review-list .item {
	display: block;
	width: calc((100% - (30px + 1px)) / 3);
	margin-left: 15px;
	float: left;
	padding: 2em;
	border: 1px solid #ddd;
	border-radius: 0.8em;
	transition: background 0.25s;
}
.review-list .item:nth-child(-n + 3) {
	margin-top: 0;
}
.review-list .item:nth-child(n + 4) {
	margin-top: 15px;
}
.review-list .item:nth-child(3n + 1) {
	clear: both;
	margin-left: 0;
}
.review-list .item:hover {
	background: #f5f5f5;
}
.review-list .item.empty-result {
	float: none;
	width: auto;
	padding: 3em 0;
	border-top: 1px solid #ccc;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
	text-align: center;
}
.review-list .category {
	margin-bottom: 0.5rem;
	line-height: 1.2rem;
	font-size: 0.8em;
	font-weight: 500;
	color: #b1885b;
}
.review-list .category img {
	width: 1rem;
	margin-right: 0.2rem;
	vertical-align: middle;
}
.review-list .category .category-text {
	display: inline-block;
	vertical-align: middle;
}
.review-list .title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dashed #b2b2b2;
	font-weight: 500;
	color: #222;
}
.review-list .cont {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	line-height: 1.5em;
	max-height: 3em !important;
	min-height: 3em;
	font-size: 0.85em;
	font-weight: 400;
	word-break: break-all;
}
.review-list .review-info-area {
	overflow: hidden;
	margin-top: 0.2em;
}
.review-list .date {
	float: left;
	line-height: 2.3rem;
	font-size: 0.75em;
	color: #222;
}
.review-list .reply-count {
	float: right;
	width: 2.3rem;
	height: 2.3rem;
	line-height: 2.3rem;
	text-align: center;
	background: #e5e5e5;
	font-size: 0.8em;
	border-radius: 50%;
}

.inc-review .btn-area {
	margin-top: 2.5em;
	text-align: center;
}
.inc-review .btn-area .btn {
	display: inline-block;
	width: 12.8em;
	height: 3em;
	line-height: calc(3em - 2px);
	border: 1px solid #b1885b;
	background: #b1885b;
	font-weight: 400;
	color: #fff;
	border-radius: 1.5em;
	transition: background 0.25s, color 0.25s;
}
.inc-review .btn-area .btn:hover {
	background: #fff;
	color: #b1885b;
}

@media only screen and (max-width: 992px) {
	.review-list .item {
		padding: 1.5em 1em;
	}
}
@media only screen and (max-width: 768px) {
	.review-list .item {
		width: calc((100% - (10px + 1px)) / 2);
		margin-left: 10px;
	}
	.review-list .item:nth-child(-n + 2) {
		margin-top: 0;
	}
	.review-list .item:nth-child(n + 3) {
		margin-top: 10px;
	}
	.review-list .item:nth-child(3n + 1) {
		clear: none;
		margin-left: 10px;
	}
	.review-list .item:nth-child(2n + 1) {
		clear: both;
		margin-left: 0;
	}

	.inc-review .review-list .item:nth-child(3) {
		display: none;
	}
	.inc-review .btn-area {
		margin-top: 1.5em;
	}
}
@media only screen and (max-width: 480px) {
	.review-list .item {
		width: calc((100% - (0px + 1px)) / 1);
		margin-left: 0px;
		padding: 0.6em 1em;
	}
	.review-list .item:nth-child(-n + 1) {
		margin-top: 0;
	}
	.review-list .item:nth-child(n + 2) {
		margin-top: 10px;
	}
	.review-list .item:nth-child(2n + 1) {
		clear: none;
		margin-left: 0px;
	}
	.review-list .item:nth-child(1n + 1) {
		clear: both;
		margin-left: 0;
	}

	.inc-review .btn-area .btn {
		font-size: 0.85em;
	}
}
.icon-label {
	display: inline-block;
	font-style: normal;
	text-decoration: none;
	border-radius: 2em;
	color: #fff;
	text-align: center;
	width: 73px;
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
	font-size: 0.875em;
	margin-right: 1em;
}
.icon-label.icon-unidentified {
	background-color: #9e9e9e;
}
.icon-label.icon-complete {
	background-color: #b1885b;
	letter-spacing: -1px;
}

.online-consulting-phone {
	display: inline-block;
	background-color: #eef3f7;
	padding: 1em 2em;
	border-radius: 5px;
	font-size: 1rem;
	font-weight: 300;
}
.online-consulting-phone .numbers {
	font-weight: 500;
}

.tit.icon-complete:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
}

.online-consulting-status__select {
	padding: 0.5em 1.5em;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
}

.more_button {
	width: 18.75rem;
	height: 4.375rem;
	line-height: 4.375rem;
	background-color: #b1885b;
	text-align: center;
	color: #fff;
	display: block;
	margin: 6.25em auto 0 auto;
	border-radius: 7px;
	border: 0;
	outline: none;
	font-weight: 300;
	cursor: pointer;
}
.more_button.is-disabled {
	opacity: 0.75;
}
.more_button .fa-spin.is-hide {
	display: none;
}
.more_button .nowPage {
	font-weight: 700;
}

@media screen and (max-width: 768px) {
	.more_button {
		height: 3.125rem;
		line-height: 3.125rem;
		margin: 1.5em auto 0 auto;
	}
}
.boardTitleAr .text58 {
	font-size: 3.625rem;
	color: #b1885b;
	font-weight: 700;
	text-align: center;
}
.boardTitleAr > hr {
	width: 15rem;
	margin: 2.5rem auto;
	color: #e0e0e0;
}

@media screen and (max-width: 1025px) {
	.boardTitleAr .text58 {
		font-size: 3rem;
	}
	.boardTitleAr > hr {
		width: 12.5rem;
		margin: 1.875rem auto;
	}
}
@media screen and (max-width: 768px) {
	.boardTitleAr .text58 {
		font-size: 2rem;
	}
	.boardTitleAr > hr {
		width: 10rem;
		margin: 1.25rem auto;
	}
}
/* Search */
.board-search-wrap {
	background-color: #f5f5f5;
	overflow: hidden;
	margin-bottom: 3.75em;
	margin-top: 5em;
	padding: 2.8125em 0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
.board-search-wrap .total-count {
	float: left;
}
.board-search-wrap .total-count span {
	font-size: 1.2em;
	font-weight: 700;
	color: #b1885b;
}
.board-search-wrap .search-order {
	float: left;
}
.board-search-wrap .search-select {
	display: inline-block;
	min-width: 160px;
	height: 40px;
	line-height: 38px;
	padding: 0 35px 0 20px;
	border: 1px solid #ccc;
	background: #ffffff;
	background-position: calc(100% - 20px) center;
	font-size: 14px;
	border-radius: 20px;
}
.board-search-wrap .search-select + .search-input {
	margin-left: 10px;
}
.board-search-wrap .search-word {
	display: flex;
	align-items: center;
}
.board-search-wrap .search-input {
	width: 540px;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	display: flex;
	position: relative;
}
.board-search-wrap .search-input:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 50px;
}
.board-search-wrap .search-input input {
	width: calc(100% - 60px);
	height: 50px;
	line-height: 39px;
	padding: 0 35px 0 10px;
	border: 0;
	font-size: 1rem;
	background-color: transparent;
	outline: none;
}
.board-search-wrap .input-submit {
	width: 120px;
	height: 50px;
	background-color: #b1885b;
	display: block;
	margin-left: 0.625em;
	text-align: center;
	font-size: 1rem;
	color: #fff;
}

@media screen and (max-width: 768px) {
	/* Search */
	.board-search-wrap {
		padding: 1em 0;
		width: 100%;
		margin: 1em 0;
		display: block;
		box-sizing: border-box;
	}
	.board-search-wrap .search-word {
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	.board-search-wrap .search-select {
		width: 100%;
		height: 34px;
		line-height: 32px;
		padding: 0 25px 0 15px;
		background-position: calc(100% - 10px) center;
		margin-bottom: 10px;
	}
	.board-search-wrap .search-select + .search-input {
		margin: 0;
	}
	.board-search-wrap .search-input {
		width: 100%;
	}
	.board-search-wrap .search-input input {
		font-size: 13px;
	}
	.board-search-wrap .search-input .input-submit {
		right: 0;
	}
	.board-search-wrap .input-submit {
		margin: 0;
		width: 30%;
	}
}
/* Input */
.radio-chk {
	display: inline-block;
	position: relative;
	margin-right: 1.3rem;
	font-size: 0;
}
.radio-chk input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	visibility: hidden;
}
.radio-chk input:checked + label .box {
	border-color: #b1885b;
}
.radio-chk input:checked + label .fill {
	display: block;
}
.radio-chk label {
	display: inline-block;
	position: relative;
	padding-left: 25px;
}
.radio-chk .box {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: #fff;
	margin-right: 5px;
	border: 1px solid #d0d0d0;
	vertical-align: middle;
	font-size: 1rem;
	border-radius: 50%;
}
.radio-chk .fill {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	margin-left: -4px;
	background: #b1885b;
	border-radius: 50%;
}
.radio-chk .text {
	display: inline-block;
	line-height: 20px;
	vertical-align: middle;
	font-size: 16px;
	font-weight: 300;
	color: #282828;
}

/* Article */
.board-article {
	padding: 0 10px 10em;
}

.board-article-inner {
	max-width: 1400px;
	margin: 0 auto;
}

/* Button */
.board-btn-area {
	margin: 1.5em 0;
	text-align: right;
}
.board-btn-area .btn {
	display: inline-block;
	padding: 0.75em 1.75em;
	border: 1px solid #b1885b;
	background: #b1885b;
	vertical-align: top;
	font-size: 1rem;
	color: #fff;
	transition: background 0.25s, color 0.25s;
	margin-bottom: 0.5em;
}
.board-btn-area .btn:hover {
	background: #fff;
	color: #b1885b;
}
.board-btn-area .btn.btn-negative {
	border: none;
	background: #212121;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.board-btn-area .btn {
		font-size: 0.875rem;
		padding: 0.5em 1.25em;
	}
}
/* Pagenation */
.board-pagenation {
	margin-top: 3em;
}
.board-pagenation .pg {
	display: block;
	text-align: center;
	font-size: 0;
}
.board-pagenation .pg_page,
.board-pagenation .pg_current {
	display: inline-block;
	width: 1.8rem;
	height: 1.8rem;
	line-height: calc(1.8rem - 2px);
	margin: 0 4px;
	vertical-align: text-top;
	font-size: 0.8rem;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	transition: 0.25s;
}
.board-pagenation .pg_page:hover {
	background-color: #b1885b;
	border-color: #b1885b;
	color: #fff;
}
.board-pagenation .pg_current {
	background-color: #b1885b;
	color: #fff !important;
}
.board-pagenation .fa {
	font-size: 1.1em;
}

/* Tab */
.board-tab-area1 {
	overflow: hidden;
	max-width: 800px;
	margin: 0 auto 2.5em;
	text-align: center;
}
.board-tab-area1 .tab {
	margin: 0 -0.5rem;
	font-size: 0;
}
.board-tab-area1 li {
	display: inline-block;
	width: calc(25% - 1em);
	max-width: 170px;
	margin: 0 0.5em 1.1em;
	font-size: 1rem;
}
.board-tab-area1 li.active a,
.board-tab-area1 li.active button {
	border-color: #b1885b;
	background: #b1885b;
	font-weight: 500;
	color: #fff;
}
.board-tab-area1 li.active a:hover,
.board-tab-area1 li.active button:hover {
	color: #fff;
}
.board-tab-area1 a,
.board-tab-area1 button {
	display: block;
	width: 100%;
	border: 1px solid #ccc;
	padding: 0.8rem 0.2rem;
	text-align: center;
	font-size: 0.8em;
	font-weight: 300;
	border-radius: 30px;
}
.board-tab-area1 a:hover,
.board-tab-area1 button:hover {
	border-color: #b1885b;
	color: #b1885b;
}
.board-tab-area1 a#bo_cate_on,
.board-tab-area1 button#bo_cate_on {
	border-color: #b1885b;
	background: #b1885b;
	font-weight: 500;
	color: #fff;
}
.board-tab-area1 a#bo_cate_on:hover,
.board-tab-area1 button#bo_cate_on:hover {
	color: #fff;
}

/* List */
.cz-ivy-list .item {
	border-bottom: 1px solid #ccc;
}
.cz-ivy-list .item:first-child {
	border-top: 2px solid #121212;
}
.cz-ivy-list .item.empty-result {
	padding: 3em 0;
	border-top: 1px solid #ccc;
	line-height: 1.5;
	text-align: center;
}
.cz-ivy-list .item a {
	display: block;
	overflow: hidden;
	padding: 2.2em 2em;
	transition: background 0.25s;
}
.cz-ivy-list .item a:hover {
	background: #f5f5f5;
}
.cz-ivy-list .thumb {
	float: left;
	width: 12.2em;
	margin-right: 1.5em;
}
.cz-ivy-list .thumb + .text-area {
	float: left;
	width: calc(100% - 13.7em);
}
.cz-ivy-list .item-top {
	margin-bottom: 0.8em;
}
.cz-ivy-list .item-top .num {
	display: inline-block;
	position: relative;
	margin-right: 1rem;
	padding-right: 1rem;
	vertical-align: middle;
	font-size: 0.9em;
	font-weight: 500;
	color: #b1885b;
}
.cz-ivy-list .item-top .num:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 0.7em;
	margin-top: -0.35em;
	background: #121212;
	font-size: 1rem;
}
.cz-ivy-list .item-top .name {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.9em;
	color: #222;
}
.cz-ivy-list .title {
	line-height: 1.3;
	font-size: 1.1em;
	font-weight: 700;
	color: #222;
}
.cz-ivy-list .cont {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	line-height: 1.5em;
	max-height: 4.5em !important;
	margin-top: 1em;
	line-height: 1.5;
	font-size: 0.85em;
	color: #666;
}
.cz-ivy-list .date {
	margin-top: 1.2rem;
	font-size: 0.9em;
	color: #666;
}

.board-table1 {
	font-size: 1rem;
	border-top: 2px solid #b1885b;
}
.board-table1.reserve-table1 tbody td {
	padding: 1rem;
}
.board-table1 table {
	width: 100%;
}
.board-table1 thead th {
	padding: 21px 5px;
	vertical-align: middle;
	text-align: center;
}
.board-table1 thead .txt {
	font-weight: 500;
	color: #121212;
}
.board-table1 tbody td {
	padding: 1.5em;
	text-align: center;
	vertical-align: middle;
}
.board-table1 tbody .txt {
	line-height: 1.4;
	font-weight: 300;
}
.board-table1 tr {
	border-bottom: 1px solid #ddd;
}
.board-table1 tr.bo_notice {
	background: #f0f7f9;
}
.board-table1 .lead-date .day {
	font-size: 2.4rem;
	font-weight: 700;
	color: #121212;
}
.board-table1 .subject_wrap {
	text-align: left;
}
.board-table1 .subject_wrap .tit_wrap {
	font-size: 0;
}
.board-table1 .subject_wrap .tit_wrap:after {
	content: '';
	display: block;
	clear: both;
}
.board-table1 .subject_wrap .tit_wrap .ico_wrap {
	float: left;
	font-size: 0;
}
.board-table1 .subject_wrap .tit_wrap .ico {
	display: inline-block;
	line-height: 20px;
	padding-right: 10px;
}
.board-table1 .subject_wrap .tit_wrap .ico img {
	vertical-align: middle;
}
.board-table1 .subject_wrap .tit_wrap .subject {
	display: block;
	line-height: 1.4;
	font-size: 1rem;
	font-weight: 300;
}
.board-table1 .subject_wrap .tit_wrap .txt {
	min-height: 3em;
	margin-top: 0.5rem;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	max-height: 3em;
}
.board-table1 .subject_wrap .tit_wrap .txt-mb {
	display: none;
}
.board-table1 .subject_wrap .txt_wrap {
	display: none;
	font-size: 0;
	margin: 5px -5px -10px;
}
.board-table1 .subject_wrap .txt_wrap .txt {
	display: inline-block;
	padding: 0 5px 10px;
	font-size: 0.8rem;
	font-weight: 300;
	vertical-align: text-top;
}
.board-table1 .subject_wrap .txt_wrap .ban {
	display: inline-block;
	margin: 0 5px 10px;
	padding: 3px 8px;
	border: 1px solid #666;
	color: #666;
	font-size: 14px;
	font-weight: 300;
	vertical-align: text-top;
}
.board-table1 .subject_wrap .txt_wrap.result {
	background-color: #b1885b;
	border-color: #b1885b;
	color: #fff;
}
.board-table1 .file_ico {
	display: inline-block;
	width: 1.4rem;
	height: 1.4rem;
	line-height: 1.4em;
	padding: 0 0.3em;
	text-align: center;
	background: #b1885b;
	border-radius: 50%;
}
.board-table1 .file_ico img {
	vertical-align: middle;
}
.board-table1 .ban_wrap {
	font-size: 0;
	text-align: center;
}
.board-table1 .ban_wrap .ban {
	display: inline-block;
	padding: 8px 20px;
	border: 1px solid #666;
	color: #666;
	font-size: 14px;
	font-weight: 300;
	vertical-align: text-top;
	border-radius: 20px;
}
.board-table1 .ban_wrap .ban.result {
	background-color: #b1885b;
	border-color: #b1885b;
	color: #fff;
}
.board-table1 .btn-more-view {
	display: inline-block;
	padding: 0.5rem 1rem;
	border: 1px solid #b1885b;
	font-size: 0.7rem;
	color: #b1885b;
	border-radius: 20px;
	transition: all 0.5s;
}
.board-table1 .btn-more-view:hover {
	background: #b1885b;
	color: #fff;
}
.board-table1 .btn-state {
	display: inline-block;
	padding: 0.4em 0.8em;
	font-size: 0.7em;
	background: #e1e1e1;
}
.board-table1 .btn-state.cancel {
	background: #ff5722;
	color: #fff;
}
.board-table1 .empty {
	padding: 50px 0;
	font-weight: 200;
}

.event-board-list {
	overflow: hidden;
	max-width: 1298px;
	margin: 0 auto;
}
.event-board-list .nodata {
	padding: 4em 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	color: #222;
}
.event-board-list .item {
	width: calc((100% - (4em + 1px)) / 3);
	margin-left: 2em;
	float: left;
}
.event-board-list .item:nth-child(-n + 3) {
	margin-top: 0;
}
.event-board-list .item:nth-child(n + 4) {
	margin-top: 1.5em;
}
.event-board-list .item:nth-child(3n + 1) {
	clear: both;
	margin-left: 0;
}
.event-board-list .item:hover .text-area {
	display: block;
}
.event-board-list .item .item-inner {
	position: relative;
	height: 0;
	padding-bottom: 100%;
}
.event-board-list .item .img-area {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
}
.event-board-list .item .img-area img {
	width: 100%;
	margin: 0 auto;
}
.event-board-list .item .img-area .layer-end {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}
.event-board-list .item .img-area .layer-end .text {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	padding: 0.5em;
	line-height: 1.5;
	text-align: center;
	font-size: 1.1em;
	color: #fff;
}
.event-board-list .item .text-area {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
	background: #fff;
}
.event-board-list .item .text-area .text-inner {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	padding: 0.5em;
	text-align: center;
}
.event-board-list .item .text-area .title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	line-height: 1.3em;
	max-height: 3.9em !important;
	font-size: 1.1em;
	font-weight: 700;
	color: #121212;
}
.event-board-list .item .text-area .term {
	margin-top: 1rem;
	font-size: 0.8em;
	font-weight: 300;
}

.board-video-view {
	overflow: hidden;
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}
.board-video-view .inner {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.board-video-view iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* badge, label */
.board-badge {
	display: inline-block;
	padding: 0.3rem 0.5rem;
	line-height: 1;
	vertical-align: middle;
	font-size: 0.7em;
	color: #fff;
	border-radius: 20px;
}
.board-badge.board-badge-new {
	background: #b1885b;
}

.board-label {
	display: inline-block;
	min-width: 4.2rem;
	padding: 0.4rem 0.2rem;
	text-align: center;
	vertical-align: middle;
	font-size: 0.85em;
}
.board-label.board-label-ready {
	background: #e0e0e0;
	color: #666;
}
.board-label.board-label-complete {
	background: #b1885b;
	color: #fff;
}

@media only screen and (max-width: 1400px) {
	.board-table1 thead th {
		padding: 15px 5px;
	}
	.board-table1 tbody td {
		padding: 1.5rem 1rem;
	}
	.board-table1 .subject_wrap .tit_wrap .ico_wrap .ico {
		padding-right: 5px;
	}
	.board-table1 .ban_wrap .ban {
		padding: 6px 10px;
	}
}
@media only screen and (max-width: 1200px) {
	/* Article */
	.board-article {
		padding: 0 10px 6.5em;
	}

	/* List */
	.cz-ivy-list .item a {
		padding: 1.5em 1.2em;
	}
	.cz-ivy-list .thumb {
		width: 9em;
		margin-right: 1em;
	}
	.cz-ivy-list .thumb + .text-area {
		width: calc(100% - 10em);
	}
	.cz-ivy-list .item-top {
		margin-bottom: 0.6em;
	}
	.cz-ivy-list .cont {
		margin-top: 0.6em;
	}
	.cz-ivy-list .date {
		margin-top: 0.8rem;
	}
}
@media only screen and (max-width: 992px) {
	/* List */
	.board-table1 table {
		display: block;
	}
	.board-table1 colgroup {
		display: none;
	}
	.board-table1 thead {
		display: none;
	}
	.board-table1 tbody {
		display: block;
	}
	.board-table1 tr {
		display: block;
	}
	.board-table1.reserve-table1 thead {
		display: table-header-group;
	}
	.board-table1.reserve-table1 th {
		display: none;
	}
	.board-table1 tbody tr td {
		display: none;
	}
	.board-table1 .subject_wrap,
	.board-table1 .subject_wrap .txt_wrap {
		display: block;
	}
	.board-table1 .subject_wrap .tit_wrap .subject {
		font-weight: 500;
	}
	.board-table1 .subject_wrap .tit_wrap .txt-mb {
		display: inline;
	}
	.board-table1 .show-always {
		display: table-cell !important;
	}

	.event-board-list .item {
		width: calc((100% - (2.4em + 1px)) / 3);
		margin-left: 1.2em;
		float: left;
	}
	.event-board-list .item:nth-child(-n + 3) {
		margin-top: 0;
	}
	.event-board-list .item:nth-child(n + 4) {
		margin-top: 1em;
	}
	.event-board-list .item:nth-child(3n + 1) {
		clear: both;
		margin-left: 0;
	}
}
@media only screen and (max-width: 768px) {
	/* Article */
	.board-article {
		padding: 0 10px 3.5em;
	}

	/* Tab */
	.board-tab-area1 {
		max-width: 560px;
		margin: 0 auto 1.5em;
	}
	.board-tab-area1 .tab {
		margin: 0 -0.3rem;
	}
	.board-tab-area1 li {
		width: calc(33.3% - 0.6em);
		margin: 0 0.3em 0.5em;
	}
	.board-tab-area1 a,
	.board-tab-area1 button {
		padding: 0.6rem 0.2rem;
	}

	/* List */
	.cz-ivy-list .item a {
		padding: 1em 10px;
	}
	.cz-ivy-list .thumb {
		width: 6em;
		margin-right: 1em;
	}
	.cz-ivy-list .thumb + .text-area {
		width: calc(100% - 7em);
	}
	.cz-ivy-list .title {
		font-size: 0.95em;
	}
	.cz-ivy-list .cont {
		margin-top: 0.4em;
		font-size: 0.8em;
	}

	.board-table1 tbody td {
		padding: 1.2rem 1rem;
	}
	.board-table1 .subject_wrap .tit_wrap .subject {
		font-size: 0.9rem;
	}

	.event-board-list .item {
		width: calc((100% - (1.2em + 1px)) / 2);
		margin-left: 1.2em;
	}
	.event-board-list .item:nth-child(-n + 2) {
		margin-top: 0;
	}
	.event-board-list .item:nth-child(n + 3) {
		margin-top: 1em;
	}
	.event-board-list .item:nth-child(3n + 1) {
		clear: none;
		margin-left: 1.2em;
	}
	.event-board-list .item:nth-child(2n + 1) {
		clear: both;
		margin-left: 0;
	}
}
@media only screen and (max-width: 430px) {
	.event-board-list .item {
		width: calc((100% - (0em + 1px)) / 1);
		margin-left: 0em;
	}
	.event-board-list .item:nth-child(-n + 1) {
		margin-top: 0;
	}
	.event-board-list .item:nth-child(n + 2) {
		margin-top: 1em;
	}
	.event-board-list .item:nth-child(2n + 1) {
		clear: none;
		margin-left: 0em;
	}
	.event-board-list .item:nth-child(1n + 1) {
		clear: both;
		margin-left: 0;
	}
}

/*# sourceMappingURL=board.css.map */
