@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-family: "PingFang TC","Helvetica Neue",Arial,"Heiti TC","LiHei Pro","微軟正黑體",sans-serif,"新細明體";
}

html {
  line-height: 1;
  font-size: 62.5%;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@media screen and (min-width: 768px) {
  body {
    background-color: #9a9a9a;
  }
}

.index_warp {
  width: 100%;
  height: 100%;
  background-color: #F8F9FA;
}
@media screen and (min-width: 768px) {
  .index_warp {
    width: 720px;
    margin: 0 auto;
    overflow-x: hidden;
  }
}

.warp {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .warp {
    width: 720px;
    margin: 0 auto;
    overflow-x: hidden;
  }
}

header {
  position: relative;
  width: 100%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
header .logo {
  display: inline-block;
  background: url(../images/logo.svg) no-repeat;
  background-position: center center;
  background-size: 285px 70px;
  width: 285px;
  height: 80px;
  margin: 0 auto;
}
header .logo a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
header .back_btn {
  width: 20px;
  height: 21px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  left: 10px;
}

.main-nav {
  width: 100%;
  overflow-x: scroll;
  margin-top: 3px;
}
.main-nav ul {
  display: inline-block;
  white-space: nowrap;
}
.main-nav ul li {
  display: inline-block;
  font-size: 2rem;
}
.main-nav ul li a {
  display: inline-block;
  padding: 15px 12px;
  font-weight: 700;
  text-decoration: none;
  color: #000000;
}
.main-nav ul .highlight, .main-nav ul .highlight a {
  color: #CC4283;
}

.KV {
  padding-left: 16px;
}
.KV .swiper-slide {
  margin-left: -32px;
}
.KV .swiper-slide .swiper-content {
  margin-left: 16px;
  margin-right: 16px;
  position: relative;
  height: auto;
  border-radius: 8px;
}
.KV .swiper-slide .swiper-content-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.KV .swiper-slide .swiper-content-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 179/100;
}
.KV .swiper-slide .swiper-content-title {
  position: absolute;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  bottom: 10px;
  left: 14px;
}

.index_content {
  margin-top: 10px;
}

.content_title {
  margin: 20px;
}
.content_title h1 {
  font-size: 2rem;
  font-weight: 700;
}
.content_title h1 .title_date {
  font-size: 1.3rem;
  font-weight: 400;
  margin-left: 15px;
}
.content_title h2 {
  font-size: 2.4rem;
  font-weight: 700;
}

.breadcrumb {
  margin: 6px 18px;
}
.breadcrumb span {
  font-size: 1.3rem;
  color: #000;
}
.breadcrumb span a {
  text-decoration: none;
  color: #000;
}
.breadcrumb span::after {
  content: "/";
  margin: 0 5px;
}
.breadcrumb span:last-child::after {
  content: "";
}

.content {
  margin-top: 10px;
}
.content .content_warp {
  margin: 10px 20px;
}
.content .content_warp .caption {
  font-size: 1.4rem;
  margin: 10px 0;
}
.content .content_warp .caption h3.list_tag {
  font-size: 1.6rem;
  margin-right: 5px;
}
.content .content_warp p {
  text-align: justify;
  margin: 10px 0;
  font-size: 1.8rem;
  line-height: 24px;
}
.content .content_warp img {
  width: 100%;
  border-radius: 8px;
}
.content .content_space {
  border: none;
  margin: 30px 0;
}
.content .readmore_title {
  margin: 10px 20px;
  font-size: 2rem;
  font-weight: 700;
}

.content_items .content_items_box {
  border: 0 solid #fff;
  border-top-width: 1px;
  border-bottom-width: 1px;
  background-color: #F3F3F3;
  position: relative;
  display: inline-flex;
  width: 100%;
}
.content_items .content_items_box .content_items_box_link {
  display: inline-flex;
  text-decoration: none;
  padding: 15px;
}
.content_items .content_items_box .content_items_img {
  min-width: 90px;
  width: auto;
  height: 100%;
  overflow: hidden;
  margin-right: 10px;
}
.content_items .content_items_box .content_items_title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  line-height: 24px;
  margin-bottom: 20px;
}
.content_items .content_items_box .content_items_tag {
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.65);
  display: inline-block;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.content_items .content_items_box .content_items_tag li {
  display: inline-block;
  margin: 0 5px;
}
.content_items .content_items_box .content_items_tag a {
  color: rgba(0, 0, 0, 0.65);
  text-decoration: none;
}
.content_items .content_items_box .hashtag::before {
  content: "#";
  font-style: italic;
}
.content_items .content_items_video {
  width: 100%;
  aspect-ratio: 16/9;
}
.content_items .content_items_video img {
  width: 100%;
}
.content_items .content_items_date {
  margin: 10px 15px;
}
.content_items .content_items_date h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
}

.content_items_more a, .content_items_more button {
  text-align: center;
  padding: 10px 0;
  display: inline-block;
  width: 100%;
  font-size: 1.3rem;
  text-decoration: none;
  color: #000;
  border: none;
  background-color: transparent;
}

.content_list .content_list_item {
  position: relative;
  padding: 10px 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #EDEDED;
}
.content_list .content_list_item .content_list_title {
  font-size: 1.6rem;
  color: #000;
  width: 100%;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content_list .content_list_item .content_list_title .list_tag {
  font-size: 14px;
}
.content_list .content_list_item .content_list_item_link {
  color: #000;
  text-decoration: none;
}
.content_list .content_list_item .list_viewer {
  position: absolute;
  right: 20px;
  bottom: 10px;
  padding-left: 18px;
  vertical-align: middle;
  background: url(../images/view_icon.svg) no-repeat;
  background-size: 13px 13px;
  background-position: left center;
}

.list_tag {
  display: inline-block;
  width: auto;
  border-radius: 30px;
  padding: 3px 5px;
  color: #fff;
}

.geekblue {
  background-color: #6C78EB;
}

.orange {
  background-color: #F28F58;
}

.red {
  background-color: #E45858;
}

.summary_block {
  border-radius: 8px;
  background-color: #D9D9D9;
  padding: 15px;
}
.summary_block a {
  text-decoration: none;
  color: #000;
}
.summary_block .summary_title {
  font-size: 1.6rem;
  font-weight: 700;
}
.summary_block p {
  font-size: 1.6rem;
  line-height: 24px;
}
.summary_block img {
  border-radius: 0 !important;
  width: 100%;
}

.summary_arrow {
  width: 100%;
  display: flex;
  padding: 15px 0;
  justify-content: space-between;
}
.summary_arrow .prev, .summary_arrow .next {
  font-size: 1.3rem;
  color: #000;
  text-decoration: none;
}
.summary_arrow .prev::before {
  content: "<";
  padding-right: 3px;
}
.summary_arrow .next::after {
  content: ">";
  padding-left: 3px;
}

footer {
  background-color: #1D334C;
  border-top: 5px solid #CC4283;
  height: 185px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}
footer .social_icon {
  display: inline-flex;
  vertical-align: middle;
}
footer .social_icon li {
  display: inline-block;
  margin-right: 12px;
}
footer .social_icon li:last-child {
  margin-right: 0;
}
footer .social_icon a {
  text-decoration: none;
  display: block;
}
footer .copyright {
  position: absolute;
  bottom: 10px;
  font-size: 1rem;
  color: #fff;
}
footer .copyright::before {
  content: "©";
  margin-right: 5px;
}