/* BASIC css start */
.offshop {  width: 95%; margin: 0 auto; background-color: #ffffff; }	


.booking_a
{

padding: 10px;
border: 1px solid #b9b9b9;
border-radius: 60px;
background-color:#cecece;

}



.booking_a span
{


padding: 5px;

font-weight: bold;

}


.offshop h1 {

    font-family: Noto Sans KR;
    padding-bottom: 30px;
    font-size: 25px;
    font-weight: bold;
    padding-top: 30px;
}

.offshop article {

display: inline-block;
margin-bottom: 100px;
}





.offshop article img {

margin-bottom: 10px;
width: 100%;
height: 300px;display: inline-block;

}

.offshop article h3 {

    font-size: 20px;
    font-family: Noto Sans KR;
    font-weight: bold;
    line-height: 40px;

}

.offshop article span {

font-family: Noto Sans KR;
line-height: 30px;

font-size:16px;


}
/* BASIC css end */

