/*
 * View360 version 1.0.6
 */
 
.View360-holder div, .View360-holder p, .View360-navigation{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none; 
    user-select: none;
}

.View360-holder{
    background:white;
    display:inline-block;
    position:relative;
}

.View360-holderFullscreen{
    border:0px solid white;
    background:white;
    display:block;
    position:absolute;
    top:0px;
    left:0px;
    overflow: hidden;
    z-index:9999;
}

.View360-canvasHolder{

}

.View360-loaderHolder{
    top:0px;
    left:0px;
    position:absolute;
    width:100%;
    height:100%;
    background: transparent;
    z-index: 250;
    text-align: center;
}

.View360-fullSizeLoaderHolder{
    top:0px;
    left:0px;
    position:absolute;
    width:100%;
    height:100%;
    background: transparent;
    z-index: 251;
    text-align: left;
    background: rgba(0,0,0,0);
}

.View360-clickableArea{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background: transparent;
    z-index: 300;
    cursor:default;
}

/*LOADER CSS*/
.View360-loaderInnerHolder{
    position:relative;
    width:100%;
    height:100%;
}

.View360-loaderBackground{
    position:absolute;
    top:0px;
    width:100%;
    height:100%;
}

.View360-loader{
    position: relative;
    top: 40%;
    transform: translateY(-50%);
}  
.View360-fullSizeLoader .View360-loader{
    position: relative;
    top: 10px;
    left: 10px;
    transform: none;
}

.View360-loadingTitle{
    font-family: Verdana;
    font-size: 30px;
    line-height: 38px;
    color:#222;

}  

.View360-fullSizeLoader .View360-loadingTitle{ 
    font-family: Verdana;
    font-size: 20px;
    line-height: 38px;
    color: #222;
    position:absolute;
    left:60px;
    top:5px;
}
.View360-loadingSubtitle{
    font-family: Verdana;
    font-size: 20px;
    line-height: 32px;
    color:#222;
}

.View360-loadingMessage{
    font-family: Verdana;
    font-size: 13px;
    line-height: 23px;
    color:#222;
}

.View360-visual{
    position:relative;
}

.View360-visualHolder{
    display:inline-block;
}

.View360-fullSizeLoader  .View360-visual{
    position:relative;
    width:50px;
    height:50px;
}

.View360-visualCanvas{

}

.View360-percentHolder{
    position:absolute;
    width: 70px;
    height: 70px;
    top:0px;
}

.View360-percent{  
    font-family: Arial;
    font-weight: bold;
    text-align: center;
    font-size: 15px;    
    top: 0px;
    width: 70px;
    height: 70px;
    display: table-cell;
    vertical-align: middle;
}

.View360-fullSizeLoader .View360-percent{
    font-size: 15px;
    top: 15px;
    color:#000;
}

/*>> LOADER*/ 
.View360-navigationHolder{
    position:absolute;
    bottom:-40px;
    left:0px;
    right:0px;
    z-index:400;

}

.View360-navigation{
    height:50px;
    text-align:center;
    white-space: nowrap;
}

.View360-navigationBtn{
    background-position: 0px 0px; 
    background-size: 40px 40px;
    width:40px;
    height:40px;
/*
    border:1px solid rgba(0,0,0,0.5);
    background-color: rgba(0,0,0,0.1);
*/
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
}

.View360-navigationBtn:hover {
    /*box-shadow: 2px 2px 4px #888888;
    transform:scale(1.2,1.2);*/
}

.View360-navigationBtn:active {
    background-position: 0 0; 
    /*box-shadow: 2px 2px 4px #888888;*/
}

.View360-navigationPlay{
    left:0px;
    background-image: url(/lgekor/asset/images/common/view360/play.png);
}

.View360-navigationPause{
    left:60px;
    background-image: url(/lgekor/asset/images/common/view360/pause.png);
}

.View360-navigationZoomIn{
    /* margin-left: 20px;*/
    left:120px;
    background-image: url(/lgekor/asset/images/common/view360/zoom-in.png);
}

.View360-navigationZoomOut{
    background-image: url(/lgekor/asset/images/common/view360/zoom-out.png);
}

.View360-navigationFullscreenEnter{
	display: none;
    background-image: url(/lgekor/asset/images/common/view360/fullscreen-enter.png);
}

.View360-navigationFullscreenExit{
    background-image: url(/lgekor/asset/images/common/view360/fullscreen-exit.png);
}

.View360-navigationTurnLeft{
    background-image: url(/lgekor/asset/images/common/view360/turn-left.png);
}

.View360-navigationTurnRight{
    background-image: url(/lgekor/asset/images/common/view360/turn-right.png);
}

.View360-navigationHand{
	display: none;
    background-image: url(/lgekor/asset/images/common/view360/hand.png);
}

.View360-navigationRotate{
	display: none;
    background-image: url(/lgekor/asset/images/common/view360/rotate.png);
}


.View360-navigationPlay:hover{
    left:0px;
    background-image: url(/lgekor/asset/images/common/view360/play-hover.png);
}

.View360-navigationPause:hover{
    left:60px;
    background-image: url(/lgekor/asset/images/common/view360/pause-hover.png);
}

.View360-navigationZoomIn:hover{
    /* margin-left: 20px;*/
    left:120px;
    background-image: url(/lgekor/asset/images/common/view360/zoom-in-hover.png);
}

.View360-navigationZoomOut:hover{
    background-image: url(/lgekor/asset/images/common/view360/zoom-out-hover.png);
}

.View360-navigationFullscreenEnter:hover{
	display: none;
    background-image: url(/lgekor/asset/images/common/view360/fullscreen-enter.png);
}

.View360-navigationFullscreenExit:hover{
    background-image: url(/lgekor/asset/images/common/view360/fullscreen-exit.png);
}

.View360-navigationTurnLeft:hover{
    background-image: url(/lgekor/asset/images/common/view360/turn-left-hover.png);
}

.View360-navigationTurnRight:hover{
    background-image: url(/lgekor/asset/images/common/view360/turn-right-hover.png);
}

.View360-navigationHand:hover{
	display: none;
    background-image: url(/lgekor/asset/images/common/view360/hand.png);
}

.View360-navigationRotate:hover{
	display: none;
    background-image: url(/lgekor/asset/images/common/view360/rotate.png);
}

.mobile .View360-navigationZoomIn,
.mobile .View360-navigationZoomOut,
.mobile .View360-navigationTurnRight,
.mobile .View360-navigationTurnLeft,
.mobile .View360-navigationHand{display: none;}


/* contents */
@font-face {
	font-family:'LGSmHaL' ; font-style:normal; font-weight:200;
	src: url('/lgekor/asset/font/LGSmHaL.eot');
	src: url('/lgekor/asset/font/LGSmHaL.eot?#iefix') format('embedded-opentype'),
	url('/lgekor/asset/font/LGSmHaL.woff') format('woff'),
	url('/lgekor/asset/font/LGSmHaL.ttf') format('truetype');
}
@font-face {
	font-family:'LGSmHaR'; font-style:normal; font-weight:400;
	src: url('/lgekor/asset/font/LGSmHaR.eot');
	src: url('/lgekor/asset/font/LGSmHaR.eot?#iefix') format('embedded-opentype'),
	url('/lgekor/asset/font/LGSmHaR.woff') format('woff'),
	url('/lgekor/asset/font/LGSmHaR.ttf') format('truetype');
}
@font-face {
	font-family:'LGSmHaB'; font-style:normal; font-weight:600;
	src: url('/lgekor/asset/font/LGSmHaB.eot');
	src: url('/lgekor/asset/font/LGSmHaB.eot?#iefix') format('embedded-opentype'),
	url('/lgekor/asset/font/LGSmHaB.woff') format('woff'),
	url('/lgekor/asset/font/LGSmHaB.ttf') format('truetype');
}

.view360Wrap {background: #fff;}
#view360 {position: relative;}
.View360-navigationHolder {bottom:5px !important}
.thumbnail {text-align: center; margin-top: 10px; padding-top: 30px; background: #eee;border-top: 1px solid #b2b2b2; width:100%; display:table;}
.thumbnail li {position: relative;display: table-cell; width: 50%; vertical-align: middle;text-align: center; border-left: 1px solid #a6a6a6;}
.thumbnail li:first-child {border-left: 0;}
.thumbnail li.on:before {content:'';position: absolute;top:-31px;left:50%;transform: translateX(-50%);width: 26px; height: 15px; background: url(/lgekor/asset/images/common/view360/arrow.png);}
.thumbnail.w3 li {width: 33.33%;}
.thumbnail.w4 li {width: 25%;}
.thumbnail.w5 li {width: 20%;}
.thumbnail li button {display: inline-block; padding: 0; border: 0;cursor:pointer;background: none;}
.thumbnail li button img {max-width:100%;}
.productInfo {font-size: 14px;font-family:LGSmHaR, sans-serif;}
.productInfo li {line-height:1.5; text-indent: -10px; margin-left: 10px;}
.productInfo.center li {text-align: center;}

.mobile .View360-navigationHolder {bottom: -25px !important;}
.mobile .thumbnail {margin:12% 0 0 0; padding-top: 6%;}
.mobile .thumbnail li button {max-width:67%;}
.mobile .thumbnail li.on:before {content:' ';top:-27%;}
.mobile .productInfo {margin-top: 12%;}
.mobile .productInfo li {font-size:12px;}
.mobile .productInfo li {line-height:1.5; text-indent: -8px; margin-left: 8px;}






