html{
	scroll-behavior: smooth;
}


body {
	margin-bottom: 0;
	padding: 0 auto;
	margin: 0 auto;
	/* background-image:url('https://inviteme.kr/bmf/images/bg.jpg'); */
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000;
	max-width: 800px;
	width: auto;
	height: 100%;
	top: 0px;
	bottom: 0px;
}

input {
	border-bottom:none;
	border-top: none;
    border-left: none;
    border-right: none;
	font-size: 3.2vw;
	display: inline-block;
	border: none; /* 기본 상태에서 border 제거 */
	outline: none; /* 기본 상태에서 outline 제거 */
	}
	
@media(min-width:520px){
	input {
		font-size: 18px;
		border: none; /* 기본 상태에서 border 제거 */
		outline: none; /* 기본 상태에서 outline 제거 */
		}
}

.swiper-container {
	width: 100%;
	margin: 0;
}

.swiper-slide {
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

ul {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

.imagemap {
	position: relative;
	width: 100%;
}

img {
	display: block;
	width: 100%;
}

.link01 {    
	position: absolute;
	top: 78.52%;
	left: 12%;
	width: 18%;
	height: 12.1%;
	}

.link02 {    
	position: absolute;
	top: 78.52%;
	left: 31.5%;
	width: 18%;
	height: 12.1%;
	}

.link03 {    
	position: absolute;
	top: 78.52%;
	left: 50.5%;
	width: 18%;
	height: 12.1%;
	}

.link04 {    
	position: absolute;
	top: 78.52%;
	left: 70%;
	width: 18%;
	height: 12.1%;
	}
	
.link05 {    
    position: absolute;
    top: 86.3%;
    left: 27%;
    height: 4.4%;
    width: 46%;
	cursor:pointer;
	}

textarea {
	border:none;border-right:0px; border-top:0px; border-left:0px; border-bottom:0px;
	}


button {
	padding:10px 20px 10px 20px;
	text-align:center;
	margin:0 auto;
	background:#000;
	color:#fff;
	border:none;
	border-right:0px; border-top:0px; border-left:0px; border-bottom:0px;
	}

#musicb {
		position:absolute;
		text-align:center;
		padding:2px 2px 2px 2px;
		top:5px;
		left:5px;
		z-index:10000;
		font-size:5px;
		background:skyblue;
		}

.kakaomap {
    position: absolute;
    top: 17.4%;
    left: 8%;
    width: 84%;
    height: 28%;
}

video {width:100%;height:100%;}

.videoxy {  
	position: absolute;
    top: 22.5%;
    left: 0;
    width: 100%;
    height: 22.9%;

	}

.inputcontain input#dname{
	position: absolute;
    top: 39.9%;
    left: 13%;
    width: 73%;
    height: 3.7%;
    color: #000;
    background: none;
    font-weight: 500;
    padding-left: 10px;
    z-index: 500;
	}

.inputcontain input#hp {
    position: absolute;
    top: 58.6%;
    left: 13%;
    width: 73%;
    height: 3.7%;
    color: #000;
    background: none;
    font-weight: 500;
    padding-left: 10px;
    z-index: 500;
}

.inputcontain input#etc_require {
	position: absolute;
    top: 49.2%;
    left: 13%;
    width: 73%;
    height: 3.7%;
    color: #000;
    background: none;
    font-weight: 500;
    padding-left: 10px;
    z-index: 500;
}

input[id="ok_01"] {
	position: absolute;
    display: inline-block;
    top: 79.2%;
    left: 21.5%;
    width: 3%;
    height: 1.8%;
    border: 1px solid #000;
    cursor: pointer;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
}


input[id="check01_yes"] {
    position: absolute;
    display: inline-block;
    top: 31.3%;
    left: 14.5%;
    width: 3%;
    height: 1.8%;
    border: 1px solid #000;
    cursor: pointer;
}


input[id="check01_no"] {
    position: absolute;
    display: inline-block;
    top: 31.3%;
    left: 47%;
    width: 3%;
    height: 1.8%;
    border: 1px solid #000;
    cursor: pointer;
}

#privacy {
    position: absolute;
    display: inline-block;
    top: 65.6%;
    left: 48%;
    width: 3%;
    height: 1.8%;
    border: 1px solid #000;
    cursor: pointer;
}

.confirm_btn {
    position: absolute;
    top: 82.1%;
    left: 27%;
    height: 4.4%;
    width: 46%;
	cursor:pointer;
}
