@charset "UTF-8";
@import '../css/magnific-popup.css';
@import '../assets/owlcarousel/owl.carousel.min.css';
@import '../assets/owlcarousel/owl.theme.default.min.css';
@import '../css/bootstrap.min.css';
@import '../css/docs.theme.min.css';
@import url("https://pro.fontawesome.com/releases/v5.10.0/css/all.css");
@import '../css/animate.min.css';
@import '../css/aos.css';
@import '../css/slicknav.css';
body {
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, "微軟正黑體";
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul li {
  padding: 0;
}
ul li ul {
  margin: 0;
  padding: 0;
}

button {
  outline: 0 !important;
}

a:focus, input:focus, button:focus, textarea:focus {
  outline: 1px dotted #434343 !important;
}

.mfp-image-holder .mfp-close:focus {
  outline: 1px dotted #ffffff !important;
  width: 30px;
}

.mfp-iframe-holder .mfp-close:focus, .mfp-arrow:focus {
  outline: 1px dotted #ffffff !important;
}

@media only screen and (max-width: 1100px) {
  a:focus, input:focus, button:focus, textarea:focus {
    outline: none;
  }
}
.red {
  color: crimson;
  padding: 0 5px;
}

.point {
  color: crimson;
  padding: 0 5px;
  font-size: 0.8rem;
}

.clear {
  clear: both;
}

/*文字大中小*/
.font_s {
  font-size: 1em;
}

.font_m {
  font-size: 1.25em;
}

.font_l {
  font-size: 1.5em;
}

/*圖片左中右*/
.img_l {
  float: left;
  max-width: 100%;
  margin: 0 4vw 0 0;
}

.img_r {
  float: right;
  max-width: 100%;
  margin: 0 0 0 4vw;
}

.img_c {
  float: none;
  max-width: 100%;
  margin: 20px auto;
  display: block;
}

@media only screen and (max-width: 960px) {
  .img_r {
    float: none;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    display: block;
  }

  .img_l {
    float: none;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    display: block;
  }

  .img_c {
    float: none;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
}
.sr-only {
  background: #fff;
  border: 2px solid #ff7a81 !important;
  padding: 5px 10px !important;
  display: inline-block;
  z-index: 7;
  border-radius: 10px;
  color: #ff7a81;
  position: absolute !important;
  z-index: 3;
}

.accesskey_c {
  position: absolute;
  left: 5%;
  top: 1%;
  color: #efefef;
  z-index: 1;
}
.accesskey_c:focus {
  color: #434343;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: Arial, "微軟正黑體";
  background: url("../images/all-bg.png") center top 500px, #fff;
  color: #656565;
  font-size: 1.6rem;
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 1600px;
}

a {
  color: #ff7a81;
}

.m_open, .m_logo {
  display: none !important;
}

@media only screen and (max-width: 1100px) {
  .m_logo {
    display: block !important;
    width: 250px;
    height: 45px;
    position: fixed;
    top: 5px;
    left: 10px;
    z-index: 99999;
  }
  .m_logo b {
    display: none;
  }

  .m_open {
    display: block !important;
  }
}
/*---Menu---*/
.menu {
  clear: both;
  width: 100%;
  height: 90px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 0 0 0 30vw;
}
@media only screen and (max-width: 1600px) {
  .menu {
    padding: 0 0 0 24vw;
  }
}
@media only screen and (max-width: 1100px) {
  .menu {
    display: none;
  }
}
.menu .nav {
  position: absolute;
  right: 20px;
  top: 5px;
  color: #434343;
  z-index: 1;
}
.menu .nav a {
  display: inline-block;
  line-height: 1.8em;
  font-size: 1.6rem;
  padding: 0 10px;
  color: #434343;
}
.menu h1 {
  position: absolute;
  left: 17px;
  top: 60%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  font-size: 0;
}
.menu h1 a {
  display: inline-block;
  text-indent: -9999px;
  width: 20vw;
  max-width: 384px;
  height: 55px;
  background: url("../images/logo.svg") center center/100% no-repeat;
}
@media only screen and (max-width: 1600px) {
  .menu h1 a {
    width: 22vw;
  }
}
.menu span {
  margin: 0;
  padding: 0;
  font-size: 2.8rem;
  pointer-events: none;
  color: #ff7a81;
  font-weight: bold;
  display: inline-block;
}
@media only screen and (max-width: 1600px) {
  .menu span {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 1200px) {
  .menu span {
    font-size: 2rem;
  }
}
.menu ul {
  text-align: right;
  width: 100%;
  display: inline-flex;
  margin: 20px 0 0;
}
.menu ul li {
  position: relative;
  margin: 0;
  padding: 0;
  width: calc( 100% / 6);
}
.menu ul li a {
  width: 100%;
  height: 60px;
  line-height: 60px;
  display: inline-flex;
  text-decoration: none;
  color: #ffffff;
  position: relative;
  padding: 5px;
  margin: 0;
  text-align: left;
}
.menu ul li a .icon {
  display: inline-block;
  width: 2.5vw;
  max-width: 48px;
  height: 60px;
  text-align: center;
  position: relative;
  margin: 0 5% 0 0;
  transition: 0.3s;
}
.menu ul li a span {
  line-height: 60px;
}
.menu ul li a:hover .icon, .menu ul li a:focus .icon {
  transform: scale(1.1) rotateZ(20deg);
}
.menu ul li ul {
  display: none;
  position: absolute;
  top: 69px;
  left: 0;
  width: 100%;
  min-width: 160px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #eeeeee;
  margin: 0;
  padding: 5px 0;
  z-index: 10;
}
.menu ul li ul li {
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto;
}
.menu ul li ul li:last-child a {
  border-bottom: 0;
}
.menu ul li ul li a {
  height: auto;
  line-height: 1em;
  padding: 12px 5px 8px 36px;
  margin: 0;
  text-align: left;
  display: block;
  color: #656565;
  position: relative;
  border-bottom: 1px dashed #cccccc;
}
@media only screen and (max-width: 1600px) {
  .menu ul li ul li a {
    padding: 10px 5px 8px 32px;
  }
}
.menu ul li ul li a::before {
  content: "";
  background: url("../images/lightning-menu.svg") center center/100% no-repeat;
  width: 15px;
  height: 28px;
  display: block;
  position: absolute;
  left: 5px;
  top: 16px;
  transition: 0.3s;
}
@media only screen and (max-width: 1600px) {
  .menu ul li ul li a::before {
    width: 12px;
    height: 25px;
    top: 14px;
  }
}
.menu ul li ul li a span {
  font-size: 2.2rem;
  color: #656565;
  position: static;
  transform: none;
  line-height: 3.2rem;
  font-weight: normal;
}
@media only screen and (max-width: 1600px) {
  .menu ul li ul li a span {
    line-height: 2.8rem;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1250px) {
  .menu ul li ul li a span {
    font-size: 1.8rem;
  }
}
.menu ul li ul li a:hover::before, .menu ul li ul li a:focus::before {
  transform: scale(1.2) rotateZ(20deg);
}
.menu ul li ul li a:hover span, .menu ul li ul li a:focus span {
  color: #000000;
}
.menu ul li ul li ul li {
  display: none;
}
.menu ul li:hover ul, .menu ul li:focus ul {
  display: block;
}
.menu ul li:hover ul li ul, .menu ul li:focus ul li ul {
  display: none;
}

.shrink {
  transition: 0.3s;
  position: fixed;
  top: 0 !important;
  z-index: 10;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  background: rgba(255, 255, 255, 0.9);
}
.shrink.menu {
  height: 70px !important;
}
.shrink.menu .nav {
  display: none !important;
}
.shrink.menu h1 {
  top: 50% !important;
}
.shrink.menu ul {
  margin: 0 !important;
}

@media only screen and (max-width: 1100px) {
  .nav {
    display: none;
  }
}
/*MENU_手機板選單*/
.slicknav_menu, .m_open {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .slicknav_menu, .m_open {
    display: block !important;
  }
}

.banner {
  width: 100%;
  height: auto;
  clear: both;
  position: relative;
  padding: 0;
  margin: 0 auto;
}

#index_box {
  max-width: 1550px;
  margin: 20px auto 0;
  position: relative;
}
@media only screen and (max-width: 992px) {
  #index_box {
    margin: 0 auto;
    padding: 0 15px;
  }
}
#index_box .row {
  max-width: 100% !important;
}
#index_box .index-box {
  margin: 0 0 5%;
  padding: 4% 0 0;
}
@media only screen and (max-width: 768px) {
  #index_box .img {
    max-width: 80%;
    margin: -10% auto 0;
  }
}
#index_box .info h2 {
  color: #2bb7d8;
  font-size: 4.5rem;
  font-weight: bold;
  margin: 5vw 0 2vw -10px;
  padding: 0 0 0 43px;
  background: url("../images/lightning-menu.svg") left 5px top 7px/22px no-repeat;
}
@media only screen and (max-width: 1200px) {
  #index_box .info h2 {
    font-size: 3.6rem;
    background-size: 18px;
  }
}
@media only screen and (max-width: 992px) {
  #index_box .info h2 {
    font-size: 2.8rem;
    background: url("../images/lightning-menu.svg") left 10px top 5px/15px no-repeat;
    padding: 0 0 0 38px;
  }
}
@media only screen and (max-width: 768px) {
  #index_box .info h2 {
    font-size: 2.4rem;
    background: url("../images/lightning-menu.svg") left 10px top 5px/12px no-repeat;
    padding: 0 0 0 33px;
  }
}
#index_box .info p {
  font-size: 1.8rem;
  color: #434343;
  letter-spacing: 0.3px;
  line-height: 1.8em;
  margin: 0 0 1.2em;
  padding: 0;
  text-align: justify;
}
@media only screen and (max-width: 992px) {
  #index_box .info p {
    font-size: 1.6rem;
  }
}
#index_box .info ul {
  padding: 0;
}
#index_box .info ul li {
  display: inline-block;
  margin: 0 4% 4% 0;
}
#index_box .info ul li a {
  display: inline-block;
  padding: 10px 20px;
  font-size: 1.8rem;
  color: #656565;
  background: #f2f2f2;
  border-radius: 50px;
  transition: 0.3s;
}
@media only screen and (max-width: 992px) {
  #index_box .info ul li a {
    font-size: 1.6rem;
    padding: 5px 10px;
  }
}
#index_box .info ul li a:hover, #index_box .info ul li a:focus {
  background: #93eafe;
  text-decoration: none;
}

footer {
  background: #52cccc;
  height: auto;
  margin: 20vw 0 0;
  padding: 0 0 2%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 180px 0 2%;
  }
}
@media only screen and (max-width: 576px) {
  footer {
    padding: 100px 0 2%;
  }
}
footer::before {
  content: "";
  width: 100%;
  height: 180px;
  display: block;
  background: url("../images/wave.png") center bottom/100% no-repeat;
  position: absolute;
  left: 0;
  top: -178px;
  z-index: 1;
}
@media only screen and (max-width: 576px) {
  footer::before {
    height: 100px;
    top: -98px;
  }
}
footer .footer {
  background: transparent;
  padding: 0;
  margin: 0 auto;
  font-family: Arial, "微軟正黑體";
  letter-spacing: 0.5px;
  position: relative;
  z-index: 1;
}
footer .footer .container {
  max-width: 1240px !important;
}
@media only screen and (max-width: 768px) {
  footer .footer img {
    width: 100%;
    height: auto;
  }
}
footer .footer .row {
  max-width: 100%;
}
footer .footer .build {
  position: absolute;
  width: 25vw;
  height: 27vw;
  display: block;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 992px) {
  footer .footer .build {
    width: 35vw;
    height: 37vw;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer .build {
    width: 40vw;
    margin: 0 0 5vw;
    text-align: center;
  }
}
footer .footer .build img {
  width: 100%;
  height: auto;
}
footer .footer .info img {
  margin: 0 0 10px;
  max-width: 280px;
}
@media only screen and (max-width: 768px) {
  footer .footer .info {
    padding: 10px 0;
  }
}
footer .footer p {
  color: #ffffff;
  margin: 0 0 10px 0;
  font-weight: bold;
  line-height: 1.8em;
  font-size: 1.6rem;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 768px) {
  footer .footer p {
    font-size: 1.4rem;
  }
}
footer .footer a {
  color: #ffffff;
}
footer .footer ul li a {
  display: inline-block;
  line-height: 1.8em;
  font-size: 1.8rem;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}

.top a {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 11.5%;
  right: 5%;
  display: block;
  background: url("../images/top.png") center center no-repeat #ff7a81;
  text-indent: -9999px;
  z-index: 2;
  border-radius: 50%;
  transition: 0.2s ease-in-out;
}
.top a:hover, .top a:focus {
  transform: scale(1.2);
}

/*內頁*/
#in_content {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  text-align: center;
  position: relative;
}
#in_content .row {
  max-width: 100%;
}
#in_content .container {
  max-width: 1240px !important;
}
#in_content .page-title {
  text-align: center;
  display: inline-flex;
  margin: 0 auto 35px;
}
@media only screen and (max-width: 768px) {
  #in_content .page-title {
    margin: 0 auto 20px;
  }
}
#in_content .page-title h2 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 4.5rem;
  color: #ff7a81;
  font-weight: bold;
  line-height: 90px;
  height: 90px;
  position: relative;
}
#in_content .page-title h2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  display: block;
  background: #2bb7d8;
  left: 0;
  bottom: -5px;
}
#in_content .page-title a {
  display: inline-block;
  width: 60px;
  height: 90px;
}
#in_content .page-title a:hover span {
  transform: scale(1.15) rotateZ(20deg);
}
@media only screen and (max-width: 768px) {
  #in_content .page-title a {
    width: 50px;
    height: 80px;
  }
}
#in_content .page-title span {
  display: inline-block;
  text-indent: -9999px;
  width: 60px;
  height: 90px;
  transition: 0.3s;
}
@media only screen and (max-width: 1200px) {
  #in_content .page-title h2 {
    font-size: 3.6rem;
    line-height: 90px;
    height: 90px;
  }
}
@media only screen and (max-width: 768px) {
  #in_content .page-title h2 {
    font-size: 3.2rem;
    line-height: 80px;
    height: 80px;
  }
  #in_content .page-title h2::before {
    display: none;
  }
  #in_content .page-title span {
    width: 50px;
    height: 80px;
  }
}
#in_content .sub-menu ul {
  text-align: center;
  margin: 0 0 15px;
}
@media only screen and (max-width: 768px) {
  #in_content .sub-menu ul {
    text-align: left;
  }
}
#in_content .sub-menu ul li {
  display: inline-block;
  margin: 0 20px 20px 0;
}
@media only screen and (max-width: 576px) {
  #in_content .sub-menu ul li {
    margin: 0 10px 20px 0;
  }
}
#in_content .sub-menu ul li a {
  display: inline-block;
  padding: 10px 20px;
  font-size: 1.8rem;
  color: #656565;
  background: #f2f2f2;
  border-radius: 50px;
  transition: 0.3s;
}
@media only screen and (max-width: 992px) {
  #in_content .sub-menu ul li a {
    font-size: 1.6rem;
    padding: 5px 10px;
  }
}
#in_content .sub-menu ul li a:hover, #in_content .sub-menu ul li a.active, #in_content .sub-menu ul li a:focus {
  background: #93eafe;
  text-decoration: none;
}
#in_content .video-list {
  margin: 0 0 5%;
}
#in_content .video-list a .video {
  padding: 34px 0;
  background: #dfdfdf;
  border-radius: 20px;
  position: relative;
  transition: 0.3s;
}
#in_content .video-list a .video::before {
  content: "";
  width: 100%;
  height: 34px;
  background: url("../images/video-bg.png") left center repeat-x;
  position: absolute;
  left: 15px;
  top: 0;
  background-size: 24px;
}
#in_content .video-list a .video::after {
  content: "";
  width: 100%;
  height: 34px;
  background: url("../images/video-bg.png") left center repeat-x;
  position: absolute;
  left: 15px;
  bottom: 0;
  background-size: 24px;
}
@media only screen and (max-width: 992px) {
  #in_content .video-list a .video::before, #in_content .video-list a .video::after {
    background-size: 20px;
  }
}
#in_content .video-list a b {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
#in_content .video-list a b span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 85px;
  height: 55px;
  background: rgba(255, 0, 0, 0.8);
  text-indent: -9999px;
  border-radius: 14px;
  transition: 0.4s ease-in-out;
}
#in_content .video-list a b span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 998;
  height: 0px;
  width: 0px;
  margin: -15px 0 0 -8px;
  border-color: transparent transparent transparent #FFF;
  border-style: solid solid solid solid;
  border-width: 15px 19px;
  border-radius: 3px;
}
#in_content .video-list a p {
  font-weight: bold;
  width: 100%;
  margin: 0 auto 4%;
  padding: 2% 0;
  color: #656565;
  font-size: 1.8rem;
  list-style: 1.5;
  text-align: center;
  letter-spacing: 0.4px;
}
@media only screen and (max-width: 768px) {
  #in_content .video-list a p {
    font-size: 1.6rem;
  }
}
#in_content .video-list a:hover, #in_content .video-list a:focus {
  text-decoration: none;
}
#in_content .video-list a:hover .video, #in_content .video-list a:focus .video {
  background: #ff7a81;
  transform: scale(1.05);
}

/*內容區塊*/
#main_block {
  position: relative;
}

#error404_in {
  padding: 50px;
  margin: 0 auto;
  width: 90%;
  max-width: 500px;
  text-align: left;
}
@media only screen and (max-width: 960px) {
  #error404_in {
    padding: 50px 20px;
  }
}
#error404_in p {
  background: url("../images/404_01.png") 5px center no-repeat;
  padding: 10px 0 10px 80px;
  font-size: 2.2rem;
  line-height: 2.4em;
  font-weight: bold;
  text-align: left;
}
#error404_in h3 {
  text-align: left;
  margin: 1% 0 2%;
  font-size: 2.2rem;
}
#error404_in h3:before, #error404_in h3:after {
  display: none;
}
#error404_in ul {
  margin: 0 0 30px 0;
  padding: 0 0 0 85px;
}
#error404_in ul li {
  list-style-type: none;
  background: url("../images/404_03.png") 0 center no-repeat;
  padding: 0 0 0 20px;
  font-size: 1.6rem;
  line-height: 2.4em;
}
#error404_in ul li a {
  display: inline-block;
  color: #ff7a81;
  text-decoration: underline;
  font-size: 1.6rem;
  line-height: 2.4em;
}

.detail_box {
  text-align: left;
}
.detail_box h3 {
  color: #2bb7d8;
  font-size: 3.6rem;
  font-weight: bold;
  margin: 2vw 0 4vw;
  padding: 0 0 0 36px;
  background: url("../images/lightning-menu.svg") left 10px/16px no-repeat;
}
@media only screen and (max-width: 992px) {
  .detail_box h3 {
    font-size: 3.2rem;
    background: url("../images/lightning-menu.svg") left 5px top 6px/16px no-repeat;
  }
}
@media only screen and (max-width: 768px) {
  .detail_box h3 {
    font-size: 2.6rem;
    background: url("../images/lightning-menu.svg") left 5px top 5px/12px no-repeat;
    padding: 0 0 0 30px;
  }
}
.detail_box .box_info {
  margin: 0 0 3vw 0;
  position: relative;
}
.detail_box .box_info h4 {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #434343;
  margin: 0 0 20px;
  padding: 0 0 0 28px;
  position: relative;
}
.detail_box .box_info h4::before {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  background: #ffa041;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
@media only screen and (max-width: 768px) {
  .detail_box .box_info h4 {
    font-size: 1.8rem;
    margin: 10px 0 5px 10px;
    padding: 0 0 0 25px;
  }
  .detail_box .box_info h4::before {
    top: 5px;
    left: 5px;
  }
}
.detail_box .box_info p {
  font-size: 1.8rem;
  color: #434343;
  line-height: 2em;
  padding: 0 0 20px 0;
  margin: 0;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  .detail_box .box_info p {
    font-size: 1.6rem;
    padding: 0 10px 0 15px;
  }
}
.detail_box .box_info p.date {
  padding: 0 10px;
  margin: 0;
}
.detail_box img {
  max-width: 100%;
  position: relative;
  z-index: 2;
  margin-bottom: 2vw;
}
.detail_box ul li {
  padding: 0 0 0 15px;
}
.detail_box ul li a {
  color: #ff814e;
}
.detail_box ul li a:hover, .detail_box ul li a:focus {
  color: #726246;
}
.detail_box .popup_list h4,
.detail_box .img_list h4,
.detail_box .download_list h4,
.detail_box .link_list h4,
.detail_box .upload_list h4 {
  margin: 15px 0 10px 0;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #434343;
  background: none;
}
@media only screen and (max-width: 768px) {
  .detail_box .popup_list h4,
.detail_box .img_list h4,
.detail_box .download_list h4,
.detail_box .link_list h4,
.detail_box .upload_list h4 {
    font-size: 1.8rem;
  }
}
.detail_box .popup_list h4 i,
.detail_box .img_list h4 i,
.detail_box .download_list h4 i,
.detail_box .link_list h4 i,
.detail_box .upload_list h4 i {
  margin: 0 15px 0 0;
  color: #ffa041;
}
.detail_box .popup_list {
  margin: 15px 0;
  padding: 0 40px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .detail_box .popup_list {
    padding: 0 20px;
  }
}
.detail_box .popup_list h4 {
  margin-left: -50px;
}
@media only screen and (max-width: 768px) {
  .detail_box .popup_list h4 {
    margin-left: -20px;
  }
}
.detail_box .popup_list ul {
  margin: 0;
  padding: 0;
}
.detail_box .popup_list ul li {
  background: none;
  margin: 0;
  padding: 0;
}
.detail_box .popup_list ul li a {
  display: block;
  width: 97%;
  margin: 2px auto;
  padding: 10px;
  color: #7d7d7d;
  background: #e6fcff;
  border-top: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-bottom: solid 2px #ccc;
  text-decoration: none;
  transition: 0.4s ease-in-out;
}
.detail_box .popup_list ul li a b {
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  background: #f7f7f7;
  overflow: hidden;
  text-align: center;
}
.detail_box .popup_list ul li a img {
  object-fit: cover;
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.detail_box .popup_list ul li a p {
  margin: 10px 0 0 0;
  padding: 0 5px;
  font-size: 1.8rem;
  line-height: 1.5em;
  text-align: center;
  height: 60px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .detail_box .popup_list ul li a p {
    font-size: 1.4rem;
  }
}
.detail_box .popup_list ul li a span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  margin: -40px 0 0 -40px;
  width: 80px;
  height: 80px;
  background: url("../images/bg_k50.png") repeat;
  border: solid 2px #FFF;
  text-indent: -9999px;
  border-radius: 50%;
  transition: 0.4s ease-in-out;
}
.detail_box .popup_list ul li a span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 998;
  height: 0px;
  width: 0px;
  margin: -16px 0 0 -10px;
  border-color: transparent transparent transparent #FFF;
  border-style: solid solid solid solid;
  border-width: 16px 22px;
}
.detail_box .popup_list ul li a:hover, .detail_box .popup_list ul li a:focus {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.detail_box .popup_list ul li a:hover span, .detail_box .popup_list ul li a:focus span {
  opacity: 0.6;
}
.detail_box .popup_list .owl-nav .owl-prev, .detail_box .popup_list .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  transform: translateY(-60%);
  width: 40px;
  height: 40px;
  display: inline-block;
  text-indent: -9999px;
}
@media only screen and (max-width: 768px) {
  .detail_box .popup_list .owl-nav .owl-prev, .detail_box .popup_list .owl-nav .owl-next {
    transform: scale(0.7) translateY(-60%);
  }
}
.detail_box .popup_list .owl-nav .owl-prev {
  left: -50px;
  background: url("../images/banner-arrow-l.svg") center center/100% 100% no-repeat;
}
.detail_box .popup_list .owl-nav .owl-next {
  right: -50px;
  background: url("../images/banner-arrow-r.svg") center center/100% 100% no-repeat;
}
.detail_box .owl-theme .owl-dots .owl-dot button {
  width: 12px;
  height: 12px;
  display: inline-block;
  padding: 0;
  margin: 10px 5px 20px;
  border-radius: 50%;
  background: #cccccc;
  border: 0;
  text-indent: -9999px;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .detail_box .owl-theme .owl-dots .owl-dot button {
    width: 10px;
    height: 10px;
  }
}
.detail_box .owl-theme .owl-dots .owl-dot.active button, .detail_box .owl-theme .owl-dots .owl-dot:hover button {
  background: #52cccc;
}
.detail_box .download_list {
  clear: both;
  overflow: auto;
  padding: 0 0 10px 0;
}
.detail_box .download_list ul {
  margin: 0;
  padding: 0 10px;
}
.detail_box .download_list ul li {
  background: none;
}
.detail_box .download_list ul li span {
  margin: 0;
  padding: 0;
  color: #757575;
}
.detail_box .download_list ul li a {
  display: block;
  padding: 8px 10px 8px 40px;
  font-size: 1.6rem;
  line-height: 2em;
  background: url("../images/icon_newsdownload.png") no-repeat 12px 12px;
  color: #434343;
  text-decoration: none;
  border-bottom: 1px dashed #ccc;
}
.detail_box .download_list ul li a:hover, .detail_box .download_list ul li a:focus {
  background: #f1f7f9 url("../images/icon_newsdownload_.png") no-repeat 12px 12px;
  color: #7e7e7e;
}
.detail_box .link_list {
  clear: both;
  overflow: auto;
  padding: 0 0 10px 0;
}
.detail_box .link_list ul {
  margin: 0;
  padding: 0 10px;
}
.detail_box .link_list ul li {
  background: none;
}
.detail_box .link_list ul li span {
  margin: 0;
  padding: 0;
  color: #757575;
}
.detail_box .link_list ul li a {
  display: block;
  padding: 8px 10px 8px 40px;
  font-size: 1.6rem;
  line-height: 2em;
  background: url("../images/icon_newslink.png") no-repeat 12px 12px;
  color: #434343;
  text-decoration: none;
  border-bottom: 1px dashed #ccc;
}
.detail_box .link_list ul li a:hover, .detail_box .link_list ul li a:focus {
  background: #f1f7f9 url("../images/icon_newslink_.png") no-repeat 12px 12px;
  color: #7e7e7e;
}
.detail_box .middle_link ul li, .detail_box .middle_link02 ul li {
  background: none !important;
  padding: 0 !important;
}
.detail_box .middle_link ul li a, .detail_box .middle_link02 ul li a {
  margin: 20px 0 10px;
  border: 1px solid #d1d4dc;
  transition: 0.3s;
}

.mfp-figure small {
  display: none !important;
}

img.mfp-img {
  max-height: 900px !important;
}

.btn-stop {
  position: absolute;
  left: 135px;
  top: 2px;
  z-index: 2;
  opacity: 0.8;
}

.btn-stop button {
  width: 30px;
  height: 30px;
  background: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.btn-stop button i {
  font-size: 2rem;
  color: #ff7a81;
}

/*內頁-PAGE*/
#in_content #page {
  clear: both;
  text-align: center;
  margin: 0 0 10vw;
  overflow: auto;
  position: relative;
  font-size: 1.6rem;
}
#in_content #page ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100%;
}
#in_content #page ul li {
  background: none;
  display: inline-block;
  margin: 0 5px;
  line-height: 1.5em;
  text-align: center;
}
#in_content #page ul li:last-child, #in_content #page ul li:first-child {
  letter-spacing: -2px;
}
#in_content #page ul li a {
  display: block;
  width: 30px;
  height: 30px;
  color: #333333;
  border: solid 1px #f2f2f2;
  border-radius: 5px;
  text-decoration: none;
  background: #ffffff;
  border-radius: 50%;
  padding: 2px 0 0 0;
  margin: 0;
  line-height: 25px;
  overflow: hidden;
  font-size: 1.6rem;
}
#in_content #page ul li a:before, #in_content #page ul li a:after {
  display: none;
}
#in_content #page ul li a i {
  width: 30px;
  height: 30px;
  line-height: 25px;
  color: #555555;
  background: none;
}
#in_content #page ul li a:hover, #in_content #page ul li a:focus {
  background: #cecece;
  color: #FFF;
  border: solid 1px #f2f2f2;
}
#in_content #page ul li a:hover i, #in_content #page ul li a:focus i {
  color: #ffffff;
}
#in_content #page ul li a.cur {
  background: #cecece;
  color: #FFF;
  border: solid 1px #f2f2f2;
}
#in_content #page ul li b {
  font-size: 0.875em;
  font-weight: normal;
  position: absolute;
  top: 10px;
  right: 15px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  padding: 8px 5px !important;
}

.sitemap {
  text-align: left;
  background: url("../images/img05.png") center bottom/56% no-repeat;
  padding: 0 0 45%;
}
.sitemap .info {
  padding: 0 3% 4%;
  font-size: 1.6rem;
  letter-spacing: 0.5px;
  line-height: 2em;
  margin: 0 0 -5%;
}
.sitemap .op_don {
  display: none;
}
.sitemap h3 {
  margin: 10% 0 0;
  padding: 0;
  display: block;
}
.sitemap h3 a {
  font-size: 2rem;
  font-weight: bold;
  background: linear-gradient(to right, #ff7a81 0%, #ffa041 100%);
  padding: 8px 20px 7px;
  border-radius: 10px;
  color: #ffffff;
  display: block;
}
.sitemap ul {
  border: 1px solid #ff7a81;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  padding: 20px;
  width: 95%;
  margin: 0 auto;
  background: #ffffff;
}
.sitemap ul li a {
  padding: 5px 5px 5px 25px;
  margin: 0 0 5px;
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  color: #656565;
}
.sitemap ul li a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block;
  background: #ffa041;
  position: absolute;
  left: 5px;
  top: 13px;
}
.sitemap ul li ul {
  border: 0;
  margin: 0;
  padding: 3px 5px 3px 25px;
}
.sitemap ul li ul li a:before {
  background: #2bb7d8;
}