﻿/* 전체화면 스타일 적용 */
*{margin:0;padding:0;}
a{text-decoration:none;}
li{list-style:none;}

body {
	width: 400px; /* 배경 레이어 크기 설정*/
	margin: 0 auto;
	font-family: Myriad Pro, Helvetica, Arial, Verdana, sans-serif;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #000000;
}

.cf_link
{
	top: 25%; 
	position: fixed;
	

}


.imgTitle {
	position: inherit;
	width: 400px;
	height: 205px;
	background-color: #000000;
	z-index: 1;
}
.imgReward {
	position: inherit;
	width: 400px;
	height: 80px;
	background-color: #000000;
	z-index: 1;
}



.adSelectInfo {
	height: 400px;
	width: 400px;
	align-content: center;
	background-color: #000000;
	z-index: 2;
}
.adCheck {
	height: 140px;
	width: 200px;
	background-color: #000000;
}
.sendCheck {
	height: 140px;
	width: 400px;
	background-color: #000000;
}
.drop-style1 {
	height: 40px;
	width: 303px;
	font-size: 15px;
}
.input-style1 {
	height: 40px;
	width: 300px;
	font-size: 15px;
}
.check-style1 {
	zoom: 1.0;
	height: 60px;
	width: 60px;
	font-size: 14px;
	color: #F6F6F6;
	padding: 0px;
}
