@charset "utf-8";
/**
 * @File Name : sub.css
 * @Description : Layout SubPages
 * @Modification Information
 * <pre>
 * 2014.12.17 | 김소화 | 최초 등록
 * </pre>
 * @author 디자인팀 김소화
 * @since 2015.12.17
 *
 * @Copyright (C) IACTS.CO.KR All rights reserved.
 */

/* Layout SubPages */

/* All Device ◆◆◆◆◆◆◆◆◆◆ */

/* Layout SubPages ◆◆◆ */

#wrap{ /* >> all.css */ /* background:#fff url(/search/img/inc/bg_wrap.png) repeat-y 15% 0; */}
	#sidebar{display:none;}
	#body{background:#fff;margin:0 auto;}
		#body_content{clear:both;position:static;min-height:463px;margin:0 auto;padding:10px 10px 40px;line-height:1.5 /* ☆ */;word-wrap:break-word /* ☆ */;}
		#body_content:after{content:'';display:block;clear:both;height:0;visibility:hidden;}
	#aside{display:none;}

/* Reset */
#body_content>*:first-child{margin-top:0;}


/* Print.20141121 ◆◆◆◆◆◆◆◆◆◆ */

@media print{ /* @media all{} >> /share/ui/printpage.html */
	html{background:#fff !important;}
	#head,#visual,#sidebar,#body_foot,#foot,#wing,#body_head *,.bg,.noprint,
	#search1,#tnb1{display:none !important;}
	body,#container,#wrap,#body,#body_head,#body_content{float:none !important;top:0 !important;width:auto !important;min-width:0 !important;height:auto !important;margin:0 !important;padding:0 !important;border:0 !important;background:transparent !important;overflow:visible !important;}
	#body_head #body_title{display:block !important;position:static !important;left:0 !important;top:0 !important;height:auto !important;margin:0 0 1em 0 !important;padding:0 0 1em 0 !important;}
	#body_head #body_title *{display:block !important;background:transparent !important;margin:0 !important;padding:0 !important;}
	.section1 .info{display:block !important /* ☆감춘콘텐츠보이기 */;}
}


/* RWD ◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆ */

@media all and (min-width:768px){/* ◇◆◇◆◇◆◇◆◇◆ */

#body_content{padding:20px 20px 40px;}


} /* /(min-width:768px) */


@media all and (min-width:1200px){/* ◇◆◇◆◇◆◇◆◇◆ */

#body{float:left;width:870px;margin:0 -1px 0;border-left:1px solid #d7d7d7;border-right:1px solid #d7d7d7;}
	#body_content{padding:80px 35px 40px;}
#sidebar{display:block;float:left;width:180px;padding:0 0 40px 0;}

#aside{display:block;float:left;width:186px;margin:19px -19px 40px 19px;}

#keywordlist1{float:left;position:relative;width:160px;height:300px;padding:0 0 20px;border-bottom:1px solid #eee;background:#fff;overflow:hidden;}
#keywordlist1 .h1{display:block;margin:0 0 .5em 0;color:#333;font-weight:normal;font-size:1.143em;}
#keywordlist1 .h2{display:block;float:left;width:50%;text-align:center;background:#fff;}
#keywordlist1 .h2>a{display:block;border:1px solid #ddd;padding:5px 0 5px;color:#999;font-size:.923em;background:#f7f7f7}
#keywordlist1 .h2.on>a{color:#000;font-weight:bold;color:#000;background:#fff;}
#keywordlist1 .h2.m1>a{border-right:0;}
#keywordlist1 li{height:23px;margin:0 0 1px;padding:0 40px 0 1.8em;vertical-align:top;overflow:hidden;}
*+html #keywordlist1 li{margin:-1px 0 -3px;}
#keywordlist1 li .t1{float:left;width:100%;color:#666;font-size:.923em;line-height:23px;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden;}
#keywordlist1 li .t2{float:right;width:27px;margin:0 -40px 0 0;padding:0 0 0 13px;color:#767676;font-size:.923em;line-height:23px;}
#keywordlist1 li .t2.ic1{background:url(/_res/search/img/inc/keywordlist1s.png) no-repeat;overflow:hidden;}
#keywordlist1 li .t2.ic1.v0{background-position:-50px 7px;}
#keywordlist1 li .t2.ic1.v1{background-position:-100px 7px;}
#keywordlist1 li .t2.ic1.v2{background-position:-150px 7px;}
#keywordlist1 .tabcont1{display:none;position:absolute;left:0;top:65px;width:100%;}


#foundkeyword1{float:left;width:160px;padding:18px 0;border-bottom:1px solid #eee;background:#fff;}
#foundkeyword1 .h1{display:block;margin:0 0 .5em 0;color:#333;font-weight:normal;font-size:1.143em;}
#foundkeyword1 ul{}
#foundkeyword1 li{display:block;position:relative;padding:0 30px 5px 0;}
#foundkeyword1 li a.t1{display:block;color:#666;font-size:.923em;line-height:20px;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden;}
#foundkeyword1 li a.t1:hover,
#foundkeyword1 li a.t1:focus{color:#000;}
#foundkeyword1 .del{float:left;position:absolute;right:0;top:5px;width:10px;height:10px;border:0;background:url(/_res/search/img/inc/keywordlist1s.png) no-repeat -200px 0;overflow:hidden;text-indent:-9999px;}


} /* /(min-width:1200px) */