@import url("reset.css");
@import url("slick.css");
body {
	background-color:#EDEBE7; 
}

.intro {
    width: 100%;
    height: 100vh;
    overflow-x:hidden;
    overflow-y:hidden;
}

.video-container {
    left:-150px;
}

.intro-bg {
    position: relative;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    width: 100%;
    min-width: 1846px;
}

.intro .intro-box {
    position: absolute;
    width: 22%;
    min-width:428px;
    height: fit-content;
    top: 460px;
    left:596px;
}

.intro .intro-txt {
	position:absolute;
	float: left; 
	font: normal normal 300 20px/29px Noto Sans KR;
	color:#555555;
	letter-spacing: 0px;
}

.intro .intro-btn {
	margin-top:40px;
	width:100%;
}

.intro .intro-btn img {
	float: left;
	display: inline-block;
	width:48%;
}

.intro .intro-btn .btn-store {
	margin-left:3%;
}
.popup {
    width:360px;
    height:200px;
}
.popup .inner iframe{width:360px; height:200px; }