/* ===== 이미지 박스 ===== */
.img_box{
	width:100%;
	margin-bottom:30px;
}

.img_box img{
	width:100%;
	border-radius: 15px;
}

/* ===== 폼 ===== */

.checkbox_wrap,
.radio_wrap{
	margin-bottom:40px;
}

/* question */
.question{
	margin-bottom:10px;
	font-size: 16px;
	font-weight: 700;
}

/* 칩 */
.chip{
	margin:3px 0;
	padding:3px 15px;
	color:#888;
	background: #FFFFFF;
}

.chip.checked{
	color:#461A93;
	background:#461A93;
}

.chip.checked > label{
	color:#fff;
}

.chip > label{
	margin:0;
}

.chip > input{
	display: none;
}