
/* CSS Document */

.public_tab {width: 100%;padding: 40px 0px 30px;}
.sort{width:80%;margin:auto;}
.sort ul{width:100%;display:flex;justify-content:center;}
.sort li{ width:160px; background:#FFF; font-size:18px; margin-left:5px;}
.sort li a{ color:#19110b;width:90px; height:70px; padding-left:45px;margin-left: 10px;  color:#19110b;  }
.sort li:nth-child(1){ margin-left:0; background:url(../image/dzal.png) 20px 27px no-repeat,#f7f7f7;}
.sort li:nth-child(2){ background:url(../image/dzal.png) 20px -46px no-repeat,#f7f7f7;}
.sort li:nth-child(3){ background:url(../image/dzal.png) 20px -119px no-repeat,#f7f7f7;}
.sort li.select a,.sort li:hover a{ color:#FFF;}
.sort li:nth-child(1).select,.sort li:nth-child(1):hover{ margin-left:0; background:url(../image/dzal_a.png) 20px 27px no-repeat,linear-gradient(to right,#001d5f,#184da7); color:#f7f7f7;}
.sort li:nth-child(2).select,.sort li:nth-child(2):hover{ background:url(../image/dzal_a.png) 20px -46px no-repeat,linear-gradient(to right,#001d5f,#184da7);color:#f7f7f7;}
.sort li:nth-child(3).select,.sort li:nth-child(3):hover{background:url(../image/dzal_a.png) 20px -119px no-repeat,linear-gradient(to right,#001d5f,#184da7); color:#f7f7f7;}

.typename{ float:left; width:100%; text-align:center; font-size:36px;}
.description{ display:block; width:756px; text-align:center; margin:0 auto; font-size:18px; line-height:34px;}
.owl-theme .owl-controls {
    display: block;
    width: 100%;
    margin-top: -3rem;
    z-index: 9;
    position: absolute;
}