.blog-tab {
  display: flex;
  justify-content: center;
  margin-bottom: 5%;
}
@media (max-width: 576px) {
  .blog-tab {
    flex-direction: column;
  }
}
.blog-tab .blog-tab-list {
  border: 1px solid #35b5c0;
  padding: 10px 30px;
  border-radius: 3px;
  color: #35b5c0;
  text-align: center;
  margin: 0 10px;
}
.blog-tab .blog-tab-list.active {
  color: #fff;
  background-color: #35b5c0;
}
@media (max-width: 576px) {
  .blog-tab .blog-tab-list {
    margin-bottom: 10px;
  }
}
.blog-tab .btn-hv {
  position: relative;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
.blog-tab .btn-hv:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #35b5c0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: all 0.3s ease-in-out;
}
.blog-tab .btn-hv:hover:before {
  transform: scaleX(1);
}
.blog-tab .btn-hv:hover {
  color: #fff;
}

.aFull {
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.blogDiv {
  padding: 47px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}

.blog_os {
  width: 47%;
  margin: 0 1.5% 60px 1.5%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
}

.blogDivL {
  width: 760px;
}

.blogDivLL {
/*
  margin-bottom: 60px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
*/
}

.blogDivLL > div.blogDivLLP {
  position: relative;
}

.blogDivLL > div.blogDivLLP > div.photo {
  line-height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 61%;
}

.blogDivLL > div.blogDivLLP > div.photo .img-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.blogDivLL > div.blogDivLLP > div.photo img {
  transform: scale(1, 1);
  transition: all 0.5s ease 0s;
  max-height: 100%;
}

.blogDivLL > div.blogDivLLP:hover > div.photo img {
  transform: scale(1.2, 1.2);
  transition: all 0.5s ease 0s;
}

.blogDivLL > div.blogDivLLP > div.text {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 500;
  position: absolute;
  bottom: -26px;
  left: 50px;
  z-index: 10;
  background-color: rgba(53, 181, 190, 0.8);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 12px 33px 11px 18px;
  border-radius: 4px;
}

.blogDivLL > div.blogDivLLP > div.text::before {
  content: "";
  background: url("../images/icon-calendar.png") no-repeat center;
  background-size: cover;
  width: 15px;
  height: 16px;
  margin-right: 9px;
  display: block;
}

.blogDivLLC {
  padding: 50px 50px 33px 50px;
}

.blogDivLLC > h2 {
  color: #252525;
  font-size: 1.5rem;
  font-weight: normal;
  padding-bottom: 5px;
  transition: all 0.5s ease 0s;
  margin-bottom: 9px;
  font-family: "Noto Serif TC", serif;
}

.blogDivLLC > div.text {
  margin-bottom: 33px;
  overflow: hidden;
}

.blogDivLLC > div.text p {
  color: #636363;
  line-height: 35px;
}

.blogDivLLC > a:link, .blogDivLLC > a:visited {
  text-decoration: none;
  color: #35b5c0;
  font-weight: 600;
  position: relative;
  z-index: 0;
  transition: all 0.5s ease 0s;
}

.blogDivLLC > a:active, .blogDivLLC > a:hover {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  transition: all 0.5s ease 0s;
}

.blogDivLLC > a::before {
  content: "";
  background-color: #fff;
  filter: alpha(opacity=0);
  Opacity: 0;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: -1;
  border-radius: 4px;
  transition: all 0.25s ease 0s;
}

.blogDivLLC > a:hover::before {
  background-color: #35b5be;
  filter: alpha(opacity=100);
  Opacity: 1;
  top: -4px;
  left: -10px;
  right: -10px;
  bottom: -4px;
  transition: all 0.25s ease 0s;
}

.blogDivLLC > a::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: -1;
  border-radius: 4px;
  transition: all 0.25s ease 0s;
}

.blogDivLLC > a:hover::after {
  border: 1px solid #35b5be;
  top: -9px;
  left: -14px;
  right: -14px;
  bottom: -9px;
  transition: all 0.25s ease 0s;
}

.blogDivR {
  width: calc(100% - 760px);
  padding: 0 0 0 5.129%;
}

.blogDivRT {
  color: #2d2c32;
  letter-spacing: 1px;
  display: flex;
  flex-direction: column;
  margin-bottom: 35px;
}

.blogDivRT::after {
  content: "";
  background-color: #68615b;
  width: 36px;
  height: 3px;
  margin: 13px 0 0 0;
}

.blogDivR > ul, .blogDivR > ul > li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.blogDivR > ul {
  width: 100%;
  transition: all ease 0.75s;
}

.blogDivR > ul > li {
  margin-bottom: 11px;
}

.blogDivR > ul > li a:link, .blogDivR > ul > li a:visited {
  text-decoration: none;
  color: #636363;
  display: block;
  letter-spacing: 0.7px;
  border-bottom: 1px solid #d4d4d4;
  padding: 0 0 15px 0;
  transition: all 0.5s ease 0s;
}

.blogDivR > ul > li a:active, .blogDivR > ul > li a:hover, .blogDivR > ul > li.current a {
  text-decoration: none;
  color: #00235a;
  border-bottom: 1px solid #00235a;
  cursor: pointer;
  transition: all 0.5s ease 0s;
}

@media only screen and (min-width: 769px) {
  .blogDivRM {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .blogDivRM {
    display: block !important;
    width: 24px;
    height: 24px;
    margin: 0 auto 10px auto;
    position: relative;
    cursor: pointer;
  }

  .blogDivRM::before {
    content: attr(data-title);
    position: absolute;
    top: -25px;
    left: calc(50% - 100px);
    width: 200px;
    height: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #294675;
    font-size: 14px;
  }

  .blogDivRM span:nth-child(1) {
    content: "";
    display: block;
    background: #294675;
    width: 24px;
    height: 2px;
    position: absolute;
    left: 0px;
    top: 7px;
    transition: all ease 0.5s;
  }

  .blogDivRM_open span:nth-child(1) {
    top: 14px !important;
    transform: rotate(45deg);
    background: #294675 !important;
    transition: all ease 0.5s;
  }

  .blogDivRM span:nth-child(2) {
    content: "";
    display: block;
    background: #294675;
    width: 24px;
    height: 2px;
    position: absolute;
    left: 0px;
    top: 17px;
    transition: all ease 0.5s;
  }

  .blogDivRM_open span:nth-child(2) {
    top: 14px !important;
    transform: rotate(-45deg);
    background: #294675 !important;
    transition: all ease 0.5s;
  }

  .blogDivR > ul {
    max-height: 0;
    overflow: hidden;
    transition: all ease 0.75s;
  }

  .blogDivR > ul.open {
    max-height: 1000px;
    transition: all ease 1s;
  }
  
  .blog_os {
   width: calc(100% - 30px);
   margin: 0 15px 50px 15px;
 }
}
.blogDivLC {
  border: 1px solid #eeecec;
}

.blogDivLC h2 {
  font-size: 175%;
  font-weight: 600;
}

.blogDivLC h3 {
  font-size: 143.75%;
  font-weight: 600;
}

.blogDivLC p {
  font-weight: 300;
}

.blogDivLCA {
  padding: 0 7.256%;
  color: #636363;
  line-height: 168.75%;
}

@media only screen and (max-width: 1400px) {
  .blogDivR {
    padding: 0 0 0 4.5%;
  }
}
@media only screen and (max-width: 1200px) {
  .blogDivL {
    width: 67%;
  }

  .blogDivLL > div.blogDivLLP > div.text {
    left: 30px;
  }

  .blogDivLLC {
    padding: 50px 30px 33px 30px;
  }

  .blogDivR {
    width: 33%;
    padding: 0 0 0 3.5%;
  }
}
@media only screen and (max-width: 992px) {
  .blogDivLL > div.blogDivLLP > div.text {
    left: 20px;
  }

  .blogDivLLC {
    padding: 50px 20px 30px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .blogDivL {
    width: 100%;
    order: 2;
  }

  .blogDivLL {
/*    margin-bottom: 50px;*/
  }

  .blogDivLL > div.blogDivLLP > div.text {
    left: 50px;
  }

  .blogDivLLC {
    padding: 50px 50px 33px 50px;
  }

  .blogDivR {
    width: 100%;
    order: 1;
    padding: 0 0 20px 0;
  }

  .blogDivRT {
    display: none;
  }

  .blogDivR > ul {
    display: flex;
    flex-wrap: wrap;
  }

  .blogDivR > ul li {
    width: 48%;
    margin: 0 4% 11px 0;
  }

  .blogDivR > ul li:nth-child(2n+2) {
    margin: 0 0 11px 0;
  }

  .blogDivR > ul > li a:link, .blogDivR > ul > li a:visited {
    padding: 0 0 11px 0;
  }

  .blogDivLLC > a:link, .blogDivLLC > a:visited {
    display: block;
    margin: auto;
    width: 110px;
    text-align: center;
  }
}
@media only screen and (max-width: 576px) {
 .blog_os {
   margin: 0 15px 40px 15px;
  }
  
  .blogDivLL {
/*    margin-bottom: 40px;*/
  }

  .blogDivLL > div.blogDivLLP > div.text {
    left: 30px;
  }

  .blogDivLLC {
    padding: 50px 30px 33px 30px;
  }
}
@media only screen and (max-width: 430px) {
  .blog_os {
    margin: 0 15px 30px 15px;
  }
  
  .blogDivLL > div.blogDivLLP > div.text {
    left: 20px;
  }

  .blogDivLLC {
    padding: 50px 20px 30px 20px;
  }

  .blogDivR > ul li, .blogDivR > ul li:nth-child(2n+2) {
    width: 100%;
    margin: 0 0 11px 0;
  }

  .blogDivLLC > a:link, .blogDivLLC > a:visited {
    width: 90px;
  }
}
/* Blog Detail ============================================================== */
.news-detail-date {
  color: #999999;
}

.blog-detail-title {
  font-family: "Noto Serif TC", serif;
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 30px 0;
}

.blog-detail-content {
  border-top: 1px solid #fce9e3;
  border-bottom: 1px solid #fce9e3;
  padding: 1% 0;
  line-height: 2rem;
}

.news-detail-btn {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.news-detail-btn .news-detail-prev {
  padding: 7px 7px;
  color: #35b5c0;
  margin-right: 30px;
}
.news-detail-btn .news-detail-next {
  padding: 7px 7px;
  color: #35b5c0;
  margin-left: 30px;
}
.news-detail-btn .news-detail-back {
  border: 1px solid #35b5c0;
  padding: 7px 30px;
  border-radius: 3px;
  color: #35b5c0;
  text-align: center;
}
.news-detail-btn .btn-hv {
  position: relative;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
.news-detail-btn .btn-hv:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #35b5c0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: all 0.3s ease-in-out;
}
.news-detail-btn .btn-hv:hover:before {
  transform: scaleX(1);
}
.news-detail-btn .btn-hv:hover {
  color: #fff;
}