.timer{display:block;position:absolute;top:50px;right:50px;width:250px;border-radius:6px;box-shadow:1px 1px 5px 4px rgba(43,43,43,.11);background-color:#fff;z-index:1000}.timer .timer-time-wrap{display:flex;justify-content:space-evenly;align-items:center;height:75px;width:100%;font-family:NotoSansCJKkr;font-size:36px;font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;text-align:center;color:#333}.timer .timer-time-wrap .time-number{display:flex;justify-content:space-evenly;align-items:center;width:45px;height:55px;border-radius:1.5px;border:1px solid #c9cdd8;background-color:#fff}.timer .timer-time-wrap .time-separator{height:50px}.timer .timer-video-wrap{position:relative;height:150px;width:100%;display:flex;padding:10px;justify-content:center;align-items:center;border-radius:6px}.timer .timer-video-wrap video{width:100%}