
.top-bg{
  background: linear-gradient(to bottom, rgba(16,16,16,0.5), rgba(16,16,16,0.3)), url('../images/bg02.jpg') center 60% no-repeat;
  background-size: cover;
  height: 170px;
}

.web-title{
  text-shadow: 2px 2px 4px rgba(0,0,0,0.8) ;
  color: rgb(180, 215, 244);
  font-weight: bold;
}

.nav-dn{
  position: relative;
  margin-top: -26px;
}

ul.sub-nav{
  padding: 0.5em;
  margin: 0;
  list-style: none;
  display: flex;
  border-radius: 8px;
  background: #fef5d9;
}

ul.sub-nav li{
  display: block;
  
  flex: 1;
  justify-content: center;
  padding: 0; 
  display: flex;
}

ul.sub-nav li>a{
  display: block;
  width: 100%;
  padding: 20px 15px;  
  text-align: center;
  text-decoration: none;
  color: #cb7c04;
  font-size: 18px;
  
}

ul.sub-nav li>a span{
  display: inline-block;
  position: relative;
  padding: 5px;
}

ul.sub-nav li>a span:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  background: #e67373d9;
  height: 4px;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}
ul.sub-nav li>a:hover span::after{
  width: 50%;
  left: calc(50% - 25%);
}

ul.sub-nav li>a.active span::after{
  width: 50%;
  left: calc(50% - 25%);
}

.dsrp h4, .notice .h4{
  color: #49c303;
}

footer{
  background: #f6f7ee;
  padding: 20px 5px;
}

footer p{
  margin: 0;
  line-height: 1.2em;
}

.sel-box{
  padding: 1em;  
}

.sel-box a{
  color: #343030;  
}

.sel-bg1{
  background: #eaf4e4;
}
.sel-bg1 a{
  border: 2px solid rgb(26, 140, 71);
}
.sel-bg2{
  background: #e7f4fc;
}
.sel-bg2 a{
  border: 2px solid rgb(73, 116, 226);
}
.sel-bg3{
  background: #fffdea;
}
.sel-bg3 a{
  border: 2px solid rgb(226, 160, 73);
}
.sel-bg4{
  background: #f9e3fe;
}
.sel-bg4 a{
  border: 2px solid rgb(226, 73, 170);
}

.sel-bg5{
  background: #75bece;
}
.sel-bg5 a{
  border: 2px solid #067d97;
  color: #fff;
}

a.cc-link {
  display: inline-block;
  flex: 0 1 160px;
  vertical-align: middle;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding: 5px 8px;
  transform: perspective(1px) translateZ(0);
  margin: 1em 1em ;
  text-align: center;  
  text-decoration: none;
  transition: all 0.2s ease;
}

a.cc-link.disabled{
  color: #aaa;
}

a.cc-link:hover{
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

a.cc-link.selected{
  background: #494350;
  color: #fff;
}

#chart1{
  position: relative;
}

#tooltip{
  padding: 4px;
}

.chart-wrap2{
  min-width: 1680px;
  margin: 0 auto;
}