/*===========================================
General Information
===========================================*/
.general h4{font-size:16px; font-weight:400; color:#111;}
.general section{position:relative;}
.general ul, .general ol{margin:0; padding:0; padding-left:1.7em;}
.general figure{text-align:center; margin:10px 0;}

.general table{
    background-color:#fff;
}
    .general caption{
        color:var(--visual-green);
        text-align:left;
        font-weight:bold;
        font-size:16px;
        border-bottom:2px solid var(--visual-green);
        padding:8px 0;
    }
    .general table th, .general table td{
        padding:8px;
        border-bottom:1px solid #bbc3e6;
    }
    .general table thead th{
        background:#ffe6d7;
        color:#000;
    }
    .general table tbody th{
        text-align:left;
        background:#f5f5f5;
    }
.mrtMap{
    margin:0;
}
    .mrtMap img{
        width:100%;
    }
.note{
    padding:12px 18px;
    border:1px solid #FC6;
    background:#FFC;
}

#map{
    width:100%;
    height:280px;
    margin-bottom:30px;
    border-radius:8px;
}