.con01_area{
    width: 100%;
    max-width: 960px;
    position: relative;
    left: 0; right: 0;
    margin: 0 auto 120px;
    height: auto;
    padding: 40px 20px 0;
    box-sizing: border-box;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    display: block;
}

.con01_area > h3{
    padding-left: 30px;
    font-size: 24px;
    color: #58687c;
}

.con_wrap{
    width: 100%;
    max-width: 960px;
    height: auto;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
    left: 0; right: 0;
    margin: 0 auto;
    margin-top: 40px;
    border-bottom: 2px dashed #ccc;
}

#list_rooms > div{ margin-bottom: 60px;}

.con01_area > div:last-child{
    border-bottom: none;
}

.con_wrap .topfl{
    width: 40%;
    float: left;
}

.topfl .imgwrap{
    height: auto;
    position: relative;
    background-color: #eee;
	
}

.topfl .imgwrap img{
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
}

.topfl .imgwrap a{
    position: absolute;
    bottom: 10px;
    right: 5px;
    width: 40px;
    padding: 2px 0;
    font-size: 14px;
    color: #666;
    text-decoration: none;
    background-color: #fff;
    border-radius: 3px;
    text-align: center;
}

.topfl .imgwrap a i{
    padding-right: 5px;
}



.con_wrap .topfr{
    width: 60%;
    float: right;
    padding-left: 30px;
    box-sizing: border-box;
}

.con_wrap .topfr .fl{
    width: 70%;
    float: left;
}

.con_wrap .topfr .fr{
    width: 30%;
    float: left;
    border-left: 1px solid #ededed;
    box-sizing: border-box;
}

.topfr .fl table{
    width: 100%;
}


.topfr .fl table td.room_name span{
    font-size: 20px;
    font-weight: 400;
    color: #58687c;
}

.topfr .fl table th{
    width: 22%;
    height: 40px;
	    line-height: 40px;
    font-size: 12px;
    text-align: left;
    vertical-align: top;
    color: #58687c;
}

.topfr .fl table td{
    width: 78%;
    
    height: 40px;
    line-height: 40px;

    vertical-align: top;
    font-size: 14px;
    color: #58687c;
}

.topfr .fr p{
    text-align: center;
    margin: 0 0 16px 0;
    font-size: 14px;
    color: #58687c;
    font-weight: 600;
	    line-height: 24px;
}

.topfr .fr span.bold{
    color:#c1649c;
    font-size: 18px;
    font-weight: 600;
}

.price:after{
    content: '원'
}

.con_bottom_area{
    padding-top: 30px;
    clear: both;
    width: 100%;
    height: 100px;
    position: relative;
}

.con_bottom_area .fl{
    width: 40%;
    float: left;
}

.con_bottom_area .fl > .popDetail{
    display: block;
    width: 100%;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background-image:linear-gradient(to right, #E1bd69 0%, #8f8681 50%, #E1bd69 100%);
    background-size: 200% auto;
    transition: 0.5s;
    border-radius: 40px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    left: 0; right: 0;
    margin: 0;
	border:none ;
}

.con_bottom_area .fl > .popDetail:hover{
    background-position: right center;
    /* background-color: #a67f78; */
}

.con_bottom_area .fr{
    width: 60%;
    float: left;
	padding-left: 30px;
}

.con_bottom_area .fr > div{
    width: 31%;
    float: left;
    margin-right: 1%;
    overflow: hidden;
}

.con_bottom_area .fr select{
    width: 70%;
    height: 30px;
    padding-left: 40px;
    border: none;
    text-align: center;
    background-color: #fff;
    font-size: 14px;
}

.box{
    width: 100%;
    height: 34px;
    line-height: 34px;
    margin: 0 0 16px 0;
    border: 1px solid #999;
    padding: 0 5px;
    box-sizing: border-box;
    border-radius: 3px;
}



.con_bottom_area .fr p{
    width: 25%;
    font-size: 14px;
    line-height: 32px;
    display: inline;
    float: left;
}

.con_bottom_area .fr select{
    position: relative;
    top: 0;
    width: 75%;
    height: 32px;
    line-height: 32px;
}

.con_bottom_area .fr p.charge{
    margin: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: none;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: right;
    font-size: 24px;
    color: #266198;
    font-weight: 600;

}

.con_bottom_area .btnDetail{
	display: block;
	text-align: center;
	margin: 0 0 16px 0;
    width: 100%;
    height: 34px;
    line-height: 34px;
    border: none;
    background-color: #E1bd69;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    transition: .3s;
}

.con_bottom_area .btnDetail:hover{
    background-color: #8f8681;
}




.tp{
    position: relative;
    top: -14px;
}

@media (max-width: 820px){
    
    .con01_area{
        padding: 50px 0 0;
        margin-bottom: 60px;
    }
    
    
    .con01_area > h3{
        padding-left: 10px;
        font-size: 18px;
    }
    
    .con_wrap{
        width: 100%;
        max-width: 960px;
        height: auto;
        overflow: hidden;
        padding: 20px 10px;
        box-sizing: border-box;
        position: relative;
        left: 0; right: 0;
        margin: 0 auto;
        margin-top: 30px;
        border-bottom: 2px dashed #ccc;
    }
    
    
    .con_wrap .topfl{
        width: 100%;
        float: none;
    }
    
    .topfl .imgwrap{
        margin-bottom: 30px;
    }
    
    .con_wrap .topfr{
        width: 100%;
        float: none;
        padding-left: 0
    }
    
    .con_wrap .topfr .fl{
        width: 70%;
        float: left;
        position: relative;
        padding-left: 0!important;
    }

    .con_wrap .topfr .fr{
        width: 30%;
        text-align: center;
        float: left;
        border-left: 1px solid #ededed;
        box-sizing: border-box;
    }
    .con_bottom_area{
        /* padding-top: 60px; */
        padding-top: 10px;
        clear: both;
        width: 100%;
        height: 100px;
        position: relative;
    }
    .topfr .fr p{
        font-size: 12px;
    }
    .topfr .fl table td.room_name span{
        font-size: 16px;
        line-height: 22px;
    }
    
    .topfr .fr span.bold{
        font-size: 16px;
    }
    .con_bottom_area .fr{
        width: 100%;
		padding: 0;
    }
    
    .con_bottom_area .fl{
        width: 100%;
        position: relative;
    }
    
    .con_bottom_area .fl .popDetail{
        display: block;
        width: 98%;
        height: 40px;
        line-height: 40px;
        color: #fff;
        font-weight: 600;
       margin-bottom: 10px;
    }
	/* .con_bottom_area .fl .popDetail{
	        display: block;
	        display: none;
	        width: 96%;
	        height: 40px;
	        line-height: 40px;
	        text-align: center;
	        background-color: #8f8681;
	        border-radius: 20px;
	        text-decoration: none;
	        color: #fff;
	        font-weight: 600;
	        position: absolute;
	        left: 0; right: 100%;
	        top:-50px;
	} */
	

    .con_bottom_area .fr > div{
        width: 48%;
        float: left;
        text-align: center;
        margin-right: 1%;
    }
    
    .con_bottom_area .fr p{
        width: 30%;
        font-size: 12px;
        display: inline;
        float: left;
    }

    .con_bottom_area .fr select{
        width: 70%;
        padding-left: 8px;
    }

    .con_bottom_area .fr p.charge{
        font-size: 18px;
    }
    
}
