﻿@charset "UTF-8";
/** skin79 **/
#area1 .rotate_con { width: 20%; position: absolute; top:4%; right:4%; text-align: center; z-index: 999;}
#area1 .rotate_con img {width: 50%; animation: roate 8s linear infinite; transform-origin: 50% 50%;}
#area1 .d_day {
    font-size: 40px;
    color: #c99e67;
    letter-spacing: 0.7px;
    margin-top: 4px;
    font-family: 'Nanum Myeongjo';
}
@keyframes roate {
    100% {
    	transform: rotate(360deg);
    }
}
