html {
  height: auto; }

body {
  font-family: 'Lato', 'Microsoft JhengHei';
  -webkit-text-size-adjust: 100%; }

.page-container {
  position: relative;
  padding: 0;
  overflow: hidden;
  clear: both;
  width: 100%;
  margin-top: 238px;
  min-height: 500px; }

.inner-container {
  width: 100%; }

header, footer {
  position: relative;
  width: 100%; }

.wrap {
  position: relative;
  margin: 0 auto;
  padding: 0 30px;
  overflow: hidden;
  width: 100%; }

.wrap-inner {
  position: relative;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  width: 1400px; }

.main-content {
  position: relative;
  width: 100%;
  overflow: hidden; }

/*==========================================
Header
==========================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  transition: 0.4s;
  -webkit-transition: 0.4s; }
  header .inner-container {
    overflow: hidden;
    position: relative;
    padding: 30px 0;
    background-color: #fff;
    transition: 0.4s;
    -webkit-transition: 0.4s; }
    header .inner-container #head-logo-had {
      height: 116px;
      transition: 0.4s;
      -webkit-transition: 0.4s; }
    header .inner-container .organzine-list {
      margin-top: 15px; }
      header .inner-container .organzine-list li img {
        height: 50px; }
    header .inner-container .main-logo {
      position: absolute;
      top: 10px;
      left: calc(50% - 72px);
      height: 100px;
      transition: 0.4s;
      -webkit-transition: 0.4s; }
      header .inner-container .main-logo img {
        height: 100%; }
  header nav {
    position: relative;
    background-color: #f05a28;
    height: 60px; }
    header nav .wrap-inner {
      text-align: center;
      overflow: visible; }
      header nav .wrap-inner > div {
        position: relative;
        display: inline-block;
        padding: 0 25px; }
        header nav .wrap-inner > div > a {
          display: block;
          border: 1px solid transparent;
          margin: 13px 0;
          line-height: 34px;
          color: #fff;
          padding: 0 20px; }
          header nav .wrap-inner > div > a:hover {
            border-color: #fff; }
        header nav .wrap-inner > div .nav-sub {
          display: none;
          position: absolute;
          top: 60px;
          left: 25px;
          width: 280px;
          background-color: rgba(240, 90, 40, 0.8); }
          header nav .wrap-inner > div .nav-sub ul li {
            position: relative;
            transition: 0.4s;
            -webkit-transition: 0.4s; }
            header nav .wrap-inner > div .nav-sub ul li.has-ol:after {
              position: absolute;
              content: "";
              top: 20px;
              right: 20px;
              width: 7px;
              height: 11px;
              background: url("../images/icons/icon_arrow01.png") no-repeat; }
            header nav .wrap-inner > div .nav-sub ul li:nth-last-child(1) a {
              border-bottom: 0; }
            header nav .wrap-inner > div .nav-sub ul li:hover {
              /*background-color:$color-blue01;*/
              /*border-left:5px solid #fff;*/ }
              header nav .wrap-inner > div .nav-sub ul li:hover ol {
                display: block; }
              header nav .wrap-inner > div .nav-sub ul li:hover a {
                /*color:$color-orange01;*/ }
            header nav .wrap-inner > div .nav-sub ul li a {
              display: block;
              width: 100%;
              padding: 11px 20px 11px 15px;
              /*height: 46px;*/
              line-height: 24px;
              font-size: 16px;
              color: #fff;
              text-align: left;
              border-left: 5px solid transparent;
              transition: 0.4s;
              -webkit-transition: 0.4s;
              /*border-bottom:1px solid #ea692a;*/ }
              header nav .wrap-inner > div .nav-sub ul li a:hover {
                border-left: 5px solid #fff; }
            header nav .wrap-inner > div .nav-sub ul li ol {
              display: none;
              position: absolute;
              left: 280px;
              top: 0;
              width: 280px;
              background-color: rgba(121, 161, 206, 0.8); }
        header nav .wrap-inner > div:hover .nav-sub {
          display: block; }
    header nav .nav-icons {
      position: absolute;
      top: 0;
      right: 30px;
      margin: 18px 0 0;
      z-index: 2; }
      header nav .nav-icons > div {
        float: left;
        padding: 0 15px 15px 15px; }
        header nav .nav-icons > div:nth-last-of-type(1) {
          padding-right: 0; }
        header nav .nav-icons > div > a {
          display: block;
          width: 27px;
          height: 27px;
          background: url("../images/icons/icon_nav.png") no-repeat left center; }
          header nav .nav-icons > div > a.icon-360 {
            background-position: calc(100% / 3 * 0) 0; }
            header nav .nav-icons > div > a.icon-360:hover {
              background-position: calc(100% / 3 * 0) 100%; }
          header nav .nav-icons > div > a.icon-map {
            background-position: calc(100% / 3 * 1) 0; }
            header nav .nav-icons > div > a.icon-map:hover {
              background-position: calc(100% / 3 * 1) 100%; }
          header nav .nav-icons > div > a.icon-user {
            background-position: calc(100% / 3 * 2) 0; }
            header nav .nav-icons > div > a.icon-user:hover {
              background-position: calc(100% / 3 * 2) 100%; }
          header nav .nav-icons > div > a.icon-lang {
            background-position: calc(100% / 3 * 3) 0; }
            header nav .nav-icons > div > a.icon-lang:hover {
              background-position: calc(100% / 3 * 3) 100%; }
        header nav .nav-icons > div:hover .nav-lang {
          display: block; }
      header nav .nav-icons .nav-lang {
        display: none;
        position: absolute;
        top: 42px;
        right: -30px;
        background-color: rgba(240, 90, 40, 0.9); }
        header nav .nav-icons .nav-lang a {
          float: left;
          display: block;
          padding: 10px 15px;
          font-size: 16px;
          color: #fff;
          border-bottom: 1px solid transparent; }
          header nav .nav-icons .nav-lang a:hover {
            border-bottom: 1px solid #ffb9a2; }
          header nav .nav-icons .nav-lang a.selected {
            border-bottom: 1px solid #fff; }
          header nav .nav-icons p {
              margin:0 0 0 8px;
              font-size:16px;
              line-height:27px;
              color:#fff;
          }
  header.scrolled {
    margin-top: -178px; }
    header.scrolled .inner-container {
      /*            padding:15px 0;
                  #head-logo-had {
                      height:70px;
                  }
                  .main-logo {
                      top:0;
                      height:80px;
                      left:calc(50% - 50px);
                  }
                  .organzine-list {
                      margin-top:0px;
                      p {
                          margin-bottom:10px
                      }
                  }*/ }

#header-anchor {
  position: absolute;
  top: 135px;
  left: 0; }

/*==========================================
Common
==========================================*/
.organzine-list {
  overflow: hidden; }
  .organzine-list li {
    float: left;
    margin-right: 60px; }
    .organzine-list li:nth-last-child(1) {
      margin-right: 0; }
    .organzine-list li p {
      font-size: 16px;
      color: #000;
      margin-bottom: 20px; }

.banner-home {
  position: relative;
  width: 100%;
  height: calc(710vw / 19.2);
  background: url("../images/banner01_bg.jpg") no-repeat;
  background-size: cover; }

.banner-inner {
  position: relative;
  width: 100%;
  height: calc(317vw / 19.2);
  background: url("../images/banner_inner_bg.jpg") no-repeat;
  background-size: 100%; }

#home-intro {
  padding: 45px 30px 80px 30px; }
  #home-intro h1 {
    font-size: 30px; }
  #home-intro h2 {
    font-size: 24px;
    color: #000;
    line-height: 30px; }
  #home-intro .wrap {
    overflow: visible; }
    #home-intro .wrap > .fl-left {
      position: relative;
      padding: 0 calc(60vw / 19.2);
      background-color: #fff; }
      #home-intro .wrap > .fl-left:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 40%;
        background-color: #f05a28; }
    #home-intro .wrap > .fl-right {
      position: relative;
      padding-left: 70px; }
      #home-intro .wrap > .fl-right .img-thumb {
        /*opacity: 0.9;*/
        margin-bottom: 50px;
        transition: 0.4s;
        -webkit-transition: 0.4s; }
        #home-intro .wrap > .fl-right .img-thumb:nth-last-of-type(1) {
          margin-bottom: 0; }
        #home-intro .wrap > .fl-right .img-thumb:hover {
          opacity: 1; }
      #home-intro .wrap > .fl-right:before {
        content: "";
        position: absolute;
        width: calc(100% + 60px);
        height: calc(100% + 80px);
        top: 65px;
        left: 0px;
        background-color: #52c3f1;
        z-index: -1; }

.mfp-iframe-holder .mfp-close {
  font-size: 0;
  width: 40px;
  height: 40px;
  top: -55px;
  right: 0;
  background: url("../images/icons/btn_close01.png") no-repeat; }

#home-slider {
  height: calc(955vw / 19.2); }
  #home-slider .swiper-button-prev, #home-slider .swiper-button-next {
    position: static;
    margin: 10px auto;
    width: 60px;
    height: 60px;
    background: url("../images/icons/btn_arrow01.png"); }
  #home-slider .swiper-button-prev {
    background-position: top left; }
    #home-slider .swiper-button-prev:hover {
      background-position: bottom left; }
  #home-slider .swiper-button-next {
    background-position: top right; }
    #home-slider .swiper-button-next:hover {
      background-position: bottom right; }
  #home-slider .swiper-slide {
    background-size: auto 100%; }
  #home-slider .swiper-slide-active .slide-text {
    bottom: calc(100vw / 19.2);
    opacity: 1; }
  #home-slider .swiper-slide-num {
    width: 80px;
    height: 32px;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 20px;
    line-height: 32px;
    color: #f05a28;
    text-align: center; }
  #home-slider .slider-control {
    position: absolute;
    bottom: calc(100vw / 19.2);
    right: calc(40vw / 19.2);
    z-index: 5; }
  #home-slider .slide-text {
    position: absolute;
    left: calc(60vw / 19.2);
    bottom: calc(120vw / 19.2);
    opacity: 0;
    transition: 0.4s;
    transition-delay: 0.4s; }
    #home-slider .slide-text h2 {
      font-size: calc(80vw / 19.2);
      line-height: calc(90vw/ 19.2);
      color: #f05a28;
      text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.7); }
    #home-slider .slide-text p {
      font-size: calc(80vw / 19.2);
      line-height: calc(90vw/ 19.2);
      color: #fff;
      text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.7); }

#home-roundme {width:100%; height:calc(1080vw / 19.2)}
    
.inner-content {
  padding-bottom: 60px;
  width: calc(100% - 335px); }

.breadcrumb {
  margin: 20px 0;
  font-size: 14px;
  color: #000; }
  .breadcrumb a {
    color: #000; }
    .breadcrumb a:hover, .breadcrumb a.selected {
      color: #f05a28; }

.sidebar {
  position: relative;
  width: 335px;
  padding-right: 30px;
  transition: 0.4s;
  -webkit-transition: 0.4s; }
  .sidebar .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: url("../images/icons/icon_close01.png");
    width: 12px;
    height: 12px; }
  .sidebar .tabs-menu {
    margin-bottom: 40px; }
    .sidebar .tabs-menu li {
      float: left; }
      .sidebar .tabs-menu li a {
        display: block;
        padding: 0 13px;
        line-height: 38px;
        font-size: 16px;
        color: #f05a28;
        border: 1px solid transparent;
        transition: 0.4s;
        -webkit-transition: 0.4s; }
      .sidebar .tabs-menu li:hover a {
        border-color: #f05a28; }
      .sidebar .tabs-menu li.ui-tabs-active a {
        background-color: #f05a28;
        color: #fff; }
  .sidebar .sidebar-list {
    margin-bottom: 50px; }
    .sidebar .sidebar-list li {
      padding: 5px 0 5px 20px;
      font-size: 18px;
      line-height: 30px;
      color: #000; }
      .sidebar .sidebar-list li a {
        color: #000;
        transition: 0.4s;
        -webkit-transition: 0.4s; }
        .sidebar .sidebar-list li a:hover, .sidebar .sidebar-list li a.selected {
          color: #f05a28;
          padding-left: 10px; }
      .sidebar .sidebar-list li ol {
        display: none; }
        .sidebar .sidebar-list li ol li {
          padding-left: 10px; }
      .sidebar .sidebar-list li .btn-toggle {
        padding: 0; }
        .sidebar .sidebar-list li .btn-toggle:hover {
          padding: 0; }
          .sidebar .sidebar-list li .btn-toggle:hover:after {
            background-position-y: -11px; }
        .sidebar .sidebar-list li .btn-toggle:after {
          content: "";
          position: relative;
          top: -2px;
          width: 11px;
          height: 11px;
          display: inline-block;
          margin-left: 15px;
          background: url("../images/icons/btn_toggle01.png") no-repeat left top; }
      .sidebar .sidebar-list li.active .btn-toggle:after {
        background-position-y: -11px; }
      .sidebar .sidebar-list li.active ol {
        display: block; }
    .sidebar .sidebar-list.list-color01 {
      border-left: 10px solid #f05a28; }
      .sidebar .sidebar-list.list-color01 .btn-toggle {
        color: #f05a28; }
        .sidebar .sidebar-list.list-color01 .btn-toggle:after {
          background-position-x: 0; }
    .sidebar .sidebar-list.list-color02 {
      border-left: 10px solid #79a1ce; }
      .sidebar .sidebar-list.list-color02 .btn-toggle {
        color: #79a1ce; }
        .sidebar .sidebar-list.list-color02 .btn-toggle:after {
          background-position-x: calc(100% / 2 * 1); }
      .sidebar .sidebar-list.list-color02 li a:hover, .sidebar .sidebar-list.list-color02 li a.selected {
        color: #79a1ce; }
    .sidebar .sidebar-list.list-color03 {
      border-left: 10px solid #4ac988; }
      .sidebar .sidebar-list.list-color03 .btn-toggle {
        color: #4ac988; }
        .sidebar .sidebar-list.list-color03 .btn-toggle:after {
          background-position-x: calc(100% / 2 * 2); }
      .sidebar .sidebar-list.list-color03 li a:hover, .sidebar .sidebar-list.list-color03 li a.selected {
        color: #4ac988; }

.sidebar-video img {
  width: 250px; }

.btn-sidebar-toggle {
  padding-left: 20px;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  color: #f05a28; }
  .btn-sidebar-toggle:after {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 11px;
    height: 11px;
    background: url("../images/icons/btn_toggle01.png") no-repeat;
    transition: 0.4s;
    -webkit-transition: 0.4s; }
  .btn-sidebar-toggle:hover:after {
    right: 5px; }

.article-list li {
  float: left;
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 60px; }
  .article-list li:nth-child(3n) {
    margin-right: 0; }
  .article-list li .img-thumb {
    position: relative;
    margin-bottom: 10px; }
    .article-list li .img-thumb .more {
      position: absolute;
      bottom: -40px;
      left: 0;
      width: 100%;
      height: 40px;
      background-color: #f05a28;
      text-align: right;
      padding: 0 35px 0 18px;
      font-size: 14px;
      line-height: 40px;
      color: #fff;
      background-image: url("../images/icons/icon_arrow01.png");
      background-position: right 20px center;
      background-repeat: no-repeat;
      transition: 0.4s;
      -webkit-transition: 0.4s; }
    .article-list li .img-thumb:hover .more {
      bottom: 0; }
  .article-list li figcaption {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    padding-left: 12px;
    border-left: 2px solid #f05a28; }
.article-list.teacher-list li {
  float: left;
  width: calc((100% - 90px) / 4);
  margin-right: 30px; }
  .article-list.teacher-list li:nth-child(4n) {
    margin-right: 0; }

.photo-slider {
  position: relative;
  width: 100%;
  padding: 50px 80px 25px 80px;
  background-color: #476683; }
  .photo-slider figure .img-thumb {
    margin-bottom: 25px; }
  .photo-slider figure figcaption {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    padding: 0 13%; }
  .photo-slider .swiper-pagination {
    bottom: auto;
    top: 15px;
    left: 0;
    width: 100%; }
    .photo-slider .swiper-pagination .swiper-pagination-bullet {
      opacity: 1;
      width: 10px;
      height: 10px;
      margin: 0 3px;
      background-color: transparent;
      border: 2px solid #fff; }
      .photo-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #fff; }
  .photo-slider .swiper-button-prev, .photo-slider .swiper-button-next {
    width: 20px;
    height: 38px;
    background: url("../images/icons/btn_arrow03.png"); }
  .photo-slider .swiper-button-prev {
    left: 20px;
    background-position: top left; }
    .photo-slider .swiper-button-prev:hover {
      background-position: bottom left; }
  .photo-slider .swiper-button-next {
    right: 20px;
    background-position: top right; }
    .photo-slider .swiper-button-next:hover {
      background-position: bottom right; }

.article-arrows {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px; }
  .article-arrows a {
    margin-left: 30px; }

.article-detail {
  padding: 35px;
  background-color: #e2edfa;
  width: 100%;
  overflow: hidden; }

.article-map {
  background-color: #476683; }
  .article-map iframe {
    width: 100%;
    height: 100%;
    min-height: 300px; }
  .article-map .photo-slider {
    padding: 0 40px; }

.article-info {
  padding: 60px 40px;
  background-color: #f05a28; }
  .article-info .table-tr {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    border-bottom: 1px solid #fff; }
    .article-info .table-tr > div {
      padding: 10px 0; }
      .article-info .table-tr > div:nth-of-type(1) {
        width: 120px; }
      .article-info .table-tr > div:nth-of-type(2) {
        width: calc(100% - 120px); }

.panel {
  width: 600px;
  margin: 0 auto; }

#login-tabs {
  margin-bottom: 60px; }
  #login-tabs .tab-menu {
    width: 100%;
    text-align: center; }
    #login-tabs .tab-menu li {
      float: left;
      width: 50%; }
      #login-tabs .tab-menu li a {
        margin: 0 auto;
        display: block;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        color: #737373;
        border-bottom: 3px solid transparent; }
      #login-tabs .tab-menu li.ui-tabs-active a {
        border-color: #f05a28;
        color: #f05a28; }
  #login-tabs .tab-content {
    padding: 30px;
    color: #000;
    border: 1px solid #ddd; }
    #login-tabs .tab-content .table-tr {
      margin-bottom: 20px;
      font-size: 16px;
      color: #000;
      line-height: 32px; }
      #login-tabs .tab-content .table-tr > div {
        text-align: left; }
        #login-tabs .tab-content .table-tr > div:nth-of-type(1) {
          width: 150px;
          font-weight: 600; }
        #login-tabs .tab-content .table-tr > div:nth-of-type(2) {
          width: calc(100% - 150px);
          font-weight: 600; }
        #login-tabs .tab-content .table-tr > div a {
          font-size: 14px;
          color: #000;
          text-decoration: underline; }
          #login-tabs .tab-content .table-tr > div a:hover {
            color: #f05a28; }

.teacher-photo {
  text-align: center; }
  .teacher-photo img {
    width: auto;
    height: 600px;
    max-height: 600px; }

.user-archive-menu {
  margin-bottom: 30px; }
  .user-archive-menu > a {
    margin-right: 10px; }

.user-password {
  max-width: 600px; }
  .user-password .table-tr {
    margin-bottom: 20px;
    font-size: 16px;
    color: #000;
    line-height: 32px; }
    .user-password .table-tr > div {
      text-align: left; }
      .user-password .table-tr > div:nth-of-type(1) {
        width: 150px;
        font-weight: 600; }
      .user-password .table-tr > div:nth-of-type(2) {
        width: calc(100% - 150px);
        font-weight: 600; }

#map {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 600px; }
  #map #map-info {
    float: left;
    background-color: #fff;
    width: 400px;
    height: 100%;
    padding: 30px; }
    #map #map-info .map-info-select {
      margin-bottom: 50px; }
    #map #map-info h2 {
      color: #000; }
    #map #map-info .checkbox-list {
      width: 100%;
      overflow: hidden;
      border-bottom: 1px solid #ddd;
      padding-bottom: 20px; }
      #map #map-info .checkbox-list li {
        position: relative;
        float: left;
        margin-right: 15px;
        padding: 5px 0;
        /*                .select-over {
                            position:absolute;
                            top:0;
                            left:0;
                            width:100%;
                            height:100%;
                            background-color:#fff;
                            border-left:2px solid $color-orange01;            
                            z-index:-1;
                            padding:0 10px;
                            font-size:16px;
                            line-height:32px;
                            color:$color-orange01;
                            &:before {
                                content:"";
                                position:absolute;
                                top:0;
                                background:url('../images/icons/btn_arrow02.png');
                            }
                            + select {
                                display: block;
                            }
                        }*/ }
        #map #map-info .checkbox-list li label {
          font-size: 18px; }
        #map #map-info .checkbox-list li .mdl-checkbox__label {
          top: -5px; }
          #map #map-info .checkbox-list li .mdl-checkbox__label img {
            position: relative;
            width: 15px; }
  #map #map-area {
    float: right;
    width: calc(100% - 400px);
    height: 100%; }
    #map #map-area .infoBox {
      position: relative;
      padding: 10px;
      border: none;
      width: 480px;
      background-color: #fff;
      box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); }
      #map #map-area .infoBox:before {
        position: absolute;
        top: 10px;
        left: -5px;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 5px 6px 0;
        border-color: transparent #fff transparent transparent; }
      #map #map-area .infoBox figure .img-thumb {
        float: left;
        width: 200px; }
      #map #map-area .infoBox figure figcaption {
        float: right;
        width: calc(100% - 210px); }
        #map #map-area .infoBox figure figcaption h2 {
          font-size: 16px;
          line-height: 24px;
          margin-bottom: 0px; }
        #map #map-area .infoBox figure figcaption p {
          font-size: 14px;
          margin: 0 0 10px 0; }

.mdl-checkbox.is-checked .mdl-checkbox__box-outline {
  border-color: #f05a28; }
.mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
  background-color: #f05a28; }

.mdl-checkbox__ripple-container .mdl-ripple {
  background-color: #f05a28;
  display: none; }

/* mobile */
.mobile-icon {
  display: none;
  position: relative;
  top: 10px;
  right: 10px;
  height: 36px;
  width: 36px;
  background-color: #fff;
  padding: 8px;
  border: 2px solid #fff;
  border-radius: 5px;
  z-index: 999; }
  .mobile-icon span {
    margin: 0 auto;
    display: block;
    width: 17px;
    height: 2px;
    background-color: #f05a28;
    margin-bottom: 5px;
    transition: 0.5s;
    -webkit-transition: 0.5s; }
    .mobile-icon span:nth-last-of-type(1) {
      margin-bottom: 0; }
  .mobile-icon.opened {
    padding: 3px 8px; }
    .mobile-icon.opened span:nth-of-type(1) {
      transform: translate(0px, 13px) rotate(-45deg) scalex(1.3);
      -webkit-transform: translate(0px, 13px) rotate(-45deg) scalex(1.3);
      margin-bottom: 0; }
    .mobile-icon.opened span:nth-of-type(2) {
      display: none; }
    .mobile-icon.opened span:nth-last-of-type(1) {
      -webkit-transform: translate(0px, 11px) rotate(45deg) scalex(1.3);
      transform: translate(0px, 11px) rotate(45deg) scalex(1.3); }

/*==========================================
Footer
==========================================*/
#footer-top {
  position: relative;
  padding: 30px 0 60px 0;
  background-color: #b49c6d; }
  #footer-top .organzine-list {
    margin-top: 15px; }
    #footer-top .organzine-list li img {
      height: 60px; }
  #footer-top #footer-nav li {
    float: left;
    margin-right: 80px; }
    #footer-top #footer-nav li:nth-last-child(1) {
      margin-right: 0; }
    #footer-top #footer-nav li a {
      display: block;
      font-size: 16px;
      color: #fff;
      line-height: 30px;
      border-bottom: 1px solid transparent; }
      #footer-top #footer-nav li a:hover {
        border-color: #facb76;
        color: #facb76; }

#footer-bottom {
  height: 60px;
  background-color: #a38852; }
  #footer-bottom .social-list {
    margin-top: 20px; }
    #footer-bottom .social-list li {
      float: left;
      margin-right: 25px; }
      #footer-bottom .social-list li a {
        display: block;
        width: 20px;
        height: 20px;
        background: url("../images/icons/icon_social01.png"); }
        #footer-bottom .social-list li a:hover {
          background-position-y: 20px; }
      #footer-bottom .social-list li #footer-icon-fb {
        background-position-x: calc(100% / 2 * 0); }
      #footer-bottom .social-list li #footer-icon-ig {
        background-position-x: calc(100% / 2 * 1); }
      #footer-bottom .social-list li #footer-icon-yt {
        background-position-x: calc(100% / 2 * 2); }
  #footer-bottom .copyright {
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    padding: 18px 0;
    margin-bottom: 0; }
    #footer-bottom .copyright a {
      color: #fff;
      text-decoration: none; }

/*Top btn*/
/*#back-top {
    display: none;
    position: fixed;
    z-index: 999;
    bottom: 60px;
    right: 60px;
    a {
        display: block;
        width: 46px;
        height: 46px;
        background: url('../images/icons/btn_top.png') no-repeat left top;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        &:hover {
            background-position: left bottom;
        }
    }
}*/
#back-top {
  position: absolute;
  right: 30px;
  bottom: 0;
  display: block;
  z-index: 2; }
  #back-top a {
    display: inline-block;
    width: 24px;
    height: 15px;
    background: url("../images/icons/btn_top.png") no-repeat left top;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }
    #back-top a:hover {
      background-position: left bottom; }

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

.article-list .img-thumb img{max-height: 210px;}