/**
 * Company: ¿ÀÇÇÀ¯Ä¿½º
 * Website: ophiuchus.co.kr | opeople.co.kr
 * Author : Euiyeon Kim <euiyeon@ophiuchus.co.kr>
 * Updated: 2020.08.25
 */

/**		ÇÏ´Ü ÄÁÆ®·Ñ		**/
#fs-footer {
	height: 40px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

#fs-footer * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#fs-footer > .footer_inner {
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #333;
	/* background: url("./img/footer/control_bg.png") no-repeat; */
	z-index: 20;
}

#fs-footer > .footer_inner > .control {
	width: 100%;
	height: 35px;
	padding-left: 30px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

#fs-footer > .footer_inner > .control * {
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#fs-footer > .footer_inner > .control p,
#fs-footer > .footer_inner > .control ul,
#fs-footer > .footer_inner > .control li {
	margin: 0;
	padding: 0;
}

#fs-footer > .footer_inner > .control > p {
	/* position: absolute; */
	display: block;
	width: 35px;
	width: 40px;
	cursor: pointer;
}
#fs-footer > .footer_inner > .control > p,
#fs-footer > .footer_inner > .control > div {
	height: 100%;
}

/** ÇÐ½À¸ñÂ÷ **/
#fs-footer > .footer_inner > .control > .tab.toc { background-image: url('./img/footer/indexBtn_d.png') }
#fs-footer > .footer_inner > .control > .tab.toc:hover { background-image: url('./img/footer/indexBtn_u.png') }
/** ÇÐ½Àµµ¿ì¹Ì **/
#fs-footer > .footer_inner > .control > .tab.help { background-image: url('./img/footer/helpBtn_d.png') }
#fs-footer > .footer_inner > .control > .tab.help:hover { background-image: url('./img/footer/helpBtn_u.png') }
/** ÆÁ **/
#fs-footer > .footer_inner > .control > .tab.tip { background-image: url('./img/footer/tipBtn_d.png') }
#fs-footer > .footer_inner > .control > .tab.tip:hover { background-image: url('./img/footer/tipBtn_u.png') }
/** ±³Àç ´Ù¿î·Îµå **/
#fs-footer > .footer_inner > .control > .tab.note { background-image: url('./img/footer/noteBtn_d.png') }
#fs-footer > .footer_inner > .control > .tab.note:hover { background-image: url('./img/footer/noteBtn_u.png') }

/** ¹Ìµð¾î Å¸ÀÌ¸Ó **/
#fs-footer > .footer_inner > .control > .time {
  margin-left: auto;
  margin-right: 16px;
  /* width: 85px; */
  font-family: 'Poppins', sans-serif;
  font-size: .9em;
  font-weight: 300;
}
#fs-footer > .footer_inner > .control > .time > ul,
#fs-footer > .footer_inner > .control > .time > ul > li {
  list-style: none;
}

#fs-footer > .footer_inner > .control > .time > ul {
	/* width: 80px; */
	height: 100%;
	display: flex;
	align-items: center;
}

#fs-footer > .footer_inner > .control > .time > ul > li {
  width: 42px;
  height: 100%;
	line-height: 100%;
	color: #fff;
	font-size: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}

#fs-footer > .footer_inner > .control > .time > ul > li.delim {
  width: 10px;
  font-size: .75em;
}
#fs-footer > .footer_inner > .control > .time > ul > li.time_cur {
	color: #F8CF43;
}

/** ¹Ìµð¾î ÄÁÆ®·Ñ·¯ **/
/** Àç»ý/ÀÏ½ÃÁ¤Áö ¹öÆ° **/
#fs-footer > .footer_inner > .control > .tab.play { background-image: url('./img/footer/footer_play_d.png') }
#fs-footer > .footer_inner > .control > .tab.play:hover { background-image: url('./img/footer/footer_play_u.png') }
#fs-footer > .footer_inner > .control > .tab.play.active { background-image: url('./img/footer/footer_pause_d.png') }
#fs-footer > .footer_inner > .control > .tab.play.active:hover { background-image: url('./img/footer/footer_pause_u.png') }

/** ´Ù½ÃÀç»ý **/
#fs-footer > .footer_inner > .control > .tab.replay { background-image: url('./img/footer/footer_replay_d.png') }
#fs-footer > .footer_inner > .control > .tab.replay:hover { background-image: url('./img/footer/footer_replay_u.png') }

/** »ç¿îµå ¹öÆ° **/
#fs-footer > .footer_inner > .control > .tab.sound_btn { background-image: url('./img/footer/footer_sound_on_d.png') }
#fs-footer > .footer_inner > .control > .tab.sound_btn:hover { background-image: url('./img/footer/footer_sound_on_u.png') }

/** ¹Ìµð¾î ÁøÇà¹Ù **/
#fs-footer > .footer_inner > .slide {
	width: 100%;
	height: 5px;
	background-color: rgba(0, 0, 0, .5);
	display: flex;
	align-items: center;
	/* margin: 0 8px; */
}
#fs-footer > .footer_inner > .slide > .slide_inner {
	width: 100%;
	height: 100%;
	z-index: 2;
	position: relative;
}
#fs-footer > .footer_inner > .slide > .slide_inner > .slide_bg {
	width: 100%;
	height: 100%;
  cursor: pointer;
}
#fs-footer > .footer_inner > .slide > .slide_inner > .slide_bg > .slide_current {
	width: 0;
	height: 100%;
	background-color: #FFCE00;
	/* z-index: 2; */
}

/** ÀÚ¸· **/
.footer_inner .script {
	width: 35px;
	height: 33px;
	background: url("./img/footer/footer_script_d.png") 50% 50% no-repeat;
	left: 755px;
}

/** ÀüÃ¼º¸±â **/
.footer_inner .full {
	width: 35px;
	height: 33px;
	background: url("./img/footer/footer_full_d.png") 50% 50% no-repeat;
	left: 795px;
}

/** ÆäÀÌÁö ³×ºñ°ÔÀÌ¼Ç  **/
#fs-footer > .footer_inner > .control > .paging {
	height: 100%;
	margin-left: 20px;
  margin-right: 10px;
  font-family: 'Open Sans', sans-serif;
}

#fs-footer > .footer_inner > .control > .paging > ul {
	height: 100%;
	display: flex;
	align-items: center;
	list-style: none;
}

#fs-footer > .footer_inner > .control > .paging > ul > li {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	/* font-size: 11pt; */
	color: white;
	/* font-weight: 900; */
}

#fs-footer > .footer_inner > .control > .paging > ul > li.page_current,
#fs-footer > .footer_inner > .control > .paging > ul > li.page_total {
	width: 32px;
	line-height: 100%;
	font-size: 20px;
	font-weight: 700;
}

#fs-footer > .footer_inner > .control > .paging > ul > li.page_current {
	color: #F8CF43;
}

#fs-footer > .footer_inner > .control > .paging > ul > li.dash {
	width: 16px;
	text-align: center;
	background-image: url("./img/footer/footer_paging_dash.png");
}

#fs-footer > .footer_inner > .control > .paging > ul > li.tab {
	width: 50px;
	cursor: pointer;
}
#fs-footer > .footer_inner > .control > .paging > ul > li.pre {
	background-image: url("./img/footer/footer_paging_pre_d.png");
	margin-right: 8px;
}
#fs-footer > .footer_inner > .control > .paging > ul > li.next {
	background-image: url("./img/footer/footer_paging_nex_d.png");
	margin-left: 8px;
}

#fs-footer > .footer_inner > .control > .paging > ul > li.preM,
#fs-footer > .footer_inner > .control > .paging > ul > li.nextM {
	width: 50px;
	cursor: pointer;
}

#fs-footer > .footer_inner > .control > .paging > ul > li.preM {
	background-image: url("./img/footer/footer_paging_preM_d.png");
}

#fs-footer > .footer_inner > .control > .paging > ul > li.nextM {
	background-image: url("./img/footer/footer_paging_nexM_d.png");
}

/** ½ºÅ©¸³Æ® ºä¾î **/
#fs-footer > .scriptView {
	display: none;
	position: absolute;
	width: 100%;
	height: 110px;
	top: 20px;
	padding-top: 20px;
	padding-bottom: 50px;
	box-sizing: border-box;
	background: url("./img/footer/script_bg.png") 50% no-repeat;
	z-index: 10;
}

#fs-footer > .scriptView > .script_inner {
	width: 810px;
	height: 67px;
	margin: auto;
	margin-top: 10px;
	padding-right: 15px;
	overflow-y: auto;
}

#fs-footer > .scriptView > .script_close {
	width: 90px;
	height: 20px;
	position: absolute;
	left: 50%;
	top: 3px;
	margin-left: -45px;
	cursor: pointer;
	text-align: center;
	line-height: 1.2;
	letter-spacing: -1px;
	color: #fff
}

#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 {
	color: #333
}

#fs-footer > .scriptView > .script_close:hover span {
	color: #333
}

#fs-footer > .scriptView span {
	color: #fff;
	display: block;
	word-break: keep-all;
	padding-bottom: 10px;
}

#fs-footer > .scriptView span strong {
	font-size: 16px;
	width: 100%;
	display: block;
}


/** ¸¶Ä¿ , ¸¶Ä¿Ç³¼± **/
#marker {
	width: 284px;
	height: 26px;
	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: 26px;
	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
}

/* ------------------------------------------------------------ */


/** ¹è¼Ó ¼±ÅÃ ¹öÆ°  
	.footer_inner .speed{display:inline-block;height:44px;cursor:default;left:730px; top:-3px; position:absolute; }
	.footer_inner .speed ul{border-radius:5px;	width:77px;height:27px;border:1.5px solid #999;margin-top:8px;}
	.footer_inner .speed ul li{float:left;color:#333}
	.footer_inner .speed ul li:nth-child(1){width:20px;height:27px;font-size:10pt;	color:#999;	line-height:27px;background:url("./img/footer/footer_speed_left_d.png") 50% 50% no-repeat}
	.footer_inner .speed ul li: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: 36px;	line-height:26px;text-align:center;font-weight:bolder;color:#666}
	.footer_inner .speed ul li:nth-child(3){width:20px;height:27px;font-size:10pt;	color:#999;	line-height:27px;background:url("./img/footer/footer_speed_right_d.png") 50% 50% no-repeat}
	.footer_inner .speed ul li: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: #EFC729;
}

.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: #EFC729;
}


/** ´ÙÀ½ÆäÀÌÁö ÀÌµ¿ tooltip **/
#fs-footer .next_tooltip {
	width: 168px;
	height: 25px;
	background: url('./img/footer/footer_next_tooltip.png') left top no-repeat;
	position: absolute;
	top: -25px;
	right: 0;
  display: none;
  pointer-events: none;
	z-index: 3;
}

#fs-footer .next_tooltip.lastpage {
  background-image: url('./img/footer/footer_last_tooltip.png');
}
/** ´Ý±â ¹öÆ° **/
.footer_inner .close_btn {
	width: 23px;
	height: 23px;
	background-image: url("./img/footer/footer_close_d.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	right: 12px;
	top: 10px
}
