@charset "utf-8";
/**
 * @File Name : style.css
 * @Description : Layout, CSS Adjust
 * @Modification Information
 * <pre>
 * 수정일 | 수정자 | 수정내용
 * 2025.04.14 | 김효진 | 최초 등록
 * </pre>
 * @author 디자인팀 김효진
 * @since 2025.04.14
 *
 * @Copyright (C) IACTS.CO.KR All rights reserved.
 */

/* lib.css overwrite */
.hb1.h2 {background-image:none;padding-left:0;font-family:"JalnanGothic", sans-serif;font-size:30px;font-weight:500;color:#004097;margin-bottom:.7em}
table.t3 {border-top-color:#23274e}
table.t3>thead>tr>th {border-bottom-color:#23274e}
table.t3>*>tr>th {background-color:#F9FBFE}
table.t3>*>tr>th, table.t3>*>tr>td {border-color:#dcdcdc}
.infomenu1 .info1 {margin-left:0;}
.infomenu1 .info1 em {font-weight:600;color:#ba2129}
@media screen and (max-width:999px){
	.hb1.h2 {font-size:28px;margin-bottom:.5em;line-height:1.2}
}
@media screen and (max-width:768px){
	.hb1.h2 {font-size:26px;margin-bottom:.25em}
}
@media screen and (max-width:599px){
	.hb1.h2 {font-size:24px;margin-bottom:.125em}
}
@media screen and (max-width:499px){
	.hb1.h2 {font-size:22px;}
}

