body {
  color: #3e3a39;
}

a {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

/*old*/
/*menu*/
.mobile_logo {
  display: none;
  float: left;
  width: 130px;
  padding: 5px 15px;
}

.navbar {
  margin-bottom: 0;
  background-color: #b8345a;
  border: 0;
  font-size: 16px !important;
  letter-spacing: 1px;
  min-height: auto;
}

.navbar li a,
.navbar .navbar-brand {
  color: #fff !important;
}

.navbar-nav li a:hover {
  color: #671d57 !important;
}

.navbar-nav li.active a {
  color: #671d57 !important;
  background-color: #1d1df8 !important;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
}

.open .dropdown-toggle {
  color: #671d57 !important;
  background-color: #631c44 !important;
}

.dropdown-menu li a {
  color: #000 !important;
}

.dropdown-menu li a:hover {
  background-color: #f3f3f3 !important;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #e24fa2;
}

/*new*/
/* menu */
.menubar {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #b8345a;
  width: 100%;
  letter-spacing: 1px;
  z-index: 99;
}

.menu_bar_mobile {
  overflow: hidden;
  background-color: #fff;
}

.menubar_content {
  max-width: 1170px;
  margin: 0 auto;
}

.menubar_item,
.down_menu,
.menudown_menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menubar_item {
  float: right;
}

.menubar_item > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.menubar_item > li > a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  line-height: 20px;
}

.menubar_item > li > a:hover {
  color: #fff;
}

.en {
  background-color: #8f2879;
}
.en:hover {
  background-color: #671d57;
}

.menudown_open .menudown_toggle {
  color: #fff;
  background-color: #671d57;
}
@media (max-width: 768px) {
  .menudown_toggle {
    pointer-events: none;
  }
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.menudown_menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 190px;
  width: 100%;
  padding: 5px 0;
  font-size: 15px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.menudown_menu > li > a {
  display: block;
  padding: 10px 20px;
  font-weight: 400;
  color: #333;
}

.menudown_menu > li > a:hover {
  color: #671d57;
  background-color: #f3f3f3;
}

/* hamburger */
.menuopcl {
  float: right;
  width: 40px;
  height: 40px;
  opacity: 1;
  transition: 0.3s;
  z-index: 99;
  margin: 20px 10px 0 0;
  display: none;
}

.menuopcl span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  width: 35px;
  height: 2px;
  background-color: #b55761;
}

/* .menuopcl span:nth-of-type(1) {
} */
.menuopcl span:nth-of-type(2) {
  top: 32px;
}

.menuopcl span:nth-of-type(3) {
  top: 45px;
}

.menuopcl.active span:nth-of-type(1) {
  -ms-transform: translateY(15px) rotate(-315deg);
  -webkit-transform: translateY(15px) rotate(-315deg);
  transform: translateY(15px) rotate(-315deg);
}

.menuopcl.active span:nth-of-type(2) {
  opacity: 0;
}

.menuopcl.active span:nth-of-type(3) {
  -ms-transform: translateY(-10px) rotate(315deg);
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}

/*logo&展覽資訊*/
.logo_information {
  padding: 50px 0 5px 0;
}

.logo,
.information {
  display: inline-block;
  vertical-align: top;
}

.logo {
  min-width: 200px;
  width: 18%;
}

.free {
  position: fixed;
  top: 66px;
  right: 30px;
  z-index: 99;
}

@media screen and (max-width: 767px) {
  .free {
    top: auto;
    bottom: 90px;
    right: 10px;
    width: 120px;
  }
}

@media screen and (max-width: 1024px) {
  .free {
    right: 10px;
  }
}

.information {
  margin: 15px 0 0 15px;
}

.information_name {
  color: #000;
  font-size: 1.8em;
  font-weight: 900;
}

.information_time {
  color: #b8345a;
  font-size: 1em;
  font-weight: 900;
}

.information_place {
  color: #898989;
  font-size: 1em;
}

/*展覽介紹*/
#introduction {
  padding: 60px 0;
  background-image: url(../images/introduction_bg.png);
  background-repeat: no-repeat;
  background-position: center 35px;
  background-attachment: fixed;
  background-size: cover;
}

.introduction_title {
  color: #4e008e;
  font-size: 1.6em;
  font-weight: 900;
}

.introduction_title::before,
.introduction_title::after {
  content: "-";
}

.introduction_content {
  margin: 20px 0 0 0;
  font-size: 1.15em;
}

.introduction_youtube {
  margin: 40px 0 0 0;
  width: 100%;
  height: 315px;
}

.introduction_m {
  margin-bottom: 40px;
}

.introduction_m2 {
  margin-bottom: 80px;
}

.introduction_bg {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 450px;
}

.inf_title {
  color: #4e008e;
  font-size: 1.6em;
  font-weight: 900;
  padding-bottom: 5px;
  border-bottom: 2px solid #4e008e;
}

.inf_item {
  margin-top: 25px;
  padding: 0 15px;
}

.inf_item_title {
  color: #4e008e;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dcdddd;
}

/* .inf_item_content {
} */
.inf_map {
  width: 100%;
  height: 450px;
}

.inf_fb {
  width: 100%;
  height: 450px;
}

/*展覽內容*/
.exhibition_content {
  background-color: #ffd700;
  padding-top: 15px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.exhibition_title {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 60px;
}

.exhibition_title_CONTENT {
  background-image: url(../images/exhibition_title_CONTENT.png);
}

.exhibition_title_TICKET {
  background-image: url(../images/exhibition_title_TICKET.png);
}

.exhibition_title_ACTIVITY {
  background-image: url(../images/exhibition_title_ACTIVITY.png);
}

.exhibition_title_FASTGET {
  background-image: url(../images/exhibition_title_FASTGET.png);
}

.exhibition_title_LICENSEONLY {
  background-image: url(../images/exhibition_title_LICENSEONLY.png);
}

.exhibition_title span {
  font-size: 2em;
  font-weight: 900;
  color: #4e008e;
}

.exhibition_title span::before {
  content: "";
  padding-left: 0.5em;
  border-left: 4px solid #ffd700;
  display: inline-block;
  height: 25px;
}

.exhibition_title span::after {
  content: "";
  padding-right: 0.5em;
  border-right: 4px solid #ffd700;
  display: inline-block;
  width: 3px;
  height: 25px;
}

.e_c_row {
  margin-right: 0;
  margin-left: 0;
}

.e_c_item {
  padding-bottom: 15px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.e_c_item_in {
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.e_c_item_in img {
  width: 100%;
}

.e_c_item_in:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.e_c_item_title {
  position: absolute;
  left: 0;
  bottom: 20px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 15px 0;
  width: 100%;
  font-size: 1.1em;
}

/*警告語字級*/
.warning_size {
  font-size: 1.3em;
}

/*票價資訊*/
.price_all {
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
  border-bottom: 1px solid #dcdddd;
}

.price_item {
  border-right: 1px solid #dcdddd;
  padding-left: 0;
  padding-right: 0;
  min-height: 400px;
}

.price_item:last-child {
  border-right: none;
}

.price_nt {
  font-size: 1.8em;
  color: #e83828;
  font-style: italic;
  border-bottom: 1px solid #dcdddd;
  padding: 15px 0;
  min-height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.price_kind {
  border-bottom: 1px solid #dcdddd;
  padding: 20px 0;
  font-size: 1.15em;
}

.price_remark {
  padding: 15px;
  font-size: 1.15em;
}

.price_remark ol {
  list-style: decimal;
  margin-left: 15px;
}

.price_remark ol li {
  margin-bottom: 10px;
}

.pathway_title {
  font-size: 1.2em;
  color: #fff;
  background-color: #4e008e;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 150px;
  margin: 35px 0;
}

.pathway_pic {
  max-height: 50px;
  margin-bottom: 25px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.pathway_pic:hover {
  max-height: 50px;
  margin-bottom: 25px;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

/*精彩照片*/
.wonderful_block {
  padding: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: contain;
  background-color: #ffc44c;
}

.wonderful_pic {
  width: 100%;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.6);
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.wonderful_pic:hover {
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
}

.wonderful_all {
  margin-right: 0;
  margin-left: 0;
}

.wonderful_all div {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 20px;
}

.wonderful_all div:nth-child(2) {
  margin-top: 25px;
}

.wonderful_all div:nth-child(3) {
  margin-top: 10px;
}

.wonderful_all div:nth-child(4) {
  margin-top: 35px;
}

/*主打廣告*/
.ad {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 10px;
}

.ad div {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

.ad div img {
  width: 100%;
}

.ad div img:hover {
  opacity: 0.8;
}

/*快速索票*/
.fastget_step {
  background-color: #ad5e99;
  padding: 15px;
  border-radius: 15px;
  position: relative;
  margin-bottom: 30px;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.fastget_icon {
  font-size: 3.5em;
  font-weight: 900;
  color: #ad5e99;
  position: absolute;
  right: -30px;
  top: 26%;
}

.fastget_step_part {
  font-size: 1.3em;
  font-weight: 900;
  color: #fff;
}

.fastget_step_part span {
  font-size: 1.3em;
  color: #ad5e99;
  width: 35px;
  height: 35px;
  background-color: #fff0fb;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  margin-left: 5px;
}

.fastget_step_title {
  font-size: 1.5em;
  font-weight: 900;
  color: #fff;
  padding: 25px 0;
}

.fastget_step_description {
  color: #feffb8;
}

.fastget_step_description b {
  font-weight: 900;
  color: #ffffff;
  padding: 0 5px;
  vertical-align: top;
}

.go_get {
  margin-bottom: 15px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  animation: gogo_get 1s infinite alternate;
  -webkit-animation: gogo_get 1s infinite alternate;
}

@keyframes gogo_get {
  from {
    transform: translateY(15px);
  }

  to {
    transform: translateY(0px);
  }
}

/*footer*/
.footer_one {
  border-top: 1px solid #dcdddd;
  border-bottom: 1px solid #dcdddd;
  padding: 15px 0;
  background-color: #ffffff;
}

.footer_one .container > .row:nth-child(1) > .col-xs-12 > div,
.footer_one .container > .row:nth-child(2) > .col-xs-12 > div {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  gap: 30px;
}

.footer_two {
  padding: 15px 0 0;
}

.footer_three {
  background-color: #b8345a;
  padding: 5px 0;
}

.footer_four {
  border-top: 1px solid #dcdddd;
  padding: 15px 0 0;
}

.footer_Community {
  padding: 15px 0 15px;
}

.footer_Community_pic {
  max-width: 40px;
  margin: 0 8px;
}

.footer_Community_pic:hover {
  filter: brightness(120%);
}

.footer_one_title {
  font-size: 1.1em;
  font-weight: bold;
  margin: 30px 0 10px;
}

.f_three_item li {
  display: inline-block;
  margin: 0 25px 0 0;
  color: #fff;
  font-size: 0.8em;
}

.f_three_item_icon {
  padding: 0 10px 0 0;
  color: #fff;
}

.Copyright {
  font-size: 0.8em;
  text-align: right;
  color: #fff;
}

/*gototop*/
.gototop {
  width: 50px;
  height: 50px;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  background-color: #b8345a;
  position: fixed;
  bottom: 110px;
  right: 25px;
  z-index: 1;
  text-decoration: none;
  cursor: pointer;
  display: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .gototop {
    bottom: 30px;
  }
}

.gototop:hover {
  background-color: #671d57;
}

.free_ticket {
  position: fixed;
  bottom: 180px;
  right: 10px;
  width: 100px;
}
/*玩美研究所ICON*/
#ICON {
  position: absolute;
  right: 10px;
  top: 200px;
  max-width: 200px;
  z-index: 99;
}

@media screen and (max-width: 1024px) {
  .menuopcl {
    display: block;
  }

  .menubar_content {
    display: none;
  }

  .menubar_content.open {
    display: block;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.6);
  }

  .menubar_item {
    float: none;
  }

  .menubar_item > li {
    display: block;
  }

  .menudown_menu > li > a {
    padding: 5px 20px;
  }

  .menudown_menu {
    position: static;
    border-radius: 0;
  }
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 65px;
  }

  .menu_bar {
    background-color: #fff;
  }

  .menu_bar_mobile {
    border-bottom: 1px solid #dbdbdb;
  }

  .menu_bar_in {
    background-color: #e55d61;
  }

  .mobile_logo {
    display: block;
  }

  .menuopcl {
    display: block;
  }

  .logo_information {
    padding: 55px 0 5px 0;
    display: none;
  }

  .navbar-nav .open .dropdown-menu {
    background-color: #fff;
  }

  /* .banner_heiht {
	overflow: hidden;
}
.banner_heiht .carousel-inner {
    width: 200%;
    margin-left: -50%;
} */
  #introduction {
    padding: 30px 0;
    background-size: 100%;
    background-position: center 15%;
    background-attachment: initial;
    /* background-size: 120%;
	background-position: center 100%; */
  }

  .introduction_title {
    font-size: 1.3em;
  }

  .introduction_m2 {
    margin-bottom: 30px;
  }

  .e_c_item_title {
    bottom: 10px;
    padding: 10px 0;
  }

  .wonderful_block {
    background-size: 250%;
    background-attachment: initial;
  }

  .price_all {
    padding-top: 0;
  }

  .price_item {
    border-right: none;
  }

  .price_nt {
    min-height: auto;
  }

  .price_item {
    min-height: auto;
  }

  .information_name {
    font-size: 1.3em;
  }

  .information_time {
    font-size: 0.8em;
  }

  .information_place {
    font-size: 0.8em;
  }

  .exhibition_title {
    background-size: auto 38px;
  }

  .fastget_step {
    margin-bottom: 50px;
  }

  .fastget_icon {
    font-size: 3em;
    right: 45%;
    top: 77%;
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
  }

  .f_three_item li {
    margin: 0 20px 5px 0;
  }

  .Copyright {
    text-align: left;
  }

  #ICON {
    /* display: none; */
    max-width: 100px;
  }
}

@media screen and (max-width: 480px) {
  iframe[src*="“facebook”"] {
    max-width: 360px;
    height: 450px;
  }
}

.logosbar {
  margin: 10px 0 0;
}

.logos img {
  max-width: 100%;
  width: auto;
  max-height: 70px;
  height: auto;
  margin: 0 30px 30px 0;
}

.logos {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.spbar .spbar_txt {
  margin: 0;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}

.spbar .spbar_txt span {
  margin: 0 30px 10px 0;
}
@media screen and (max-width: 991px) {
  .spbar .spbar_txt span {
    margin: 0 auto 5px;
  }
}

.only_mobile {
  display: none;
}
.only_web {
  display: block;
}
@media screen and (max-width: 1024px) {
  .only_mobile {
    display: block;
  }
  .only_web {
    display: none;
  }
}

.previous_exhibitions_title-year {
  font-size: 1.8em;
  font-weight: 700;
  text-align: left;
  color: #b8345a;
  padding: 20px 30px 20px 30px;
}
.previous-block {
  margin-bottom: 20px;
}
.kv_radius {
  border-radius: 15px;
  margin-bottom: 15px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: all 200ms ease-out;
}
.exhibition_title {
  font-size: 1.6em;
  font-weight: 900;
  color: #000;
}
.exhibition_time {
  margin-top: 10px;
  font-size: 0.9em;
  font-weight: 700;
  color: #333;
}
.exhibition_place {
  color: #666;
  font-size: 0.9em;
  font-weight: 800;
  padding-bottom: 15px;
}

/* 第三層選單樣式 */
.menudown_submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1000;
  display: none;
  min-width: 160px;
  padding: 5px 0;
  font-size: 15px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.menudown_submenu > li > a {
  display: block;
  padding: 10px 20px;
  font-weight: 400;
  color: #333;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .menudown_submenu > li > a {
    white-space: normal;
  }
}

.menudown_submenu > li > a:hover {
  color: #671d57;
  background-color: #f3f3f3;
}

.menudown_sub {
  position: relative;
}

.menudown_sub_toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 0;
  position: relative;
}

.menudown_sub_toggle .caret-right {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-left: 4px solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.menudown_sub_toggle span {
  margin-left: auto;
}

.caret-right {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  vertical-align: middle;
  border-left: 4px solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  transform: none;
}

.menudown_sub_open > .menudown_submenu {
  display: block;
}

/* RWD 響應式設計 - 移動設備樣式 */
@media (max-width: 1024px) {
  .menudown_submenu {
    position: static;
    display: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background-color: #f9f9f9;
    padding-left: 15px;
  }

  .menudown_sub_open > .menudown_submenu {
    display: block;
  }
}

/* Footer響應式排序 - 優化Safari兼容性 */
@media screen and (max-width: 991px) {

  .footer_one .row {
    margin: 0;
  }

  /* 清除容器原本的樣式並重設為flex */
  .footer_one .container {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }
  
  /* 用特定的方式選取各個區塊 */
  /* 第一行：主辦單位和共同主辦 */
  .footer_one .container > .row:nth-child(1) {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    order: 2 !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }
  
  /* 第二行：媒體支持 - 提到最前面 */
  .footer_one .container > .row:nth-child(2) {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    order: 1 !important;
  }
  
  /* 第三行：協辦單位 */
  .footer_one .container > .row:nth-child(3) {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
    order: 3 !important;
  }
  
  /* 第四行：贊助單位 */
  .footer_one .container > .row:nth-child(4) {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
    order: 4 !important;
  }
  
  /* 統一樣式 */
  .footer_one .footer_one_title {
    justify-content: center;
    text-align: center;
    margin-top: 15px;
  }
  
  /* 確保所有含inline style的flex容器居中顯示 */
  .footer_one div[style="display: flex; gap: 30px"],
  .footer_one div[style="display: flex; align-items: center; gap: 30px"] {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  
  /* 主辦單位Logo居中 */
  .footer_one .container > .row:nth-child(1) > .col-md-8 > div {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    gap: 10px;
  }
  
  /* 媒體支持Logo居中 */
  .footer_one .container > .row:nth-child(2) > .col-md-12 > div {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  
  /* 添加間距 */
  .footer_one .container > .row {
    margin-bottom: 10px;
  }
  
  /* 共同主辦下的LOGO水平居中 */
  .footer_one .col-md-4 a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  
  /* 協辦單位的文字水平居中 */
  .footer_one .spbar_txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
  }
  
  /* 贊助單位的LOGO水平居中 */
  .footer_one .logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 15px;
  }
  
  .footer_one .logos img {
    margin: 5px;
  }
  
  /* 確保所有圖片居中 */
  .footer_one .footer_pic {
    margin: 0 auto;
  }
  
  /* Safari 6及更早版本的備用方案 */
  /* 使用float來處理較舊的瀏覽器 */
  .footer_one .container > .row:nth-child(2) {
    float: left;
    width: 100%;
  }
  
  .footer_one .container > .row:nth-child(1) {
    float: left;
    width: 100%;
    clear: both;
  }
  
  /* 舊版Safari的Logo居中 */
  .footer_one .container > .row:nth-child(1) > .col-md-8,
  .footer_one .container > .row:nth-child(2) > .col-md-12 {
    text-align: center;
  }
}

@media screen and (min-width: 991px) {
  /* 恢復大螢幕下的正常順序 */
  .footer_one .container {
    display: block;
  }
  
  .footer_one .container > .row {
    -webkit-box-ordinal-group: initial !important;
    -webkit-order: initial !important;
    order: initial !important;
    float: none;
  }
  
  .footer_one .container > .row:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  
}
