@charset "utf-8";
/**
 * @File Name : style.css
 * @Description : Layout, CSS Adjust
 * @Modification Information
 * <pre>
 * 수정일 | 수정자 | 수정내용
 * 2023.11.02 | 김효진 | 최초 등록
 * </pre>
 * @author 디자인팀 김효진
 * @since 2023.11.02
 *
 * @Copyright (C) IACTS.CO.KR All rights reserved.
 */

/*  lib1cp1.css overwrite */
@media screen and (max-width:768px){
	.timetable1 table tr.day th {padding:1.125em 0.25em}
}
@media screen and (max-width:599px){
	.tabs3 li a {font-size:17px;padding:11px;}
	.tabs3 li.on a {padding:10px;}
}

/* lib.css overwite */
.hb1.h2 {font-family:inherit}