﻿/* 광고 배너 */
#ads-area {
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 999
}

html,
body {
    background: #3A3A3A;
}