@charset "utf-8";

body {
	background: url("../images/bg/bg.jpg") no-repeat center top / 1920px 1200px;
}
#section {
	padding-top:60px;
}
#content_block {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding:0;
}


#link_block {}

#link_list {
    list-style: none;
    margin-bottom: 20px;
    font-size: 0;
}
#link_list li {
    display: inline-block;
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 300;
    width: 33.3%;
    height: 60px;
    line-height: 60px;
    background: #2c2c2c;
    color: #676767;
    cursor: pointer;
    border-right: 1px solid #16181a;
    overflow: hidden
}
#link_list li:last-child {
    border-right: none
}
#link_list li.select {
    background: rgba(30, 30, 30, 0.8);
    color: #ad8958
}
.disnon {
    display: none
}








.link_box {
	padding:0;
}
.boxs {
	margin-bottom:20px;
}

.view_more {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    height: 60px;
    line-height: 60px;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    z-index: 0;
    background: #343434
}

.view_more:hover {
    text-decoration: none;
    opacity: 1;
    color: #FFF
}

.view_more::after {
    position: absolute;
    top: 24px;
    right: 10px;
/*
    background: url(../images/svg/view/link.svg) no-repeat right center / 10px 10px;
*/
    width: 10px;
    height: 10px;
    content: '';
    z-index: 2
}

.view_more:before {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #FFF;
    background: #252525;
    -webkit-transition: .3s all cubic-bezier(0.06, 0.74, 0.36, 0.94);
    -moz-transition: .3s all cubic-bezier(0.06, 0.74, 0.36, 0.94);
    -ms-transition: .3s all cubic-bezier(0.06, 0.74, 0.36, 0.94);
    -o-transition: .3s all cubic-bezier(0.06, 0.74, 0.36, 0.94);
    transition: .3s all cubic-bezier(0.06, 0.74, 0.36, 0.94);
    z-index: -1
}

.view_more:hover:before {
    height: 100%
}





















/*

@media screen and (max-width: 767px) {



ul#link_list {
	width: 100%;
}
ul#link_list li {
	padding:20px;
	display: none;
	list-style: none;
}
ul#link_list li.select {
    background: rgba(30, 30, 30, 0.8);
    color: #ad8958
}

.link_box {

  display: none;

}

}

*/




@media only screen and (min-width: 768px) {

#link_list li {
    display: inline-block;
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 300;
    width: 16.666%;
    height: 60px;
    line-height: 60px;
    background: #2c2c2c;
    color: #676767;
    cursor: pointer;
    border-right: 1px solid #16181a;
    overflow: hidden
}

}







@media only screen and (min-width: 1200px) {

}