

body{
	font-family:'Gmarket Sans',-apple-system,"Malgun Gothic","맑은 고딕","Apple SD Gothic Neo",sans-serif ;
	background-color: #222;
}

*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}

button {
	font-family:'Gmarket Sans',-apple-system,"Malgun Gothic","맑은 고딕","Apple SD Gothic Neo",sans-serif ;
}

img{
	display: block;
	width: 100%;
}

ul{
	list-style: none;
}
.container{
	width: 100%;
	height: 100vh;
	max-width: 800px;
	margin: 0 auto;
	position: relative;
}

.formColorBox {
	background: #3562e0;
	color: #fff;
	position: relative;
	text-align: center;
	height: calc(100vh - 51px);
	display: flex;
	align-items: center;
	justify-content: center;
}

.pointColor {
	color:#fff4ad;
}

.btn_box {
	position:relative;
	color:#fff;
	text-align: center;
}

.btn_box .btn {
	width: 80%;
	position: absolute;
	top:30px;
	left:50%;
	transform: translateX(-50%);
	cursor: pointer;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.privacyAgreementBtn {
	background: none;
	border:none;
}
.privacyTitle {
	display: flex;
	gap:10px;
	align-items: flex-end;
	cursor: default;
	white-space: nowrap;
	font-size: 1.5rem;
}

.privacyTitle label {
	display:flex;
	gap: 10px;
	align-items: center;
}

.privacyAgreementBtn {
	color:#fff;
	font-size: 1.5rem;
	cursor: pointer;
}
.privacyModalContents {
	display:none;
	background: #222222eb;
	color: #fff;
	padding: 15px;
	text-align: left;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	overflow-y: auto;
	font-size: 12px;
	font-family:-apple-system,"Malgun Gothic","맑은 고딕","Apple SD Gothic Neo",sans-serif ;

}
.privacyModalClose {
	background: #fff;
	border: none;
	padding: 10px 15px;
	border-radius: 5px;
	float: right;
}



.formColorBox {
	display:none;
}
.formColorBox .backBtn {
	position: absolute;
	left: 20px;
	top:20px;
	width: 50px;
	cursor: pointer;
}

.formColorBox .buttonWrap {
	display:flex;
	gap:20px;
	align-items: center;
	justify-content: center;
}

.formColorBox .buttonWrap .thirdNextBtn {
	cursor: pointer;
	width: 40%;
}

.formColorBox h5 {
	font-size: 3.5rem;
	line-height:4rem;
	font-weight: 100;
}

.formColorBox .textBox {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
}

.formColorBox .textBox > p {
	font-size:1.5rem;
	font-weight: 100;
}


.formBox {
	width: 90%;
	background:#fff;
	border-radius: 10px;
	padding:1.3rem 1.5rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.formBox input[type="text"] {
	width:100%;
	padding: 15px;
	font-size: 1.5rem;
	border-radius: 10px;
	border:1px solid #ccc;
}
.formBox input[type="checkbox"] {
	width:20px;
	height:20px;
}
.formBox .privacyTitle {
	color:#000;
}
.formBox .privacyAgreementBtn {
	color:#000;
	font-weight: bold;
}

footer {
	display: none;
}


.today_bar {
	text-align: center;
	color:#fff;
	font-size:2rem;
	height: 60px;
	line-height: 65px;
	background-color: #000;
	width: 100%;
}
.countdown-today {
	color:yellow;
}

@media (max-width:500px){
	html {
		font-size: 10px;
	}
}



