@media (min-width: 1200px) {
  .sb-history .container {
    max-width: 1110px;
  }
}
.page-template-temp-history .page-header {
  min-height: 170px;
  background-image: url(../img/history/hero1@2x.jpg);
}
.page-template-temp-history .page-header:before {
  content:none;
}
.site-body {
  position: relative;
  padding: 0 0 3rem !important;
  color:#000;
}
.site-body .main-section {
  padding: 25px 0;
}

.ht-ctrl {
  position: relative;
  margin-bottom: 40px;
}
.y-list ul {
  margin:0;
  padding:0;
  list-style: none;
}
.y-list li {
  flex-grow: 1;
  border-right: 2px solid #C6C6C6;
  text-align: center;
}
.y-list li:first-child {
}
.y-list li:last-child {
  border-right: none;
}
.y-list a {
  display: inline-block;
  color:#000;
  font-size: 16px;
  padding:0 14px;
  text-decoration: none;
}
.y-list li:first-child a {
  padding-left: 0;
}
.y-list li:last-child a {
  padding-right: 0;
}
.y-list a:hover {
  text-decoration: underline;
}
.y-list .active {
  text-decoration: underline;
  font-weight: bold;
}
.ht-ctrl .chk-opt {
  position: absolute;
  z-index: 10;
  right: 0;
  top:50px;
}
.chk-opt>div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-width: 128px;
  border:1px solid #707070;
  border-radius: 4px;
  margin-right: 4px;
}
.chk-opt .chk-cate {
  background: #EACCA9;
}
.chk-opt .chk-area {
  background: #B6C5ED;
}
.chk-opt .chk-l {
  display: none;
  padding:0 8px 5px;
}
.chk-opt .n {
  position: relative;
  font-size: 13px;
  line-height: 20px;
  padding:2px 8px;
  cursor: pointer;
  padding-right: 24px;
}
.chk-opt .n:after {
  content:"";
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: no-repeat center url(../img/ic-chv-down.svg);
  background-size: 100%;
}
.chk-opt .op .n:after {
  background-image:url(../img/ic-chv-up.svg);
}
.chk-opt .op .chk-l {
  display: block;
}
.chk-opt .form-check,
.chk-opt label {
  font-size: 13px;
  line-height: 20px;
}
.chk-opt .form-check>* {
  display: inline-block;
  vertical-align: middle;
}
.chk-opt .form-check input[type=checkbox] {
  margin:0;
  margin-right: 3px;
}
.chk-opt .btn-search {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 20px;
  padding:2px;
  width: 100px;
  border:1px solid #707070;
  border-radius: 4px!important;
}
.chk-opt .btn-search:focus {
  outline: none!important;
  box-shadow: none!important;
}
.chk-opt .btn-search:-webkit-autofill,
.chk-opt .btn-search:-webkit-autofill:hover,
.chk-opt .btn-search:-webkit-autofill:focus,
.chk-opt .btn-search:-webkit-autofill:active{
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  outline: none!important;
  box-shadow: none!important;
  transition: background-color 0s 600000s, color 0s 600000s !important;
}
.chk-opt .btn-search:active {
  background: #dedede;
}

.ht-body .no-data {
  padding:80px 0;
  text-align: center;
}

.ht-body .y-title {
  color:#fff;
}
.ht-body .y-title span {
  display: inline-block;
  width: 370px;
  background: #20366C;
  border-radius: 0 18px 18px 0;
  padding:6px 16px;
}
.ht-item {
  position: relative;
  padding-bottom: 45px;
  border-left: 1px solid #707070;
  margin-left: 135px;
}
.ht-item:first-child {
  padding-top: 70px;
}
.ht-item .i-head {
  position: relative;
  padding-left: 65px;
  padding-bottom: 8px;
  border-bottom: 1px solid #707070;
}
.ht-item .i-head:after {
  content:"";
  position: absolute;
  left: -6px;
  bottom: -6px;
  width: 12px;
  height: 12px;
  background: #20366C;
  border-radius: 50%;
  border:1px soild #707070;
}
.ht-item .i-head .ym {
  font-weight: bold;
}
.i-head .ca {
  text-align: right;
  line-height: 20px;
}
.i-head .ca>span {
  display: inline-block;
  text-align: center;
  min-width: 90px;
  border-radius: 4px;
  border:1px solid #707070;
  padding:2px;
  font-size: 11px;
  line-height: 18px;
  margin-right: 5px;
}
.i-head .ca>span:last-child {
  margin-right:0;
}
.i-head .ca .cate {
  background: #EACCA9;
}
.i-head .ca .area {
  background: #B6C5ED;
}

.ht-item .yb-num {
  position: absolute;
  left: -130px;
  top: -10px;
  font-size: 45px;
  line-height: 50px;
  font-weight: 500;
  opacity: 0.18;
}

.ht-item .i-cont {
  position: relative;
  padding-top: 8px;
  padding-left: 65px;
}
.ht-item .i-cont .i-title {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding-right: 70px;
  cursor: pointer;
}
.ht-item .i-cont.no-content .i-title {
  cursor: default;
}
.i-cont .i-title:after {
  content:"";
  position: absolute;
  right: 12px;
  top: 0;
  width: 30px;
  height: 30px;
  background: no-repeat center url(../img/history/btn-arrow-down.svg);
  background-size: 100%;
}
.i-cont.op-bd .i-title:after {
  background-image: url(../img/history/btn-arrow-up.svg);;
}
.i-cont.no-content .i-title:after,
.i-cont.op-bd.no-content .i-title:after {
  content:none;
}
.i-cont .i-body {
  display: none;
  margin-top: 24px;

  font-size: 15px;
  line-height: 28px;
}
.i-body .his-content {
  text-align: justify;
}

.i-body .rel-url,
.i-body .rel-yt-url {
  margin-top: 15px;
}
.rel-yt-url .yt {
  margin-top: 10px;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
  margin-top: 16px;
}
.rel-yt-url  .yt .yt-v {
  height: 100% !important;
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1199px) {
  .page-template-temp-history .page-header {
    min-height: 140px;
  }
}
@media (max-width: 992px) {
  .page-template-temp-history .page-header {
    min-height: 108px;
  }
  .y-list ul {
    flex-wrap: wrap;
  }
  .y-list li {
    width: 19%;
    flex-grow: unset;
  }
  .ht-body .y-title span {
    width: 300px;
  }
  .ht-item {
    margin-left: 120px;
  }
  .ht-item:first-child {
    padding-top: 50px;
  }
  .ht-item .yb-num {
    left: -120px;
    font-size: 41px;
  }
  .ht-item .i-head,
  .ht-item .i-cont {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .page-header-inner {
    margin:2px auto!important;
  }
  .page-template-temp-history .page-header {
    min-height: 52px;
  }
  .page-header-title, h1.page-header-title {
    font-size: 1.5rem;
  }

  .ht-ctrl {
    margin-bottom: 50px;
  }
  .y-list {
    overflow: scroll;
  }
  .y-list ul {
    flex-wrap: unset;
    width: 760px;
  }
  .y-list li {
    width: 25%;
  }
  .y-list a {
    font-size: 15px;
    padding:0 8px;
  }
  .ht-ctrl .chk-opt {
    top:42px;
  }
  .ht-body .y-title span {
    width: 200px;
  }

  .ht-item {
    margin-left: 0;
  }
  .ht-item .yb-num {
    display: none;
  }
  .ht-item .i-head, .ht-item .i-cont {
    padding-left: 20px;
  }
  .ht-item .i-cont .i-title {
    padding-right: 50px;
    font-size: 17px;
  }
  .i-cont .i-title:after {
    width: 26px;
    height: 26px;
    right: 0;
  }
  .i-body .his-content {
    margin-bottom: 20px;
  }


}
