body[page="billboard"] .nonedata {
  display: none !important;
}
body[page="billboard"][id=""] section.billboard .billboardList {
  display: block;
}
body[page="billboard"][id=""] section.billboard .billboardInfo {
  display: none;
}
body[page="billboard"] section.billboard {
  padding: 30px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-position: right 50px bottom 50px;
  background-size: 260px;
}
body[page="billboard"] section.billboard h4 {
  color: #386378;
}
body[page="billboard"] section.billboard h3 {
  font-size: 30px;
  letter-spacing: 7px;
  margin-bottom: 35px;
  margin-top: 13px;
}
body[page="billboard"] section.billboard h3:after {
  width: 60px;
  display: block;
  height: 2px;
  background-color: #83bcb9;
  content: '';
  margin: auto;
  margin-top: 30px;
}
body[page="billboard"] section.billboard .billboardInfo {
  display: block;
}
body[page="billboard"] section.billboard .billboardInfo h1.maintitle {
  color: #386378;
  font-weight: 500;
  margin-top: 30px;
}
body[page="billboard"] section.billboard .billboardInfo article {
  text-align: left;
}
body[page="billboard"] section.billboard .billboardInfo article img {
  max-width: 100%;
  height: auto !important;
}
body[page="billboard"] section.billboard .billboardInfo article li {
  list-style: inherit;
}
body[page="billboard"] section.billboard .billboardInfo .date {
  font-size: 14px;
  color: #717171;
  letter-spacing: 3px;
  margin-bottom: 40px;
  margin-top: 40px;
}
body[page="billboard"] section.billboard .billboardInfo .view {
  font-size: 14px;
  color: #717171;
  letter-spacing: 3px;
  margin-bottom: 40px;
  margin-top: 40px;
}
body[page="billboard"] section.billboard .billboardInfo .attachment_wrap {
  margin-top: 50px;
  border-bottom: 1px dashed #e9e9e9;
  margin-bottom: 50px;
}
body[page="billboard"] section.billboard .billboardInfo .attachment_wrap li {
  text-align: left;
  margin-bottom: 5px;
}
body[page="billboard"] section.billboard .billboardInfo .attachment_wrap li i {
  background-color: #138986;
  color: #FFF;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  text-align: center;
  line-height: 30px;
  margin-right: 5px;
}
body[page="billboard"] section.billboard .billboardInfo .attachment_wrap li .thename {
  display: inline-block;
  color: #138986;
  font-size: 15px;
}
body[page="billboard"] section.billboard .billboardInfo .attachment_wrap li:nth-child(1):before {
  background-color: #e9e9e9;
  height: 1px;
  position: relative;
  display: block;
  content: '';
  margin-bottom: 20px;
}
body[page="billboard"] section.billboard .billboardInfo .attachment_wrap li:hover {
  opacity: 0.7;
}
body[page="billboard"] section.billboard .billboardList {
  max-width: 960px;
  margin: auto;
  background-color: #FFF;
  padding: 50px;
  display: none;
}
body[page="billboard"] section.billboard .billboardList .each {
  margin-bottom: 15px;
  border-bottom: 1px solid #f6f6f6;
  padding-bottom: 15px;
}
body[page="billboard"] section.billboard .billboardList .each .date {
  display: inline-block;
  width: 130px;
  text-align: left;
  font-size: 14px;
}
body[page="billboard"] section.billboard .billboardList .each .type {
  display: inline-block;
  background-color: #D7E4E8;
  color: #386378;
  font-size: 14px;
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100px;
  margin-right: 30px;
}
body[page="billboard"] section.billboard .billboardList .each .text {
  display: inline-block;
  width: calc(100% - 320px);
  text-align: left;
  vertical-align: top;
  font-size: 14px;
}
body[page="billboard"] section.billboard .billboardList a:nth-child(5) .each {
  border-bottom: none;
}
body[page="billboard"] section.billboard .typeList {
  background-color: #FFF;
  max-width: 1060px;
  margin: auto;
  margin-bottom: 20px;
  text-align: center;
  display: inline-block;
}
body[page="billboard"] section.billboard .typeList .in {
  margin: auto;
  display: inline-block;
  margin-bottom: -5px;
}
body[page="billboard"] section.billboard .typeList .each {
  background-color: #f9f9f9;
  height: 70px;
  line-height: 20px;
  min-width: 120px;
  margin-right: -2px;
  margin-left: -2px;
  color: #386378;
  cursor: pointer;
  font-size: 14px;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}
body[page="billboard"] section.billboard .typeList .each.active {
  background-color: #386378;
  color: #FFF;
}
body[page="billboard"] section.billboard .typeList:after {
  content: '';
  display: block;
  clear: both;
}
body[page="billboard"] section.billboard .button {
  background-color: #386378;
  color: #FFF;
  margin: auto;
  max-width: 300px;
  margin-top: 50px;
}
/*  rwd  */
/* -----------------------------------*/
@media screen and (max-width: 1240px) {
  body[page="billboard"] section.billboard h3 {
    font-size: 21px;
    letter-spacing: 4px;
    margin-bottom: 25px;
    margin-top: 10px;
  }
  body[page="billboard"] section.billboard .typeList {
    margin-bottom: 30px;
  }
  body[page="billboard"] section.billboard h3:after {
    width: 60px;
    display: block;
    height: 2px;
    margin: auto;
    margin-top: 20px;
  }
  body[page="billboard"] section.billboard {
    padding: 30px;
    padding-bottom: 100px;
    background-position: right 50px bottom 25px;
    background-size: 44vw;
    padding-top: 10px;
  }
  body[page="billboard"] section.billboard .billboardList .each {
    text-align: left;
  }
  body[page="billboard"] section.billboard .billboardList .each .date {
    display: inline-block;
    width: 150px;
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
  }
  body[page="billboard"] section.billboard .billboardList .each .type {
    font-size: 13px;
    padding: 10px;
    padding-top: 0px;
    width: auto;
    margin-right: 0px;
    margin: auto;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    padding-bottom: 0px;
  }
  body[page="billboard"] section.billboard .billboardList .each .date {
    width: 95px;
    text-align: left;
    font-size: 14px;
    margin: auto;
  }
  body[page="billboard"] section.billboard .billboardList .each .text {
    display: block;
    width: auto;
    font-size: 14px;
    padding-top: 10px;
    margin-top: 2px;
  }
  body[page=billboard] section.billboard .billboardList {
    margin-top: 30px;
    padding: 0px;
  }
  body[page=billboard] section.billboard .typeList {
    display: block;
    background-color: #f9f9f9;
  }
  body[page=billboard] section.billboard .typeList .each {
    height: auto;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0px;
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: 4px;
    min-width: 22vw;
    display: inline-block;
    float: none;
    padding-top: 14px;
    padding-bottom: 15px;
  }
  body[page=billboard] section.billboard .typeList .each:nth-child(1),
  body[page=billboard] section.billboard .typeList .each:nth-last-child(1) {
    border-radius: 0px;
  }
  body[page=billboard] section.billboard .billboardInfo h1.maintitle {
    font-size: 18px;
  }
  body[page=billboard] section.billboard .billboardInfo article p {
    font-size: 14px;
  }
}
