@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;
}

a { color: #fff; text-decoration: none;}
ul,ol,li { list-style: none; }

#header { 
	width: 100%; left: 0; top:0; 
	position: absolute; z-index: 5001; overflow: hidden; opacity:0; transition: opacity 0.4s ease-in;
	color: rgba(130,30,30); 
}
#header > .logo { 
	padding: 0; position: absolute; right: 0; top: 0; z-index: 90; line-height: 63px; background: #f8f8f8; width: 100%;
	font-size: 22px; 
	text-align: left;
	padding-left: 10px;
	box-sizing: border-box;
	cursor: default;
	border-bottom: 1px solid #cdcdcd;
}
#header > .logo .type-space {  padding-left: 22px; font-weight: bold; display: none; }
#header > .logo .place-space { padding-left: 10px; font-weight: bold; display: none; }
#header > .logo .cms-name { padding-left: 0; font-weight: bold; }
#log { position: fixed; bottom: 0; left: 0; width: 100%; height: 100px; }
#log textarea { width: 100%; height: 100px; }

#gnb { float: right; height: 100%;}

#gnb #type-currenter { 
	border-top: 3px solid rgb(130,30,30);
	box-sizing: border-box;
	height: 100%; position: absolute; left: 0; top: 0;
	z-index: 90;
}
#gnb #type-currenter .placeOver { background: rgba(130,30,30,0.7); height: 100%; margin-top: 61px;}

#gnb .typeGroup { position: relative; z-index: 100; height: 100%; }
#gnb .typeGroup .type { 
	text-align: center; 
	height: 100%; line-height: 63px; 
	cursor: pointer;
	background: url(../files/img/type_bar.png) no-repeat 0 -6px;
	font-size: 22px;
}

#gnb .typeGroup .type .name { font-weight :bold; }

#gnb .typeGroup .type:first-child { background: transparent; }

#gnb #type-currenter .arrow {
	text-align: center;
	position: absolute;
	left: 50%;
	width: 30px;
	height: 35px;
	top: 27px;
	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(130,30,30,1);
}

#gnb #type-currenter,#gnb .typeGroup .type
{
	width: 160px;
}


#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%; 
	white-space: nowrap;
}
#gnb .placeGroup.first { border-left: 1px solid url(../files/img/brown32.png); border-color: rgba(0,135,206,0.32); }
#gnb .placeGroup .place { height: 24px; line-height: 24px; color: #fff; text-align: center; }
#gnb .placeGroup .place span { border-bottom: 1px solid transparent; padding: 1px; display: inline-block; color: #fff; }
#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 span,
#gnb .typeGroup .type:hover .place span { color: #fff; }

#gnb .typeGroup .type .place.option { background: url('../files/img/icon.png') no-repeat 7px 50%;  }


#gnb .sub-bg { background: rgba(46,43,38,0.9); 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: absolute; left: 0; top: 0; }

.hide { display: none; }


#captionView { 
	position: absolute; 
	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,#option {
	display: none;
	position: absolute; top: 0; left: 0;
	width: 220px;
	height: 100%;
	background: rgb(45,42,37);
	background: rgba(45,42,37,0.8);
	color: #73b1c8;
	z-index: 4001;
}
#display .container,
#option .container { 
	position: relative;
	top: 62px;
}
#display .list-header,
#option .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,
#option .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,
#option .list-close:hover { background: rgba(115,177,200,0.8); }

#display .list,
#option .list { }

#display .list-item,
#option .list-item { 
	
	vertical-align: middle;
	padding: 10px;
	line-height: 1.4em;
	letter-spacing: -0.1em;
	transition: all 0.6s ease;
}
#display .list-item:hover,
#option .list-item:hover { 
	background: rgb(115,177,200);
	cursor: pointer;
	color: #fff;
}

#display .list-item .item-group,
#option .list-item .item-group { display: table; padding: 5px 0; }

#display .list-item .item-group .item-no, 
#option .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,
#option .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;
	opacity:0;
	transition: all 0.4s ease-in;
}

#currentex i { position: relative; top: 2px; }


#map { 
	position: fixed; 
	left: 0; top:0; 
	z-index: 4999; width: 100%; height: 100%; background: rgba(0,0,0,0.8);
	overflow:hidden;
}
#map iframe { width: 100%; height: 100%; }


#option-list { 
	position: absolute; left: 10px; bottom: 10px; z-index: 4001; color: #fff; 
	text-align:center;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

#option-list .group { overflow: hidden; opacity: 0; transition: all ease 0.2s; pointer-events: none;}

#option-list:hover .group { opacity: 1; pointer-events: auto; }

#option-list .option-name,
#option-list .item {
	background: #c0504d;
	width:164px;height:34px;
	font-weight: bold;
	text-align:center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 1px 0;
	cursor: pointer;
	transition: all ease 0.2s;
 }
 
 #option-list .option-name:hover,
 #option-list .item:hover { background: #973f3c; }

 .list-item.dummy { font-size: 13px;  }

 



#cover { 
	position: absolute; 
	left: 0; top:0; background: rgba(0,0,0,0.5);
	 width: 100%; height: 100%; color: #fff; z-index: 9000;
	  display: flex; align-items: center; justify-content: center;
}
#cover .group { text-align: center; }
#cover .title { 
	font-size: 4em; position: relative;}

#cover .title img { width: auto; height: auto; max-width: 90%; max-height: 82px; padding-bottom: 15px; }

#cover .title .by { 
	font-size: 0.4em; position: absolute; white-space: nowrap; 
	left: 100%; bottom: 10px; 
	margin-left: 10px;
	font-weight: normal;
	text-align: left;
}


#cover .subtitle { 
	font-size: 2.4em; margin: 25px 0;}
#cover .playbtn { 
	font-size: 100px; 
	border: 3px solid #fff; 
	border-radius: 100px; 
	display: inline-block;
	width: 100px; height: 100px; 
	text-indent: 4px;
	cursor:pointer;
	transition: all 0.4s ease;
	transform: scale(1.2);
	pointer-events: none;
}
#cover .group > div { opacity:0; }

#cover .playbtn.loaded { transform: scale(1); pointer-events: auto;}
#cover .playbtn:active { transform: scale(1.2);}


#taglist { 
	width: 202px; height: 29px; background: url(../files/img/tag.png) no-repeat 0 -86px; position: absolute; 
	right: 5px; top: 48px;
	z-index: 4001;
	opacity: 0;
	transition: opacity 0.4s linear;
	
	pointer-events: none;
	display: none;
 }

 
#pns-notice { 
    position: fixed; 
    top: 62px; 
    left: 0; 
    width: 100%;
    text-align: center; 
    transition: all 0.4s ease;
    border-radius: 0;
    padding: 0 5px;
    z-index: 3000; 
    box-sizing:border-box;
    font-size: 12px; 
	pointer-events: none;
	display: none;
	opacity: 0;
	text-shadow: 1px 1px 3px #000;
    text-align: center;
    color: #fff; 
	font-weight: normal;
}
#pns-notice .pns-group {
    position:relative; top:-2px;
    pointer-events: none;
}


.area { position: absolute; left: 10px; top: 50%; z-index: 1; margin-top: -55px; font-size: 11px; display: none; opacity: 0; transition: opacity 0.4s ease;}
.area .mn { 
	cursor: pointer; font-weight: bold; 
	background: #2e2e2c; border: 3px solid #fff; 
	width: 48px; height: 48px; text-align: center; line-height: 48px; border-radius: 48px; margin: 40px 0; position: relative; z-index: 101;
	color: #eee;

	transition: color 0.3s, background 0.3s;
}
.area .mn:first-child { margin-top: 0; }
.area .mn:last-child { margin-bottom: 0; }
.area .line {
	width: 2px; height: 100px; position: absolute; left: 50%; margin-left: -3px; 
	border-right: 3px dashed #fff; top: 46px;
}

.area .mn.on,
.area .mn:hover { background: rgb(130,30,30); color: #fff; }


.box {
	width: 84px;
	background-color: black;
	color: #fff;
	padding: 10px;
	position: relative;
	cursor: default;
	opacity: 0.8;
  }

  .box.arrow-bottom:after {
	content: " ";
	position: absolute;
	left: 15px;
	bottom: -10px;

	border-top: 20px solid black;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: none;
  }

.box .box-close { 
	position: absolute; right: 0; top:0; font-size: 1.6em; width:32px; height:32px; display: flex; align-items: center; justify-content: center; 
	cursor: pointer;
	pointer-events: auto;
}