@charset "euc-kr";

@import "common.css";
@import "table.css";

html{width:100%;height:100%;}
body{width:100%;height:100%;background:#dedede;}
#wrapper{background:url(/images/intro/bg_wrapper.gif) left 47px repeat-x;}
#topArea{background:url(/images/intro/bg_topArea.gif) repeat-x;}
#topArea h1{width:973px;padding:10px;margin:0 auto;position:relative;}
#topArea h1 span{position:absolute;top:16px;right:10px;}

#cntWrap{width:100%;min-width:993px;height:587px;background:url(/images/intro/bg_cntWrap.jpg) 50% top no-repeat;}

#cntArea{margin:0 auto;width:993px;height:587px;position:relative;background:url(/images/intro/bg_cntArea.jpg) 283px top no-repeat;}

#footer{width:100%;height:128px;background:url(/images/intro/bg_footer.gif) left top repeat-x;float:left;}
#footer address{width:993px;margin:10px auto;text-align:center;}

/*for IE6*/
*html #wrapper{height:100%;width:expression(document.documentElement.clientWidth < 993 ? '993px' : '100%');}

/* skip Area */
#topSkip , #bottomSkip{position:absolute; top:0; left:0; width:0; height:0; overflow:hidden; visibility:hidden; font-size:0; line-height:0;}

/* intro */
.flashArea{padding:76px 0 0 10px}
.courseAppArea{padding:14px 0 0 10px}

.subMenu{position:absolute;top:74px;right:0px;width:254px;}
.subMenu ul{width:244px;overflow:hidden;margin-bottom:2px;}
.subMenu ul li{width:244px;height:101px;position:relative;float:left;}
.subMenu ul li a{position:absolute;top:61px;left:0px;width:94px;height:13px;text-indent:-10000000px;z-index:1000;}
.subMenu ul li img{padding-top:1px;}

.subMenu ul li.potalSite{background:url(/images/intro/bg_linkImg01.gif) left top no-repeat;}
.subMenu ul li.yuhanSite{background:url(/images/intro/bg_linkImg02.gif) left top no-repeat;}
.subMenu ul li.introSite{background:url(/images/intro/bg_linkImg03.gif) left top no-repeat;}

.downbtnArea{position:absolute;bottom:0px;left:65px;height:26px;}
.downbtnArea li{padding-left:18px;float:left;height:26px;}
.downbtnArea li img{display:block;}
.downbtnArea li.first-child{padding-left:0px;}
