@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
body {
  /* 先套用 Noto Sans TC 這個 思源黑體 */
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  font-size: 18px;
}
body img {
  width: 100%;
}
body .xs-show {
  display: none;
}
@media all and (max-width: 576px) {
  body .xs-show {
    display: block;
  }
}
body .text-blue {
  color: #0156a4 !important;
}
body .text-bold {
  font-weight: bold !important;
}
body .text-red {
  color: #e72c3f !important;
}
body .text-green {
  color: #55a5ad !important;
}
body .top_part {
  justify-content: space-between;
  align-items: center;
  padding-top: 3vw;
}
body .top_part .logo {
  max-width: 150px;
  max-width: 10vw;
  height: auto;
}
@media all and (max-width: 1024px) {
  body .top_part .logo {
    max-width: 15vw;
  }
}
@media all and (max-width: 992px) {
  body .top_part .logo {
    max-width: 22vw;
    margin-left: 1em;
  }
}
@media all and (max-width: 576px) {
  body .top_part .logo {
    max-width: 30vw;
    margin-left: 0;
  }
}
body .sticky_btn {
  opacity: 0;
  transition: opacity 0.5s;
}
body .sticky_btn.active {
  opacity: 1;
}
body .download {
  position: fixed;
  width: 80px;
  height: 80px;
  bottom: 100px;
  right: 10px;
  z-index: 100;
  display: none;
}
@media all and (max-width: 576px) {
  body .download {
    width: 17vw;
    height: 17vw;
    bottom: 20vw;
    right: 0vw;
  }
}
body .download.show {
  display: block;
}
body .goMenu {
  position: fixed;
  width: 80px;
  height: 80px;
  bottom: 10px;
  right: 10px;
  z-index: 100;
  cursor: pointer;
}
@media all and (max-width: 576px) {
  body .goMenu {
    width: 17vw;
    height: 17vw;
    bottom: 2vw;
    right: 0vw;
  }
}
body .fixed_topic {
  position: fixed;
  width: 100%;
  background: #55a5ad;
  background: white;
  z-index: 100;
  display: flex;
  justify-content: center;
  gap: 25px;
  padding: 10px 0;
  box-shadow: 0 1px 5px #4e6679;
  transform: translateY(-120%);
  transition: all 1s;
}
body .fixed_topic.active {
  transform: translateY(0%);
}
@media all and (max-width: 576px) {
  body .fixed_topic {
    gap: 15px;
  }
}
body .fixed_topic.hidden {
  display: none !important;
}
body .fixed_topic .topic_name {
  font-size: 20px;
  cursor: pointer;
}
@media all and (max-width: 992px) {
  body .fixed_topic .topic_name::before {
    bottom: -0.05em;
  }
  body .fixed_topic .topic_name::after {
    top: 0.05em;
    left: 1.15em;
  }
}
@media all and (max-width: 576px) {
  body .fixed_topic .topic_name {
    font-size: 4vw;
    letter-spacing: 1px;
    padding-left: 0;
  }
}

.section-kv {
  position: relative;
}
.section-kv .lang_switch {
  display: inline-flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
  height: auto;
  cursor: pointer;
  gap: 10px;
  padding: 5px;
}
.section-kv .lang_switch > div {
  width: 3em;
  height: 3em;
  line-height: 1;
  font-size: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4a4a4a;
  border-radius: 5em;
  box-shadow: 0px 0px 5px #117486;
}
@media all and (max-width: 992px) {
  .section-kv .lang_switch > div {
    font-size: 1.2em;
  }
}
@media all and (max-width: 576px) {
  .section-kv .lang_switch > div {
    font-size: 3.5vw;
    padding: 2vw 4vw;
    padding: 1.5vw 3vw;
    word-break: keep-all;
  }
}
.section-kv .lang_switch > div.selected-lang {
  color: #fff;
  background-color: #0156a4;
}
.section-kv .absolute-part {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
@media all and (max-width: 992px) {
  .section-kv .absolute-part {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media all and (max-width: 576px) {
  .section-kv .absolute-part {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.section-kv .main_img {
  width: 50%;
  margin: 0 auto;
}
@media all and (max-width: 1024px) {
  .section-kv .main_img {
    width: 45%;
  }
}
@media all and (max-width: 992px) {
  .section-kv .main_img {
    width: 65%;
  }
}
.section-kv .main_text {
  position: relative;
}
@media all and (max-width: 992px) {
  .section-kv .main_text {
    top: -5vw;
    margin-bottom: -5vw;
  }
}
.section-kv .main_text h2 {
  text-align: center;
  display: block;
}
.section-kv .main_text h2 span {
  display: inline-block;
  padding: 1em 2em;
  margin-bottom: 1em;
  background-image: url(../images/kv_text_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
}
@media all and (max-width: 992px) {
  .section-kv .main_text h2 span {
    margin-bottom: 0.5em;
  }
}
@media all and (max-width: 576px) {
  .section-kv .main_text h2 span {
    font-size: 5vw;
    letter-spacing: 0.1em;
  }
}
.section-kv .main_text p {
  text-align: justify;
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #000;
  padding: 0 5%;
  margin-bottom: 1em;
}
@media all and (max-width: 576px) {
  .section-kv .main_text p {
    font-size: 4.5vw;
    letter-spacing: 0.05em;
  }
}
.section-kv .main_text .text-gradient {
  position: relative;
  z-index: 1;
}
.section-kv .main_text .text-shadow {
  position: absolute;
  text-shadow: 2px 2px 10px #fff, 2px 2px 10px #fff;
}
.section-kv .kv_main {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.section-kv .kv_main[data-aos=new-animation] {
  opacity: 0;
  transition: all 3s;
}
.section-kv .kv_main[data-aos=new-animation].aos-animate {
  opacity: 1;
}
.section-kv .kv_cloud {
  position: absolute;
  width: 100%;
  top: 48%;
  z-index: 10;
  height: 35%;
  animation: cloud-move 20s linear infinite, cloud-float 3s ease-in-out infinite;
}
.section-kv .kv_cloud img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media all and (max-width: 1024px) {
  .section-kv .kv_cloud {
    top: 43%;
    height: 25%;
  }
}
@media all and (max-width: 992px) {
  .section-kv .kv_cloud {
    top: 40%;
    height: 25%;
  }
}
@media all and (max-width: 576px) {
  .section-kv .kv_cloud {
    position: absolute;
    width: 100%;
    top: 29%;
    z-index: 10;
    height: 20%;
  }
  .section-kv .kv_cloud img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}

@keyframes cloud-move {
  0% {
    transform: translateX(-200px) translateY(0);
  }
  50% {
    transform: translateX(50vw) translateY(-10px);
  }
  100% {
    transform: translateX(100vw) translateY(0);
  }
}
@keyframes cloud-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.more_part {
  position: relative;
}
.more_part .btn_more {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -15%);
  z-index: 10;
  color: #0156a4;
  color: #007ac5;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 10px;
  display: inline-block;
  cursor: pointer;
}
@media all and (max-width: 576px) {
  .more_part .btn_more {
    font-size: 3.5vw;
    padding: 1.5vw 2vw;
    word-break: keep-all;
  }
}
.more_part .btn_more::before {
  content: "";
  height: 2px;
  width: 100%;
  background: #007ac5;
  display: inline-block;
  position: absolute;
  left: 0px;
  bottom: 5px;
}
@media all and (max-width: 576px) {
  .more_part .btn_more::before {
    bottom: 1vw;
    height: 1px;
  }
}
.more_part .btn_more::after {
  content: "";
  background-image: url(../images/icon_trangle.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 15px;
  display: inline-block;
  position: relative;
  top: 50%;
  left: 10%;
  transform-origin: center;
}
@media all and (max-width: 576px) {
  .more_part .btn_more::after {
    width: 5vw;
    height: 2.5vw;
    left: 5%;
  }
}
.more_part .btn_more.active::after {
  transform: rotate(-180deg);
}
.more_detail > img {
  margin: 0 auto !important;
}

.btn_wrapper {
  display: block;
  text-align: center;
  margin-top: 3vw;
}
.btn_style {
  color: white;
  background-color: #55a5ad;
  display: inline-block;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 50px;
  font-size: 22px;
  letter-spacing: 0.2em;
  position: relative;
  transition: all 0.5s;
}
.btn_style::after {
  content: "";
  background-image: url(../images/arrow_subject.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 0.9em;
  height: 0.9em;
  display: inline-block;
  position: relative;
  top: 0.05em;
  margin-left: 0.2em;
  transform: rotate(-90deg);
  transition: all 0.5s;
}
.btn_style:hover {
  color: white;
  background-color: #0156a4;
}

footer {
  background-color: #caecfc;
  background-color: #00305a;
  text-align: center;
  padding: 15px;
  position: relative;
  z-index: 1;
  display: block;
}
@media all and (max-width: 576px) {
  footer {
    padding: 15px 8px;
  }
}
footer ul {
  list-style-type: none;
  display: inline-block;
  margin-bottom: 0;
  padding-left: 0;
}
@media all and (max-width: 576px) {
  footer ul {
    display: inline-flex;
    margin-bottom: 10px;
  }
}
footer ul li {
  font-size: 14px;
  line-height: 1;
  padding: 0 15px 0;
  color: #0156a4;
  color: white;
  letter-spacing: 2px;
  float: left;
  position: relative;
}
@media all and (max-width: 576px) {
  footer ul li {
    font-size: 12px;
    font-size: 3.4vw;
    line-height: 1.5;
    padding: 0 5px 0;
    letter-spacing: 1px;
  }
  footer ul li:last-child {
    margin-right: 0;
    padding-right: 0;
  }
}
footer ul li::after {
  content: "";
  width: 1px;
  height: 100%;
  display: inline-block;
  background-color: #0156a4;
  background-color: white;
  position: absolute;
  right: 0;
  top: 0%;
}
footer ul li:last-child::after {
  display: none;
}
footer ul li a {
  color: #0156a4;
  color: white;
  text-decoration: none;
}
footer ul li a.active {
  color: #009b84;
  color: #a0f0f8;
}
footer ul li a:hover {
  color: #a0f0f8;
}
footer .copyright {
  font-size: 14px;
  line-height: 2;
  color: #97a2a3;
  color: white;
  letter-spacing: 1px;
}
@media all and (max-width: 576px) {
  footer .copyright {
    font-size: 3vw;
    line-height: 1.5;
  }
}

.section-content {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(0, 87, 160) 35%);
  position: relative;
  z-index: 1;
  padding-left: 30px;
  padding-right: 30px;
}
@media all and (max-width: 576px) {
  .section-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.section-content > div {
  padding-left: 0;
  padding-right: 0;
}
@media all and (max-width: 992px) {
  .section-content > div {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.section-content .tab_city {
  display: flex;
  position: relative;
  top: 0px;
  z-index: 1;
  justify-content: center;
  gap: 20px;
}
@media all and (max-width: 576px) {
  .section-content .tab_city {
    gap: 10px;
  }
}
.section-content .tab_city .tab_city_text {
  width: 250px;
  height: 250px;
  padding: 10px;
  background-image: url(../images/tab_circle.png);
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
  cursor: pointer;
  position: relative;
}
@media all and (max-width: 576px) {
  .section-content .tab_city .tab_city_text {
    width: 50vw;
    height: 50vw;
  }
}
.section-content .tab_city .tab_city_text::after {
  content: "";
  background-image: url(../images/tab_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 5em;
  height: 3.5em;
  display: inline-block;
  margin-top: 0.5em;
}
@media all and (max-width: 576px) {
  .section-content .tab_city .tab_city_text::after {
    width: 20vw;
    height: 10vw;
    margin-top: 1.5vw;
  }
}
.section-content .tab_city .tab_city_text-city {
  font-size: 34px;
  color: #fff;
  letter-spacing: 0.2em;
  margin-top: 8%;
}
@media all and (max-width: 576px) {
  .section-content .tab_city .tab_city_text-city {
    font-size: 5.5vw;
    letter-spacing: 0.1em;
  }
}
.section-content .tab_city .tab_city_text-date {
  font-size: 26px;
  line-height: 1.2;
  color: #97a2a3;
  background-color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 8px;
  gap: 5px;
  border-radius: 15px;
}
@media all and (max-width: 576px) {
  .section-content .tab_city .tab_city_text-date {
    font-size: 5vw;
    letter-spacing: 0;
    width: -moz-max-content;
    width: max-content;
  }
}
.section-content .tab_city .tab_city_text-date span {
  font-size: 0.7em;
  line-height: 1.5em;
  position: relative;
  z-index: 1;
  width: 1.5em;
  height: 1.5em;
  color: white;
}
.section-content .tab_city .tab_city_text-date span::after {
  content: "";
  background-color: #97a2a3;
  width: 100%;
  height: 100%;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.section-content .tab_city .tab_city_text-site {
  font-size: 24px;
  color: white;
}
@media all and (max-width: 576px) {
  .section-content .tab_city .tab_city_text-site {
    font-size: 4.5vw;
  }
}
.section-content .tab_city .tab_city_text.active {
  background-image: url(../images/tab_circle_active.png);
}
.section-content .tab_city .tab_city_text.active::after {
  content: "";
  background-image: url(../images/tab_arrow_active.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 5em;
  height: 3.5em;
  display: inline-block;
  margin-top: 0.5em;
}
@media all and (max-width: 576px) {
  .section-content .tab_city .tab_city_text.active::after {
    width: 20vw;
    height: 10vw;
    margin-top: 1.5vw;
  }
}
.section-content .tab_city .tab_city_text.active .tab_city_text-date {
  color: #55a5ad;
}
.section-content .tab_city .tab_city_text.active .tab_city_text-date span::after {
  background-color: #55a5ad;
}
.section-content .tab_part {
  position: relative;
  top: 0px;
  width: 100%;
  left: 0;
}
.section-content .tab_part .tab_content {
  padding: 20px 10px;
  padding: 20px 0 0;
  display: none;
}
@media all and (max-width: 992px) {
  .section-content .tab_part .tab_content {
    padding: 20px 0 0;
  }
}
@media all and (max-width: 576px) {
  .section-content .tab_part .tab_content {
    padding: 0;
  }
}
.section-content .tab_part .tab_content.active {
  display: block;
}

.carousel {
  background-color: #fff;
  padding-bottom: 30px;
}
.carousel .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.carousel .slick-slide:nth-child(odd) {
  background-color: #effafb;
}
.carousel .slick-slide:nth-child(even) {
  background-color: #e0f2f4;
}
.carousel .slick-track {
  display: flex !important;
}
.carousel .slick-slide {
  height: inherit !important;
}
.carousel .slick-prev, .carousel .slick-next {
  width: 18px;
  height: -moz-max-content;
  height: max-content;
  z-index: 1;
}
.carousel .slick-prev {
  left: 0px;
}
@media all and (max-width: 576px) {
  .carousel .slick-prev {
    width: 3vw;
  }
}
.carousel .slick-next {
  right: 0px;
}
@media all and (max-width: 576px) {
  .carousel .slick-next {
    width: 3vw;
  }
}
.carousel .slick-prev:before, .carousel .slick-next:before,
.carousel .slick-prev:hover:before, .carousel .slick-prev:focus:before, .carousel .slick-next:hover:before, .carousel .slick-next:focus:before {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.carousel .slick-prev.slick-disabled, .carousel .slick-next.slick-disabled {
  opacity: 0;
}
.carousel .slick-dots {
  bottom: -40px;
}
@media all and (max-width: 576px) {
  .carousel .slick-dots {
    bottom: -25px;
  }
}
.carousel .slick-dots li button:before {
  color: #97a2a3;
  opacity: 1;
  font-size: 16px;
}
@media all and (max-width: 576px) {
  .carousel .slick-dots li button:before {
    font-size: 3.5vw;
  }
}
@media all and (max-width: 576px) {
  .carousel .slick-dots li {
    margin: 0;
  }
}
.carousel .slick-dots li.slick-active button:before {
  color: #55a5ad;
  opacity: 1;
  font-size: 16px;
}
@media all and (max-width: 576px) {
  .carousel .slick-dots li.slick-active button:before {
    font-size: 3.5vw;
  }
}

.menu_item {
  padding: 20px;
  cursor: pointer;
  position: relative;
  z-index: 100;
}
@media all and (max-width: 576px) {
  .menu_item {
    padding: 10px;
  }
}
.menu_text {
  color: #0156a4;
  margin-top: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 576px) {
  .menu_text {
    font-size: 4vw;
  }
}

.topic_name {
  font-size: 26px;
  color: #0156a4;
  letter-spacing: 2px;
  padding: 0 0;
  display: inline-block;
  position: relative;
  left: 10px;
}
@media all and (max-width: 992px) {
  .topic_name {
    font-size: 26px;
    padding: 0 0.4em;
    letter-spacing: 2px;
  }
}
@media all and (max-width: 576px) {
  .topic_name {
    font-size: 5vw;
  }
}
.topic_name span {
  font-size: 140%;
}
.topic_name::before {
  content: "";
  background-image: url(../images/title_deco_circle.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.2em;
  height: 2.2em;
  display: inline-block;
  position: absolute;
  bottom: 0em;
  left: -0.5em;
}
.topic_name::after {
  content: "";
  background-image: url(../images/title_deco_wifi.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.8em;
  height: 0.4em;
  display: inline-block;
  position: absolute;
  top: 0.3em;
  left: 1.35em;
}
.topic_wrapper .name_part {
  padding: 30px 30px;
  background-color: #fff;
}
@media all and (max-width: 1024px) {
  .topic_wrapper .name_part {
    padding: 30px 20px 15px;
  }
}
@media all and (max-width: 992px) {
  .topic_wrapper .name_part {
    padding: 4vw;
  }
}
@media all and (max-width: 576px) {
  .topic_wrapper .name_part {
    padding: 20px 8px 5px;
  }
}
.topic_wrapper:last-child {
  width: 100%;
  display: inline-block;
  margin-bottom: 5%;
}
.topic_wrapper:last-child .subject_content {
  border-radius: 0 0 30px 30px;
}
@media all and (max-width: 576px) {
  .topic_wrapper:last-child .subject_content {
    margin-bottom: 5%;
    border-radius: 0 0 15px 15px;
  }
}
.topic_wrapper:not(:has(.active)):last-child .name_part {
  padding-bottom: 30px;
}

.subject_tab {
  margin-top: 20px;
}
@media all and (max-width: 992px) {
  .subject_tab {
    padding: 10px 0;
    justify-content: center;
  }
}
@media all and (max-width: 576px) {
  .subject_tab {
    margin-top: 10px;
    padding: 0 0 5px;
  }
}
.subject_name {
  font-size: 24px;
  font-size: max(22px, 1.5vw);
  line-height: 1;
  letter-spacing: 2px;
  color: white;
  background-color: #0156a4;
  position: relative;
  padding: 15px 20px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media all and (max-width: 992px) {
  .subject_name {
    line-height: 1.5;
    padding: 10px 20px;
  }
}
@media all and (max-width: 576px) {
  .subject_name {
    font-size: 4vw;
    padding: 5px 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    letter-spacing: 0.02em;
  }
}
@media all and (max-width: 360px) {
  .subject_name {
    font-size: 4vw;
    padding: 5px 5px 5px 7px;
  }
}
.subject_name::after {
  content: "";
  background-image: url(../images/arrow_subject.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 0.9em;
  height: 0.9em;
  display: inline-block;
  position: relative;
  top: 0.05em;
  margin-left: 0.2em;
  transform: rotate(-90deg);
  transition: all 0.5s;
}
@media all and (max-width: 576px) {
  .subject_name::after {
    width: 0.7em;
  }
}
.subject_name.active {
  color: white;
  background-color: #55a5ad;
}
.subject_name.active::after {
  content: "";
  background-size: 100%;
  background-position: center;
  transform: rotate(0deg);
}
.subject_content {
  display: none;
  background-color: #e7f2f4;
}
@media all and (max-width: 992px) {
  .subject_content {
    padding: 5vw 3vw;
  }
}
.subject_content .title_content {
  color: #0156a4;
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
@media all and (max-width: 992px) {
  .subject_content .title_content {
    display: inline-grid;
    width: 100%;
    font-size: 22px;
    letter-spacing: 0.05em;
  }
}
@media all and (max-width: 576px) {
  .subject_content .title_content {
    font-size: 4.5vw;
  }
}
.subject_content .title_content span {
  font-size: 20px;
  font-weight: normal;
  margin-left: 5px;
}
@media all and (max-width: 992px) {
  .subject_content .title_content span {
    font-size: 20px;
    margin-left: 0px;
    letter-spacing: 0.1em;
  }
}
@media all and (max-width: 576px) {
  .subject_content .title_content span {
    font-size: 4vw;
    letter-spacing: 0.05em;
  }
}
.subject_content .subtitle {
  font-size: 1em;
  font-size: 20px;
  color: #007480;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.subject_content .subtitle span {
  font-weight: normal;
}
@media all and (max-width: 992px) {
  .subject_content .subtitle {
    font-size: 3vw;
    font-size: 20px;
    line-height: 1.5;
    text-align: justify;
    letter-spacing: 0;
    padding: 0;
  }
}
@media all and (max-width: 576px) {
  .subject_content .subtitle {
    font-size: 4vw;
  }
}
.subject_content p {
  font-size: 1.2rem;
  font-size: 20px;
  color: #97a2a3;
  color: black;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media all and (max-width: 992px) {
  .subject_content p {
    font-size: 20px;
    text-align: justify;
    letter-spacing: 0.05em;
  }
}
@media all and (max-width: 576px) {
  .subject_content p {
    font-size: 4vw;
  }
}
.subject_content p span {
  color: #0156a4;
}
.subject_content img {
  display: block;
  width: 90%;
  max-width: 700px;
  margin: 5% auto;
}
@media all and (max-width: 992px) {
  .subject_content img {
    width: 100%;
  }
}
.subject_content article {
  margin-bottom: 10%;
}
.subject_content article:last-child {
  margin-bottom: 5%;
}
.subject_content article.btline {
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 20px;
  border-bottom: 2px solid #fff;
}
@media all and (max-width: 576px) {
  .subject_content article.btline {
    margin-top: 10px;
    padding-bottom: 10px;
  }
}
.subject_content article ul.dot {
  padding-left: 0;
  margin-left: 0;
}
.subject_content article ul.dot > li {
  color: black;
  font-size: 20px;
  letter-spacing: 0.1em;
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  align-items: start;
  gap: 10px;
  text-align: justify;
}
@media all and (max-width: 576px) {
  .subject_content article ul.dot > li {
    font-size: 4vw;
    gap: 5px;
  }
}
.subject_content article ul.dot > li::before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background: #55a5ad;
  border-radius: 50px;
  margin-top: 0.5rem;
  padding: 5px;
  margin-left: 5px;
  margin-right: 5px;
}
@media all and (max-width: 576px) {
  .subject_content article ul.dot > li::before {
    width: 3px;
    height: 3px;
    margin-top: 1em;
    font-size: 5px;
  }
}
.subject_content article ul.dot > li ul.checkitem {
  padding-left: 0;
  margin-left: 0;
}
.subject_content article ul.dot > li ul.checkitem > li {
  color: black;
  padding-left: 0;
  margin-left: 1em;
  margin-bottom: 0.5em;
  list-style-type: none;
  position: relative;
  text-indent: -1em;
  text-align: justify;
}
.subject_content article ul.dot > li ul.checkitem > li::before {
  content: "";
  width: 20px;
  height: 14px;
  display: inline-block;
  background-image: url("../images/icon_check.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media all and (max-width: 576px) {
  .subject_content article ul.dot > li ul.checkitem > li::before {
    width: 16px;
    height: 12px;
  }
}
@media all and (max-width: 360px) {
  .subject_content article ul.dot > li ul.checkitem > li::before {
    width: 14px;
  }
}
.subject_content article ul.dot_blue {
  text-indent: 0em;
}
.subject_content article ul.dot_blue > li::before {
  background: #0156a4;
}
.subject_content article ul.dot.text-blue li {
  color: #0156a4;
}
.subject_content.active {
  display: block;
}
.subject_content .list {
  list-style-type: disc;
  font-size: 1em;
  color: #0156a4;
  line-height: 1.8;
  letter-spacing: 0.2em;
}
@media all and (max-width: 992px) {
  .subject_content .list {
    font-size: 3vw;
    padding: 0 3vw;
    text-align: justify;
    letter-spacing: 0.05em;
  }
}
@media all and (max-width: 576px) {
  .subject_content .list {
    font-size: 4vw;
    padding-right: 0;
  }
}
.subject_content .list_gray li {
  color: #97a2a3;
}
.subject_content .list_gray li::marker {
  color: #0156a4;
}
.subject_content .list_gray li > span {
  color: #0156a4;
}
.subject_content .list_checked {
  list-style-type: none;
  padding-left: 1.2em;
  text-indent: -1em;
}
.subject_content .list_checked li::before {
  content: "✓";
  font-weight: bold;
  position: relative;
  left: -5px;
}
.subject_content .pictext {
  display: flex;
  gap: 2em;
  padding: 10px 0;
}
@media all and (max-width: 992px) {
  .subject_content .pictext {
    flex-direction: column;
    padding: 0 0 1em;
    gap: 1em;
  }
}
@media all and (max-width: 576px) {
  .subject_content .pictext {
    gap: 0em;
  }
}
.subject_content .pictext img {
  width: 100%;
  margin: 0 auto;
}
.subject_content .pictext > * {
  width: 50%;
}
@media all and (max-width: 992px) {
  .subject_content .pictext > * {
    width: 100%;
  }
}
.subject_content .issue {
  display: flex;
  align-items: start;
}
.subject_content .issue_tag {
  color: white;
  color: #2c4f87;
  font-size: 22px;
  border: 1px solid #2c4f87;
  padding: 30px 20px;
  display: inline-block;
  border-radius: 5px;
  letter-spacing: 0.1em;
  word-break: keep-all;
}
@media all and (max-width: 576px) {
  .subject_content .issue_tag {
    font-size: 4.5vw;
  }
}
.subject_content .issue_text ul.dot {
  margin-bottom: 0;
}
.subject_content .issue_text ul.dot > li {
  margin-bottom: 0;
}
.subject_content .issue_wrapper {
  margin-bottom: 30px;
}
.subject_content .issue_wrapper-mb10 {
  margin-bottom: 10px;
}
.subject_content .issue_wrapper-last {
  border-bottom: none;
}
.subject_content .issue_item {
  color: white;
  font-size: 22px;
  background-color: #2c4f87;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 5px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
@media all and (max-width: 576px) {
  .subject_content .issue_item {
    font-size: 4.5vw;
  }
}
.subject_content .issue_line {
  margin-bottom: 30px;
  border-bottom: 2px solid #2c4f87;
}
.subject_content .year {
  padding-top: 20px;
}
.subject_content .year_item {
  display: flex;
  align-self: start;
  gap: 20px;
  margin-bottom: 20px;
}
.subject_content .year_item span {
  font-size: inherit;
  font-weight: bold;
}
.subject_content .year_item p {
  margin-bottom: 0;
  line-height: 1.5;
}

.link_part a {
  font-size: 24px;
  font-size: max(22px, 1.5vw);
  line-height: 1;
  letter-spacing: 2px;
  color: white;
  background-color: #f36827;
  position: relative;
  padding: 15px 20px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}
@media all and (max-width: 576px) {
  .link_part a {
    padding: 8px 10px;
    font-size: 4.5vw;
    letter-spacing: 0px;
  }
}
.link_part a::after {
  content: "";
  background-image: url(../images/icon_link.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 0.9em;
  height: 0.9em;
  display: inline-block;
  position: relative;
  top: 0.05em;
  margin-left: 0.2em;
  transition: all 0.5s;
}

.subject_content {
  padding: 20px 30px;
}
@media all and (max-width: 992px) {
  .subject_content {
    padding: 20px;
  }
}
@media all and (max-width: 576px) {
  .subject_content {
    padding: 15px;
  }
}
.subject_content .award {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.subject_content .award > img {
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
}
@media all and (max-width: 576px) {
  .subject_content .award > img {
    max-width: 80px;
  }
}
.subject_content .award .title_content {
  width: 100%;
}

@media all and (max-width: 992px) {
  #taipei .topic_1 .topic_name::before {
    bottom: 0em;
    left: -0.1em;
  }
}
@media all and (max-width: 992px) {
  #taipei .topic_1 .topic_name::after {
    top: 0.2em;
    left: 1.6em;
  }
}
@media all and (max-width: 992px) {
  #taipei .topic_2 .topic_name::before {
    bottom: 0em;
    left: -0.1em;
  }
}
#taipei .topic_2 .topic_name::after {
  top: 0.1em;
  left: 0.75em;
}
@media all and (max-width: 992px) {
  #taipei .topic_2 .topic_name::after {
    top: 0.1em;
    left: 1.15em;
  }
}
@media all and (max-width: 992px) {
  #taipei .topic_3 .topic_name::before {
    bottom: 0em;
    left: -0.1em;
  }
}
#taipei .topic_3 .topic_name::after {
  left: 3.45em;
}
@media all and (max-width: 992px) {
  #taipei .topic_3 .topic_name::after {
    top: 0.3em;
    left: 3.8em;
  }
}
@media all and (max-width: 992px) {
  #taipei .topic_4 .topic_name::before {
    bottom: 0em;
    left: -0.1em;
  }
}
@media all and (max-width: 992px) {
  #taipei .topic_4 .topic_name::after {
    top: 0.3em;
    left: 1.8em;
  }
}

.en .main_img {
  position: relative;
  top: 5vw;
  width: 60%;
}
@media all and (max-width: 992px) {
  .en .main_img {
    top: 7vw;
    width: 65%;
  }
}
.en .section-kv .main_text h2 span {
  padding: 2em 2em;
  font-size: 1.5rem;
  background-size: contain;
}
@media all and (max-width: 576px) {
  .en .section-kv .main_text h2 span {
    padding: 2.2em 1.7em;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
}
.en .section-kv .main_text p {
  text-align: left;
}
.en .section-kv .kv_cloud {
  top: 42%;
}
@media all and (max-width: 1024px) {
  .en .section-kv .kv_cloud {
    top: 32%;
  }
}
@media all and (max-width: 992px) {
  .en .section-kv .kv_cloud {
    height: 20%;
  }
}
@media all and (max-width: 576px) {
  .en .section-kv .kv_cloud {
    top: 23%;
    height: 15%;
  }
}
.en .section-content .tab_city .tab_city_text-city {
  letter-spacing: 0.05em;
  margin-top: 15%;
  margin-bottom: 5px;
}
.en .section-content .tab_city .tab_city_text-date span {
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4em;
}
.en .subject_content .title_content,
.en .subject_content p,
.en .subject_content article ul.dot > li,
.en .subject_content article ul.dot > li ul.checkitem > li {
  text-align: left;
}
.en .subject_content .issue {
  flex-direction: column;
}
.en .subject_content .issue_tag {
  padding: 10px 15px;
}
.en .subject_content .issue_text {
  padding-left: 0;
  margin-top: 10px;
}
.en .subject_content article ul.dot > li {
  margin-top: 0;
}
.en .section-content .tab_city .tab_city_text-date {
  border-radius: 50px;
}
@media all and (max-width: 992px) {
  .en .fixed_topic {
    padding: 10px 10vw;
  }
}
@media all and (max-width: 576px) {
  .en .fixed_topic {
    padding: 10px 10px;
    gap: 10px;
  }
}
@media all and (max-width: 1024px) {
  .en .fixed_topic .topic_name {
    letter-spacing: 1px;
  }
}
@media all and (max-width: 992px) {
  .en .fixed_topic .topic_name {
    line-height: 1;
  }
}
@media all and (max-width: 576px) {
  .en .fixed_topic .topic_name {
    letter-spacing: 0px;
    font-size: 3.5vw;
  }
}
@media all and (max-width: 576px) {
  .en .subject_content {
    padding: 15px;
  }
  .en .section-content .tab_city {
    gap: 5px;
  }
  .en .topic_name {
    font-size: 4.5vw;
    letter-spacing: 1px;
  }
  .en .section-content .tab_city .tab_city_text-date {
    padding: 5px 10px;
    font-size: 4.7vw;
    gap: 2px;
  }
  .en .subject_content .title_content,
  .en .subject_content p,
  .en .subject_content article ul.dot > li,
  .en .subject_content article ul.dot > li ul.checkitem > li {
    letter-spacing: 0px;
  }
  .en .subject_name {
    font-size: 3vw;
    letter-spacing: 0;
    text-align: center;
  }
  .en .section-kv .main_text p,
  .en .subject_content .title_content,
  .en .subject_content p,
  .en .subject_content .issue_wrapper > div {
    font-size: 4vw;
    letter-spacing: 0.02em;
  }
  .en .link_part a,
  .en .subject_content .issue_tag,
  .en .subject_content .issue_item {
    font-size: 4vw;
    letter-spacing: 0px;
  }
  .en .menu_text {
    font-size: 3vw;
    letter-spacing: 0;
  }
  .en .subject_tab_flex {
    display: flex;
    gap: 10px;
  }
  .en .subject_tab_flex > div {
    flex: 1;
    justify-content: space-around;
  }
  .en .more_part .btn_more {
    font-size: 3vw;
    letter-spacing: 0.03em;
  }
  .en .subject_content .issue_wrapper,
  .en .subject_content .issue_line {
    margin-bottom: 15px;
  }
}/*# sourceMappingURL=style.css.map */