<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * �뚯씪紐�: index_child.css
 * �ㅻ챸 : �대┛�댁슦�뺣찓�� �ㅽ��� �쒗듃
**/

@charset "utf-8";
@import "/child/common/css/default.css";
@import "/child/common/css/common_child.css";

#wrapper{
	background: url(/child/common/images/common/bg_wrap.gif) repeat-x left top;
	width: 100%;
}
#mainWrapper{
	background: url(/child/common/images/common/img_main_visual.jpg) no-repeat left top;
	min-height: 655px;
	_height: 655px;
	width: 100%;
}
/* header */
#headWrap{
	height: 138px;
	padding: 0 0 0 40px;
	width: 927px;
}
.top-logo{
	float: left;
}
.top-navi{
	display: inline;
	float: right;
	margin: 38px 6px 0 0;
}
.top-navi a{
	margin-right: 12px;
}

/* midwrap */
#midWrap{
	min-height: 466px;
	_height: 466px;
	width: 100%;
}
.mCont01{
	height: 122px;
	margin:0 0 36px 416px;
}
.mCont01 li{
	float: left;
	height:82px;
	margin-right: 11px;
	padding: 26px 0 14px;
	text-align:center;
	width:146px;
}
.mCont01 li.travel{
	background: url(/child/common/images/common/bg_post_travel.gif) no-repeat left top;
}
.mCont01 li.story{
	background: url(/child/common/images/common/bg_post_story.gif) no-repeat left top;
}
.mCont02{
	clear:both;
	height:96px;
	margin-left: 606px;
}
.mCont02 li{
	float: left;
	height: 23px;
	padding: 73px 0 0;
	text-align:center;
}
.mCont02 li.game{
	background: url(/child/common/images/common/bg_game.gif) no-repeat left top;
	width: 115px;
}
.mCont02 li.juvenile{
	background: url(/child/common/images/common/bg_juvenile.gif) no-repeat left top;
	width: 111px;
}
.mCont02 li.science{
	background: url(/child/common/images/common/bg_science.gif) no-repeat left top;
	width: 111px;
}

/* footer */
#footer{
	overflow: hidden;
	padding: 0 0 0 36px;
	width: 927px;
}
.f-logo{
	float: left;
}
.contact-us{
	display: inline;
	float: left;
	font-size: 11px;
	margin-left: 35px;
	padding: 7px 0 0;
}</pre></body></html>