@charset "utf-8";
/**
 * @File Name : style.css
 * @Description : Layout, CSS Adjust
 * @Modification Information
 * <pre>
 * 수정일 | 수정자 | 수정내용
 * 2023.07.07 | 김효진 | 최초 등록
 * </pre>
 * @author 디자인팀 김효진
 * @since 2023.07.07
 *
 * @Copyright (C) IACTS.CO.KR All rights reserved.
 */
/* lib.css overwrite */ 
@media screen and (max-width:599px){
	.hb1.h2 {background-position:0 2.5px;margin-top:1.25em;margin-bottom:.5em}
}

/* lib1cp1.css overwrite */
.bbs1view1 .opentype1box {margin-bottom:50px;}
@media screen and (max-width:599px){
	.bbs1view1 .opentype1box {margin-bottom:30px;}	
}

/* #tnb1 ))) desktop 화면 */
@media all and (min-width:1260px){
/* 1차메뉴 eng */
#tnb1 div.d1>ul>li>a>.t1.engt1{font-size:18px; letter-spacing:-1px;}
}