/* 선택 방리스트 */

	.sel_list_box { border:1px solid #dcdcdc; margin-bottom:20px; background: #fff; overflow:hidden; }
	.sel_list_box .item-head { position: relative; width:100%; padding:20px; border-bottom:1px solid #dcdcdc; }
	.sel_list_box .item-head img { position: absolute; z-index: 20; right: 20px; display: inline-block; top: 30px; }
	.sel_list_box h2 { font-size:23px; color:#26325e; font-weight:500; margin-bottom:10px; }
	.sel_list_box p { padding-left:20px; font-size:14px; line-height:23px; color:#999; background:url('/skin/apms/item/pension/img/ico_won.png')no-repeat left top 4px; }
	.sel_list_box p > span { color:#666; padding-right:10px; }
	.sel_list_box .item-body { overflow:hidden; }
	.sel_list_box .item-body .left-box { float:left; width:50%; height:100%; padding:20px; border-right:1px solid #dcdcdc; }
	.sel_list_box .item-body .left-box .item-image { position: relative; border:1px solid #dcdcdc; padding-bottom: 56.25%; }
	.sel_list_box .item-body .left-box .item-thumb {}
	.sel_list_box .item-body .left-box .item-thumb img { border:1px solid #dcdcdc; }
	.sel_list_box .item-body .left-box span { position: absolute; color:#fff; line-height:23px; bottom: 15px; }
	.sel_list_box .item-body .right-box { float:left; width:50%; height:100%;padding:20px; }
	.sel_list_box .item-body .right-box h3 { font-size:14px; color:#666; line-height:23px; padding-bottom:5px; border-bottom:1px solid #dcdcdc; }
	.sel_list_box .item-body .right-box h4 { text-align:center; margin-bottom:15px; }
	.sel_list_box .item-body .right-box .table>tbody>tr>th, .sel_list_box .item-body .right-box .table>tbody>tr>td { border-top:0px; }
	.sel_list_box .item-body .right-box th { color:#999; font-weight:400; }
	.sel_list_box .item-body .right-box select { width: 100%; padding: 0 10px; }

	.sel_list_box .item-body .right-box .table>tbody>tr>td { width: 150px; }



	.ico_addroom { text-align: center; padding-top: 20px; padding-bottom: 30px; }