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



.jh_sub {
	overflow: hidden;
}
.jh_sub ul.jh_tabs {
    margin: 0;
    padding: 1px;
    list-style: none;
    height: 60px;
    /*border-left: 1px solid #eee;*/
    width: 100%;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 15px;
}
.jh_sub ul.jh_tabs li.active {
	background-color:#8b86a7;
    border: 1px solid #f8e5f9;
    color: #fff;
}
.jh_sub ul.jh_tabs li {
    float: left;
    text-align: center;
    cursor: pointer;
    width: 25%;
    height: 60px;
    line-height: 55px;
   border: 1px solid #f8e5f9;
   /* border-left: none;*/
    font-weight: bold;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.jh_sub .tab_cont {
    border-top: 1px solid #f8e5f9;
    clear: both;
}
.jh_sub .tab_content {
    padding: 40px 0;
    font-size: 12px;
    display: none;
}
.jh_sub .sub2_02 {
    padding: 30px 0;
    text-align: center;
}
.jh_sub .sub2_02 img {
	width: 100%;
    max-width: 1000px;
}





/*********************************************************************/


div.jh_reservation {
	text-align:center;
}

div.jh_reservation div {
	padding: 30px 0;
}

div.jh_reservation .mainimgg {
	width: 60%; margin-left: auto; margin-right: auto; display: block; padding-bottom:20px;
}


div.jh_reservation h2 {
    text-align:center;
    letter-spacing: 1px;
	font-size: 23px;
    font-weight: 510;
    font-family: 'Noto Sans KR', sans-serif;

}
div.jh_reservation h2:after {
	display: block;
    content: '';
    width: 40px;
    height: 3px;
    background-color: #796cbf;
    margin: 10px auto;
    
}

div.jh_reservation h5 {
    font-family: 'Noto Sans KR', sans-serif;
	font-weight:300;
	font-size: 15px;
    letter-spacing: 0px;
    line-height: 1.5;
    color: #595959;;
    margin-left: 10px;
}

div.jh_reservation .cont2 img {

    margin:0px 0 30px 0px;
}



div.jh_reservation .cont2 em {
    font-weight:bold;
	font-size: 16px;
    letter-spacing: -1px;
    line-height: 2.5;
    color: #595959;;
    margin-left: 10px;
    font-family: 'Noto Sans KR', sans-serif;

}

div.jh_reservation .cont2 b {
    font-weight:400;
	font-size: 15px;
    letter-spacing: 0px;
    line-height: 1.5;
    color: #595959;;
    font-family: 'Noto Sans KR', sans-serif;


}
div.jh_reservation p {
	font-size: 15px;
    letter-spacing: -1px;
    line-height: 1.8;
    color: #595959;;
    margin-left: 30px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight:300;

}
div.jh_reservation p strong{

	line-height: 2.5;
}
div.jh_reservation p  span{

    color: red;;

}
div.jh_reservation p:before {
	display: inline-block;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #796cbf;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: -10px;
}


/*****top message*****/
div.jh_guide {
    padding-bottom: 50px;
	max-width: 1000px;
    margin: 10px auto;
}
div.jh_guide > div { margin:20px 0; padding:20px 0; }

div.jh_guide p {
    font-family: 'Jeju Gothic';
	font-size: 15px;
    letter-spacing: -1px;
    line-height: 1.5;
    color: #595959;
}
div.jh_guide { overflow:hidden; }
div.jh_guide div.cont2_wrap {
	float: left;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    background: url(/app/dubu_sourcecode/docs/imgs/1479259165_sub03_01_icon0299.png) no-repeat left center;
    background-size: 35%;
    padding: 20px 0;

    padding-left: 40%;
}

/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
    div.jh_guide div.cont2_wrap {
	float: left;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    background: url(/app/dubu_sourcecode/docs/imgs/1479258647_sub03_01_icon01.gif) no-repeat left center;
    background-size: 35%;
    padding: 20px 0;

    padding-left: 40%;
}

}

/* mobile */
@media screen and (max-width: 768px) {
    
    div.jh_reservation .mainimgg {
	width: 100%; margin-left: auto; margin-right: auto; display: block; padding-bottom:20px;
}
    
    
    .jh_sub ul.jh_tabs li {
        width: 50%;
    }
    .jh_sub ul.jh_tabs li {
        float: left;
        text-align: center;
        cursor: pointer;
        width: 50%;
        height: 60px;
        line-height: 55px;
        border: 1px solid #f8e5f9;
        border-left: none;
        font-weight: bold;
        background: #fff;
        overflow: hidden;
        position: relative;
    }
    div.jh_guide div.cont2_wrap {
    	background: url(/app/dubu_sourcecode/docs/imgs/1479258915_sub03_01_icon012333.png) no-repeat top center;
        background-size: 220px;
        padding-left: 0;
        padding-top: 190px;
    }
}