/*

#panoStoryWrapController{
	position: absolute;
	margin: 0 auto;
	left: 15%;
	top: 15%;
	width: 300px;
	cursor: move;
	z-index: 4000;
}
#panoStoryWrapController div{
	border: 1px solid #f80;
}
#panoStoryWrapController .panel-body{
	text-align: center;
}
#panoStoryWrapController .inline-control{
	display: inline-block;
	margin: 0.25em 0.5em;
	font-size: 2em;
	cursor: pointer;
}
#panoStoryWrapController .isPlaying{
	display: block;
	visibility: hidden;
	color: #f00;
}
#panoStoryWrapController .subMenu button{
	font-size: 0.5em;
	color: #aaa;
}

*/

/* magnific-popup에서 html 내용 담는 div 스타일 */
.mfp-bg{
	z-index: 12004;
}
.mfp-wrap{
	z-index: 12005;
}
.mfp-wrap .dont_show_panostory_help_wrap{
	z-index: 4046;
	position: absolute;
    right: 50px;
    top: 10px;
    font-weight: 200;
}

.mfp-preloader{
	z-index: 4044;
}
.mfp-content{
	z-index: 4045;
}


.mfp-auto-cursor .mfp-content{
	/*padding: 1em;*/
}
/* pdf 로딩되는 때에는 높이를 90% 로 하여 최대한 스크린을 활용하도록 한다.*/
.mfp-auto-cursor .mfp-content.iframeContainer{
	height: 90%;
}
/* magnific-popup에서 html 내용 div 스타일 */
.mfp-auto-cursor .mfp-content .panoStoryContent{
	position: relative;
	background-color: #fff;
	color: #000;
	width: 80%;
	margin: 0 auto;
	padding: 1em;
	min-height: 200px;
	top: 44px;
}
.mfp-auto-cursor .mfp-content .panoStoryContent .subject{
	padding: 1em;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #ddd;
}
.mfp-auto-cursor .mfp-content .panoStoryContent .content{
}
/* magnific-popup에서 닫기 버튼 스타일 */
.mfp-close-btn-in .mfp-close {
    color: #333;
    background-color: #fff;
    top: -44px;
    max-width: 44px;
    text-align: center;
    padding: 0;
}
.mfp-auto-cursor .mfp-content .mfp-iframe{
	max-width: 100%;
}




#modalInfo .modal-content{
	border-top-right-radius: 6px;
}
#modalInfo .modal-content .modal-body h3{
	margin-top: 0;
}




/* magnific-popup 파노스토리 인트로 사용 전용 css */
/*.panoStoryIntroWrap .mfp-container .mfp-arrow{
	display: none;
}*/
.panoStoryIntroWrap .mfp-content{
	max-width: 320px;
	width: calc(100% - 80px);
	padding: 0.5em 0;
	color: #fff;
    margin-top: -150px;
}
.panoStoryIntroWrap .mfp-content .mfp-figure{
    max-height: calc(100% - 80px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 auto;
    display: block;
    max-width: 320px;
}
.panoStoryIntroWrap .mfp-content .mfp-figure::after{
	box-shadow: none;
	background: transparent;
}
.panoStoryIntroWrap .mfp-content .footer{
	text-align: center;
	background-color: transparent;
	min-height: 80px;
	bottom: -75px;
}
.panoStoryIntroWrap .mfp-content .footer .bottom{
	/*position: absolute;*/
	bottom: 10px;
	text-align: center;
}
.panoStoryIntroWrap .mfp-content .footer .bottom .title{
	/*min-height: 50px;*/

	position: absolute;
	left: 164px;
	bottom: 82px;
	z-index: 4001;
}
.panoStoryIntroWrap .mfp-content .footer .bottom .fa{
	font-size: 2em;
	margin-left: -25px;
	animation: bounce_animation 2s infinite;
	cursor: pointer;

    position: absolute;
    bottom: 75px;
    left: 150px;
    z-index: 4001;
}
@keyframes bounce_animation{
	0%, 20%, 50%, 80%, 100% {
	    transform: translateY(0);
	}
	40% {
    	transform: translateY(-20px);
  	}
	60% {
    	transform: translateY(-5px);
  	}
}
.panoStoryIntroWrap .mfp-content .footer .bottom .fa:hover{
	color: #000;
}

.panoStoryIntroWrap .mfp-content .footer .slideIndicator{
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	z-index: 4000;
}
.panoStoryIntroWrap .mfp-content .footer .slideIndicator .indicator{
	border-radius: 50%;
	background-color: #fff;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 0.25em;
	padding: 0.25em;
	cursor: pointer;
}
.panoStoryIntroWrap .mfp-content .footer .slideIndicator .indicator .selectActive{
	padding: 2.5px;
	background-color: transparent;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.panoStoryIntroWrap .mfp-content .footer .slideIndicator .indicator.active .selectActive{
	background-color: #000;
}
.panoStoryIntroWrap .mfp-content .panoStoryIntro{
	max-height: calc(100% - 80px);
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	margin: 0 auto;
	display: block;
	max-width: 320px;
}
.panoStoryIntroWrap .mfp-content .contents{
	text-align: center;
	padding: 0.5em;
    font-weight: 200;
    margin-top: 1em;
    min-height: 130px;
    word-break: break-word;
}
.panoStoryIntroWrap .mfp-content .contents .controlImage img,
.panoStoryIntroWrap .mfp-content .contents .bgPanoStoryList img,
.panoStoryIntroWrap .mfp-content .contents .lowerButtons img{
}
.panoStoryIntroWrap .mfp-content .contents .bgPanoStoryList img{
	width: 100%;
}

.panoStoryIntroWrap .mfp-content .contents .images{
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}
.panoStoryIntroWrap .mfp-content .contents .images > div{
	display: inline-block;
	margin: 0 0.5em;
}

.panoStoryIntroWrap .mfp-content .contents .controlImage{
    position: fixed;
    bottom: 65px;
    text-align: center;
    width: 100%;
    left: 0;
}
.panoStoryIntroWrap .mfp-content .contents .controlImage.notKr{
	left: -15px;
}
.panoStoryIntroWrap .mfp-content .contents .bgPanoStoryList{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
    z-index: -1;
}
@media only screen and (min-width: 375px) {
	.panoStoryIntroWrap .mfp-content .contents .bgPanoStoryList{
		left: initial;
		right: 0;
		width: initial;
	}
	.panoStoryIntroWrap .mfp-content .contents .bgPanoStoryList img{
		width:initial;
	}
}

.panoStoryIntroWrap .mfp-content .contents .lowerButtons .exit{
	position: fixed;
    bottom: 75px;
    left: 10px;
}
.panoStoryIntroWrap .mfp-content .contents .lowerButtons.notKr .exit{
	left: 0;
}
.panoStoryIntroWrap .mfp-content .contents .lowerButtons .list{
    position: fixed;
    bottom: 75px;
    right: 10px;
}
.panoStoryIntroWrap .mfp-content .contents .lowerButtons.notKr .list{
	right: 0;
}
.panoStoryIntroWrap .mfp-content .contents .lowerButtons .footerIcons{
    position: fixed;
    bottom: 3px;
    right: 4px;
}

.panoStoryIntroWrap img.mfp-img{
	padding: 0;
}
.panoStoryIntroWrap .mfp-content .title{
    text-align: center;
	font-size: 1.5em;
	word-break: break-word;
}







.smokeShadow,
.smoke
{
	margin: 0;
	padding: 0;
	text-shadow: 2px 2px 2px #666;
}
.smokeShadow.white,
.smoke.white{
	color: #fff !important;
}

.smoke.active,
.smoke:hover
{
	text-indent: -19998px;
}

.smoke.active span,
.smoke:hover span
{
	-ms-animation-name: smoke;
	-moz-animation-name: smoke;
	-webkit-animation-name: smoke;
	-o-animation-name: smoke;
	animation-name: smoke;
}

.smoke span:nth-child(n)
{
	-ms-animation-duration: 1000ms;
	-moz-animation-duration: 1000ms;
	-webkit-animation-duration: 1000ms;
	-o-animation-duration: 1000ms;
	animation-duration: 1000ms;
}

.smoke span:nth-child(2n)
{
	-ms-animation-duration: 900ms;
	-moz-animation-duration: 900ms;
	-webkit-animation-duration: 900ms;
	-o-animation-duration: 900ms;
	animation-duration: 900ms;
}

.smoke span:nth-child(3n)
{
	-ms-animation-duration: 1100ms;
	-moz-animation-duration: 1100ms;
	-webkit-animation-duration: 1100ms;
	-o-animation-duration: 1100ms;
	animation-duration: 1100ms;
}

.smoke span:nth-child(4n)
{	
	-ms-animation-duration: 700ms;
	-moz-animation-duration: 700ms;
	-webkit-animation-duration: 700ms;
	-o-animation-duration: 700ms;
	animation-duration: 700ms;
}

.smoke span:nth-child(5n)
{
	-ms-animation-duration: 800ms;
	-moz-animation-duration: 800ms;
	-webkit-animation-duration: 800ms;
	-o-animation-duration: 800ms;
	animation-duration: 800ms;
}

@-webkit-keyframes smoke
{
	0%
	{
		text-shadow: 9999px 0 0 rgba(153, 153, 153, 1);
	}
	
	90%
	{
		text-shadow: 9999px -40px 20px rgba(153, 153, 153, 0);
	}
	
	100%
	{
		text-shadow: 9999px 0 0 rgba(0, 0, 0, 0);
	}
}

@-moz-keyframes smoke
{
	0%
	{
		text-shadow: 9999px 0 0 rgba(153, 153, 153, 1);
	}
	
	90%
	{
		text-shadow: 9999px -40px 20px rgba(153, 153, 153, 0);
	}
	
	100%
	{
		text-shadow: 9999px 0 0 rgba(0, 0, 0, 0);
	}
}
@-o-keyframes smoke
{
	0%
	{
		text-shadow: 9999px 0 0 rgba(153, 153, 153, 1);
	}
	
	90%
	{
		text-shadow: 9999px -40px 20px rgba(153, 153, 153, 0);
	}
	
	100%
	{
		text-shadow: 9999px 0 0 rgba(0, 0, 0, 0);
	}
}
@keyframes smoke
{
	0%
	{
		text-shadow: 9999px 0 0 rgba(153, 153, 153, 1);
	}
	
	90%
	{
		text-shadow: 9999px -40px 20px rgba(153, 153, 153, 0);
	}
	
	100%
	{
		text-shadow: 9999px 0 0 rgba(0, 0, 0, 0);
	}
}