:root {
	--white: #ffffff;
	--light: #f0eff3;
	--black: #000000;
	--dark-blue: #1f2029;
	--dark-light: #353746;
	--red: #da2c4d;
	--yellow: #f8ab37;
	--grey: #ecedf3;
}

body { background: #ECEFF1; color: rgba(0,0,0,0.87); font-family: Roboto, Helvetica, Arial, sans-serif; margin: 0; padding: 0; }
#message { background: white; max-width: 80%; margin: 100px auto 16px; padding: 32px 24px; border-radius: 3px; }
#message h2 { color: #ffa100; font-weight: bold; font-size: 16px; margin: 0 0 8px; }
#message h1 { font-size: 28pt; font-weight: 900; color: rgba(0,0,0,0.6); margin: 0 0 16px;}
#message p { line-height: 140%; margin: 16px 0 100px; font-size: 20px; }
#message a { display: block; text-align: center; background: #039be5; text-transform: uppercase; text-decoration: none; color: white; padding: 16px; border-radius: 4px; }
#message, #message a { box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); }
#load { color: rgba(0,0,0,0.4); text-align: center; font-size: 13px; }
.card{
	background-color:rgb(255, 220, 123);
	border-radius: 15px;
	padding:15px;
	box-shadow: 2px 2px 2px 2px #00000018;
}
.w-20{
	width:25px;	
}
.w-50{
	width:50px;
}
.w-100{
	width:100px;
}

li{
	font-size:20pt;
	margin-top:10pt;
	padding-bottom:5px;
	border-bottom: solid 1px #c9c9c9;
}
.input-box{
    display: inline-block;
}
.input-box label{
    position: absolute;
    padding: 2px 2px;
    color:#bbb;
    font-size:0.9em;
	z-index: 6;
}
.input-box input{
    width:95%;
	height: 20pt;
	transform:translateY(-3pt);
	z-index: 5;
	font-size:0.7em;
}
#shape-display-input, #activity-display-input{
	pointer-events: none;
	color:#353746;
}
select{
	height: 22pt;
	transform:translateY(-2pt);
	z-index: 5;
	font-size:0.7em;
}
[type="radio"]:checked,
[type="radio"]:not(:checked),
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked){
	position: absolute;
	left: -9999px;
	width: 0;
	height: 0;
}
.checkbox-shape + label::before,
.checkbox-activity + label::before{
	background-size: 150px 150px;
	background-repeat: no-repeat;
	display: block;
	content: "";
	height:175px;
	margin-left:25px;
	margin-top:25px;
}
[type="radio"]:checked ~ label,
[type="radio"]:not(:checked) ~ label,
[type="checkbox"]:checked ~ label,
[type="checkbox"]:not(:checked) ~ label{
	position: relative;
	width: 200px;
	display: inline-block;
	padding: 10px;
	text-align: center;
	margin: 17px 0;
	margin-top: 0px;
	border-radius: 4px;
	background-image: linear-gradient(298deg, var(--grey), var(--light));
	z-index: 100 !important;
    color: var(--black);
}

/* 개별 이미지 구간입니다 */
#shape-1 + label::before{
	background-image: url(../img/dogshape_1.png);
}
#shape-2 + label::before{
	background-image: url(../img/dogshape_2.png);
}
#shape-3 + label::before{
	background-image: url(../img/dogshape_3.png);
}
#shape-4 + label::before{
	background-image: url(../img/dogshape_4.png);
}
#shape-5 + label::before{
	background-image: url(../img/dogshape_5.png);
}
#activity-1 + label::before{
	background-image: url(../img/activity_1.png);
}
#activity-2 + label::before{
	background-image: url(../img/activity_2.png);
}
#activity-3 + label::before{
	background-image: url(../img/activity_3.png);
}
#activity-4 + label::before{
	background-image: url(../img/activity_4.png);
}
#activity-5 + label::before{
	background-image: url(../img/activity_5.png);
}
[type="radio"]:checked ~ label,
[type="checkbox"]:checked ~ label{
	background-image: linear-gradient(298deg, var(--red), var(--yellow));
}
.col{
	display: inline-block;
}
.col label{
	font-size: 0.6em;
	font-weight: 600;
}
@media (max-width: 600px) {
    body, #message { margin-top: 0; background: white; box-shadow: none; }
    body { border-top: 16px solid #ffa100; }
	ol{
		padding-inline-start: 0px;
	}
	li{
		font-size:14pt;
		line-height: 200%;
	}
	.w-100{
		width:80px;
	}
	.w-50{
		width:40px;
	}
	.w-20{
		width:18px;
	}
	.input-box label{
		padding-left: 5px;
		padding-top:0px;
		padding-bottom: 0px;
	}
	.col{
		width:40%;
		margin:10px;
	}
	.checkbox-shape + label::before,
	.checkbox-activity + label::before{
		background-size: 100px 100px;
		content: "";
		height:100px;
		margin-left:15px;
		margin-top:15px;
	}
	[type="radio"]:checked ~ label,
	[type="radio"]:not(:checked) ~ label,
	[type="checkbox"]:checked ~ label,
	[type="checkbox"]:not(:checked) ~ label{
		width: 130px;
		padding: 10px;
		margin: 17px 0;
		margin-top: 0px;
		border-radius: 4px;
	}
}