/* 메인화면 수정 */
.notice-ul {
    margin:10px 15px 0px;
    padding-bottom:4px;
}
.notice-ul > li {
    color:#fff;
    font-size:14px;
    letter-spacing: -0.3px;
    font-weight:300;
    line-height:1.3;
}
.info_footer_bottom {
    padding-bottom:11px;
}

/* 임대신청하기 페이지 가격표 디자인 수정 */
ul.clr.t_table > li {
    border-color:#00aeff;
    background-color:#d1f0ff;
}
ul.clr.t_table > li > .table.d-nth-1 > .t_cell {
    background-color:#d1f0ff;
}
ul.clr.t_table.event-prd > li:last-child {
    background-color:#fff;
}
ul.clr.t_table.event-prd > li:last-child {
    border-color:#ccc;
}
ul.clr.t_table > li:last-child {
    border-color:#ff9000;
    background-color:#fff5d2;
}
ul.clr.t_table.event-prd > li:last-child > .table.d-nth-1 > .t_cell {
    background-color:#fff;
}
ul.clr.t_table > li:last-child > .table.d-nth-1 > .t_cell {
    background-color:#fff5d2;
}

ul.clr.t_table > li:not(:last-child) > .table > .t_cell > input[type="radio"].t_radio + span {
    background: url("http://img.onbiz.co.kr/onb_picto2.png") no-repeat center -88px;
	display: inline-block;
    cursor: pointer;
    margin-right: 5px;
    position: relative;
    width: 30px;
    height: 30px;
}
ul.clr.t_table > li:not(:last-child) > .table > .t_cell > input[type="radio"].t_radio + span {
    background: url("http://img.onbiz.co.kr/onb_picto2.png") no-repeat center;
}
ul.clr.t_table.event-prd > li.on {
    border-color:#ccc;
}
ul.clr.t_table > li.on {
    border-color:#00aeff;
    background-color:#d1f0ff;
}
ul.clr.t_table > li.on > .table.d-nth-1 > .t_cell {
    background-color:#d1f0ff;
}
ul.clr.t_table > li.on:last-child {
    border-color:#ff9000;
    background-color:#fff5d2;
}
ul.clr.t_table > li.on:last-child > .table.d-nth-1 > .t_cell {
    background-color:#fff5d2;
}

ul.clr.t_table > li.on:not(:last-child) > .table > .t_cell > input[type="radio"].t_radio + span {
    background: url("http://img.onbiz.co.kr/onb_picto2.png") no-repeat center -88px;
	display: inline-block;
    cursor: pointer;
    margin-right: 5px;
    position: relative;
    width: 30px;
    height: 30px;
}
ul.clr.t_table > li.on:not(:last-child) > .table > .t_cell > input[type="radio"].t_radio + span {
    background: url("http://img.onbiz.co.kr/onb_picto2.png") no-repeat center -118px;
}

ul.clr.t_table > li > .table > .t_cell > label > span {
	font-size:11px;
} 
ul.clr.t_table > li.on > .table > .t_cell > label > span {
	font-size:14px;
} 