﻿@import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css);
@import url(../../stylesheet/vendor/reset.css);
@import url(vendor/font-awesome.min.css);
html, body {
  width: 100%;
  font-family: Microsoft JhengHei;
  outline: none; }

select, input, button {
  outline: none; }

/*ie 拿掉下拉選單鍵頭多出來的邊框*/
select::-ms-expand {
    border: 0;
    background: white;
}
@-moz-document url-prefix() {
    select {
        -moz-appearance: none;
        appearance: none;

        text-overflow: ''; /* this is important! */
          background: url("../../../images/arrow.png") no-repeat scroll right center transparent;
    }
}
/*../../../images/front/logo.png*/
body {
  min-width: 1300px; }
  body .header {
    width: 100%;
    background-image: url("../../../images/front/header-logo-bg.png");
    background-repeat: no-repeat;
    position: fixed;
    top: 0px;
    z-index: 9999; }
    body .header .menu-position {
      position: relative;
      width: 100%;
      height: 36px;
      background-color: #806a52;
      border-bottom: 2px solid #bdaf9b;
    }
    body .header .menu-position .container {
        position: relative;
        height: 100%;
    }
      body .header .menu-position .menu {
        position: absolute;
        right: 30px;
        top: 9px;
        font-size: 12px; }
        body .header .menu-position .menu ul {
          float: left; }
          body .header .menu-position .menu ul li {
            float: left;
            color: white;
            padding: 0px 10px;
            border-right: 1px solid #9a8064;
            cursor: pointer; }
            body .header .menu-position .menu ul li:last-child {
              border: none; }
            body .header .menu-position .menu ul li a {
                color: white;
                text-decoration: none;
                transition: all 0.5s;
                font-size: 16px;
            }
            body .header .menu-position .menu ul li a:hover{
                color: rgb(239,129,95);
            }
        body .header .menu-position .menu .lang {
          float: left; }
          body .header .menu-position .menu .lang span {
            color: white;
            border-radius: 5px;
            background: #423629;
            padding: 4px;
            position: relative;
            right: -29px;
            cursor: pointer;
            font-size: 16px;
            top: 0.5px; }
          body .header .menu-position .menu .lang i {
            right: -66px;
            position: absolute;
            font-size: 26px;
            color: white;
            top: -5px;
            padding: 0 10px;
            cursor: pointer;
            display: none; }
    body .header .logo-bg {
      height: 97px; }
      body .header .logo-bg .logo {
        background-image: url("../../../images/front/logo.png");
        background-repeat: no-repeat;
        height: 60px;
        position: relative;
        top: 19px;
        left: -60px;
        width: 308px;
        float: left;}
    body .header .mobile-list {
      width: 100%;
      height: 96px;
      position: absolute;
      background: #b8a994;
      z-index: 1;
      display: none; }
      body .header .mobile-list ul {
        position: absolute;
        top: 25px; }
        body .header .mobile-list ul li {
          float: left;
          color: white;
          padding: 0px 9px;
          border-right: 1px solid white;
          cursor: pointer;
          font-size: 13px;
          margin-bottom: 12px; }
        body .header .mobile-list ul li a {
            color: white;
            text-decoration: none;
            font-size: 16px;
        }
          body .header .mobile-list ul li:last-child {
            border: none; }
    body .header img,
    body .banner img {
      width: 100%; }
    body .banner img {
        margin-top: 131px;
    }
    body .banner .inner-banner {
        margin-top: 133px;
    }
    .swiper-button-prev, .swiper-button-next {
	    top: 66% !important;
	}
  body .inquiry-area {
    background: #3f3f3f;
    height: 65px;
    position: relative;
  }
    body .inquiry-area .inquiry-position {
      position: absolute;
      color: white;
      width: 100%;
      text-align: center;
      padding-top: 9px; }
      body .inquiry-area .inquiry-position label input {
        width: 350px;
        height: 45px;
        border-radius: 30px;
        padding-left: 20px;
        margin-right: 20px;
        color: black;
        margin-left: 15px; 
        border: none;
      }
      body .inquiry-area .inquiry-position label select {
        width: 150px;
        height: 45px;
        border-radius: 30px;
        color: black;
        padding: 0px 20px;
        margin-left: 15px; 
        border:none;
      }
        body .inquiry-area .inquiry-position label select .select-first {
          color: #aaaaaa; }
      body .inquiry-area .inquiry-position button {
        background: #cb333f;
        color: #ffedbb;
        border: none;
        border-radius: 5px;
        vertical-align: middle;
        padding: 10px 13px;
        padding-left: 37px;
        position: relative;
        margin-left: 21px;
        margin-top: -5px; }
        body .inquiry-area .inquiry-position button img {
          position: absolute;
          left: 7px;
          top: 2px; }
  body .mobile-menu {
    background: linear-gradient(to right, #72161f, #bcb6b2);
    height: 35px;
    width: 100%;
    position: relative;
    z-index: 1;
    display: none; }
    body .mobile-menu .fa-bars {
      position: absolute;
      left: 10px;
      color: white;
      top: 5px;
      font-size: 24px;
      cursor: pointer; }
    body .mobile-menu .menu-switch {
      display: none;
      padding-top: 37px; }
      body .mobile-menu .menu-switch ul {
        margin: 0;
        background: #8d817a;
        color: white;
        padding: 8px 0px;
        margin-top: -2px; }
        body .mobile-menu .menu-switch ul li {
          color: #6e7d51; }
          body .mobile-menu .menu-switch ul li a {
            line-height: normal;
            font-size: 15px;
            margin: 2px 10px 2px 11px;
            padding: 9px 13px;
            color: white;
            display: block;
            font-weight: 400;
            text-decoration: none !important;
            transition: all 0.5s ease;
            cursor: pointer;
            border: 1px solid white;
            border-radius: 5px;
            padding-right: 7px; }
            body .mobile-menu .menu-switch ul li a .menu-title-color {
              background: yellow;
              width: 6px;
              height: 15px;
              margin-right: 10px;
              float: left;
              margin-top: 2px; }
            body .mobile-menu .menu-switch ul li a span {
              font-size: 15px;
              display: inline-block;
              width: 75%;
            }
          body .mobile-menu .menu-switch ul li i {
            float: right;
            font-size: 24px;
            background: #b5a691;
            border-radius: 30px;
            padding: 1px 6.5px;
            padding-left: 8px;
            margin-top: -3px;
            color: white; }
          body .mobile-menu .menu-switch ul li .fa-angle-down {
            padding: 2px 6px 1px 6px; }
          body .mobile-menu .menu-switch ul li .fa-plus {
            font-size: 17px;
            padding: 5px 6px;
            margin-right: 7px;
            margin-top: -3px; }
          body .mobile-menu .menu-switch ul li .fa-minus {
            font-size: 17px;
            padding: 5px 6px;
            margin-right: 6px;
            margin-top: -3px; }
          body .mobile-menu .menu-switch ul li .slideup {
            -webkit-transition: all .5s ease;
            -ms-transition: all .5s ease;
            transition: all .5s ease; }
          body .mobile-menu .menu-switch ul li .slideup, body .mobile-menu .menu-switch ul li .slidedown {
            max-height: 0;
            overflow-y: hidden; }
          body .mobile-menu .menu-switch ul li .slidedown {
            max-height: 800px;
            -webkit-transition: all 1s ease;
            -ms-transition: all 1s ease;
            transition: all 1s ease;
            transition-delay: .3s; }
          body .mobile-menu .menu-switch ul li ul {
            cursor: pointer;
            padding: 1px 0px; }
            body .mobile-menu .menu-switch ul li ul.open {
              -webkit-transition: all .5s ease;
              -ms-transition: all .5s ease;
              transition: all .5s ease; }
            body .mobile-menu .menu-switch ul li ul li {
              border-bottom: 1px dashed gray;
              transition: all 0.5s ease;
              color: #6e7d51;
              position: relative; }
              body .mobile-menu .menu-switch ul li ul li:hover {
                background-color: linear-gradient(to right, #a4b054, #e2ddd8); }
              body .mobile-menu .menu-switch ul li ul li a {
                color: white;
                background: transparent;
                transition: initial;
                padding-left: 28px; }
                body .mobile-menu .menu-switch ul li ul li a:hover {
                  background: transparent; }
              body .mobile-menu .menu-switch ul li ul li .mobile-menu-active {
                background: linear-gradient(to right, #afa08b, #e3deda) !important;
                color: #7b2a30; }
                body .mobile-menu .menu-switch ul li ul li .mobile-menu-active i {
                  background: #a38375 !important; }
              body .mobile-menu .menu-switch ul li ul li i {
                margin: 0;
                position: absolute;
                right: 18px;
                top: 7px;
                color: white; }
              body .mobile-menu .menu-switch ul li ul li ul {
                cursor: pointer;
                padding: 1px 0px; }
                body .mobile-menu .menu-switch ul li ul li ul li {
                  border-bottom: 1px dashed gray;
                  transition: all 0.5s ease;
                  color: #6e7d51;
                  position: relative; }
                  body .mobile-menu .menu-switch ul li ul li ul li:hover {
                    background-color: linear-gradient(to right, #a4b054, #e2ddd8); }
                  body .mobile-menu .menu-switch ul li ul li ul li a {
                    color: white;
                    background: transparent;
                    transition: initial;
                    padding-left: 44px; }
                    body .mobile-menu .menu-switch ul li ul li ul li a:hover {
                      background: transparent; }
                  body .mobile-menu .menu-switch ul li ul li ul li .mobile-menu-active {
                    background: linear-gradient(to right, #afa08b, #e3deda) !important;
                    color: #7b2a30; }
                    body .mobile-menu .menu-switch ul li ul li ul li .mobile-menu-active i {
                      background: #a38375 !important; }
                  body .mobile-menu .menu-switch ul li ul li ul li i {
                    margin: 0;
                    position: absolute;
                    right: 18px;
                    top: 7px;
                    color: white; }
            body .mobile-menu .menu-switch ul li ul .focus-color {
              color: white;
              background: lightseagreen !important; }
              body .mobile-menu .menu-switch ul li ul .focus-color a {
                color: white; }
  body .content {
    min-height: 1000px;
    position: relative;
    background-image: url("../../../images/front/main-bg.png");
    background-size: cover;
    width: 100%; }
    body .content .main-bg {
      position: absolute;
      width: 100%;
      height: 1390px;
      background: #f7f7f6;
      z-index: -1; }
    body .content .container {
      padding-top: 35px;
      width: 1300px; }
      body .content .container .left-menu {
        width: 315px;
        /*min-height: 930px;*/
        min-height: 1215px;
        background: #eeebe8;
        margin-right: 35px;
        float: left; }
        body .content .container .left-menu h3 {
          color: #304c32;
          font-size: 24px;
          letter-spacing: 11.5px;
          padding: 30px 0px 11px 12px;
          margin: 0 15px;
          border-bottom: 1px solid #304c32;
          font-weight: normal; }
        body .content .container .left-menu ul {
          margin: 0;
          width: 285px;
          margin: 0 auto; }
          body .content .container .left-menu ul li {
            color: #6e7d51;
            border-bottom: 1px solid #d0cbc5; }
            body .content .container .left-menu ul li a {
              line-height: normal;
              font-size: 15px;
              padding: 10px 10px 10px 11px;
              color: #6e7d51;
              display: block;
              font-weight: 400;
              text-decoration: none !important;
              position: relative;
              transition: all 0.5s ease;
              z-index: 10;
              background: transparent;
              cursor: pointer; }
              body .content .container .left-menu ul li a .menu-title-color {
                background: yellow;
                width: 6px;
                height: 15px;
                margin-right: 10px;
                float: left;
                margin-top: 2px; }
               body .content .container .left-menu ul li a:hover:after {
                opacity: 1;
                /*linear-gradient(to right, #e3dfd0, #f7f6ef);*/
              }
                body .content .container .left-menu ul li a:after {
                    content: '';
                    position: absolute;
                    left: 0px;
                    top: 0px;
                    right: 0px;
                    bottom: 0px;
                    background: linear-gradient(to right, #a4b054, #e2ddd8);
                    opacity: 0;
                    z-index: -1;
                    transition: all 1s ease-out;
                }
              /*body .content .container .left-menu ul li a:hover {
                background: linear-gradient(to right, #a4b054, #e2ddd8);
                color: white; }*/
                body .content .container .left-menu ul li a:hover span {
                  color: white; }
                body .content .container .left-menu ul li a:hover i {
                  color: white; }
              body .content .container .left-menu ul li a span {
                font-size: 18px;
                color: #6e7d51; }
              body .content .container .left-menu ul li ul li a span {
                  color: rgb(79,98,40);
                max-width: 230px;
                display: block;
              }
            body .content .container .left-menu ul li .active-color {
              background: #a4b054;
              color: white;
              font-weight: bold; }
              body .content .container .left-menu ul li .active-color i {
                color: white; }
              body .content .container .left-menu ul li .active-color span {
                color: white; }
            body .content .container .left-menu ul li i {
              font-size: 24px;
              color: #d0cbc5; 
			  position: absolute;
		      right: 5px;
			  top: 10px;
			  }
            body .content .container .left-menu ul li .slideup {
              -webkit-transition: all .5s ease;
              -ms-transition: all .5s ease;
              transition: all .5s ease; }
            body .content .container .left-menu ul li .slideup, body .content .container .left-menu ul li .slidedown {
              max-height: 0;
              overflow-y: hidden; }
            body .content .container .left-menu ul li .slidedown {
              max-height: inherit;
              -webkit-transition: all 1s ease;
              -ms-transition: all 1s ease;
              transition: all 1s ease;
              transition-delay: .3s; }
            body .content .container .left-menu ul li ul {
              cursor: pointer; }
              body .content .container .left-menu ul li ul.open {
                -webkit-transition: all .5s ease;
                -ms-transition: all .5s ease;
                transition: all .5s ease; }
              body .content .container .left-menu ul li ul li {
                border-bottom: 1px solid #d0cbc5;
                transition: all 0.5s ease;
                color: #6e7d51; }
                body .content .container .left-menu ul li ul li:hover {
                  background-color: linear-gradient(to right, #a4b054, #e2ddd8); }
                body .content .container .left-menu ul li ul li a {
                  padding: 0;
                  background: transparent;
                  transition: initial;
                  font-size: 19px;
                  padding: 8px 11px 8px 11px;
                  font-weight: bold !important; }
                  body .content .container .left-menu ul li ul li a:hover {
                    background: transparent;
                    background: linear-gradient(to right, #a4b054, #e2ddd8);
                    color: white; }
                body .content .container .left-menu ul li ul li .now-page {
                  color: #71151e; }
                  body .content .container .left-menu ul li ul li .now-page span {
                    color: #71151e; }
                  body .content .container .left-menu ul li ul li .now-page i {
                    color: #71151e; }
                body .content .container .left-menu ul li ul li ul li {
                  border-bottom: inherit;
                  border-top: 1px solid #d0cbc5; }
                  body .content .container .left-menu ul li ul li ul li a {
                    padding-left: 31px; }
              body .content .container .left-menu ul li ul .focus-color {
                color: white;
                background: lightseagreen !important; }
                body .content .container .left-menu ul li ul .focus-color a {
                  color: white; }
     body .content .container .list-block label,
      body .content .container .list-block label a{
        margin-left: 3px;
        color: #8b8477;
        font-size: 15px;
     }
        body .content .container .list-block label a:last-child {
          color: #853e45;
          font-weight: bold; }
      body .content .container .center-content {
        float: left;
        height: 1300px;
        width: 645px;
        margin-right: 35px; }
        body .content .container .center-content .latest-new {
          width: 100%;
          height: 455px;
          background: white;
          float: left;
          padding: 25px 15px 15px 15px; }
          body .content .container .center-content .latest-new .change-btn {
            margin-bottom: 10px;
            height: 46px; }
            body .content .container .center-content .latest-new .change-btn button {
                border: 1px solid #e8714c;
                padding: 9px 20px;
              background: white;
              border-top-left-radius: 5px;
              border-top-right-radius: 5px;
                font-size: 16px;
              margin-left: 4px;
              transition: all .5s;
            }
            body .content .container .center-content .latest-new .change-btn button:hover {
                    color: #e8714c;
            }
              body .content .container .center-content .latest-new .change-btn button.active {
                background: #f09c7a;
                color: white; }
              body .content .container .center-content .latest-new .change-btn button.active:hover{
                  background: #f09c7a;
              }
            body .content .container .center-content .latest-new .change-btn span {
              color: #f09c7a;
              letter-spacing: 3.5px;
              font-size: 24px;
              margin-left: 11px;
              font-weight: normal; }
            body .content .container .center-content .latest-new .change-btn hr {
              border-bottom: 2px solid #f09c7a;
              margin: 0px;
              position: relative;
              top: 15px; }
            body .content .container .center-content .latest-new .change-btn .btn-area {
              position: relative;
              top: -22px;
              display: block;
              text-align: right; }
          body .content .container .center-content .latest-new .new-list ul {
            list-style: none;
            padding: 0;
            margin-top: -8px;
            color: #464545;
            font-size: 16px; }
            body .content .container .center-content .latest-new .new-list ul li {
              padding: 8px;
              border-bottom: 1px solid lightgray;
              cursor: pointer;
              position:relative;
              text-overflow: ellipsis;
              white-space: nowrap;
              font-size: 14px;
              overflow: hidden;
              z-index: 10;
              background: white;
              position: relative;
            }
              body .content .container .center-content .latest-new .new-list ul li:hover:after {
                opacity: 1;
                /*linear-gradient(to right, #e3dfd0, #f7f6ef);*/
              }
                body .content .container .center-content .latest-new .new-list ul li:after {
                    content: '';
                    position: absolute;
                    left: 0px;
                    top: 0px;
                    right: 0px;
                    bottom: 0px;
                    z-index: -1;
                    background: linear-gradient(to right, #e3dfd0, #f7f6ef);
                    opacity: 0;
                    transition: all 0.5s ease-out;
            }
              body .content .container .center-content .latest-new .new-list ul li span {
                padding-left: 25px;
              }
                body .content .container .center-content .latest-new .new-list ul li span span {
                  padding: 0px;
                  margin-right: 5px; }
                body .content .container .center-content .latest-new .new-list ul li a {
                    margin-top: 0px;
                    display: block;
                    font-size: 14px;
                    color: #313131;
                    height: 30px;
                    color: #313131;
                    text-decoration: none;
                    transition: all 0.5s ease-out;
                }
            body .content .container .center-content .latest-new .new-list ul button {
              border: none;
              font-size: 14px;
              border-radius: 30px;
              padding: 8px 14px;
              color: white;
              float: right;
              margin-top: 11px;
              background: #f09c7a;
              transition: all .5s;
            }
                body .content .container .center-content .latest-new .new-list ul button:hover {
                    background: #ef875d;
                }
        body .content .container .center-content .student-use-area {
          width: 100%;
          height: 720px;
          background: white;
          float: left;
          padding: 25px 15px 15px 15px;
          margin-top: 40px; }
          body .content .container .center-content .student-use-area .student-title {
            border-bottom: 1px solid #7a252d;
            margin-bottom: 10px;
            height: 37px; }
            body .content .container .center-content .student-use-area .student-title span {
              color: #7a252d;
              letter-spacing: 3.5px;
              font-size: 24px;
              margin-left: 11px;
              font-weight: normal; }
          body .content .container .center-content .student-use-area .student-func-btn {
            text-align: center; }
            body .content .container .center-content .student-use-area .student-func-btn button {
              border: none;
              background: white;
              border: 1px solid black;
              border-radius: 5px;
              padding-left: 10px;
              margin: 18px 14px; }
              body .content .container .center-content .student-use-area .student-func-btn button img {
                width: 147px;
                height: 79px; }
            body .content .container .center-content .student-use-area .student-func-btn div {
              float: initial;
              margin: 7px 14px;
              cursor: pointer;
              display: inline-flex;
              transition: all .2s ease-in-out;
            }
            body .content .container .center-content .student-use-area .student-func-btn div:hover{
                -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                transform: scale(1.1);
            }
      body .content .container .right-content {
        height: 1300px;
        float: left;
        width: 225px; }
        body .content .container .right-content .moral-education-reform-area {
          width: 100%;
          height: 455px;
          float: left;
          padding: 20px 15px 15px 15px;
          border-bottom: 2px solid #dcdcdb; }
          body .content .container .right-content .moral-education-reform-area .reform-title {
            border-bottom: 1px solid #73226c;
            margin-bottom: 10px;
            height: 37px;
            text-align: center;
            margin-top: 7px; }
            body .content .container .right-content .moral-education-reform-area .reform-title span {
              color: #73226c;
              font-size: 24px;
              font-weight: normal; }
          body .content .container .right-content .moral-education-reform-area .reform-func-btn {
            text-align: center; }
            body .content .container .right-content .moral-education-reform-area .reform-func-btn button, body .content .container .right-content .moral-education-reform-area .reform-func-btn div {
              margin: 5px 14px;
              cursor: pointer;
              padding: 0px;
              text-align: center;
              display: inline-flex;
              transition: all .2s ease-in-out;
            }
            body .content .container .right-content .moral-education-reform-area .reform-func-btn div:hover{
                -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                transform: scale(1.1);
            }
        body .content .container .right-content .faculty-work-area {
          width: 100%;
          height: 720px;
          float: left;
          padding: 25px 15px 15px 15px;}
          body .content .container .right-content .faculty-work-area .faculty-title {
            border-bottom: 1px solid #226c73;
            margin-bottom: 10px;
            height: 37px;
            text-align: center; }
            body .content .container .right-content .faculty-work-area .faculty-title span {
              color: #226c73;
              font-size: 24px;
              font-weight: normal; }
          body .content .container .right-content .faculty-work-area .faculty-func-btn {
            text-align: center; }
            body .content .container .right-content .faculty-work-area .faculty-func-btn button, body .content .container .right-content .faculty-work-area .faculty-func-btn div {
              border: none;
              margin: 5px 0px;
              float: initial;
              padding: 0px;
              display: inline-flex; 
              transition: all .2s ease-in-out;
            }
            body .content .container .right-content .faculty-work-area .faculty-func-btn div:hover{
                -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                transform: scale(1.1);
            }
  body .footer {
    width: 100%;
    height: 220px;
    background: #8c2b33; }
    body .footer .top {
      background: #fabe00;
      height: 4px; }
    body .footer .contatct-info {
      height: 190px;
      width: 900px;
      margin: 0 auto;
      padding-top: 40px; }
      body .footer .contatct-info img {
        width: 230px;
        float: right;
        margin-top: 20px;
        margin-right: 50px; }
      body .footer .contatct-info .contact-content {
        float: right;
        width: 68.5%;
      }
        body .footer .contatct-info .contact-content p {
          color: white;
          margin-bottom: 15px; }
        body .footer .contatct-info .contact-content .browser {
          clear: both; }
        body .footer .contatct-info .contact-content .service-address {
          float: left; }
        body .footer .contatct-info .contact-content .address {
          color: #fabe00;
          font-size: 18px;
          margin-top: -2px; }
    body .footer .bottom {
      width: 100%;
      height: 30px;
      background: #420200; }
  body .list-area {
    width: 905px;
    float: left;
    padding: 0px 0px 15px 0px; }
  body .list-area {
      padding-top: 0px;
  }
    body .list-area .list-title {
      border-bottom: 3px solid #6b131c;
      margin-bottom: 20px;
      height: 33px; }
      body .list-area .list-title span, body .list-area .list-title h2 {
        color: #4c3f30;
        letter-spacing: 1px;
        font-size: 24px;
        margin-left: 4px; }
      body .list-area .list-title h2 {
        color: #4c3f30;
        width: 93%; }
      body .list-area .list-second-title{
          border: none; 
          font-size: 20px; 
          font-weight: bold;
      }
    body .list-area .list-content {
      min-height: 700px;
      padding: 20px 15px;
      background: white;
      border: 1px solid #e0dfdf;
      border-radius: 10px;
      position: relative; }
      body .list-area .list-content .article-table .back-page {
        top: -28px !important; }
      body .list-area .list-content .article-file table tr td:last-child {
        width: 160px; }
      body .list-area .list-content .back-page {
        background: url("../../../images/front/back-page.png") no-repeat;
        width: 45px;
        height: 45px;
        position: absolute;
        right: 8px;
        top: 8px;
        cursor: pointer; }
      body .list-area .list-content p {
        line-height: 28px;
        text-align: left; }

        body .list-area .list-content p span {
            margin: 0 !important;
            font-family: Microsoft JhengHei !important;
        }
      body .list-area .list-content span {
        /*margin-right: 30px;*/ }
        body .list-area .list-content span label {
          color: #134d6b; }
      body .list-area .list-content hr {
        width: 908px;
        margin-top: 10px;
        margin-bottom: 20px;
        margin-left: -15px;
        border: 0;
        border-top: 1px solid #eee; }
      body .list-area .list-content article {
        width: 90%; }
      body .list-area .list-content .article-table table,
      body .list-area .list-content .article-file table {
        width: 100%;
        border: 1px solid #cfcfcf; }
        body .list-area .list-content .article-table table tr,
        body .list-area .list-content .article-file table tr {
          border: 1px solid #cfcfcf; }
          body .list-area .list-content .article-table table tr td,
          body .list-area .list-content .article-file table tr td {
            text-align: left;
            line-height: 22px; }
            body .list-area .list-content .article-table table tr td:first-child,
            body .list-area .list-content .article-file table tr td:first-child {
              width: 75px;
              vertical-align: middle; }
            body .list-area .list-content .article-table table tr td:last-child,
            body .list-area .list-content .article-file table tr td:last-child {
              vertical-align: middle; }
            body .list-area .list-content .article-table table tr td a,
            body .list-area .list-content .article-file table tr td a {
              text-align: left;
              margin: 7px; }
      body .list-area .list-content .article-table .date-choice {
        margin-bottom: 0px; }
        body .list-area .list-content .article-table .date-choice select {
            padding: 6px;
            border: 1px solid lightgray;
            border-radius: 5px;
            letter-spacing: 2px;
            padding-left: 10px;
            width: 220px;
          margin: 0px 10px; }
        body .list-area .list-content .article-table .date-choice .issued {
          display: none; }
        body .list-area .list-content .article-table .date-choice div {
          display: inline-block;
          margin-bottom: 12px; }
          body .list-area .list-content .article-table .date-choice div label {
            margin-left: 5px; }
            body .list-area .list-content .article-table .date-choice div label input {
              padding: 6px;
              border: none;
              border: 1px solid lightgray;
              border-radius: 5px;
              letter-spacing: 5px;
              padding-left: 10px;
              margin-left: 10px; }
            
          body .list-area .list-content .article-table .date-choice div .key-word input,
          body .list-area .list-content .article-table .date-choice div .release-unit input {
            letter-spacing: 1.2px;
            width: 300px; }
          body .list-area .list-content .article-table .date-choice div img {
            margin-bottom: -1px;
            margin-left: 5px;
            cursor: pointer; }
        body .list-area .list-content .article-table .date-choice .sorting-area {
          display: block;
          margin-left: 5px;
          color: #8b8477; }
        body .list-area .list-content .article-table .date-choice button {
          background: #f18b1e;
          color: white;
          border: none;
          border-radius: 5px;
          vertical-align: middle;
          padding: 10px 13px;
          padding-left: 51px;
          position: relative;
          margin-left: 21px;
          margin-top: -5px;
          letter-spacing: 6.5px; }
          body .list-area .list-content .article-table .date-choice button img {
            position: absolute;
            left: 7px;
            top: 2px; }
      body .list-area .list-content div .list-result {
        position: relative; }
        body .list-area .list-content div .list-result .back-page {
          background: url("../../../images/front/back-page.png") no-repeat;
          width: 45px;
          height: 45px;
          position: absolute;
          right: 8px;
          top: -16px;
          cursor: pointer; }
        body .list-area .list-content .article-table .list-result table thead {
          background: #9b9664; }
          body .list-area .list-content .article-table .list-result table thead tr {
            height: 62px; }
            body .list-area .list-content .article-table .list-result table thead tr td {
              text-align: center;
              vertical-align: middle;
              border-left: 1px solid #a7a26c;
              color: white; }
              body .list-area .list-content .article-table .list-result table thead tr td:nth-child(1) {
                max-width: 70px;
                border: none; }
              body .list-area .list-content .article-table .list-result table thead tr td:nth-child(2) {
                width: 430px; }
              body .list-area .list-content .article-table .list-result table thead tr td:nth-child(3) {
                width: 115px; }
              body .list-area .list-content .article-table .list-result table thead tr td:nth-child(4) {
                width: 140px; }
              body .list-area .list-content .article-table .list-result table thead tr td:nth-child(5) {
                width: 140px; }
        body .list-area .list-content .article-table .list-result table tbody tr {
          height: 62px;
          cursor: pointer; }
          body .list-area .list-content .article-table .list-result table tbody tr td {
            text-align: center;
            vertical-align: middle;
            border-left: 1px solid #a7a26c; }
            body .list-area .list-content .article-table .list-result table tbody tr td:nth-child(1) {
              border: none; }
            body .list-area .list-content .article-table .list-result table tbody tr td:nth-child(2) {
              text-align: left;
              padding-left: 10px;
              padding-right: 10px; }
            body .list-area .list-content .article-table .list-result table tbody tr td a {
              text-align: center; }
              body .list-area .list-content .article-table .list-result table tbody tr td a img {
                cursor: pointer; }
            body .list-area .list-content .article-table .list-result table tbody tr td .folder-name {
              position: relative;
              left: 5px;
              top: 5px;
              margin-left: 1px; }
            body .list-area .list-content .article-table .list-result table tbody tr td .folder-img {
                float: left;
            }
          body .list-area .list-content .article-table .list-result table tbody tr:hover {
            background: #eaf0ce; }
        body .list-area .list-content div .list-result .pagination {
          width: 100%;
          text-align: center; }
          body .list-area .list-content div .list-result .pagination select {
            padding: 1px 12px; }
          body .list-area .list-content div .list-result .pagination span {
            margin: 0px 5px; }
        body .list-area .list-content div .list-result .member-info tbody tr {
			height: 40px !important;
			cursor: unset !important;
			border: 1px solid rgb(242,242,242);
		}
		body .list-area .list-content div .list-result .member-info tbody tr td:nth-child(1){
                text-align: left !important;
			font-weight: bold;
			color: rgb(119,147,60);
		}
		body .list-area .list-content div .list-result .member-info tbody tr:hover {
			background: none !important;
		}
		body .list-area .list-content div .list-result .member-info:first-child{
			border-top: 2px solid rgb(119,147,60) !important;
		}
		body .list-area .list-content div .list-result .member-info:last-of-type{
			border-bottom: 2px solid rgb(119,147,60) !important;
		}
		body .list-area .list-content div .list-result .member-info .first-tr {
			border-top: 1px solid rgb(146,208,80);
		}
		body .list-area .list-content div .list-result .member-info .first-tr td img {
			width: 136px;
		}
		body .list-area .list-content div .list-result .member-info .first-tr td:first-child{
			background: white !important;
			border-left: 1px solid white !important;
			padding: 0px 20px;
        }
        body .list-area .list-content div .list-result .member-info tbody tr td:nth-child(1){
            font-weight: bold;
	        color: rgb(119,147,60);
            padding-right: 8px;
        }
        body .list-area .list-content div .list-result .member-info .first-tr td:first-child{
	        background: white;
            border-left: 1px solid white !important;
			padding: 0px 20px;
        }
        .member-info tr td:nth-child(1) {
            border-right: 1px solid rgb(215,228,189) !important;
        }
        body .list-area .list-content div .list-result .member-info .first-tr td:nth-child(2){
            text-align: left !important;
			font-weight: bold;
	        color: rgb(119,147,60);
			border-right: 1px solid rgb(215,228,189) !important;
        }
        body .list-area .list-content div .list-result .member-info .first-tr td:nth-child(3){
	        display: table-cell !important;
	        text-align: left !important;
	        padding-left: 10px;
	        padding-right: 10px;
        }
        body .list-area .list-content div .list-result .member-info .phone-number > span{
	        color: rgb(119,147,60);
            font-weight: bold;
        }
        body .list-area .list-content div .list-result .member-info .phone-number > span span {
            color: black;
            font-weight: 500;
        }
        body .list-area .list-content div .list-result .member-info .last-td {
	        padding: 10px 10px;
        }
        body .list-area .list-content div .list-result .member-info tbody tr td {
	        border-left: 1px solid rgb(217,217,217) !important;
			border-right: 1px solid white;
        }
        body .list-area .list-content div .list-result .pagination ul{
	        display: -webkit-box;
	        display: -ms-flexbox;
	        display: flex;
	        -webkit-box-pack: center;
	        -ms-flex-pack: center;
	        justify-content: center;
            cursor: pointer;
        }
        body .list-area .list-content div .list-result .pagination ul li a{
	        color: black;
        }

        body .list-area .list-content div .list-result .pagination ul li a:hover {
	        color: #f18b1e;
            background: white;
        }
        body .list-area .list-content div .list-result .pagination ul .active {
	        background: #f18b1e;
			cursor: pointer;
        }
        body .list-area .list-content div .list-result .pagination ul .active a {
	        color: white !important;
			background: #f18b1e !important;
			border-color: rgba(0,0,0,0.2) !important;
        }
        body .list-area .list-content .member-info tr td:first-child {
	        min-width: 100px;
            text-align: left;
            padding-left: 10px;
        }
         body .list-area .list-content article img{
            max-width: 100%;
        }

         body .list-area .list-content article ol
         {
            display: block;
            list-style-type: decimal;
            margin-block-start: 1em;
            margin-block-end: 1em;
            margin-inline-start: 0px;
            margin-inline-end: 0px;
            padding-inline-start: 40px;
         }
.new-content{
    padding-top: 8px;
    display: inline-block;
    width: 450px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-result table tr .new-content {
    display: table-cell;
    text-indent: -53px;
    padding-left: 56px;
}
body .content .container .center-content .latest-new .new-list ul li span.new-content.no-top {
    padding-left: 78px;
}
.list-classify {
    padding-bottom: 20px;
}
.subclass {
    min-height: 35px;
    padding-right: 45px;
    margin-bottom: 20px;
    line-height: 1.2;
}
.new-date {
    padding: 0px !important;
    position: relative;
    top: -9px;
}
.topping {
    background-image: url("../../../images/front/topping.png");
    padding: 6px 9px !important;
    font-size: 13px;
    background-repeat: no-repeat;
    background-size: cover;
    color:  white;
    padding-right: 9px;
    margin-right: 5px;
}
.newing {
    color:rgb(242,119,13);
    position: relative;
    top: -9px;
    font-size: 13px;
    font-weight: bold;
}
.list-result table tr .new-content.no-top {
    padding-left: 55px;
    text-indent: 0px;
}

.list-result table tr .newing {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 7px;
}
.classify {
    margin-right: 30px;
}
.classify label {
    color: rgb(19,77,107) !important;
}
.shrink {
  margin-left: 5px; }

.brown {
  color: #904e55; }

.blank-line {
  margin-top: 40px; }

body .list-area .list-content .blank-line-half {
  margin-top: 20px;
  background: rgb(249,249,249);}
body .list-area .list-content .blank-line-half tbody tr:first-child{
  border-top: 1px solid rgb(107,19,28);}
body .list-area .list-content .blank-line-half tr td:first-child {
    width: 30px;
    text-align: center;
    font-weight: bold;
}
body .list-area .list-content .blank-line-half tr:not(.html-editor) td a {
    display: block;
}

.second-line-indent {
  text-indent: -1cm;
  margin-left: 40px; }

.list-area .sitemap .architecture .col-xs-12::before {
    margin-left: 4.6em;
}

.sitemap .row {
    margin: 0;
}
#divSiteMap a {
	white-space: normal;
	line-height: 1.5;
	padding: 5px;
    overflow-wrap: break-word;
    font-size: 18px;
}

/*Error Page Style Start*/
.error-content{
   
}
.error-content .no_such_page_image{
    background: url(../../../images/no_such_page_image.jpg) center no-repeat;
    width:100vw;
    height: 100vh;
    margin: 0 auto;
}
.error-content .internal_error_image{
    background: url(../../../images/internal_error_image.jpg) center no-repeat;
    width:100vw;
    height: 100vh;
    margin: 0 auto;
}
.error-content .error-text{
    width: 360px;
    margin: 10px auto;
    line-height: 24px;
    font-size: 18px;
}
/*Error Page Style End*/
/*Safari Start*/
  _::-webkit-full-page-media, _:future, :root body .new-list .newing{
           top: 0px ;
       } 
  _::-webkit-full-page-media, _:future, :root .new-date{
           top: 0px !important;
       } 
  _::-webkit-full-page-media, _:future, :root body .footer .contatct-info .contact-content .address {
        float: left;
    }
/*Safari End*/
/*IE10+*/
@media all and (-ms-high-contrast:none) {
    .list-result table tr .newing {
         top: 0px;
         transform: translateY(100%);
    }
    body .content .container .left-menu ul li a span{
        display: inline-block;
        width: 237px;
    }
}

@media all and (-ms-high-contrast:none) and (max-width: 680px) {
    .list-result table tr .newing {
            top: 0px;
            transform: translateY(136%);
    }
}

@media screen and (max-width: 680px) {
    .list-result table tr .new-content.no-top {
        padding-left: 44px;
    }
    .new-list .newing {
        left: -280px;
        top: 1px;
        font-size: 12px;
    }
    .new-list .new-content .topping {
        position: absolute;
        font-size: 12px;
        padding: 4px 5px !important;
        top: 4px;
        left: 78px;
    }
    body .content .list-area .list-content .topping {
        font-size: 12px;
        padding: 2px 4px !important;
    }
    body .content .list-area .list-content .newing {
    font-size: 12px;
    }
    .list-result table tr .new-content {
        text-indent: -39px;
        padding-left: 43px;
    }
    .list-result table tr .newing {
        left: 12px;
        bottom: 31px;
    }
    .new-content {
        width: 265px !important;
    }
    body .list-area .list-content .article-table .list-result table tbody tr td:nth-child(2)
    {
        word-break: break-all;
    }
    body .list-area .list-content .article-table .list-result table tbody tr td:nth-child(2) div {
        position: relative;
        height: 100%;
        float: left;
        width: 55px;
    }
    body .list-area .list-content .article-table .list-result table tbody tr td:nth-child(2) div .newing {
        position: static;
        transform: none;
    }
    body .list-area .list-title span, body .list-area .list-title h2 {
        font-size: 22px;
    }
  body {
    min-width: inherit; }
    body .mobile-menu {
      display: block;
      z-index: 99; }
    body .header .logo-bg {
      height: 75px; }
    body .header img,
    body .banner img  {
      height: 100px;
      border-top: 2px solid #85373f; }
    body .banner img{
        margin-top: 109px !important;
    }
    .swiper-button-prev, .swiper-button-next {
	    top: 77% !important;
    }

  body .header .logo-bg .logo {
    left: 10px;
    top: 15px;
    height: 45px;
    background-size: contain; }
    body .list-area .list-content p img {
        width: 100% !important;
    }
  body .header .menu-position .menu {
    right: 72px; }
    body .header .menu-position .menu ul {
      display: none; }
    body .header .menu-position .menu .lang span {
      background: #a29b76;
      right: -24px; }
    body .header .menu-position .menu .lang i {
      display: block;
      font-size: 30px; }

  body .content {
    background: #f7f7f6;
    height: auto; }
    body .content .container {
      width: 100%;
      padding: 10px; }
      body .content .container .left-menu {
        display: none; }
      body .content .container .center-content {
        float: inherit;
        width: 100%;
        margin-right: 0px;
        height: auto; }
      body .content .container .center-content .student-use-area .student-title{
          text-align: center;
      }
        body .content .container .center-content .student-use-area {
          height: auto; }
          body .content .container .center-content .student-use-area .student-func-btn {
            padding: 0;
            text-align: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            width: 305px;	    
            margin: 0 auto;
          }
            body .content .container .center-content .student-use-area .student-func-btn button, body .content .container .center-content .student-use-area .student-func-btn div {
              padding: 0px 4px;
              margin: 3px;
              cursor: pointer; }
              body .content .container .center-content .student-use-area .student-func-btn button img, body .content .container .center-content .student-use-area .student-func-btn div img {
                width: 131px; }
              body .content .container .center-content .student-use-area .student-func-btn button:last-child, body .content .container .center-content .student-use-area .student-func-btn div:last-child {
                text-align: left; }
        body .content .container .center-content .latest-new {
          height: auto; }
          body .content .container .center-content .latest-new .change-btn {
            height: auto;
            margin: 0; }
            body .content .container .center-content .latest-new .change-btn .btn-area {
              position: inherit;
              margin-top: 25px;
              overflow: hidden;
              text-align: center; }
              body .content .container .center-content .latest-new .change-btn .btn-area button {
                padding: 8px 10px;
                border-radius: 5px;
                margin: 0 3px;
                margin-bottom: 10px;
                font-size: 14px;
                float: none; }
          body .content .container .center-content .latest-new li {
            overflow: hidden; }
          body .content .container .center-content .latest-new .new-list ul li span {
            padding-left: 45px; }
          body .content .container .center-content .latest-new .new-list ul li .no-top {
                padding-left: 45px !important;
          }
          body .content .container .center-content .latest-new .new-list ul li .no-topping {
              top: -10px !important;
          }
          body .content .container .center-content .latest-new .new-list ul li .no-newing {
              top: 12px !important;
          }
      body .content .container .right-content {
        width: 100%;
        height: auto; }
        body .content .container .right-content .moral-education-reform-area {
          height: auto; }
          body .content .container .right-content .moral-education-reform-area .reform-func-btn {
            text-align: center;
            text-align: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            width: 305px;
            margin: 0 auto; }
            body .content .container .right-content .moral-education-reform-area .reform-func-btn button, body .content .container .right-content .moral-education-reform-area .reform-func-btn div {
              padding: 0px 4px;
              margin: 3px;
              float: left;
              cursor: pointer; }
              body .content .container .right-content .moral-education-reform-area .reform-func-btn button img, body .content .container .right-content .moral-education-reform-area .reform-func-btn div img {
                width: 131px; }
              body .content .container .right-content .moral-education-reform-area .reform-func-btn button:last-child, body .content .container .right-content .moral-education-reform-area .reform-func-btn div:last-child {
                text-align: left; }
        body .content .container .right-content .faculty-work-area {
          height: auto; }
          body .content .container .right-content .faculty-work-area .faculty-func-btn {
            text-align: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; 
            width: 305px;
            margin: 0 auto; }
            body .content .container .right-content .faculty-work-area .faculty-func-btn button, body .content .container .right-content .faculty-work-area .faculty-func-btn div {
              padding: 0px 4px;
              margin: 3px;
              cursor: pointer;
              float: left; }
              body .content .container .right-content .faculty-work-area .faculty-func-btn button img, body .content .container .right-content .faculty-work-area .faculty-func-btn div img {
                width: 131px; }

  body .footer {
    height: auto; }
    body .footer .contatct-info {
      width: 100%;
      height: auto;
      padding: 20px 15px 0px 15px; }
      body .footer .contatct-info .contact-content {
        float: inherit;
        width: 100%; }
        body .footer .contatct-info .contact-content p {
          font-size: 12px; }
          body .footer .contatct-info .contact-content p span {
            font-size: 14px; }
        body .footer .contatct-info .contact-content .address {
          font-size: 14px; }
        body .footer .contatct-info .contact-content .browser {
          display: none; }
      body .footer .contatct-info img {
        display: block;
        float: inherit;
        margin-bottom: 15px;
        width: 177px; }
    body .footer .bottom {
      height: 18px; }

  body .inquiry-area {
    margin-bottom: 5px;
    margin-top: -2px;
    background: #565656;
    height: 58px; }
    body .inquiry-area .inquiry-position {
      text-align: center;
      padding-top: 7px; }
      body .inquiry-area .inquiry-position label {
        font-size: 13px;
        margin-left: 10px;
        text-align: left; }
        body .inquiry-area .inquiry-position label input {
          width: 160px;
          height: 23px;
          display: block;
          font-size: 12px;
          padding-left: 12px;
          margin-right: 0px;
          margin-top: 5px;
          margin-left: 0px; }
        body .inquiry-area .inquiry-position label select {
          width: 77px;
          height: 23px;
          display: block;
          margin-top: 5px;
          font-size: 12px;
          padding: 0px 6px;
          margin-left: 0px; }
        body .inquiry-area .inquiry-position label span {
          display: none; }
      body .inquiry-area .inquiry-position .search-scholarships {
        margin-left: 0px; }
      body .inquiry-area .inquiry-position button {
        background: #cb333f;
        color: #ffedbb;
        border: none;
        border-radius: 5px;
        vertical-align: middle;
        padding: 10px 6px;
        padding-left: 21px;
        position: relative;
        margin-left: 10px;
        margin-top: -19px;
        font-size: 12px; }
        body .inquiry-area .inquiry-position button img {
          width: 20px;
          left: 2px;
          top: 6px; }
        .sitemap .architecture .col-xs-12::before {
        margin-left: 4.2em !important; }
  body .content {
    min-height: initial; }
  body .content .main-bg {
    height: auto; }
  body .content .list-area {
    width: 100%;
    padding-top: 15px; }
    body .content .list-area .list-content {
      padding: 20px 5px;
      height: auto; }
      body .content .list-area .list-content div .date-choice {
        margin-bottom: 24px; }
        body .content .list-area .list-content div .date-choice div label input {
          margin-left: 0px; }
        body .content .list-area .list-content div .date-choice div .key-word input {
          width: 200px;
          display: block;
          margin-top: 6px; }
        body .content .list-area .list-content div .date-choice div .release-unit {
            display: none;
        }
        body .content .list-area .list-content div .date-choice .date-area {
          display: none; }
          body .content .list-area .list-content div .date-choice .issued,
          body .content .list-area .list-content div .date-choice select {
            display: block;
            margin: 0px;
            margin-top: 6px; }
          body .content .list-area #mobile-article{
              display: block !important;
          }
          body .content .list-area #pc-article{
              display: none;
          }
          
        body .content .list-area .list-content div .date-choice button {
          margin-left: 6px;
          padding-right: 10px; }
          body .content .list-area .list-content div .date-choice .sorting-area {
            display: none; }
      body .content .list-area .list-content div .list-result table tr td {
        font-size: 13px; }
        body .content .list-area .list-content div .list-result table tr td:nth-child(3), body .content .list-area .list-content div .list-result table tr td:nth-child(4) {
          display: none; }
        body .content .list-area .list-content div .list-result table tr td:nth-child(1) img {
          width: 22px; }
        body .content .list-area .list-content div .list-result .member-info .first-tr td:nth-child(1) img {
            width: 68px;
        }
        body .content .list-area .list-content div .list-result table tr td a {
          margin: 0; }
          body .content .list-area .list-content div .list-result table tr td a img {
            width: 85px; }
      body .content .list-area .list-content div .list-result .back-page {
        width: 30px;
        height: 30px;
        top: -5px;
        background-size: cover; }
      body .content .list-area .list-content div .back-page {
        display: none; }
      body .content .list-area .list-content hr {
        width: 100%; }
      body .content .list-area .list-content span {
        font-size: 14px;
        /*margin: 0px 10px;*/
        margin: 0; }
        body .content .list-area .list-content .sort {
          font-size: 16px;
          margin: 0px;
          margin-right: 10px; }
        body .content .list-area .list-content table {
            width: 100% !important;
        }
      body .content .list-area .list-content table tr td:first-child {
        width: 77px; }
      body .content .list-area .list-content table tr td a {
        margin: 11px;
        font-size: 15px; }
    body .content .list-area .list-title {
      min-height: 33px;
      height: auto; }
      body .content .list-area .list-title h2 {
        margin-bottom: 10px;
        font-size: 18px;
        margin-left: 5px; }
  body .content article {
    padding: 0px 10px;
    width: auto !important;
    font-size: 15px; }

    body .content article span {
        margin: 0;
    }
    .new-content {
        width: 233px !important;
    }
  .list-classify {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 13px;
    position:static;
    padding-bottom: 0px;
    line-height: 1.2;
  }

  .blank-line-half {
    margin-top: 10px; }

  .blank-line {
    margin-top: 20px; } 
  
  _::-webkit-full-page-media, _:future, :root body .new-list .newing{
           top: 11px ;
           left: -280px !important;
       } 

  _::-webkit-full-page-media, _:future, :root body .content .container .center-content .latest-new .new-list ul li .no-topping {
       top : 0px !important
       } 

}

@media (min-width: 768px) {
    .col-sm-1 {
        width: 16.333333%;
    } }

@media screen and (max-width: 680px\0) {
  body .inquiry-area .inquiry-position button {
    margin-top: 13px; }

  body .inquiry-area .inquiry-position label {
    float: left; } }
@media screen\0 {
    .fa-angle-down,
    .fa-angle-right,
    .fa-angle-up {
        /*width: 15px;*/
        cursor: pointer;
    } }
@media screen\0 {
  body .content .container .left-menu ul li ul li a:hover,
  body .content .container .left-menu ul li a:hover {
    background: #a4b054; }

  .mobile-menu {
    background: #72161f; }

  body .mobile-menu .menu-switch ul li ul li .mobile-menu-active {
    background: #a49684 !important; } }

body .list-area .list-content ul {
    margin: 0px 0px 0px 15px;
    padding: 5px;
    text-align: left;
    list-style-type: disc;
}

