@import url('/inc/external/selectbox/jquery.selectBox.css');
@import url("./image_viewer.css");
/*Add css for Reward point*/
@import url("./reward_point.css");

/* content:Start */
#sub_contents {
	margin-top: 15px;
}

/* content start */
.board_page .board_gallery_header {
	display: none;
}

.board_page .board_title {}

.board_page .board_title h1 {
	font-size: 38px;
}

.board_page .board_title p {
	margin-top: 10px;
	font-size: 20px;
	color: #7b7b7b;
}

.board_page .board_gallery_contents {
	margin-bottom: 20px;
}


/* board_gallery_search start */
.board_page .btn_comm {
	background-color: #6643e6;
	color: #fff;
	font-weight: bold;
	border-radius: 3px;
}

.board_page .btn_admin,
.board_page .btn_normal {
	float: left;
	width: 100px;
	height: 40px;
	font-weight: 400;
	font-size: 12px;
	display: inline-block;
}

.board_page .btn_comm.btn_normal,
.board_page .btn_comm.btn_normal:hover {
	color: #666;
	background-color: #fff;
	border: 1px solid #d5d9df;
	border-radius: 3px;
}

.board_page .board_gallery_search {
	text-align: right;
	padding-bottom: 15px;
	border-bottom: 1px solid #d5d9df;
}

.board_page .opt_ahead {
	width: 140px;
	height: 40px;
	margin-right: 10px;
	border: 1px solid #d5d9df;
	border-radius: 3px;
}

/* 모바일/테블릿 오류방지 */
.board_page div.opt_ahead,
.board_page div.opt_search_type {
	border: none;
}

.board_page div.opt_ahead .selectBox,
.board_page div.opt_search_type .selectBox {
	width: 140px !important;
	height: 40px;
	margin-right: 10px;
	border: 1px solid #d5d9df;
	border-radius: 3px;
}

.board_page .opt_search_type {
	width: 140px;
	height: 40px;
	margin-right: 10px;
	border: 1px solid #d5d9df;
	border-radius: 3px;
}

.board_page .selectBox-dropdown {
	height: 40px;
	line-height: 38px;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
}

.board_page .selectBox-dropdown:focus,
.board_page .selectBox-dropdown:focus .selectBox-arrow {
	border-color: #dfdfdf;
}

.board_page .selectBox-dropdown .selectBox-label {
	padding: 0 70px 0 10px;
	font-size: 12px;
	color: #999;
}

.board_page .selectBox-dropdown .selectBox-arrow {
	width: 40px;
	height: 100%;
	background: url(../images/scrollDown.png);
	background-repeat: no-repeat;
	background-position: 50% center;
	border-left: none;
	background-color: #6643e6;
}

.board_page .selectBox-dropdown.selectBox-menuShowing .selectBox-arrow {
	background-image: url(../images/scrollTop.png);
	background-repeat: no-repeat;
	background-position: 50% center;
}

/* Options */
.selectBox-options li {
	height: 40px;
	width: 100%;
}

.selectBox-hover {
	background-color: #f2ede7;
	color: #333;
}

.selectBox-options LI A {
	line-height: 2;
	height: 39px;
	color: #999;
	padding-left: 10px;
	text-align: left;
	font-size: 12px;
	line-height: 39px;
}

.selectBox-options .selectBox-optgroup {
	padding-left: 10px;
	color: #999;
	line-height: 35px;
	background: transparent;
}

.selectBox-options LI.selectBox-hover A,
.selectBox-options LI.selectBox-selected A {
	background-color: #fff;
}

.selectBox-dropdown-menu {
	margin-top: 2px;
	border: 1px solid #d9e0e2;
	border-radius: 3px;
	-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.board_page .box_search {
	width: 210px;
	height: 40px;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	text-align: left;
	background-color: #fff;
	position: relative;
	display: inline-block;
	vertical-align: bottom;
}

.board_page .tf_search_keyword {
	text-align: left;
	width: 160px;
	height: 38px;
	border: 0;
	padding: 0 0 0 10px;
	line-height: 38px;
}

.board_page .btn_search {
	width: 40px;
	height: 38px;
	float: right;
	color: #fff;
	font-size: 13px;
	overflow: hidden;
	line-height: 30px;
	border-radius: 3px;
	background-color: transparent;
	background: url(../images/design_kitIcon.png) no-repeat -5px -122px;
	text-indent: -9999em;
}

.board_page .opt_board_admin {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 210px;
	height: 40px;
	margin-top: 15px;
	font-size: 14px;
}

.board_page .opt_board_admin .selectBox,
.board_page .opt_board_admin select {
	margin: 0;
}

.board_page .opt_board_admin .selectBox-label {
	padding: 0 50px 0 10px;
	line-height: 38px;
}

/* board_gallery_search end */


/* gallery_container start */
.board_page .gallery_container {
	margin-right: 15px;
	padding-top: 15px;
}

.board_page .gallery_paginator .gallery_container {
	min-height: 100px;
}

.board_page .gallery_paginator .board_gallery_bottom::before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #d5d9df;
	margin-bottom: 20px;
}

.board_page .txt_group {
	position: absolute;
	bottom: 30px;
	right: 0;
	display: inline-block;
	width: auto;
	padding: 0 20px 20px 0;
	text-align: right;
	font-size: 10px;
	color: #999;
}

.board_page .txt_cmt,
.board_page .txt_good,
.board_page .txt_hit {
	position: relative;
	bottom: 0px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: top;
	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	opacity: 0;
}

.board_page .ico_cmt,
.board_page .ico_good,
.board_page .ico_hit {
	display: inline-block;
	margin-right: 5px;
	background: url(../images/design_kitIcon.png);
	background-repeat: no-repeat;
	line-height: 1;
	font-size: 0;
	vertical-align: top;
}

.board_page .ico_cmt {
	width: 10px;
	height: 13px;
	background-position: -21px -23px;
}

.board_page .ico_good {
	width: 13px;
	height: 13px;
	background-position: -40px -23px;
}

.board_page .ico_hit {
	width: 14px;
	height: 13px;
	background-position: -62px -23px;
}


/* box_gallery start */
.board_page .box_gallery {
	width: 33.333333333333%;
	width: 260px;
}

.board_page .inner_gallery {
	/* position: relative; */
	margin: 0 5px 30px 5px;
}

.board_page .inner_gallery:hover,
.board_page .inner_gallery:focus {
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}

.board_page .inner_gallery:hover .txt_subject {
	bottom: 0px;
	opacity: 1;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.board_page .inner_gallery:hover .txt_contents {
	bottom: 0px;
	opacity: 1;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.board_page .inner_gallery:hover .txt_name {
	bottom: 0px;
	opacity: 1;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

.board_page .inner_gallery:hover .txt_date {
	bottom: 0px;
	opacity: 1;
	-webkit-transition-delay: .7s;
	transition-delay: .7s;
}

.board_page .inner_gallery:hover .txt_cmt {
	bottom: 0px;
	opacity: 1;
	/*-webkit-transition-delay: .0s;
    transition-delay: .0s;*/
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.board_page .inner_gallery:hover .txt_good {
	bottom: 0px;
	opacity: 1;
	/*-webkit-transition-delay: .2s;
    transition-delay: .2s;*/
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.board_page .inner_gallery:hover .txt_hit {
	bottom: 0px;
	opacity: 1;
	/*-webkit-transition-delay: .4s;
    transition-delay: 0.4s;*/
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.board_page .gallery_article {
	position: relative;
	overflow: hidden;
	/* height: 300px; */
	/* 1122수정 */
}

.board_page .design_checkbox {
	position: absolute;
	bottom: 20px;
	left: 20px;
	display: inline-block;
	width: 15px;
	height: 15px;
	z-index: 10;
	background: url(../images/unchecked.png);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	z-index: 10;
}

.board_page .design_checkbox:hover {
	background: url(../images/hover.png);
	background-repeat: no-repeat;
	background-position: 0 bottom;
}

.board_page .design_checkbox input {
	display: none;
}

.board_page .design_checkbox.active {
	background: url(../images/checked.png);
	background-repeat: no-repeat;
	background-position: 0 bottom;
}

.board_page .design_checkbox span {
	display: none;
}

.board_page .gallery_article:hover .wrap_gallery_contents,
.board_page .gallery_article:hover .gallery_contents {
	opacity: 1;
	visibility: visible;
}

.board_page .gallery_article:hover .gallery_contents {}

.board_page .gallery_contents {
	width: 100%;
	position: relative;
	left: 0;
	padding: 25px;
	color: #8e8d8d;
}

.board_page .wrap_gallery_contents {
	cursor: pointer;
	opacity: 0;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	background: #fff;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	opacity: 0;
}

.board_page .inner_gallery:hover .wrap_gallery_contents {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 1;
}

.board_page .thumb_img {
	position: relative;
	/* width: auto; */
	/* min-height: 100px; */
	/* height: 100%; */
	/* min-width: 100%; */
	width: 100%;
}

.board_page .link_thumb_img .movie:after {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: .7;
}

.board_page .wrap_gallery_contents .gallery_contents {
	overflow: hidden;
	position: relative;
	height: 100%;
	padding: 20px;
	text-align: left;
	background-color: rgba(0, 0, 0, 0.8);
}

.board_page .gallery_contents a {
	color: #fff;
}

.board_page .txt_subject {
	position: relative;
	bottom: -30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.2s ease;
	-webkit-transition: all 0.4s ease;
	opacity: 0;
}

.board_page .txt_subject a {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	line-height: 24px;
}

.board_page .txt_subject a:hover {}

.board_page .txt_num {}

.board_page .txt_ahead {}

.board_page .txt_contents {
	position: relative;
	bottom: -30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.2s ease;
	-webkit-transition: all 0.4s ease;
	opacity: 0;
}

.board_page .txt_contents br {
	display: none;
}

.board_page .txt_contents a {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	font-size: 12px;
	text-overflow: ellipsis;
	line-height: 18px;
	min-height: 18px;
	vertical-align: top;
}

.board_page .txt_subject a:hover,
.board_page .txt_contents a:hover {}

.board_page .txt_name {
	position: relative;
	bottom: -30px;
	display: block;
	margin-top: 4px;
	color: #fff;
	vertical-align: top;
	font-size: 12px;
	line-height: 18px;
	transition: all 0.2s ease;
	-webkit-transition: all 0.4s ease;
	opacity: 0;
}

.board_page .txt_date {
	display: block;
	position: relative;
	bottom: -30px;
	margin-top: 5px;
	font-size: 10px;
	line-height: 15px;
	text-align: left;
	color: #999999;
	transition: all 0.2s ease;
	-webkit-transition: all 0.4s ease;
	opacity: 0;
}
/* box_gallery end */

.board_page .no_writing {
	width: 100%;
	padding: 20px 0;
	font-size: 12px;
	text-align: center;
}
/* gallery_container end */


/* board_gallery_bottom start */
.board_page .board_gallery_bottom {
	position: relative;
	width: 100%;
}

.board_page .board_gallery_bottom::after {
	content: '';
	display: block;
	clear: both;
}

.board_page .btn_group {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #d5d9df;
}

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

.board_page .msg_nocontent {
	float: left;
	width: 88%;
	height: 40px;
	border-radius: 3px 0 0 3px;
	background: #f1eef0;
	border-top: 1px solid #d5d9df;
	border-left: 1px solid #d5d9df;
	border-bottom: 1px solid #d5d9df;
	color: #ccc;
	font-weight: 400;
	font-size: 15px;
	text-align: center;
	line-height: 2.8;
}

.board_page .btn_more {
	position: absolute;
	left: 0;
	width: 88%;
	height: 40px;
	border-radius: 3px 0 0 3px;
	font-weight: 400;
	font-size: 15px;
	color: #fff;
	text-indent: -20px;
	line-height: 40px;
}

.board_page .btn_more:after {
	position: absolute;
	top: 12px;
	left: 50%;
	margin-left: 18px;
	display: block;
	content: '';
	width: 15px;
	height: 15px;
	background-image: url(../images/plusIcon.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.board_page .btn_top {
	position: absolute;
	right: 0;
	top: 0;
	width: 12%;
	height: 40px;
	border-radius: 0 3px 3px 0;
	font-weight: 400;
	font-size: 12px;
	color: #666666;
	border: 1px solid #d5d9df;
	background-color: #fff;
}

.board_page .btn_write {
	float: right;
	width: auto;
	height: 40px;
	padding: 0 45px;
	font-weight: 400;
	font-size: 12px;
	background-color: #6643e6;
}

.gallery_paginator .btn_write {
	float: none;
	position: absolute;
	bottom: 0;
	right: 0;	
}


/* list_number start */
.board_page .board_paginator {
	min-height: 40px;
	text-align: center;
}

.board_page .board_paginator .paginator,
.board_page .board_paginator .paginator a {
	display: inline-block;
}

.board_page .paginator .link_page,
.board_page .paginator .btn_page {
	width: 30px;
	height: 40px;
	font-size: 15px;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
}

.board_page .paginator .btn_page {
	background-image: url(../images/design_kitIcon.png);
}

.board_page .paginator span.link_page {
	display: inline-block;
}

.board_page .paginator a:hover {
	font-weight: bold;
	color: #e74c3c;
}

.board_page .screen_out {
	display: none;
}

.board_page .paginator .npage {
	color: #e74c3c;
	font-weight: bold;
}

.board_page .btn_page {
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.board_page .paginator .first {
	background-position: -10px -153px;
}

.board_page .paginator .prev {
	background-position: -37px -153px;
}

.board_page .paginator .next {
	background-position: -61px -153px;
}

.board_page .paginator .last {
	background-position: -88px -153px;
}
/* list_number end */


/* mo_board_paginator start */
.board_page .mo_board_paginator {
	display: none;
}

.board_page .mo_paginator .btn_page {
	text-indent: 0;
	background-image: url(../images/design_kitIcon.png);
}

.board_page .mo_paginator,
.board_page .mo_paginator a {
	display: inline-block;
	vertical-align: top;
}

.board_page .mo_paginator .prev,
.board_page .mo_paginator .next {
	border: 1px solid #D7D7D7;
	text-indent: -5000px;
}

.board_page .mo_paginator .btn_page.prev {
	padding-left: 10px;
	margin-right: 10px;
	background-position: -42px -163px;
}

.board_page .mo_paginator .btn_page.next {
	padding-right: 10px;
	margin-left: 10px;
	background-position: -67px -163px;
}

.board_page .mo_paginator .btn_page {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 2;
}

.board_page .mo_paginator span {
	font-size: 14px;
}

.board_page .mo_paginator .page_lst {
	color: #fc6e62;
}
/* mo_board_paginator end */
/* board_gallery_bottom end */
/* content end */


/***** Mediaquery start *****/
/* Large Desktop:Start */
@media screen and (min-width:1200px) {
	.board_page .box_gallery {
		width: 33.33333333333333%;
	}

	/***** Gallery_Thumbnail:Start *****/
	.gallery-lg-1 .box_gallery {
		width: 100%;
	}

	.gallery-lg-2 .box_gallery {
		width: 50%;
	}

	.gallery-lg-3 .box_gallery {
		width: 33.33333333333333%;
	}

	.gallery-lg-4 .box_gallery {
		width: 25%;
	}

	.gallery-lg-5 .box_gallery {
		width: 20%;
	}

	.gallery-lg-6 .box_gallery {
		width: 16.66666666666667%;
	}

	.gallery-lg-7 .box_gallery {
		width: 14.28571428571429%;
	}

	.gallery-lg-8 .box_gallery {
		width: 12.5%;
	}

	/***** Gallery_Thumbnail:End *****/
}
/* Large Desktop:End */


/* Gallery_Tablet:Start */
@media screen and (min-width:768px) and (max-width:1199px) {
	.board_page .box_gallery {
		width: 33.33333333333333%;
	}

	/***** Gallery_Thumbnail:Start *****/
	.gallery-sm-1 .box_gallery {
		width: 100%;
	}

	.gallery-sm-2 .box_gallery {
		width: 50%;
	}

	.gallery-sm-3 .box_gallery {
		width: 33.33333333333333%;
	}

	.gallery-sm-4 .box_gallery {
		width: 25%;
	}

	.gallery-sm-5 .box_gallery {
		width: 20%;
	}

	/***** Gallery_Thumbnail:End *****/
	/***** 갤러리형 게시판 더보기 버튼 *****/
	.board_page .btn_more {}
}
/* Gallery_Tablet:End */


/* Desktop:Start */
@media screen and (min-width:992px) and (max-width:1199px) {}
/* Desktop:End */


/* Tablet:Start */
@media screen and (min-width:768px) and (max-width:991px) {}
/* Tablet:End */


/* Mobile:Start */
@media screen and (max-width:767px) {
	.board_page .img_area {
		display: none;
	}

	.board_page .board_gallery_header {
		background-size: 182px;
	}

	.board_page .board_title {
		padding-top: 50px;
	}

	.board_page .board_gallery_header {
		margin: 20px 0;
	}

	.board_page .board_title p {
		font-size: 15px;
	}

	.board_page .box_select {
		float: none;
	}

	.board_page .btn_admin,
	.board_page .btn_normal {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}

	.board_page .selectBox {
		width: 100%;
	}

	.board_page .selectBox-dropdown {
		width: 50%;
		float: left;
	}

	.board_page .opt_ahead,
	.board_page .opt_search_type {
		width: 50%;
		float: left;
		margin-right: 0;
	}

	.board_page .opt_board_admin {
		position: relative;
		width: 100%;
		margin: 10px 0 0;
	}

	.board_page div.opt_board_admin {
		position: relative !important;
	}

	.board_page .box_search {
		width: 100%;
	}

	.board_page .tf_search_keyword {
		width: 75%;
	}

	/* gallery_container :start */
	.board_page .inner_gallery {
		position: relative;
		margin: 0 0 15px 0;
		border-bottom: 1px solid #e6e9ec;
	}

	.board_page .box_gallery {
		width: 50%;
	}

	/***** Gallery_Thumbnail:Start *****/
	.gallery-xs-1 .box_gallery {
		width: 100%;
	}

	.gallery-xs-2 .box_gallery {
		width: 50%;
	}

	.gallery-xs-3 .box_gallery {
		width: 33.33333333333333%;
	}

	.gallery-xs-4 .box_gallery {
		width: 25%;
	}

	.board_page .gallery_container {
		margin-right: 0px;
	}

	/***** Gallery_Thumbnail:End ****/
	.board_page .gallery_container {
		margin: 0;
		padding: 20px 0 0 0;
	}

	.board_page .wrap_gallery_contents {}

	.board_page .gallery_contents {
		display: none;
	}

	/* gallery_container :end */
	.board_page .msg_nocontent {
		width: 75%;
	}

	.board_page .btn_more {
		width: 75%;
	}

	.board_page .btn_top {
		width: 25%;
		background-position: 22% center;
	}

	.board_page .btn_write {
		width: 100%;
		height: 40px;
		margin: 10px 0 0;
	}

	/* Mobile_board_수정 :Start */
	/*** search_Del ***/
	.board_page .btn_write {
		position: relative !important;
	}

	.box_select .selectBox span {
		display: none;
	}

	.board_page .opt_ahead,
	.board_page .opt_search_type {
		display: none !important;
		margin-bottom: 0px !important;
	}
	/* Mobile_board_수정 :End */

	/* Mobile_gallery_content 수정 */
	.board_page .gallery_container {
		border: 0;
	}

	.board_page .gallery_article {
		margin-bottom: 0;
		height: auto;
	}

	.board_page .gallery_article .link_thumb_img {
		height: auto;
		min-height: 250px;
		background-color: transparent;
	}

	.board_page .wrap_gallery_contents {
		position: relative;
		opacity: 1;
	}

	.board_page .gallery_contents {
		display: block;
		position: relative;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		opacity: 1;
		overflow: hidden;
		background-color: transparent;
		padding: 5px 0;
	}

	.board_page .txt_subject,
	.board_page .txt_contents {
		opacity: 1;
		bottom: 0;
	}

	.board_page .wrap_gallery_contents .gallery_contents {
		padding: 5px 0 7px;
		background-color: transparent;
	}

	.board_page .board_gallery_bottom {
		margin-bottom: 0;
	}

	.board_page .thumb_img {
		display: block;
		position: relative;
		left: 0;
		top: 0;
		margin-left: 0;
		min-width: 100%;
		height: 250px;
		min-height: 250px;
	}

	.board_page .gallery_container {
		padding: 15px 0 0 0;
	}

	.board_page .gallery_contents a {
		color: #666;
	}

	.board_page .txt_subject a {
		color: #666;
		font-size: 14px;
	}

	.board_page .txt_group {
		font-size: 0;
		position: relative;
		width: 100%;
		margin-bottom: 15px;
		padding: 6px 25px;
		background-color: #f1eef0;
	}

	.board_page .txt_cmt,
	.board_page .txt_good,
	.board_page .txt_hit {
		opacity: 1;
		bottom: 0;
		margin: 0;
		width: 33.3333333%;
		font-size: 10px;
		color: #999;
		vertical-align: middle;
	}

	.board_page .txt_cmt {
		text-align: left;
	}

	.board_page .txt_good {
		text-align: center;
	}

	.board_page .txt_date {
		display: block;
		position: absolute;
		right: 0;
		bottom: 7px;
		opacity: 1;
		color: rgba(153, 153, 153, .9);
	}

	.board_page .inner_gallery:hover .txt_date {
		bottom: 7px;
	}

	.board_page .txt_name {
		display: block;
		bottom: 0;
		opacity: 1;
		color: rgba(153, 153, 153, .9);
	}

	.board_page .gallery_paginator .board_gallery_bottom::before {
		margin-bottom: 10px;
	}

	.board_page .mo_board_paginator {
		display: block;
		text-align: center;
	}

	.board_page .board_paginator {
		display: none;
	}

	.board_page .btn_group {
		margin:  0 0 10px;
		padding: 0;
		border-bottom: none;
	}
}

@media screen and (max-width:400px) {
	.board_page .btn_more {
		background-position: 62% center;
	}
}
/* Mobile:End */
/***** Mediaquery end *****/

@media all and (-webkit-min-device-pixel-ratio: 2) {
	.board_page .selectBox-dropdown .selectBox-arrow {}

	.board_page .btn_search {}

	.board_page .design_checkbox {}

	.board_page .design_checkbox.active {}

	.board_page .ico_cmt,
	.board_page .ico_good,
	.board_page .ico_hit {}

	.board_page .ico_cmt {}

	.board_page .ico_good {}

	.board_page .ico_hit {}
}
