
@charset "utf-8";
/* CSS Document */

/* 인트로 페이지 팝업 */
.introPopupBtn a{position:absolute; left:875px; top:525px; width:138px; height:32px; background-image:url('../../img/page/profile/profile_btn.png'); }
.introPopupBtn a:hover{background-image:url('../../img/page/profile/profile_btn_over.png'); }
.introPop{position:absolute; left:0px; top:0px; width:1120px; height:630px; display:none;}
.introPopTeacher{position:absolute; left:0px; top:0px; width:1120px; height:630px; background-image:url('../../img/page/profile/profile.png');}
.introPopClose a{position:absolute; left:1040px; top:50px; width:28px; height:28px; background-image:url('../../img/page/profile/profile_close.png'); }
.introPopClose a:hover{background-image:url('../../img/page/profile/profile_close_over.png'); }




/* 정리하기 */
#s_print a{position:absolute; left:972px; top:85px; width:33px; height:33px; background: url(../../img/page/summary/printbtn.png); background-position:0px 0px; z-index:101;}
#s_print a:hover{background: url(../../img/page/summary/printbtn_over.png);}

#s_down a{position:absolute; left:930px; top:85px; width:33px; height:33px; background: url(../../img/page/summary/down.png); background-position:0px 0px; z-index:101;}
#s_down a:hover{background: url(../../img/page/summary/down_over.png);}

#s_back a{position:absolute; width:9px; height:15px; top:-2px; background: url(../../img/page/summary/prev.png); background-position:0px 0px; z-index:101;}
#s_back a:hover{background: url(../../img/page/summary/prev_over.png);}

#s_next a{position:absolute; width:9px; height:15px; top:-2px; background: url(../../img/page/summary/next.png); background-position:0px 0px; z-index:101;}
#s_next a:hover{background: url(../../img/page/summary/next_over.png);}

/*
#p_back a{position:absolute; left:500px; top:325px; width:12px; height:15px; background: url(../../img/page/summary/prev.png); background-position:0px 0px; z-index:101;}
#p_back a:hover{background: url(../../img/page/summary/prev_over.png);}

#p_next a{position:absolute; left:500px; top:200px; width:50px; height:50px; background: url(../../img/page/summary/next.png); background-position:0px 0px; z-index:101;}
#p_next a:hover{background: url(../../img/page/summary/next_over.png);}
*/
.s_pop2Close a{position:absolute; left:1050px; top:20px; width:44px; height:44px; background-image:url('../../img/page/summary/pop_close.png');z-index:103;}
.s_pop2Close a:hover{background-image:url('../../img/page/summary/pop_close_over.png'); }

#s1, #s2, #s3, #s4, #s5, #s6, #s7, #s8, #s9, #s10, #s11{
position:absolute;
left:0px;
top:0px;
z-index:100;

}

#summary_btn a{
position:absolute; left:1007px; top:218px; width:91px; height:111px; background: url(../../img/page/summary/s_btn.png);  z-index:1000;
}
#summary_btn a:hover{
 background: url(../../img/page/summary/s_btn_over.png);
}

#buttom_icon ul {
  list-style : none;
  margin:0px;
  padding:0px;
}

#buttom_icon ul li {
  float : left;
  margin:0px;
  padding:0px;
  width:15px;
  height:15px;
  padding:0 4px; /* 메뉴 간의 간격을 10px로 지정합니다.*/
}


#buttom_icon{
	position:absolute;
	z-index:101;
	left:50%;
	top:545px;
	transform: translateX(-50%);
}

.b_btn a{position:absolute;width:9px; height:10px; background: url(../../img/page/summary/s.png);  }
#b_btn1 a {background: url(../../img/page/summary/s_over.png);}
