@import url(reset-min.css);
@import url(https://fonts.googleapis.com/css?family=Crimson+Text);
@chartset "UTF-8";
@font-face {
  font-family: 'helvetica';
  src: url(../fonts/HelveticaNeue.ttf); }
strong, b, strong em, b em {
  font-weight: 700; }

em, i, em strong, em i {
  font-style: italic; }

img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

video {
  display: block; }

.jf-loading body {
  opacity: 0;
  visibility: hidden; }

@media (min-width: 1201px) {
  .onlypc {
    display: block; } }
@media (max-width: 1200px) {
  .onlypc {
    display: none; } }

@media (min-width: 992px) {
  .pcTablet {
    display: block; } }
@media (max-width: 991px) {
  .pcTablet {
    display: none; } }

@media (min-width: 1201px) {
  .tabletM {
    display: none; } }
@media (max-width: 1200px) {
  .tabletM {
    display: block; } }

@media (min-width: 992px) {
  .onlym {
    display: none; } }
@media (max-width: 991px) {
  .onlym {
    display: block; } }

body {
  font-family: 'Avenir Next', 'PingFang TC', 'Microsoft JhengHei'; }
  body.loading * {
    opacity: 0;
    transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s; }
    body.loading *.loader {
      opacity: 1; }
  body * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box; }

.loader {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100vh;
  background: url(../images/rolling.svg) no-repeat;
  background-size: 50px;
  background-position: center;
  background-color: #fff; }

.header-i {
  position: fixed;
  top: 0;
  z-index: 4;
  width: 100%;
  height: 0; }
  .header-i .logo {
    position: absolute;
    top: 60px;
    left: 80px;
    z-index: 5;
    width: 155px;
    height: 28px;
    background: url(../images/logo-white.png) no-repeat;
    background-size: contain;
    background-position: center; }
  .header-i .nav {
    position: absolute;
    top: 62px;
    right: 60px;
    z-index: 5;
    color: #fff;
    font-size: 14px; }
    .header-i .nav li {
      float: left;
      transition: color 0.2s;
      -ms-transition: color 0.2s;
      -moz-transition: color 0.2s;
      -webkit-transition: color 0.2s;
      text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
      margin-left: 30px; }
      .header-i .nav li:hover {
        color: #6a9f93;
        cursor: pointer; }
        .header-i .nav li:hover .arrow {
          border-color: #6a9f93; }
        .header-i .nav li:hover ul {
          color: #fff;
          cursor: initial; }
      .header-i .nav li .arrow {
        display: inline-block;
        border: #fff solid;
        border-width: 0 1px 1px 0;
        padding: 0.18em;
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transition: color 0.2s;
        -ms-transition: color 0.2s;
        -moz-transition: color 0.2s;
        -webkit-transition: color 0.2s;
        margin: 0 0 3px 10px; }
        .header-i .nav li .arrow:before {
          content: '';
          display: block;
          position: absolute;
          top: -1em;
          left: -0.9em;
          width: 3em;
          height: 2em;
          cursor: pointer;
          transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -webkit-transform: rotate(45deg); }
      .header-i .nav li > ul {
        display: none;
        padding: 25px 0 0 0; }
        @media (min-width: 1201px) {
          .header-i .nav li > ul {
            position: absolute; } }
        .header-i .nav li > ul li {
          float: initial;
          display: block;
          height: auto;
          line-height: 1.6em;
          text-align: center;
          padding: 10px 0;
          margin: 0; }
  @media (min-width: 1201px) {
    .header-i.down {
      z-index: 99;
      height: 60px;
      background: #fff;
      border-bottom: #dcdedd solid 2px; }
      .header-i.down .logo {
        top: 18px;
        background-image: url(../images/logo.png); }
      .header-i.down .nav {
        top: 0;
        right: 0;
        height: 60px;
        color: #a5a5a5; }
        .header-i.down .nav li {
          min-width: 120px;
          text-align: center;
          text-shadow: none;
          line-height: 60px;
          border-left: #dcdedd solid 1px;
          border-right: #dcdedd solid 1px;
          margin-left: 0;
          transition: all 0.5s;
          -ms-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s; }
          .header-i.down .nav li:first-of-type {
            border-left-width: 2px; }
          .header-i.down .nav li .arrow {
            border-color: #a5a5a5; }
          .header-i.down .nav li.search-btn {
            min-width: initial;
            width: 70px;
            height: 60px;
            background-image: url(../images/btn-search-normal.png);
            background-repeat: no-repeat; }
            .header-i.down .nav li.search-btn:hover {
              background-image: url(../images/btn-search-hover.png);
              background-color: inherit;
              background-repeat: no-repeat;
              background-position: center;
              background-size: 18px;
              border-color: #DCDEDD; }
          .header-i.down .nav li:hover {
            color: #fff;
            background: #6a9f93;
            border-color: #6a9f93; }
            .header-i.down .nav li:hover .arrow {
              border-color: #fff; }
          .header-i.down .nav li > ul {
            border: #dcdedd solid 1px;
            border-top: 0;
            background: #fff;
            padding: 9px 0;
            margin-left: -2px; }
            .header-i.down .nav li > ul li {
              line-height: 1.6em;
              color: #a5a5a5;
              border: 0;
              padding: 8px 15px; } }

.header-wrap {
  width: 100%;
  height: 60px; }

.header {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 60px;
  border-bottom: #DCDEDD solid 2px;
  background: #fff; }
  .header .logo {
    position: absolute;
    top: 18px;
    left: 80px;
    background: url(../images/logo.png) no-repeat;
    background-size: contain;
    background-position: center;
    width: 155px;
    height: 28px; }
  .header .nav {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    color: #a5a5a5;
    font-size: 14px; }
    .header .nav li {
      float: left;
      min-width: 120px;
      line-height: 60px;
      text-align: center;
      border-left: #DCDEDD solid 1px;
      border-right: #DCDEDD solid 1px;
      padding: 0 20px;
      transition: all 0.5s;
      -ms-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s; }
      .header .nav li:first-of-type {
        border-left-width: 2px; }
      .header .nav li.search-btn {
        min-width: initial; }
        .header .nav li.search-btn:hover {
          background-color: inherit;
          border-color: #DCDEDD; }
      .header .nav li > a {
        display: inline-block; }
      .header .nav li .arrow {
        display: inline-block;
        border: #a5a5a5 solid;
        border-width: 0 1px 1px 0;
        padding: 0.18em;
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        margin: 0 0 3px 10px; }
        .header .nav li .arrow:before {
          content: '';
          display: block;
          position: absolute;
          top: -1em;
          left: -0.9em;
          width: 3em;
          height: 2em;
          cursor: pointer;
          transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -webkit-transform: rotate(45deg); }
      @media (min-width: 1201px) {
        .header .nav li:hover {
          color: #fff;
          background-color: #6a9f93;
          border-color: #6a9f93; }
          .header .nav li:hover .arrow {
            border-color: #fff; }
        .header .nav li > ul {
          display: none;
          position: absolute;
          border: #DCDEDD solid 1px;
          border-top: 0;
          background: #fff;
          padding: 9px 0;
          margin-left: -21px; }
          .header .nav li > ul li {
            float: initial;
            display: block;
            line-height: 1.6em;
            color: #a5a5a5;
            border: 0;
            padding: 8px 15px; } }

.search-btn {
  width: 70px;
  height: 60px;
  background: url(../images/btn-search-normal.png) no-repeat;
  background-size: 18px;
  background-position: center;
  transition: all, 0.5s;
  -ms-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  cursor: pointer; }
  .search-btn:hover {
    background-image: url(../images/btn-search-hover.png); }
  @media (min-width: 1201px) {
    .header-i .search-btn {
      width: 55px;
      height: 26px;
      background-image: url(../images/btn-search-white.png); } }

.search-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  background: rgba(106, 159, 147, 0.9);
  padding-top: 155px; }

.search-box {
  width: 600px;
  border-bottom: #fff solid 1px;
  padding: 0 8px 8px 10px;
  margin: 0 auto 80px auto; }
  .search-box input[type="text"] {
    display: inline-block;
    width: 520px;
    font-size: 18px;
    color: #fff;
    border: none;
    outline: none;
    background: transparent; }
  .search-box button {
    display: inline-block;
    width: 23px;
    height: 23px;
    border: none;
    outline: none;
    background: url(../images/btn-search-white.png) no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
    vertical-align: bottom;
    margin-right: 3px; }

.search-words {
  width: 600px;
  text-align: center;
  margin: 0 auto; }
  .search-words .title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px; }
  .search-words a {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    border-bottom: #fff solid 1px;
    padding-bottom: 5px;
    margin: 0 17px 15px 17px; }

.search-close {
  display: inline-block;
  width: 25px;
  height: 25px;
  cursor: pointer;
  vertical-align: bottom; }
  .search-close span {
    display: block;
    width: 26px;
    height: 1px;
    background: #fff; }
    .search-close span:first-child {
      transform: translateY(12px) rotate(45deg);
      -webkit-transform: translateY(12px) rotate(45deg); }
    .search-close span:last-child {
      transform: translateY(11px) rotate(-45deg);
      -webkit-transform: translateY(11px) rotate(-45deg); }

.container {
  position: relative;
  z-index: 5;
  max-width: 1200px;
  background: #fff;
  margin: 0 auto; }
  .container.card-page {
    padding-bottom: 45px; }
    .container.card-page h2 {
      font-size: 24px;
      margin-bottom: 40px; }

.date {
  font-size: 14px;
  color: #666; }

.article-list-wrap {
  padding-top: 80px; }
  .article-list-wrap h2 {
    position: relative;
    font-size: 20px;
    font-family: 'Avenir Next', 'PingFang TC', 'Microsoft JhengHei';
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px; }
    .article-list-wrap h2 a {
      transition: color, 0.2s;
      -ms-transition: color, 0.2s;
      -moz-transition: color, 0.2s;
      -webkit-transition: color, 0.2s; }
      .article-list-wrap h2 a:hover {
        color: #6a9f93; }
  .article-list-wrap h3, .article-list-wrap .title {
    transition: color, 0.2s;
    -ms-transition: color, 0.2s;
    -moz-transition: color, 0.2s;
    -webkit-transition: color, 0.2s; }
    .article-list-wrap h3:hover, .article-list-wrap .title:hover {
      color: #6a9f93; }
  .article-list-wrap .pic {
    position: relative;
    overflow: hidden; }
    .article-list-wrap .pic img {
      width: 100%;
      height: 100%;
      transition: transform 1.5s, opacity 0.5s;
      -ms-transition: transform 1.5s, opacity 0.5s;
      -moz-transition: transform 1.5s, opacity 0.5s;
      -webkit-transition: transform 1.5s, opacity 0.5s;
      object-fit: cover; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .article-list-wrap .pic img {
          height: auto; } }
    .article-list-wrap .pic:hover img {
      opacity: 0.8;
      transform: scale(1.1, 1.1);
      -webkit-transform: scale(1.1, 1.1); }
  .article-list-wrap .three-col {
    margin: 0 auto; }
    @media (min-width: 1201px) {
      .article-list-wrap .three-col {
        width: 1040px; } }
    @media (max-width: 1200px) and (min-width: 992px) {
      .article-list-wrap .three-col {
        width: 680px; } }
    .article-list-wrap .three-col > div {
      display: inline-block;
      width: 320px;
      height: 435px;
      vertical-align: top;
      margin-right: 35px; }
      @media (min-width: 1201px) {
        .article-list-wrap .three-col > div:nth-child(3n) {
          margin-right: 0; } }
      @media (max-width: 1200px) and (min-width: 992px) {
        .article-list-wrap .three-col > div:nth-child(2n) {
          margin-right: 0; } }
      .article-list-wrap .three-col > div .pic {
        width: 320px;
        height: 213px;
        background: #fff;
        margin-bottom: 30px; }
      .article-list-wrap .three-col > div h3, .article-list-wrap .three-col > div .title {
        max-height: 4.2em;
        font-size: 20px;
        font-weight: 600;
        font-family: 'Avenir Next', 'PingFang TC', 'Microsoft JhengHei';
        line-height: 1.4em;
        overflow: hidden;
        padding: 0 10px;
        margin-bottom: 30px; }
      .article-list-wrap .three-col > div .date {
        padding: 0 10px; }
  .article-list-wrap .single-col {
    padding-bottom: 40px; }
    .article-list-wrap .single-col > div {
      max-width: 1200px;
      margin: 0 auto 40px auto; }
    .article-list-wrap .single-col .pic {
      display: inline-block;
      width: 700px;
      height: 420px; }
    .article-list-wrap .single-col .text-wrap {
      display: inline-block;
      width: 480px;
      vertical-align: top;
      text-align: center;
      padding: 60px 30px 0 30px; }
      .article-list-wrap .single-col .text-wrap h3, .article-list-wrap .single-col .text-wrap .title {
        height: 3.9em;
        font-size: 24px;
        font-weight: 600;
        font-family: 'Avenir Next', 'PingFang TC', 'Microsoft JhengHei';
        line-height: 1.3em;
        overflow: hidden;
        margin-bottom: 30px; }
      .article-list-wrap .single-col .text-wrap h5 {
        font-size: 14px;
        color: #666;
        margin-bottom: 20px; }
      .article-list-wrap .single-col .text-wrap p {
        max-width: 360px;
        height: 4.8em;
        font-size: 14px;
        color: #3f3f3f;
        line-height: 1.6em;
        overflow: hidden;
        margin: 0 auto 55px auto; }
  .article-list-wrap .two-col {
    margin: 0 auto; }
    @media (min-width: 1201px) {
      .article-list-wrap .two-col {
        width: 960px; } }
    @media (max-width: 1200px) and (min-width: 992px) {
      .article-list-wrap .two-col {
        width: 940px; } }
    .article-list-wrap .two-col > div {
      display: inline-block;
      width: 460px;
      vertical-align: top;
      padding-bottom: 65px;
      margin-right: 35px; }
      .article-list-wrap .two-col > div:nth-child(even) {
        margin-right: 0; }
      .article-list-wrap .two-col > div .pic {
        width: 460px;
        height: 277px;
        margin-bottom: 42px; }
      .article-list-wrap .two-col > div h3, .article-list-wrap .two-col > div .title {
        height: auto;
        max-height: 4.5em;
        line-height: 1.5em;
        font-size: 24px;
        font-family: 'Avenir Next', 'PingFang TC', 'Microsoft JhengHei';
        font-weight: 600;
        overflow: hidden;
        margin-bottom: 30px; }
      .article-list-wrap .two-col > div p {
        height: 3.6em;
        color: #3f3f3f;
        font-size: 16px;
        line-height: 1.8em;
        overflow: hidden;
        margin-bottom: 60px; }
      .article-list-wrap .two-col > div .text-wrap {
        padding: 0 25px; }
  .article-list-wrap.card-page {
    padding-top: 0; }
    .article-list-wrap.card-page .single-col {
      padding-bottom: 0; }
      .article-list-wrap.card-page .single-col > div {
        display: flex;
        max-width: 1440px;
        justify-content: space-between;
        margin-bottom: 0; }
        .article-list-wrap.card-page .single-col > div:nth-child(even) .pic {
          order: 2; }
        .article-list-wrap.card-page .single-col > div .pic {
          width: 66%;
          height: 540px; }
        .article-list-wrap.card-page .single-col > div .text-wrap {
          width: 34.5%;
          padding-top: 80px; }
          .article-list-wrap.card-page .single-col > div .text-wrap p {
            margin-bottom: 155px; }

#article_list, #class_list {
  padding-bottom: 100px; }

.corp {
  position: absolute;
  bottom: 8px;
  left: 15px;
  color: #fff;
  font-size: 9px;
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  border: #fff solid 1px;
  border-radius: 4px;
  padding: 3px 5px; }

.divider {
  width: 60px;
  height: 2px;
  background: #e9e9e9;
  margin: 0 auto 60px auto; }
  .divider.small {
    margin-bottom: 40px; }

.bg {
  background: #f7f7f7; }

.slide-article {
  margin-bottom: 23px; }
  .slide-article .carousel-cell {
    display: inline-block;
    width: 320px;
    margin-right: 36px; }
    .slide-article .carousel-cell .pic {
      position: relative;
      width: 320px;
      height: 212px;
      overflow: hidden;
      margin-bottom: 30px; }
      .slide-article .carousel-cell .pic img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
          .slide-article .carousel-cell .pic img {
            height: auto; } }
    .slide-article .carousel-cell .text-wrap {
      padding: 0 10px;
      margin-bottom: 60px; }
      .slide-article .carousel-cell .text-wrap h3, .slide-article .carousel-cell .text-wrap .title {
        height: 4.2em;
        font-size: 20px;
        font-weight: 600;
        font-family: 'Avenir Next', 'PingFang TC', 'Microsoft JhengHei';
        line-height: 1.4em;
        overflow: hidden;
        transition: color 0.2s;
        -ms-transition: color 0.2s;
        -moz-transition: color 0.2s;
        -webkit-transition: color 0.2s;
        margin-bottom: 30px; }
        .slide-article .carousel-cell .text-wrap h3:hover, .slide-article .carousel-cell .text-wrap .title:hover {
          color: #6a9f93; }
  .ui-tabs-panel .slide-article {
    margin-bottom: 10px; }

.more-wrap {
  position: relative;
  max-width: 1200px;
  margin: 0 auto; }
  .more-wrap.more-author-article {
    height: 2em;
    margin-bottom: 90px; }
    @media (max-width: 991px) {
      .more-wrap.more-author-article {
        margin-top: 90px; } }
    .more-wrap.more-author-article .more {
      right: initial;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%); }

.more {
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  height: 1.3em;
  line-height: 1.3em;
  font-size: 14px;
  font-weight: normal;
  transition: color, 0.5s;
  -ms-transition: color, 0.5s;
  -moz-transition: color, 0.5s;
  -webkit-transition: color, 0.5s;
  font-family: 'Avenir Next', 'PingFang TC', 'Microsoft JhengHei'; }
  .more:after {
    content: '';
    display: inline-block;
    width: 36px;
    height: 2px;
    background: #7f7f7f;
    vertical-align: middle;
    margin-left: 10px; }
  .more span {
    position: absolute;
    right: 0;
    top: 5px;
    width: 12px;
    height: 2px;
    transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    background: #6a9f93;
    transition: opacity, 0.5s;
    -ms-transition: opacity, 0.5s;
    -moz-transition: opacity, 0.5s;
    -webkit-transition: opacity, 0.5s; }
    @media (min-width: 1201px) {
      .more span {
        opacity: 0; } }
  .more:hover {
    color: #6a9f93; }
    .more:hover:after {
      background: #6a9f93; }
    .more:hover span {
      opacity: 1; }

.edm {
  padding: 45px 0;
  margin-bottom: 60px; }
  .edm h2 {
    font-size: 20px;
    font-family: 'Avenir Next', 'PingFang TC', 'Microsoft JhengHei';
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px; }

.input-wrap {
  width: 570px;
  height: 50px;
  font-size: 14px;
  margin: 0 auto; }
  .input-wrap input {
    float: left;
    width: 430px;
    height: 50px;
    line-height: 50px;
    color: #000;
    border: #e9e9e9 solid 1px;
    border-right: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    outline: none;
    padding: 0 20px; }
    .input-wrap input::-webkit-input-placeholder {
      color: #e1e1e1; }
    .input-wrap input::-moz-placeholder {
      color: #e1e1e1; }
    .input-wrap input:-ms-input-placeholder {
      color: #e1e1e1; }
    .input-wrap input:-moz-placeholder {
      color: #e1e1e1; }
  .input-wrap button {
    float: left;
    width: 140px;
    height: 50px;
    color: #fff;
    background: #6a9f93;
    font-family: inherit;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    letter-spacing: .5em;
    border: 0;
    cursor: pointer; }

.footer {
  width: 100%;
  height: 60px;
  background: #2b2b2b;
  color: #a5a5a5; }
  .footer.fixed {
    position: fixed;
    bottom: 0; }
  .footer .inner {
    display: flex;
    max-width: 1200px;
    height: 60px;
    font-size: 14px;
    padding: 0 40px;
    margin: 0 auto; }
    .footer .inner > div {
      flex: 1; }
      .footer .inner > div:last-child {
        text-align: right; }
      .footer .inner > div ul li {
        display: inline-block;
        line-height: 60px;
        margin-right: 36px; }
        .footer .inner > div ul li:last-child {
          margin-right: 0; }
        .footer .inner > div ul li a {
          transition: color 0.2s;
          -ms-transition: color 0.2s;
          -moz-transition: color 0.2s;
          -webkit-transition: color 0.2s; }
          .footer .inner > div ul li a:hover {
            color: #6a9f93; }
      .footer .inner > div:last-child ul > a > li {
        width: 21px;
        height: 20px;
        vertical-align: middle;
        transition: background 0.2s;
        -ms-transition: background 0.2s;
        -moz-transition: background 0.2s;
        -webkit-transition: background 0.2s;
        margin-right: 17px; }
        .footer .inner > div:last-child ul > a > li.fb {
          background: url(../images/btn-facebook-normal.png) no-repeat;
          background-size: contain;
          background-position: center; }
          .footer .inner > div:last-child ul > a > li.fb:hover {
            background-image: url(../images/btn-facebook-hover.png); }
        .footer .inner > div:last-child ul > a > li.ig {
          background: url(../images/btn-instagram-normal.png) no-repeat;
          background-size: contain;
          background-position: center; }
          .footer .inner > div:last-child ul > a > li.ig:hover {
            background-image: url(../images/btn-instagram-hover.png); }
        .footer .inner > div:last-child ul > a > li.line {
          background: url(../images/btn-line-normal.png) no-repeat;
          background-size: contain;
          background-position: center; }
          .footer .inner > div:last-child ul > a > li.line:hover {
            background-image: url(../images/btn-line-hover.png); }
    .footer .inner .footer-logo {
      text-align: center;
      line-height: 76px; }
      .footer .inner .footer-logo img {
        display: inline;
        width: 26px; }

.slide-fixed {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  min-width: 375px; }
  .slide-fixed.normal {
    top: 60px;
    height: calc(100vh - 60px); }
    @media (max-width: 991px) {
      .slide-fixed.normal {
        top: 50px;
        height: calc(100vh - 50px); } }

.parallax-box {
  position: relative;
  z-index: 3;
  background-color: white;
  margin-top: 100vh; }
  .parallax-box .one-col-img {
    margin: 0 auto; }
    .parallax-box .one-col-img figure {
      display: table; }
    .parallax-box .one-col-img figcaption {
      display: table-caption;
      caption-side: bottom;
      font-size: 14px; }
    .parallax-box .one-col-img .figure {
      display: table;
      margin: 0 auto; }
    .parallax-box .one-col-img a {
      color: #6a9f93; }
    @media (max-width: 991px) {
      .parallax-box .one-col-img {
        width: 100%; }
        .parallax-box .one-col-img figcaption {
          padding: 0 15px; } }
    .parallax-box .one-col-img img {
      display: block;
      max-width: 100%;
      height: auto; }
    .parallax-box .one-col-img br {
      display: none; }
    .parallax-box .one-col-img.full .figure {
      display: block; }
    .parallax-box .one-col-img.full img {
      width: 100%; }
    .parallax-box .one-col-img .ck-empty {
      display: none; }
  .parallax-box .two-col-img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto; }
    .parallax-box .two-col-img > div {
      flex: 0 0 49%; }
      .parallax-box .two-col-img > div p {
        padding: 0 15px; }
    .parallax-box .two-col-img a {
      color: #6a9f93; }
    .parallax-box .two-col-img img, .parallax-box .two-col-img p {
      margin-bottom: 0; }
    .parallax-box .two-col-img p {
      font-size: 14px;
      line-height: 1.5em; }
    .parallax-box .two-col-img br {
      display: none; }
    .parallax-box .two-col-img.full > div {
      flex: 0 0 50%; }
    .parallax-box .two-col-img.full img {
      width: 100%; }
    .parallax-box .two-col-img .ck-empty {
      display: none; }
  .parallax-box img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto; }

.doily {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #fff; }

.hide-section {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 100);
  transition: all, 0.5s;
  -ms-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -webkit-transition: all, 0.5s; }
  .hide-section.is-shown {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0); }
    .hide-section.is-shown.sTop {
      transition: none;
      -ms-transition: none;
      -moz-transition: none;
      -webkit-transition: none; }

.load-more {
  position: relative;
  display: block;
  width: 96px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  margin: 0 auto 120px auto; }
  .load-more svg {
    position: absolute;
    top: 0;
    left: 0; }
  .load-more rect {
    stroke-width: 4;
    stroke: #b7b7b7;
    fill: transparent;
    stroke-dasharray: 96 176;
    stroke-dashoffset: 0;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s; }
  .load-more:hover rect {
    stroke-width: 2;
    stroke-dasharray: 272; }

.top-wrap {
  display: none; }

.back-to-top {
  position: fixed;
  bottom: 80px;
  right: 40px;
  z-index: 98;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: url(../images/btn-scroll-upp-normal.png) no-repeat;
  background-size: contain;
  background-position: center;
  transition: all, 0.5s;
  -ms-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -webkit-transition: all, 0.5s; }
  .back-to-top:hover {
    background-image: url(../images/btn-scroll-up-hover.png); }

.avatar-wrap {
  width: 1040px;
  padding-bottom: 40px;
  margin: 65px auto 0 auto; }
  .avatar-wrap > div:not(.more-wrap) {
    display: inline-block;
    width: 160px;
    vertical-align: top;
    margin: 0 55px 80px 0; }
    @media (min-width: 1201px) {
      .avatar-wrap > div:not(.more-wrap):nth-child(5n) {
        margin-right: 0; } }
    @media (max-width: 1200px) and (min-width: 992px) {
      .avatar-wrap > div:not(.more-wrap):nth-child(4n) {
        margin-right: 0; } }
    @media (max-width: 991px) {
      .avatar-wrap > div:not(.more-wrap):nth-child(even) {
        margin-right: 0; } }
    .avatar-wrap > div:not(.more-wrap):hover .author {
      color: #6a9f93; }
    .avatar-wrap > div:not(.more-wrap) .pic {
      width: 160px;
      height: 160px;
      border-radius: 50%;
      overflow: hidden;
      margin-bottom: 36px; }
      .avatar-wrap > div:not(.more-wrap) .pic img {
        width: 100%;
        height: auto;
        border-radius: 50%; }
      @media (max-width: 991px) {
        .avatar-wrap > div:not(.more-wrap) .pic:hover img {
          transform: none;
          -webkit-transform: none; } }
    .avatar-wrap > div:not(.more-wrap) .author {
      font-size: 20px;
      text-align: center;
      transition: color, 0.5s;
      -ms-transition: color, 0.5s;
      -moz-transition: color, 0.5s;
      -webkit-transition: color, 0.5s; }
  .avatar-wrap .load-more {
    margin-bottom: 70px; }

.avatar-box {
  width: 850px;
  margin: 100px auto 20px auto; }
  .avatar-box .pic {
    display: inline-block;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 70px; }
    .avatar-box .pic img {
      width: 100%;
      height: auto; }
  .avatar-box .info {
    display: inline-block;
    width: 530px;
    vertical-align: middle; }
    .avatar-box .info h1 {
      display: inline-block;
      font-size: 24px;
      margin: 0 27px 30px 0; }
    .avatar-box .info p {
      font-size: 16px;
      line-height: 1.8em;
      letter-spacing: 0.05em; }
    .avatar-box .info .label {
      display: inline-block;
      width: 24px;
      height: 24px;
      vertical-align: sub;
      transition: all 0.5s;
      -ms-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      cursor: pointer;
      margin-right: 16px; }
      .avatar-box .info .label.fb {
        background: url(../images/Author-facebook-normal.png) no-repeat;
        background-size: 24px;
        background-position: center; }
        .avatar-box .info .label.fb:hover {
          background-image: url(../images/Author-facebook-hover.png); }
      .avatar-box .info .label.ig {
        background: url(../images/Author-instagram-normal.png) no-repeat;
        background-size: 24px;
        background-position: center; }
        .avatar-box .info .label.ig:hover {
          background-image: url(../images/Author-instagram-hover.png); }
      .avatar-box .info .label.medium {
        background: url(../images/Author-medium-normal.png) no-repeat;
        background-size: 24px;
        background-position: center; }
        .avatar-box .info .label.medium:hover {
          background-image: url(../images/Author-medium-hover.png); }
      .avatar-box .info .label.website {
        background: url(../images/Author-website-normal.png) no-repeat;
        background-size: 24px;
        background-position: center; }
        .avatar-box .info .label.website:hover {
          background-image: url(../images/Author-website-hover.png); }

.medium-content {
  width: 800px;
  font-size: 16px;
  text-align: justify;
  line-height: 2.3em;
  margin: 0 auto; }
  .medium-content h1 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px; }
  .medium-content h2 {
    font-weight: 600; }
  .medium-content a {
    color: #6a9f93;
    padding-bottom: 2px; }
  .medium-content.about {
    background: url(../images/bios_2.png) no-repeat;
    background-size: initial;
    background-position: center top 120px;
    padding-top: 300px;
    padding-bottom: 120px; }
  .medium-content.copyright {
    padding-top: 65px;
    padding-bottom: 110px; }
  .medium-content.not-found {
    min-height: calc(100vh - 120px);
    text-align: center;
    padding: 20vh 15px 50px; }
    .medium-content.not-found h1 {
      font-size: 64px;
      line-height: 1.2em;
      margin-bottom: 0.2em; }
    .medium-content.not-found h2 {
      font-size: 32px;
      margin-bottom: 0.8em; }
    .medium-content.not-found p {
      line-height: 1.5em; }
    .medium-content.not-found a {
      display: inline-block;
      background: #6a9f93;
      color: #fff;
      border-radius: 3px;
      letter-spacing: 0.05em;
      padding: 0.3em 1em;
      margin-top: 3.5em; }

.contact-wrap {
  text-align: center;
  margin-top: 110px; }
  .contact-wrap h2 {
    font-size: 20px;
    padding-bottom: 12px; }
  .contact-wrap .contact-box {
    display: flex;
    justify-content: space-between; }
    .contact-wrap .contact-box > div {
      width: 276px;
      font-size: 18px;
      line-height: 1.7em; }
      .contact-wrap .contact-box > div span {
        display: block;
        font-size: 16px;
        color: #989898;
        margin-bottom: 6px; }
      .contact-wrap .contact-box > div a {
        display: inline-block;
        color: #6a9f93;
        margin-top: 3px; }

.noresult {
  min-height: calc(100vh - 285px); }

.result {
  text-align: center; }
  .result > div {
    display: inline-block;
    color: #6a9f93;
    background: url(../images/btn-search-normal.png) no-repeat;
    background-size: 16px;
    background-position: center left;
    padding-left: 26px;
    margin-bottom: 40px; }
  .result.noresult > div {
    background: none; }

.editor > div {
  padding-top: 90px; }
  .editor > div:first-child {
    padding-top: 0; }
  .editor > div h2 {
    margin-bottom: 45px; }
  .editor > div .slide-article {
    margin-bottom: 8px; }

.cover {
  width: 100%;
  background: #fff;
  padding-top: 60px;
  margin-bottom: 14px; }
  .cover .cover-wrap {
    width: 900px;
    height: 600px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 auto; }
    .cover .cover-wrap img {
      display: none; }
  .cover .title-box {
    width: 600px;
    background: #fff;
    padding: 40px;
    margin: 0 auto; }
    .cover .title-box h1 {
      font-size: 32px;
      text-align: center;
      line-height: 1.6em;
      font-family: 'Avenir Next', 'PingFang TC', 'Microsoft JhengHei';
      font-weight: 600; }
  @media (min-width: 992px) and (orientation: landscape) {
    .cover.small {
      height: 90vh;
      min-height: 590px; }
      .cover.small .cover-wrap {
        width: 61.1%;
        height: calc(100% - 185px);
        max-width: 960px;
        max-height: 600px;
        background-image: none !important; }
        .cover.small .cover-wrap img {
          display: block;
          width: auto;
          height: auto;
          max-height: 100%;
          max-width: 100%;
          margin: 0 auto; } }
  .cover.full {
    position: relative;
    height: calc(100vh + 20px);
    padding-top: 0; }
    .cover.full .cover-wrap {
      width: 100%;
      height: calc(100vh - 60px);
      -webkit-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-attachment: fixed; }
    .cover.full .title-box {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%); }

.flex-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.post-detail {
  text-align: center;
  font-size: 14px; }
  .post-detail > div {
    margin-bottom: 21px; }
    .post-detail > div span {
      display: block;
      color: #666;
      font-size: 12px;
      margin-bottom: 4px; }
  .post-detail.small > div {
    font-size: 16px;
    padding: 0 60px 35px 60px; }
    .post-detail.small > div span {
      font-size: 14px; }
  .post-detail.large {
    width: 700px;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto 70px auto; }
    .post-detail.large > div {
      flex: 0 0 50%; }
      .post-detail.large > div > div {
        line-height: 1.6em;
        padding: 0 80px;
        margin-bottom: 21px; }
        .post-detail.large > div > div span {
          margin-bottom: 0; }

.media {
  text-align: center;
  margin-bottom: 55px; }
  .media a {
    display: inline-block;
    width: 32px;
    height: 32px;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin: 0 3px; }
    .media a:first-child {
      background: url(../images/btn-share-facebook-normal.png) no-repeat;
      background-size: contain;
      background-position: center; }
      .media a:first-child:hover {
        background-image: url(../images/btn-share-facebook-hover.png); }
    .media a:nth-child(2) {
      background: url(../images/btn-share-line-normal.png) no-repeat;
      background-size: contain;
      background-position: center; }
      .media a:nth-child(2):hover {
        background-image: url(../images/btn-share-line-hover.png); }
    .media a:nth-child(3) {
      background: url(../images/btn-share-twitter-normal.png) no-repeat;
      background-size: contain;
      background-position: center; }
      .media a:nth-child(3):hover {
        background-image: url(../images/btn-share-twitter-hover.png); }
    .media a:nth-child(4) {
      background: url(../images/btn-share-plurk-normal.png) no-repeat;
      background-size: contain;
      background-position: center; }
      .media a:nth-child(4):hover {
        background-image: url(../images/btn-share-plurk-hover.png); }
    .media a:nth-child(5) {
      background: url(../images/btn-share-email-normal.png) no-repeat;
      background-size: contain;
      background-position: center; }
      .media a:nth-child(5):hover {
        background-image: url(../images/btn-share-email-hover.png); }

.content {
  position: relative;
  margin: 0 auto 75px auto;
  font-size: 16px;
  line-height: 2.3em; }
  @media (min-width: 1201px) {
    .content {
      width: 1000px; }
      .content h2, .content h3, .content h4, .content p, .content ol, .content ul, .content blockquote {
        width: 700px;
        margin-left: auto;
        margin-right: auto; } }
  @media (max-width: 1200px) and (min-width: 992px) {
    .content {
      width: 700px; } }
  @media (max-width: 991px) {
    .content {
      min-width: 375px; }
      .content h2, .content h3, .content h4, .content p, .content ol, .content ul, .content blockquote {
        padding: 0 27px; }
      .content iframe:not(.instagram-media) {
        max-width: 100%;
        height: 240px; }
      .content table {
        max-width: 375px; }
      .content .one-col-img + *:not(div), .content .two-col-img + *:not(div) {
        margin-top: 2.1em; } }
  .content a {
    color: #6a9f93;
    word-break: break-word;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s; }
  .content .indent1 {
    padding-left: 40px; }
  .content .indent2 {
    padding-left: 80px; }
  .content h2 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 1rem; }
  .content h3 {
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: 1rem; }
  .content h4 {
    font-size: 1.125em;
    font-weight: bold;
    margin-bottom: 1rem; }
  .content p {
    margin-bottom: 2em; }
  .content ul, .content ol {
    padding-left: 1.5em;
    margin-bottom: 1rem; }
  .content ul li {
    list-style-type: disc;
    list-style-position: outside; }
  .content ol li {
    list-style-type: decimal;
    list-style-position: outside; }
  .content blockquote {
    position: relative;
    color: #6a9f93;
    padding: 1.5em 0 0 5em;
    margin-bottom: 1rem; }
    .content blockquote:before {
      content: '\275D';
      position: absolute;
      top: 45px;
      left: 10px;
      font-size: 6em; }
    .content blockquote * {
      max-width: 100%; }
  .content iframe {
    display: block;
    margin: 0 auto 1rem auto; }
  .content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 1rem; }
  .content .two-col-img {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 3rem; }
    @media (min-width: 1201px) {
      .content .two-col-img {
        width: calc(100% + 20px);
        margin-left: -10px; } }
    @media (max-width: 1200px) and (min-width: 992px) {
      .content .two-col-img {
        -webkit-justify-content: space-between;
        justify-content: space-between; } }
    @media (max-width: 991px) {
      .content .two-col-img {
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin-bottom: 2.4%; }
        .content .two-col-img > div {
          width: 48.8%; } }
    .content .two-col-img img, .content .two-col-img p {
      margin: 0 10px; }
      @media (min-width: 1201px) {
        .content .two-col-img img, .content .two-col-img p {
          max-width: 490px; } }
      @media (max-width: 1200px) and (min-width: 992px) {
        .content .two-col-img img, .content .two-col-img p {
          max-width: 343px;
          margin: 0; } }
      @media (max-width: 991px) {
        .content .two-col-img img, .content .two-col-img p {
          display: block !important;
          width: 100%;
          padding: 0;
          margin: 0; } }
    .content .two-col-img p {
      font-size: 14px;
      line-height: 1.5em; }
      @media (max-width: 991px) {
        .content .two-col-img p {
          padding: 0 0.5em; }
          .content .two-col-img p img {
            margin: 0 0 0 -0.5em; } }
    .content .two-col-img br {
      display: none; }
  .content .one-col-img {
    margin-bottom: 3rem; }
    @media (max-width: 991px) {
      .content .one-col-img {
        margin-bottom: 2.4%; } }
    .content .one-col-img figure {
      display: table; }
    .content .one-col-img figcaption {
      display: table-caption;
      caption-side: bottom; }
      @media (max-width: 991px) {
        .content .one-col-img figcaption {
          padding: 0.2em 0.5em 0; } }
    .content .one-col-img img {
      margin-bottom: 0; }
      @media (max-width: 991px) {
        .content .one-col-img img {
          display: block !important; } }
    .content .one-col-img p {
      width: 100%;
      font-size: 14px;
      line-height: 1.5em;
      padding: 0;
      margin-bottom: 0; }
    .content .one-col-img br {
      display: none; }
  .content table {
    max-width: 1000px;
    border: none;
    margin-bottom: 1rem; }
    .content table p {
      width: 100%; }
      @media (max-width: 991px) {
        .content table p {
          padding: 0; } }
    .content table td {
      padding: 0; }
      .content table td img {
        display: block;
        max-width: 100%; }
  .content table.article-text-img2 {
    max-width: 1000px;
    border: none; }
    @media (max-width: 1200px) and (min-width: 992px) {
      .content table.article-text-img2 {
        max-width: 700px; } }
    @media (max-width: 991px) {
      .content table.article-text-img2 {
        max-width: 375px; } }
    .content table.article-text-img2 td {
      width: 49%;
      border: none;
      padding: 0; }
      .content table.article-text-img2 td.space {
        width: 2%;
        min-width: initial; }
      .content table.article-text-img2 td p {
        width: auto; }
        @media (max-width: 991px) {
          .content table.article-text-img2 td p {
            padding: 0; } }
    .content table.article-text-img2 img {
      max-width: 490px;
      margin-bottom: 0; }
      @media (max-width: 1200px) and (min-width: 992px) {
        .content table.article-text-img2 img {
          max-width: 100%; } }
      @media (max-width: 991px) {
        .content table.article-text-img2 img {
          max-width: 100%; } }
  .content .media {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2; }
    .content .media a {
      display: block;
      margin: 0 0 10px 0; }
      .content .media a:first-child:hover {
        background: url(../images/btn-share-facebook-hover.png) no-repeat;
        background-size: contain;
        background-position: center; }
      .content .media a:nth-child(2):hover {
        background: url(../images/btn-share-line-hover.png) no-repeat;
        background-size: contain;
        background-position: center; }
      .content .media a:nth-child(3):hover {
        background: url(../images/btn-share-twitter-hover.png) no-repeat;
        background-size: contain;
        background-position: center; }
      .content .media a:nth-child(4):hover {
        background: url(../images/btn-share-plurk-hover.png) no-repeat;
        background-size: contain;
        background-position: center; }
      .content .media a:nth-child(5):hover {
        background: url(../images/btn-share-email-hover.png) no-repeat;
        background-size: contain;
        background-position: center; }

.article-breadcrumb {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #777;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  background-image: url(../images/img-bios-logo-color.png);
  background-position: center left 5.6%;
  background-repeat: no-repeat;
  background-size: 25px;
  border-bottom: #efefef solid 2px;
  z-index: 100; }
  .article-breadcrumb .logo {
    display: block;
    position: absolute;
    top: 17px;
    left: 5.6%;
    width: 25px;
    height: 25px; }
  .article-breadcrumb li {
    display: inline-block; }
    .article-breadcrumb li:after {
      content: '>';
      margin: 0 2px 0 6px; }
    .article-breadcrumb li:last-child:after {
      content: '';
      margin: 0; }
    .article-breadcrumb li a {
      transition: all 0.3s;
      -ms-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s; }
      .article-breadcrumb li a:hover {
        color: #6a9f93; }

.tag {
  width: 700px;
  color: #6a9f93;
  text-align: center;
  margin: 0 auto 45px auto; }

.tag2 {
  width: 700px;
  color: #000;
  font-size: 16px;
  text-align: center;
  margin: 0 auto 57px; }
  .tag2 > div {
    margin-bottom: 15px; }
  .tag2 a {
    line-height: 1.6em;
    color: #6a9f93; }
    .tag2 a:after {
      content: '\3001';
      display: inline-block; }
    .tag2 a:last-child:after {
      display: none; }

.img-wall {
  position: relative;
  max-width: 1440px;
  height: 800px;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto; }
  .img-wall::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); }
  .img-wall .text-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    max-width: 80%;
    color: #fff;
    text-align: center; }
    .img-wall .text-wrap .title {
      font-size: 32px; }
    .img-wall .text-wrap p {
      font-size: 16px;
      margin-top: 15px; }

.edm-btn-wrap {
  display: none;
  position: fixed;
  z-index: 3;
  right: 45px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }
  .edm-btn-wrap .edm-btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../images/edm.png) no-repeat;
    background-size: auto;
    background-position: center;
    background-color: #6a9f93;
    border-radius: 50%;
    vertical-align: middle;
    cursor: pointer;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s; }
    .edm-btn-wrap .edm-btn input {
      top: 0;
      right: 0;
      width: 60px;
      height: 60px;
      background-color: #6a9f93;
      border-radius: 50%;
      border: none;
      color: #fff;
      padding: 0;
      letter-spacing: 0.3em;
      cursor: pointer;
      appearance: none;
      -webkit-appearance: none;
      padding-left: 0.3em; }
  .edm-btn-wrap .text {
    display: inline-block;
    font-size: 14px;
    color: #3f3f3f;
    letter-spacing: 0.1em;
    opacity: 0;
    transform: matrix(1, 0, 0, 1, -20, 0);
    -webkit-transform: matrix(1, 0, 0, 1, -20, 0);
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    pointer-events: none;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 5px;
    padding: 0 5px;
    margin-right: 3px; }
  .edm-btn-wrap input {
    display: none;
    position: absolute;
    top: 6px;
    right: 22px;
    z-index: 1;
    width: 290px;
    height: 50px;
    line-height: 50px;
    border: #d5d5d5 solid 1px;
    border-radius: 3px;
    font-size: 14px;
    outline: none;
    padding: 0 20px; }
  .edm-btn-wrap.hover .edm-btn {
    width: 60px;
    height: 60px; }
  .edm-btn-wrap.hover .text {
    display: inline-block;
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0); }
  .edm-btn-wrap.click .edm-btn {
    position: relative;
    z-index: 2;
    width: 60px;
    height: 60px; }
  .edm-btn-wrap.click .text {
    opacity: 0; }
  .edm-btn-wrap.click input {
    display: block; }

.banner-wrap {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden; }
  .banner-wrap .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #fff;
    font-size: 32px; }
  .banner-wrap img {
    width: 100%;
    height: auto; }

.img-bg {
  position: relative; }
  .img-bg img.back-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .img-bg img.back-img {
        height: auto; } }
  .img-bg .container {
    background: transparent; }

@media (max-width: 1200px) and (min-width: 992px) {
  .container {
    width: 100%;
    max-width: 1200px; }

  .header-i .nav {
    padding-left: 120px;
    padding-top: 60px;
    padding-bottom: 30px;
    margin-left: 0; }
    .header-i .nav li {
      font-size: 14px;
      margin: 0 auto 21px auto; }
      .header-i .nav li > ul {
        margin-bottom: 25px; }
        .header-i .nav li > ul li {
          text-align: left; }
    .header-i .nav > span {
      margin: 0 0 42px 0; }
    .header-i .nav > div {
      margin-top: 60px; }
      .header-i .nav > div ul li {
        margin: 0 8px; }
      .header-i .nav > div ul a:first-child li {
        margin-left: 0; }
      .header-i .nav > div ul:nth-child(2) li {
        margin: 0 13px; }
        .header-i .nav > div ul:nth-child(2) li:first-child {
          margin-left: 0; }
        .header-i .nav > div ul:nth-child(2) li:last-child {
          float: right;
          margin-right: 78px; }
  .header-i.down {
    height: 60px; }
    .header-i.down .logo {
      top: 18px;
      width: 155px;
      height: 28px;
      background: url(../images/logo.png) no-repeat;
      background-size: contain;
      background-position: center; }

  .header .nav {
    text-align: left;
    padding: 60px 0 30px 120px; }
    .header .nav > span {
      width: 28px;
      height: 28px;
      margin: 0 0 42px 0; }
    .header .nav li {
      text-align: left;
      margin-bottom: 15px; }
      .header .nav li > ul {
        padding-left: 1.5em;
        margin-bottom: 26px; }
        .header .nav li > ul li {
          margin-bottom: 5px; }
    .header .nav > div {
      margin-top: 58px; }
      .header .nav > div ul a:first-child li {
        margin-left: 0; }
      .header .nav > div ul:nth-child(2) li {
        margin: 0 13px; }
        .header .nav > div ul:nth-child(2) li:first-child {
          margin-left: 0; }
        .header .nav > div ul:nth-child(2) li:last-child {
          float: right;
          margin-right: 78px; }

  .article-list-wrap .single-col > div {
    width: 875px; }
  .article-list-wrap .single-col .pic {
    width: 65%;
    height: 360px; }
  .article-list-wrap .single-col .text-wrap {
    width: 34%; }
    .article-list-wrap .single-col .text-wrap p {
      width: 100%; }
  .article-list-wrap .two-col > div {
    margin-right: 15px; }
  .article-list-wrap.card-page .single-col > div {
    width: 100%; }
    .article-list-wrap.card-page .single-col > div .pic {
      width: 60%;
      height: 420px; }
    .article-list-wrap.card-page .single-col > div .text-wrap {
      width: 39%;
      padding: 55px 38px 0 38px; }
      .article-list-wrap.card-page .single-col > div .text-wrap p {
        margin-bottom: 55px; }

  .more-wrap {
    width: 100%; }

  .footer .inner {
    width: 992px;
    max-width: 100%; }

  .avatar-wrap {
    width: 825px; }

  .avatar-box {
    width: 730px;
    margin-bottom: 30px; }
    .avatar-box .info {
      width: 410px; }

  .content .media {
    right: -52px; } }
.card {
  width: 100%;
  padding: 95px 0; }
  .card .card-content {
    position: relative;
    z-index: 2;
    font-size: 18px;
    line-height: 2em;
    margin: 0 auto; }
    .card .card-content::before {
      position: absolute;
      top: 0;
      left: -75px;
      content: '';
      display: inline-block;
      width: 45px;
      height: 35px; }
    .card .card-content .name {
      font-size: 16px;
      text-align: right;
      margin-top: 40px; }
    .card .card-content a {
      color: #6a9f93; }
    @media (min-width: 1201px) {
      .card .card-content {
        width: 660px; } }
    @media (max-width: 1200px) and (min-width: 992px) {
      .card .card-content {
        width: 660px; } }
    @media (max-width: 991px) {
      .card .card-content {
        width: 320px; } }
  .card.img-bg {
    position: relative; }
    .card.img-bg::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .card.img-bg img {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .card.img-bg img {
          height: auto; } }
  .card.light {
    color: #616161;
    background: #fff; }
    .card.light .card-content::before {
      background: url(../images/quot.png) no-repeat;
      background-size: contain;
      background-position: center; }
    .card.light.img-bg::after {
      background: rgba(255, 255, 255, 0.7); }
  .card.dark {
    color: #fff;
    background: #000; }
    .card.dark .card-content::before {
      background: url(../images/quot-light.png) no-repeat;
      background-size: contain;
      background-position: center; }
    .card.dark.img-bg::after {
      background: rgba(0, 0, 0, 0.7); }

.blog-box {
  position: relative;
  max-width: 700px;
  color: #fff;
  background: #212121;
  border-radius: 8px;
  padding: 72px 7.8% 62px 6%;
  margin: 0 auto 60px; }
  .blog-box a {
    color: #fff; }
  .blog-box .img-wrapper {
    display: inline-block;
    width: 39%;
    vertical-align: top; }
    .blog-box .img-wrapper img {
      display: block;
      margin-bottom: 0; }
    .blog-box .img-wrapper + .text-wrapper {
      display: inline-block;
      width: 60%;
      vertical-align: top;
      padding-top: 10px;
      padding-left: 25px; }
      .blog-box .img-wrapper + .text-wrapper .title {
        max-height: 3.6em; }
      .blog-box .img-wrapper + .text-wrapper .text {
        max-height: 4.8em; }
  .blog-box .text-wrapper {
    width: 100%;
    padding-left: 15px; }
  .blog-box .title {
    max-height: 1.8em;
    line-height: 1.8em;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    margin-bottom: 4px; }
  .blog-box .text {
    max-height: 3.2em;
    line-height: 1.6em;
    font-size: 14px;
    text-align: justify;
    overflow: hidden; }
  .blog-box .label {
    position: absolute;
    top: 20px;
    left: -10px;
    font-size: 14px;
    line-height: 1.5em;
    color: #fff;
    background: #6a9f93;
    border-radius: 4px;
    padding: 5px 18px; }

@media (max-width: 1200px) {
  .header-i .logo {
    top: 30px;
    left: 50%;
    z-index: 4;
    width: 120px;
    height: 24px;
    background: url(../images/logo-white-m.png) no-repeat;
    background-size: contain;
    background-position: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%); }
  .header-i .nav {
    display: none;
    width: 100%;
    top: 0;
    right: initial;
    background: #6a9f93;
    text-align: left; }
    .header-i .nav li {
      position: relative;
      float: none;
      text-shadow: none; }
      .header-i .nav li .arrow {
        position: absolute;
        top: 8px;
        margin-left: 30px; }
      .header-i .nav li:hover {
        color: inherit; }
        .header-i .nav li:hover .arrow {
          border-color: inherit; }
      .header-i .nav li > ul {
        padding: 16px 0 0 0; }
        .header-i .nav li > ul li {
          padding: 5px 15px; }
    .header-i .nav > div ul li {
      display: inline-block;
      font-size: 12px;
      line-height: 3em; }
      .header-i .nav > div ul li.fb {
        background: url(../images/btn-facebook-white.png) no-repeat;
        background-size: contain;
        background-position: center; }
      .header-i .nav > div ul li.ig {
        background: url(../images/btn-instagram-white.png) no-repeat;
        background-size: contain;
        background-position: center; }
      .header-i .nav > div ul li.line {
        background: url(../images/btn-line-white.png) no-repeat;
        background-size: contain;
        background-position: center; }
    .header-i .nav > div ul:first-child li {
      width: 21px;
      height: 20px;
      margin-bottom: 30px; }
    .header-i .nav > span {
      width: 30px;
      height: 30px;
      background: url(../images/img-bios-logo.png) no-repeat;
      background-size: contain;
      background-position: center; }
  .header-i.down {
    z-index: 99;
    background: #fff; }
    .header-i.down .menu-btn {
      top: 3px; }
      .header-i.down .menu-btn span {
        background: #b7b7b7; }
      .header-i.down .menu-btn.expand span {
        background: #fff; }
  .header-i .menu-btn {
    top: 20px; }

  .menu-btn {
    position: absolute;
    top: 8px;
    left: 19px;
    z-index: 7;
    padding: 11px 12px; }
    .menu-btn span {
      display: block;
      width: 18px;
      height: 1px;
      background: #fff;
      transition: all 0.5s;
      -ms-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      margin: 7px 0; }
    .menu-btn.expand span:first-child {
      transform: translateY(4px) rotate(45deg); }
    .menu-btn.expand span:last-child {
      transform: translateY(-4px) rotate(-45deg); }

  .header-wrap .menu-btn span {
    background: #b7b7b7; }
  .header-wrap .menu-btn.expand span {
    background: #fff; }

  .header {
    border-bottom: none; }
    .header .logo {
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%); }
    .header .nav {
      display: none;
      width: 100%;
      height: auto;
      max-height: 100vh;
      color: #fff;
      background: #6a9f93;
      overflow-y: scroll; }
      .header .nav li {
        position: relative;
        float: initial;
        display: block;
        line-height: 1.8em;
        border-left: 0;
        border-right: 0; }
        .header .nav li > ul {
          display: none;
          padding-top: 16px; }
        .header .nav li .arrow {
          position: absolute;
          top: 8px;
          border-color: #fff;
          margin-left: 30px; }
        .header .nav li.onlypc {
          display: none; }
      .header .nav > span {
        background: url(../images/img-bios-logo.png) no-repeat;
        background-size: contain;
        background-position: center; }
      .header .nav > div ul li {
        display: inline-block;
        min-width: initial;
        font-size: 12px;
        margin: 0 8px; }
      .header .nav > div ul:first-child li {
        width: 21px;
        height: 20px;
        margin-bottom: 35px; }
        .header .nav > div ul:first-child li.fb {
          background: url(../images/btn-facebook-white.png) no-repeat;
          background-size: contain;
          background-position: center; }
        .header .nav > div ul:first-child li.ig {
          background: url(../images/btn-instagram-white.png) no-repeat;
          background-size: contain;
          background-position: center; }
        .header .nav > div ul:first-child li.line {
          background: url(../images/btn-line-white.png) no-repeat;
          background-size: contain;
          background-position: center; }

  .search-btn {
    float: right; }
    .header-i .search-btn {
      margin-top: 20px; }
    .header-i.down .search-btn {
      margin-top: 0; }

  .medium-content {
    width: 600px; }

  .noresult {
    min-height: 80vh; } }
@media (max-width: 991px) {
  .container {
    width: 100%;
    min-width: 375px; }
    .container.card-page {
      padding-bottom: 0; }

  .header-i .nav {
    text-align: center;
    padding-top: 30px; }
    .header-i .nav li {
      font-size: 18px;
      text-align: center;
      margin: 0 auto 23px auto; }
      .header-i .nav li > ul {
        margin-bottom: 36px; }
    .header-i .nav > div {
      margin-top: 48px; }
      .header-i .nav > div ul li {
        margin: 0 12px; }
      .header-i .nav > div ul:last-child li:last-child {
        display: block;
        padding-bottom: 10px; }
    .header-i .nav > span {
      margin: 0 auto 55px auto; }
  .header-i.down {
    height: 50px; }
    .header-i.down .logo {
      top: 13px;
      width: 120px;
      height: 24px;
      background: url(../images/logo-m.png) no-repeat;
      background-size: contain;
      background-position: center; }

  .header-wrap {
    min-width: 375px;
    height: 50px; }

  .header {
    height: 50px; }
    .header .logo {
      top: 13px;
      width: 120px;
      height: 24px;
      background: url(../images/logo-m.png) no-repeat;
      background-size: contain;
      background-position: center; }
    .header .nav {
      padding-top: 30px; }
      .header .nav li {
        font-size: 18px;
        margin: 0 auto 23px auto; }
        .header .nav li > ul {
          margin-bottom: 36px; }
          .header .nav li > ul li {
            line-height: 1.6em;
            padding: 5px 15px;
            margin-bottom: 0; }
      .header .nav > span {
        width: 30px;
        height: 30px;
        margin: 0 auto 55px auto; }
      .header .nav > div {
        text-align: center;
        margin-top: 45px; }
        .header .nav > div ul:last-child li:last-child {
          display: block;
          padding-bottom: 15px;
          margin-top: 16px; }

  .menu-btn {
    top: 3px; }

  .search-btn {
    height: 50px; }

  .parallax-box {
    width: 100%;
    min-width: 375px; }
    .parallax-box .two-col-img {
      display: block; }

  .article-list-wrap {
    width: 100%;
    min-width: 375px;
    padding-top: 65px; }
    .article-list-wrap .three-col {
      min-width: 375px;
      padding: 0 27px 20px 27px; }
      .article-list-wrap .three-col > div {
        width: 100%;
        height: auto;
        margin: 0 auto 40px auto; }
        .article-list-wrap .three-col > div:not([class]) {
          display: block;
          width: 320px; }
        .article-list-wrap .three-col > div .flickity-slider > div {
          width: 320px;
          margin-right: 15px; }
      .article-list-wrap .three-col.flickity-enabled {
        width: 100%;
        padding: 0 0 80px 0; }
      .article-list-wrap .three-col .date {
        padding: 0 10px; }
    .article-list-wrap .single-col {
      width: 375px;
      margin: 0 auto; }
      .article-list-wrap .single-col > div {
        width: 100%;
        min-width: 375px;
        margin-bottom: 35px; }
        .article-list-wrap .single-col > div .pic {
          width: 100%;
          height: 227px;
          margin-bottom: 20px; }
      .article-list-wrap .single-col .text-wrap {
        width: 100%;
        padding: 0 33px; }
        .article-list-wrap .single-col .text-wrap h5 {
          margin-bottom: 24px; }
        .article-list-wrap .single-col .text-wrap h3, .article-list-wrap .single-col .text-wrap .title {
          height: 4.02em;
          line-height: 1.34em;
          margin-bottom: 20px; }
        .article-list-wrap .single-col .text-wrap p {
          width: 100%;
          height: 5.25em;
          line-height: 1.75em;
          margin-bottom: 38px; }
    .article-list-wrap .two-col {
      width: 375px;
      margin: 0 auto; }
      .article-list-wrap .two-col > div {
        width: 100%;
        margin-right: 0; }
        .article-list-wrap .two-col > div .pic {
          width: 100%;
          height: 250px; }
      .article-list-wrap .two-col .text-wrap {
        width: 100%;
        padding: 0 33px; }
        .article-list-wrap .two-col .text-wrap p {
          height: 5.4em;
          font-size: 14px;
          overflow: hidden; }
    .article-list-wrap.card-page .single-col > div {
      flex-wrap: wrap; }
      .article-list-wrap.card-page .single-col > div .text-wrap {
        width: 100%; }
      .article-list-wrap.card-page .single-col > div:nth-child(even) .pic {
        order: 1; }
      .article-list-wrap.card-page .single-col > div:nth-child(even) .text-wrap {
        order: 2; }

  .slide-article .carousel-cell {
    margin-right: 15px; }

  .more-wrap {
    width: 100%;
    min-width: 375px; }

  .more {
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%); }

  .edm {
    margin-bottom: 0; }
    .edm h2 {
      margin-bottom: 25px; }

  .input-wrap {
    width: 320px;
    height: auto; }
    .input-wrap input {
      width: 100%;
      text-align: center;
      border: #e9e9e9 solid 1px;
      border-radius: 3px;
      margin-bottom: 25px; }
    .input-wrap button {
      display: block;
      float: none;
      width: 102px;
      height: 40px;
      line-height: 40px;
      border-radius: 3px;
      margin: 0 auto; }

  .footer {
    display: none;
    min-width: 375px;
    height: auto;
    padding: 40px 0 30px 0; }
    .footer .inner {
      height: auto;
      flex-wrap: wrap;
      width: 100%; }
      .footer .inner > div {
        flex: 0 0 100%;
        text-align: center; }
        .footer .inner > div:first-child {
          order: 3; }
          .footer .inner > div:first-child ul li {
            margin-right: 16px; }
        .footer .inner > div:last-child {
          order: 2;
          text-align: center; }
          .footer .inner > div:last-child > ul > a > li {
            margin: 0 38px 15px 0; }
          .footer .inner > div:last-child > ul > a:nth-child(3) li {
            margin-right: 0; }
          .footer .inner > div:last-child > ul > li:last-child {
            display: none; }
        .footer .inner > div.onlym {
          order: 4;
          font-size: 12px;
          margin-top: -10px; }
      .footer .inner .footer-logo {
        order: 1;
        height: 33px;
        line-height: 33px;
        background-size: contain;
        margin-bottom: 58px; }
        .footer .inner .footer-logo img {
          width: 33px;
          height: auto; }

  .back-to-top {
    bottom: 30px;
    right: 17px; }

  .search-wrap {
    padding-top: 135px; }

  .search-box {
    width: 320px;
    margin-bottom: 50px; }
    .search-box input[type="text"] {
      width: 240px; }

  .search-words {
    width: 320px; }
    .search-words a {
      display: inline;
      white-space: pre;
      margin: 0 20px 30px 15px; }
      .search-words a:first-of-type {
        margin-left: -10px; }
      .search-words a:nth-of-type(2n):after {
        content: '\A';
        display: block;
        line-height: 1.8em; }

  .avatar-wrap {
    width: 340px;
    padding: 0 27px 96px 27px; }
    .avatar-wrap > div:not(.more-wrap) {
      width: 122px;
      margin: 0 36px 40px 0; }
      .avatar-wrap > div:not(.more-wrap) .pic {
        width: 122px;
        height: 122px; }
    .avatar-wrap .more-wrap {
      width: 285px;
      min-width: initial;
      margin-top: 25px; }
    .avatar-wrap .load-more {
      margin: 42px auto 15px auto; }

  .avatar-box {
    width: 375px;
    padding: 0 25px;
    margin: 40px auto 55px auto; }
    .avatar-box .pic {
      display: block;
      margin: 0 auto 40px auto; }
    .avatar-box .info {
      display: block;
      width: 100%;
      text-align: center; }
      .avatar-box .info h1 {
        display: block;
        text-align: center;
        margin: 0 0 35px 0; }
      .avatar-box .info .label {
        margin-bottom: 20px; }
      .avatar-box .info p {
        text-align: left; }

  .medium-content {
    width: 375px;
    padding-left: 27px;
    padding-right: 27px;
    margin: 0 auto; }
    .medium-content.about {
      background-position: center top 40px;
      padding-top: 215px; }
    .medium-content.not-found h1 {
      font-size: 48px; }
    .medium-content.not-found h2 {
      font-size: 22px; }

  .contact-wrap {
    margin-top: 70px; }
    .contact-wrap .divider {
      margin-bottom: 35px; }
    .contact-wrap .contact-box {
      flex-wrap: wrap;
      justify-content: center; }
      .contact-wrap .contact-box > div:first-child {
        margin-bottom: 60px; }

  .editor > div {
    padding-bottom: 80px; }
    .editor > div .slide-article .carousel-cell .text-wrap {
      margin-bottom: 40px; }

  .cover {
    padding-top: 40px; }
    .cover .cover-wrap {
      width: 320px;
      height: auto;
      background-size: 100%;
      margin: 0 auto 20px auto; }
      .cover .cover-wrap img {
        display: block;
        max-width: 100%;
        visibility: hidden; }
    .cover .title-box {
      width: 100%;
      padding: 40px 27px; }
      .cover .title-box h1 {
        font-size: 28px; }
    .cover.full {
      min-width: 375px;
      height: auto;
      min-height: auto;
      margin-bottom: 25px; }
      .cover.full .cover-wrap {
        height: auto;
        background-attachment: initial;
        margin: 0; }
      .cover.full .title-box {
        position: static;
        transform: initial;
        -webkit-transform: initial; }

  .post-detail.small {
    margin-bottom: 10px; }
    .post-detail.small > div {
      padding: 0 20px 35px 20px; }
  .post-detail.large {
    width: 375px;
    margin-bottom: 40px;
    margin-top: 40px; }
    .post-detail.large > div {
      flex: 100%; }

  .media a {
    display: inline-block;
    margin: 0 3px; }

  .content .media {
    position: static;
    margin-bottom: 25px; }
    .content .media a {
      display: inline-block;
      margin: 0 3px; }
      .content .media a.fb {
        background: url(../images/btn-share-facebook-normal.png) no-repeat;
        background-size: contain;
        background-position: center; }
      .content .media a.line {
        background: url(../images/btn-share-line-normal.png) no-repeat;
        background-size: contain;
        background-position: center; }
      .content .media a.twitter {
        background: url(../images/btn-share-twitter-normal.png) no-repeat;
        background-size: contain;
        background-position: center; }
      .content .media a.plurk {
        background: url(../images/btn-share-plurk-normal.png) no-repeat;
        background-size: contain;
        background-position: center; }
      .content .media a.email {
        background: url(../images/btn-share-email-normal.png) no-repeat;
        background-size: contain;
        background-position: center; }
  .content ul, .content ol {
    padding-left: 2.5em; }

  .tag, .tag2 {
    width: 375px;
    padding: 0 21px; }

  .card {
    padding: 35px 0 40px 0; }
    .card .card-content::before {
      position: static;
      display: block;
      margin: 0 auto 33px auto; }
    .card .card-content .name {
      margin-top: 25px; }

  .article-list-wrap.card-page .single-col > div a {
    display: initial; }
  .article-list-wrap.card-page .single-col > div .pic {
    width: 100%;
    height: 227px; }
  .article-list-wrap.card-page .single-col > div .text-wrap {
    display: block;
    padding: 3px 30px 60px 30px; }
    .article-list-wrap.card-page .single-col > div .text-wrap p {
      margin-bottom: 40px; } }
@media (max-width: 991px) and (orientation: landscape) {
  .article-list-wrap.card-page .single-col {
    width: 100%; }
    .article-list-wrap.card-page .single-col > div {
      flex-wrap: nowrap; }
      .article-list-wrap.card-page .single-col > div .pic {
        width: 60%;
        height: 380px;
        margin-bottom: 0; }
      .article-list-wrap.card-page .single-col > div .text-wrap {
        width: 39.5%;
        padding-top: 40px;
        padding-bottom: 40px; }
        .article-list-wrap.card-page .single-col > div .text-wrap p {
          margin-bottom: 0; }
      .article-list-wrap.card-page .single-col > div:nth-child(even) .pic {
        order: 2; }
      .article-list-wrap.card-page .single-col > div:nth-child(even) .text-wrap {
        order: 1; } }

@media (max-width: 991px) {
  .container.card-page .article-list-wrap .three-col {
    padding-bottom: 18px; }

  .img-wall {
    height: 668px;
    background-attachment: initial; }
    .img-wall .text-wrap {
      width: 300px; }

  .edm-btn-wrap {
    right: 20px; }

  .banner-wrap {
    display: none; }

  .blog-box {
    width: calc(100% - 55px);
    max-width: none;
    padding: 17px 20px 40px;
    margin-bottom: 43px; }
    .blog-box .label {
      position: relative;
      top: -30px;
      left: 50%;
      display: inline-block;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%); }
    .blog-box .img-wrapper {
      display: block;
      width: 100%;
      padding: 0 20px;
      margin-bottom: 30px; }
      .blog-box .img-wrapper + .text-wrapper {
        width: 100%;
        padding: 0; }
        .blog-box .img-wrapper + .text-wrapper .title {
          margin-bottom: 6px; }
        .blog-box .img-wrapper + .text-wrapper .text {
          max-height: 6.8em; }
    .blog-box .text-wrapper {
      padding-left: 0; }
    .blog-box .title {
      max-height: 3.6em;
      margin-bottom: 16px; }
    .blog-box .text {
      max-height: 6.8em;
      line-height: 1.7em; }

  .index-post > div:not([class]):nth-child(4), .index-post > div:not([class]):nth-child(5), .index-post > div:not([class]):nth-child(6) {
    display: none; } }

/*# sourceMappingURL=style.css.map */
