@charset "UTF-8";
@font-face {
  font-family: LiSong;
  src: url("../webfonts/LiSong.eot"); /* IE9*/
  src: url("../webfonts/LiSong.eot") format("embedded-opentype"), url("../webfonts/LiSong.woff") format("woff"), url("../webfonts/LiSong.ttf") format("truetype");
}
@font-face {
  font-family: Anton-Regular;
  src: url("../webfonts/Anton-Regular.eot"); /* IE9*/
  src: url("../webfonts/Anton-Regular.eot") format("embedded-opentype"), url("../webfonts/Anton-Regular.woff") format("woff"), url("../webfonts/Anton-Regular.ttf") format("truetype");
}
.color_01 {
  color: #E60012 !important;
}

.color_02 {
  color: #181818 !important;
}

.color_03 {
  color: #BF323D !important;
}

.color_04 {
  color: #333 !important;
}

.bg_01 {
  background: #E60012 !important;
}

.bg_02 {
  background: #181818 !important;
}

.bg_03 {
  background: #BF323D !important;
}

.bg_04 {
  background: #333 !important;
}

/*--------------------------------------------------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  line-height: 170%;
  font-family: "Noto Sans TC", sans-serif;
  color: #181818;
  background-image: url(../img/customer/page_bg.png);
  font-size: 1em;
  position: relative;
}
body.page-transition-active {
  opacity: 1 !important;
}

p {
  margin-bottom: 2em !important;
  letter-spacing: 0.05em;
}

a {
  color: #333;
  text-decoration: none !important;
}
a:hover, a:focus {
  color: #181818;
  text-decoration: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

img[onload^="SVGInject("] {
  visibility: visible !important;
}

h1 {
  margin: 0 !important;
  line-height: normal;
  font-size: inherit;
}

h2 {
  font-family: LiSong;
  font-size: 1.8em;
  line-height: 150%;
  margin-bottom: 20px;
  color: #000;
}

h3 {
  color: #181818;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 150%;
  text-transform: none;
}

h4 {
  font-family: "Noto Sans TC", sans-serif;
  color: #181818;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 150%;
  text-transform: none;
  position: relative;
  padding-left: 45px;
}
h4:before {
  content: "";
  background: url(../img/customer/title_icon_02.svg);
  background-size: cover;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 0;
}

h5 {
  font-family: "Noto Sans TC", sans-serif;
  color: #181818;
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 150%;
  text-transform: none;
}

h6 {
  color: #333;
  font-size: 1.1em;
}

.title_s {
  font-weight: 700;
  color: #181818;
  font-size: 1.25em;
  margin-top: -15px;
  float: left;
  width: 100%;
}

li {
  line-height: 170%;
}

.btn_01 {
  background-color: transparent;
  padding: 8px 35px;
  font-size: 1em;
  font-weight: 400;
  border: none;
  cursor: pointer;
  border-radius: 30px;
  color: #fff !important;
  background: #E60012;
}
.btn_01:hover, .btn_01:focus {
  background: #8c0510;
  color: #fff !important;
  transition: all 0.5s;
}

.btn_02 {
  background-color: transparent;
  padding: 12px 40px;
  font-size: 1em;
  font-weight: 800;
  border: none;
  cursor: pointer;
  border-radius: 30px;
  color: #181818 !important;
  background: transparent;
  border: solid #181818 1px;
}
.btn_02:hover, .btn_02:focus {
  background: #E60012;
  color: #fff !important;
  transition: all 0.5s;
  border-color: #E60012;
  color: #fff !important;
}

.btn_back {
  background-color: transparent;
  padding: 8px 25px;
  font-size: 1em;
  font-weight: 400;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  color: #fff !important;
  background: #666;
}
.btn_back:hover, .btn_back:focus {
  background: #181818;
  color: #fff !important;
}

.btn_margin {
  margin: 2px;
}

.btn_box {
  float: left;
  width: 100%;
  margin: 20px 0;
}

.display_inline {
  display: inline-block !important;
}

.display_none {
  display: none;
}

.scroll-to-top {
  display: none !important;
}
.scroll-to-top:hover, .scroll-to-top:focus {
  background: #181818;
}
.scroll-to-top i {
  color: #fff;
}

.w-auto {
  width: auto;
}

.line {
  background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
  height: 2px;
  float: left;
  width: 100%;
  margin: 25px 0;
}

.form-control {
  padding: 8px;
  box-shadow: none;
  margin: 2px 0;
  font-size: 1em !important;
  border-color: #ccc;
}
.form-control.form-select {
  padding: 8px 35px 8px 8px;
}

.dropdown-menu {
  min-width: auto;
}

/*date*/
.post-date {
  border: solid 7px;
  border-color: #E60012 !important;
  border: none !important;
  text-align: center;
  padding: 0 8px 0 8px;
  width: 90px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.post-date div {
  display: inline-block;
}
.post-date .day {
  width: 100%;
  color: #E60012;
  font-size: 3.125em;
  font-family: Anton-Regular;
  border-bottom: solid 1px #ccc;
  border: none !important;
  padding: 5px 5px 7px 5px;
}
.post-date .month {
  width: 100%;
  font-size: 0.8em;
  color: #999;
  padding-bottom: 7%;
  line-height: 190%;
}

.badge {
  background: #333;
  color: #fff;
  padding: 8px 17px;
  font-size: 1em;
  font-weight: 400;
}

.date {
  float: left;
  width: 100%;
  color: #999;
  margin-bottom: 10px;
}
.date .day {
  color: #E60012;
  font-size: 2.5em;
  font-family: Impact;
  padding-right: 5px;
  display: inline-block;
}
.date .month {
  display: inline-block;
}
.date .type {
  color: #BF323D;
  display: inline-block;
}
.date .type:before {
  content: "-";
  display: inline-block;
  color: #999;
  padding: 0 5px 0 2px;
}

/*header-hamburguer*/
.sticky-wrapper {
  background: #181818;
  top: 0 !important;
}
.sticky-wrapper.sticky-wrapper-border-bottom.sticky-effect-active .sticky-body {
  background: #181818 !important;
}
.sticky-wrapper .container {
  position: relative;
  padding: 0 !important;
}
.sticky-wrapper .top_logo {
  display: inline-block;
  width: calc(100% - 130px);
  padding: 16px 0;
}
.sticky-wrapper .top_icon {
  display: inline-block;
  width: 120px;
  position: absolute;
  right: 0;
  padding-top: 1%;
}
.sticky-wrapper .header-nav-features a:hover .svg-img path {
  fill: #8c0510;
}

.hamburguer-btn .hamburguer span:nth-child(1) {
  top: 20%;
}
.hamburguer-btn .hamburguer span:nth-child(3) {
  top: 80%;
}
.hamburguer-btn:hover .hamburguer span {
  background: #8c0510 !important;
}

.header-nav-main .font_s {
  font-weight: 400;
  font-size: 0.5em;
  padding-top: 5px;
  color: #fedadd;
}
.header-nav-main .nav > li {
  position: relative !important;
  margin: 0 auto;
  text-align: center;
  width: 100% !important;
}
.header-nav-main .nav > li:before {
  content: "";
  background: url(../img/customer/logo_icon.svg);
  background-size: cover;
  position: absolute;
  display: block;
  width: 80px;
  height: 80px;
  opacity: 0;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
.header-nav-main .nav > li:hover:before {
  display: block;
  transition: all 1s;
  left: calc(50% - 130px);
  opacity: 0.6;
}
.header-nav-main .nav > li a {
  font-style: italic !important;
  width: 100% !important;
}

/*header_white*/
.header_white .sticky-wrapper {
  background: #fff;
}
.header_white .sticky-wrapper.sticky-wrapper-border-bottom.sticky-effect-active .sticky-body {
  background: #fff !important;
}
.header_white .header-nav-features .svg-img path {
  fill: #000 !important;
}
.header_white .header-nav-features a:hover .svg-img path {
  fill: #8c0510 !important;
}
.header_white .hamburguer-btn .hamburguer span {
  background: #000;
}

/*header search*/
.header-nav-features {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.header-nav-features .header-nav-features-toggle {
  margin-top: 10px;
}
.header-nav-features .header-nav-features-dropdown {
  position: absolute;
  right: 0;
  top: 70px;
}
.header-nav-features .header-nav-features-dropdown .search_box {
  min-width: 300px;
}
.header-nav-features .header-nav-features-dropdown .search_box input {
  height: 45px;
}

/*modal*/
.modal .modal-title {
  font-size: 1.25em !important;
  font-weight: 400;
}

/*search icon*/
.menu_search:hover > i {
  color: #fff;
}
.menu_search:hover:before {
  background-color: transparent;
}
.menu_search .dropdown-mega-content {
  padding-top: 10px !important;
}

.search_box {
  position: relative;
  margin-top: -10px;
}
.search_box label {
  width: 100%;
  margin-bottom: 0;
  background: #efefef;
  border-radius: 50px;
  padding: 5px 40px 0 0;
}

.search_input {
  width: 100%;
  background-color: transparent;
  border: none;
  margin-top: -5px;
  height: 38px;
  padding: 5px 10px 5px 20px;
}
.search_input:focus {
  background-color: transparent;
  box-shadow: none;
}

.search_icon {
  padding: 10px 15px 6px 10px;
  margin-right: 0;
  background-color: transparent;
  color: #E60012;
  border: none;
  letter-spacing: 1px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.search_icon:hover {
  color: #8c0510;
}

.key_word {
  float: left;
  width: 100%;
  padding: 5px 5px 15px 5px;
  line-height: 150%;
  text-align: left;
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
.key_word a {
  color: #666 !important;
  padding: 6px 0 !important;
}
.key_word a:hover, .key_word a:focus {
  color: #E60012 !important;
}

/*右側浮動選單*/
#ICON {
  position: absolute;
  right: 0;
  width: 55px;
  text-align: center;
  z-index: 10;
  top: 160px;
}

#icon_btn {
  font-size: 1.5rem;
  width: inherit;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 3px;
}
#icon_btn i {
  color: #000;
  padding-top: 8px;
}

.icon_link {
  list-style: none;
  padding-left: 0 !important;
  border-radius: 25px;
  padding: 10px 0;
  margin-top: -8px;
  position: relative;
}
.icon_link li {
  position: relative;
  float: right;
}
.icon_link li a {
  border-radius: 50%;
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  opacity: 0.9;
  margin-bottom: 5px;
  font-size: 1.5rem;
  color: #000;
  padding-top: 11px;
  margin-right: 5px;
  position: relative;
  font-size: 1.3rem;
  overflow: hidden;
  transition: all 0.4s ease;
  background: #fff;
}
.icon_link li a:hover {
  color: #fff;
}
.icon_link li:nth-child(1) a:hover {
  background: #f61a0a;
}
.icon_link li:nth-child(2) a:hover {
  background: #3b5998;
}
.icon_link li:nth-child(3) a:hover {
  background: linear-gradient(to bottom right, #723db9, #cd2f93, #ec6342, #fed16f);
}
.icon_link li:nth-child(4) a:hover {
  background: #333;
}
.icon_link img {
  width: 40px;
  /*margin-top:5px;*/
  margin-top: -6px;
}

.material-icons {
  font-size: 1.45em !important;
  padding: 1px 0 0 1px;
}

/*index_banner*/
.index_banner {
  float: left;
  width: 100%;
  position: relative;
  background: #181818;
}
.index_banner .marquee_img {
  width: 100%;
  height: 360px;
  overflow: hidden;
}
.index_banner .marquee_img ul {
  list-style: none;
}
.index_banner .marquee_img ul li {
  position: relative;
  float: left;
  padding: 0;
}
.index_banner .marquee_img ul li img {
  display: block;
  height: 360px !important;
}
.index_banner .marquee_img ul li .font {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  padding: 20px;
  color: #fff;
  opacity: 0;
}
.index_banner .marquee_img ul li .font .type {
  font-size: 0.9em;
}
.index_banner .marquee_img ul li .font .title {
  font-size: 1.5em;
  font-weight: 400;
  font-family: "Noto Sans TC", sans-serif;
}
.index_banner .marquee_img ul li .font:after {
  content: "";
  background: url("../img/customer/arrow.svg");
  background-size: cover;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 50px;
  top: 36%;
}
.index_banner .marquee_img ul li a:hover .font {
  opacity: 1;
  transition: opacity 0.5s;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.index_banner .marquee_img ul li a:hover .font:after {
  right: 20px;
  transition: all 1s;
}
.index_banner .index_banner_title {
  padding: 2.1%;
  color: #fff;
  font-size: 1.5em;
  text-align: center;
}
.index_banner .index_banner_title img {
  height: 48px !important;
}
.index_banner .index_banner_title .font {
  display: inline-block;
  padding-left: 10px;
}
.index_banner .index_banner_title .is-visible {
  background: transparent;
}
.index_banner .index_banner_title .word-rotator-words {
  background: transparent;
}
.index_banner .index_banner_title .word-rotator-words:after {
  background: #fff !important;
}

/*index_title_box*/
.index_title_box .font_s {
  font-size: 1.75em;
  font-family: "Noto Sans TC", sans-serif;
  color: #000;
  font-weight: 900;
  padding-bottom: 20px;
}
.index_title_box .font_l_ch {
  font-size: 4em;
  font-family: "Noto Sans TC", sans-serif;
  color: #E60012;
  font-weight: 900;
  line-height: 85%;
  padding-bottom: 20px;
}
.index_title_box .font_l {
  font-size: 7.5em;
  font-family: "Lalezar", cursive;
  color: #E60012;
  line-height: 85%;
}
.index_title_box .font_l .hollow {
  -webkit-text-stroke: 2px #E60012;
  color: transparent;
}
.index_title_box .typeWriter {
  opacity: 0 !important;
  display: none;
}

/*index_school*/
.index_school {
  float: left;
  width: 100%;
  background: url(../img/customer/bg.png);
  background-repeat: repeat;
  overflow: hidden;
}
.index_school .container {
  position: relative;
}
.index_school .container > .box {
  width: 100% !important;
  max-width: 1280px !important;
  margin: 0 auto;
  padding: 100px 30px 50px 30px;
}
.index_school .reels_con {
  width: 30% !important;
  max-width: 400px;
  display: none;
  position: absolute;
  top: 100px;
  z-index: 9;
}
.index_school .reels_con iframe {
  width: 100% !important;
}
.index_school .video_title {
  position: absolute;
  top: 480px;
  z-index: 9;
}
.index_school .reels_show .reels_con {
  display: block;
}
.index_school .reels_show .video_title {
  display: none;
}
.index_school .video_img {
  width: 100%;
  float: left;
}
.index_school .video_img .box {
  max-width: 940px;
  width: 100%;
  float: right;
  text-align: right;
}
.index_school .video_img .box img, .index_school .video_img .box .embed-responsive {
  border-radius: 20px;
}
.index_school .font {
  padding: 20px;
  max-width: 500px;
  width: 100%;
  float: right;
}
.index_school .font .edit_con {
  font-size: 1.125em;
  letter-spacing: 0.1em;
}
.index_school .font .btn_box {
  padding-top: 10px;
}

/*index_video*/
.index_video {
  float: left;
  width: 100%;
  background: #171717;
}
.index_video .list {
  float: left;
  width: 100%;
  padding: 50px 20px;
}
.index_video .list .swiper-slide {
  background: #fff;
  width: 100%;
}
.index_video .list .swiper-slide iframe, .index_video .list .swiper-slide .Embed, .index_video .list .swiper-slide ._2a2q, .index_video .list .swiper-slide ._5pcb, .index_video .list .swiper-slide ._1dwg {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
}
.index_video .list .swiper-slide:has(.embed-responsive) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_video .list .swiper-slide .embed-responsive {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 9.5% 0;
}
.index_video .list .fb-post {
  width: 100% !important;
}
.index_video .list .fb-post span {
  width: 100% !important;
}

.marquee_font {
  float: left;
  width: 100%;
  background: #333;
  overflow: hidden;
  height: 56px;
}
.marquee_font ul {
  list-style: none;
  margin: 0;
}
.marquee_font ul li {
  float: left;
  font-size: 2em;
  font-family: "Lalezar", cursive;
  color: #fff;
  padding: 5px 28px;
  letter-spacing: 0.1em;
}

/*swiper*/
.swiper {
  float: left;
  width: 100%;
  padding: 0 45px;
  position: relative;
}
.swiper.btn_left_right {
  padding: 0 50px;
}
.swiper.btn_left_right .swiper-slide.swiper-slide-prev {
  opacity: 0 !important;
}
.swiper.btn_left_right .swiper-slide.swiper-slide-active, .swiper.btn_left_right .swiper-slide.swiper-slide-next {
  opacity: 1;
}
.swiper.btn_left_right .swiper-slide.swiper-slide-duplicate-next, .swiper.btn_left_right .swiper-slide.swiper-slide-duplicate-prev {
  opacity: 0 !important;
}
.swiper a {
  float: left;
  width: 100%;
}
.swiper [class^=swiper-button-]:after {
  font-size: 1.1em;
  color: rgba(0, 0, 0, 0.8);
}
.swiper .cricle_btn:after {
  background: #181818;
  padding: 15px 16px;
  font-size: 1.2em;
  border-radius: 30px;
  color: #fff;
}
.swiper .cricle_btn:hover:after {
  background: #8c0510 !important;
}
.swiper .white_btn:after {
  color: #fff !important;
  font-size: 1.1em;
}
.swiper .cricle_btn.white_btn:after {
  background: rgb(255, 255, 255);
  padding: 15px 16px;
  font-size: 1.2em;
  border-radius: 30px;
  color: #333 !important;
}
.swiper .cricle_btn.white_btn:hover:after {
  background-color: #E60012;
  color: #fff !important;
}
.swiper .swiper-button-next:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f061";
}
.swiper .swiper-button-prev:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f060";
}
.swiper .swiper-button-prev {
  margin-left: 25px;
}
.swiper .swiper-button-next {
  margin-right: 25px;
}
.swiper [class^=swiper-button-] {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1 !important;
}
.swiper [class^=swiper-button-]:hover, .swiper [class^=swiper-button-]:focus {
  color: #E60012;
  opacity: 0.7;
}
.swiper.button_right {
  margin-right: 90px;
}
.swiper.button_right .swiper-button-prev {
  left: auto;
  right: 50px;
}
.swiper img {
  width: 100%;
}
.swiper .title {
  font-size: 1.2em;
  padding-bottom: 10px;
}
.swiper .opacity_1 {
  opacity: 1 !important;
}
.swiper.btn_bottom_center {
  position: relative;
  width: 100%;
  padding-bottom: 150px !important;
}
.swiper.btn_bottom_center .button_box {
  position: relative;
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -80px;
}
.swiper.btn_bottom_center .button_box .swiper-button-prev {
  position: relative;
  margin-right: 30px;
  display: block;
}
.swiper.btn_bottom_center .button_box .swiper-button-next {
  position: relative;
  margin-left: 30px;
  display: block;
}
.swiper.btn_left_right {
  padding: 0 50px;
}
.swiper.btn_right_top {
  position: relative;
  width: 100%;
}
.swiper.btn_right_top .button_box {
  position: relative;
  width: 100%;
  height: 45px;
}
.swiper.btn_right_top .button_box .swiper-button-prev {
  position: absolute;
  right: 45px;
  left: auto;
}
.swiper.btn_right_top .button_box .swiper-button-next {
  position: absolute;
  right: 10px;
}
.swiper.btn_right_top .swiper-wrapper {
  margin-top: 0;
}
.swiper.btn_right_top .swiper-pagination-bullet-active {
  background: #E60012;
}
.swiper.dot_bottom .swiper-wrapper {
  padding-bottom: 40px;
}
.swiper.swiper_yt {
  width: 100% !important;
  padding: 50px 50px 250px 50px;
}
.swiper.swiper_yt .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  max-width: 700px;
  max-height: 450px;
}
.swiper.swiper_yt .swiper-slide iframe {
  width: 100%;
  height: 450px;
}
.swiper.swiper_yt .swiper-slide .embed-responsive {
  position: initial;
}

.swiper-slide video {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  justify-content: center;
  align-items: center;
}

/*index_news*/
.index_news {
  float: left;
  width: 100%;
  background: url(../img/customer/bg.png);
  background-repeat: repeat;
  padding: 80px 0 0 0;
}
.index_news .container {
  position: relative;
}
.index_news .container .box {
  width: 100% !important;
  max-width: 1280px !important;
  margin: 0 auto;
}
.index_news .index_title_box {
  position: absolute;
  float: right;
  max-width: 630px;
  right: 100px;
  top: 100px;
  z-index: 9;
}
.index_news .swiper {
  position: relative;
}
.index_news .swiper .img {
  position: relative;
  padding: 85px;
  max-width: 750px;
  width: 100%;
  z-index: 8;
}
.index_news .swiper .img .bg {
  content: "";
  display: block;
  width: 75%;
  height: 70%;
  background-color: #BF323D;
  border-radius: 20px;
  transform: rotateZ(-20deg);
  position: absolute;
}
.index_news .swiper .img img {
  position: relative;
  border-radius: 20px;
  transform: rotateZ(-10deg);
  width: 100%;
}
.index_news .swiper .font {
  width: 100%;
  max-width: 650px;
  float: right;
  margin: -210px 80px 0 0;
  z-index: 9;
  position: relative;
}
.index_news .swiper .font:after {
  content: "\f054";
  position: absolute;
  font-weight: 900;
  font-family: "Font Awesome 6 free";
  background: #333;
  padding: 22.5px 31px;
  border-radius: 20px 0 20px 0;
  right: 0;
  bottom: 0;
  color: #fff;
}
.index_news .swiper .font .box {
  border-radius: 20px;
  padding: 6%;
  background: #fff;
  border: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 5px rgba(230, 0, 18, 0.1);
}
.index_news .swiper .font .box:before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  position: absolute;
  background: #fedadd;
  top: 0;
  left: 0;
}
.index_news .swiper .font .box:after {
  content: "";
  display: block;
  width: 30%;
  height: 8px;
  position: absolute;
  background: #E60012;
  top: 0;
  left: 0;
}
.index_news .swiper .font .box .date {
  color: #999;
}
.index_news .swiper .font .box .title {
  color: #333;
  font-size: 1.5em;
  font-weight: bold;
}
.index_news .swiper .font .box .con_font {
  font-size: 1.125em;
  padding: 15px 65px 0 0;
  border-top: solid #fedadd 1px;
  margin-top: 15px;
  position: relative;
}
.index_news .swiper.btn_font_bottom {
  padding-bottom: 120px;
}
.index_news .swiper.btn_font_bottom .button_box {
  position: relative;
  width: 100%;
  max-width: 650px;
  float: right;
  right: 80px;
  top: 20px;
}
.index_news .swiper.btn_font_bottom .button_box .swiper-button-prev {
  margin-left: 0;
}
.index_news .swiper.btn_font_bottom .button_box .swiper-button-next {
  margin-left: 70px;
  left: 0;
}
.index_news .swiper.btn_font_bottom .button_box .btn_01 {
  width: auto;
  float: right;
  background: transparent;
  color: #333 !important;
  border: solid #333 1px;
}
.index_news .swiper.btn_font_bottom .button_box .btn_01:hover {
  background: #8c0510;
  color: #fff !important;
  border-color: #8c0510;
}
.index_news .swiper .swiper-slide {
  opacity: 0 !important;
}
.index_news .swiper .swiper-slide.swiper-slide-visible.swiper-slide-active {
  opacity: 1 !important;
}
.index_news .swiper .swiper-slide a:hover .title {
  color: #8c0510;
}
.index_news .swiper .swiper-slide a:hover .font:after {
  background: #8c0510;
  transition: background 0.5s;
}
.index_news .swiper [class^=swiper-button-]:after {
  box-shadow: 0 3px 5px rgba(230, 0, 18, 0.1);
}

/*footer*/
footer {
  background: #fff !important;
  text-align: center;
  padding: 15px !important;
  border-top: none !important;
}

.footer_design {
  display: inline-block;
  padding-left: 10px;
}
.footer_design a:hover {
  color: #8c0510 !important;
}

/*main*/
.main > .container {
  padding: 0 25px;
}
.main .row > div {
  padding: 0 1em;
}

.menu_left .sidebar_menu {
  width: 200px;
}
.menu_left .main_con {
  position: relative;
  width: 100%;
  padding: 0 20px 40px 300px !important;
}
.menu_left > div:nth-child(3) {
  display: none;
}

.menu_right .sidebar_menu {
  width: 250px;
}
.menu_right .main_con {
  width: calc(100% - 250px);
}
.menu_right > div:nth-child(1) {
  display: none;
}

.menu_none .main_con {
  width: 100%;
  padding: 20px 5% 40px 5% !important;
}
.menu_none > div:nth-child(1), .menu_none .menu_none > div:nth-child(3) {
  display: none;
}

/*page_con*/
.page_con {
  position: relative;
  float: left;
  width: 100%;
}
.page_con .container {
  position: relative;
  overflow: hidden;
}
.page_con h3 {
  font-size: 5em;
  font-family: "Lalezar", cursive !important;
  font-weight: 900 !important;
  color: #E60012 !important;
  letter-spacing: 0 !important;
  line-height: 100% !important;
  position: relative;
  z-index: 0;
}
.page_con h3 span {
  display: inline-block;
  min-height: auto !important;
}
.page_con h3 .hollow {
  -webkit-text-stroke: 0.5px #E60012;
  color: transparent;
}
.page_con h3 .typeWriter {
  display: none !important;
}
.page_con h3 .typeWriter:after {
  display: none !important;
  opacity: 0;
}
.page_con h3 .link_icon svg {
  vertical-align: baseline;
}
.page_con h3 .link_icon a:hover .svg-img path {
  fill: #E60012;
}
.page_con .page_title {
  font-size: 2.25em;
  color: #181818;
  text-align: center;
  font-weight: 700;
  margin-bottom: 50px;
  line-height: 150%;
}

/*page_top_title*/
.page_top_title {
  float: left;
  width: 100%;
  padding-bottom: 3%;
}
.page_top_title.dark {
  background: #46576B;
}
.page_top_title.dark .font_l .hollow {
  color: #fff;
}
.page_top_title.dark .font_s {
  color: #fff;
}
.page_top_title.dark svg path {
  fill: #fff;
}
.page_top_title.dark .swiper-wrapper .swiper-slide {
  height: 440px;
}
.page_top_title.dark .swiper-pagination-bullet {
  background: #fff !important;
}
.page_top_title.dark .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #E60012 !important;
}
.page_top_title .swiper-wrapper {
  padding: 30px 0 60px 0;
}
.page_top_title .swiper-wrapper .swiper-slide {
  max-width: 40%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_top_title .swiper-wrapper .swiper-slide img {
  display: block;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.swiper-pagination-bullet {
  background: #fedadd !important;
  width: 20px !important;
  height: 6px !important;
  opacity: 1 !important;
  border-radius: 4px !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #E60012 !important;
  width: 80px !important;
}

/*main_con*/
.main_con {
  float: left;
  width: 100%;
  padding: 30px 30px 50px 30px !important;
  min-height: 500px;
}
.main_con .container {
  padding: 0;
  position: relative;
}
.main_con img.float-start {
  padding: 0 2em 2em 0;
}
.main_con img.float-end {
  padding: 0 0 2em 2em;
}

/*page_title_box*/
.page_title_box {
  font-size: 1em;
  text-align: center;
  margin: 0;
  padding: 80px 0 0 0;
}
.page_title_box .font_s {
  font-size: 2.5em;
  font-family: "Noto Sans TC", sans-serif;
  color: #000;
  font-weight: 900;
  margin: 20px 0 50px 0;
  position: relative;
}
.page_title_box .font_l {
  font-size: 7.5em;
  font-family: "Lalezar", cursive;
  color: #E60012;
  line-height: 85%;
}
.page_title_box .font_l .hollow {
  -webkit-text-stroke: 2px #E60012;
  color: transparent;
}
.page_title_box .typeWriter {
  opacity: 0 !important;
  display: none;
}
.page_title_box .icon {
  width: 110px;
  margin: -20px 0 0 -60px;
  animation: fade_out 2.8s;
  position: absolute;
}
.page_title_box .icon_03, .page_title_box .icon_05, .page_title_box .icon_06 {
  animation: fade_out 2.8s;
  position: absolute;
}
.page_title_box .icon_04 {
  animation: fade_out 3s;
  position: absolute;
}

/*sidebar*/
#sidebar {
  position: absolute;
  z-index: 9;
  top: 50px;
}
#sidebar li {
  width: 100%;
}
#sidebar li .nav-link {
  width: 100%;
  font-size: 1.5em;
  color: #000;
  padding: 24px 0;
  position: relative;
}
#sidebar li .nav-link.active {
  font-size: 2em;
  font-weight: 900;
}
#sidebar li .nav-link.active::after {
  content: "";
  background: url(../img/customer/title_icon.svg);
  width: 50px;
  height: 45px;
  background-size: cover;
  position: absolute;
  left: 105px;
  top: 30px;
}

/*page_tab*/
.page_tab .nav-tabs {
  border: none !important;
  justify-content: center;
}
.page_tab .nav-tabs .nav-link {
  font-size: 1em;
  font-family: "Noto Sans TC", sans-serif;
  color: #000;
  font-weight: 900;
  border-radius: 50px !important;
  border: solid #000 1px;
  margin: 2px 8px !important;
  padding: 5px 20px !important;
  border: solid #000 1px !important;
}
.page_tab .nav-tabs .nav-link.active {
  background: #E60012 !important;
  color: #fff !important;
  border: solid #E60012 1px !important;
}

/*page_list*/
.page_list .title {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 900;
  font-size: 1.5em;
  line-height: 150%;
}

/*artist_list*/
.artist_list {
  float: left;
  width: 100%;
}
.artist_list .item {
  float: left;
  width: 25%;
  padding: 30px 20px;
}
.artist_list .item img {
  width: 100%;
}
.artist_list .item .font {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}
.artist_list .item .font .title {
  height: 100%;
  width: 100%;
  bottom: -65%;
  position: absolute;
  z-index: 10;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}
.artist_list .item .font .title svg {
  display: none;
  position: absolute;
  right: 10px;
  width: 20px;
  margin-top: -7px;
}
.artist_list .item .font .font_s {
  font-size: 0.8em;
  font-weight: 400;
}
.artist_list .item .font:after {
  bottom: -1px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 40px;
  border-color: transparent transparent #E60012 transparent;
  position: absolute;
  right: 0;
  z-index: 9;
}
.artist_list .item a {
  position: relative;
  float: left;
  width: 100%;
  border-radius: 16px 0 16px 0;
  overflow: hidden;
}
.artist_list .item a:hover .font {
  background: rgba(0, 0, 0, 0);
  bottom: 10px;
  padding: 0 20px 0 0;
  text-align: right;
  color: #000 !important;
  transition: all 0.5s;
}
.artist_list .item a:hover .font br {
  display: none;
}
.artist_list .item a:hover .font .title {
  height: 100%;
  width: 100%;
  bottom: -82%;
  padding-right: 10px;
  position: absolute;
  text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.5);
  color: #000;
}
.artist_list .item a:hover .font .title svg {
  display: block;
}
.artist_list .item a:hover .font .title svg path {
  fill: #E60012;
}
.artist_list .item a:hover .font .font_s {
  display: inline-block;
  vertical-align: text-top;
  margin-top: 2px;
}
.artist_list .item a:hover .font:after {
  content: "";
  border: none;
  background: rgba(255, 255, 255, 0.9);
  width: 170%;
  height: 220%;
  border-radius: 250px;
  bottom: -190%;
  right: -80%;
}

/*anchor*/
[id*=anchor_] {
  padding-top: 90px;
  float: left;
  width: 100%;
}
[id*=anchor_] nav {
  padding: 20px 0;
}
[id*=anchor_] .nav-tabs {
  border-bottom: none !important;
}
[id*=anchor_] .nav-tabs .nav-link {
  font-family: "Noto Sans TC", sans-serif;
  padding: 5.5px 25px !important;
  min-width: 120px;
  border: solid #181818 1px !important;
  border-radius: 50px !important;
  font-size: 1em !important;
  color: #181818 !important;
  margin: 5px 20px 5px 0 !important;
}
[id*=anchor_] .nav-tabs .nav-link:hover {
  background: #fedadd !important;
}
[id*=anchor_] .nav-tabs .nav-link.active {
  border: solid #E60012 1px !important;
  background: #E60012 !important;
  color: #fff !important;
}

/*person_info*/
.person_name {
  font-size: 1.5em;
  font-weight: 700;
  color: #181818;
  padding: 40px 0 20px 0;
}
.person_name span {
  font-weight: 100;
}

.person_info {
  float: left;
  max-width: 500px;
  width: 100%;
}
.person_info .item {
  float: left;
  width: 50%;
  font-weight: 700;
  padding-bottom: 20px;
}
.person_info .item .title {
  font-weight: 400;
}

.person_share {
  float: left;
  width: 100%;
}
.person_share a {
  margin: 10px 18px 10px 0;
  display: inline-block;
  vertical-align: top;
}
.person_share a:hover .svg-img path {
  fill: #E60012;
}
.person_share .down {
  padding: 13px 50px;
  border: solid #181818 1px;
  border-radius: 50px;
}
.person_share .down:hover {
  background: #E60012;
  border-color: #E60012;
  color: #fff;
}

/*work_list*/
.work_list {
  float: left;
  width: 100%;
}
.work_list .item {
  padding: 8px;
  float: left;
  width: 33.3333333333%;
}
.work_list .item .box {
  border-radius: 16px 0 16px 0;
  overflow: hidden;
  box-shadow: 0 3px 5px rgba(230, 0, 18, 0.1);
}
.work_list .item .img img {
  width: 100%;
}
.work_list .item .font {
  padding: 20px 15px;
  background: #fff;
}
.work_list .item .font .title {
  font-size: 1.5em;
  font-weight: 700;
  padding-bottom: 10px;
}

/*follow_list*/
.follow_list {
  float: left;
  width: 100%;
}
.follow_list .item:nth-child(1) {
  float: left;
  width: 36%;
}
.follow_list .item:nth-child(1) .phone {
  position: relative;
  z-index: 9;
  width: 100%;
}
.follow_list .item:nth-child(1) .fb_img {
  position: absolute;
  z-index: 8;
  left: 12%;
  top: 8%;
  width: 76%;
}
.follow_list .item:nth-child(2), .follow_list .item:nth-child(3) {
  float: left;
  width: 64%;
  padding: 10px;
}
.follow_list .item:nth-child(2) .box, .follow_list .item:nth-child(3) .box {
  float: left;
  width: 100%;
  box-shadow: 0 3px 5px rgba(230, 0, 18, 0.1);
  border-radius: 16px 0 16px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.follow_list .item:nth-child(2) .box .img, .follow_list .item:nth-child(3) .box .img {
  float: left;
  width: 43%;
}
.follow_list .item:nth-child(2) .box .img img, .follow_list .item:nth-child(3) .box .img img {
  width: 100%;
  padding-bottom: 7em;
  margin-bottom: -7em;
}
.follow_list .item:nth-child(2) .box .font, .follow_list .item:nth-child(3) .box .font {
  float: left;
  width: 57%;
  text-align: center;
  padding: 4% 4% 50px 4%;
}
.follow_list .item:nth-child(2) .box .font:after, .follow_list .item:nth-child(3) .box .font:after {
  content: "\f054";
  position: absolute;
  font-weight: 900;
  font-family: "Font Awesome 6 free";
  background: #333;
  padding: 10.5px 19px;
  border-radius: 20px 0 20px 0;
  right: 0;
  bottom: 0;
  color: #fff;
}
.follow_list .item:nth-child(2) .box .font .title, .follow_list .item:nth-child(3) .box .font .title {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 7%;
  position: relative;
}
.follow_list .item:nth-child(2) .box .font .title::before, .follow_list .item:nth-child(3) .box .font .title::before {
  content: "";
  width: 80px;
  height: 1px;
  background: #181818;
  display: block;
  position: relative;
  margin: 7% 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.follow_list .item:nth-child(2) a:hover .font:after, .follow_list .item:nth-child(3) a:hover .font:after {
  background: #8c0510;
}
.follow_list .item:nth-child(2) a:hover .font .title, .follow_list .item:nth-child(3) a:hover .font .title {
  color: #8c0510;
}
.follow_list .item:nth-child(2) {
  padding-top: 3.5%;
}
.follow_list a {
  float: left;
  width: 100%;
  position: relative;
}

/*artist_album*/
.artist_album {
  float: left;
  width: 100%;
}
.artist_album .artist_album_list {
  float: left;
  width: 100%;
  overflow: hidden;
  height: 240px;
  margin: 30px 0;
}
.artist_album .artist_album_list ul {
  list-style: none;
  margin: 0;
}
.artist_album .artist_album_list ul li {
  float: left;
  padding: 0 14px;
}
.artist_album .artist_album_list a {
  float: left;
  width: 100%;
}
.artist_album .artist_album_list a img {
  height: 240px !important;
  width: auto !important;
}

/*about_service*/
.about_service {
  text-align: center;
  padding: 50px 0;
}

/*team_list*/
.team_list {
  float: left;
  width: 100%;
  text-align: center;
}
.team_list .item {
  display: inline-block;
  width: 20%;
  margin: 3.5% 1.8%;
  vertical-align: top;
}
.team_list .item .img {
  overflow: hidden;
  border-radius: 50%;
}
.team_list .item .img img {
  border-radius: 50%;
}
.team_list .item .font .title {
  font-size: 1.5em;
  font-weight: 700;
  padding: 25px 0 5px 0;
}
.team_list .item .font .font_s {
  font-weight: 400;
  font-size: 1.25em;
  line-height: 130%;
}

/*team_modal*/
.team_modal {
  float: left;
  width: 100%;
  background: url(../img/customer/page_bg.png);
  background-size: 50%;
  padding: 9% 6% 3% 6%;
  position: relative;
}
.team_modal .btn-close {
  position: absolute;
  right: -20px;
  top: -20px;
  opacity: 1;
}
.team_modal .font {
  float: left;
  width: 65%;
}
.team_modal .font .logo {
  font-size: 5em;
  font-family: "Lalezar", cursive;
  color: #E60012;
  padding-top: 6%;
}
.team_modal .font .name {
  font-size: 1.75em;
  font-weight: 700;
  padding: 6% 0 2% 0;
}
.team_modal .font .name span {
  font-weight: 100;
  font-size: 0.7em;
  vertical-align: top;
  padding: 0 5px;
}
.team_modal .font .job_title {
  font-size: 1.25em;
  font-weight: 700;
}
.team_modal .font .info_list {
  float: left;
  max-width: 400px;
  width: 100%;
  padding: 4% 0;
}
.team_modal .font .info_list .item {
  float: left;
  padding: 2% 2% 2% 0;
  font-weight: 700;
}
.team_modal .font .info_list .item .title {
  font-weight: 400;
}
.team_modal .font .info_list .item .title img {
  vertical-align: top;
  padding: 1px 7px 0 0;
}
.team_modal .font .info_list .item:nth-child(even) {
  width: 40%;
}
.team_modal .font .info_list .item:nth-child(odd) {
  width: 60%;
}
.team_modal .img {
  float: left;
  width: 35%;
}
.team_modal .img img {
  width: 100%;
  border-radius: 50%;
}
.team_modal .btn_box {
  float: left;
  width: 100%;
  text-align: center;
}

/*team_card*/
.team_card {
  float: left;
  margin: 0 auto;
  width: 340px;
  background: url(../img/customer/page_bg.png);
  background-size: 50%;
  position: relative;
  padding: 5% 5% 0 5%;
  border: solid #ccc 1px;
}
.team_card .font {
  float: left;
  width: 100%;
}
.team_card .font .logo img {
  height: 22px !important;
}
.team_card .font .name {
  font-size: 1em;
  font-weight: 700;
  line-height: 170%;
  padding: 2% 0 0 0;
}
.team_card .font .name span {
  font-weight: 100;
  font-size: 0.7em;
  vertical-align: top;
  padding: 0 5px;
}
.team_card .font .job_title {
  font-size: 0.75em;
  line-height: 100%;
  margin-bottom: 20px;
}
.team_card .font .info_list {
  float: left;
  width: 100%;
  padding: 4% 0;
  font-size: 0.625em;
}
.team_card .font .info_list .item {
  float: left;
  width: 100%;
  padding: 0;
  margin: -3px 0;
}
.team_card .font .info_list .item .title {
  display: inline-block;
  padding-right: 5px;
}
.team_card .font .info_list .item .title img {
  vertical-align: text-top;
  padding: 1px 5px 0 0;
  width: 19px;
}
.team_card .img {
  float: left;
  width: 120px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.team_card .img img {
  width: 100%;
  border-radius: 50%;
}
.team_card.big {
  width: 1700px;
}
.team_card.big .font {
  font-size: 5em;
}
.team_card.big .font .logo img {
  height: 110px !important;
}
.team_card.big .font .info_list {
  padding: 8% 0 4% 0;
}
.team_card.big .font .info_list .item {
  margin: 5px 0;
}
.team_card.big .font .info_list .item .title {
  padding-right: 25px;
}
.team_card.big .font .info_list .item .title img {
  vertical-align: text-top;
  padding: 0;
  width: 60px;
  margin: 5px 15px 5px 0;
}
.team_card.big .img {
  width: 560px;
  right: 100px;
  top: 100px;
}

/*down_list*/
.down_list {
  float: left;
  width: 100%;
}
.down_list .item {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.down_list .item .title .date {
  color: #181818;
  display: inline-block;
  width: 155px;
}
.down_list .item .title .name {
  display: inline-block;
  width: calc(100% - 155px);
  line-height: 150%;
}
.down_list .item .files {
  padding-top: 10px;
}
.down_list .item .files a {
  float: left;
  width: 100%;
  padding: 10px 45px;
  position: relative;
  background: #fff;
  border-radius: 16px 0 16px 0;
  margin: 6px 0;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.12);
}
.down_list .item .files a:before {
  content: "\f15b";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  top: 10px;
  left: 20px;
}
.down_list .item .files a:after {
  content: "\f054";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  top: 10px;
  right: 25px;
}
.down_list .item .files a:hover {
  background: #8c0510;
  color: #fff;
  transition: all 0.5s;
}
.down_list .item .files a:hover:after {
  animation: right_icon_move 1s infinite;
}

/*news_list*/
.news_list {
  float: left;
  width: 100%;
}
.news_list .item {
  float: left;
  width: 100%;
  padding: 0 0 7% 0;
}
.news_list .item .img {
  float: left;
  width: 360px;
  vertical-align: top;
}
.news_list .item .font {
  float: left;
  width: calc(100% - 360px);
  padding-left: 3%;
  position: relative;
}
.news_list .item .font .no {
  font-family: "Lalezar", cursive;
  font-size: 5em;
  color: #E60012;
  padding: 20px 0 25px 0;
}
.news_list .item .font .title {
  padding-bottom: 15px;
}
.news_list .item .font:after {
  content: "";
  background: url(../img/customer/arrow_r.svg);
  position: absolute;
  background-size: cover;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 0;
}
.news_list .item a {
  float: left;
  width: 100%;
  vertical-align: top;
}
.news_list .item a:hover .font:after {
  animation: right_icon_move_02 1s infinite;
}
.news_list .item a:hover .font .title {
  color: #E60012;
}

/*page_number*/
#page_number {
  padding: 20px 0;
}
#page_number .page_total {
  vertical-align: middle;
  margin: 0 0 10px 0;
}
#page_number .page_icon {
  text-align: center;
  margin-bottom: 10px;
}
#page_number .btn_page {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  border: none;
  padding: 2px 12px 3px 12px;
  font-size: 1.25em;
  border-radius: 5px;
  margin: 1px;
  height: 36px;
  background: transparent;
  color: #181818;
}
#page_number .btn_page:hover, #page_number .btn_page:focus {
  color: #999;
}
#page_number .btn_page.active {
  color: #E60012;
}
#page_number select {
  margin: 0 2px;
  padding: 4px 35px 4px 8px;
  height: 36px;
}

label[for=page_select] select {
  margin: -2px 0 0 0;
}

/*search*/
.search_list {
  float: left;
  width: 100%;
  padding: 0 20px;
}
.search_list a {
  float: left;
  width: 100%;
  border-bottom: dotted #ccc 1px;
  padding: 20px;
}
.search_list a:hover, .search_list a:focus {
  color: #E60012;
}
.search_list .item {
  float: left;
  width: 100% !important;
  margin: 0 !important;
}
.search_list .item .font {
  float: left;
  width: calc(100% - 35px);
}
.search_list .item .title {
  font-weight: 400;
}
.search_list .no {
  float: left;
  width: 35px;
  position: relative;
  font-family: Anton-Regular;
  color: #E60012;
}
.search_list .no:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -2px;
  left: -10px;
  z-index: -1;
  transform: skew(10deg);
  border-radius: 0 0 0 5px;
}

/*print*/
.con_box {
  padding: 2%;
  margin: 2%;
  border: solid 1px #ccc;
  float: left;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 4px rgba(51, 51, 51, 0.1);
  background: #fff;
}
.con_box .page_title_item {
  text-align: left;
}
.con_box .page_con {
  padding: 10px 0;
  font-size: 0.9em;
  float: left;
  width: 100%;
}
.con_box .form_con {
  padding: 10px 0 0 0;
}
.con_box .product_intro {
  width: 740px;
}

.con_banner {
  margin-bottom: 15px;
}
.con_banner img {
  border-radius: 10px;
  box-shadow: 0px 0px 6px 2px rgba(51, 51, 51, 0.1);
  border: solid 1px #fff;
}

.con_footer {
  font-size: 0.9em;
  padding: 0 20px 20px 20px;
  line-height: 150%;
  text-align: center;
}

.con_float {
  float: left;
  width: 100%;
}

/*動畫效果*/
/*旋轉*/
@keyframes rotateZ {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes rotateZ-2 {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(-360deg);
  }
}
/*閃動*/
@keyframes icon_glitter {
  from {
    left: -95px;
  }
  to {
    left: 180%;
  }
}
/*縮放*/
@keyframes icon_scale {
  from {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  to {
    transform: scale(1, 1);
  }
}
/*淡出*/
@keyframes fade_out {
  from {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*閃爍按鈕*/
.glitter {
  overflow: hidden;
  position: relative;
}

.glitter:before {
  background: #fff;
  content: "";
  height: 215px;
  left: -95px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 1550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 1;
}

.glitter:hover:before {
  left: 180%;
  transition: all 1550ms cubic-bezier(0.19, 1, 0.22, 1);
}

/*右側icon左右移動*/
@keyframes right_icon_move {
  from {
    right: 25px;
  }
  50% {
    right: 15px;
  }
  to {
    right: 25px;
  }
}
/*右側icon左右移動*/
@keyframes right_icon_move_02 {
  from {
    right: 15px;
  }
  50% {
    right: 0;
  }
  to {
    right: 15px;
  }
}
/***Hover效果1: 放大淡出***/
.imh_opacity {
  background: #000;
  overflow: hidden;
}

.imh_opacity img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
  width: 100%;
}

.imh_opacity:hover img, a:hover .imh_opacity img {
  opacity: 0.8;
  transform: scale(1.05);
}

/***Hover效果1: 放大淡出Detail***/
.imh_detail {
  background: #000;
  overflow: hidden;
  position: relative;
}

.imh_detail img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
  width: 100%;
}

.imh_detail a:before {
  display: block;
  content: "Details+";
  padding: 10px 20px;
  font-size: 13px;
  color: #FFF;
  border: 2px solid #FFF;
  opacity: 0;
  position: absolute;
  left: 50%;
  margin-left: -45px;
  top: 50%;
  margin-top: -80px;
  z-index: 99;
  transition: all 0.3s ease;
}

.imh_detail:hover a:before {
  opacity: 1;
  margin-top: -20px;
}

.imh_detail:hover img {
  opacity: 0.3;
  transform: scale(1.05);
}

/***Hover效果1: 放大淡出zoom***/
.imh_zoom {
  background: #000;
  overflow: hidden;
  position: relative;
}

.imh_zoom img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
  width: 100%;
}

.imh_zoom:before {
  display: block;
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  content: "\f002";
  font-size: 30px;
  color: #fff;
  line-height: 55px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  left: 55%;
  top: -30px;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99;
  transition: all 0.4s ease;
}

a:hover.imh_zoom:before {
  top: 50%;
}

a:hover.imh_zoom img {
  opacity: 0.6;
  transform: scale(1.05);
}

/*--------------------------------------------------------------------------------------------------*/
@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 1.8em !important;
  }
  h4 {
    font-size: 1.3em;
    padding-left: 35px;
  }
  h4:before {
    width: 25px;
    height: 25px;
  }
  .title_s {
    font-size: 1.1em;
    margin-top: -15px;
  }
  .container {
    max-width: 100%;
  }
  .artist_select {
    display: none;
  }
  /*header-hamburguer*/
  .sticky-wrapper .top_logo img {
    height: 48px !important;
  }
  /*index_title_box*/
  .index_title_box {
    font-size: 0.8em;
  }
  /*index_school*/
  .index_school .container > .box {
    padding: 300px 30px 50px 30px;
  }
  .index_school .container > .box.reels_show {
    padding: 50px 30px 50px 30px;
  }
  .index_school .reels_con {
    width: 80% !important;
    max-width: 600px;
    position: relative;
    top: 0;
    text-align: center;
    margin: 0 auto 50px auto;
  }
  .index_school .video_title {
    top: 55px;
  }
  .index_school .video_img .box {
    max-width: 100%;
    width: 100%;
  }
  .index_school .font {
    max-width: 100%;
  }
  /*index_news*/
  .index_news .index_title_box {
    position: relative;
    float: left;
    max-width: 630px;
    right: 0;
    left: 50px;
    top: 0;
    bottom: -100px;
    margin-bottom: -70px;
  }
  .index_news .swiper .font {
    margin: -100px 80px 0 0;
  }
  /*main*/
  .main {
    padding-top: 80px;
  }
  .menu_left .sidebar_menu, .menu_right .sidebar_menu {
    margin: 0;
  }
  .menu_left .main_con, .menu_right .main_con {
    width: 100%;
  }
  /*page_con*/
  .page_con .container {
    padding: 0 3%;
  }
  .page_con h3 {
    font-size: 3.5em;
  }
  .page_con h3 .link_icon svg {
    width: 30px;
  }
  .page_con .page_title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  /*sidebar*/
  #sidebar {
    font-size: 0.8em;
  }
  #sidebar li .nav-link {
    padding: 18px 0;
  }
  #sidebar li .nav-link.active::after {
    content: "";
    width: 40px;
    height: 35px;
    left: 83px;
    top: 24px;
  }
  /*main_con*/
  .main_con {
    background-size: 150%;
  }
  .menu_left .main_con {
    padding: 0 20px 40px 220px !important;
  }
  /*page_top_title*/
  .page_top_title .swiper-wrapper .swiper-slide {
    max-width: 80%;
  }
  /*page_title_box*/
  .page_title_box {
    font-size: 0.65em !important;
  }
  .page_title_box .icon {
    width: 70px;
    margin: -30px 0 0 -35px;
  }
  .page_title_box .icon_03 {
    width: 65px;
    margin: -24px 0 0 -27px;
  }
  .page_title_box .icon_04 {
    width: 165px;
    margin: -21px 0 0 -125px;
  }
  .page_title_box .icon_05 {
    width: 105px;
    margin: -25px 0 0 -159px;
  }
  .page_title_box .icon_06 {
    width: 40px;
    margin: -30px 0 0 -131px;
  }
  /*artist_list*/
  .artist_list .item {
    width: 50%;
  }
  /*anchor*/
  #anchor_01 h3 {
    height: 60px;
  }
  /*swiper*/
  .swiper.swiper_yt {
    padding: 50px 20px 250px 20px;
  }
  .swiper.swiper_yt .swiper-slide {
    max-height: 350px;
  }
  .swiper.swiper_yt .swiper-slide iframe {
    width: 100%;
    height: 350px;
  }
  /*work_list*/
  .work_list .item {
    width: 50%;
  }
  .work_list .item:nth-child(3n+1) {
    clear: none;
  }
  .work_list .item:nth-child(2n+1) {
    clear: both;
  }
  .work_list .item .font .title {
    font-size: 1.35em;
  }
  /*follow_list*/
  .follow_list .item:nth-child(1) {
    width: 100%;
  }
  .follow_list .item:nth-child(2), .follow_list .item:nth-child(3) {
    width: 100%;
    padding: 2% 5%;
  }
  .follow_list .item:nth-child(2) .box .img, .follow_list .item:nth-child(3) .box .img {
    width: 50%;
  }
  .follow_list .item:nth-child(2) .box .font, .follow_list .item:nth-child(3) .box .font {
    width: 50%;
  }
  .follow_list .item:nth-child(2) .box .font:after, .follow_list .item:nth-child(3) .box .font:after {
    padding: 10.5px 19px;
    border-radius: 20px 0 20px 0;
  }
  .follow_list .item:nth-child(2) .box .font svg, .follow_list .item:nth-child(3) .box .font svg {
    width: 45px;
  }
  .follow_list .item:nth-child(2) .box .font .title, .follow_list .item:nth-child(3) .box .font .title {
    font-size: 1.3em;
    margin-bottom: 5%;
  }
  .follow_list .item:nth-child(2) .box .font .title::before, .follow_list .item:nth-child(3) .box .font .title::before {
    width: 60px;
    margin: 5% 0;
  }
  /*team_list*/
  .team_list .item {
    width: 26.6666666667%;
    margin: 3.5% 1.8%;
  }
  .team_list .item:nth-child(4n+1) {
    clear: none;
  }
  .team_list .item:nth-child(3n+1) {
    clear: both;
  }
  .team_list .item .font .title {
    font-size: 1.3em;
    padding-bottom: 15px 0 0 0;
  }
  .team_list .item .font .font_s {
    font-size: 1.1em;
  }
  /*modal*/
  .modal-dialog.modal-lg {
    max-width: 800px;
    width: calc(100% - 30px);
  }
  /*news_list*/
  .news_list .item .img {
    width: 35%;
  }
  .news_list .item .font {
    width: 65%;
    padding-left: 3%;
  }
  .news_list .item .font .no {
    font-size: 4em;
    padding: 20px 0 15px 0;
  }
  .news_list .item .font .title {
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 2em;
  }
  h4 {
    font-size: 1.4em;
    padding-left: 40px;
  }
  h4:before {
    width: 30px;
    height: 30px;
  }
  .container {
    max-width: 100% !important;
  }
  /*header-hamburguer*/
  .sticky-wrapper .top_logo img {
    height: 48px !important;
  }
  /*main*/
  .main {
    padding-top: 80px;
  }
  .menu_left .main_con, .menu_right .main_con {
    width: 100%;
  }
  /*page_con*/
  .page_con .page_title {
    font-size: 2.25em;
    margin-bottom: 50px;
  }
  /*main_con*/
  .main_con {
    background-size: 150%;
  }
  /*page_top_title*/
  .page_top_title .swiper-wrapper .swiper-slide {
    max-width: 60%;
  }
  /*page_title_box*/
  .page_title_box {
    font-size: 0.8em !important;
  }
  .page_title_box .icon {
    width: 90px;
    margin: -25px 0 0 -45px;
  }
  .page_title_box .icon_03 {
    width: 80px;
    margin: -19px 0 0 -33px;
  }
  .page_title_box .icon_04 {
    width: 205px;
    margin: -19px 0 0 -154px;
  }
  .page_title_box .icon_05 {
    width: 120px;
    margin: -23px 0 0 -190px;
  }
  .page_title_box .icon_06 {
    width: 50px;
    margin: -31px 0 0 -162px;
  }
  /*artist_list*/
  .artist_list .item {
    width: 33.3333333333%;
  }
  /*anchor*/
  #anchor_01 h3 {
    height: 60px;
  }
  /*swiper*/
  .swiper.swiper_yt {
    padding: 50px 50px 250px 50px;
  }
  .swiper.swiper_yt .swiper-slide {
    max-height: 450px;
  }
  .swiper.swiper_yt .swiper-slide iframe {
    width: 100%;
    height: 450px;
  }
  /*index_school*/
  .index_school .container > .box {
    padding: 100px 30px 50px 30px;
  }
  .index_school .reels_con {
    width: 30% !important;
    max-width: 100%;
    position: absolute;
    top: 50px;
    text-align: left;
    margin: 0 auto 50px auto;
  }
  .index_school .video_title {
    top: 420px;
  }
  .index_school .video_img .box {
    max-width: 940px;
    width: 75%;
  }
  .index_school .font {
    max-width: 500px;
  }
  /*work_list*/
  .work_list .item {
    width: 33.3333333333%;
  }
  .work_list .item:nth-child(2n+1) {
    clear: none;
  }
  .work_list .item:nth-child(3n+1) {
    clear: both;
  }
  .work_list .item .font .title {
    font-size: 1.5em;
  }
  /*follow_list*/
  .follow_list .item:nth-child(1) {
    width: 40%;
  }
  .follow_list .item:nth-child(2), .follow_list .item:nth-child(3) {
    width: 60%;
    padding: 10px;
  }
  .follow_list .item:nth-child(2) .box .img, .follow_list .item:nth-child(3) .box .img {
    width: 50%;
  }
  .follow_list .item:nth-child(2) .box .font, .follow_list .item:nth-child(3) .box .font {
    width: 50%;
  }
  .follow_list .item:nth-child(2) .box .font:after, .follow_list .item:nth-child(3) .box .font:after {
    padding: 10.5px 19px;
    border-radius: 20px 0 20px 0;
  }
  .follow_list .item:nth-child(2) .box .font svg, .follow_list .item:nth-child(3) .box .font svg {
    width: 45px;
  }
  .follow_list .item:nth-child(2) .box .font .title, .follow_list .item:nth-child(3) .box .font .title {
    font-size: 1.3em;
    margin-bottom: 5%;
  }
  .follow_list .item:nth-child(2) .box .font .title::before, .follow_list .item:nth-child(3) .box .font .title::before {
    width: 60px;
    margin: 5% 0;
  }
  /*team_list*/
  .team_list .item {
    width: 20%;
    margin: 3.5% 1.8%;
  }
  .team_list .item:nth-child(3n+1) {
    clear: none;
  }
  .team_list .item:nth-child(4n+1) {
    clear: both;
  }
  .team_list .item .font .title {
    font-size: 1.5em;
    padding: 25px 0 5px 0;
  }
  .team_list .item .font .font_s {
    font-size: 1.25em;
  }
  /*news_list*/
  .news_list .item .img {
    width: 309px;
  }
  .news_list .item .font {
    width: calc(100% - 309px);
    padding-left: 3%;
  }
  .news_list .item .font .no {
    font-size: 5em;
    padding: 20px 0 25px 0;
  }
  .news_list .item .font .title {
    padding-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5em;
    padding-left: 45px;
  }
  h4:before {
    width: 35px;
    height: 35px;
  }
  .title_s {
    font-size: 1.15em;
    margin-top: -20px;
  }
  .container {
    max-width: 100% !important;
  }
  /*header-hamburguer*/
  .sticky-wrapper .top_logo img {
    height: 60px !important;
    margin-left: 10px;
  }
  /*index_title_box*/
  .index_title_box {
    font-size: 1em;
  }
  /*index_news*/
  .index_news .index_title_box {
    position: absolute;
    float: left;
    width: 100%;
    max-width: 630px;
    top: 100px;
    left: auto;
    margin-bottom: 0;
  }
  .index_news .swiper .font {
    margin: -210px 80px 0 0;
  }
  /*main*/
  .main {
    padding-top: 91px;
  }
  /*main_con*/
  .menu_left .main_con {
    padding: 0 20px 40px 250px !important;
  }
  /*page_con*/
  .page_con h3 {
    font-size: 4em;
  }
  .page_con h3 .link_icon svg {
    width: 38px;
  }
  /*sidebar*/
  #sidebar {
    font-size: 0.9em;
  }
  #sidebar li .nav-link {
    padding: 24px 0;
  }
  #sidebar li .nav-link.active::after {
    content: "";
    width: 40px;
    height: 35px;
    left: 97px;
    top: 32px;
  }
  /*index_school*/
  .index_school {
    min-height: 1000px;
  }
  /*page_top_title*/
  .page_top_title .swiper-wrapper .swiper-slide {
    max-width: 40%;
  }
  /*page_title_box*/
  .page_title_box {
    font-size: 1em !important;
  }
  .page_title_box .icon {
    width: 110px;
    margin: -20px 0 0 -60px;
  }
  .page_title_box .icon_03 {
    width: 116px;
    margin: -12px 0 0 -50px;
  }
  .page_title_box .icon_04 {
    width: 260px;
    margin: -15px 0 0 -196px;
  }
  .page_title_box .icon_05 {
    width: 157px;
    margin: -23px 0 0 -240px;
  }
  .page_title_box .icon_06 {
    width: 60px;
    margin: -31px 0 0 -200px;
  }
  /*artist_list*/
  .artist_list .item {
    width: 25%;
  }
  /*anchor*/
  #anchor_01 h3 {
    height: 70px;
  }
  /*follow_list*/
  .follow_list .item:nth-child(1) {
    width: 35%;
  }
  .follow_list .item:nth-child(2), .follow_list .item:nth-child(3) {
    width: 65%;
  }
  .follow_list .item:nth-child(2) .box .img, .follow_list .item:nth-child(3) .box .img {
    width: 43%;
  }
  .follow_list .item:nth-child(2) .box .font, .follow_list .item:nth-child(3) .box .font {
    width: 57%;
  }
  .follow_list .item:nth-child(2) .box .font svg, .follow_list .item:nth-child(3) .box .font svg {
    width: 55px;
  }
  .follow_list .item:nth-child(2) .box .font .title, .follow_list .item:nth-child(3) .box .font .title {
    font-size: 1.4em;
    margin-bottom: 5%;
  }
  .follow_list .item:nth-child(2) .box .font .title:before, .follow_list .item:nth-child(3) .box .font .title:before {
    width: 70px;
    margin: 5% 0;
  }
  .follow_list .item:nth-child(2) {
    padding-top: 3.5%;
  }
}
@media (min-width: 1400px) {
  .title_s {
    font-size: 1.25em;
    margin-top: -15px;
  }
  .container {
    max-width: 1400px !important;
  }
  /*main_con*/
  .menu_left .main_con {
    padding: 0 20px 40px 300px !important;
  }
  /*page_con*/
  .page_con .container {
    padding: 0;
  }
  .page_con h3 {
    font-size: 5em;
  }
  /*sidebar*/
  #sidebar {
    font-size: 1em;
  }
  #sidebar li .nav-link.active::after {
    content: "";
    width: 50px;
    height: 45px;
    left: 105px;
    top: 30px;
  }
  /*follow_list*/
  .follow_list .item:nth-child(1) {
    width: 36%;
  }
  .follow_list .item:nth-child(2), .follow_list .item:nth-child(3) {
    width: 64%;
  }
  .follow_list .item:nth-child(2) .box .img, .follow_list .item:nth-child(3) .box .img {
    width: 43%;
  }
  .follow_list .item:nth-child(2) .box .font, .follow_list .item:nth-child(3) .box .font {
    width: 57%;
  }
  .follow_list .item:nth-child(2) .box .font .title, .follow_list .item:nth-child(3) .box .font .title {
    font-size: 1.5em;
    margin-bottom: 7%;
  }
  .follow_list .item:nth-child(2) .box .font .title:before, .follow_list .item:nth-child(3) .box .font .title:before {
    width: 80px;
    margin: 7% 0;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.4em !important;
  }
  h4 {
    font-size: 1.2em;
    padding-left: 35px;
  }
  h4:before {
    width: 25px;
    height: 25px;
  }
  .title_s {
    font-size: 0.9em;
    margin-top: -20px;
  }
  .artist_select {
    display: block;
    margin: 20px 0 -50px 0;
    border-radius: 50px;
    padding: 5px 35px 5px 15px !important;
    position: absolute !important;
    z-index: 10;
    top: 0;
  }
  /*date*/
  .post-date {
    font-size: 0.7em;
    border: solid 5px;
    padding: 3px 8px 0 8px;
    width: 76px !important;
  }
  .post-date .month {
    padding-bottom: 0;
  }
  .badge {
    padding: 5px 12px;
    font-size: 0.9em;
  }
  /*header-hamburguer*/
  .sticky-wrapper .top_logo {
    padding: 8px 0;
  }
  .sticky-wrapper .top_logo img {
    height: 48px !important;
    margin-left: 0px;
  }
  .sticky-wrapper .top_icon {
    padding-top: 0;
  }
  .header-nav-main .nav > li:before {
    width: 60px;
    height: 60px;
  }
  /*header search*/
  .header-nav-features .header-nav-features-dropdown {
    background: linear-gradient(rgba(0, 0, 0, 0) 10%, rgb(255, 255, 255) 30%, rgb(255, 255, 255) 75%, rgba(0, 0, 0, 0) 90%);
  }
  /*右側浮動選單*/
  #ICON {
    width: 30px;
    top: 60px;
    right: 15px;
  }
  #icon_btn {
    font-size: 1.1rem;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .icon_link {
    margin-right: -15px;
  }
  .icon_link li a {
    width: 40px;
    height: 40px;
    font-size: 1rem;
    padding: 7px 5px 5px 5px;
  }
  .icon_link li a:before {
    background-size: 30px;
    right: 4px;
    top: 2px;
    width: 30px;
    height: 30px;
  }
  .icon_link img {
    width: 30px;
  }
  .material-icons {
    padding: 4px 0 0 1px;
  }
  /*main*/
  .main {
    padding-top: 52px;
  }
  .main .sidebar_menu {
    display: none;
  }
  /*index_banner*/
  .index_banner .marquee_img {
    height: 300px;
  }
  .index_banner .marquee_img ul li img {
    height: 300px !important;
  }
  .index_banner .marquee_img ul li .font {
    font-size: 0.8em;
  }
  .index_banner .marquee_img ul li .font:after {
    width: 23px;
    height: 23px;
    top: 40%;
  }
  .index_banner .index_banner_title {
    font-size: 1.2em;
  }
  .index_banner .index_banner_title img {
    height: 40px !important;
  }
  /*index_title_box*/
  .index_title_box {
    font-size: 0.5em;
  }
  .index_title_box .font_s {
    padding-bottom: 10px;
  }
  /*index_school*/
  .index_school .container > .box {
    padding: 220px 30px 50px 30px;
  }
  .index_school .container > .box.reels_show {
    padding: 50px 30px 50px 30px;
  }
  .index_school .reels_con {
    width: 100% !important;
    position: relative;
    top: 0;
    text-align: center;
    margin: 0 auto 50px auto;
  }
  .index_school .video_title {
    top: 55px;
  }
  .index_school .video_img .box {
    max-width: 100%;
  }
  .index_school .font {
    max-width: 100%;
    padding: 20px 0;
  }
  .index_school .font .edit_con {
    font-size: 1em;
  }
  /*index_video*/
  .index_video .swiper .swiper-button-prev {
    margin-left: 3px;
  }
  .index_video .swiper .swiper-button-next {
    margin-right: 3px;
  }
  .marquee_font {
    height: 38px;
  }
  .marquee_font ul li {
    font-size: 1.2em;
  }
  /*index_news*/
  .index_news {
    padding: 30px 0 0 0;
  }
  .index_news .index_title_box {
    position: relative;
    float: left;
    max-width: 630px;
    right: 0;
    left: 20px;
    top: 0;
    bottom: -100px;
    margin-bottom: -70px;
  }
  .index_news .swiper .img {
    padding: 80px 70px 70px 70px;
  }
  .index_news .swiper .font {
    max-width: calc(100% - 30px);
    margin: 0 15px;
  }
  .index_news .swiper .font:after {
    padding: 16px 25px !important;
  }
  .index_news .swiper .font .date {
    font-size: 1em !important;
  }
  .index_news .swiper .font .title {
    font-size: 1.2em !important;
  }
  .index_news .swiper .font .con_font {
    font-size: 1em !important;
    padding: 10px 35px 0 0 !important;
    margin-top: 5px !important;
  }
  .index_news .swiper.btn_font_bottom {
    padding-bottom: 80px;
  }
  .index_news .swiper.btn_font_bottom .button_box {
    max-width: calc(100% - 30px);
    right: 15px;
  }
  /*page_con*/
  .page_con h3 {
    font-size: 3em;
  }
  .page_con h3 .link_icon svg {
    width: 25px;
    vertical-align: top;
  }
  .page_con .page_title {
    font-size: 1.4em;
    margin-bottom: 20px;
  }
  /*main_con*/
  .main_con {
    width: 100% !important;
    padding: 30px 5% !important;
    background-size: 200%;
  }
  .main_con h2 {
    padding: 0;
    margin: 15px 0 10px 0;
  }
  .main_con h2:before {
    width: 50px;
    height: 32px;
    left: -15px;
    top: -10px;
  }
  .menu_left .main_con {
    padding: 0 5% 40px 5% !important;
  }
  /*page_top_title*/
  .page_top_title {
    padding-bottom: 0;
  }
  .page_top_title .swiper-wrapper .swiper-slide {
    max-width: 80%;
    max-height: 300px;
  }
  /*page_title_box*/
  .page_title_box {
    font-size: 0.5em !important;
    padding: 50px 0 0 0;
  }
  .page_title_box .font_s {
    padding-bottom: 0;
    margin: 15px 0 25px 0;
  }
  .page_title_box .icon {
    width: 50px;
    margin: -34px 0 0 -25px;
  }
  .page_title_box .icon_03 {
    width: 50px;
    margin: -26px 0 0 -22px;
  }
  .page_title_box .icon_04 {
    width: 125px;
    margin: -23px 0 0 -95px;
  }
  .page_title_box .icon_05 {
    width: 85px;
    margin: -25px 0 0 -123px;
  }
  .page_title_box .icon_06 {
    width: 31px;
    margin: -27px 0 0 -101px;
  }
  /*page_list*/
  .page_list .title {
    font-size: 1.2em;
  }
  /*page_number*/
  #page_number .page_icon {
    text-align: center;
  }
  #page_number .btn_page {
    font-size: 1em;
    padding: 2px 8px 3px 8px;
  }
  /*page_tab*/
  .page_tab .nav-tabs .nav-link {
    font-size: 0.8em;
    font-weight: 400;
    padding: 2px 15px !important;
  }
  /*artist_list*/
  .artist_list .item {
    width: 50%;
    padding: 10px;
  }
  .artist_list .item .font .font_s {
    margin-top: -7px;
  }
  /*person_info*/
  .person_info .item {
    width: 100%;
  }
  .person_share a {
    margin: 7px 7px 7px 0;
  }
  .person_share a svg {
    width: 40px;
  }
  .person_share .down {
    padding: 5px 20px;
    margin-top: 16px;
  }
  .person_share .down:hover {
    background: #E60012;
    border-color: #E60012;
    color: #fff;
  }
  /*swiper*/
  .swiper.swiper_yt {
    padding: 50px 20px 150px 20px;
  }
  .swiper.swiper_yt .swiper-slide {
    max-height: 350px;
  }
  .swiper.swiper_yt .swiper-slide iframe {
    width: 100%;
    height: 350px;
  }
  /*work_list*/
  .work_list .item {
    width: 50%;
  }
  .work_list .item:nth-child(3n+1) {
    clear: none;
  }
  .work_list .item:nth-child(2n+1) {
    clear: both;
  }
  .work_list .item .font .title {
    font-size: 1.25em;
  }
  /*follow_list*/
  .follow_list .item:nth-child(1) {
    width: 100%;
  }
  .follow_list .item:nth-child(2), .follow_list .item:nth-child(3) {
    width: 100%;
    padding: 2% 5%;
  }
  .follow_list .item:nth-child(2) .box .img, .follow_list .item:nth-child(3) .box .img {
    width: 50%;
  }
  .follow_list .item:nth-child(2) .box .font, .follow_list .item:nth-child(3) .box .font {
    width: 50%;
  }
  .follow_list .item:nth-child(2) .box .font:after, .follow_list .item:nth-child(3) .box .font:after {
    padding: 10.5px 19px;
    border-radius: 20px 0 20px 0;
  }
  .follow_list .item:nth-child(2) .box .font svg, .follow_list .item:nth-child(3) .box .font svg {
    width: 45px;
  }
  .follow_list .item:nth-child(2) .box .font .title, .follow_list .item:nth-child(3) .box .font .title {
    font-size: 1.2em;
    margin-bottom: 4%;
  }
  .follow_list .item:nth-child(2) .box .font .title::before, .follow_list .item:nth-child(3) .box .font .title::before {
    width: 60px;
    margin: 4% 0;
  }
  /*team_list*/
  .team_list {
    padding-top: 40px;
  }
  .team_list .item {
    width: 26.6666666667%;
    margin: 20px 3%;
  }
  .team_list .item:nth-child(2n+1) {
    clear: none;
  }
  .team_list .item:nth-child(3n+1) {
    clear: both;
  }
  .team_list .item .font .title {
    font-size: 1.2em;
    padding: 15px 0 0 0;
  }
  .team_list .item .font .font_s {
    font-size: 1em;
  }
  /*team_modal*/
  .team_modal .font {
    width: 100%;
  }
  .team_modal .font .logo {
    font-size: 4em;
  }
  .team_modal .font .name {
    font-size: 1.4em;
  }
  .team_modal .font .job_title {
    font-size: 1.05em;
  }
  .team_modal .img {
    width: 30%;
    position: absolute;
    right: 0;
    top: 5%;
  }
  /*modal*/
  .modal-dialog.modal-lg {
    max-width: 800px;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
  /*down_list*/
  .down_list .item .title .name {
    width: 100%;
  }
  /*news_list*/
  .news_list .item .img {
    width: 30%;
  }
  .news_list .item .font {
    width: 70%;
    padding-left: 3%;
  }
  .news_list .item .font .no {
    font-size: 3em;
    padding: 10px 0 10px 0;
  }
  .news_list .item .font .title {
    padding-bottom: 10px;
  }
  .news_list .item .font:after {
    width: 25px;
    height: 25px;
  }
  /*search*/
  .search_list {
    padding: 0 10px;
  }
  .search_list a {
    padding: 10px;
  }
}
/*手機版*/
@media (max-width: 576px) {
  /*header-hamburguer*/
  /*index_banner*/
  .index_banner .marquee_img {
    height: 255px;
  }
  .index_banner .marquee_img ul li img {
    height: 255px !important;
  }
  .index_banner .index_banner_title {
    font-size: 1.1em;
  }
  .index_banner .index_banner_title img {
    height: 30px !important;
  }
  /*index_title_box*/
  .index_title_box {
    font-size: 0.4em;
  }
  /*index_school*/
  .index_school .container > .box {
    padding: 160px 10px 50px 10px;
  }
  .index_school .video_title {
    top: 20px;
  }
  /*index_news*/
  .index_news .swiper .img {
    padding: 80px 40px 45px 40px;
  }
  .index_news .swiper .img .bg {
    width: 75%;
    height: 70%;
  }
  .index_news .swiper .font:after {
    padding: 11px 20px !important;
  }
  /*main_con*/
  .main_con {
    background-size: 150%;
  }
  /*page_top_title*/
  .page_top_title .swiper-wrapper .swiper-slide {
    max-height: 200px;
  }
  /*page_title_box*/
  .page_title_box {
    font-size: 0.4em !important;
  }
  .page_title_box .icon {
    width: 43px;
    margin: -36px 0 0 -23px;
  }
  .page_title_box .icon_03 {
    width: 40px;
    margin: -30px 0 0 -17px;
  }
  .page_title_box .icon_04 {
    width: 100px;
    margin: -25px 0 0 -76px;
  }
  .page_title_box .icon_05 {
    width: 70px;
    margin: -25px 0 0 -100px;
  }
  .page_title_box .icon_06 {
    width: 26px;
    margin: -27px 1px 0 -82px;
  }
  /*artist_list*/
  .artist_list .item a:hover .font .title {
    bottom: -75%;
  }
  /*swiper*/
  .swiper.swiper_yt {
    padding: 30px 20px 80px 20px;
  }
  .swiper.swiper_yt .swiper-slide {
    max-height: 250px;
  }
  .swiper.swiper_yt .swiper-slide iframe {
    width: 100%;
    height: 250px;
  }
  /*work_list*/
  .work_list .item {
    width: 100%;
  }
  .work_list .item .font .title {
    font-size: 1.2em;
  }
  /*follow_list*/
  .follow_list .item:nth-child(2), .follow_list .item:nth-child(3) {
    width: 100%;
    padding: 2% 5%;
  }
  .follow_list .item:nth-child(2) .box .img, .follow_list .item:nth-child(3) .box .img {
    width: 100%;
  }
  .follow_list .item:nth-child(2) .box .img img, .follow_list .item:nth-child(3) .box .img img {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .follow_list .item:nth-child(2) .box .font, .follow_list .item:nth-child(3) .box .font {
    width: 100%;
  }
  /*team_list*/
  .team_list .item {
    width: 40%;
  }
  .team_list .item:nth-child(3n+1) {
    clear: none;
  }
  .team_list .item:nth-child(2n+1) {
    clear: both;
  }
  .team_list .item .font .title {
    font-size: 1.1em;
    padding-top: 10px;
  }
  .team_list .item .font .font_s {
    font-size: 0.9em;
  }
  /*team_modal*/
  .team_modal .font .logo {
    font-size: 3em;
  }
  .team_modal .font .name {
    font-size: 1.3em;
  }
  .team_modal .font .job_title {
    font-size: 1em;
  }
  .team_modal .font .info_list {
    font-size: 0.9em;
  }
  .team_modal .font .info_list .item {
    width: 100% !important;
  }
  .team_modal .img {
    width: 30%;
    right: 0;
    top: 0;
  }
  /*news_list*/
  .news_list .item .img {
    width: 100%;
  }
  .news_list .item .font {
    width: 100%;
    padding: 3%;
  }
}
/*-----------------------------------------for編輯器--------------------------------------------*/
h2, h3, h4, h5, h6 {
  text-transform: none;
}

.quantity {
  font-family: Anton-Regular;
}

img {
  max-width: 100%;
  height: auto !important;
}

.font-xlarge {
  font-size: 140% !important;
}

.font-large {
  font-size: 120% !important;
}

.font-100 {
  font-size: 100% !important;
}

.font-small {
  font-size: 80% !important;
}

.font-xsmall {
  font-size: 60% !important;
}

.w-100 {
  width: 100%;
}

.w-80 {
  width: 80%;
}

.w-50 {
  width: 50%;
}

.w-1000 {
  max-width: 1000px;
}

.w-800 {
  max-width: 800px;
}

.w-600 {
  max-width: 600px;
}

.w-400 {
  max-width: 400px;
}

.w-200 {
  max-width: 200px;
}

.w-100px {
  max-width: 100px;
}

.w-auto {
  width: auto;
  max-width: 100%;
}

.input-xlarge {
  width: 420px !important;
}

.input-large {
  width: 320px !important;
}

.input-medium {
  width: 240px !important;
}

.input-small {
  width: 145px !important;
}

.input-xsmall {
  width: 80px !important;
}

.float_left, .float-left {
  float: left;
}

.float_right, .float-right {
  float: right;
}

.text_center, .text-center {
  text-align: center;
}

.text_right, .text-right {
  text-align: right !important;
}

.text_left, .text-left {
  text-align: left !important;
}

.red {
  color: #900 !important;
}

.white, a.white {
  color: #fff !important;
}

.black {
  color: #000 !important;
}

.gray {
  color: #666 !important;
}

.gray_01 {
  color: #f5f5f5 !important;
}

.gray_02 {
  color: #ccc !important;
}

.gray_03 {
  color: #999 !important;
}

.gray_04 {
  color: #666 !important;
}

.gray_05 {
  color: #333 !important;
}

.blue_01 {
  color: #3e76b6 !important;
}

.blue_02 {
  color: #003f86 !important;
}

.green_01 {
  color: #588216 !important;
}

.green_02 {
  color: #00693E !important;
}

.orange_01 {
  color: #C45519 !important;
}

.orange_02 {
  color: #a6410a !important;
}

.brown_01 {
  color: #817461 !important;
}

.brown_02 {
  color: #513710 !important;
}

.pink {
  color: #B648B7 !important;
}

.purple {
  color: #800080 !important;
}

.bg_red {
  background: #c00 !important;
}

.bg_white {
  background: #fff !important;
}

.bg_black {
  background: #000 !important;
}

.bg_gray {
  background: #666 !important;
}

.bg_gray_01 {
  background: #f5f5f5 !important;
}

.bg_gray_02 {
  background: #ccc !important;
}

.bg_gray_03 {
  background: #999 !important;
}

.bg_gray_04 {
  background: #666 !important;
}

.bg_gray_05 {
  background: #333 !important;
}

.bg_blue_01 {
  background: #3e76b6 !important;
}

.bg_blue_02 {
  background: #003f86 !important;
}

.bg_green_01 {
  background: #588216 !important;
}

.bg_green_02 {
  background: #00693E !important;
}

.bg_orange_01 {
  background: #C45519 !important;
}

.bg_orange_02 {
  background: #a6410a !important;
}

.bg_brown_01 {
  background: #817461 !important;
}

.bg_brown_02 {
  background: #513710 !important;
}

.bg_pink {
  background: #B648B7 !important;
}

.bg_purple {
  background: #800080 !important;
}

.required {
  color: #900;
  font-size: 0.9em;
  line-height: 140%;
  padding: 3px 0;
}

.img_padding {
  padding: 10px;
}

.img_padding[align=left] {
  padding: 0 30px 30px 0;
}

.img_padding[align=right] {
  padding: 0 0 30px 30px;
}

.img_pic {
  border: solid #ddd 1px;
  padding: 10px;
  box-shadow: 0px 0px 2px 2px rgba(51, 51, 51, 0.1);
}

.margin_auto {
  margin: 0 auto !important;
}

.nomargin {
  margin: 0 !important;
}

.nopadding {
  padding: 0 !important;
}

.blockquote_font {
  max-width: 96%;
  margin: 30px auto;
  color: #333;
  border-left: 6px solid #2b50a8;
  padding-left: 1.5em;
}

.align-m {
  vertical-align: middle !important;
}

.align-t {
  vertical-align: top !important;
}

.align-b {
  vertical-align: bottom !important;
}

.font_nowrap {
  white-space: nowrap;
}

.btn_margin {
  margin: 2px;
}

.footer_laypu {
  display: inline-block;
}

@media (max-width: 480px) {
  .input-xlarge, .input-large, .input-medium, .input-small, .input-xsmall {
    max-width: 100% !important;
  }
}
/*table*/
.table {
  display: table;
  border-color: #ddd;
  width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
}
.table > :not(:first-child) {
  border-top: none;
}
.table thead {
  background: #666;
  color: #fff;
}
.table thead th {
  border-bottom: none;
  border-left: none;
  border-right: none;
  padding: 10px;
  line-height: 130%;
  vertical-align: middle;
  text-align: center;
  font-weight: 400;
}
.table tbody tr {
  border-bottom: 1px solid #ddd;
}
.table tbody td {
  line-height: 170%;
  border-top: none;
  padding: 8px 10px;
  vertical-align: middle;
}
.table tbody td ol, .table tbody td ul {
  padding-left: 25px;
}
.table tbody td a {
  padding: 5px 10px;
  color: #666;
}
.table.table-bordered {
  border: 1px solid #ddd;
}
.table.table-bordered td, .table.table-bordered th {
  border: 1px solid #ddd;
}
.table.table-center th, .table.table-center td {
  text-align: center;
}
.table.table-even tr:nth-child(even) {
  background: #f5f5f5;
}
.table.table-hover tbody tr {
  border-bottom: 1px solid #ddd;
}
.table.table-hover tbody tr:hover > td {
  background: #E60012 !important;
}
.table.table-hover tbody tr:hover a {
  color: #fff;
}
.table.table-hover tbody tr:hover a.btn_01:hover {
  color: #181818 !important;
}
table[align=center] {
  margin-left: auto;
  margin-right: auto;
}

.table-cell {
  display: table-cell;
}

/*table scroll*/
.table-scrollable {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border: none;
}
.table-scrollable > .table, .table-scrollable > table {
  width: 100% !important;
  margin: 0 !important;
  min-width: 700px;
}

@media (max-width: 480px) {
  .table.m_100 > .table-row {
    display: block;
    width: 100%;
  }
  .table.m_100 > .table-row > .table-cell {
    display: block;
    width: 100%;
  }
  .table.m_100 .text-right {
    text-align: left !important;
  }
}
/*page_info*/
.page_info .table-row {
  display: table-row;
}
.page_info .table-row .table-cell:first-child {
  font-weight: bold;
}
.page_info .table-row .table-cell:first-child:first-child:before {
  content: "|";
  color: #bda26d;
  padding-right: 10px;
}
.page_info .table-row .table-cell {
  display: table-cell;
  padding: 5px;
  border-bottom: solid #ddd 1px;
}

@media (max-width: 480px) {
  .page_info .table-row .table-cell:first-child {
    border-bottom: none;
    width: 100% !important;
    padding: 0 5px;
  }
  .page_info .table-row .table-cell:nth-child(2) {
    padding: 5px 5px 5px 20px;
  }
  .page_info.m_100 > .table-row {
    margin-bottom: 10px;
  }
}
/*縮排*/
.paddingleft22 {
  padding-left: 22px;
}

.textindent22 {
  text-indent: -22px;
}

.text_indent {
  text-indent: 2em;
}

/*edit_con*/
.edit_con {
  /*float: left;*/
  width: 100%;
}
.edit_con ul, .edit_con ol {
  padding-left: 30px;
  /*float:left;*/
  width: 100%;
  clear: both;
}
.edit_con a {
  color: #E60012;
  /*text-decoration:underline;*/
}

/*清單*/
.ol_01 {
  list-style-type: cjk-ideographic; /*一, 二, 三*/
}

.ol_02 {
  list-style-type: upper-latin; /*A, B, C*/
}

.ol_03 {
  list-style-type: lower-alpha; /*a, b, c*/
}

.ol_04 {
  list-style-type: decimal; /*1,2,3*/
}

.ul_01 {
  list-style-type: square; /*實心方塊*/
}

.ul_02 {
  list-style-type: disc; /*實心圓*/
}

.ul_none, .ol_none {
  list-style: none;
  padding-left: 0;
}

.ul_w50 {
  float: left;
  width: 100%;
}
.ul_w50 li {
  float: left;
  width: calc(50% - 40px);
  padding-right: 30px;
}
.ul_w50 li:nth-child(2n+1) {
  clear: both;
}

.ul_line {
  list-style: none;
}
.ul_line li:before {
  content: "-";
  display: inline-block;
  color: #e4c916;
  padding-right: 10px;
  font-weight: bold;
  margin-left: -16px;
}

@media (max-width: 767px) {
  .ul_w50 li {
    width: calc(100% - 40px);
  }
}
/*for IE*/
@media screen\0  {
  .ol_01 {
    list-style-type: decimal-leading-zero; /*01,02,03*/
  }
}
/*錨點*/
.anchor_list {
  float: left;
  width: 100%;
  list-style: none;
  margin-bottom: 15px;
  margin-left: 0px;
  padding-left: 0 !important;
}
.anchor_list li {
  float: left;
}
.anchor_list a {
  float: left;
  padding: 5px 15px;
  border-radius: 5px;
  color: #333;
  margin: 5px 6px 5px 3px;
  border: solid #ccc 1px;
  text-decoration: none;
  box-shadow: none;
}
.anchor_list a:hover, .anchor_list a:focus {
  background: #eee;
  color: #333;
}
.anchor_list a.active {
  background: #E60012;
  color: #fff;
  border: solid #E60012 1px;
}

@media (max-width: 767px) {
  .anchor_list a {
    font-size: 0.9em;
    padding: 3px 8px;
  }
}
/*頁籤 bs3*/
.tabs {
  float: left;
  width: 100%;
}
.tabs .nav-tabs {
  border-bottom-color: transparent;
  /*text-align:center;*/
  font-size: 1em;
  margin-bottom: 15px;
  padding-left: 0 !important;
  list-style: none;
}
.tabs .nav-tabs button {
  padding: 7px 15px;
  border-radius: 6px;
  margin-right: 5px;
  border: solid #ccc 1px;
  background-color: transparent;
  margin: 3px;
  color: #333;
  text-decoration: none;
  line-height: 170%;
}
.tabs .nav-tabs button:hover {
  color: #181818 !important;
}
.tabs .nav-tabs button.active, .tabs .nav-tabs button.active:focus, .tabs .nav-tabs button.active:hover {
  background-color: #E60012;
  color: #333 !important;
  border: 1px solid #E60012;
}
.tabs .nav-tabs li {
  display: inline-block;
  float: none;
}
.tabs .nav-tabs li a {
  padding: 7px 15px;
  border-radius: 6px;
  margin-right: 5px;
  border: solid #ccc 1px;
  background-color: transparent;
  margin: 3px;
  color: #333;
  text-decoration: none;
  font-size: 1em;
  line-height: 170%;
}
.tabs .nav-tabs li a:hover {
  background: #eee;
  color: #333 !important;
}
.tabs .nav-tabs li.active a, .tabs .nav-tabs li.active a:focus, .tabs .nav-tabs li.active a:hover {
  background-color: #E60012;
  color: #fff !important;
  border: 1px solid #E60012 !important;
}
.tabs .tab-content {
  float: left;
  width: 100%;
  border-radius: none;
  box-shadow: none;
  background-color: transparent;
  border: none;
  padding: 0;
  padding: 0;
}

/*頁籤 bs5*/
.nav-tabs {
  border: none;
  border-bottom: solid #ccc 1px !important;
  z-index: 8;
  position: relative;
}
.nav-tabs .nav-link {
  font-family: LiSong;
  font-size: 1.4em;
  border: none !important;
  border-radius: 0 !important;
  margin: 0 15px !important;
  padding: 5px 0 !important;
}
.nav-tabs .nav-link.active {
  border: none !important;
  border-bottom: solid #BF323D 3px !important;
  background-color: transparent !important;
  color: #333 !important;
}

.tab-content {
  border: none;
  padding: 15px 0;
  box-shadow: none;
  background-color: transparent;
}

/*併排*/
[class^=list_0] .title, .list_img .title, .list_font .title {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  [class^=list_0] .title, .list_img .title, .list_font .title, .list_icon_img .title {
    font-size: 1.1em;
  }
}
/*併排5*/
.list_05 {
  float: left;
  width: 100%;
}
.list_05 > .item {
  float: left;
  width: 17%;
  margin: 1.5%;
  vertical-align: top;
  line-height: 150%;
}
.list_05 > .item img {
  margin-bottom: 5px;
}
.list_05 > .item:nth-child(5n+1) {
  clear: both;
}
.list_05.nomargin > .item {
  margin: 0;
  width: 20%;
}

@media (max-width: 767px) {
  .list_05 > .item {
    width: 29.3%;
    margin: 2%;
  }
  .list_05 > .item:nth-child(5n+1) {
    clear: none;
  }
  .list_05 > .item:nth-child(3n+1) {
    clear: both;
  }
  .list_05.nomargin > .item {
    margin: 0;
    width: 33.3%;
  }
}
@media (max-width: 480px) {
  .list_05 > .item {
    width: 44%;
    margin: 3%;
  }
  .list_05 > .item:nth-child(5n+1), .list_05 > .item:nth-child(3n+1) {
    clear: none;
  }
  .list_05 > .item:nth-child(2n+1) {
    clear: both;
  }
  .list_05 > .item img {
    width: 100%;
  }
  .list_05.nomargin > .item {
    margin: 0;
    width: 50%;
  }
}
/*併排4*/
.list_04 {
  float: left;
  width: 100%;
}
.list_04 > .item {
  float: left;
  width: 22%;
  margin: 1.5%;
}
.list_04 > .item img {
  margin-bottom: 5px;
}
.list_04 > .item:nth-child(4n+1) {
  clear: both;
}
.list_04.nomargin > .item {
  margin: 0;
  width: 25%;
}

@media (max-width: 767px) {
  .list_04 > .item {
    width: 29.3%;
    margin: 2%;
  }
  .list_04 > .item:nth-child(4n+1) {
    clear: none;
  }
  .list_04 > .item:nth-child(3n+1) {
    clear: both;
  }
  .list_04.nomargin > .item {
    margin: 0;
    width: 33.3%;
  }
}
@media (max-width: 480px) {
  .list_04 > .item {
    width: 44%;
    margin: 3%;
  }
  .list_04 > .item:nth-child(4n+1), .list_04 > .item:nth-child(3n+1) {
    clear: none;
  }
  .list_04 > .item:nth-child(2n+1) {
    clear: both;
  }
  .list_04 > .item img {
    width: 100%;
  }
  .list_04.nomargin > .item {
    margin: 0;
    width: 50%;
  }
}
/*併排4-2*/
.list_04-2 {
  float: left;
  width: 100%;
}
.list_04-2 > .item {
  float: left;
  width: 22%;
  margin: 1.5%;
}
.list_04-2 > .item img {
  margin-bottom: 5px;
}
.list_04-2 > .item:nth-child(4n+1) {
  clear: both;
}
.list_04-2.nomargin > .item {
  margin: 0;
  width: 25%;
}

@media (max-width: 767px) {
  .list_04-2 > .item {
    width: 44%;
    margin: 3%;
  }
  .list_04-2 > .item:nth-child(4n+1) {
    clear: none;
  }
  .list_04-2 > .item:nth-child(2n+1) {
    clear: both;
  }
  .list_04-2.nomargin > .item {
    margin: 0;
    width: 50%;
  }
}
@media (max-width: 480px) {
  .list_04-2 > .item {
    width: 90%;
    margin: 5%;
  }
  .list_04-2 > .item:nth-child(even) {
    margin: -1% 5% 5% 5%;
  }
  .list_04-2 > .item img {
    margin-bottom: 0;
  }
  .list_04-2.nomargin > .item {
    margin: 0;
    width: 100%;
  }
}
/*併排3*/
.list_03 {
  float: left;
  width: 100%;
}
.list_03 > .item {
  float: left;
  width: 29.3%;
  margin: 2%;
}
.list_03 > .item img {
  margin-bottom: 5px;
}
.list_03 > .item:nth-child(3n+1) {
  clear: both;
}
.list_03.nomargin > .item {
  margin: 0;
  width: 33.3%;
}

@media (max-width: 767px) {
  .list_03 > .item {
    width: 46%;
  }
  .list_03 > .item:nth-child(3n+1) {
    clear: none;
  }
  .list_03 > .item:nth-child(2n+1) {
    clear: both;
  }
  .list_03.nomargin > .item {
    margin: 0;
    width: 50%;
  }
}
@media (max-width: 480px) {
  .list_03 > .item {
    width: 90%;
    margin: 5%;
  }
  .list_03 > .item img {
    width: 100%;
  }
  .list_03.nomargin > .item {
    margin: 0;
    width: 100%;
  }
}
/*併排2*/
.list_02 {
  float: left;
  width: 100%;
}
.list_02 > .item {
  float: left;
  width: 44%;
  margin: 3%;
}
.list_02 > .item img {
  margin-bottom: 5px;
}
.list_02 > .item:nth-child(2n+1) {
  clear: both;
}
.list_02.nomargin > .item {
  margin: 0;
  width: 50%;
}

@media (max-width: 767px) {
  .list_02 > .item {
    width: 90%;
    margin: 5%;
  }
  .list_02.nomargin > .item {
    margin: 0;
    width: 100%;
  }
}
/*併排1+3*/
.list_img {
  float: left;
  width: 100%;
}
.list_img > .item:nth-child(2n-1) {
  float: left;
  width: 20%;
  margin: 2.5%;
}
.list_img > .item:nth-child(2n) {
  float: left;
  width: 70%;
  margin: 2.5%;
}
.list_img > .item:nth-child(2n+1) {
  clear: both;
}
.list_img > .item img {
  margin-bottom: 5px;
}
.list_img.nomargin > .item {
  margin: 0;
}
.list_img.nomargin > .item:nth-child(2n-1) {
  width: 25%;
}
.list_img.nomargin > .item:nth-child(2n) {
  width: 75%;
}

@media (max-width: 480px) {
  .list_img > .item {
    width: 95% !important;
  }
  .list_img.nomargin > .item {
    margin: 0;
    width: 100%;
  }
}
/*併排3+1*/
.list_font {
  float: left;
  width: 100%;
}
.list_font > .item:nth-child(2n) {
  float: left;
  width: 20%;
  margin: 2.5%;
}
.list_font > .item:nth-child(2n-1) {
  float: left;
  width: 70%;
  margin: 2.5%;
}
.list_font > .item:nth-child(2n+1) {
  clear: both;
}
.list_font > .item img {
  margin-bottom: 5px;
}
.list_font.nomargin > .item {
  margin: 0;
}
.list_font.nomargin > .item:nth-child(2n) {
  width: 25%;
}
.list_font.nomargin > .item:nth-child(2n-1) {
  width: 75%;
}

@media (max-width: 480px) {
  .list_font > .item {
    width: 95% !important;
  }
  .list_font.nomargin > .item {
    margin: 0;
    width: 100%;
  }
}
/*youtube影片*/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

@media print {
  /*清除網址*/
  a[href]:after {
    content: none !important;
  }
  /*顯示背景圖*/
  *,
  *:before,
  *:after {
    background-color: inherit !important;
  }
  .bg_print {
    -webkit-print-color-adjust: exact !important; /* Chrome, Safari */
    print-color-adjust: exact !important; /* Chrome, Safari */
    color-adjust: exact !important; /*Firefox*/
  }
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  /*解決Safari 在列印時使用異常小的字體*/
  .container {
    width: auto;
  }
  .con_box {
    margin: 0;
    border: initial;
    border-radius: initial;
    width: initial;
    min-height: initial;
    box-shadow: initial;
    background: initial;
    page-break-after: always;
  }
  /*thead不重覆*/
  thead {
    display: table-row-group;
  }
  /*table背景色*/
  body {
    -webkit-print-color-adjust: exact;
  }
  .print_con_table tr th {
    background: #666 !important;
    color: #fff !important;
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
  }
}
/*列印尺寸電腦版*/
@page {
  size: A3;
  margin: 0;
}
/*rwd table*/
.rwd-table {
  background: #fff;
  overflow: hidden;
  min-width: 100%;
  color: #333;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:before {
  content: attr(data-th) " : ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
  color: #333;
}
.rwd-table.table-hover tr:hover td:before {
  color: #fff;
}
.rwd-table.table-bordered > tbody > tr > td {
  border-top: none;
  border-left: none;
  line-height: 150%;
}

@media (min-width: 769px) {
  /*rwd table*/
  .rwd-table td:before {
    display: none;
  }
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: 0.25em 0.5em;
  }
}
@media (max-width: 769px) {
  /*rwd table*/
  .rwd-table.table {
    border: none;
  }
  .rwd-table tbody tr {
    display: table;
    width: calc(100% - 2px);
    border: solid #ddd 1px;
  }
  .rwd-table tbody tr td {
    display: table-row;
  }
  .rwd-table tbody tr td:before {
    display: table-cell;
    padding: 8px;
    text-align: right;
  }
  .rwd-table tr {
    margin-bottom: 20px;
  }
  .rwd-table tr td {
    border-bottom: solid #ddd 1px !important;
  }
  .rwd-table tr td:nth-child(1) {
    border-top: solid #ddd 1px !important;
  }
  .rwd-table.table-center td {
    text-align: left !important;
  }
  .rwd-table .text-end, .rwd-table .text-center {
    text-align: left !important;
  }
}/*# sourceMappingURL=style.css.map */