@charset="UTF-8";
/*commu_nav*/
.commu_nav ul li:nth-child(2):after{content: "";position: absolute;bottom: 0;left: 50%;width: 100px;height: 3px;background:rgba(115,51,97,1); transform: translateX(-50%);}
.commu_nav ul li:nth-child(2):hover:after{animation: sub3_nav 0.5s forwards;}
@keyframes sub3_nav{
    0%{width: 0px;}
    100%{width: 100px;}
}
.commu_nav ul li:nth-child(2):hover{background: rgba(115,51,97,0.0);}
.commu_nav ul li:nth-child(2):hover a{color: #333;}

.sub82_wrap{width: 1300px;margin: 0 auto;padding: 50px 0;}
.sub82_wrap> table{width: 100%;}

/*webzin*/
.webzine_type2 tbody> tr:nth-child(2n-1):hover{box-shadow: 0 2px 8px rgba(0,0,0,0.2); }
.webzine_type2 tbody> tr:hover .webzine_type_img_td img{transform: scale(1.2);}

.webzine_type2 dl{padding-bottom: 0 !important;}
.webzine_type2 dd{display: flex;align-items: center; }
.webzine_type2 .webzine_type_img_td{width: 30% !important;overflow: hidden;}
.webzine_type2 .webzine_type_img img{width: 100% !important;height: auto !important;border: 0 !important;transition: all 1s;}

.webzine_type2 dd{border-top: 0 !important;border-bottom: 0 !important;height: 5.9vw !important;}
.webzine_type2 dd.webzine_description{border-top: 1px solid #e5e5e5 !important;}
.webzine_subject .obj_value{padding: 0 0 0 10px !important;}

#search_table{display: flex;justify-content: flex-end;align-items: center;margin-top: 20px;position: relative;}
#search_table:after{position: absolute;content: "";width: 100%;height: 1px;background: #fff;z-index: 1;top: -21px;left: 0;}



@media(max-width:1330px){
    .sub82_wrap{width: 96%;}
    
    .webzine_type2 dd{height: 8.4vw !important;}
}

@media(max-width:480px){
    .commu_nav ul li:nth-child(2):after{width: 100%;}
}
