@charset "utf-8";
/* CSS Document */

/*banner*/
#aboutTab .aboutDetailImg{ width:271px; height:174px; overflow:hidden;}
#aboutTab .aboutDetailImg img{ transform:scale(1); transition:all .4s ease;}
#aboutTab .aboutDetailImg img:hover{ transform:scale(1.05); transition:all .4s ease;}
#aboutTab .aboutTabDetail li{ position:relative; height:174px;    width: 94.4%;
    margin: 0 auto; border-bottom:1px dashed #eeeeee;    padding-bottom: 30px;margin-bottom: 31px;}
#aboutTab .aboutTabDetail li:last-child{margin-bottom: 23px;}
#aboutTab .aboutDetailImg{ position:absolute; left:0; top:0;}
#aboutTab .aboutDetailText{ padding-left:288px;}
#aboutTab .aboutDetailText h4{ font-weight:400; font-size:18px; color:#555555;    padding-top: 3px;
    margin-bottom: 27px;}
#aboutTab .aboutDetailText h4:hover{ color:#ff0000;}
#aboutTab .aboutDetailText p{ font-size:14px; color:#989898; line-height:24px; width:100%;}
#aboutTab .aboutDetailDate span{ font-size:14px; color:#989898;}
#aboutTab .aboutDetailDate i{ font-size:14px; color:#ff0000;    margin-left: 20px;}

#aboutTab .aboutTabDetail{padding-top: 28px;padding-bottom: 0;}
#aboutTab .aboutDetailDate{position: absolute; bottom: 33px;}
#aboutTab .aboutTabR {  padding-bottom: 18px;}


.page { text-align: center; padding-top: 3px; padding-bottom: 30px;}

@media (max-width:350px){ 

}






















