@charset "UTF-8";
/* CSS Document */

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body,
body * {
	position: absolute;
	vertical-align: baseline;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

#main_wrapper {
	position: absolute;
	display: block;
	width: 300px;
	height: 600px;
	overflow: hidden;
	background-color: #fff;
	opacity: 0;
	border: 1px solid #ccc;
}

.active#main_wrapper {
	opacity: 1;
}

#logo {
    top: -36px;
    left: 25px;
    width: 142px;
}

#slide1 {
    width: 300px;
    height: 600px;
}

#iconHouse {
    left: 112px;
    top: 370px;
    position: absolute;
    background: url(img/homeicon.png) no-repeat;
    background-size: 76px 76px;
    width: 76px;
    height: 76px;
}

#frame {
	content: "";
	border: 1px solid #ccc;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1000;
	pointer-events: none;
}

#img1 {
    top: 65px;
	background: url('img/img.jpg') no-repeat 0px 0px;
	background-size: 1500px 344px;
	width: 300px;
	height: 344px;
}
#img2 {
    top: 65px;
	background: url('img/img.jpg') no-repeat -300px 0px;
	background-size: 1500px 344px;
	width: 300px;
	height: 344px;
}
#img3 {
    top: 65px;
	background: url('img/img.jpg') no-repeat -600px 0px;
	background-size: 1500px 344px;
	width: 300px;
	height: 344px;
}
#img4 {
    top: 65px;
	background: url('img/img.jpg') no-repeat -900px 0px;
	background-size: 1500px 344px;
	width: 300px;
	height: 344px;
}
#img5 {
    top: 65px;
	background: url('img/img.jpg') no-repeat -1200px 0px;
	background-size: 1500px 344px;
	width: 300px;
	height: 344px;
}

#copy1 {
	background: url('img/copy.png') no-repeat 0px 0px;
	background-size: 900px 600px;
	width: 300px;
	height: 600px;
}
#copy4 {
	background: url('img/copy.png') no-repeat -300px 0px;
	background-size: 900px 600px;
	width: 300px;
	height: 600px;
}
#copy5 {
	background: url('img/copy.png') no-repeat -600px 0px;
	background-size: 900px 600px;
	width: 300px;
	height: 600px;
}


#LGlogo {
    left: 53px;
    top: 0px;
    width: 194px;
    height: 128px;
    transform: scale(.71);
    z-index: 200;
}

#whiteTop {
	width: 300px;
	height: 300px;
    background-color: #ffffff;
}
#whiteBottom {
    top: 300px;
	width: 300px;
	height: 300px;
    background-color: #ffffff;
}

#thinQmask {
    left: 75px;
    overflow: hidden;
    width: 140px;
    height: 40px;
}

/*////////////////////////////////////////////////////// CTA //////////////////////////////////////////////////////////////*/
#CTA_wrapper {
    left: 87px;
    top: 542px;
    position: absolute;
    display: block;
    width: 126px;
    height: 33px;
    z-index: 20;
    overflow: hidden;
    background-color: #a50034;
    border: 1px solid #a50034;
    z-index: 200;
}

#CTA_bg {
    left: -1px;
	top: -1px;
}

/*////////////////////////////////////////////////////// CTA //////////////////////////////////////////////////////////////*/
