/* menu icon */
.menu-icon {
  display: none; }

#menu-btn {
  display: none; }

#main_page {
  position: relative;
  display: none; }
  #main_page:after {
    content: "";
    display: block;
    position: absolute;
    height: 50%;
    top: 25%;
    right: 0;
    border-right: 1px solid #ffffff; }

/*@media (max-width: 991px) {*/
@media (max-width: 799px) {
  header {
    /* menu btn */ }
    header nav {
      clear: both;
      max-height: 0;
      transition: max-height .2s ease-out;
      overflow: hidden; }
    header .menu-icon {
      position: absolute;
      top: 0px;
      right: 0px;
      cursor: pointer;
      display: inline-block;
      padding: 29px 20px;
      user-select: none; }
      header .menu-icon .navicon {
        background: #ffffff;
        display: block;
        height: 2px;
        position: relative;
        transition: background .2s ease-out;
        width: 18px; }
        header .menu-icon .navicon:before, header .menu-icon .navicon:after {
          background: #ffffff;
          content: '';
          display: block;
          height: 100%;
          position: absolute;
          transition: all .2s ease-out;
          width: 100%; }
        header .menu-icon .navicon:before {
          top: 5px; }
        header .menu-icon .navicon:after {
          top: -5px; }
    header .menu-btn {
      display: none; }
      header .menu-btn:checked ~ nav {
        max-height: 400px; }
      header .menu-btn:checked ~ .menu-icon .navicon {
        background: transparent; }
      header .menu-btn:checked ~ .menu-icon .navicon:before {
        transform: rotate(-45deg); }
      header .menu-btn:checked ~ .menu-icon .navicon:after {
        transform: rotate(45deg); }
      header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
        top: 0; } }
/*@media (max-width: 575px) {*/
@media (max-width: 799px) {
  #main_page {
    display: block; }

  header {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto; }
    header nav {
      width: 100%;
      height: auto;
      background: #5a493f;
      /*background: #c8bba4;*/
      /*display:none;*/ }
      header nav ul {
        width: 100%; }
        header nav ul li {
          width: 100%; }
          header nav ul li a {
            width: 100%;
            padding: 10px 15px 10px 15px; }
    header #lang_area {
      order: -1; }
      header #lang_area a {
        float: left;
        padding: 15px 15px 15px 15px; }

  #banner_area #banner {
    width: 100%;
    height: auto; }
    #banner_area #banner .desc {
      position: relative;
      width: 100%;
      font-size: 14px;
      line-height: 20px;
      padding: 20px 15px 320px 15px;
      box-sizing: border-box; }
      #banner_area #banner .desc .header {
        position: relative;
        font-size: 26px;
        line-height: 35px;
        z-index: 2; }
      #banner_area #banner .desc h1 {
        position: relative;
        width: 100%;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0;
        margin-top: 5px;
        z-index: 2; }
      #banner_area #banner .desc .cont {
        font-size: 14px;
        line-heigt: 18px;
        margin-top: 10px; }
    #banner_area #banner .img {
      position: absolute;
      float: left;
      width: 300px;
      bottom: 0;
      right: 0;
      z-index: 1; }

  .center {
    width: 100%; }

  #container {
    width: 100%; }
    #container .header {
      width: 100% !important;
      font-size: 26px !important;
      line-height: 35px !important;
      box-sizing: border-box; }
    #container #news_front {
      position: relative;
      width: 100%; }
      #container #news_front .more {
        position: absolute;
        top: 30px;
        right: 0;
        font-size: 14px; }
      #container #news_front ul {
        width: 100%;
        box-sizing: border-box; }
        #container #news_front ul li {
          width: 100%;
          box-sizing: border-box; }
    #container #newsletter {
      width: 100%;
      box-sizing: border-box;
      padding: 20px 20px 20px 20px;
      background: url(../img/art_sep.png) 0 0 no-repeat;
      background-size: 100% 1px; }
      #container #newsletter form {
        width: 100%; }
        #container #newsletter form input[type="text"] {
          width: 100%;
          height: 30px;
          background: #CFBDA5;
          border: 1px solid #908472;
          border-radius: 5px;
          box-shadow: inset 0 0 3px 0px #595248;
          box-sizing: border-box; }
    #container .art_sep {
      background-size: 100% 1px; }
    #container #content {
      width: 100%;
      box-sizing: border-box; }
      #container #content h1 {
        width: 100%;
        font-size: 26px;
        line-height: 35px; }
      #container #content #index_art {
        width: 100%; }
        #container #content #index_art .header {
          padding-right: 20px; }
        #container #content #index_art .item {
          width: 100%;
          padding-right: 20px;
          box-sizing: border-box; }
          #container #content #index_art .item.pr0 {
            padding-right: 20px !important; }
          #container #content #index_art .item p {
            text-align: justify !important; }
      #container #content .arn {
        margin: 0 0 20px 0 !important; }
    #container img {
      max-width: 100%;
      height: auto; }

  footer {
    height: auto;
    float: left;
    width: 100%; }
    footer .copyright {
      width: 100%;
      height: auto;
      text-align: center;
      padding-right: 20px;
      box-sizing: border-box; }
    footer .icenter {
      width: 100%;
      height: auto;
      text-align: center;
      padding-left: 20px;
      box-sizing: border-box;
      padding-bottom: 10px; }

  #p_page #content {
    display: flex;
    flex-direction: column; }
    #p_page #content article {
      width: 100%;
      padding-right: 0;
      background: transparent;
      min-height: 200px; }
      #p_page #content article h1 {
        width: 100% !important;
        padding-right: 0; }
      #p_page #content article .back {
        position: relative;
        float: right;
        top: 0;
        right: 0;
        width: 100%;
        text-align: right;
        padding-bottom: 10px;
        padding-top: -10px;
        margin-top: -10px; }
      #p_page #content article .contact {
        width: 100%; }
    #p_page #content #news_area {
      width: 100%; }
      #p_page #content #news_area a {
        width: 100%;
        box-sizing: border-box; }
    #p_page #content img {
      padding: 0; }
    #p_page #content aside {
      float: none;
      width: 100%;
      background: url(../img/art_sep.png) bottom center no-repeat;
      background-size: 100% 1px;
      padding-bottom: 20px;
      margin-bottom: 20px;
      order: -1; }
      #p_page #content aside .header {
        margin: 0 0 10px 0;
        padding-left: 0;
        font-size: 20px !important;
        line-height: 30px !important; }
      #p_page #content aside ul {
        width: 100%; }
        #p_page #content aside ul li {
          width: 100%; }
          #p_page #content aside ul li.main {
            width: 100%; }
            #p_page #content aside ul li.main .main_href {
              width: 100%;
              box-sizing: border-box; }
          #p_page #content aside ul li ul.submenu {
            width: 100%; }
            #p_page #content aside ul li ul.submenu li {
              width: 100%;
              box-sizing: border-box; }
              #p_page #content aside ul li ul.submenu li a {
                width: 100%; }
      #p_page #content aside #map {
        padding-bottom: 30px;
        width: 100%;
        min-width: 290px;
        min-height: 290px; }
        #p_page #content aside #map iframe {
          width: 100%;
          height: auto;
          min-height: 290px; } }
/*@media (min-width: 480px) and (max-width: 575px) {*/
/*@media (min-width: 480px) and (max-width: 767px) {*/
@media (min-width: 480px) and (max-width: 799px) {
  #banner_area #banner .desc {
    width: 100%;
    padding-bottom: 30px;
    min-height: 310px; }
    #banner_area #banner .desc .bx-wrapper {
      width: 55%; }

  #container #news_front .more {
    position: relative;
    margin-top: -20px;
    padding-bottom: 20px;
    padding-top: 0;
    top: 0; }
  #container #content .arn {
    width: 100%; } }
/*@media (min-width: 576px) and (max-width: 767px){*/
@media (min-width: 576px) and (max-width: 799px) {
  #container #content .arn_area {
    display: flex;
    justify-content: center; }
  #container #content .arn {
    width: 50%; } }
@media (min-width: 800px) and (max-width: 999px) {
  header {
    width: 100%; }
    header nav {
      width: 700px;
      font-weight: 400;
      font-size: 13px; }
      header nav ul {
        width: 100%; }

  #lang_area {
    width: 100px;
    font-weight: 400;
    font-size: 13px; }

  #banner_area #banner {
    width: 100%; }
    #banner_area #banner .desc {
      position: relative;
      width: 100%;
      padding: 30px 20px 30px 20px;
      box-sizing: border-box;
      min-height: 460px;
      font-size: 18px;
      line-height: 28px; }
      #banner_area #banner .desc .bx-wrapper {
        width: 55%; }
      #banner_area #banner .desc .header {
        position: relative;
        font-size: 40px;
        line-height: 50px;
        z-index: 2; }
      #banner_area #banner .desc h1 {
        position: relative;
        width: 100%;
        font-size: 34px;
        line-height: 50px;
        margin-bottom: 0;
        margin-top: 5px;
        z-index: 2; }
      #banner_area #banner .desc .cont {
        margin-top: 20px;
        font-size: 18px;
        line-height: 28px; }
    #banner_area #banner .img {
      width: 370px;
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 1; }

  .center {
    width: 100%; }

  #container {
    width: 100%; }
    #container .header {
      width: 100% !important;
      font-size: 26px !important;
      line-height: 35px !important;
      box-sizing: border-box; }
    #container #news_front {
      width: 500px; }
      #container #news_front .more {
        position: relative;
        margin-top: -20px;
        padding-bottom: 20px;
        padding-top: 0;
        top: 0;
        font-size: 15px; }
      #container #news_front ul {
        width: 100%;
        box-sizing: border-box; }
        #container #news_front ul li {
          width: 100%;
          box-sizing: border-box; }
    #container .art_sep {
      background-size: 100% 1px; }
    #container #content {
      width: 100%;
      box-sizing: border-box; }
      #container #content h1 {
        width: 100%;
        font-size: 26px;
        line-height: 35px; }
      #container #content #index_art {
        width: 100%; }
        #container #content #index_art .item {
          width: 33%;
          padding-right: 20px;
          box-sizing: border-box; }

  #p_page #content article {
    width: 490px; }
    #p_page #content article h1 {
      width: 490px; }
    #p_page #content article .back {
      position: relative;
      float: right;
      top: 0;
      right: 0;
      width: 100%;
      text-align: right;
      padding-bottom: 10px;
      padding-top: -10px;
      margin-top: -10px; }
    #p_page #content article .contact {
      width: 100%; }
  #p_page #content #news_area {
    width: 490px; }
    #p_page #content #news_area a {
      width: 100%;
      box-sizing: border-box; }
  #p_page #content img {
    padding: 0; }
  #p_page #content aside {
    width: 250px; }
    #p_page #content aside ul {
      width: 230px; }
      #p_page #content aside ul li {
        width: 100%; }
        #p_page #content aside ul li.main {
          width: 100%; }
          #p_page #content aside ul li.main .main_href {
            width: 100%;
            box-sizing: border-box; }
        #p_page #content aside ul li ul.submenu {
          width: 100%; }
          #p_page #content aside ul li ul.submenu li {
            width: 100%;
            box-sizing: border-box; }
            #p_page #content aside ul li ul.submenu li a {
              width: 100%; }
    #p_page #content aside #map {
      padding-bottom: 30px;
      width: 100%;
      width: 230px;
      min-height: 290px; }
      #p_page #content aside #map iframe {
        width: 100%;
        height: auto;
        min-height: 290px; }
  #p_page img {
    max-width: 100%;
    height: auto; }

  footer .icenter {
    width: 280px; } }
@media (min-width: 768px) {
  .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1000px) {
  /*normal*/ }
/*
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
*/

/*# sourceMappingURL=rwd.css.map */
