/* en style */
#buttonAuth {font-size:11px;}

/*common*/
#gnb .depth01 a {font-size:16px;}
/*contents*/
.sub-tab-menu .swiper-slide a {font-size:18px;}
/*table*/

@media only screen and (min-width:1023px) {
    
    #m-gnb-wrap .m-gnb .depth01 > a {font-size:26px;}
    
    /*contents*/
    .basic-tab li a {font-size:18px;}
    .board-type3 .subject a div {font-size:17px;}
    .board-type3 .name {font-size:17px;}
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    
    #m-gnb-wrap .m-gnb .depth01 > a {font-size:26px;}
    
    /*contents*/
    .basic-tab li a {font-size:18px;}
    .board-type3 .subject a div {font-size:17px;}
    .board-type3 .name {font-size:17px;}
}

@media only screen and (max-width:767px) {
    
    /*contents*/
    .board-type3 .name {font-size:15px;}
}

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

    /*contents*/
    .sub-tab-menu .swiper-slide a {font-size:14px;}
}