/* BASIC css start */
select {
    border: 0px !important;
}

.img_area{ position: relative; width: 1300px; margin: 0 auto; text-align: center;}
.img_area img{ width: 100%;}



/* 17¹ø Ä«Å×°í¸® Å¸ÀÌ¸Ó */
#HourCountdown {
    position:absolute;
    bottom: 95px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 55px;
    font-weight: 600;
    color: #542422;
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum";
}

#HourCountdown .colon { margin: 0 4px; }


/* BASIC css end */

