.main-content .btn {
  display: inline-block;
  padding: 13px 20px;
  color: #5a2f99;
  text-decoration: none;
  position: relative;
  background: transparent;
  border: 1px solid #e1e1e1;
  font: 12px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.4em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
}

.main-content .btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}

.main-content .btn::after {
  transition: border 0.1s linear 0.05s;
}

.main-content .btn .btn-inner {
  position: relative;
  z-index: 2;
}

.main-content .btn:hover {
  color: #fff;
  transition: color 0.1s linear 0s;
}

.main-content .btn:hover::before {
  top: 0;
  height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}

.main-content .btn:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
}

.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
}

.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.slideshow .slide.is-active {
  display: block;
}

.slideshow .slide.is-loaded {
  opacity: 1;
}

.slideshow .slide .caption {
  padding: 0 0;
}

.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.theme_banner_01_bg{
  height:100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*   background: rgba(0, 0, 0, 0.5); */
}

.slideshow .slide .image {
  width: 100%;
  width: 100%;
  height: auto;
}

.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #036eb8;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slideshow .slide .title {
  margin: 0 auto 15px;
  max-width: 1000px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}

.slideshow .slide .text {
  margin: 0 auto;
  max-width: 1000px;
  font-size: 18px;
  line-height: 1.4;
}
.slideshow .slide .caption_step {
  max-width: 100%;
}
.slideshow .slide .caption_step img {
  max-width: 200px;
}
.slideshow .slide .caption_step .caption_step01,
.slideshow .slide .caption_step .caption_step02,
.slideshow .slide .caption_step .caption_step03{
  display: inline-block;
}

.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #5a2f99;
  background: #fff;
}

.slideshow .slide .btn::before {
  background: #5a2f99;
  border-radius: 5px;
}

.slideshow .pagination {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: auto;
  width: auto;
  max-width: 200px;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}

.slideshow .pagination .item {
  padding: 15px 5px;
  position: relative;
  width: 46px;
  height: 32px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}

.slideshow .pagination .item+.page {
  margin-left: -2px;
}

.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 36px;
  height: 3px;
  background: rgba(255, 255, 255, 0.3);
  transition: background 0.2s ease;
}

.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}

.slideshow .pagination .item:hover::before,
.slideshow .pagination .item.is-active::before {
  background-color: #7a7a7a;
}

.slideshow .arrows .arrow {
  border: 0px;
  border-radius: 8px;
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.6);
}

.slideshow .arrows .prev {
  left: 30px;
}

.slideshow .arrows .prev:hover .svg {
  left: -10px;
}

.slideshow .arrows .next {
  right: 30px;
}

.slideshow .arrows .next:hover .svg {
  left: 10px;
}

.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 24px;
  height: 36px;
  fill: #7a7a7a;
  transition: left 0.2s ease;
}
/* 自定義 */
.theme_banner_01,
.theme_banner_02{

}
.theme_banner_01 .slide-content .caption,
.theme_banner_02 .slide-content .caption{

}
.theme_banner_01 .title,
.theme_banner_02 .title{
  margin-bottom: 0!important;;
}
.theme_banner_01 .title img{
  max-width: 350px;
}
.theme_banner_02 .title img{
  max-width: 300px;
}
.theme_banner_01 .text img,
.theme_banner_02 .text img{
  max-width: 500px;
}

.theme_banner_01 .theme_banner_01_modal,
.theme_banner_01 .theme_banner_02_modal{
  max-width: 500px;
  left: 0;
  right: 0;
  bottom: 50px;
}
.slideshow .slide .theme_banner_01_bg.image,
.slideshow .slide .theme_banner_02_bg.image{
  /*! height: 100%; */
}
@media only screen and (min-width : 992px) {
  /*  banner01  */
  .theme_banner_01 .theme_banner_01_modal{
    left: -600px;
    right: 0;
    top:50px;
  }
  .theme_banner_01 .theme_banner_01_modal img{
    max-width: 600px;
  }
  .theme_banner_01 .title {
    text-align: start;
    padding-left: 80px;
    padding-top: 80px;
  }
  .theme_banner_01 .text img{
    max-width: 600px;
  }
  .theme_banner_01 .slide-content .caption{
    position: absolute;
    max-width: 900px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .theme_banner_01 .theme_banner_01_modal img{
    
  }
  /*  banner02  */
  .theme_banner_02 .theme_banner_02_modal{
    max-width: 500px;
    left: 0;
    right: -600px;
    top:120px;
  }
  .theme_banner_02 .theme_banner_02_modal img{
    max-width: 600px;
  }
  .theme_banner_02 .title {
    text-align: center;
    padding-left: 80px;
    padding-top: 80px;
  }
  .theme_banner_02 .text img{
    max-width: 500px;
  }
  .theme_banner_02 .slide-content .caption{
    position: absolute;
    max-width: 900px;
    left: -500px;
    right: 0;
    margin: auto;
    background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 24%,rgba(255,255,255,0.1) 49%,rgba(255,255,255,0) 50%);
  }
  .theme_banner_02 .theme_banner_02_modal img{
    
  }
  .theme_banner_01_bg{
    height:100%;
    background-size: 100% auto;
  }
}
/* only */
@media screen and (min-width: 991px) and (max-width: 1200px) {
  /*  banner01  */
  .theme_banner_01 .text img{
    max-width: 500px;
  }
  .theme_banner_01 .theme_banner_01_modal{
    left: -400px;
    right: 0;
    top:70px;
  }
  /*  banner02  */
  .theme_banner_02 .text img{
    max-width: 500px;
  }
  .theme_banner_02 .theme_banner_02_modal{
    max-width: 500px;
    left: 0;
    right: -400px;
    top:140px;
  }
  .slideshow .slide .text img {
    max-width: 400px;
  }
  .slideshow .slide .caption_step {
    max-width: 500px;
    margin: auto;
  }
  .theme_banner_02 .title img{
    max-width: 250px;
  }
  .slideshow .slide .caption_step span {
    max-width: 31%;
  }
}
@media screen and (min-width: 550px) and (max-width: 767px) {
  .theme_banner_01_bg{
    background-size: 100% auto;
  }
}
@media only screen and (max-width : 991px) {
  /*  banner01  */
  .slideshow .slide .theme_banner_01_bg.image {
    object-fit: cover;
  }
  .theme_banner_01 .theme_banner_01_modal{
    max-width: 500px;
    left: 0;
    right: 0;
    top: 60px;
    bottom: auto;
  }
  .theme_banner_01 .slide-content .caption{
    padding-top: 100px;
  }
  .slideshow .slide .caption {
    padding: 0 15px;
    position: absolute;
    bottom: 50px;
    /* Permalink - use to edit and share this gradient. 固定鏈接 - 用於編輯和分享此漸變： https://colorzilla.com/gradient-editor/#ffffff+11,ffffff+11,ffffff+25,ffffff+55,ffffff+100&0+0,0.41+20,1+52,0.41+80,0+100 */
  }
  .theme_banner_01 .title img{
    max-width: 250px;
  }
  .theme_banner_01 .title{
    position: relative;
    top: 20px;
  }
  /*  banner02  */
  .slideshow .slide .theme_banner_02_bg.image {
    object-fit: cover;
  }
  .theme_banner_02 .theme_banner_02_modal{
    max-width: 500px;
    left: 0;
    right: 0;
    top: 80px;
    bottom: auto;
  }
  .theme_banner_02 .slide-content .caption{
    padding-top: 100px;
  }
  .slideshow .slide .caption {
    padding: 0 15px;
    position: absolute;
    bottom: auto;
    top: 43%;
    left: 0;
    right: 0;
    margin: auto;
    /* Permalink - use to edit and share this gradient. 固定鏈接 - 用於編輯和分享此漸變： https://colorzilla.com/gradient-editor/#ffffff+11,ffffff+11,ffffff+25,ffffff+55,ffffff+100&0+0,0.41+20,1+52,0.41+80,0+100 */
  }
  .theme_banner_02 .title img{
    max-width: 250px;
  }
  .slideshow .slide .caption_step span {
    max-width: 31%;
  }
  .slideshow .slide .caption_step img {
    max-width: 100%;
  }
  
  .slideshow .slide .text {
    margin: 0 auto;
    max-width: 1000px;
  }
  .slideshow .slide .text img {
    max-width: 500px;
  }
.slideshow .slide .caption_step {
    max-width: 500px;
  }
}
@media only screen and (max-width : 767px) {
  .slideshow .pagination {
    display: none;
  }
  .slideshow .arrows .arrow {
    top: 85%;
  }
  .theme_banner_01_bg{
    background-position: center 80px;
  }
}
