/*-----------------------------------

	news

-----------------------------------*/
#container .news {
      width: 100%
    }

    #container .news .title {
      width: 79%;
      margin: 0 auto
    }

    #container .news .title h1 {
      width: 79%;
      margin: 80px 0 20px;
      font-size: 1.5625rem;
      font-weight: 700
    }

    #container .news .title hr {
      background-color: #707070;
      height: 1px
    }

    #container .news .title .description {
      font-size: .875rem;
      margin-top: 20px;
      margin-bottom: 75px;
      color: #909090
    }

    #container .news .news-area {
      padding-bottom: 260px;
      background-color: #f9f9f7
    }

    #container .news .news-area ul.news-list {
      width: 79%;
      margin: 0 auto 38px;
      padding-top: 22px
    }

    #container .news .news-area ul.news-list li {
      padding: 20px 0;
      border-bottom: 1px solid #ddd
    }

    #container .news .news-area ul.news-list li .date {
      margin-bottom: 13px;
      font-size: .9375rem;
      color: #909090
    }

    #container .news .news-area ul.news-list li .date span.orange {
      padding: 3px 30px;
      margin-right: 11px;
      background-color: #f08300;
      font-size: .75rem;
      color: #fff
    }

    #container .news .news-area ul.news-list li p {
      font-size: 1.125rem
    }

    #container .news .news-area ol.pages {
      display: flex;
      justify-content: center
    }

    #container .news .news-area ol.pages a {
      margin-right: 23px
    }

    #container .news .news-area ol.pages li {
      margin-right: 23px;
      font-size: 1.25rem;
      cursor: pointer
    }

    #container .news .news-area ol.pages .orange {
      font-size: 1.25rem;
      color: #e94709
    }

    #container .news .news-area ol.pages li:last-child {
      margin-right: 0
    }

    @media screen and (max-width:600px) {
      #container .news .title .description {
        margin-bottom: 45px
      }

      #container .news .title h1 {
        margin-top: 30px
      }

      #container .news .news-area {
        padding-bottom: 60px
      }
    }

/*-----------------------------------

	pagination

-----------------------------------*/
#container #pagination ul.page-numbers {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}
#container #pagination ul.page-numbers li {
    margin-right: 23px;
    font-size: 1.25rem;
}
#container #pagination ul.page-numbers li span.current {
    color: #e94709;
}
@media screen and (max-width:600px) {
    #container #pagination {
        margin-bottom: 60px;
    }
    #container #pagination ul.page-numbers {
        margin-top: 10px;
    }
}

/*-----------------------------------

	category

-----------------------------------*/
#container .category hr {
    background-color: #707070;
    height: 1px
}

#container .category h2 {
    font-size: 1.5625rem;
    font-weight: 700;
    margin-bottom: 5px
}

#container .category ul {
    margin-top: 5px
}

#container .category ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: .9375rem;
    border-bottom: 1px solid #e8e8e8;
    color: #595757;
    cursor: pointer
}

/*-----------------------------------

	new

-----------------------------------*/
#container .new hr {
    background-color: #707070;
    height: 1px;
}

#container .new h2 {
    font-size: 1.5625rem;
    font-weight: 700;
    margin-bottom: 5px;
}

#container .new ul {
    margin-top: 20px;
}

#container .new ul li {
    width: 100%;
    height: 100px;
    margin-bottom: 40px;
}

#container .new ul li:nth-child(n+6) {
    display: none;
}

#container .new ul li .list-container {
    display: flex;
    justify-content: space-between;
}

#container .new ul li .list-container .img-outer {
    width: 100px;
    height: 100px;
}

#container .new ul li .list-container .img-outer img {
    width: 100%;
    height: auto;
}

#container .new ul li .list-container .text-area {
    width: 176px;
}

#container .new ul li .list-container .text-area h3 {
    font-size: 1.125rem;
    font-weight: 700;
}

#container .new ul li .list-container .text-area .date {
    margin: 2px 0 5px;
    font-size: .9375rem;
    color: #595757;
}

#container .new ul li .list-container .text-area .orange {
    padding: 2px 10px;
    text-align: center;
    background-color: #f08300;
    font-size: .75rem;
    color: #fff;
}

@media screen and (max-width:1080px) {
    #container .new {
    max-width: 500px;
    }

    #container .new ul li .list-container {
    justify-content: center;
    }

    #container .new ul li img {
    margin-right: 20px;
    }

    #container .new ul li .text-area {
    width: 100%;
    margin-left: 20px;
    }
}

/*-----------------------------------

	search-date

-----------------------------------*/
#container .search-date .select-month {
    width: 100%;
    height: 40px;
    position: relative;
}

#container .search-date .select-month select {
    width: 100%;
    height: 40px;
    margin-top: 17px;
    padding-left: 8px;
    border: 1px solid #707070;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#container .search-date .select-month select::-ms-expand {
    display: none;
}

#container .search-date .select-month:before {
    position: absolute;
    top: 85%;
    right: .9em;
    width: 0;
    height: 0;
    padding: 0;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666;
    pointer-events: none;
}

/*-----------------------------------

	news-detail

-----------------------------------*/
#container #details_block.news {
      width: 79%;
      margin: 0 auto
    }
#container  #details_block.news .title {
    width: 100%;
}
    #container #details_block.news .title h1 {
      margin: 80px 0 20px;
      font-size: 1.5625rem;
      font-weight: 700
    }

    #container #details_block.news .title .description {
      font-size: .875rem;
      margin-bottom: 10px;
      color: #909090
    }

    #container #details_block.news .title hr {
      background-color: #707070;
      height: 1px
    }

    #container #details_block.news img {
      width: 53%;
      margin-top: 60px
    }

    #container #details_block.news p.text {
      margin-top: 60px;
      font-size: .9375rem;
      white-space: pre-wrap
    }

    #container #details_block.news .back-button {
      position: relative;
      width: 340px;
      height: 65px;
      margin: 130px auto 198px;
      background-color: #fff;
      border: 2px solid #e94709;
      border-radius: 8px;
      line-height: 65px;
      text-align: center
    }

    #container #details_block.news .back-button .hover {
      width: 100%;
      height: 100%;
      background: #e94709;
      position: absolute;
      left: 0;
      opacity: 0
    }

    #container #details_block.news .back-button>div {
      font-size: 1.25rem;
      font-weight: 700;
      color: #e94709
    }

    @media screen and (max-width:600px) {

      #container #details_block.news .title h1,
      #container #details_block.news img {
        margin-top: 30px
      }

      #container #details_block.news img {
        width: 100%
      }

      #container #details_block.news p.text {
        margin-top: 30px
      }

      #container #details_block.news .back-button {
        width: 80%;
        height: 55px;
        margin: 60px auto;
        line-height: 55px
      }
    }

    @media (hover:hover) {
      #container #details_block.news .back-button .hover[data-v-cdd12488]:hover {
        opacity: .4
      }
    }