/*대표인사말*/
div.clubPage_01 div.subTitBox {
    background:url('../img/subBg02.png') no-repeat;
}
div.clubPage_01 p.subTxt01 {
    padding-bottom:50px;
    /*background:url('../img/greetingBg.png') no-repeat;*/
}
h2.greetingTit {
    margin-bottom:50px;
    font-size:30px;
    line-height:50px;
    color:#77ba38;
}


div.clubPage_02 div.subTitBox {
    background:url('../img/subBg02.png') no-repeat;
}

div.clubPage_03 div.subTitBox {
    background:url('../img/subBg02.png') no-repeat;
}

div.clubPage_04 div.subTitBox {
    background:url('../img/subBg02.png') no-repeat;
} 
div.clubPage_05 div.subTitBox {
    background:url('../img/subBg02.png') no-repeat;
} 
div.clubPage_06 div.subTitBox {
    background:url('../img/subBg02.png') no-repeat;
} 
div.clubPage_07 div.subTitBox {
    background:url('../img/subBg02.png') no-repeat;
} 
/*- map table -*/
table.mapTable {
    width:100%;
    text-align:center;
    border-top:2px solid #0c2c40;
}
table.mapTable tr {
    border-bottom:1px solid #ccc;
}
table.mapTable tr th {
    position:relative;
    height:40px;
    background-color:#f9f9f9;
    font-weight:500;
    color:#454545; text-align: left; padding: 0 10px;
}
table.mapTable tr th:first-child::after {
    display:none;
}
table.mapTable tr th::after {
    position:absolute;
    top:50%;
    left:0;
    margin-top:-8px;
    content:'';
    display:block;
    width:1px;
    height:14px;
    background-color:#e0e0e0;
}
table.mapTable tr td {
    font-size:15px;
    color:#555; text-align: left; padding: 10px; line-height: 24px;
}
.pointC {font-size: 20px; color: #036380; padding-right: 20px;}
.pointC001 {font-size: 16px; color: #960C0E; padding-right: 5px;}
/*- map table -*/