object:focus {
    outline: none;
}


/* HTML Countdown
 */

.htmlCountdownBg {
    position: relative;
    width: 260px;
    height: 98px;
    color: #fff;
    font-family: Arial, sans-serif;
    cursor: pointer;
    background-color: #ffffff;
    margin: 0 auto;
}

.htmlCountdownBg div {
    position: absolute;
}

/*.htmlCountdownBg.black {
    background-image: url(../img/300_bg_black.jpg);
}

.htmlCountdownBg.black-countdown {
    background-image: url(../img/300_bg_countdown_black.jpg);
}
*/
.htmlCountdownBg .cd-countdown,
.htmlCountdownBg .cd-realtime {
    display: none;
    width: 100%;
    height: 100%;
}


.htmlCountdownBg.black .cd-glass-countdown {
    width: 100%;
    height: 50px;
    top: 102px;
    z-index: 10;
}

.htmlCountdownBg.white .cd-glass-countdown {
    width: 100%;
    height: 50px;
    top: 100px;
    z-index: 10;
}

.htmlCountdownBg.white .cd-glass-real {
    width: 100%;
    height: 50px;
    top: 102px;
    z-index: 10;
}


/*countdown*/

.htmlCountdownBg .cd-labels {
    font-size: 11px;
    line-height: 10px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.htmlCountdownBg .cd-labels  div,
.htmlCountdownBg .cd-values  div {
  text-align: center;
  width: 36px; /* 2018-02-23 수정 */
  position: absolute;
}
.htmlCountdownBg.black .cd-labels,
.htmlCountdownBg.white .cd-labels {
    color: #535353;
}
/*.htmlCountdownBg .cd-values div {
    background-color: #ff0000;
}*/
.htmlCountdownBg .cd-values {
    font-size: 24px; /* 2018-02-22 수정 */
    line-height: 20px;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, .4);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #535353;
}
.htmlCountdownBg .dLabel {
    left: 0px;
    top: 44px;
    width: 30px;
	font-size:14px; /* 2018-02-22 수정 */
}

.htmlCountdownBg .dLabel2 {
    left: 0px;
    top: 44px;
    opacity: 0;
    width: 30px;
	font-size:14px; /* 2018-02-22 수정 */
}
.htmlCountdownBg .hLabel {
    left: 46px;
    top: 44px;
	font-size:14px; /* 2018-02-22 수정 */
}

.htmlCountdownBg .mLabel {
    left: 91px;
    top: 44px;
	font-size:14px; /* 2018-02-22 수정 */
}

.htmlCountdownBg .sLabel {
    left: 139px;
    top: 44px;
	font-size:14px; /* 2018-02-22 수정 */
}

.htmlCountdownBg .dValue {
    left: -1px;
    top: 68px; /* 2018-02-22 수정 */
    width: 30px;
}

.htmlCountdownBg .hValue {
    left: 45px;
    top: 68px; /* 2018-02-22 수정 */
}

.htmlCountdownBg .mValue {
    left: 90px;
    top: 68px; /* 2018-02-22 수정 */
}

.htmlCountdownBg .sValue {
    left: 137px;
    top: 68px; /* 2018-02-22 수정 */
}
.htmlCountdownBg .separate {
    top: 52px;
    left: 37px;
    width: 8px !important;
}
.htmlCountdownBg .separate2 {
    left: 82px;
}
.htmlCountdownBg .separate3 {
    left: 126px;
}
.htmlCountdownBg .cd-copy {
    font-size: 15px;
    width: 100%;
    text-align: center;
    line-height: 1.2em;
    left: 0px;
    top: 190px;
    color: #999999;
}

.htmlCountdownBg.white .cd-copy {
    color: #777777;
}

.htmlCountdownBg .cd-copy sup {
    font-size: 10px;
    vertical-align: baseline;
    position: relative;
    top: -0.3em;
    left: -0.2em;
}

.htmlCountdownBg .cd-real-copy sup {
    font-size: 11px;
    vertical-align: baseline;
    position: relative;
    top: 0;
    left: 0;

}


/*real*/

.htmlCountdownBg .cd-real-values {
    font-size: 32px; /* 2018-02-22 수정 */
    text-shadow: 0px 3px 3px rgba(0, 0, 0, .4);
    top: 49px; /* 2018-02-22 수정 */
    left: 11px;
    width: 100%;
    color: #535353;
}

.htmlCountdownBg .realhValue {
    right: 215px;
}

.htmlCountdownBg .separatorOne {
    right: 203px;
}

.htmlCountdownBg .realmValue {
    right: 163px;
}

.htmlCountdownBg .separatorTwo {
    right: 151px;
}

.htmlCountdownBg .realsValue {
    right: 110px;
}

.htmlCountdownBg .cd-real-copy {
    font-size: 15px; /* 2018-02-22 수정 */
    width: 100%;
    left: 0px;
    top: -2px; /* 2018-02-09 수정 */
    color: #535353;
    padding-bottom: 9px; /* 2018-02-22 수정 */
    text-align: center;
    letter-spacing: 0.5px; /* 2018-02-09 수정 */
	font-weight: 700; /* 2018-02-09 수정 */
	line-height: 1; /* 2018-02-09 수정 */
}

.htmlCountdownBg .cd-real-copy:before,
.htmlCountdownBg .cd-real-copy:after {
    content: '';
    position: absolute;
}

.htmlCountdownBg .cd-real-copy:after {
    left: 50%;
    bottom: 0;
    width: 95%;
    height: 1px;
    background-color: #e6e6e6;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.cd-logo {
    top: 30px; /* 2018-02-22 수정 */
    right: 4px;
    width: 82px;
    height: 78px;
    background-position: right center;
    background-image: url(/images/official-timekeeper-omega.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    background-size: 100% auto
}


/* ie6 png alpha lack */

* html .cd-glass-countdown,
* html .cd-glass-real {
    visibility: hidden;
    display: none;
}

.hide {
    opacity: 0
}

#border {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    top: 0;
    left: 0;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
}