@charset "utf-8";
/**
 * @File Name : style.css
 * @Description : Layout, CSS Adjust
 * @Modification Information
 * <pre>
 * 수정일 | 수정자 | 수정내용
 * 2023.12.08 | 김효진 | 최초 등록
 * </pre>
 * @author 디자인팀 김효진
 * @since 2023.12.08
 *
 * @Copyright (C) IACTS.CO.KR All rights reserved.
 */
/* lib.css overwrite */ 
	.hb1{font-family: 'S-CoreDream';}
	.hb1.h2 {
    font-size: 1.8em;
    padding: 0px 0 0px 1.55em;
    font-weight: 600;
    color: #000;
    background: url(../../img/sub/h2img01.png)no-repeat 0 25%;
    }
	.hb1.h2:after{display:none;}

	.hb1.h3 {
	margin-left:0.2em;
    font-size: 1.45em;
    padding: 0px 0 0px 1.35em;
    font-weight: 600;
    color: #000;
    background: url(../../img/sub/h3img01.png)no-repeat 0 40%;
    }
	.hb1.h4{
	margin-left:0.7em;
			position:relative;
			padding-left: 17px;
			font-weight: 500;
			COLOR: #4b2dc9;
			font-size: 1.2em;
			}
	.hb1.h4:before{
		left: 0;
		display:block;
		content:'';
		width: 8px;
		height:3px;
		background: #4b2dc9;
		position:absolute;
		top: 50%;
		margin-top: -1px;
	}

@media screen and (max-width:999px){
	.infomenu1 .right .button {height:30px;line-height:30px;padding-top:0;padding-bottom:0}
}



/* lib1cp1.css overwrite */
.bbs1view1 .opentype1box {margin-bottom:50px;}
@media screen and (max-width:599px){
	.bbs1view1 .opentype1box {margin-bottom:30px;}	
	.search1select1 .submit {line-height:38px;padding-top:0;padding-bottom:0}
}


/* 일반목록 */
ul.bu{list-style:none;margin-left:0;padding:0 0 0 1em;text-align:left;}
ul.bu ul{list-style:none;margin:.5em 0;padding:0;}
ul.bu li{
	margin:.375em 0;
	padding:0 0 0 .75em;
}
ul.bu li:before{display:none;}
ul.bu li,
ul.bu.bu1 li{background:url(../../img/lib/li1bg.png) no-repeat .125em .375em;}
ul.bu li ul>li,
ul.bu.bu2 li{background:url(../../img/lib/li2bg.png) no-repeat .125em .375em;}
ul.bu li li ul>li,
ul.bu.bu3 li{background:url(../../img/lib/li3bg.png) no-repeat .125em .375em;}
ul.bu li li li ul>li,
ul.bu.bu4 li{background:url(../../img/lib/li4bg.png) no-repeat .125em .375em;}
ul.bu li li li li ul>li,
ul.bu.bu5 li{background:url(../../img/lib/li5bg.png) no-repeat .125em .375em;}

ol.bo1{padding-left:3em;}
ol.bo1 li .num{font-weight: bold;color: #4926d7;border-radius:8px;background: #e6dfff;}


p{padding-left:1em;}

