@charset "utf-8";
/* bh (9haging@gmail.com) */
.bh.board {
	color: #515151;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	font-family: inherit;
}
	
/* list-header */
.list_header .category {
	text-align: center;
	margin-bottom: 15px;
}
.bh_board_tab {
	margin-bottom: 30px;
}
.bh_board_tab li {
	display: inline-block;
	width: 170px;
	width: auto;
	min-width: 120px;
	font-size: 16px;
	border: 1px solid #ddd;
	border-radius: 20px;
	padding: 10px 8px;
	margin: 10px 6px 0 6px;
	transition: all 0.2s;
}
.bh_board_tab a:hover {
	color: #f63440;
}
.bh_board_tab a:hover li {
	color: #f63440;
	border-color: #f63440;
}
.bh_board_tab a.on {
	color: #f63440;
}
.bh_board_tab a.on li {
	border-color: #f63440;
}
.bh_board_tab.style2 li {
	border-radius: 0;
	margin: 10px 3px 0 3px;
}
@media (max-width: 992px) {
	.bh_board_tab.style2 li {
		width: 33.33333%;
		margin: 0;
	}
}

.list_header .item_count {
	font-size: 14px;
	color: #616161;
	margin-bottom: 10px;
}
.list_header .item_count > span {
	color: #000;
}
/* -list_header */

/* list_footer */
.list_footer {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}
.list_footer .tool_wrap .bd_btn_wrap {
	float: right;
}
.board_search {
	position: relative;
	background: #f4f4f4;
	border: 1px solid #f0f1f3;
	border-radius: 0;
	padding: 15px;
	margin-top: 40px;
	margin-bottom: 12px;
}
.board_search input, .board_search select {
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: inherit;
	background-color: #fff;
	border: 1px solid #cdcdcd;
	border-radius: 0;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: textfield;
	appearance: none;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	padding: 0 12px 2px;
}
.board_search select {
	min-width: 75px;
	line-height: 37px;
	background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAANElEQVQYV2Ncvnz5fwYiACPRCkGGEVIcGRnJyAizFZdikCKQGrhCbCbDFGEoRFaMrAgkDgB1ORXvQyzzggAAAABJRU5ErkJggg==') no-repeat right 8px center;
	padding: 0 30px 2px 12px;
	cursor: pointer;
}
.board_search input:focus,
.board_search select:focus {
	border-color: #888;
	box-shadow: 0 0 6px rgba(0,0,0,.2);
	outline: 0;
}
.board_search > .bh_row {
	max-width: 60%;
	margin: 0 auto;
}
@media (max-width: 992px) {
	.board_search > .bh_row {
		max-width: 100%;
	}
}
.list_footer .pagination {
	position: relative;
	text-align: center;
	margin: 32px auto;
}
.list_footer .pagination > div {
	display: inline-block;
}
.list_footer .pagination .direction {
	float: left;
	position: relative;
	width: 40px;
	height: 40px;
	color: #222;
	font-size: .95em;
	line-height: 38px;
	text-align: center;
	letter-spacing: -2px;
	vertical-align: middle;
	background-color: #fff;
	border-top: solid 1px #dedede;
	border-right: solid 1px #dedede;
	border-bottom: solid 1px #dedede;
	margin-right: 0;
	margin-left: 0;
}
.list_footer .pagination .direction:first-child {
	border-left: solid 1px #dedede;
}
.list_footer .pagination .direction:hover {
	color: #000;
	background-color: #f4f4f4;
}
.list_footer .pagination .direction.active {
	color: #fff;
	font-weight: 400;
	background: #343a40;
	border-color: #343a40;
}
/* -list_footer */

/* content */
.content_header {
	background-color: #fafafa;
	border-top: 2px solid #646464;
	border-bottom: 1px solid #dcdcdc;
	padding: 25px 31px;
	margin: 10px 0;
}
.content_header h1 {
	color: #393939;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 8px;
}
.content_header .detail li {
	display: inline-block;
	color: #393939;
	font-size: 14px;
	line-height: 20px;
	background: url('../img/division_line.gif') no-repeat right 8px center;
	padding-right: 19px;
	overflow: hidden;
}
.content_header .detail li:last-child {
	background: none;
}
.content_header .detail li .detail_title {
	color: #666;
}
.content_header .detail li .detail_title > a {
	color: #666;
}
.content_header .detail li .detail_content {
	color: #393939;
}
.content_header .detail li .detail_content > a {
	color: #393939;
}
.content_header .detail li span > i {
	font-size: 0.9em;
	line-height: 1;
	margin-right: 3px;
}
@media (max-width: 992px) {
	.content_header {
		padding: 18px 13px;
	}
	.content_header h1 {
		font-size: 17px;
	}
	.content_header .detail li {
		font-size: 13px;
		line-height: 17px;
		background: none;
	}
}
.extra_wrap {
	position: relative;
	border-bottom: 1px solid #dcdcdc;
	margin-top: -10px;
}
.extra_wrap .extra {
	width: 100%;
}
.extra_wrap .extra > caption {
	display: none;
}
.extra_wrap .extra th,
.extra_wrap .extra td {
	font-size: 14px;
	font-weight: 400;
	border-bottom: 1px solid #dcdcdc;
	padding: 15px 15px 15px 30px;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
}
.extra_wrap .extra th {
	min-width: 130px;
	color: #000;
	background-color: #fafafa;
	white-space: nowrap;
}
.extra_wrap .extra td {
	color: #555;
}
@media (max-width: 992px) {
	.extra_wrap .extra th,
	.extra_wrap .extra td {
		font-size: 14px;
		font-weight: 400;
		border-bottom: 1px solid #dcdcdc;
		padding: 7px 13px;
		text-align: left;
		word-break: break-all;
		word-wrap: break-word;
	}
	.extra_wrap .extra th {
		min-width: auto;
	}
}
.content_header_shop #bh_gall_wrap {margin:10px auto; width:100%;}
.content_header_shop #bh_gall_wrap ul {list-style:none;margin:1px 0 0 0;padding:0;}
.content_header_shop #bh_nav li {width:20%;float:left;list-style:none;margin:0;padding:0;}
.content_header_shop #bh_nav a {
	width: 100%;
	height: 88px;
	position: relative;
	overflow: hidden;
	display: inline-block;
	border:2px solid #fff;
	margin:0 6px 0 0;
}
.content_header_shop #bh_nav a img {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100%;
	width: auto;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.content_header_shop #bh_nav a img.portrait {
	width: 100%;
	height: auto;
}
.content_header_shop #bh_nav a.active {border:2px solid #929292;}
.content_header_shop #bh_big_img {clear:both;border: 1px solid #ddd;}
.content_header_shop #bh_big_img img {
	width:100%;
	padding: 0 2px;
	box-sizing: border-box;	
}
.content_header_shop .label_wrap {
	text-align: left;
}
.content_header_shop .label {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	padding: 3px 6px 3px 6px;
	margin: 0;
}
.content_header_shop .label1 {
	background-color: #E91E63;
	padding: 3px 6px 3px 6px;
	margin: 0;
}
.content_header_shop .label2 {
	background-color: #9c27b0;
}
.content_header_shop .label3 {
	background-color: #6b3cbf;
}
.content_header_shop .label4 {
	color: #673ab7;
	border: 1px solid #673ab7;
	padding-top: 2px;
	padding-bottom: 2px;
}
@media (max-width: 992px) {
	.content_header_shop .label {
		font-size: 11px!important;
		line-height: 11px!important;
		padding: 3px 3px 3px 3px!important;
		margin: 0!important;
	}
}
.content_header_shop .extra_wrap {
	border-bottom: 0;
}
.content_header_shop .extra_wrap .extra {
	border-top: 1px solid #000;
}
.content_header_shop .extra_wrap .extra td {
	text-align: right;
}
.content_header_shop .extra_wrap .extra tfoot td {
	border-top: 3px solid #333333;
	border-bottom: 0;
}
.content_title {
	text-align: center;
	background-color: #607D8B;
	/*background: linear-gradient(to right,#b911b3 0%,#2d3bd6 100%);*/
	/*border: 1px solid #8f42fd;*/
	padding: 10px;
	margin: 0;
	margin-top: 50px;
	margin-bottom: 30px;
}
.content_title p {
	color: #fff!important;
	font-size: 1.7rem!important;
}
.content_body {
	padding: 15px 10px;
}
.content_body .form_box_wrap {
	max-width: 500px;
	border: 1px solid #ddd;
	padding: 30px;
	margin: 0 auto;
}
.content_body .form_box_wrap .bh_title {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: -.7px;
	margin-bottom: 24px;
}
.content_body .form_box_wrap .bh_desc {
	color: #555;
	font-size: 16px;
	font-weight: 300;
	margin-top: -15px;
	margin-bottom: 20px;
}
.form_box_wrap input[type="text"], .form_box_wrap input[type="number"], .form_box_wrap input[type="password"], .form_box_wrap input[type="email"] {
	display: inline-block;
	width: 100%;
	height: 48px;
	color: #555;
	color: #121212;
	font-size: 17px;
	font-weight: 300;
	line-height: 31px;
	background-color: #fff;
	border: 1px solid #d9d9d9;
	padding: 0 16px;
	padding: 0 1.6rem;
	box-sizing: border-box;
	outline: none;
	transition-property: border-color,height,padding-right,color;
	transition-duration: .2s,0s;
}
.content_footer .tool_wrap {
	margin: 20px 0;
}
.content_footer .tool_wrap .bd_btn_wrap {
	float: right;
}
.document_nav {
	border-top: 1px solid #222;
	margin: 30px 0;
}
.document_nav li {
	border-bottom: 1px solid #d1d1d1;
}
.document_nav li .document_nav_title {
	display: inline-block;
	width: 15%;
	color: #000;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	padding: 14px 0;
}
.document_nav li .document_nav_content {
	display: inline-block;
	width: 84%;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;
	overflow: hidden;
}
.document_nav li a:hover,
.document_nav li a:active {
	color: #000;
	text-decoration: underline;
}
@media (max-width: 992px) {
	.document_nav li .document_nav_title {
		width: 20%;
	}
	.document_nav li .document_nav_content {
		width: 78%;
	}
}
/* -content */

/* write */
.board_write {
	
}
.board_write .title_wrap .title {
	float: left;
	position: relative;
	color: #1d1d1d;
	font-size: 20px;
	font-weight: 500;
	padding-left: 12px;
	margin-bottom: 15px;
}
.board_write .title_wrap .title:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 3px;
	height: 3px;
	margin-top: -1.5px;
	background-color: #666;
}
.board_write .title_wrap .desc {
	float: right;
	display: inline-block;
	color: #767676;
	font-size: 14px;
	font-weight: 300;
	margin-top: 5px;
}
.board_write .title_wrap .desc .required {
	color: #d43301;
}
.board_write .agreement .title_wrap .title .required,
.board_write .agreement .title_wrap .title .optional {
	color: #d43301;
	font-size: 14px;
	font-weight: 300;
	padding-left: 6px;
}
.board_write .agreement .title_wrap .title .optional {
	color: #666;
}
.board_write .agreement .agreement_link {
	float: right;
	display: inline-block;
	color: #23272b;
	font-size: 14px;
	font-weight: 300;
	margin-top: 5px;
}
.board_write .agreement .agreement_link > i {
	font-size: 10px;
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 3px;
}
.board_write .agreement .text {
	height: 150px;
	border: 1px solid #ddd;
	padding: 26px 29px;
	overflow-x: hidden;
	overflow-y: auto;
}
.board_write .agreement .confirm {
	margin-top: 10px;
	padding: 15px 20px;
	background: #f5f5f5;
}
.board_write .agreement .confirm input[type="checkbox"] {
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin-top: -2px;
	cursor: pointer;
}
.board_write .agreement .confirm label {
	cursor: pointer;
}
.board_write .row_group ~ .row_group {
	margin-top: 35px;
}

.board_write .bh_write_tbl_wrap {
	position: relative;
	/*border-bottom: 1px solid #dcdcdc;*/
	margin-top: -10px;
}
.board_write .bh_write_tbl_wrap .bh_write_tbl {
	width: 100%;
	border-top: 1px solid #333;
}
.board_write .bh_write_tbl_wrap .bh_write_tbl > caption {
	display: none;
}
.board_write .bh_write_tbl_wrap .bh_write_tbl > colgroup > col {
	display: inline-block;
}
.board_write .bh_write_tbl_wrap .bh_write_tbl th,
.board_write .bh_write_tbl_wrap .bh_write_tbl td {
	font-size: 14px;
	font-weight: 400;
	border-bottom: 1px solid #dcdcdc;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
}
.board_write .bh_write_tbl_wrap .bh_write_tbl th {
	color: #333;
	vertical-align: top;
	/*background-color: #fafafa;*/
	padding: 14px 3px 15px 15px;
	white-space: nowrap;
}
.board_write .bh_write_tbl_wrap .bh_write_tbl th .required {
	color: #d43301;
}
.board_write .bh_write_tbl_wrap .bh_write_tbl td {
	color: #767676;
	font-weight: 300;
	padding: 7px 3px 7px 10px;
}
.board_write .bh_write_tbl_wrap .bh_write_tbl td ul > li{
	display: inline-block;
}
.board_write .bh_write_tbl_wrap .bh_write_tbl td .krZip label {
	display: inline-block;
	min-width: 70px;
	font-size: 13px;
}
.board_write .bh_write_tbl_wrap .bh_write_tbl td .krZip .krzip-postcode-wrap,
.board_write .bh_write_tbl_wrap .bh_write_tbl td .krZip .krzip-address-wrap {
	margin-bottom: 5px;
}
.board_write .bh_write_tbl_wrap .bh_write_tbl td .color-indicator {
	display: none;
}
.board_write .bh_write_tbl_wrap .bh_write_tbl td .title_color {
	display: inline-block;
	height: 20px;
	color: #121212;
	line-height: 19px;
	vertical-align: middle;
	padding-left: 5px;
	margin-right: 14px;
	cursor: pointer;
}
.board_write .bh_write_tbl input.btn {
	display: inline-block;
	height: 34px!important;
	color: #fff;
	font-size: 13px;
	line-height: 31px!important;
	font-weight: 300;
	text-align: center;
	vertical-align: top;
	background: none;
	background-color: #767676;
	border: 1px solid #767676;
	border-radius: 0;
	padding: 0 9px!important;
	cursor: pointer;
	text-shadow: none;
	box-shadow: none;
	box-sizing: border-box;
}
.board_write .bh_write_tbl input.btn:focus {
	outline: none;
}
.board_write .bh_write_tbl input:not([type=hidden]) + input {
	margin-left: 3px;
}
.board_write .bh_write_tbl input[type="text"], .board_write .bh_write_tbl input[type="number"], .board_write .bh_write_tbl input[type="password"], .board_write .bh_write_tbl input[type="email"], .board_write .bh_write_tbl input[type="url"] {
	display: inline-block;
	height: 34px;
	color: #555;
	color: #121212;
	line-height: 31px;
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	border: 1px solid #e3e3e3;
	padding: 0 9px;
	box-sizing: border-box;
	outline: none;
	transition: box-shadow 0.2s ease,border-color 0.2s ease;
	-webkit-transition: box-shadow 0.2s ease,border-color 0.2s ease;
}
.board_write .bh_write_tbl input[type="text"]:hover, .board_write .bh_write_tbl input[type="number"]:hover, .board_write .bh_write_tbl input[type="password"]:hover, .board_write .bh_write_tbl input[type="email"]:hover, .board_write .bh_write_tbl input[type="url"]:hover {
	background-color: #fff;
	border-color: #dddddd;
	outline: none;
	box-shadow: 0 1px 5px 0 rgba(28,35,69,0.12);
	transition: box-shadow 0.2s ease,border-color 0.2s ease;
	-webkit-transition: box-shadow 0.2s ease,border-color 0.2s ease;
}
.board_write .bh_write_tbl input[type="text"]:focus, .board_write .bh_write_tbl input[type="number"]:focus, .board_write .bh_write_tbl input[type="password"]:focus, .board_write .bh_write_tbl input[type="email"]:focus, .board_write .bh_write_tbl input[type="url"]:focus {
	background-color: #fff;
	border-color: #222;
	outline: none;
	box-shadow: 0 1px 5px 0 rgba(28,35,69,0.12);
	transition: box-shadow 0.2s ease,border-color 0.2s ease;
	-webkit-transition: box-shadow 0.2s ease,border-color 0.2s ease;
}
.board_write .bh_write_tbl input.input_wide {
	width: 100%;
}
.board_write .bh_write_tbl input:not([type=checkbox]):not([type=radio]):disabled, .board_write .bh_write_tbl select:disabled {
	color: #888;
	background-color: #f9f9f9;
	background-color: #eaeaea;
	opacity: 1;
	-webkit-text-fill-color: none;
}
.board_write .bh_write_tbl select {
	display: inline-block;
	min-width: 90px;
	height: 34px;
	line-height: 31px;
	padding: 0 0 0 9px;
	background-color: #f7f7f7;
	border: 1px solid #ddd;
	border: 1px solid #e3e3e3;
	box-sizing: border-box;
}
.board_write .bh_write_tbl input[type="radio"], .board_write .bh_write_tbl input[type="checkbox"] {
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin-top: -2px;
	cursor: pointer;
}
.board_write .bh_write_tbl input[type="radio"] + label, .board_write .bh_write_tbl input[type="checkbox"] + label {
	display: inline-block;
	height: 20px;
	color: #121212;
	line-height: 19px;
	vertical-align: middle;
	padding-left: 5px;
	margin-right: 14px;
	cursor: pointer;
}
@media (max-width: 992px) {
	.board_write .bh_write_tbl_wrap .bh_write_tbl th,
	.board_write .bh_write_tbl_wrap .bh_write_tbl td {
		display: block;
		width: 100%;
		font-size: 14px;
		font-weight: 400;
		text-align: left;
		word-break: break-all;
		word-wrap: break-word;
	}
	.board_write .bh_write_tbl_wrap .bh_write_tbl th {
		min-width: auto;
		vertical-align: middle;
		border-bottom: 0;
		padding-bottom: 0;
		padding-left: 7px;
	}
	.board_write .bh_write_tbl_wrap .bh_write_tbl td {
		border-bottom: 1px solid #dcdcdc;
		padding-bottom: 15px;
		padding-left: 3px;
	}
	.board_write .bh_write_tbl_wrap .bh_write_tbl td .krZip label {
		display: block;
	}
	.board_write .bh_write_tbl input:not([type=hidden]) + input {
		margin-left: 0;
	}
	.board_write .bh_write_tbl input[type="text"] {
		width: 100%;
	}
	.board_write .bh_write_tbl input[type="number"] {
		width: auto;
	}
	.board_write .bh_write_tbl input[type="text"].date, .board_write .bh_write_tbl input[type="text"].krzip-postcode {
		width: calc(100% - 48px);
	}
	.board_write .bh_write_tbl input[type="text"].tel {
		width: calc(33.333% - 3px);
	}
	.board_write .bh_write_tbl textarea {
		width: 100%;
	}
}
.board_write .tool_wrap {
	margin: 30px 0;
}
.board_write .tool_wrap .bd_btn_wrap {
	float: right;
}
.write_editor div[id^="ckeditor_"], .write_editor div[id^="ckeditor_"] *, .write_editor div[id^="ckeditor_"] *:before, .write_editor div[id^="ckeditor_"] *:after {
	-webkit-box-sizing: initial!important;
	-moz-box-sizing: initial!important;
	box-sizing: initial!important;
}
.write_editor.editor_file_only div[id^="ckeditor_"], .write_editor.editor_file_only .editor_autosaved_message  {
	display: none!important;
}
.write_editor {
	div[id^="ckeditor_"], div[id^="ckeditor_"] *, div[id^="ckeditor_"] *:before, div[id^="ckeditor_"] *:after {
		-webkit-box-sizing: initial!important;
		-moz-box-sizing: initial!important;
		box-sizing: initial!important;
	}
	&.editor_file_only {
		div[id^="ckeditor_"], .editor_autosaved_message {
			display: none !important;
		}
	}
}
/* -write */

/* board_message */
.board_message {
	text-align: center;
	border-top: 1px solid #333;
	border-bottom: 1px solid #ccc;
	padding: 80px 0;
}
.board_message h1 {
	font-size: 22px;
	margin-bottom: 50px;
}

/* bh_act_btn_warp */
.bh_act_btn_warp {
	position: relative;
	margin: 20px 0;
}
.bh_act_btn_warp > ul {
	text-align: center;
	margin-bottom: 40px;
}
.bh_act_btn_warp > ul > li {
	display: inline-block;
}
.bh_act_btn_warp > ul > li ~ li {
	margin-left: 10px;
}
.bh_act_btn_warp > ul > li > a {
	display: inline-block;
	position: relative;
	color: #B8B8B8;
	width: 100px;
	background-color: transparent;
	border: 1px solid #d0d0d0;
	border-radius: 0px;
	padding: 20px 10px;
	transition: all 0.3s;
}
.bh_act_btn_warp > ul > li > a:before,
.bh_act_btn_warp > ul > li > a:after {
	content: "";
	border-style: solid;
	position: absolute;
	border-radius: 0px;
	z-index: 5;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.bh_act_btn_warp > ul > li > a:before {
	width: 0;
	height: 100%;
	border-width: 1px 0 1px 0;
	top: -1px;
	left: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	transition-delay: 0.05s;
}
.bh_act_btn_warp > ul > li > a:after {
	width: 100%;
	height: 0;
	border-width: 0 1px 0 1px;
	top: 0;
	left: -1px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.bh_act_btn_warp > ul > li > a:hover:before {
	width: 100%;
}
.bh_act_btn_warp > ul > li > a:hover:after {
	height: 100%;
}
.bh_act_btn_warp > ul > li.act_vote > a:before,
.bh_act_btn_warp > ul > li.act_vote > a:after {
	border-color: #e74c3c;
}
.bh_act_btn_warp > ul > li.act_vote > a:hover,
.bh_act_btn_warp > ul > li.act_vote > a.active {
	color: #e74c3c;
}
.bh_act_btn_warp > ul > li.act_vote_down > a:before,
.bh_act_btn_warp > ul > li.act_vote_down > a:after {
	border-color: #34495e;
}
.bh_act_btn_warp > ul > li.act_vote_down > a:hover,
.bh_act_btn_warp > ul > li.act_vote_down > a.active {
	color: #34495e;
}
.bh_act_btn_warp .act_report {
	text-align: right;
}
/* -bh_act_btn_warp */

/* SNS icon */
.content_footer .sns {
	margin-top: 51px;
	text-align: center;
}
.content_footer .sns li {
	display: inline;
	vertical-align: top;
}
.board .ico_16px,.board .ico_32px,.board .ico_sns16,.board .ico_sns{display:inline-block;overflow:hidden;width:16px;height:16px;font-size:0;line-height:0;vertical-align:top;text-indent:-100px;transition:all .3s;*text-indent:0}
.board.hover_effect a:hover .ico_16px,.board.hover_effect a:focus .ico_16px,.board.hover_effect a:hover .ico_sns,.board.hover_effect a:focus .ico_sns{transform:rotate(360deg)}
.board .ico_16px{background-image:url(../img/white/ico_16px.png);background-repeat:no-repeat}
.board .ico_16px.reply{background-position:0 -32px}
.board .ico_16px.search{background-position:0 -64px}
.board .ico_16px.write{background-position:0 -96px}
.board .ico_16px.setup{background-position:0 -128px}
.board .ico_16px.delete{background-position:0 -160px}
.board .ico_16px.home{background-position:0 -224px}
.board .ico_32px{width:32px;height:32px;background-image:url(../img/white/ico_32px.png)}
.board .ico_32px.deco2{background-position:0 -64px}
.board .ico_sns16{border-radius:3px;background-image:url(../img/sns_16.png);opacity:.8}
.board .ico_sns16.facebook{background-position:0 -16px}
.board .ico_sns16.google{background-position:0 -32px}
.board .ico_sns16.pinterest{background-position:0 -48px}
.board .ico_sns16.kakaostory{background-position:0 -96px}
.board .ico_sns16.band{background-position:0 -112px}
.board .ico_sns{width:32px;height:32px;margin:2px;background-image:url(../img/sns.png);opacity:.9}
.board .ico_sns:hover{opacity:1}
.board .ico_sns.facebook{background-position:0 -32px}
.board .ico_sns.google{background-position:0 -64px}
.board .ico_sns.pinterest{background-position:0 -96px}
.board .ico_sns.line{background-position:0 -128px}
.board .ico_sns.kakao{background-position:0 -160px}
.board .ico_sns.kakaostory{background-position:0 -192px}
.board .ico_sns.band{background-position:0 -224px}
/* -SNS icon */

/* bh_file_list_wrap */
.bh_file_list_wrap {
	position: relative;
	margin: 20px 0;
}
.bh_file_list_wrap .bh_title_wrap {
	position: relative;
	padding: 5px 15px;
	/*border-bottom: 1px solid #e1e1e1;*/
}
.bh_file_list_wrap .bh_title_wrap .bh_sub_title {
	color: #666;
	font-size: 15px;
}
.bh_file_list_wrap .bh_file_list .bh_file_item {
	padding: 12px 15px;
	border-bottom: 1px solid #f1f1f1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.bh_file_list_wrap .bh_file_list .bh_file_item:hover {
	background-color: #fcfcfc;
}
.bh_file_list_wrap .bh_file_list .bh_file_item:nth-child(2n) {
	background-color:#fcfcfc;
}
.bh_file_list_wrap .bh_file_list .bh_file_item .file_size {
	color: #666666;
	font-size: 13px;
}
/* -bh_file_list_wrap */

/* bh_bd_btn */
.bh_bd_btn {
	display: inline-block;
	color: #fff;
	text-align: center;
	background-color: #343a40;
	border: 1px solid transparent;
	border-color: #343a40;
	padding: 8px 22px;
	cursor: pointer;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.bh_bd_btn.outline {
	color: #343a40;
	background-color: transparent;
	border-color: #7d8288;
}
.bh_bd_btn.round {
	border-radius: 3px;
}
.bh_bd_btn:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124;
}
.bh_bd_btn > i {
	font-size: 12px;
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 3px;
}
/* -bh_bd_btn */