/* BASIC css start */
.offshop {    width: 1100px; margin: 0 auto;}	
.booking_a:link {color:#000000;text-decoration: none;}
.booking_a:visited { color: black; text-decoration: none;}

.booking_a
{

padding: 13px 10px 10px 10px;
border: 1px solid #b9b9b9;
border-radius: 60px;

}

.booking_a:hover
{

background-color:#cecece;

}

.booking_span
{


padding: 5px;
font-size:14px;
font-weight: bold;

}


.offshop h1 {

font-family: Noto Sans KR;
padding: 50px 0;
font-size: 32px;
font-weight: bold;
padding-left: 10px;


}

.offshop article {
margin: 0 5px 0 10px;
    display: inline-block;
    margin-bottom: 100px;
}


.img_ex {
    
background-color:#ffacac;
width: 530px;
    height: 450px;
    display: inline-block;
margin-bottom: 30px;
}




.offshop article img {

margin-bottom: 30px;
width: 530px;
height: 450px;display: inline-block;

}

.offshop article h3 {

font-family: Noto Sans KR;
font-size : 18px;
font-weight: bold;
padding-bottom: 10px;

}

.offshop article p span {

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

font-size:16px;


}
/* BASIC css end */

