@charset "utf-8";

html, body{
    height: 100%;
}

#wrap{
    width:100%;
    margin: 0 auto;
}

/*banner s*/
#banner{
    height:350px;
    background:url(../images/guide/banner.jpg) no-repeat center 0/cover;
}

/*cont1 s*/
#cont1{
    padding:0 0 80px 0;
}
#cont1 .inner .p_ttl{
    text-align:center;
    padding:50px 0 60px 0;
}

/*요금표*/
#cont1 table{
    text-align:center;
    font-size:13px;
    margin:0 0 60px 0;
}
#cont1 table .ttl{
    font-size:15px;
    font-weight:900;
    color:#333;
    line-height:30px;
}
#cont1 table tr:first-child td,
#cont1 table tr:nth-child(2) td{
    background-color:#f4f4f4;
}
/*요금표*/

#cont1 p{
    margin:50px 0 0 0;
    font-size:14px;
    line-height:23px;
}
#cont1 p .bar{
    display:block;
    width:100%;
    height:1px;
    background-color:#333;
    margin:15px 0;
}
#cont1 p .tit{
    font-size:18px;
    font-weight:600;
}
#cont1 p .red{
    color:#d60808;
    font-weight:600;
}

/*환불표*/
#cont1 table:last-child{
    margin:50px 0 0 0;
    font-size:15px;
}
#cont1 table:last-child tr:last-child td{
    background-color:rgba(255,255,255,0);
}
/*환불표*/