@import url("http://fonts.googleapis.com/earlyaccess/jejumyeongjo.css");
@import url("http://fonts.googleapis.com/earlyaccess/notosanskr.css");
@import url("http://fonts.googleapis.com/css?family=Montserrat");

#sub_title {
	display:none;
}

#prologue{
    text-align:center;
}
#title .b_title{
    margin-top:12px;
    font-size:28px;
    font-weight:bold;
    color:#555;
    margin-bottom:60px;
}
#title .photo{
    background:url(/app/dubu_sourcecode/docs/imgs/1485914880_1437390544_pro.jpg) -30px;
    height:490px;
    border:1px solid #dcdcdc;
    margin-bottom:40px;
}
#contents_txt{
    width:60%;
    margin:0 auto;
}
#contents_txt .b_txt{
    font-family: 'Noto Sans KR', sans-serif;
    color:#0a6a9b;
    font-size:20px;
    font-weight:bold;
    line-height:30px;
    margin-bottom:20px;
}
#contents_txt .s_txt{
    font-size:14px;
    line-height:24px;
    color:#888;
    
}



.room {
    padding:20px;
}

.room h3 {
    font-family:'Noto Sans KR';
    font-weight:600;
    font-size:22px;
    color:#393939;
    letter-spacing:-1px;
    margin-bottom:30px;
}
.room h3:before {
    content:'';
    width:25px;
    height:3px;
    border-radius:1px;
    background:#0A6A9B;
    margin:10px 0;
    display:block;
}

.room p {
    font-family:'Noto Sans KR';
    font-weight:400;
    font-size:13.5px;
    color:#555;
    letter-spacing:-1px;
    line-height:1.6;
}

/* table */
.room table {
    border-collapse:collapse;
    width:100%;
    margin:20px 0;
}
.room th {
    font-family:'Noto Sans KR';
    font-weight:500;
    font-size:15px;
    color:#595959;
    padding:5px 10px;
    border-top:2px solid #ccc;
    border-bottom:1px solid #ddd;
    border-right:1px solid #ddd;
    border-left:1px solid #ddd;
    background:#f6f6f6;
    
}
.room td {
    font-family:'Noto Sans KR';
    font-weight:;
    font-size:15px;
    color:#5a5a5a;
    text-align:center;
    padding:10px 10px;
    border:1px solid #ddd;
    
}
.room td em {
	color: #f26868;
}
.room .fare p {
    display:none;
    color:#fb3e5e;
}

/* ul */
.room ul {
    margin:10px 0;
}
.room li{
    font-family:'Noto Sans KR';
    font-weight:400;
    font-size:15px;
    color:rgba(0,0,0,0.6);
    letter-spacing:-0.7px;
    line-height:1.6;
    margin-left:10px;
}
.room li:before {
    content:'·';
    margin-right:5px;
    margin-left:-13px;
}

/* dl */
.room dl {
}
.room dt {
    font-family:'Noto Sans KR';
    font-weight:600;
    font-size:15px;
    color:#555;
    letter-spacing:-0.7px;
    line-height:1.6;
}
.room dd {
    font-family:'Noto Sans KR';
    font-weight:400;
    font-size:15px;
    color:#555;
    letter-spacing:-0.7px;
    line-height:1.6;
    display:inline-block;
}
.room dd:after {
    content:'|';
    color:#ccc;
    margin:0 4px 0px 7px;
}

/* r_box */
.room .r_box {
    margin:50px auto;
    padding:0 30px;
    overflow:hidden;
}

/* info_box */
.room .info_box {
    margin:10px auto;
    width:48%;
    margin-right:1.5%;
    height:310px;
    float:left;
    padding:20px 30px;
    background:#f9f9f9;
}
.room .info_box h4 {
    font-family:'Noto Sans KR';
    font-weight:500;
    font-size:17px;
    padding:5px 0 10px;
    color:#aa9052;
}

/* sub_ban */

.sub_ban {
    margin:80px 0;
    padding:30px;
    background:#f5f5f5;
    overflow:hidden;
}
.sub_ban h4 {
    font-family:'Noto Sans KR';
    font-weight:500;
    font-size:20px;
    margin-bottom:10px;
    color:#0A6A9B;
    letter-spacing:-1px;
}
.sub_ban h5 {
    font-family:'Montserrat';
    font-weight:900;
    font-size:18px;
    color:#595959;
}
.sub_ban h5  em{
    font-size:0.6em;
    margin:0 2px 0 0px;
    display:inline-block;
    vertical-align:middle;   
    text-transform:uppercase;
}
.sub_ban p {
    font-size:15px;
    line-height:1.4;
}
.sub_ban div {
    width:47%;
    float:left;
    overflow:hidden;
}
.sub_ban img {
    width:90px;
    height:90px;
    padding:15px;
    float:left;
    background:#97dcf1;
    border-radius:50%;
    margin-right:20px;
}
.sub_ban .ban1 {
    margin-right:2%;
    border-right:1px dashed #ccc;
}
.sub_ban .ban1 p {
	font-size:17px;
    font-weight:700;
}
.sub_ban .ban2 {
    margin-left:2%;
}
.sub_ban .ban2 img {
    background:#3a619e;
} 
.sub_ban .ban2 h4 {
    color:#fb3e5e;
    margin-bottom:5px;
}
.sub_ban a.btn {
    font-family:'Noto Sans KR';
    font-weight:500;
    font-size:15px;
    display:block;
    padding:4px 15px;
    border:1px solid #ddd;
    width:130px;
    margin:10px auto 0;
    border-radius:20px;
    text-align:center;
}
.sub_ban a.btn:hover {
	background:#f19797;
    color:#fff;
}



/* 설정 */
.room .mt30 {
	margin-top:30px;
}


/* 중간사이즈 */
@media screen and (min-width:992px) and (max-width:1200px){
    .room .info_box {
        height:330px;
    }
    .room .info_box h4 {
        font-size:16px;
    }
}
/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
    .room {
        padding:20px 0px;
    }

    /* info_box */
    .room .info_box {
        margin:10px auto;
        width:100%;
        margin-right:0%;
        height:auto;
    }
    .room .info_box h4 {
        text-align:left;
    }
    /* sub_ban */

    .sub_ban div {
        text-align:center;
    }
    .sub_ban img {
        margin-right:0px;
        margin-bottom:10px;
        float:none;
    }
}

/* mobile */
@media screen and (max-width:768px){
    #sub_title {
        display:block;
    }

    .room {
        padding:0px 0px;
    }

    /* top */
    .room .top {
        padding:30px 0;
    }
    .room .top h2 {
        font-size:25px;
        padding:20px 0;
        width:230px;
    }
    .room .top  p {
        font-size:18px;
        color:#fff;
    }

    /* r_box */
    .room .r_box {
        margin:40px 7%;
        padding:0;
        overflow:hidden;
    }

    /* info_box */
    .room .info_box {
        margin:10px auto;
        width:100%;
        margin-right:0%;
        height:auto;
    }
    .room .info_box h4 {
        text-align:left;
    }

    div.col-xs-12 {
        padding:0;
    }

    /* table */
    .room .fare {
        overflow:scroll;
    }
    .room .fare p {
        display:block;
    }
    .room table {
        width:600px;
    }

    .room th, .room td {
        font-size:13px;
    }

    /* sub_ban */

    .sub_ban div {
        text-align:center;
        width:100%;
        margin-bottom:50px;
    }
    .sub_ban img {
        margin-right:0px;
        margin-bottom:10px;
        float:none;
    }
    .sub_ban .ban1 {
        margin-right:0;
        border-right:0;
    }
    .sub_ban .ban2 {
        margin-left:0;
    }
}
