/*----------------------------------------------------
  Clock
--------------------------------------------------- */
.Clock-Wrapper{
  position:relative;
  /*border:6px solid #000;*/
  border:0 solid #000;
  /*border-radius:9px;*/
  border-radius:0;
  height:123px;
  width:306px;
  /*background-color:#fb7c00;*/
  background-color:rgba(0,0,0,0);
  /*box-shadow: 4px 4px 1px 0px rgba(0,0,0,0.4) inset;*/
  box-shadow: 0 0 0 0 rgba(0,0,0,0.4) inset;
  margin: 0 4.5455% 30px;
  pointer-events: none;
}

.Clock-Time-Background{
  z-index:50;
  position:absolute;
  top:50px;
  left:6px;
  color:rgba(0,0,0,0.5);
  font-size:64px;
}

.Clock-Time-Front{
  z-index:100;
  position:absolute;
  top:50px;
  left:6px;
  font-size:64px;
  color:rgba(255,255,255,0.8);
}

.Clock-Year-Background{
  z-index:50;
  position:absolute;
  top:13px;
  left:6px;
  color:rgba(0,0,0,0.5);
  font-size:23px;
}

.Clock-Year-Front{
  z-index:100;
  position:absolute;
  top:13px;
  left:6px;
  font-size:23px;
  color:rgba(255,255,255,0.8);
}
#spMenu .Clock-Wrapper{
  margin: 50px auto 50px;
}
#spMenu .Clock-Time-Background{
  color:rgba(0,0,0,0.05);
}
#spMenu .Clock-Time-Front {
  color:rgba(0,0,0,0.2);
}
#spMenu .Clock-Year-Background{
  color:rgba(0,0,0,0.05);
}
#spMenu .Clock-Year-Front {
  color:rgba(0,0,0,0.2);
}
@font-face {
  font-family: "D7MI";
  src: url("../fonts/DSEG7-Modern/DSEG7Modern-Italic.woff") format('woff');
  font-display: swap;
}
@font-face {
  font-family: "D7MBI";
  src: url("../fonts/DSEG7-Modern/DSEG7Modern-BoldItalic.woff") format('woff');
  font-display: swap;
}
@font-face {
  font-family: "D14MI";
  src: url("../fonts/DSEG14-Modern/DSEG14Modern-Italic.woff") format('woff');
  font-display: swap;
}
.D7MI,
.counts .s2 {
  font-family: "D7MI";
}

.D7MBI,
.counts .s1 {
  font-family: "D7MBI";
}

.D14MI {
  font-family: "D14MI";
}

.DWEATHER {
  font-family: "DWEATHER";
  font-size:72px;
  height:72px;
}
.counts{
  font-size: 16px;
  line-height: 1.6;
}
.counts .s1{
  font-size:32px;
}
.counts .s2{
  font-size:17px;
}
@media only screen and (max-width: 909px) {
  .counts{
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0;
  }
}
