@import url("http://fonts.googleapis.com/earlyaccess/notosanskr.css");
@import url("/inc/css/font/nanum/barungothic.css");



/* ROOM */

.room {
	padding:0px 3%;
}

.room h2 {
    font: 27px/1 'Noto Sans KR';
    letter-spacing:-1px;
    margin:10px 0 30px;
    color:#333;
}
.room h2:before {
	content:'';
    display:block;
    width:40px;
    height:2px;
    margin-bottom:15px;
    background-color:#ef7817;
      
    
}
.room h3 {
    font: 16px/1 'Noto Sans KR';
    letter-spacing:-1px;
    margin:10px 0;
    color:#595959;
}
.room p {
    font: 15px/1.6em 'Noto Sans KR';
    letter-spacing:-1px;
    margin:15px 0;
  margin-bottom:30px;
    color:#7a7a7a;
}

/* r_box  */

.room .r_box {
	padding:30px 0;
}

.room table {
	width:100%;
    border-collapse:collapse;
    border-top:2px solid #ef7817;
    border-left:1px solid #dfdfdf;
}

.room th {
    font: 14px/1 'Nanum Barun Gothic';
    padding:10px 7px;
    letter-spacing:-0.6px;
    background:#f3f3f3;
    border:1px solid #dfdfdf;
    border-width:0px 1px 1px 0;
}


.room td {
    font:400 13px/1.5em 'Nanum Barun Gothic';
    padding:10px 7px;
    letter-spacing:-0.6px;
    text-align:center;
    border:1px solid #dfdfdf;
    border-width:0px 1px 1px 0;
}



/* dl */

.room dd {
    font:400 15px/1.5em 'Nanum Barun Gothic';
    letter-spacing:-0.6px;
    margin:15px 0;
    margin-left:78px;
}
.room dd em {
    font:600 13px/1.5em 'Nanum Barun Gothic';
	border:1px solid #278404;
    border-radius:10px;
    text-align:center;
    width:80px;
    padding:3px 7px;
    display:inline-block;
    color:#278404;
    margin-left:-78px;
    margin-right:8px;
}
.room dd b {
    color:#278404;
    font:800 19px/1.3em 'Noto Sans KR';
}
.room dd u {
    color:#edb500;
    font:normal 800 19px/1.3em 'Noto Sans KR';
    text-decoration:none;
}
.room dd  img {
	width:40px;
    margin-top:-3px;
}


/* ul */

.room ul {
	margin:30px 0;
}

.room li {
    font:400 15px/1.3em 'Nanum Barun Gothic';
    letter-spacing:-0.6px;
    margin:7px 0;
}

.room ul.notice li {
    font:600 15px/1.3em 'Nanum Barun Gothic';
    color:#278404;
}

/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:768px){
    
    .room th {
    font: 10px/1 'Nanum Barun Gothic';
    padding:10px 0px;
}


.room td {
    font:400 11px/1.5em 'Nanum Barun Gothic';
    padding:10px 2px;
}

}
