@charset "UTF-8";

.in_wp .col-md-4 {
	-webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1); 
    -o-transform:scale(1);  
    transform:scale(1);
    -webkit-transition:.3s;
    -moz-transition:.3s;
    -ms-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}

.in_wp .col-md-4:hover {
	-webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1); 
    -o-transform:scale(1.1);  
    transform:scale(1.1);
}

.blackbox{
	-webkit-transition:.3s;
    -moz-transition:.3s;
    -ms-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}

.blackbox.on{
	z-index: 0;
	background:rgba(0, 0, 0, 0.6);
	position:absolute;
	top:0;
	left:24px;
	width:92%;
	height:100%;
}

.txt_ww{
	position:relative;
	z-index:222;
}

.tb{
	display: none;
}

.tb.active{
	display: contents;
}

.nav-pagination{
	text-align: center;
}

.page-num{
    display: none;
}

.page-num.on{
    display: block;
}

tbody[class="tb-construction"] > tr[class="bold_bg"], tbody[class="tb-construction"] > tr[class="nor_bg"]{
    display: none;
}

tbody[class="tb-construction"] tr .on{
    display: contents;
}

select{
	position: relative;
    margin-left: 20px;
    bottom: 30px;
}

.page-item > a {
    cursor: pointer;
}


@media only screen and (max-width: 767px) {	
	select{margin-top: 30px;}
}