@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
html,body,ul,ol,li,dl,dt,dd { padding: 0; margin: 0; }
html,body { height: 100%; }
body { font-family: '나눔고딕', 'Nanum Gothic', sans-serif;}
ul,ol,li { list-style: none; }

#header { width: 100%; left: 0; top:0; position: absolute; z-index: 4001; overflow: hidden; }
#header > .logo { 
	padding: 0; position: absolute; right: 0; top: 0; z-index: 90; color: #fff; line-height: 43px; background: #2e2b26; width: 100%;
	font-size: 18px; 
	text-align: right;
	padding-right: 10px;
	box-sizing: border-box;
	cursor: default;
}
#header > .logo .type-space {  padding-left: 22px; color: #fff; font-weight: bold; display: none; }
#header > .logo .place-space { padding-left: 10px; font-weight: bold; display: none; }
#header > .logo .cms-name { padding-left: 22px; font-weight: bold; }
#log { position: fixed; bottom: 0; left: 0; width: 100%; height: 100px; }
#log textarea { width: 100%; height: 100px; }

#gnb { float: left; height: 100%;}

#gnb #type-currenter { 
	border-top: 3px solid #76b0c6;
	box-sizing: border-box;
	height: 100%; position: absolute; left: 0; top: 0;
	z-index: 90;
}
#gnb #type-currenter .placeOver { background: rgba(118,176,198,0.7); height: 100%; margin-top: 41px;}

#gnb .typeGroup { position: relative; z-index: 100; height: 100%; }
#gnb .typeGroup .type { 
	text-align: center; 
	color: #fff; 
	height: 100%; line-height: 43px; 
	cursor: pointer; font-size: 22px;
	background: url(../files/img/type_bar.png) no-repeat 0 -6px;
}

#gnb #type-currenter .arrow {
	text-align: center;
	position: absolute;
	left: 50%;
	width: 30px;
	height: 30px;
	top: 17px;
	overflow: hidden;
	margin-left: -11px;
}
#gnb #type-currenter .arrow i {
  width: 0; 
  height: 0; 
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(118,176,198,1);
}

#gnb #type-currenter,#gnb .typeGroup .type
{
	width: 150px;
}


#gnb .placeGroup { 
	font-weight: normal;
	text-align: left; 
	position: relative; 
	font-size: 14px; 
	padding: 12px 0;
	border-right: 1px solid url(../files/img/brown32.png); 
	border-color: rgba(0,135,206,0.32); 
	min-height: 100%; 
}
#gnb .placeGroup.first { border-left: 1px solid url(../files/img/brown32.png); border-color: rgba(0,135,206,0.32); }
#gnb .placeGroup .place { height: 30px; line-height: 30px; padding-left: 25px; color: #fff; }
#gnb .placeGroup .place span { border-bottom: 1px solid transparent; padding: 1px; display: inline-block; }
#gnb .placeGroup .place.current span,
#gnb .placeGroup .place:hover span { border-color: #fff; }

#gnb .placeGroup .floorGroup { position: absolute; left: 0; top: 0; width: 100%; }


.wait { color: #999 !important; text-decoration: line-through }


#gnb .typeGroup .type.split
{
	width: 256px;
}

#gnb .floorGroup { 
	position: relative; 
	font-size: 14px; 
	padding: 0; 
	border-right: 1px solid url(../files/img/brown32.png); 
	border-color: rgba(0,135,206,0.32); 
	min-height: 100%;
}
#gnb .floorGroup .floorName { 
	height: 30px; line-height: 30px; padding: 0; color: #fff; 
	text-align: center;
}
#gnb .floorGroup .floorName span
{
	display: block;
	width: 127px;
	background: #757675;
	background: rgba(0,135,206,0.8);
}

#gnb .floorGroup .floor1 { float: left; left: 0; top: 0; width: 50%;}
#gnb .floorGroup .floor2 { float: right; right: 0; top: 0; width: 50%;}


#gnb .typeGroup .type.current,
#gnb .typeGroup .type:hover,
#gnb .typeGroup .type.current .place,
#gnb .typeGroup .type:hover .place { color: #fff; }

#gnb .sub-bg { background: rgba(46,43,38,0.5); width: 100%; height: 100%; position: absolute; left: 0; top: 43px;}

#current,
#gnb .current-text { left: 25px; top: 75px; font-size: 48px; font-weight: 900; color: #757675; cursor: default; }
#current { position: fixed; }
#gnb .current-text { position: absolute; color: #fff; z-index: 100; }

#sns { position: fixed; right: 10px; bottom: 40px; display: table; }
#sns li { width: 30px; height: 30px; display: table-cell; overflow: hidden; text-indent: -999px; padding: 10px 1px; }
#sns .tw { background: url(../files/img/tw.png) 50% no-repeat; cursor: pointer }
#sns .fb { background: url(../files/img/fb.png) 50% no-repeat; cursor: pointer }
.table { display: table; }
.table-cell { display: table-cell; }

#cms { width: 100%; height: 100%; position: fixed; left: 0; top: 0; }

.hide { display: none; }


#captionView { 
	position: fixed; 
	bottom: -50px; 
	left: 50%; 
	width: 34px; 
	height: 32px; 
	margin-left: -17px; 
	border-radius: 5px; 
	overflow: hidden; 
	z-index: 1;
	cursor: pointer;
	display: none;
}

#captionView .caption-table { 
	display: table; 
	width: 100%; 
	height: 100%; 
	text-align: center; 
	background: url(../files/img/captionView_spk.png) 0 -32px;
}
#captionView .caption-table:hover
{
	background-position: 0 0;
}

#captionView .spk { 
	width: 100%; height: 100%;
	display: table-cell; 
	vertical-align: middle; 
	background: url(../files/img/sasun.png);
}


#captionView .spk-icon { 
	background: url(../files/img/caption_spk.png) no-repeat; 
	background-position: 0 -20px;
	width: 20px; 
	height: 20px; 
	display: inline-block;
}
#captionView .spk:hover .spk-icon{
	background-position: 0 0;
}

#caption { 
	position: fixed; 
	bottom: 10px; 
	left: 50%; 
	width: 494px; 
	height: 43px; 
	margin-left: -204px; 
	margin-left: -247px; 
	border-radius: 5px; 
	overflow: hidden; 
	z-index: 2;
	display: none;
}

#caption .caption-table { text-align: center; width: 100%; height: 100%; display: table; background: #433529; }
#caption .caption-table .spk { 
	width: 34px; height: 100%;
	display: table-cell; 
	vertical-align: middle; 
	background: url(../files/img/caption_spk_bg.png) #7a6756;
	cursor: pointer;
}
#caption .caption-table .spk .spk-icon { 
	background: url(../files/img/caption_spk.png) no-repeat; 
	background-position: 0 0;
	width: 20px; 
	height: 20px; 
	display: inline-block;
}
#caption .caption-table .spk:hover .spk-icon{
	background-position: 0 -20px;
}
#caption .caption-table .text { 
	width: 460px; 
	display: table-cell; 
	vertical-align: middle; 
	background: url(../files/img/caption_bg.png) #433529;
	font-size: 11px;
	line-height: 18px;
	color: #fff;
	cursor: default;
}


@media (max-width:1200px){
#caption { 
	margin-left: -204px; 
}
}






#display {
	display: none;
	position: absolute; top: 0; left: 0;
	width: 320px;
	height: 100%;
	background: rgb(45,42,37);
	background: rgba(45,42,37,0.8);
	color: #73b1c8;
}
#display .container { 
	position: relative;
	top: 62px;
}
#display .list-header { 
	text-align: center; font-size: 1.2em; background: rgba(0,0,0,0.1);
	font-weight: bold;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	cursor: default;
	color: #eee;
}
#display .list-close { 
	position: absolute; right: -42px; top: 0;
	width: 42px; height: 42px;
	line-height: 42px;
	overflow: hidden;
	background: rgba(0,0,0,0.5); color: #fff;
	text-align: center;
	cursor: pointer;
	font-size:24px;
	transition: all 0.6s ease;
}
#display .list-close:hover { background: rgba(115,177,200,0.8); }
#display .list { }
#display .list-item { 
	
	vertical-align: middle;
	padding: 10px;
	line-height: 1.4em;
	letter-spacing: -0.1em;
	transition: all 0.6s ease;
}
#display .list-item:hover { 
	background: rgb(115,177,200);
	cursor: pointer;
	color: #fff;
}

#display .list-item .item-group { display: table; padding: 5px 0; }
#display .list-item .item-group .item-no { 
	display: table-cell; 
	font-size: 48px;
	vertical-align: middle;
	text-align: left;
	width: 42px;
	font-weight: bold;
}
#display .list-item .item-group .item-desc { 
	vertical-align: middle;
	display: table-cell;
	font-size: 14px;
}

#currentex { 
	width: 100%; position: absolute; left: 0; bottom: 0; text-align: center; color: #fff; z-index: 100; pointer-events: none;
	padding: 10px 0;
	box-sizing: border-box;
	font-size: .7em;
	text-shadow: 1px 1px 2px #000;
}

#currentex i { position: relative; top: 2px; }

