/*common*/
.btn-basic{
	border-color: #cacaca #b8b8b8 #9d9d9d !important;
    background-color: rgba(248, 248, 248, 0.4) !important;
    color: #868686 !important;
    background: linear-gradient(#fff,rgba(248, 248, 248, 0.4));
}
.text-color-dark{
	color: #585858;
}
.text-color-theme{
	color: #08c
}
.owl-dots {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.line-height27 {
	line-height: 27px;
}
.hide {
	display: none;
}
.divider-small-left{
	float: left;
}
@media only screen and (max-width: 766px) {
	.divider {
		display: none;
	}
	.mobile-hide {
		display: none;
	}
}
@media only screen and (max-width: 992px) {
	.mobile-mb15 {
		margin-bottom: 15px;
	}
}

/*product02*/
#product_02 .contents-box{
	border: 1px solid #eee;
    padding: 30px;
	border-radius: 10px;
}
#product_02 ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#product_02_bottom_postbtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    text-align: right;
}
#product_02 .pagination > li > a, #board01_wrap .pagination > li > span, #board01_wrap .pagination > li > a:hover, #board01_wrap .pagination > li > span:hover, #board01_wrap .pagination > li > a:focus, #board01_wrap .pagination > li > span:focus {
    color: #848484;
}
#product_02 .pagination > .active > a {
    color: #ffffff;
    background-color: #5d5d5d !important;
    border-color: #343434;
}
@media only screen and (max-width: 766px) {
	.product02-img,
	.product02-img img {
		width: 100%;
	}
}
@media only screen and (max-width: 496px) {
	#product_02 .pagination>li>a, .pagination>li>span {
    	padding: 5px 10px;
	}
}