/* Minification failed. Returning unminified contents.
(48,10): run-time error CSS1030: Expected identifier, found '.'
(48,18): run-time error CSS1031: Expected selector, found ')'
(48,18): run-time error CSS1025: Expected comma or open brace, found ')'
(52,10): run-time error CSS1030: Expected identifier, found '.'
(52,27): run-time error CSS1031: Expected selector, found ')'
(52,27): run-time error CSS1025: Expected comma or open brace, found ')'
(56,10): run-time error CSS1030: Expected identifier, found '.'
(56,27): run-time error CSS1031: Expected selector, found ')'
(56,27): run-time error CSS1025: Expected comma or open brace, found ')'
(145,10): run-time error CSS1030: Expected identifier, found '.'
(145,18): run-time error CSS1031: Expected selector, found ')'
(145,18): run-time error CSS1025: Expected comma or open brace, found ')'
(467,36): run-time error CSS1030: Expected identifier, found '.'
(467,51): run-time error CSS1031: Expected selector, found ')'
(467,51): run-time error CSS1025: Expected comma or open brace, found ')'
(471,36): run-time error CSS1030: Expected identifier, found '.'
(471,51): run-time error CSS1031: Expected selector, found ')'
(471,51): run-time error CSS1025: Expected comma or open brace, found ')'
(1029,14): run-time error CSS1030: Expected identifier, found '.'
(1029,25): run-time error CSS1031: Expected selector, found ')'
(1029,25): run-time error CSS1025: Expected comma or open brace, found ')'
(1035,14): run-time error CSS1030: Expected identifier, found '.'
(1035,25): run-time error CSS1031: Expected selector, found ')'
(1035,25): run-time error CSS1025: Expected comma or open brace, found ')'
(1173,11): run-time error CSS1030: Expected identifier, found '.'
(1173,22): run-time error CSS1031: Expected selector, found ')'
(1173,22): run-time error CSS1025: Expected comma or open brace, found ')'
(1469,8): run-time error CSS1030: Expected identifier, found '.'
(1469,15): run-time error CSS1031: Expected selector, found ')'
(1469,15): run-time error CSS1025: Expected comma or open brace, found ')'
(1473,21): run-time error CSS1030: Expected identifier, found '.'
(1473,28): run-time error CSS1031: Expected selector, found ')'
(1473,28): run-time error CSS1025: Expected comma or open brace, found ')'
(1627,22): run-time error CSS1039: Token not allowed after unary operator: '-hover-color'
(1628,26): run-time error CSS1039: Token not allowed after unary operator: '-hover-color'
(2162,12): run-time error CSS1030: Expected identifier, found '.'
(2162,29): run-time error CSS1031: Expected selector, found ')'
(2162,29): run-time error CSS1025: Expected comma or open brace, found ')'
(2250,34): run-time error CSS1030: Expected identifier, found '.'
(2250,52): run-time error CSS1031: Expected selector, found ')'
(2250,52): run-time error CSS1025: Expected comma or open brace, found ')'
 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap');

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}

@font-face {
  font-family: 'ebc-icons';
  src: url('../fonts/ebc-icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="i_"]::before, [class*=" i_"]::before {
  font-family: 'ebc-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html{
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  scroll-behavior: smooth;
  scroll-padding-top: 140px;
}

html, body{
  padding: 0;
  margin: 0;
}

body{
  font-family: 'Noto Sans TC', 'Microsoft JhengHei', Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 500;
  line-height: 1.3;
  overflow-x: hidden;
  background-color: #8B1A1A;
}

body:has(.landing){
  background-color: #661818;
}

body:has(.overlay_box.show), body:has(.overlay_box.show) header{
  padding-right: 15px;
}

body:has(.overlay_box.show){
  overflow: hidden;
}

@supports (-webkit-hyphens:none){

  body:has(.overlay_box.show), body:has(.overlay_box.show) header{
    padding-right: 0;
  }

}

*,
*::before,
*::after{
  box-sizing: border-box;
}

a{
  color: #000;
  text-decoration: none;
  outline: none;
  behavior: expression(this.onFocus=this.blur());
}

a:focus{
  text-decoration: none;
  outline: none;
  behavior: expression(this.onFocus=this.blur());
}

a:link, a:active, a:visited, a:hover{
  text-decoration: none;
}

button{
  padding: 0;
  margin: 0;
  border: none;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  behavior: expression(this.onFocus=this.blur());
}

button:link, button:active, button:visited, button:hover, button:focus{
  text-decoration: none;
  outline: none;
  behavior: expression(this.onFocus=this.blur());
}

ul, li{
  list-style: none;
  margin: 0;
  padding: 0;
}

img{
  display: block;
  max-width: 100%;
}

header{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(26, 5, 5, 0.8);
  z-index: 2000;
}

header .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

header .logo{
  width: 166px;
}

main{
  position: relative;
  overflow-x: clip;
  padding-bottom: 32px;
}

main:has(.landing){
  padding-bottom: 0;
}

.landing{
  display: flex;
  gap: 8vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: linear-gradient(180deg, #8B1A1A 47.07%, #661818 100%);
}

.kv_text{
  height: 21vh;
}

.event_box{
  display: flex;
  gap: 48px;
  justify-content: center;
  align-items: center;
}

.event{
  width: 32vh;
}

.event_img{
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  background-color: #661818;
}

.event_img:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-color: #ff0000;
  z-index: 6;
  transition: opacity 0.26s;
}

.event:hover .event_img:before{
  opacity: 0;
}

.event_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.1);
  transition: filter 0.26s;
}

.event:hover .event_img img{
  filter: grayscale(0) contrast(1);
}

.event_text{
  font-family: 'Noto Serif TC';
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin-top: 1.6vh;
  transition: color 0.26s;
}

.event_tit{
  font-size: 2.6vh;
  margin-bottom: 4px;
}

.event_time{
  font-size: 2vh;
}

.event:hover .event_text{
  color: #fcc800;
}

.logo_box{
  color: #fff;
  font-size: 1.6vh;
  font-weight: 300;
  text-align: center;
  padding-top: 3vh;
}

.logo_box span{
  display: block;
  margin-bottom: 1.4vh;
}

.logo_box img{
  height: 2.4vh;
}

.hero{
  position: relative;
  overflow-x: clip;
}

.banner_text{
  position: relative;
  color: #fff;
  padding: 26vh 0 12vh 0;
  z-index: 2;
}

.bt_title_year{
  font-family: 'Noto Serif TC';
  /*font-size: 32px;*/
  font-size: 3.6vh;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 16px;
}

h1{
  font-family: 'Noto Serif TC';
  color: #fff;
  /*font-size: 72px;*/
  font-size: 8vh;
  font-weight: 700;
  margin: 0;
}

.banner{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-x: clip;
  mask-image: radial-gradient(ellipse 196% 250% at 100% -27%, #000000 30%, transparent 51%);
  z-index: 1;
}

.banner img{
  position: absolute;
  top: 0;
  right: -7%;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}

.bt_info{
  width: 410px;
  font-size: 2.2vh;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 2vh;
}

.bt_source{
  position: absolute;
  bottom: 12vh;
  right: 0;
  font-size: 12px;
  font-weight: 400;
}

.map_wrap{
  margin-bottom: 56px;
}

.map_wrap .tab_list{
  display: none;
}

.map_wrap .tab_content_box{
  display: flex;
  gap: 2%;
}

#dajia .map_wrap .tab_content_box{
  gap: 0;
}

.map_wrap .tab_content_box > div{
  padding: 24px;
  border-radius: 16px;
  background-color: #fff;
}

#dajia .map_wrap .tab_content_box > div{
  display: block;
}

.map_wrap h2{
  color: #000;
  margin-bottom: 26px;
}

.map_wrap .tc_map{
  width: 65%;
}

#dajia .map_wrap .tc_map{
  width: 67%;
  border-radius: 16px 0 0 16px;
}

.map_box{
  display: flex;
  flex-direction: column;
  height: 100%;
}

.map{
  position: relative;
  aspect-ratio: 25 / 16;
  overflow: hidden;
  border-radius: 16px;
  background-color: #ccc;
}

#dajia .map{
  aspect-ratio: 5 / 4;
}

.map_info{
  position: absolute;
  top: 26px;
  left: 26px;
  width: 32%;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #B64848;
  background: rgba(63, 16, 16, 0.50);
}

.map_loc{
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 6px solid #fff;
  background-color: #d6d3d1;
  transform: translate(-50%, -50%);
  transition: background-color 0.2s;
}

.map_loc:hover, .map_loc.show{
  background-color: #a5a5a5;
}

.map_loc.current{
  background-color: #ff6467;
}

.map_loc:after, .map_loc.current:before{
  content: '';
  position: absolute;
  top: -6px;
  left: -6px;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border-radius: 50%;
  border: 1px solid #d6d3d1;
}

.map_loc:hover:after, .map_loc.show:after{
  border-color: #a5a5a5;
}

.map_loc.current:after, .map_loc.current:before{
  border-color: #ff6467;
}

@keyframes map_loc_current{
  0% {opacity: 0;}
  50% {opacity: 1;}
  100% {opacity: 0;}
}

.map_loc.current:after{
  box-shadow: 0 0 10px #ff6467;
  opacity: 0;
}

.map_loc.current:after{
  animation: map_loc_current 1.8s ease infinite;
}

#dajia_loc01{top: 42%; left: 58%;}
#dajia_loc02{top: 68%; left: 45%;}
#dajia_loc03{top: 93.6%; left: 31.5%;}
#dajia_loc04{top: 44%; left: 42.8%;}
#dajia_loc05{top: 28%; left: 55%;}
#dajia_loc06{top: 14.1%; left: 68.2%;}
#dajia_loc07{top: 10%; left: 79.2%;}

.map img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map_wrap .tc_itinerary{
  width: 33%;
}

#dajia .map_wrap .tc_itinerary{
  padding: 82px 24px 24px 6px;
  border-radius: 0 16px 16px 0;
}

#dajia .map_wrap .tc_itinerary:has(.itinerary.show) .itinerary.current{
  display: none;
}

#dajia .map_wrap .tc_itinerary:has(.itinerary.show) .itinerary.current.show{
  display: block;
}

.itinerary{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

#dajia .itinerary{
  display: none;
}

#dajia .itinerary.show, #dajia .itinerary.current{
  display: block;
}

.itinerary_box > span{
  display: block;
  color: #a6a09b;
  font-size: 14px;
  margin-top: 12px;
}

.ibox{
  grid-column: auto / span 1;
  display: flex;
  gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  line-height: 1;
  padding: 12px 8px 8px 8px;
  border-radius: 16px;
  border: 1px solid #E7E5E4;
  background-color: #FAFAF9;
}

.ib_tit{
  position: relative;
  min-width: 60px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-left: 30px;
}

.ib_tit:before, .ib_tit:after{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.ib_tit:before{
  left: -26px;
  width: 16px;
  height: 16px;
  background-color: #D6D3D1;
  z-index: 2;
}

@keyframes ib_tit_current{
  0% {opacity: 0;transform: translateY(-50%) scale(0.2)}
  60% {opacity: 1;transform: translateY(-50%) scale(1.1)}
  100% {opacity: 0;transform: translateY(-50%) scale(1.1)}
}

.ib_tit:after{
  left: -30px;
  width: 24px;
  height: 24px;
  z-index: 1;
}

.ibox.current .ib_tit:after{
  animation: ib_tit_current 1.7s ease infinite;
}

.ib_time{
  width: 100%;
  color: #a6a09b;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 8px;
  border-radius: 30px;
  background-color: #F5F5F4;
}

.ibox.current{
  border-color: #ffa2a2;
  background-color: #fef2f2;
}

.ibox.current .ib_tit:before{
  background-color: #FF6467;
}

.ibox.current .ib_tit:after{
  background-color: #FFC9C9;
}

.ibox.current .ib_time{
  color: #FF6467;
  background-color: #FFE2E2;
}

.iti_box{
  display: block;
  color: #A6A09B;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.iti_box h2{
  line-height: 1.2;
  margin-bottom: 10px;
}

.iti_img{
  aspect-ratio: 200/133;
  overflow: hidden;
  margin-bottom: 12px;
  border-radius: 16px;
  background-color: #ccc;
}

#dajia_iti02 .iti_img, #dajia_iti03 .iti_img{
  aspect-ratio: 2 / 1;
}

.iti_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#dajia_iti02 .iti_con, #dajia_iti03 .iti_con, #dajia_iti09 .iti_con{
  display: flex;
  flex-direction: column;
}

.iti_date_box:nth-child(1){
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 2px solid #E7E5E4;
}

.iti_date_box:nth-child(2){
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.reverse .iti_con .iti_date_box:nth-child(1){
  order: 2;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.reverse .iti_con .iti_date_box:nth-child(2){
  order: 1;
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 2px solid #E7E5E4;
}

.iti_rs{
  color: #000;
  margin-bottom: 10px;
}

.iti_schedule{
  padding: 12px;
  margin-bottom: 6px;
  border-radius: 16px;
  border: 1px solid #E7E5E4;
  background-color: #FAFAF9;
}

#dajia_iti09 .iti_date_box:nth-child(2){
  margin-bottom: 8px;
}

.iti_row{
  display: flex;
  margin-bottom: 10px;
}

.iti_row:last-child{
  margin-bottom: 0;
}

.iti_row span:first-child{
  white-space: nowrap;
}

.container, .decoration_line{
  max-width: 1280px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

#timeline_wrap{
  position: sticky;
  top: -1px; /*為了用js偵測是否為黏住狀態，從而改變#tb_controller位置*/
  left: 0;
  width: 100%;
  background-color: #8B1A1A;
  z-index: 100;
}

#article_lists_box{
  margin-top: 36px;
}

#tb_controller{
  position: absolute;
  top: -48px;
  right: calc((100% - 1280px) / 2);
  margin-top: 0;
}

@media screen and (max-width: 1334px){

  #tb_controller{
    right: 20px;
  }

}

#tb_controller.fixed{
  top: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  width: 100%;
  margin-top: 0;
  z-index: 2500;
}

#tb_controller.fixed #tb_left, #tb_controller.fixed #tb_right{
  width: 60px;
  height: 100%;
  font-size: 28px;
  border: none;
  border-radius: 0;
  pointer-events: auto;
}

#tb_controller.fixed #tb_left{
  padding-right: 26px;
  background: linear-gradient(to right,  rgba(139,26,26,1) 0%,rgba(139,26,26,1) 40%,rgba(139,26,26,0) 100%);
}

#tb_controller.fixed #tb_right{
  padding-left: 26px;
  background: linear-gradient(to left,  rgba(139,26,26,1) 0%,rgba(139,26,26,1) 40%,rgba(139,26,26,0) 100%);
}

#tb_left.hide, #tb_right.hide{
  opacity: 0.5;
  pointer-events: none;
}

#tb_controller.fixed #tb_left.hide, #tb_controller.fixed #tb_right.hide{
  opacity: 0;
}

#timeline_box{
  overflow-x: auto;
  scroll-behavior: auto !important;
  padding: 13px 20px 12px 20px;
}

#timeline_box::after{
  content: '';
  flex: 0 0 20px;
  width: 20px;
  visibility: hidden;
}

#timeline_box::-webkit-scrollbar{
  display: none;
}

#timeline{
  display: inline-flex;
  padding: 0 calc((100% - 1280px) / 2);
}

.tl_item{
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 170px;
  color: #FFA2A2;
  line-height: 1;
  text-align: center;
  padding: 12px 8px;
  margin-right: 12px;
  border-radius: 16px;
  background-color: #AF2D2D;
  pointer-events: none;
  transition: background-color 0.26s;
}

.tl_item:last-child{
  margin-right: 0;
}

.tl_item > :only-child{
  margin: 0;
}

a.tl_item:not([href]), a.tl_item[href=""], a.tl_item[href="#"]{
  pointer-events: none;
}

.tli_tit{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.tli_loc{
  font-size: 16px;
  margin-bottom: 10px;
}

.tli_date, .iti_date{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 18px;
  line-height: 1;
  padding: 4px;
  margin-top: 2px;
  border-radius: 16px;
  background-color: #8B1A1A;
}

.tli_date div, .iti_date div{
  margin-bottom: 3px;
}

.iti_date div{
  margin-left: 6px;
}

.tli_date span, .iti_date span{
  display: inline-flex;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #8B1A1A;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  margin: 0 0 0 4px;
  border-radius: 50%;
  background-color: #FFA2A2;
}

.iti_date{
  justify-content: flex-start;
  padding: 0;
  margin-bottom: 8px;
  background-color: transparent;
}

.iti_date span{
  color: #fff;
  font-size: 12px;
  background-color: #A6A09B;
}

.tl_item.show, .tl_item.current{
  color: #000;
  pointer-events: auto;
  background-color: #fff;
}

.tl_item.show:hover, .tl_item.current:hover{
  background-color: #FEF3C6;
}

.tl_item.show .tli_loc, .tl_item.current .tli_loc{
  color: #57534D;
}

.tl_item.show .tli_date{
  color: #fff;
  background-color: #8B1A1A;
}

.tl_item.show .tli_date span{
  color: #8B1A1A;
  background-color: #fff;
}

.tl_item.current .tli_date{
  color: #000;
  background-color: #FCC800;
}

.tl_item.current .tli_date span{
  color: #FCC800;
  background-color: #000;
}

.img_wrap{
  position: relative;
  display: block;
  padding-bottom: 56.25%;
  border-radius: 4px;
  overflow: hidden;
}

.img_wrap img, .item_img img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.item:hover .item_img img{
  transform: scale(1.08);
}

.sidebar{
  grid-column: 1 / 2;
}

.sidebar_sticky{
  position: sticky;
}

.hero_slider{
  background-color: #ccc;
}

.hero_slider img{
  display: block;
}

.hero_slider .swiper-slide a{
  position: relative;
  display: block;
  padding-bottom: 56.25%;
}

.hero_slider .swiper-slide a::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 60%);
  z-index: 2;
}

.hero_slider .swiper-slide a img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero_slider .hero_text{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 32px;
  box-sizing: border-box;
  z-index: 3;
}

.hero_slider .hero_text .hero_label{
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  padding: 6px 16px;
  margin-bottom: 10px;
}

.hero_slider .hero_text .hero_label::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 140%;
  height: 100%;
  background: linear-gradient(270deg, rgba(255, 204, 2, 0) 0%, rgba(255, 204, 2, 0) 30%, #ffcc02 100%);
  transform: skewX(-8deg);
  z-index: -1;
}

.hero_slider .hero_text .hero_title{
  position: relative;
  display: -webkit-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
}

.hero_slider_box .swiper-pagination{
  bottom: -28px;
  width: 100%;
  text-align: center;
}

.hero_slider_box .swiper-pagination-bullet{
  width: 28px;
  height: 4px;
  margin: 0 4px;
  border-radius: 2px;
  opacity: 1;
  background-color: rgba(138, 149, 160, 0.3);
}

.hero_slider_box .swiper-pagination-bullet.swiper-pagination-bullet-active{
  pointer-events: none;
  background-color: #E60050;
}

.section{
  position: relative;
  overflow-x: clip;
  margin-bottom: 56px;
}

.section:has(.item.video){
  padding: 48px 0;
  margin-bottom: 0;
  background-color: #661818;
}

.section:has(.item.video) .section_title{
  margin-bottom: 26px;
}

.section.has_more_btn .btn_box{
  margin: 16px 0;
}

.section_title, .section_tab_list{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 16px 0;
}

.section_content{
  position: relative;
}

h2{
  font-family: 'Noto Serif TC';
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 16px 0;
}

.section_title h2{
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.section_tab_list{
  display: flex;
  justify-content: center;
}

.section_tab_list.align_left{
  justify-content: flex-start;
}

.section_tab{
  color: #C1C3CC;
  font-weight: 700;
  margin: 0 12px -2px 12px;
  border-color: transparent;
}

.section_tab:hover{
  color: #111111;
}

.section_tab.active{
  color: #111111;
  border-color: #E60050;
}

.section_tab_list.align_left .section_tab{
  margin-left: 0;
}

.section_tab_content{
  display: none;
}

.section_tab_content.active{
  display: block;
}

.section.article_list .section_content{
  margin-top: 16px;
}

.section.article_list .section_content:before{
  content: '';
  position: absolute;
  top: 18px;
  left: 1px;
  width: 165%;
  height: 4px;
  border-radius: 2px;
  background-color: #AF2D2D;
}

.list_box{
  height: 0;
  overflow: hidden;
  transition: height 0.3s;
}

.list_box .list{
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.section.article_list.show .list_box{
  height: 387px;
}

.section.article_list.show .list_box .list{
  opacity: 1;
  visibility: visible;
}

.list.has_timeline{
  padding-top: 54px;
  margin-bottom: 0;
}

.list.has_timeline .item{
  position: relative;
}

.has_timeline .item:nth-child(1):before, .has_timeline .item:nth-child(2):before, .has_timeline .item:nth-child(3):before{
  content: '';
  position: absolute;
  top: -47px;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 6px solid #AF2D2D;
  background-color: #FFA2A2;
}

.list{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 22px 16px;
  margin-bottom: 32px;
}

.list:has(.item.video){
  margin-bottom: 0;
}

.item{
  display: block;
  border: 1px solid #fff;
  border-radius: 12px;
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.3s;
}

.item:hover{
  background-color: #FEF3C6;
}

.content .item{
  border-radius: 16px;
  border: 1px solid #E0E0E0;
  overflow: hidden;
  transition: box-shadow 0.16s;
}

.item, .item.col3{
  grid-column: auto / span 4;
}

.item.col1{
  grid-column: auto / span 12;
}

.item.col2{
  grid-column: auto / span 6;
}

.item.col4{
  grid-column: auto / span 3;
}

.item_img{
  position: relative;
  display: block;
  padding-bottom: 56.25%;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  background-color: #858585;
}

.item.video .item_img::before{
  font-family: 'ebc-icons';
  content: '\e922';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 36px;
  padding-left: 4px;
  border: 1px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0,0,0,0.2);
  z-index: 10;
  transition: transform 0.26s, background-color 0.26s;
}

.item.video:hover .item_img::before{
  transform: translate(-50%, -55%);
  background-color: rgba(0,0,0,0.7);
}

.sidebar .item{
  position: relative;
  display: flex;
  flex-wrap: nowrap !important;
  padding: 12px !important;
  margin-bottom: 0;
  border-bottom: 1px solid #DBDEE8;
}

.sidebar .item:last-child{
  border-bottom: none;
}

.sidebar .item_img{
  flex: 0 0 72px !important;
  height: 72px;
  padding: 0 !important;
  border-radius: 8px;
}

.item_text{
  flex-grow: 1;
  padding: 10px 10px 12px 10px;
}

.sidebar .item_text{
  padding: 0;
  padding-left: 8px;
}

.item_title{
  display: -webkit-box;
  font-family: 'Noto Serif TC';
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0 0 9px 0;
}

.item.col4 .item_title{
  font-size: 17px;
  -webkit-line-clamp: 3;
}

.item.text_box .item_title{
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 8px;
}

.item_preview{
  display: -webkit-box;
  color: #5D5D62;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}

.item_date{
  display: flex;
  color: #A8A8A8;
  font-size: 15px;
  line-height: 1;
  align-items: center;
}

.item.text_box .item_date{
  text-align: left;
}

@media screen and (min-width: 768px){
  
  .item.col1{
    display: flex;
    border: none;
    background-color: transparent;
  }

  .item.col1 .item_img{
    flex: 0 0 57%;
    padding-bottom: 32%;
    margin-bottom: 0;
    border-radius: 12px;
  }

  .item.col1 .item_text{
    color: #fff;
    padding: 8px 12px 8px 32px;
  }

  .item.col1 .item_title{
    font-size: 32px;
    -webkit-line-clamp: 3;
  }

  .item.col1 .item_preview{
    color: #fff;
  }

  .item.col1 .item_date{
    color: #ffa2a2;
  }

}

.row_wrap{
  position: relative;
  margin-bottom: 32px;
}

.row_wrap.border_bottom{
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 2px solid #EFECEA;
}

.table_box{
  overflow: hidden;
  border-radius: 12px 12px 0px 0px;
}

.row_title{
  color: #111;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px 0;
}

.location{
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 10px;
  gap: 10px;
  border-radius: 12px;
  background-color: #DDEDFF;
}

table{
  width: 100%;
  text-align: center;
  margin-bottom: 6px;
  background-color: #FAFAFA;
}

table tr{
  position: relative;
}

table td{
  padding: 12px 10px;
}

table thead{
  color: #fff;
  font-size: 14px;
  background-color: #003639;
}

table thead tr{
  border-top: none !important;
}

table thead th{
  padding: 10px;
}

table tbody tr{
  border-bottom: 1px solid #DBDEE8;
}

table tbody tr:nth-child(odd){
  background-color: #F2F4F7;
}

.row_wrap.qf table tbody tr:nth-child(2){
  border-bottom: 2px solid #003639;
}

.table_update{
  display: flex;
  justify-content: space-between;
  color: #A8A8A8;
  font-size: 13px;
  font-weight: 500;
}

.sidebar .table_update{
  justify-content: flex-end;
}

.table_update > span > span:first-child{
  margin-right: 16px;
}

.table_update .advance::before{
  position: static;
  display: inline-block;
  color: #A8A8A8;
  filter: grayscale(1) brightness(0.9);
}

.table_update a{
  color: #3691F9;
  text-decoration: underline;
}

td:has(.nation){
  width: 129px;
}

.row_wrap.qf td:has(.nation){
  width: 300px;
}

.row_wrap.qf td .nation{
  display: inline-block;
}

.flag{
  display: inline-flex;
  line-height: 1;
}

table .flag{
  transform: translateY(3px);
}

.row_wrap table .flag{
  width: 114px;
}

.row_wrap.tbd table .flag{
  display: block;
  transform: translateY(0);
}

.flag::before{
  content: '';
  display: block;
  width: 32px;
  height: 20px;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.row_wrap.tbd .flag::before{
  display: none;
}

.section#faq .container{
  padding: 30px 24px 10px 24px;
  margin: 56px auto;
  border-radius: 16px;
  background-color: #fff;
}

#faq h2{
  color: #000;
  margin-bottom: 0;
}

.qa_wrap{
  padding: 12px 32px;
}

.qa_box{
  text-align: left;
  font-size: 20px;
  line-height: 1.5;
  overflow: hidden;
  border-bottom: 1px dashed #A6A09B;
  transition: height 0.26s;
}

.qa_box:last-child{
  border-bottom: none;
}

.q_box{
  position: relative;
  font-weight: 500;
  padding: 20px 40px 20px 0;
  cursor: pointer;
}

.q_box::after{
  font-family: 'ebc-icons';
  content: '\e91b';
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 24px;
  transform: translateY(-50%);
}

.qa_box.open .q_box::after{
  content: '\e919';
}

.a_box{
  color: #57534d;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  padding: 0 40px 14px 24px;
  margin-top: -6px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.26s, visibility 0.26s;
}

.open .a_box{
  opacity: 1;
  visibility: visible;
}

.a_box ol, .a_box ul{
  padding-left: 32px;
  margin: 0;
}

.a_box ul{
  margin: 10px 0;
}

.a_box ul:last-child{
  margin-bottom: 0;
}

.a_box li{
  list-style: disc;
  margin-bottom: 6px;
}

.a_box b{
  color: #333;
}

.decoration_line{
  padding-bottom: 2%;
  margin-bottom: 56px;
  background: url(../img/decoration.svg) no-repeat 0 0 / 100% auto;
}

.btn{
  display: inline-flex;
  color: #FCC800;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding: 8px 16px;
  border-radius: 20px;
  border: 1px solid #FCC800;
}

.btn:hover{
  color: #000;
  background-color: #FCC800;
}

.btn.active{
  color: #343d4c !important;
  border-color: var(--hover-color);
  background-color: var(--hover-color);
}

.btn.btn_open{
  height: 34px;
}

.btn.btn_open:after{
  font-family: 'ebc-icons';
  content: '\e93e';
  display: inline-block;
  font-size: 16px;
  margin: 1px -3px 0 3px;
  transform: scaleX(-1);
}

.btn_round{
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  color: #fff;
  border-radius: 50%;
  border: 1px solid #AF2D2D;
  transition: border-color 0.2s;
}

.btn_round:hover{
  border-color: #FFA2A2;
}

.btn_show:before, .btn_show:after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}

.btn_show:before{
  width: 12px;
  height: 2px;
}

.btn_show:after{
  width: 2px;
  height: 12px;
}

.article_list.show .btn_show:after{
  display: none;
}

.btn_left:before, .btn_right:before{
  font-family: 'ebc-icons';
}

.btn_left:before{
  content: "\e91c";
}

.btn_right:before{
  content: "\e91a";
}

.btn_arrow{
  color: #fff !important;
  padding: 8px 16px;
  margin-left: 6px;
  border-radius: 8px;
  transition: 0.26s;
}

.btn_arrow:after{
  font-family: 'ebc-icons';
  content: '\e90f';
  margin: 1px -3px 0 3px;
}

.btn_green{
  border-color: #096;
  background-color: #096;
}

.btn_green:hover{
  border-color: #00a971;
  background-color: #00a971;
}

.btn_pink{
  border-color: #FB64B6;
  background-color: #FB64B6;
}

.btn_pink:hover{
  border-color: #ff6ebd;
  background-color: #ff6ebd;
}

.btn_red{
  border-color: #b42323;
  background-color: #b42323;
}

.btn_red:hover{
  border-color: #bb2525;
  background-color: #bb2525;
}

.btn_prayer{
  position: relative;
  font-family: 'Noto Serif TC';
  align-items: center;
  height: 34px;
  color: #EFC060 !important;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 0 14px 0 22px;
  border: 2px solid #BF8716;
  background-color: #220606 !important;
}

.btn_prayer:before{
  position: absolute;
  top: -4px;
  left: -17px;
  content: '';
  display: block;
  width: 38px;
  height: 38px;
  background: url(../img/lantern.svg) no-repeat center / contain;
}

.btn_prayer:after{
  margin-top: 0;
}

.schedule_date{
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  margin-right: 16px;
}

.schedule_date span{
  font-family: 'Noto Sans TC';
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  color: #8B1A1A;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  margin: 3px 0 0 8px;
  border-radius: 50%;
  background-color: #fff;
}

.widget{
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 4px;
}

#gotop{
  position: sticky;
  bottom: 16px;
  left: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 22px;
  margin: 0 16px 16px 0;
  border-radius: 12px;
  border: 1px solid #D95B5B;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  background-color: #B7393B;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transition: background-color 0.26s, opacity 0.26s, visibility 0.26s;
}

#gotop:hover{
  background-color: #c03c3e;
}

#gotop:before{
  font-family: 'ebc-icons';
  content: '\e901';
}

#gotop.show{
  opacity: 1;
  visibility: visible;
}

#fixed_video iframe, #fixed_video video{
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 0;
}

#fixed_video_box.fixed #fixed_video iframe, #fixed_video_box.fixed #fixed_video video{
  border-radius: 8px;
}

.overlay_box, #fixed_video_box{
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
}

#fixed_video_box{
  display: flex;
  z-index: 2900;
}

#fixed_video_box.fixed{
  top: auto;
  bottom: 10px;
  left: 10px;
  width: 280px;
  height: auto;
  padding-top: 40px;
}

.overlay_box.show{
  display: flex;
}

.overlay, #fixed_video{
  position: relative;
  width: 100%;
  max-width: 720px;
  height: calc(100% - 100px);
  color: #fff;
  background-color: #000;
  z-index: 2;
}

#fixed_video{
  display: flex;
  height: auto;
}

#fixed_video_box.fixed #fixed_video{
  background-color: transparent;
}

.overlay_box.video .overlay{
  height: auto;
}

.overlay_box.video .overlay{
  background-color: transparent;
}

.overlay_inner{
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #E30000;
}

.overlay_box.video .overlay_inner{
  border: none;
}

.overlay_close, #fv_close{
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  z-index: 3;
}

#fv_close{
  top: -45px;
}

.overlay_close::before, .overlay_close::after, #fv_close::before, #fv_close::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 3px;
  background-color: #fff;
}

.overlay_close::before, #fv_close::before{
  transform: translate(-50%, -50%) rotate(45deg);
}

.overlay_close::after, #fv_close::after{
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (min-width: 768px){

  #fixed_video_box.d_fixed{
    top: auto;
    bottom: 10px;
    left: 10px;
    width: 280px;
    height: auto;
    padding-top: 40px;
  }

  #fixed_video_box.fixed #fv_close{
    display: inline-flex;
    top: -34px;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background-color: rgba(0,0,0,0.86);
    opacity: 0;
    visibility: hidden;
    transition: 0.26s;
  }

  #fixed_video_box.fixed #fv_close::before{
    font-family: 'ebc-icons';
    content: '\e93e';
    position: static;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    background-color: transparent;
    transform: scaleX(-1);
  }

  #fixed_video_box.fixed #fv_close::after{
    display: none;
  }

  #fixed_video_box.fixed:hover #fv_close{
    opacity: 1;
    visibility: visible;
  }

}

.overlay_bg, #fv_bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.93);
  z-index: 1;
}

#fixed_video_box.fixed #fv_bg, #fixed_video_box.d_fixed #fv_bg{
  display: none;
}

.overlay_header{
  text-align: center;
  padding: 32px 32px 16px 32px;
}

.overlay_header img{
  display: inline-block;
  max-height: 94px;
}

.overlay_header_text{
  color: #C5C5C5;
  font-size: 13px;
}

.overlay_body{
  flex-grow: 1;
  overflow-x: clip;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ov_video_box{
  padding: 46px 0 70px 0;
}

.ov_video{
  aspect-ratio: 16 / 9;
  margin-bottom: 12px;
  background-color: #000;
}

.ov_video iframe{
  display: block;
  width: 100%;
  height: 100%;
}

.ov_video_title{
  line-height: 1.4;
}

.text_ac{
  text-align: center;
}

.desktop_visible, .mobile_hidden{
  display: block !important;
}

.desktop_hidden, .mobile_visible{
  display: none !important;
}

.tablet_visible, .phone_visible{
  display: none !important;
}

footer{
  color: #fff;
  line-height: 1.5;
  padding: 47px 0;
  background-color: #111;
}

footer a{
  color: #fff;
}

footer ul{
  display: flex;
  line-height: 1.2;
  margin-bottom: 30px;
}

footer ul li{
  display: flex;
}

footer ul li:last-child::after{
  display: none;
}

footer ul li::after{
  content: '';
  padding-right: 14px;
  margin-right: 14px;
  border-right: 1px solid rgba(255,255,255,0.7);
}

footer ul li a{
  font-size: 14px;
}

footer ul li a:hover{
  color: #ffd300;
}

footer .info_box{
  display: flex;
  justify-content: space-between;
}

footer .info_box .info{
  font-size: 12px;
  font-weight: 300;
}

footer .info_box .info div{
  display: flex;
  margin-bottom: 10px;
}

footer .info_box .info div span{
  display: flex;
}

footer .info_box .info div span::after{
  font-family: 'Microsoft JhengHei';
  content: '|';
  margin: -1px 12px 0 12px;
}

footer .info_box .info div span:last-child::after{
  display: none;
}

footer .info_box .footer_logo{
  width: 112px;
}

footer .info_box .footer_logo img{
  width: 100%;
}

@media screen and (max-width: 1260px){

  .tl_item{
    width: 150px;
  }

}

@media screen and (max-width: 1030px){

  html{
    scroll-padding-top: 110px;
  }

  body:has(.overlay_box.show), body:has(.overlay_box.show) header{
    padding-right: 0;
  }

  #fixed_video_box.fixed #fv_close{
    right: auto;
    left: 0;
    opacity: 1;
    visibility: visible;
  }

  .map_wrap .tab_content_box{
    flex-wrap: wrap;
  }

  .map_wrap .tab_content{
    width: 100% !important;
  }

  .map_wrap .tc_map{
    order: 2;
  }

  .map_wrap .tc_itinerary{
    order: 1;
    margin-bottom: 32px;
  }

  #dajia .tab_content_box{
    position: relative;
  }

  #dajia .map_wrap div.tc_itinerary{
    display: none !important;
    position: absolute;
    top: 50px;
    left: 50%;
    width: 50vw !important;
    height: calc(100% - 60px);
    padding: 0;
    margin-bottom: 0;
    border-radius: 16px;
    background-color: transparent;
    transform: translateX(-50%);
    z-index: 2;
  }

  #dajia .map_wrap div.tc_itinerary.show{
    display: block !important;
  }

  #dajia .map_wrap div.tc_itinerary .itinerary_box{
    max-height: 100%;
    overflow-y: auto;
    padding: 12px;
    border-radius: 16px;
    background-color: #fff;
  }

  .iti_close{
    position: absolute;
    top: -8px;
    right: -8px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #000;
    z-index: 3;
  }

  .iti_close::before, .iti_close::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    background-color: #fff;
  }

  .iti_close::before{
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .iti_close::after{
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  #dajia .tab_content_box:has(div.tc_itinerary.show):after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background-color: rgba(0,0,0,0.6);
    z-index: 1;
  }

  #dajia .map_wrap .tc_map{
    border-radius: 16px !important;
  }

  .map_wrap .itinerary{
    grid-template-columns: repeat(4, 1fr);
  }

  .item{
    box-shadow: none !important;
  }

  .item.text_box .item_title{
    -webkit-line-clamp: 2;
  }

  .item.text_box .item_title{
    font-size: 16px;
    margin-bottom: 8px;
  }

  .item_title{
    font-size: 17px;
  }

  .item.col1 .item_title{
    font-size: 26px;
  }

  .item.col4 .item_title{
    font-size: 15px;
  }

  .item_preview{
    font-size: 14px;
  }

  #tb_controller{
    display: none !important;
  }

  #timeline_box{
    padding: 8px 20px;
  }

  .btn_round{
    border-color: #AF2D2D !important;
  }

  .tl_item{
    width: 140px;
    padding: 6px;
    margin-right: 8px;
  }

  .tl_item.show, .tl_item.current{
    background-color: #fff !important;
  }

  .tli_tit{
    font-size: 19px;
    margin-bottom: 7px;
  }

  .tli_loc{
    font-size: 15px;
    margin-bottom: 4px;
  }

  .tli_date{
    font-size: 16px;
    padding: 3px;
  }

  .tli_date span{
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
  }

  #gotop{
    display: none;
  }

  .desktop_visible, .mobile_hidden{
    display: none !important;
  }

  .desktop_hidden, .mobile_visible{
    display: block !important;
  }

  .tablet_visible{
    display: block !important;
  }

  .phone_visible{
    display: none !important;
  }

  .bottom_fixbox .mobile_visible{
    display: flex !important;
  }

  footer{
    padding: 32px 0 24vw 0;
  }

  footer ul{
    display: none;
  }

  footer .info_box{
    flex-wrap: wrap;
    justify-content: center;
  }

  footer .info_box .info{
    width: 100%;
    margin-bottom: 22px;
  }

  footer .info_box .info div{
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  footer .info_box .info div .hide_m{
    display: none;
  }

  footer .info_box .info div .privacy a{
    text-decoration: underline;
  }

  footer .info_box .info div .cs_hotline{
    order: 2;
  }

  footer .info_box .info div .cs_hotline::after{
    display: none;
  }

  footer .info_box .info div .cs_mail{
    order: 1;
  }

  footer .info_box .info div .cs_mail::after{
    display: block !important;
    margin: 0 8px;
  }

  footer .info_box .info div .cs_mail a{
    text-decoration: underline;
  }

}

@media screen and (max-width: 767px){

  #fixed_video_box{
    position: static;
    display: block;
    width: 100% !important;
    height: 56.25vw !important;
    background-color: #000;
  }

  #fixed_video{
    max-width: none;
  }

  #fixed_video_box.fixed #fixed_video{
    position: fixed;
    width: 250px;
    bottom: 40px;
    left: 0;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .2);
    z-index: 2600;
  }

  #fixed_video_box.fixed #fixed_video iframe, #fixed_video_box.fixed #fixed_video video{
    border-radius: 0;
  }

  #fixed_video_box #fv_close{
    top: 0;
    right: auto;
    left: 0;
    display: none;
    width: 26px;
    height: 26px;
    background-color: rgba(0,0,0,0.8);
  }

  #fixed_video_box.fixed #fv_close{
    top: -26px;
    display: block;
  }

  #fv_close::before, #fv_close::after{
    width: 18px;
    height: 2px;
  }

  #fv_bg{
    display: none;
  }

  header{
    height: 46px;
  }

  header .container{
    width: 100%;
    padding: 0 10px 0 16px;
  }

  header .logo{
    width: 138px;
  }

  .landing{
    gap: 12vw;
    justify-content: flex-start;
    height: auto;
    min-height: 100dvh;
    padding: 17vw 0 8.6vw 0;
  }

  .kv_text{
    height: 36vw;
  }

  .event_box{
    gap: 8vw;
  }

  .event{
    width: 38vw;
  }

  .event_text{
    margin-top: 4vw;
  }

  .event_tit{
    font-size: 5vw;
    margin-bottom: 1vw;
  }

  .event_time{
    font-size: 4vw;
  }

  .logo_box{
    font-size: 2.6vw;
    padding-top: 12vw;
  }

  .logo_box span{
    margin-bottom: 2.6vw;
  }

  .logo_box img{
    height: 3.6vw;
  }

  .banner_text{
    padding: 330px 0 24px 0;
  }

  h1{
    font-size: 39px;
  }

  .banner{
    mask-image: linear-gradient(20deg, transparent 24%, black 60%);
  }

  .banner img{
    right: 0;
    width: 128%;
    height: 94%;
  }

  .bt_title_year{
    font-size: 22px;
    margin-bottom: 12px;
  }

  .bt_info{
    width: 100%;
    font-size: 14px;
    margin-top: 14px;
  }

  .bt_source{
    bottom: auto;
    top: 60px;
    text-shadow: 0 0 12px #000;
  }

  .map_wrap{
    margin-bottom: 48px;
  }

  .map_wrap h2{
    display: none;
  }

  .tab_list{
    display: flex !important;
    border-radius: 16px 16px 0px 0px;
    background-color: #E7E5E4;
  }

  #dajia .map_wrap .tab_list{
    display: none !important;
  }

  #dajia .map_wrap .tc_map h2{
    display: block !important;
    font-size: 24px;
    text-align: center;
    margin: 6px 0 18px 0;
  }

  #dajia .map_wrap .tc_itinerary h2{
    display: block !important;
    font-size: 26px;
  }

  #dajia .map_wrap .tc_itinerary #dajia_iti03 h2{
    font-size: 24px;
  }

  #dajia .map_wrap .tab_list .tab:nth-child(1){
    width: 100%;
    padding-bottom: 0;
    background-color: #fff;
  }

  #dajia .map_wrap .tab_list .tab:nth-child(2){
    display: none !important;
  }

  .map{
    aspect-ratio: 19 / 25;
  }

  #dajia .map{
    aspect-ratio: 3 / 5;
  }

  .map_info{
    top: 12px;
    left: 12px;
    width: 43%;
    font-size: 13px;
    padding: 8px;
  }

  .tab_box.s2 .tab_list{
    gap: 0;
  }

  .tab{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 113px;
    color: #111;
    font-size: 14px;
    padding: 10px 8px;
    border-radius: 16px 16px 0px 0px;
  }

  .tab.active{
    background-color: #fff;
  }

  .map_wrap .tab{
    font-family: 'Noto Serif TC';
    font-size: 22px;
    font-weight: 700;
  }

  .map_wrap .tab:nth-child(1){
    order: 2;
  }

  .map_wrap .tab:nth-child(2){
    order: 1;
  }

  .map_wrap .tab_content_box > div{
    padding: 12px;
    border-radius: 0 0 16px 16px !important;
  }

  #dajia .map_wrap div.tc_itinerary{
    width: 82vw !important;
    padding: 0 !important;
    border-radius: 16px !important;
  }

  .map_wrap .tc_itinerary{
    padding: 14px 12px !important;
    margin-bottom: 0;
  }

  .iti_row{
    font-size: 15px;
  }

  .tab_content{
    display: none;
  }

  .tab_content.active{
    display: block;
  }

  .itinerary_box > span{
    font-size: 13px;
  }

  .map_wrap .itinerary{
    grid-template-columns: repeat(2, 1fr);
  }

  .ibox{
    min-height: auto;
  }

  .map_loc{
    width: 28px;
    height: 28px;
  }

  #dajia_loc01{
    top: 49%;
    left: 69%;
  }

  #dajia_loc02{
    top: 73%;
    left: 56%;
  }

  #dajia_loc03{
    top: 96.6%;
    left: 43.5%;
  }

  #dajia_loc04{
    top: 54%;
    left: 44.8%;
  }

  #dajia_loc05{
    top: 37%;
    left: 59%;
  }

  #dajia_loc06{
    top: 21.5%;
    left: 74.4%;
  }

  #dajia_loc07{
    top: 15%;
    left: 93.6%;
  }

  .section.article_list .section_content{
    margin-top: 32px;
  }

  .section.article_list .section_content:before{
    top: 12px;
    left: 11px !important;
    width: 4px;
    height: calc(100% - 12px);
  }

  .section.article_list .section_content:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #AF2D2D;
  }

  .section.article_list.show .section_content:after{
    display: none;
  }

  .list.has_timeline{
    padding: 0 0 0 40px;
  }

  .item{
    margin-bottom: 20px;
  }

  .item_title{
    font-size: 18px !important;
  }

  .item_preview{
    display: none;
  }

  .has_timeline .item:last-child{
    margin-bottom: 0;
  }

  .has_timeline .item:nth-child(1):before, .has_timeline .item:nth-child(2):before, .has_timeline .item:nth-child(3):before{
    top: 0;
    left: -40px;
  }

  .btn.btn_open{
    font-size: 14px;
    white-space: nowrap;
    padding: 8px;
  }

  .btn.btn_open:after{
    display: none;
  }

  .header_btns{
    display: flex;
    gap: 6px;
    align-items: center;
  }

  .btn_arrow{
    height: 28px;
    font-size: 14px;
    padding: 6px;
    margin-left: 0;
  }

  .header_btns .btn_arrow:after{
    display: none;
  }

  .btn_prayer{
    font-size: 13px;
    padding: 6px 8px 6px 16px;
  }

  .btn_prayer:before{
    height: 32px;
  }

  h2{
    font-size: 30px;
    white-space: nowrap;
  }

  .schedule_date{
    font-size: 30px;
    margin-right: 8px;
  }

  .section#faq .container{
    padding: 24px 16px 0 16px;
  }

  .qa_wrap{
    padding: 10px 0;
  }

  .qa_box{
    font-size: 18px;
  }

  .q_box{
    padding: 18px 30px 18px 0;
  }

  .q_box::after{
    right: 0;
  }

  .a_box{
    font-size: 16px;
    padding: 0 0 16px 0;
  }

  .decoration_line{
    padding-bottom: 6%;
    margin-bottom: 46px;
    background-image: url(../img/decoration_m.svg);
  }

  .widget{
    gap: 8px;
  }

  .tab{
    width: 50%;
  }

  .section_tab_list{
    font-size: 18px;
  }

  .section_tab{
    flex-grow: 1;
    text-align: center;
    padding: 8px 4px;
    margin: 0 0 -2px 0;
  }

  .section_tab_list.align_left .section_tab{
    flex-grow: 0;
  }

  .sidebar .list{
    display: block;
  }

  .list{
    display: block;
    margin-bottom: 16px;
  }

  .item_text{
    padding: 8px 12px;
  }

  .item_title{
    font-size: 16px;
  }


  .ov_video_box{
    padding-bottom: 90px;
  }

  .ov_video_title{
    padding: 0 20px;
  }

  .overlay_close{
    right: 12px;
  }

  .tablet_visible{
    display: none !important;
  }

  .phone_visible{
    display: block !important;
  }

  .phone_hidden{
    display: none !important;
  }

}


@media screen and (max-width: 375px){

  header .container{
    padding: 0 12px;
  }

  .btn_arrow{
    font-size: 13px;
    padding: 6px;
  }

  .btn_prayer:before{
    display: none;
  }

  #dajia .map_wrap div.tc_itinerary{
    width: 84vw !important;
  }

  .iti_row{
    font-size: 14px;
  }

}
