button {
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: transparent;
}

/**		하단 컨트롤		**/

/*#fs-footer .footer_inner .control .map + data + slide + sound + script + speed + picture */

#fs-footer {
	width: 1012px;
	height: 40px;
	position: absolute;
	bottom: 0;
	background: url(../css/img/footer/control_bg.png);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	background-color: #000;
	z-index: 99;
}

.footer_inner {
	width: 1012px;
	height: 40px;
	position: relative;
	box-sizing: border-box;
	z-index: 20;
	background-position-y: 0px;
}

.footer_inner .control {
	width: 1012px;
	height: 40px;
	box-sizing: border-box;
}

.footer_inner p {
	position: absolute;
	width: 32px;
	height: 35px;
	box-sizing: border-box;
	cursor: pointer;
	top: 6px;
}

.footer_inner button {
	position: absolute;
	box-sizing: border-box;
	cursor: pointer;
	top: -23px;
}

/** 로고 **/

.footer_inner p.logo {
	display: none;
	background: url("./img/footer/control_logo.png") 50% 50% no-repeat;
	left: 10px;
	top: 0px;
	width: 101px;
	cursor: default;
}

/* 인덱스 버튼 */

/* index 버튼 */

/* .indexBtn{position:absolute; z-index:5000; cursor:pointer; left: 0px; top: -400px;}
.indexBtn #menu_on a{background:url("./img/footer/index.png") 0 0 no-repeat; position:absolute; width:30px; height:158px; text-indent:-9999px; cursor:pointer;}
.indexBtn #menu_on a:hover{background:url("./img/280_UNfooter/index.png")}
.indexBtn #menu_off a{background:url("./img/footer/index.png") 0 0 no-repeat; position:absolute; width:30px; height:158px; text-indent:-9999px; cursor:pointer;} */

.indexBtn {
	position: absolute;
	z-index: 5000;
	cursor: pointer;
	left: 0px;
	top: -53px;
}

.indexBtn #menu_on button {
	background: url("./img/footer/1_off_non.png") 0 0 no-repeat;
	position: absolute;
	width: 72px;
	height: 22px;
	top: 62px;
	left: 10px;
	text-indent: -9999px;
	cursor: pointer;
	display:none;
}

.indexBtn #menu_on button:hover {
	background: url("./img/footer/1_on_non.png");
}

.indexBtn #menu_off button {
	background: url("./img/footer/1_off_non.png") 0 0 no-repeat;
	position: absolute;
	width: 72px;
	height: 22px;
	top: 57px;
	left: 10px;
	text-indent: -9999px;
	cursor: pointer;
}

.indexBtn #menu_off button:hover {
	background: url("./img/footer/1_on_non.png");
}

.popupbtns {
	position: absolute;
	cursor: pointer;
	/* z-index: 5000; */
	left: 40px;
	top: 7px;
	/* display: none; */
}

.leaningmap_btn,
.guide_btn {
	position: absolute;
}

.leaningmap_btn {
	width: 82px;
	height: 19px;
	top: 7px;
	background: url(../css/img/footer/footer_leaningmap_d.png);
}

.guide_btn {
	width: 78px;
	height: 19px;
	left: 100px;
	top: 5px;
	background: url(../css/img/footer/footer_guide_d.png);
}

.guide_btn:hover {
	background: url(../css/img/footer/footer_guide_u.png);
}

.leaningmap_btn:hover {
	background: url(../css/img/footer/footer_leaningmap_u.png);
}

/* .indexBtn #menu_off a:hover{background:url("./img/footer/1_on_over.png")} */

/* .indexBtn #menu_off a{position:absolute; width:28px; height:28px; text-indent:-9999px; cursor:pointer; background-color: #dcdcdc;} */

/** 로드맵 **/

/*	.footer_inner .map{background:url("./img/footer/footer_map_d.png") 50% 50% no-repeat;left:56px;}*/

/** 학습도우미 **/

.footer_inner .help {
	background: url("./img/footer/footer_help_d.png") 50% 50% no-repeat;
	left: 92px;
}

/** 강의노트 note **/

/*	.footer_inner .note{background:url("./img/footer/footer_note_d.png") 50% 50% no-repeat;left:92px;}*/

/**  slide>.slide_inner + .time + #marker **/

/** 슬라이드 바 **/

/* .slide{	display:inline-block;	 width:1280px;height:5px;	position:absolute;left:0px;top:2px;}
	.slide .slide_inner{	height:5px;z-index:15;position:relative;margin:auto;} 

	.slide .slide_bg{width:1280px;	height:5px;left:0px;	background:rgba(225,225,225,0.3);	position:absolute;top:-1px;margin-right:0;background:#ccc;}
	.slide .slide_current{	width:0px;	height:5px;	background:#33CCFF;	position:absolute;	left:0;top:0;	z-index:11;background:#ca4f4f}
	.slide .slide_current:after{content:"";display:none;clear:both;width:25px;height:25px;background:url("./img/footer/footer_slide_heart.png");position:absolute;right:-10px;;top:10px;} */

.slide {
	display: inline-block;
	width: 570px;
	height: 9px;
	position: absolute;
	left: 90px;
	top: 5px;
}

/*.slide .slide_inner{	height:5px;z-index:15;position:relative;margin:auto;} */

.slide .slide_bg {
	width: 610px;
	height: 8px;
	left: -70px;
	background: #bbbbbb;
	position: absolute;
	top: 12px;
	margin-right: 0;
	border-radius: 10px;
}

.slide .slide_current {
	width: 0px;
	height: 8px;
	background: #ffffff;
	position: absolute;
	left: 0px;
	top: 0;
	z-index: 11;
	border-radius: 10px;
}

.slide .slide_current:after {
	content: "";
	display: none;
	clear: both;
	width: 16px;
	height: 16px;
	background: url(./img/footer/footer_slide_heart.png) no-repeat;
	position: absolute;
	right: -8px;
	top: -4px;
}

/* .slide .slide_current::before{content: "";
    display: inline-block;
		clear: both;
		position: absolute;
		left: -3px;
		top: -1px;
    width: 8px;
    height: 8px;
    background:url("./img/footer/footer_slide_u.png") 0 50% no-repeat;
    
	} */

.time_cur {
}

.time_tol {
	margin-left: -4px;
}

.time {
	width: 85px;
	display: inline-block;
	height: 5px;
	position: absolute;
	left: 650px;
	top: 4px;
}

.time ul {
	width: 90px;
	height: 35px;
}

.time ul li {
	line-height: 35px;
	color: #fff;
	font-size: 13px;
	float: left;
	font-weight: bold;
}

.time .time_cur {
}

/** 마커 , 마커풍선 **/

#marker {
	width: 284px;
	height: 40px;
	position: absolute;
	left: 3px;
	top: -31px;
	z-index: 50;
}

#marker ul {
	width: 400px;
	position: relative;
}

#marker ul li {
	list-style: none;
	padding: 10px 0;
	display: inline-block;
	text-align: left;
	height: 22px;
	position: absolute;
	z-index: 100;
}

#marker ul li em {
	width: 17px;
	height: 10px;
	background: url("./img/marker.png") 0 0 no-repeat;
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	cursor: pointer;
	z-index: 10;
}

#marker ul li span {
	float: left;
	display: inline-block;
	padding: 5px 0;
	height: 30px;
	line-height: 20px;
	display: none;
	color: #333;
	margin-top: -10px;
}

#marker ul li span:nth-of-type(1) {
	z-index: -10;
	position: absolute;
	left: -10px;
	top: 0;
	background: url("./img/bal_1.png") 0 0 no-repeat;
	width: 26px;
}

#marker ul li span:nth-of-type(2) {
	margin-left: 10px;
	background: url("./img/bal_2.png") 0px 0 repeat-x;
	text-indent: -10px;
	margin-top: -20px;
}

#marker ul li span:nth-of-type(3) {
	float: right;
	background: url("./img/bal_3.png") 100% 0 no-repeat;
	width: 8px;
	margin-top: -20px;
}

/**  재생 play **/

.footer_inner .play {
	background: url("./img/footer/footer_play_d.png") 50% 50% no-repeat;
	left: 740px;
	top: 5px;
	width: 31px;
	height: 31px;
	z-index: 511;
}

.footer_inner .play:hover {
	background: url("./img/footer/footer_play_u.png") 50% 50% no-repeat;
	width: 50px;
	height: 71px;
	top: -29px;
	left: 731px;
}

/**  일시 중지 pause **/

.footer_inner .pause {
	background: url("./img/footer/footer_pause_d.png") 50% 50% no-repeat;
	top: 5px;
	left: 740px;
	width: 31px;
	height: 31px;
	z-index: 512;
}

.footer_inner .pause:hover {
	background: url("./img/footer/footer_pause_u.png") 50% 50% no-repeat;
	width: 70px;
	height: 71px;
	top: -29px;
	left: 720px;
	z-index: 510;
}

/** 다시재생 replay **/

.footer_inner .replay {
	background: url("./img/footer/footer_replay_d.png") 50% 50% no-repeat;
	top: 4px;
	left: 770px;
	width: 31px;
	height: 31px;
	z-index: 511;
}

.footer_inner .replay:hover {
	background: url("./img/footer/footer_replay_u.png") 50% 50% no-repeat;
	width: 66px;
	height: 66px;
	top: -28px;
	left: 753px;
	z-index: 511;
}

/** 사운드 버튼 **/

.footer_inner .sound_btn {
	background-image: url("../common/css/img/footer/footer_sound_on_d.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	left: 881px;
	width: 60px;
	height: 59px;
	z-index: 512;
}

.footer_inner .sound_btn:hover {
	background-image: url("../common/css/img/footer/footer_sound_on_u.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.clickBox_x {
	display: none;
	left: 200px !important;
	top: 0 !important;
	width: 510px !important;
	height: 32px !important;
	z-index: 1000;
	cursor: default;
}

.footer_inner #volumControl {
	position: absolute;
	left: 930px;
	top: 17px;
	display: block;

}



.footer_inner #volumControl div {
	position: absolute;
}

/* 헤드 */

.footer_inner #volumControl #positionV {
	display: inline-block;
	top: -3px;
	left: 0px;
	width: 40px;
	height: 13px;
	z-index: 1000;
	cursor: pointer;
	opacity: 100;
	
}

/* 바 아래 */

.footer_inner #volumControl .progress {
	top: 0px;
	width: 40px;
	height: 8px;
	background: gray;
	border: 0px solid;
	border-radius: 10px;
}

/* 바 아래 클릭 영역 */

.footer_inner #volumControl .seekBtn {
	top: 0px;
	width: 40px;
	height: 9px;
	color: #00f;
}

.footer_inner #volumControl .seekBar {
	top: 0px;
	width: 40px;
	height: 9px;
	background: #d4483c no-repeat;
	border:0px solid;
	border-radius: 10px;
}

/** 자막 **/

.footer_inner .script {
	background: url("./img/footer/footer_script_off_d.png") 50% 50% no-repeat;
	left: 840px;
	width: 60px;
	height: 59px;
	z-index: 511;
	display:none;
}

.footer_inner .script:hover {
	background: url("./img/footer/footer_script_off_u.png") 50% 50% no-repeat;
	display:none;
}

/** 러닝맵 **/

.footer_inner .learningBtn {
	display: none;
	background: url("./img/footer/footer_learning_d.png") 50% 50% no-repeat;
	left: 195px;
	top: 14px;
}

/** 학습도우미 **/

.footer_inner .gudieBtn {
	display: none;
	background: url("./img/footer/footer_gudie_d.png") 50% 50% no-repeat;
	left: 267px;
	top: 14px;
	width: 32px;
}

/** 스크립트 버튼 **/

#fs-footer .scriptView {
	display: none;
	z-index: 511;
	position: absolute;
	width: 100%;
	height: 110px;
	top: 20px;
	padding-top: 20px;
	padding-bottom: 60px;
	z-index: 550;
	box-sizing: border-box;
	background: url("./img/footer/script_bg.png") 50% no-repeat;
}

#fs-footer .scriptView .script_inner {
	width: 940px;
	height: 60px;
	margin: auto;
	margin-top: 22px;
	overflow-y: auto;
}

/** 전체보기 replay **/

.footer_inner .full {
	display: none;
	background: url("./img/footer/footer_full_screen_d.png") 50% 50% no-repeat;
	left: 716px;
	top: 7px;
}

/*		scrollbar-3d Light-Color: #4a413c; 	scrollbar-arrow-color:#4a413c ; 	scrollbar-base-color: gba(201,164,141,0.3); 	*/

/*	scrollbar-Face-Color: #928e8c; 	scrollbar-Track-Color:#4a413c ;	scrollbar-DarkShadow-Color: bla ck; 	scrollbar-Highlight-Color:  #4a413c; 	scrollbar-Shadow-Color: 	#4a413c;	}*/

/*	#fs-footer .scriptView .script_inner::-webkit-scrollbar {width: 10px; height: 14px; bord er: 3px solid #fff; }*/

/*	#fs-footer .scriptView .script_inner::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {display: block; height: 10px; background: pink) #efefef}*/

/*	#fs-footer .scriptView .script_inner::-webkit-scrollbar-track {background: #efefef; -webkit-border-radius: 10px; border-radius:10px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.2)}*/

/*	#fs-footer .scriptView .script_inner::-webkit-scrollbar-thumb {height: 50px; width: 50px; background: rgba(0,0,0,.2); -webkit-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.1)}*/

#fs-footer .scriptView .script_close {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 950px;
	top: 10px;
	cursor: pointer;
	background: url("./img/footer/script_close.png");
}
/*
#fs-footer .scriptView .script_close span {
	font-size: 70%;
	display: inline-block;
	color: #fff;
	vertical-align: top;
	line-height: 1.5;
}
*/
#fs-footer .scriptView .script_close:hover {
	background: url("./img/footer/script_close.png");
}
/*
#fs-footer .scriptView .script_close:hover span {
	color: #333
}
*/
#fs-footer .scriptView span {
	color: #fff;
	display: block;
	padding-bottom: 10px;
	letter-spacing: 1px;
}

#fs-footer .scriptView span strong {
	font-size: 16px;
	width: 100%;
	display: block;
}

/* ie 용 스크롤 바 색상변경 가능 크기 사이즈 변경 안됨*********************************************/

html {
	scrollbar-arrow-color: #999;
	scrollbar-Track-Color: #fff;
	scrollbar-base-color: pink;
	scrollbar-Face-Color: #dcdcdc;
	scrollbar-3dLight-Color: #dfdfdf;
	scrollbar-DarkShadow-Color: #dfdfdf;
	scrollbar-Highlight-Color: #dfdfdf;
	scrollbar-Shadow-Color: #dfdfdf;
}

/* Chrome, Safari용 스크롤 바 */

::-webkit-scrollbar {
	width: 10px;
	height: 15px;
}

::-webkit-scrollbar-button:start:decrement {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: url("./img/quiz/scroll_top.png") 50% 50% no-repeat rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-button:end:increment {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: url("./img/quiz/scroll_bot.png") 50% 50% no-repeat rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-track-piece {
}

::-webkit-scrollbar-track {
	border-radius: 50%;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	background: #efefef;
	box-sizing: border-box;
}

::-webkit-scrollbar-thumb {
	border-radius: 3px;
	border-left: 2.5px solid #fff;
	border-right: 2.5px solid #fff;
	background: #8d9eaf;
	box-sizing: border-box;
}

/* ------------------------------------------------------------ */

/** 배속 선택 버튼  **/

.footer_inner .speed {
	display: block;
	height: 30px;
	cursor: default;
	left: 835px;
	position: absolute;
	top: 5px;
}

.footer_inner .speed ul {
	width: 77px;
	height: 30px;
}

.footer_inner .speed ul li {
	float: left;
	color: #333;
}

.footer_inner .speed ul button:nth-child(1) {
	width: 22px;
	height: 30px;
	font-size: 10pt;
	color: #999;
	line-height: 44px;
	background: url("./img/footer/footer_speed_left_d.png") 50% 50% no-repeat;
	left: -23px;
	top: -1px;
}

.footer_inner .speed ul button:nth-child(1):hover {
	background: url("./img/footer/footer_speed_left_u.png") 50% 50% no-repeat;
	cursor: pointer;
}

.footer_inner .speed ul li:nth-child(2) {
	width: 24px;
	line-height: 33px;
	text-align: center;
	color: #fff;
	font-size: 17px;
}

.footer_inner .speed ul button:nth-child(3) {
	width: 27px;
	height: 30px;
	font-size: 10pt;
	color: #999;
	line-height: 44px;
	background: url("./img/footer/footer_speed_right_d.png") 50% 50% no-repeat;
	left: 26px;
	top: -1px;
	z-index: 600;
}

.footer_inner .speed ul button:nth-child(3):hover {
	background: url("./img/footer/footer_speed_right_u.png") 50% 50% no-repeat;
	cursor: pointer;
}

/** 화질 선택 버튼 **/

.footer_inner .picture {
	position: relative;
	width: 48px;
	height: 20px;
}

.footer_inner .picture ul {
	width: 48px;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	bottom: 30px;
	left: 0;
	border-radius: 5px;
	display: none;
	z-index: 10;
}

.footer_inner .picture ul li {
	width: 48px;
	height: 20px;
	text-align: center;
	font-size: 10pt;
	color: #999;
	line-height: 20px;
	z-index: 100;
}

.footer_inner .picture ul li:hover {
	color: #d29364;
}

.footer_inner .picture span {
	width: 48px;
	height: 20px;
	position: absolute;
	bottom: 10px;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	color: #999;
	font-size: 10pt;
	display: block;
	text-align: center;
	line-height: 19px;
}

.footer_inner .picture span:hover {
	color: #d29364;
}

/**  이전 다음 버튼**/

.footer_inner .paging {
	display: inline-block;
	position: absolute;
	right: 30px;
	height: 30px;
	margin-top: 9px;
}

.footer_inner .paging ul li {
	float: left;
	height: 30px;
	line-height: 50px;
	color: #a4a4a4;
	font-size: 18pt;
}

.footer_inner .paging ul li:nth-child(1) {
	margin-right: -16px;
}

.footer_inner .paging ul li:nth-child(3) {
	margin-left: -14px;
}

.footer_inner .paging .dash {
	width: 42px;
	height: 17px;
	text-align: center;
	background: url("./img/footer/footer_paging_dash.png") no-repeat center;
	margin-top: 3px;
	margin-left: 2px;
	display:none;
}

.footer_inner .pre {
	/* 포팅용 */
	/* display: none; */
	position: absolute;
	width: 30px;
	height: 30px;
	right: 92px;
	top: 5px;
	background: url("./img/footer/footer_paging_pre_d.png");
	cursor: pointer;
	z-index: 511;
	display:none;
}

.footer_inner .pre:hover {
	background: url("./img/footer/footer_paging_pre_u.png");
}

.footer_inner .next {
	/* 포팅용 */
	/* display: none; */
	position: absolute;
	width: 30px;
	height: 30px;
	top: 5px;
	right: 0px;
	background: url(./img/footer/footer_paging_nex_d.png);
	cursor: pointer;
	display:none;
}

.footer_inner .next:hover {
	background: url(./img/footer/footer_paging_nex_u.png);
}

.footer_inner .bigPre {
	/* 포팅용 */
	display: none !important;
	position: absolute;
	width: 61px;
	height: 90px;
	left: 0;
	top: -100px;
	background: url("./img/footer/footer_bigPaging_pre_d.png");
	cursor: pointer;
}

.footer_inner .bigPre:hover {
	background: url("./img/footer/footer_bigPaging_pre_u.png");
}

.footer_inner .bigNext {
	/* 포팅용 */
	display: none !important;
	position: absolute;
	width: 61px;
	height: 90px;
	top: -100px;
	right: 0;
	background: url('./img/footer/footer_bigPaging_nex_d.png');
	cursor: pointer;
}

.footer_inner .bigNext:hover {
	background: url('./img/footer/footer_bigPaging_nex_u.png');
}

.footer_inner .paging .page_current {
	padding-right: 0px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 21px;
	line-height: 30px;
	margin-top: -4px;
	display:none;
}

.footer_inner .paging .page_total {
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	line-height: 30px;
	margin-right: 5px;
	/* margin-left: 5px; */
	position: relative;
	left: 1px;
	top: -3px;
	display:none;
}

.footer_inner .paging .preM {
	width: 40px;
	background: url("./img/footer/footer_paging_preM_d.png") 50% 50% no-repeat;
	cursor: pointer;
}

.footer_inner .paging .nextM {
	width: 40px;
	background: url("./img/footer/footer_paging_nexM_d.png") 50% 50% no-repeat;
	cursor: pointer;
}

/** 다음페이지 이동 tooltip **/

#fs-footer .next_tooltip {
	width: 192px;
	height: 44px;
	background: url("./img/footer/footer_next_tooltip.png") 100% 50% no-repeat;
	position: absolute;
	top: -45px;
	left: 806px;
	display: none;
	z-index: -1;
}

/** 닫기 버튼 **/

.footer_inner .close_btn {
	display: none;
	width: 23px;
	height: 23px;
	background-image: url("./img/footer/footer_close_d.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	right: 10px;
	top: 18px;
}

.imgOver1 {
	background: url(../css/img/gudie/01.png);
	position: absolute;
	width: 28px;
	height: 26px;
	top: 195px;
	left: 620px;
	z-index: 100000;
}

.imgOver1:hover {
	background: url(../css/img/gudie/01_over.png);
	position: absolute;
	width: 160px;
	height: 62px;
	top: 176px;
	left: 623px;
	z-index: 9999;
}

.imgOver2 {
	background: url(../css/img/gudie/02.png);
	position: absolute;
	width: 28px;
	height: 26px;
	top: 195px;
	left: 290px;
	z-index: 100000;
}

.imgOver2:hover {
	position: absolute;
	background: url(../css/img/gudie/02_over.png);
	width: 205px;
	height: 63px;
	top: 177px;
	left: 291px;
	z-index: 9999;
}

.imgOver3 {
	background: url(../css/img/gudie/03.png);
	position: absolute;
	width: 28px;
	height: 26px;
	top: 253px;
	left: 361px;
	z-index: 100000;
}

.imgOver3:hover {
	position: absolute;
	background: url(../css/img/gudie/03_over.png);
	width: 435px;
	height: 315px;
	top: 229px;
	left: 307px;
	z-index: 9999;
}

.imgOver4 {
	background: url(../css/img/gudie/04.png);
	position: absolute;
	width: 28px;
	height: 26px;
	top: 258px;
	left: 234px;
	z-index: 100000;
}

.imgOver4:hover {
	position: absolute;
	background: url(../css/img/gudie/04_over.png);
	width: 223px;
	height: 276px;
	top: 258px;
	left: 232px;
	z-index: 9999;
}

.imgOver5 {
	background: url(../css/img/gudie/05.png);
	position: absolute;
	width: 28px;
	height: 26px;
	top: 243px;
	left: 653px;
	z-index: 100000;
}

.imgOver5:hover {
	position: absolute;
	background: url(../css/img/gudie/05_over.png);
	width: 102px;
	height: 73px;
	top: 195px;
	left: 653px;
	z-index: 9999;
}

.imgOver6 {
	background: url(../css/img/gudie/06.png);
	position: absolute;
	width: 28px;
	height: 26px;
	top: 242px;
	left: 780px;
	z-index: 100000;
}

.imgOver6:hover {
	position: absolute;
	background: url(../css/img/gudie/06_over.png);
	width: 184px;
	height: 91px;
	top: 177px;
	left: 672px;
	z-index: 9999;
}

.imgOver7 {
	background: url(../css/img/gudie/07.png);
	position: absolute;
	width: 28px;
	height: 26px;
	top: 549px;
	left: 335px;
	z-index: 100000;
}

.imgOver7:hover {
	position: absolute;
	background: url(../css/img/gudie/07_over.png);
	width: 267px;
	height: 74px;
	top: 521px;
	left: 335px;
	z-index: 9999;
}

.imgOver8 {
	background: url(../css/img/gudie/08.png);
	position: absolute;
	width: 28px;
	height: 26px;
	top: 548px;
	left: 574px;
	z-index: 100000;
}

.imgOver8:hover {
	position: absolute;
	background: url(../css/img/gudie/08_over.png);
	width: 137px;
	height: 65px;
	top: 529px;
	left: 575px;
	z-index: 9999;
}

.imgOver9 {
	background: url(../css/img/gudie/09.png);
	position: absolute;
	width: 28px;
	height: 26px;
	top: 547px;
	left: 774px;
	z-index: 100000;
}

.imgOver9:hover {
	position: absolute;
	background: url(../css/img/gudie/09_over.png);
	width: 131px;
	height: 71px;
	top: 524px;
	left: 671px;
	z-index: 9999;
}

.imgOver10 {
	background: url(../css/img/gudie/10.png);
	position: absolute;
	width: 28px;
	height: 26px;
	top: 551px;
	left: 214px;
	z-index: 100000;
}

.imgOver10:hover {
	position: absolute;
	background: url(../css/img/gudie/10_over.png);
	width: 139px;
	height: 75px;
	top: 519px;
	left: 214px;
	z-index: 9999;
}

.imgclick {
	position: absolute;
	width: 497px;
	height: 247px;
	top: 287px;
	left: 236px;
	z-index: 50000;
}

.keyboard_btn {
	width: 30px;
	height: 30px;
	left: 825px;
	top: 3px !important;
	z-index: 512;
	background: url(../css/img/footer/footer_keyboard_d.png) no-repeat;
}

.keyboard_btn:hover {
	width: 84px;
	height: 75px;
	left: 794px;
	top: -46px !important;
	z-index: 510;
	background: url(../css/img/footer/footer_keyboard_u.png) no-repeat;
}
