﻿@charset "utf-8";

/* common */
.tit2 {margin-left: 15px; margin-bottom:10px; margin-top:5px}
.word_b{word-break: keep-all;}

/* 교육목표 */
.eduInfo .tit4{ background:#c0dcff; color:#395e8c; text-align:center; max-width:500px; padding:15px 20px; font-size:24px; margin:0 auto; border-radius:3px; font-family: 'NotoM';}
.eduInfo .txt{text-align:center; font-size:24px; padding:30px 10px; font-family: 'NotoB'; color:#1f487b; line-height:30px; word-break: keep-all;}

/* 학사일정 */
.font_s table tr td, .font_s table tr th{padding:13px 6px;}

/* 학사일정테이블 배경 폰트색상 190326 추가 */
.pc_blue_1 {color:#36F !important;}
.pc_red_1 {color:#F00 !important;}
.tb_bg_1 {background:#ffe2e2 !important;}





@media screen and (max-width :520px) {
    .eduInfo .tit4{width:90%}
}