.room-option{

	background-color: #f5f5f5;
    border: 1px solid #ddd;
    width: 14.2%;
    height: 33px;
    float: left;
    text-align: center;
    padding: 0;
    letter-spacing: -3px;
    font-family: arial;
    cursor: pointer;
}
.room-option p{
	font-size: 23px;
}

.room-option .input-radio.active .inner label{
	background-color: #FFCC01;
	color: #fff;
}

.input-radio .active .inner {
    border-radius: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
    -webkit-transition: 0.2s linear;
    /* background: #eee; */
}


.input-radio .inner label {
    margin: 0;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: 0;
    cursor: pointer;
    color: #999;
}

.input-radio .inner {
    border-radius: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
/*     -webkit-transition: 0.2s linear; */
    background: none;
}
.input-radio:not(.active) .inner:hover {
    box-shadow: none;
    background-color: #FFCC01;
    cursor: pointer;
    color: #fff;
}

.input-radio .inner:after {
    content: '';
    position: absolute;
    width: auto;
    height: auto;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    opacity: 0;
}
.add-option-title{
	font-size: 18px;
	padding: 20px 0px 6px 0px;
}
.add-option-select{
	    padding: 10px 8px;
    border: 1px solid #D1D1D1;
    border-radius: 0;
}
.gubun{
	border: 1px solid #ccc;
	margin: 40px 0;
}
