@charset "UTF-8";
/* CSS Document */
.groupNewsList .arrowPrev,
.groupNewsList .arrowNext {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.bannerArea .bannerBox .dots {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.bannerArea .bannerBox .dots li {
  margin: 0 8px; }

.bannerArea .bannerBox .dots button {
  background-color: rgba(255, 255, 255, 0.4); }

.bannerArea .bannerBox .dots li.slick-active button,
.bannerArea .bannerBox .dots li:hover button {
  background-color: #fff; }

/*****列表*****/
@media (min-width: 961px) and (max-width: 1180px) {
  .newsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px -15px 0; } }

@media (min-width: 1181px) {
  .newsList li {
    padding-bottom: 40px;
    border-bottom: 1px solid #eaeaea; } }

@media (min-width: 961px) and (max-width: 1180px) {
  .newsList li {
    width: 50%;
    padding: 30px 15px 40px; } }

@media (max-width: 960px) {
  .newsList li {
    padding: 20px 0;
    margin-top: 20px; } }

@media (max-width: 500px) {
  .newsList li:first-of-type {
    margin-top: 0; } }

@media (min-width: 1181px) {
  .newsList li + li {
    padding-top: 40px; } }

.newsList .item {
  position: relative; }
  @media (min-width: 1181px) {
    .newsList .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

@media (min-width: 1181px) {
  .newsList .Img {
    width: 320px; } }

.newsList .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.newsList .publicDate {
  width: 70px; }
  @media (max-width: 1180px) {
    .newsList .publicDate {
      display: none; } }
  /*@media (max-width: 1180px) {*/
  /*  .newsList .publicDate {*/
  /*    position: absolute;*/
  /*    top: 0;*/
  /*    left: 0;*/
  /*    padding: 10px 5px 15px;*/
  /*    text-align: center;*/
  /*    background-color: rgba(255, 255, 255, 0.95); } }*/

@media (min-width: 1181px) {
  .newsList .Txt {
    width: calc(100% - 320px - 70px);
    padding-left: 30px; } }

@media (min-width: 501px) and (max-width: 1180px) {
  .newsList .Txt {
    padding: 20px 10px 0; } }

@media (max-width: 500px) {
  .newsList .Txt {
    padding: 15px 0 0; } }

.newsList .Txt .publicDate {
    position: relative;
	float: left;
	width: 50px;
	padding: 0;
	margin-right: 15px;
	border-right: 1px solid #e5e5e5;
	text-align: left;
}
@media (min-width: 1181px) {
  .newsList .Txt .publicDate {
    display: none; } }
@media (max-width: 1180px) {
  .newsList .Txt .publicDate {
    display: block; } }
    
.newsList h3 {
  margin-top: 3px;
  font-weight: 400; }
  @media (min-width: 1181px) {
    .newsList h3 {
      margin-bottom: 20px;
      font-size: 19px; } }
  @media (max-width: 1180px) {
    .newsList h3 {
      padding-bottom: 15px;
      margin-bottom: 15px;
      border-bottom: 1px solid #fcc800;
      font-size: 18px; } }
  /*@media (max-width: 500px) {*/
  /*  .newsList h3 {*/
  /*    text-align: center; } }*/
  .newsList h3 a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }

.newsList .txtExp {
  margin-top: 10px;
  max-height: 50px; }

/*@media (max-width: 500px) {*/
/*  .newsList .newIcon {*/
/*    text-align: center; } }*/

.newsDate {
  font-size: 14px;
  color: #515151; }
  @media (min-width: 1181px) {
    .newsDate::before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 10px;
      height: 3px;
      background-color: #fcc800; } }
  .newsDate span {
    display: inline-block;
    margin: 0 8px; }
    @media (max-width: 1180px) {
      .newsDate span {
        margin-left: 0; } }

.newIcon {
  display: block;
  font-size: 13px;
  font-weight: 300;
  color: #a9a9a9; }

.publicDate {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0;
  text-align: right; }
  .publicDate .dd {
    display: block;
    font-size: 30px;
    letter-spacing: 1.5px; }

/*****連鎖*****/
@media (min-width: 961px) {
  .groupBox {
    padding: 50px 0 80px; } }

@media (min-width: 501px) and (max-width: 960px) {
  .groupBox {
    padding: 50px 0; } }

@media (max-width: 500px) {
  .groupBox {
    padding: 30px 0; } }

@media (min-width: 501px) and (max-width: 1180px) {
  .groupBox {
    margin-top: 50px; } }

@media (max-width: 500px) {
  .groupBox {
    margin-top: 30px; } }

@media (min-width: 1181px) {
  .groupBox {
    background-color: #f7f7f7; } }

@media (max-width: 1180px) {
  .groupBox {
    background-color: #f2f2f2; } }

.groupNewsList {
  position: relative; }
  .groupNewsList::before {
    content: attr(data-list-title);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    min-width: 135px;
    padding: 8px 30px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-color: #fcc800; }
  .groupNewsList li {
    padding: 0; }
  .groupNewsList .item {
    background-color: #fff; }
    @media (min-width: 961px) {
      .groupNewsList .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border: 1px solid #eee; } }
  @media (min-width: 961px) {
    .groupNewsList .Img {
      width: calc(100% - 460px); } }
  .groupNewsList .Img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media (min-width: 961px) {
    .groupNewsList .Txt {
      width: 460px; } }
  @media (min-width: 1181px) {
    .groupNewsList .Txt {
      padding: 80px 50px 100px; } }
  @media (min-width: 961px) and (max-width: 1180px) {
    .groupNewsList .Txt {
      padding: 60px 40px 50px 50px; } }
  @media (min-width: 501px) and (max-width: 960px) {
    .groupNewsList .Txt {
      padding: 20px 35px 0; } }
  @media (max-width: 500px) {
    .groupNewsList .Txt {
      padding: 20px 15px 0; } }
  .groupNewsList .top {
    padding-bottom: 15px; }
    @media (min-width: 961px) {
      .groupNewsList .top {
        border-bottom: 1px solid #e5e5e5; } }
    @media (max-width: 960px) {
      .groupNewsList .top {
        margin-bottom: 15px;
        border-bottom: 1px solid #fcc800; } }
  /*@media (min-width: 961px) {*/
    .groupNewsList .publicDate {
      float: left;
      padding-right: 18px;
      margin-right: 18px;
      border-right: 1px solid #e5e5e5;
      text-align: left; }
      /*}*/
  /*@media (max-width: 960px) {*/
  /*  .groupNewsList .publicDate {*/
  /*    position: absolute;*/
  /*    top: 0;*/
  /*    left: 0;*/
  /*    z-index: 5;*/
  /*    width: 70px;*/
  /*    padding: 10px 5px 15px;*/
  /*    text-align: center;*/
  /*    background-color: rgba(255, 255, 255, 0.95); } }*/
  .groupNewsList h3 {
    font-size: 18px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .groupNewsList .newsDate {
    margin-top: 15px; }
  @media (min-width: 1181px) {
    .groupNewsList .txtExp {
      max-height: 125px; } }
  @media (max-width: 1180px) {
    .groupNewsList .txtExp {
      height: 100px; } }
  @media (min-width: 961px) {
    .groupNewsList .txtExp {
      margin-top: 30px; } }
  @media (max-width: 960px) {
    .groupNewsList .txtExp {
      margin-top: 10px; } }
  @media (min-width: 961px) {
    .groupNewsList .arrowPrev,
    .groupNewsList .arrowNext {
      border-radius: 50%;
      background-color: #e5e5e5; } }
  @media (min-width: 961px) and (max-width: 1180px) {
    .groupNewsList .arrowPrev,
    .groupNewsList .arrowNext {
      background-color: #e0dace; } }
  @media (min-width: 961px) {
    .groupNewsList .arrowPrev:hover,
    .groupNewsList .arrowNext:hover {
      background-color: #fcc800; } }
  @media (min-width: 961px) {
    .groupNewsList .arrowPrev::before,
    .groupNewsList .arrowNext::before {
      top: calc(50% - 2px);
      width: 5px;
      height: 5px;
      border-top: 1px solid #fff;
      border-left: 1px solid #fff; } }
  @media (min-width: 961px) {
    .groupNewsList .arrowPrev::after,
    .groupNewsList .arrowNext::after {
      content: '';
      position: absolute;
      top: 50%;
      left: calc(50% - 6px);
      width: 12px;
      height: 1px;
      background-color: #fff; } }
  .groupNewsList .arrowPrev {
    position: absolute; }
    @media (min-width: 1181px) {
      .groupNewsList .arrowPrev {
        bottom: 45px;
        left: calc(100% - 460px + 50px); } }
    @media (min-width: 961px) and (max-width: 1180px) {
      .groupNewsList .arrowPrev {
        top: calc(50% - 15px);
        left: -15px; } }
    @media (min-width: 501px) and (max-width: 960px) {
      .groupNewsList .arrowPrev {
        top: 30%;
        left: 10px; } }
    @media (max-width: 500px) {
      .groupNewsList .arrowPrev {
        top: 25%;
        left: 5px; } }
  .groupNewsList .arrowNext {
    position: absolute; }
    @media (min-width: 1181px) {
      .groupNewsList .arrowNext {
        bottom: 45px;
        left: calc(100% - 460px + 50px + 45px); } }
    @media (min-width: 961px) and (max-width: 1180px) {
      .groupNewsList .arrowNext {
        top: calc(50% - 15px);
        right: -15px; } }
    @media (min-width: 501px) and (max-width: 960px) {
      .groupNewsList .arrowNext {
        top: 30%;
        right: 10px; } }
    @media (max-width: 500px) {
      .groupNewsList .arrowNext {
        top: 25%;
        right: 5px; } }
  .groupNewsList .dots {
    margin-top: 10px; }

/*****內頁*****/
.insPage .contentBox {
  position: relative; }

.titleArea {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5; }
  @media (min-width: 961px) {
    .titleArea {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      clear: both; } }
  @media (min-width: 961px) {
    .titleArea .Img {
      width: calc(100% - 290px); } }
  @media (max-width: 960px) {
    .titleArea .Img {
      margin-bottom: 35px; } }
  .titleArea .Img img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  @media (min-width: 961px) {
    .titleArea .Img + .Txt {
      width: 290px;
      padding-left: 30px; } }
  @media (min-width: 961px) {
    .titleArea .Img + .Txt .btn a {
      max-width: 100%; } }
  .titleArea .Txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .titleArea .newsDate {
    font-size: 14px;
    color: #808080; }
    .titleArea .newsDate::before {
      display: none; }
    .titleArea .newsDate span {
      padding: 0 10px;
      margin-left: 0;
      font-size: 12px;
      line-height: 25px;
      color: #fff;
      background-color: #fcc800; }
  .titleArea .newIcon {
    margin-top: 30px; }
  .titleArea .articleTitle {
    margin-top: 10px;
    font-size: 18px; }
  .titleArea .txtExp {
    margin-top: 10px;
    max-height: 150px; }
  .titleArea .btn {
    margin-top: auto;
    padding-top: 30px; }
    .titleArea .btn a {
      margin: 0; }
  .titleArea .publicDate {
    margin-top: 5px;
    text-align: left;
    color: #a9a9a9; }
    .titleArea .publicDate span {
      display: inline-block;
      margin-bottom: 10px;
      font-family: "Cardo", "Noto Sans TC", "微軟正黑體", Helvetica, Heiti TC, "メイリオ", sans-serif;
      color: #a9a9a9;
      text-transform: uppercase; }
      .titleArea .publicDate span::after {
        content: ':';
        display: inline-block;
        margin: 0 5px; }
