@charset "utf-8";

/* sub01_01 인사말 */
@media(max-width:420px){
    .s0101 .intro_c .hihanbat_box .cont_bg strong {font-size: 32px;}
    .s0101 .intro_c .hihanbat_box .cont_bg strong > span {font-size: 32px;}
}
/* sub01_01 인사말 End */

/* sub01_03 연혁 */
.s0103 .his_b .txt_box .txt ul li{padding-left: 110px;}
.s0103 .his_b .txt_box .txt ul li span{font-weight: bold;}

@media(max-width:640px){
    .s0103 .his_b .txt_box .txt ul li{padding-left: 0;}
    .s0103 .his_b .txt_box .txt ul li span{position: relative; top:auto; left:auto; display: block;}
}
/* sub01_03 연혁 End */

