@charset "utf-8";
/**
 * @File Name : style.css
 * @Description : Layout, CSS Adjust
 * @Modification Information
 * <pre>
 * 수정일 | 수정자 | 수정내용
 * 2025.05.26 | 김효진 | 최초 등록
 * </pre>
 * @author 디자인팀 김효진
 * @since 2025.05.26
 *
 * @Copyright (C) IACTS.CO.KR All rights reserved.
 */

/* lib.css overwrite */
@media screen and (max-width:999px){
	.hb1.h2 {font-size:1.63em}
	.hb1.h3 {font-size:1.44em}
}
@media screen and (max-width:768px){
	.hb1.h2 {font-size:1.5em}
	.hb1.h3 {font-size:1.38em}
}
@media screen and (max-width:599px){
	.hb1.h2 {font-size:1.44em;line-height:1.2}
	.hb1.h3 {font-size:1.31em}
}
@media screen and (max-width:499px){
	.hb1.h2 {font-size:1.38em}
	.hb1.h3 {font-size:1.25em}
}
@media screen and (max-width:399px){
	.hb1.h2 {font-size:1.31em}
	.hb1.h3 {font-size:1.19em}
}

