/************기본값 고등 수학 *************/
#Wrap{
    background-color:#fff;
}

/*headerWrap*/

#headerWrap header h1{
    color:#2b0012;
}
#headerWrap header h1 span.head_copy{
    color:#000;
}

/*t_menu*/
#t_menu ul li a{
    color:#333333;
}
/*t_menu end*/

/*navWrap*/
#navWrap{
    width:500px;
    height:auto;
    position:absolute;
    right:50px;
    top:68px;
}
#navWrap nav{
    width:100%;
}
#navWrap nav ul{
    overflow:hidden;
}
#navWrap nav ul li{
    float:left;
    width:240px;
    height:77px;
}

/* 네비 버튼 눌렀을때 */

#navWrap nav ul li.nav_smart{
    margin-right:12px;
}

#navWrap nav ul li a{
    display:block;
    width:100%;
    height:100%;
    text-indent:90px;
    font-size:18px;
    line-height:77px;
    font-weight:700;
	color:#b2b2b2;
}
#navWrap nav ul li:last-child a{
    text-indent:80px;
}
#navWrap nav ul li a:hover{color:#ee1771;}

#navWrap nav ul li.on a{color:#ee1771;}
/*navWrap end*/

/*headerWrap end*/


/*contentWrap*/
#contentWrap section {
    width: 1220px;
    height: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-o-border-radius: 20px;
-ms-border-radius: 20px;

}
/*snb*/
#snb{background-color:#f699c0;}
#snb .big_tit_wrap ul li{height:45px;}
#snb .big_tit_wrap ul li a{
    font-size:18px;
    line-height: 40px;
    color:#fff;
    display:block;
    width:180px;
    height:100%;
}

/*snb_ft*/
#snb .snb_ft{
    width:100%;
    margin-top:68px;
    background:#63002a;
}
/*snb_ft end*/

/*snb end*/


/*tableWrap*/
#RightWrap{
    position:absolute;
    left:360px;
    top:20px;
}
.table_wrap {
	max-height:380px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.table_wrap div{
	width:auto !important;
}
.table_wrap table {
	width:100%;
	margin-bottom:20px;
	margin-right:20px;
}
	.table_wrap table thead {
		border-top:1px solid #999999;
		background-color:#d9d9d9;
	}
	.table_wrap table thead td {
		font-size:12px;
		font-weight:700;
		color:#666666;
		height:30px;
		border-right:1px solid #fff;
		border-bottom:1px solid #fff;
		vertical-align:middle;
		text-align:center;
	}
	.table_wrap table thead td.bdnone {
		border-right:1px solid #fff;
		border-bottom:none;
	}
	.table_wrap table tbody {
		border-top:1px solid #999999;
	}
	.table_wrap table tbody td {
		font-size:12px;
		color:#333333;
		height:38px;
		
		border-bottom:1px solid #cccccc;
	    border-left:1px solid #cccccc;
		vertical-align:middle;
		text-align:center;
	}
	.table_wrap table tbody td span {
		padding-left:18px;
		font-weight:700;
		line-height:38px;
	}
	.table_wrap table tbody td.title {
		background-color:#f5f5f5;
	}
	.table_wrap table tbody td.text {
		text-align:left;
	}
	.table_wrap table tbody td.bdtitle {
		border-right:none;
	}
	.table_wrap table tbody td.bdzip {
		border-bottom:1px solid #999999;
		border-top:1px solid #999999;
	}
	.table_wrap table tbody td.bdrnone {
		border-right:none;
	}

	.table_wrap table tbody td a {
		padding:0;
		margin:0;
		display:inline;
	}

/*탭버튼*/
#tabs { overflow: hidden; width:100%;}
#content{width:850px;height:auto; margin-top:20px; overflow:hidden;}

#tabs li {
	font-weight:bold;
	float:left;
	width:20%;
	height:45px;
	border:2px solid #b3b3b3;
	border-bottom:2px solid #ee1771;
	box-sizing:border-box; 
	overflow:hidden;
	color:#464646;
	border-radius:10px 10px 0 0;
}
#tabs a {
	display:block;
	width:100%; 
	height:100%; 
	position: relative; 
	float: left; 
	overflow:hidden; 
	font-size:16px; 
	text-align:center; 
	line-height:45px; 
	color:#b3b3b3;
}
.tab_bottom_border{
	width:60%; /*탭메뉴 갯수에 따라 넓이값 조정*/ 
	border-bottom:2px solid #ee1771; 
	float:right; 
	margin-top:-2px;
}

/*첫번째 글씨색*/
#tabs a.on1{
	color:#ee1771
}
#tabs li.on{
	border:2px solid #ee1771;
	border-bottom:none;
	background:#fff;
}
/* 탭버튼 end*/

/*table common*/

#RightWrap .table_wrap>div{
    width:850px;
    height:auto;
	background:#fff;
}



/*footerWrap*/
#footerWrap{
    background:#63002a;    
}

/*footerWrap end*/


/************기본값 고등 수학 end *************/





/***************** zb_h 고등 지리 부도 *********************/



/*zb_h headerWrap*/
#Wrap.zb_h #headerWrap header h1{
	color:#fff;
}
#Wrap.zb_h #headerWrap header span{
	color:#fff;
}
#Wrap.zb_h #t_menu ul li a{
	color:#fff;
}

#Wrap.zb_h #headerWrap{
    background:url(../images/intro/header_bg.png) no-repeat left top #ffefbb;
}
/*zb_h headerWrap end*/


/*zb_h headerWrap*/
#Wrap.zb_h #headerWrap header h1{
	color:#fff;
}
#Wrap.zb_h #headerWrap header span{
	color:#fff;
}
#Wrap.zb_h #t_menu ul li a{
	color:#fff;
}
#Wrap.zb_h #t_menu ul li:first-child{
    border-right:1px solid #fff;
}

#Wrap.zb_h #headerWrap{
    background:url(../images/intro/header_bg.png) no-repeat left top #ffefbb;
}
/*zb_h headerWrap end*/

/*zb_h navWrap*/
#navWrap nav ul li.nav_smart{background:url(../images/intro/smart_inactive.png) no-repeat center;
	margin-right:12px;
}
#Wrap.zb_h #navWrap nav ul li.nav_smart.on{background:url(../images/intro/smart_active.png) no-repeat center;}
#Wrap.zb_h #navWrap nav ul li.nav_data.on{background:url(../images/intro/library_active.png) no-repeat center;}
#Wrap.zb_h #navWrap nav ul li.nav_data:hover{background:url(../images/intro/library_active.png) no-repeat center;}
#Wrap.zb_h #navWrap nav ul li.nav_smart:hover{background:url(../images/intro/smart_active.png) no-repeat center;}

#Wrap.zb_h #navWrap nav ul li a:hover{color:#337e9e;}

#Wrap.zb_h #navWrap nav ul li.on a{color:#337e9e;}

/*korean_h navWrap end*/



/*zb_h contentWrap*/
#Wrap.zb_h #contentWrap{
    /*background:url(../images/intro/table_bg_r.png) no-repeat right 153px, url(../images/intro/table_bg_l.png) no-repeat left 334px;*/
	background:url(../images/intro/table_bg.jpg)repeat;
}

/*snb*/
#Wrap.zb_h #snb{
    background:url(../images/intro/lib_l_box_bg.png) no-repeat 70px 289px #309abf;
}
#Wrap.zb_h #snb .big_tit_wrap{
	padding:0 10px;
}


#Wrap.zb_h #snb .big_tit_wrap ul li a{
    font-size:16px;
    width:100%;
	color:#0a2f40;
}

#Wrap.zb_h #snb .big_tit_wrap ul li.on{
    background:url(../images/intro/lib_l_box_tit_hover.png) no-repeat left top;
	color:#fff;
}
#Wrap.zb_h #snb .big_tit_wrap ul li.hover{
    background:url(../images/intro/lib_l_box_tit_hover.png) no-repeat left top;
	color:#fff;
}


#Wrap.zb_h #snb .big_tit_wrap ul li.on a{color:#fff;}
/*zb_h snb_ft*/

#Wrap.zb_h #snb .snb_ft1{
    width:100%;
    position:absolute;
	bottom:10px;
	}
#Wrap.zb_h #snb .snb_ft1 ul{
	width:30px;
	height:12px;
	margin:0 auto;
}
#Wrap.zb_h #snb .snb_ft1 ul li{
	cursor:pointer;
	width:12px;
	height:12px;
	background:url(../images/intro/off_btn.png) no-repeat 50% /100% 100% ;
}

#Wrap.zb_h #snb .snb_ft1 li:nth-child(1){
	float:left;
}
#Wrap.zb_h #snb .snb_ft1 li:nth-child(2){
	float:right;
}
#Wrap.zb_h #snb .snb_ft1 li.on{
	width:12px;
	height:12px;
	background:url(../images/intro/on_btn.png) no-repeat 50% /100% 100% ;
}

/*zb_h snb_ft end*/

/*zb_h snb end*/


/*zb_h tableWrap*/

/*zb_h tab*/

#Wrap.zb_h #tabs li {
	border:2px solid #b3b3b3;
	border-bottom:2px solid #337e9e;
	color:#464646;
}


/*첫번째 글씨색*/
#Wrap.zb_h #tabs a.on1{color:#337e9e;}
#Wrap.zb_h #tabs li.on{border:2px solid #337e9e;border-bottom:none;}
#Wrap.zb_h .tab_bottom_border{
	width:40%;
	border-bottom:2px solid #337e9e; 
	float:right; 
	margin-top:-2px;
}

/*zb_h tab end*/

/*zb_h footerWrap*/
#Wrap.zb_h #footerWrap{
    background:#0f161a;   
}

/*zb_h footerWrap end*/


/***************** zb_h 고등 지리 부도 end*********************/

