@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;500;700&display=swap");
body {
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden;
  font-family: "Noto Sans TC", "Microsoft JhengHei", Myriad Pro, sans-serif;
  background-color: #f9fcef;
  letter-spacing: 1px;
  line-height: 1.6;
  scroll-behavior: smooth;
  font-weight: 300;
  background-image: url('./banner_m.jpg');
  background-repeat: repeat-x;
  font-size: 18px;
}
img {
  display: block;
}
#main {
  position: relative;
}
header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 0;
}
header .logo {
  position: absolute;
  top: 0px;
  z-index: 15;
  background: #ffffff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
}
a {
  font-size: 24px;
  color: #000000;
  font-weight: 300;
}
.main_bg {
  position: relative;
  display: block;
  width: 100%;
  height: 90vh;
  overflow: hidden;
  z-index: 5;
}

.main_bg .bg1 {
  position: relative;
  opacity: 0;
  transform: scale(1.05);
  z-index:5;
}

.main_bg .bg.bg1 img {
  position: relative;
}

.main_bg .bg2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-2%);
  top: 0;
  z-index: 4;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}

.main_bg .bg2 img {
  height: 100%;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}

.main_bg .bg3 {
  position: absolute;
  left: 50%;
  transform: translateX(-40%)translateY(20px);
  top: 0;
  z-index: 6;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}

.main_bg .bg3 img {
  height: 100%;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}

.main_bg .bg4 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%)translateY(20px);
  top: 0;
  z-index: 4;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}

.main_bg .bg4 img {
  height: 100%;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}

.main_bg .bg5 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%)translateY(20px);
  top: 0;
  z-index: 4;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: flex-end;
    justify-content: center;
  opacity: 0;
}

.main_bg .bg5 img {
  position: relative;
  width: auto;
  height: auto !important;
  //top:calc(100vh- 50px);
  bottom:-20px;

}


/* .main_bg .bg3 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%)translateY(30px);
  top: 10%;
  z-index: 4;
  width: 36%;
  opacity: 0;
} */

.main_bg.show .bg1{
  opacity: 1;
  transform: scale(1);
  transition: all .8s ease .8s;
  z-index: 2;
  height: 100%;
}
.main_bg.show .bg2{
  opacity: 1;
  transform: translateX(-50%)translateY(0);
  transition: all 1s ease 1s;
  z-index: 9;
}
.main_bg.show .bg3{
  opacity: 1;
  transform: translateX(-50%)translateY(0);
  transition: all 1.2s ease 1.2s;
  z-index: 3;
}
.main_bg.show .bg4{
  opacity: 1;
  transform: translateX(-50%)translateY(0);
  transition: all 1.4s ease 1.4s;
}
.main_bg.show .bg5{
  opacity: 1;
  transform: translateX(-50%)translateY(0);
  transition: all 1.6s ease 1.6s;
}

.main_bg img.bg.bg3_other {}

.main_bg .bg img {
  position: absolute;
}

.main_bg .bg.bg3 img {
  position: relative;
}

.main_bg .bg.bg3 .bg_other {
  position: absolute;
  top: 54%;
}

.main_bg .top {
  z-index: 10;
  position: absolute;
  bottom: -1px;
  width: 100%;
}


.main_bg img {
  display: block;
  width: 100%;
}

.max640 {
  max-width: 640px;
}

.topbtn {
  display: block;
  z-index: 20;
  position: relative;
  transform: translateY(30px);
  opacity: 0;
}
.topbtn.show{
  transform: translateY(0);
  opacity: 1;
  transition: all 1.8s ease 1.8s;
}
.topbtn .menubtn {
  width: 284px;
  height: 130px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  color: #008bd5;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  line-height: 89px;
  margin: 25px 15px;
  transition: all .5s ease;
  overflow: hidden;
}

.topbtn .menubtn::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  background-size: 205% auto;
  background-repeat: no-repeat;
}

.topbtn .menubtn::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 6;
  opacity: 0;
  transition: all .5s ease;
  background-size: 205% auto;
  background-repeat: no-repeat;
}

.topbtn .menubtn span {
  position: relative;
  z-index: 10;
}

.topbtn .menubtn:hover,
.topbtn .menubtn.active {
  color: white;
}

.topbtn .menubtn:hover::after,
.topbtn .menubtn.active::after {
  opacity: 1;
}

.topbtn .big_btn {
  position: relative;
  display: flex;
  justify-content: center;
  margin:0px auto;
}

.topbtn .topbtn_small {
  position: relative;
  display: flex;
  justify-content: center;
}

.linkbtn {
  position: relative;
  text-decoration: none;
  font-weight: 400;
  border-radius: 50px;
  padding: 3px 20px;
  margin: 0 10px;
  cursor: pointer;
  transition: all .3s ease;
  border-radius: 10px ;
  font-size:20px;

}
.notice{
    color: #3896b4;
}

.signup{
    color:white;
    background-image: linear-gradient(to top, #3896b4, #3896b4);
}

.signup>.title::before,.signup>.title::after{
    background-image: none;
}

.award{
    font-size: 1.6rem;
    font-weight: bold;
    color:#666666;
}
.award-dt{
    font-size: 1rem;
    font-weight: bold;
    color:#666666;
    margin-bottom: 20px;

}
.no1{
    color:#3896b4;
    font-weight: 400;
}
.no2{
    color:#999999;
}
.no3{
    color:#97461a;
}

.linkbtn:hover,
.linkbtn.active,
.linkbtn.editbtn:hover {
  color: #208fb3 !important;
  cursor: pointer;
}

.linkbtn.editbtn {
  width: 475px;
  display: block;
  margin: 20px auto 32px;
  font-size: 41px;
  color: #fff !important;
  background: #3f3a39;
}

.float-img-box{
    margin: 0 auto;
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 500px;
}
.float-img-box img{
    position: absolute;
    opacity: 0;
    transform: translateY(60px);
    transition: all 1.6s ease 1.6s;
}
.float-img-box.starter img{
    opacity: 1;
}
.float-img-box.starter img:nth-of-type(1){
    transition: all 1.6s ease 1.6s;
    transform: translateY(0);
}
.float-img-box.starter img:nth-of-type(2){
    transition: all 1.8s ease 2s;
    transform: translateY(0);
}

.btn{
    color: white;
    background-color: #f8b62c ;
    border-radius: 0;
    width: 80%;
    max-width: 400px;
    display: block;
    margin: 30px auto;
    font-size: 1.4rem;
    padding: 4px 0;
    text-decoration: none;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}


.btn-gray,.btn-gray.active{
    color: white;
    background-color: #3f3a39 ;
    border: 1px solid #ffffff ;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.btn-gray:hover{
    color: white;
    background-color: #378fab ;
    border: 1px solid #378fab ;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px !important;
}
.btn-gray.disabled{
    color: #aaa !important;
    background-color: #ffffff !important;
    border: 1px solid #aaa !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    cursor: default !important;
}

.linkbtn2.blue:hover{
    color: white !important;
    background-color: #208fb3  !important;
    border: 2px #208fb3 solid;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;

}
.linkbtn2.blue {
    color: white !important;
    background-color: #3f3a39 ;
    border: 2px #fff solid;
    border-radius: 10px;
    width: 80%;
    max-width: 400px;
    display: block;
    margin: 30px auto;
    font-size: 1.4rem;
    padding: 4px 0;
    text-decoration: none;
    cursor: pointer;
}


.linkbtn2.yellow:hover{
     color: #3f3a39 !important;
    background-color: #fff !important;
    border: 2px #3f3a39 solid;
    border-radius: 10px;

}
.linkbtn2.yellow {
    color: white !important;
    background-color: #3f3a39;
    border: 2px #fff solid;
    border-radius: 10px;
    width: 300px;
    display: block;
    margin: 30px auto;
    font-size: 1.4rem;
    padding: 4px ;
    text-decoration: none;
    cursor: pointer;
}
@media only screen and (max-width: 460px) {
    .linkbtn2.yellow{
        font-size:0.8em !important;
    }
    .custBtn{
        background-size: 95%;
    }
}
@media only screen and (min-width: 690px) {

    .a3{
        margin-bottom: 30px !important;
    }

    .btn-gray{
        border:1px solid #aaa;
        color:#aaa;
        background: none;
        box-shadow: none ;
    }

    #menu{
        display: none !important;
    }

}
.need_ani {
  opacity: 0;
  transform: translateY(60px);
  transition: all .8s ease;
  padding-bottom: 50px;
}
.need_ani.starter {
  opacity: 1;
  transform: translateY(0);
  transition: all .8s ease .2s;
}
.arrowimg{
  position: relative;
  margin-bottom: 70px;
}
.arrowimg img{
  margin: 0 auto;
  display: block;
}
.bx-wrapper{
    margin: auto;

}
 .videoLink {
  display: block;
  width: 100%;
  height:100%;
  position: relative;
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
}

 .videoLink .videoPlay{
    width: 113px;
    min-width: 113px;
    height: 113px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    margin:auto;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 5;
    transition: transform 0.7s ease-in-out;
  }
   .videoLink .videoPlay:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: border 0.7s ease-in-out;
  }
   .videoLink .videoPlay:after {
    content: "";
    display: block;
    margin-left:7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17.5px 0 17.5px 30.3px;
    border-color: transparent transparent transparent #ffffff;
    transition: border 0.7s ease-in-out;
  }
#content {
  position: relative;
  display: block;
  margin-top: 70px;
  text-align: center;
  line-height: 2;
  overflow: hidden;
  opacity: 0;
}
#content.show{
  opacity: 1;
  transition: all .5s ease 1.2s;
}


#content .title {
  position: relative;
  width: 100px;
  height: 100px;
  font-size: 1.3rem;
  color: #3e3e3e ;
  font-weight: 400;
  margin: 0 auto;
  padding-left: 3px;
  display: block;
  -webkit-transition:all .6s ease .6s;
  -moz-transition:all .6s ease .6s;
  -o-transition:all .6s ease .6s;
  transition:all .6s ease .6s;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

#content .title::before {
  content: '';
  background-image: url(./t2.png);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  background-position: center right;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition:  all .2s ease-out;
  transform: translateX(20);
}

#content .title.active::before,#content .title.active::after, #content .title.active {
  opacity: 1;
  /*-webkit-transition: all 1s ease 1.2s;
  -moz-transition: all 1s ease  1.2s;
  -o-transition: all 1s ease  1.2s;
  transition: all 1s ease  1.2s;
  transform: translateX(0);*/
}
#content .title.active {
  width: 230px;
  height: 110px;
}
#content .title::after {
  content: '';
  background-image: url(./t1.png);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 6;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center left;
  transition: all .3s ease .2s;
  transform: translateX(-20);

}

#content .title.width550.active{
width;500px;

}
#content .title.width550.active::after {
    background-size: 42% !important;

}
#content .title.width550.active::before {
    background-size: 60% !important;

}


#content .title.style1{
  background-image: url(./titlebg1.png);
}
#content .title.style2{
    color:white;
}
#content .title.non-bg::before,#content .title.non-bg::after{
     background-image:none !important;
}
#content .title.non-bg{
    margin-top:20px;
    height: 80px;
    width:auto !important;
}
#content .title.style4.active{
     width:300px;
     height:100px;
}
#content .title.style4::before{
     background-image: url(./mail-right.png) !important;
     background-size: 100%;
}
#content .title.style4::after{
     background-image: url(./mail-left.png) !important;
     background-size: 100%;
}

#content .edit {
  max-width: 960px;
  position: relative;
  width: 90%;
  display: block;
  margin: 0 auto 65px;
  opacity: 0;
}
#content .edit.active {
transition: all .6s ease 1s;
  opacity: 1;
}

#content .edit img {
  margin: 0 auto;

}

.videobox {
    position: relative;
    width: 90%;
    height: 0;
    padding-bottom: 50%;
    margin:auto;
    margin-bottom: 50px;
}

.videobox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.aqarea{
    background: #efefef;
}

.swiperbox {
  position: relative;
  //background-color: #008ad3;
  display: block;
}

.swiperbox .swiper {
  position: relative;
  width: 100%;
  max-width: 910px;
  margin: 0 auto;
}

.fullimg {
  position: relative;
  background-repeat: no-repeat;
  display: block;
  background-position: center;
  background-size: auto 100%;
}

.fullimg1 {
  opacity: 0;
  transform: translateY(30px);
  height: 324px;
  transition: all .5s ease;
}

.need_ani.starter .a1{
  opacity: 1;
  transform: translateY(0);
  transition: all .8s ease;
}
.need_ani.starter .a2,
.need_ani.starter .fullimg3,
.need_ani.starter .swiperbox{
  opacity: 1;
  transform: translateY(0);
  transition: all 1s ease 1.6s;
}

.fullimg4 .starter,.need_ani.starter .a2{
  opacity: 1;
  transform: translateY(0);
  transition: all .8s ease 1.2s;
}


.need_ani .swiper-slide img{
  opacity: 0;
  transform: translateY(30px);
  width: 270px;
}
.need_ani.starter .swiper-slide.img01 img{
  transition: all 1.5s ease .8s;
  opacity: 1;
  transform: translateY(0);
}
.need_ani.starter .swiper-slide.img02 img{
  transition: all 1.5s ease 1.2s;
  opacity: 1;
  transform: translateY(0);
}
.need_ani.starter .swiper-slide.img03 img{
  transition: all 1.5s ease 1.6s;
  opacity: 1;
  transform: translateY(0);
}

.a1{
  position: relative;
  display: block;
  transform: translateY(20px);
  transition: all .5s ease;
  margin-bottom: 30px;
}
.a1 img{
  display: block;
  margin: 0 auto;
}

.a2{
  position: relative;
  display: block;
  transform: translateY(20px);
  z-index: 5;
  margin: auto;
  transition: all .5s ease;
  margin-bottom: 30px;
    padding:10px;
}
.a2 img{
  display: block;
  margin: 0 auto;
  transform: translateY(20px);
  transition: all .5s ease;
}
.a3{
  position: relative;
  display: block;
  transform: translateY(20px);
  z-index: 5;
  transition: all .5s ease;
  margin: 0px auto;
    padding:10px;

}
.a3 img{
  display: block;
  margin: 0 auto;
  width: 80%;
  max-width: 380px;
  transform: translateY(20px);
  transition: all .5s ease;
}
.award-box{
    transform: translateY(20px);
    transition: all .5s ease 1.2s;
    opacity:0
}
.award-box.starter{
    transform: translateY(0);
    transition: all .5s ease 1.2s;
    opacity:1;
}
.swiper-text{
    line-height: 150%;
    color:#666666;
    font-weight: 400;

}
.fullimg2::after {
  content: '';
  background-color: #008ad3;
  position: absolute;
  height: 88px;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: -1;

}
.fullimg3{
  height: auto;
  top: -0;
  opacity: 0;
  transform: translateY(20px);
  transition: all .5s ease;
}
.fullimg3 img{
  opacity: 1;
}

.fullimg4{
    opacity: 0;
    transform: translateY(20px);
    transition: all .5s ease .2s;
    padding-top: 100px;
    margin-top: -80px;
}

.fullimg4.starter{
  opacity: 1;
  display: block;
  transform: translateY(0);
  transition: all .8s ease .8s;
}

.fullimg4.starter img{
  opacity: 1;
  display: block;
  transform: translateY(0);
  transition: all .8s ease .8s;
  margin:auto;
  max-width: 680px;
  margin: auto;
}

.fullimg2 {
  height: 125px;
  opacity: 0;
  transform: translateY(20px);
  transition: all .5s ease .2s;
}
.swiperbox{
  opacity: 0;
  transform: translateY(20px);
  transition: all .5s ease .2s;
  padding-top: 100px;
  margin-top: -80px;
}
.fullimg img {
  opacity: 0;
  width: 100%;
}

#content .imgedit {
  display: flex;
  justify-content: space-between;
}

#content .imgedit img {}


.smalltitle {
  //display: inline-flex;
  color: #3896b4;
  margin-top: 30px;
}

.smalltitle span {
  position: relative;
  font-weight: bold;
  padding: 0 36px;
  //border-top: 2px solid #008ad5;
  //border-bottom: 2px solid #008ad5;
  line-height: 67px;
}

.smalltitle::after {
  content: '';
  //background-image: url(./title_right.jpg);
  width: 27px;
  height: 71px;
  position: relative;
}

.smalltitle::before {
  content: '';
  //background-image: url(./title_left.jpg);
  width: 29px;
  height: 71px;
  position: relative;
}

.bluetitle {
  font-size: 29px;
  color: #008ad4;
  position: relative;
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
}
.bluetitle.stepTitle{
  margin-bottom: 28px;
}

.faq_show {
  margin: 0 auto;
  display: block;
}

.qa {
  position: relative;
  padding-left: 0;

  display: block;
  line-height: 1.5;

}


.qatitle {
  position: relative;
  color: white;
  font-size: 1rem;
  display: block;
  cursor: pointer;
  margin-bottom: 20px;
  transition: all .3s ease;
  padding: 22px 15px;
  border-radius: 50px;
  background-color: #0097bf;
  font-weight: 500;

}
.qatitle::after {
  content: '';
  width: 27px;
  height: 71px;
  position: relative;
}

.qatitle::before {
    content: '';
      background-image: url(./qa-left.png);
      width: 29px;
      height: 30px;
      position: absolute;
      display: block;
      top: -10px;
      left:0px;
}

.qa_memo {
  position: relative;
  font-size: 1rem;
  display: block;
  cursor: pointer;
  margin-bottom: 30px;
  padding: 22px 15px;
  border-radius: 50px;
  background-color: #aaabab;
  font-weight: 500;
  color: black;
  display: block;
  color:#ffffff;
}
.qa_memo::before {
    content: '';
      background-image: url(./qa-right.png);
      width: 29px;
      height: 30px;
      position: absolute;
      display: block;
      right: 12px;
      top:-13px;
}


.morefaq {
  font-size: 29px;
  color: #000000;
  font-weight: bold;
}

.firsttitle {
  display: inline-block;
  position: relative;
  color: #3897b5;
  font-weight: 400;
  margin-top: 20px;
}

.firsttitle::before {
  content: '';
  width: 110px;
  height: 80px;
  background-size: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 23px;
  transform: translateX(-100%);
  margin-left: -8px;

}


/*timeline*/

#timeline {
  background-color: #efefef;
  position: relative;
  z-index: 3;
}

#timeline_box {
  POSITION: RELATIVE;
  color: #2d2d2d;
  line-height: 22px;
  display: block;
  padding-top:5rem;
  padding-bottom:5rem;
  /* padding-bottom: 110px; */
}

#timeline_box.showall {
  padding-bottom: 0;
}

#timeline_box::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 0;
  background-color: #acb0b3;
  display: block;
  left: 50%;
  top:0;

  -webkit-transition: all 3s ease;
  -moz-transition: all 3s ease;
  -o-transition: all 3s ease;
  -ms-transition: all 3s ease;
  transition: all 3s ease;
}

#timeline_box.active::before {
  height: calc(100% + 18vw );
}

#timeline_box.active.showall::before {
  height: calc(100% + 18vw);
}

#timeline_box .year_block {
  width: 90%;
  max-width: 400px;
  display: block;
  margin: 30px auto;
  position: relative;
  background: #ffffff;
  border:2px solid #0097bf;
  border-radius: 5px;
  opacity: 0;
  transform: translateY(60px);
  -webkit-transform: rotate(0)scale(0.1);
  -moz-transform: rotate(0)scale(0.1);
  -ms-transform: rotate(0)scale(0.1);
  transform: rotate(0)scale(0.1);
  -webkit-transition: all 2s ease 1.8s;
  -moz-transition: all 2s ease 1.8s;
  -o-transition: all 2s ease 1.8s;
  -ms-transition: all 2s ease 1.8s;
  transition: all 2s ease 1.8s;
}

.animate{
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1s ease 1.5s;
    -moz-transition: all 1s ease 1.5s;
    -o-transition: all 1s ease 1.5s;
    -ms-transition: all 1s ease 1.5s;
    transition: all 1s ease 1.5s;
    opacity: 0;
}
.animate.active{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 1s ease 1.5s;
    -moz-transition: all 1s ease 1.5s;
    -o-transition: all 1s ease 1.5s;
    -ms-transition: all 1s ease 1.5s;
    transition: all 1s ease 1.5s;
    opacity: 1;
}


#timeline_box .year_block:last-child {
  //margin-bottom: 5rem;
}
#t4{
    position: relative;
    top:-100px;
}

#timeline_box .year_block .year {
  color: #0097bf;
  line-height: 60px;
  text-align: center;
  opacity: 1;
    font-weight: 400;
  position: relative;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -o-transition: all .8s ease;
  -ms-transition: all .8s ease;
  transition: all .8s ease;
}

#timeline_box .year_block.active {
  opacity: 1;
  top: 0;
  transition: all .6s ease .8s;
  transform: translateY(0);
}

#timeline_box .year_block .year_detail {
  display: block;
  position: relative;

  line-height: 200%;
  margin-bottom: 20px;
  padding: 0 35px;
}

#timeline_box .year_block .year_detail:nth-child(odd) {
  float: right;
  padding-right: 0;
  padding-left: 15%;
}

#timeline_box .year_block .year_detail:nth-child(odd) .date {
  text-align: right;
}

#timeline_box .year_block .year_detail .date {
  font-size: 12px;
  font-family: Arial, Microsoft JhengHei, Myriad Pro, Open Sans, Myriad, Aria, sans-serif;
  color: #3ea7bb;
  padding-bottom: 10px;
  margin-bottom: 15px;
  opacity: 0;
  -webkit-transition: all 1s ease 1s;
  -moz-transition: all 1s ease 1s;
  -o-transition: all 1s ease 1s;
  -ms-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}

#timeline_box .year_block .year_detail.active .date {
  opacity: 1;
}

#timeline_box .year_block .year_detail .name {
  display: block;
  position: relative;
  opacity: 0;
  -webkit-transition: all 1s ease 1s;
  -moz-transition: all 1s ease 1s;
  -o-transition: all 1s ease 1s;
  -ms-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}

#timeline_box .year_block .year_detail.active .memo, #timeline_box .year_block .year_detail.active .name {
  opacity: 1;
}

#timeline_box .year_block .year_detail .memo {
  font-size: 13px;
  margin-top: 20px;
  position: relative;
  display: block;
  width: 90%;
  color: #686868;
  opacity: 0;
  -webkit-transition: all 1s ease 1.3s;
  -moz-transition: all 1s ease 1.3s;
  -o-transition: all 1s ease 1.3s;
  -ms-transition: all 1s ease 1.3s;
  transition: all 1s ease 1.3s;
}

#timeline_box .year_block .year_detail .img {
  position: absolute;
  left: -145px;
  width: 130px;
  height: 130px;
  top: 0;
  opacity: 0;
  background-color: white;
  display: table-cell;
  overflow: hidden;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-transition: all 1s ease 1.8s;
  -moz-transition: all 1s ease 1.8s;
  -o-transition: all 1s ease 1.8s;
  -ms-transition: all 1s ease 1.8s;
  transition: all 1s ease 1.8s;
}

#timeline_box .year_block .year_detail .img div {
  display:flex;
  vertical-align: middle;
  height: 130px;
  width: 130px;
}

#timeline_box .year_block .year_detail.active .img {
  opacity: 1;
}

#timeline_box .year_block .year_detail .img img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

#timeline_box .year_block .year_detail:nth-child(odd) .img {
  right: -145px;
  width: 130px;
  height: 130px;
  display: table-cell;
  vertical-align: middle;
  top: 0;
  left: auto;
  background-color: white;
  border-radius: 50%;
  text-align: center;
}

#timeline_box .year_block .year_detail:before {
  content: '';
  background-color: #3ea7bb;
  width: 0%;
  height: 2px;
  position: absolute;
  display: block;
  top: 28px;
  right: 28px;
  -webkit-transition: all .8s ease .5s;
  -moz-transition: all .8s ease .5s;
  -o-transition: all .8s ease .5s;
  -ms-transition: all .8s ease .5s;
  transition: all .8s ease .5s;
}

#timeline_box .year_block .year_detail.active:before {
  width: 91%;
}

#timeline_box .year_block:nth-child(even) .year_detail:before {
  background-color: #8bcc9c;
}

#timeline_box .year_block:nth-child(even) .year_detail .date {
  color: #8bcc9c;
}

#timeline_box .year_block .year_detail:nth-child(odd):before {
  right: auto;
  left: 28px;
}

#timeline_box .year_block:before {
  content: '';
  //background-color: #e6e6e6;
  width: 100vw;
  left: 50%;
  position: absolute;
  bottom: 60px;
  height: 1px;
  margin-left: -50vw;
}

#timeline_box .year_block .year_detail:after {
  content: '';
  //background-color: #3ea7bb;
  width: 9px;
  height: 9px;
  position: absolute;
  right: 24px;
  top: 25px;
  -webkit-transform: rotate(0)scale(0.1);
  -moz-transform: rotate(0)scale(0.1);
  -ms-transform: rotate(0)scale(0.1);
  transform: rotate(0)scale(0.1);
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -o-transition: all .8s ease;
  -ms-transition: all .8s ease;
  transition: all .8s ease;
}

#timeline_box .year_block .year_detail.active:after {
  -webkit-transform: rotate(45deg)scale(1);
  -moz-transform: rotate(45deg)scale(1);
  -ms-transform: rotate(45deg)scale(1);
  transform: rotate(45deg)scale(1);
  opacity: 1;
}

#timeline_box .year_block:nth-child(even) .year_detail:after {
  background-color: #8bcc9c;
}

#timeline_box .year_block .year_detail:nth-child(odd):after {
  left: 24px;
  right: 0;
}

footer {
  position: relative;
}

footer.bg {
  position: relative;
  background-repeat: repeat-x;
  height: 120px;
  background-position: bottom;
  overflow: hidden;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer.bg img {
  opacity: 0;
}

footer .copyright {
  position: absolute;
  z-index: 10;
  text-align: center;
  color: white;
  display: inline;
  left: 50%;
  font-size: 13px;
  transform: translateX(-50%);
  line-height: 2.5;
}
footer .copyright a{
  font-size: 13px;
  color: white;text-decoration: underline;
}
#gotop {
  width: 102px;
  height: 110px;
  background-image: url(./top.png);
  background-size: 90%;
  background-repeat: no-repeat;

  position: fixed;
  right: 3%;
  z-index: 10;
  bottom: 4%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  cursor: pointer;
  opacity: 0;
  transition: opacity .5s ease;
  animation: moveing 1.3s ease infinite alternate;
}

#gotop.show {
  opacity: 1;
}

#gotop span {
  color: white;
}
#signup {
  width: 102px;
  height: 110px;
  background-image: url(./signup.png);
  background-size: 90%;
background-repeat: no-repeat;
  position: fixed;
  right: 3%;
  z-index: 10;
  bottom: 16%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  cursor: pointer;
  opacity: 0;
  transition: opacity .5s ease;
  animation: moveing 1.3s ease infinite alternate;
}

#signup.show {
  opacity: 1;
}

#signup span {
  color: white;
}
#menu{
    opacity: 0;
    position: fixed;
    width:100%;
    height: 60px;
    background: #fff;
    display: flex;
    top: 0;
    align-items: center;
    justify-content: center;
    display: none;
}
.btn-menu{
    display: block;
    color: #000;
    width: 30px;
    overflow: hidden;
    height: 30px;
    position: relative;
    z-index: 999;
    position: fixed;
    right: 25px;
}
.btn-menu span{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:inline-block;width:100%;height:1px;background-color:#000;transition:.5s}.btn-menu span:nth-child(1){top:25%;transition:top .5s .5s,transform .5s,background-color .5s}.btn-menu span:nth-child(2){transition:opacity 0s .5s,background-color .5s}.btn-menu span:nth-child(3){top:75%;transition:top .5s .5s,transform .5s,background-color .5s}.btn-menu .is_active>span:first-child{transform:translateY(6px);transition-delay:.3s}.btn-menu.show span:nth-child(1){top:50%;transform:translate(-50%, -50%) rotate(45deg);transition:top .5s,transform .5s .5s}.btn-menu.show span:nth-child(2){opacity:0;transition:opacity 0s .5s}.btn-menu.show span:nth-child(3){top:50%;transform:translate(-50%, -50%) rotate(-45deg);transition:top .5s,transform .5s .5s}
.show{
    opacity: 1 !important;
}

.movepic {
  position: absolute;
  left: -41%;
  display: block;
  top: -50%;
  z-index: -1;
}

.movepic img {
  position: relative;
  max-width: 570px;
  animation: moveing 1.3s ease infinite alternate;
}

.movepic:nth-child(even) img {
  position: relative;
  max-width: 570px;
  animation: moveing 1.3s ease infinite alternate .5s;
}

.movepic.right {
  right: -40%;
  left: auto;
  top: -116%;
}

@keyframes moveing {
  0% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(10px);
  }
}

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

  header .logo{
      background: none;
      justify-content: flex-start;
      padding: 30px;

  }
  .youtube{
      margin: auto;
      width: 560px;
      margin-bottom: 20px;
  }

  .videobox {
      position: relative;
      width: 90%;
      height: 0;
      padding-bottom: 50%;
      margin-bottom: 50px;
      margin:auto;
  }

  .a3{margin-top:120px}
  #content .title.active.mm-100px{margin-top:100px}
}
@media only screen and (min-width: 1920px) {
  footer .bg {
    background-size: 100% 100%;
  }
  .videobox {
      position: relative;
      width:90%;
      height: 0;
      padding-bottom: 50%;
      margin:auto;
  }

}

@media only screen and (max-width: 1920px) {}


@media only screen and (max-width: 1560px) {
  .movepic {
    left: -20vw;
    width: 25vw;
    top: -11%;
  }

  .movepic.right {
    right: -20vw;
    width: 25vw;
    top: -50%;
  }

  #content .movepic img {
    width: 100%;
  }

  .topbtn {
  }

}


@media only screen and (max-width: 1200px) {
  .movepic {
    display: none;
  }

  .main_bg {
    overflow: hidden;
  }

  .main_bg img {
    height: 558px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    position: relative;
  }

  .main_bg .top img {
    height: auto;
    width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
  }

  .main_bg .bg.bg3 .bg_other {
    width: 100%;
    height: auto;
  }

  .main_bg .bg.bg3 img {
    //height: 338px;
  }

  #gotop,#signup {
    width: 80px;
    background-size: 90%;
    background-repeat: no-repeat;
    height: 100px;
    font-size: 13px;
  }

  a {
    font-size: 18px;
  }

  .morefaq {
    font-size: 24px;
  }

  .firsttitle {
  }

  .firsttitle::before {
    background-size: 100%;
    width: 70px;
    height: 51px;
  }

  .topbtn .menubtn {
    width: 210px;
    height: 100px;
    font-size: 30px;
    line-height: 65px;
  }

  .linkbtn {


    padding: 3px 18px;
    margin: 0 6px;
  }


  #content .edit {
    margin-bottom: 50px;
  }

  .imgedit {
    display: block;
  }

  #content .imgedit img {
    margin-bottom: 20px;
  }

  #content {
    font-size: 18px;
  }

  .bluetitle {
    font-size: 24px;
  }

  .linkbtn.editbtn {
    width: 375px;
    display: block;
    margin: 20px auto 32px;
    font-size: 24px;


  }

  #content .title.active {
    background-size: 100% auto;
    background-repeat: no-repeat;
    transition: all .2s ease .2s;
  }

  .smalltitle span {
  }

  .qatitle {
    margin-bottom: 20px;
    padding: 20px 15px;
  }


  .a1,.a2,a3{
    background-repeat: no-repeat;
    background-position: center;

  }
  .a1 img,  .a2 img,  .a3 img{
    //opacity: 0;
  }
  .fullimg1 {
    height: 42vw;
  }

  .fullimg3 {

  }

  footer .bg {
    height: 180px;
  }

  footer .copyright {
    bottom: 40px;
    line-height: 2;
  }



  @keyframes moveing {
    0% {
      transform: translateY(-5px);
    }

    100% {
      transform: translateY(5px);
    }
  }

}

@media only screen and (max-width: 1000px) {
  .swiperbox .swiper {
    width: 700px;
  }
  .swiperbox .swiper img {
    max-width: 100%;
  }
  @keyframes moveing {
    0% {
      transform: translateY(-3px);
    }

    100% {
      transform: translateY(3px);
    }
  }

}


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


  #gotop,#signup {
    width: 70px;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 100px;
    font-size: 12px;
}
  .topbtn {
    margin-top: -2vw;
}
  header .logo img {
    height: 22px;
  }
  .main_bg .bg.bg1 img {
    position: relative;
    height: auto;
    width: 100%;
}
.a1 img, .a2 img{
  width: 100%;
  opacity: 1;
}
.swiperbox{
  padding-top: 0;
  margin-top: 0;
}


.need_ani.starter .swiperbox{
  transition: all .8s ease 0s;
}
.a2{

}
  .topbtn .topbtn_small {
    flex-wrap: wrap;
  }
  .main_bg .top img{
    width: 100%;
  }
  .main_bg .bg.bg3 img{
    width: 100%;
    height: auto;
  }
  .main_bg .bg.bg3 .bg_other{
    display: none;
  }
  .main_bg .bg3 {
    position: absolute;
    z-index: 4;
    width: 100%;
}
  #content {
    margin-top: 30px;
    font-size: 1emf;
  }
  .swiperbox .swiper {
    width: 60%;
}
  .fullimg {
    height: auto;
    margin-bottom: 0;
  }

  .fullimg img {
    display: block;
    opacity: 1;
  }

  .swiperbox .swiper .swiper-slide img{
    opacity: .5 !important;
    transform: translateY(0);
    transition: all .5s ease !important;
  }

  .swiperbox .swiper .swiper-slide-active img{
    opacity: 1 !important;
  }
  #content .edit {
    width: 85%;
    margin-bottom: 30px;
  }

  .topbtn .menubtn {
    width: 165px;
    height: 75px;
    font-size: 22px;
    line-height: 52px;
    margin: 20px 12px;
  }
  .linkbtn {

    padding: 3px 18px;
    margin: 0 6px;
    margin-bottom: 16px;
  }



  #content .title {
    font-size: 22px;
    width: 230px;
    line-height: 75px;
    transition: all 1.6s ease 1.6s;
  }

  .bluetitle {
    font-size: 20px;
  }

  .smalltitle {
    transform: scale(.8);
  }

  .linkbtn.editbtn {
    width: 100%;
    display: block;
    margin: 20px auto 20px;

  }

  .faq_show {
    width: 85%;
  }

  .qatitle {
    margin-bottom: 20px;
    padding: 15px 15px;
  }

  .morefaq {
    font-size: 20px;
  }

  .firsttitle {
  }

  .firsttitle::before {
    width: 50px;
    height: 36px;
    margin-left: 0;
  }

  a {
    font-size: 14px;
    word-wrap: break-word;
  }

  .qa {
    margin-bottom: 25px;
  }

  .qa_memo {
    padding: 16px 15px;
  }

  .smalltitle {
    word-break: keep-all;
  }

  .smalltitle span {
    font-size: 1.35EM;
    padding: 0 15px;
  }

  .qa_memo a {
    word-wrap: break-word;
  }

  footer .bg {
    height: 115px;
  }

  footer .copyright {
    bottom: 23px;
    line-height: 1.8;
    width: 100%;
    font-size: 12px;
    transform: translateX(-50%)scale(.8);
  }

  .smalltitle {
    margin-bottom: 20px;
  }
  .bluetitle.stepTitle{
    margin-bottom: 10px;
  }
  .arrowimg{
    margin-bottom: 30px;
  }
  .arrowimg img{
    width: 70px;
  }
  table td,th{
      text-align: left;
  }
}

@media only screen and (max-width: 380px) {
  .topbtn .menubtn {
    width: 120px;
    height: 60px;
    font-size: 18px;
    line-height: 34px;
    margin: 10px 5px;
  }
  .topbtn .menubtn.mbtn2::before {

    background-position: -160px;
  }

  .topbtn .menubtn.mbtn2::after {

    background-position: -160px;
  }

  .linkbtn {

    padding: 3px 12px;
    margin: 0 6px;
    margin-bottom: 16px;
  }



  #content .title {
    width:230px;
    transition: all 1.6s ease 1.6s;
  }

  .smalltitle span {
    font-size: 18px;
    padding: 0 6px;
  }

  .bluetitle {
    font-size: 16px;
  }

  .linkbtn.editbtn {
    font-size: 16px;
  }



  #content {
    font-size: 13px;
  }
}


#tips{
  position: fixed;
  width: 300px;
  height: auto;
  left: 50px;
  bottom: 50px;
  bottom: 4%;
  z-index: 555;
  background-color: white;
  padding: 21px;
  border-radius: 10px;
  box-shadow: 0px 1px 8px #00000047;
  text-align: center;
  margin-bottom: 0;
  display: none;
}
#tips .close{
  position: absolute;
  width: 50px;
  height: 50px;
  right: 5px;
  top: 5px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#tips .close::before{
  content: '';
  position: relative;
  background-color: gray;
  width: 25px;
  height: 1px;
  display: block;
  transform: rotate(45deg);
  transition: all .3s ease;
}
#tips .close::after{
  content: '';
  position: absolute;
  background-color: gray;
  width: 25px;
  height: 1px;
  display: block;
  transform: rotate(-45deg);
  transition: all .3s ease;
}
#tips .close:hover::before,
#tips .close:hover::after{
  background-color: black;
}
#tips .box{
  position: relative;
}
#tips .title{
  font-size: 19px;
  color: #e4007f;
  text-align: left;
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
  padding-right: 30px;
}
#tips .imgs{
  display: block;
  width: 100%;
  position: relative;
}
#tips .more{
  font-size: 19px;
  color: #666666;
  text-align: center;
  font-weight: 500;
  margin-top: 6px;
  text-decoration: none;
  display: block;
  transition: all .3s ease;
}
#tips .more:hover{
  color: #008ad3;
}

@media only screen and (max-width: 1620px) {
  #tips{
    width: 182px;
    height: auto;
    padding: 15px
  }
  #tips .title{
    font-size: 16PX;
  }
  #tips .more{
    font-size: 16PX;
  }
}

@media only screen and (max-width: 1200px) {
  /* #tips{
    width: 25vw;
    height: auto;
    border-radius: 5px;
    padding: 12px;
    margin-bottom: 0;
    right: 32px;
  }
  #tips .title{
    font-size: 2vw;
  }
  #tips .more{
    font-size: 2vw;
  }
  #tips .close{
    right: 0;
    top: 0;
  } */
}

@media only screen and (max-width: 750px) {
  #tips{
    width: 80%;
    height: auto;
    border-radius: 13PX;
    padding: 12px;
    margin-bottom: 0;
    right: 10%;
    left: auto;
  }
  #tips .title{
    font-size: 5vw;
    TEXT-ALIGN: CENTER;
  }
  #tips .more{
    font-size: 5vw;
  }
  #tips .close{
    right: 0;
    top: 0;
  }

}


.menubtn._none{
  height: auto;
  background: none;
  border: 0;
  cursor: auto;
}
.menubtn._none::before,
.menubtn._none::after{
  display: none;
}
.topbtn.idea{
  margin-top: -5vw;
}
.ideatop01{
  display: block;
  position: relative;
  margin-bottom: 90px;
}

.ideatop01 img{
    margin: 0 auto;
}
.ideatop01 .title01{
  display: block;
  margin-bottom: 0px;
  opacity: 0;
  transform: translateY(20px);
  transition: all .3s ease;
}
.ideatop01 .title02{
  display: block;
  margin-bottom: 0px;
  opacity: 0;
  transform: translateY(20px);
  transition: all .3s ease;
}
.ideatop01 .title03{
  display: block;
  margin-bottom: 25px;
  opacity: 0;
  transform: translateY(20px);
  transition: all .3s ease;
}
.ideatop01.starter .title01{
  opacity: 1;
  transform: translateY(0);
  transition: all .6s ease;
}
.ideatop01.starter .title02{
  opacity: 1;
  transform: translateY(0);
  transition: all .6s ease .4s;
}
.ideatop01.starter .title03{
  opacity: 1;
  transform: translateY(0);
  transition: all .6s ease .6s;
}


.ideatop01 .pleft{
    position: absolute;
    right:  50%;
    bottom: 31%;
    margin-right: 14%;
    opacity: 0;
    transform: translateY(40px);
    transition: all .3s ease;
}
.ideatop01.starter .pleft{
  opacity: 1;
  transform: translateY(0);
  transition: all .5s ease 1.2s;
}

.ideatop01 .pright{
  position: absolute;
  left: 50%;
  bottom: 31%;
  margin-left: 14%;
  opacity: 0;
  transform: translateY(40px);
  transition: all .3s ease;
}
.ideatop01.starter .pright{
  opacity: 1;
  transform: translateY(0);
  transition: all .5s ease 1.2s;
}
.ideatop01 .golink{
  position: relative;
  margin-top: 45px;
  opacity: 0;
  transform: translateY(40px);
  display: block;
}
.ideatop01.starter .golink{
  opacity: 1;
  transform: translateY(0);
  transition: all .5s ease 1.8s;
}
.ideatop01 .golink .hover{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: block;
  opacity: 0;
  transition: all .3s ease;
}
/* .ideatop01 .golink img{
  opacity: 1;
  transition: all .3s ease;
} */
.ideatop01 .golink:hover .hover{
  opacity: 1;
}
.ideatop01 .main01{
  position: relative;
opacity: 0;
transform: translateY(20px);
transition: all .3s ease;
}
.ideatop01 .main02{
  position: relative;
  margin-top: -41px;
  z-index: 5;

opacity: 0;
transform: translateY(20px);
transition: all .3s ease;
}
.ideatop01.starter .main01{
  opacity: 1;
  transform: translateY(0);
  transition: all .6s ease 1s;
}
.ideatop01.starter .main02{
  opacity: 1;
  transform: translateY(0);
  transition: all .6s ease 1.6s;
}

@media only screen and (max-width: 1700px) {
  .ideatop01 .pright{
    width: 28%;
    margin-left: 17%;
    bottom: 32%;
  }
  .ideatop01 .pright img,
  .ideatop01 .pleft img{
    display: block;
    width: 100%;
  }
  .ideatop01 .main01 img{
    display: block;
    width: 100%;
  }
  .ideatop01 .main01{
    max-width: 1104px;
    margin: 0 auto;
    width: 80%;
  }
  .ideatop01 .pleft{
    width: 28%;
    margin-right: 17%;
    bottom: 32%;
  }


}


@media only screen and (max-width: 1200px) {
  .menubtn._none img{
    width: 100%;
  }
  .menubtn._none{

  }
  .ideatop01 .title01 img,
  .ideatop01 .title02 img,
  .ideatop01 .title03 img{
    width: 45%;
  }
  .ideatop01 .main02 img{
    width: 60%;
  }
  .ideatop01 .main01{
    width: 90%;
  }
  .ideatop01 .pleft {
    width: 28%;
    margin-right: 22%;
    bottom: 39%;
}
.ideatop01 .pright {
  width: 28%;
  margin-left: 24%;
  bottom: 39%;
}

}


@media only screen and (max-width: 1000px) {
  .ideatop01 .main01 {
    width: 100%;
}
.ideatop01 .main02 img {
  width: 70%;
}
.ideatop01 .main02{
  margin-top: -3vw;
}
.ideatop01 .title01 img,
.ideatop01 .title02 img,
.ideatop01 .title03 img{
  width: 60%;
}
.ideatop01 .golink img{
  max-width: 200px;
}

}


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

  .ideatop01 .title01 img,
  .ideatop01 .title02 img,
  .ideatop01 .title03 img{
    width: 80%;
  }
  .ideatop01 .pright,.ideatop01 .pleft{
    display: none;
  }
  .ideatop01 .golink img {
    max-width: 150px;
}
.ideatop01 .main02 img {
    width: 100%;
}
.ideatop01 .main01 img {
  display: block;
  /*width: 180vw;
  left: -40vw;*/
  position: relative;
}

}

.topbtn .menubtn.mbtn1::before {
  background-position: -7%;
}

.topbtn .menubtn.mbtn1::after {
  background-position: -7%;
}
.topbtn .menubtn.mbtn2::before {
  background-position: 94%;
}

.topbtn .menubtn.mbtn2::after {
  background-position: 94%;
}
table{
    width: 100%;
}
table td,table th{
    border:2px solid #f9fcf0;
    padding: 10px;
    color:#7a7a7a;
}

footer.bg{  }

td.h-title{
    background: #3897b5;
    color:#fff !important;
}
td{
    background: #ccc;
    color:#000 !important;
}
/* 定義旋轉動畫 */
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* 應用於圖片的類 */
.rotating-image {
  animation: rotate 30s linear infinite; /* 3秒完成一次旋轉，線性速度，無限循環 */
}

/* 如果你想要讓圖片在懸停時才旋轉，可以使用這個 */
.hover-rotate {
  transition: transform 0.3s ease;
}

.hover-rotate:hover {
  animation: rotate 3s linear infinite;
}

/* 如果你希望圖片繞著自身中心點旋轉 */
.center-rotate {
  transform-origin: center center;
  animation: rotate 3s linear infinite;
}
.ad4-img{

}

.move-banner {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 600px;
    overflow: hidden;
}

.floating-image {
    position: absolute;
    opacity: 0;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-repeat: no-repeat;
}

/* 原有的元素樣式保持不變 */
/*回收*/

.img1 {
    background-image: url('banner/i1.png');

    width: 220px;
    height:220px;
    top: 5%;
    right: 0;
    animation: floatRightLeft 100s infinite,
               upDown 114s infinite,
               slowRotate 110s infinite linear,
               fadeInOut2 115s infinite;
               animation-delay: 3s;
}

/*花椰菜*/
.img2 {
    background-image: url('banner/i2.png');
    width: 200px;
    height: 200px;
    top: 35%;
    left:3%;
    animation: slowRotate1 30s infinite linear,
               fadeInOut 212s infinite;
}
.p2 {
    background-image: url('banner/p2.png');
    background-size: auto 100px;
    width: 200px;
    height: 200px;
    top: 35%;
    left:7%;
    animation: slowRotate1 40s infinite linear,
               fadeInOut 212s infinite;
}
/*包包*/
.img7 {
    width: 200px;
    height: 200px;
    background-image: url('banner/i7.png');
    top: 30%;
    left:47%;
    animation: slowRotate1 20s infinite linear,
               fadeInOut 212s infinite;
}
.p1 {
    background-image: url('banner/p1.png');
    background-size: auto 100px;
    width: 200px;
    height: 200px;
    top: 30%;
    left:50%;

    animation: slowRotate1 30s infinite linear,
               fadeInOut 212s infinite;
}
/*面包*/
.img3 {
    width: 200px;
    height: 200px;
    background-image: url('banner/i3.png');
    top: 67%;
    left:64%;
    animation: slowRotate1 20s infinite linear,
               fadeInOut 212s infinite;
}
.p4{
    background-image: url('banner/p4.png');
    background-size: auto 100px;

    width: 200px;
    height: 200px;
    top: 60%;
    left:68%;
    animation: slowRotate2 30s infinite linear,
               fadeInOut 212s infinite;
}
/*咖啡*/
.img4 {
    width: 220px;
    height: 220px;
    background-image: url('banner/i4.png');
    top: 30%;
    left:81%;
    animation: slowRotate2 40s infinite linear,
               fadeInOut 212s infinite;
}
.p3 {
    background-image: url('banner/p3.png');
    background-size:  auto 100px;
    width: 200px;
    height: 200px;
    top: 20%;
    left:86%;
    animation: slowRotate2 80s infinite linear,
               fadeInOut 212s infinite;
}

/* 藍色圓瓶 */
.img5 {
    width: 200px;
    height: 200px;
    background-image: url('banner/i5.png');
    top: 20%;
    animation: floatRightLeft 70s infinite,
               upDown 50s infinite,
               slowRotate 80s infinite linear,
               fadeInOut2 68s infinite;
               animation-delay: 29s;
}
/* 黃色土司 */

.img6 {
    width: 200px;
    height: 200px;
    background-image: url('banner/i6.png');
    top: 60%;
    animation: floatRightLeft 50s infinite,
               upDown 40s infinite,
               slowRotate1 60s infinite linear,
               fadeInOut 50s infinite;
               animation-delay: 10s;
}
.f1{
    width: 220px;
    height: 220px;
    background-image: url('banner/f1.png');
    top: 40%;
    animation: floatRightLeft 50s infinite,
               upDown 40s infinite,
               slowRotate1 20s infinite linear,
               fadeInOut 68s infinite;
               animation-delay: 25s;
}
.img8{
    width: 220px;
    height: 220px;
    background-image: url('banner/i8.png');
    top: 30%;
    left:30%;
    animation:

               upDown 40s infinite,
               slowRotate 20s infinite linear,
               fadeInOut 68s infinite;
}
.f2{
    width: 250px;
    height: 250px;
    background-image: url('banner/f2.png');
    top:12%;
    animation: floatRightLeft 30s infinite,
               upDown 10s infinite,
               slowRotate1 10s infinite linear,
               fadeInOut 68s infinite;
}
.f3{
    width: 270px;
    height: 270px;
    background-image: url('banner/i9.png');
    top:13%;
    left:28%;
    opacity: 0.5;
    animation:
               upDown 30s infinite,
               slowRotate1 120s infinite linear,
               fadeInOut 48s infinite;
}


.f6{
    width: 270px;
    height: 270px;
    background-image: url('banner/f6.png');
    top:56%;
    opacity: 0.5;
    animation: floatRightLeft2 40s infinite,
               upDown 30s infinite,
               slowRotate1 60s infinite linear,
               fadeInOut2 68s infinite;
}

.f7{
    width: 270px;
    height: 270px;
    background-image: url('banner/f7.png');
    top:46%;
    opacity: 0.5;
    animation: floatRightLeft2 70s infinite,
               upDown 30s infinite,
               slowRotate1 70s infinite linear,
               fadeInOut2 60s infinite;
}

.img9 {
    width: 220px;
    height: 220px;
    background-image: url('banner/i9.png');
    top: 60%;
    animation: floatRightLeft 90s infinite,
               fadeInOut 150s infinite,
               slowRotate 20s infinite linear;
}

/*

.i2 {
    background-image: url('banner/i2.png');
    width: 200px;
    height: 200px;
    border-radius: 50%;
    top: 20%;
    animation: diagonalRightLeft 200s infinite,
               slowRotate 80s infinite linear,
               fadeInOut 212s infinite;

}
.img3x {
    background-image: url('banner/i3.png');
    width: 200px;
    height: 200px;
    top: 60%;
    animation: slowMoveRightLeft 200s infinite,
               slowRotate 80s infinite linear,
               fadeInOut 320s infinite;
}

.img4x {
    background-image: url('banner/i4.png');
    width: 220px;
    height:220px;
    top: 50%;
    right: 0;
    animation: floatRightLeft  200s infinite,
               upDown 114s infinite,
               slowRotate 80s infinite linear,
               fadeInOut 115s infinite;
               animation-delay: 60s;
}

.t-img1 {
    width: 250px;
    height: 250px;
    background-image: url('banner/2.png');
    top: 6%;
    animation: slowMoveRightLeft 140s infinite,
               upDown 150s infinite,
               slowRotate1 40s infinite linear,
               fadeInOut 150s infinite;
               animation-delay: 3s;
}
.t-img2 {
    width: 250px;
    height: 250px;
    background-image: url('banner/0.png');
    top: 30%;
    animation: slowMoveRightLeft 140s infinite,
               upDown 150s infinite,
               slowRotate2 40s infinite linear,
               fadeInOut 150s infinite;
    animation-delay: 15s;

}
.t-img3 {
    width: 300px;
    height: 300px;
    background-image: url('banner/2-1.png');
    top: 50%;
    animation: slowMoveRightLeft 140s infinite,
               upDown 150s infinite,
               slowRotate3 40s infinite linear,
               fadeInOut 150s infinite;
    animation-delay: 30s;
}
.t-img4 {
    width: 300px;
    height: 300px;
    background-image: url('banner/5.png');
    top: 32%;
    animation: slowMoveRightLeft 140s infinite,
               upDown 150s infinite,
               slowRotate1 20s infinite linear,
               fadeInOut 150s infinite;
               animation-delay: 45s;
}
*/


.t-img1 {
    width: 250px;
    height: 250px;
    background-image: url('banner/2.png');
    top: 15%;
    left: 10%;
    animation:
               upDown 150s infinite,
               slowRotate1 40s infinite linear,
               fadeInOut 150s infinite;

}
.t-img2 {
    width: 250px;
    height: 250px;
    background-image: url('banner/0.png');
    top: 30%;
    left: 33%;
    animation:
               upDown 150s infinite,
               slowRotate2 40s infinite linear,
               fadeInOut 150s infinite;

}
.t-img3 {
    width: 300px;
    height: 300px;
    background-image: url('banner/2-1.png');
    top: 25%;
    left: 57%;
    animation:
               upDown 150s infinite,
               slowRotate3 40s infinite linear,
               fadeInOut 150s infinite;
}
.t-img4 {
    width: 300px;
    height: 300px;
    background-image: url('banner/5.png');
    top: 32%;
    left: 75%;
    animation:
               upDown 150s infinite,
               slowRotate1 20s infinite linear,
               fadeInOut 150s infinite;
}

/* 原有的動畫效果保持不變 */
@keyframes floatRightLeft {
    0% { right: -100px; }
    100% { right: calc(100% + 200px); }
}

@keyframes floatRightLeft2 {
    0% { right: 100px; }
    100% { right: calc(100% + 200px); }
}

@keyframes upDown {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(30px); }
}

@keyframes diagonalRightLeft {
    0% {
        right: -80px;
        transform: translateY(0);
    }
    100% {
        right: calc(100% + 180px);
        transform: translateY(100px);
    }
}

@keyframes slowMoveRightLeft {
    0% { right: -120px; }
    100% { right: calc(100% + 220px); }
}

@keyframes verticalMoveRightLeft {
    0% {
        right: 20%;
        transform: translateY(-100px) rotate(45deg);
    }
    100% {
        right: 80%;
        transform: translateY(700px) rotate(45deg);
    }
}

/* 新增的旋轉動畫 */
@keyframes slowRotate {
    0% { transform: rotate(0deg) translateY(0); }
    50% { transform: rotate(180deg) translateY(30px); }
    100% { transform: rotate(360deg) translateY(0); }
}
@keyframes slowRotate1 {
    0% { transform: rotate(0deg) translateY(0); }
    50% { transform: rotate(30deg) translateY(30px); }
    100% { transform: rotate(0deg) translateY(0); }
}
@keyframes slowRotate2 {
    0% { transform: rotate(-10deg) translateY(10px); }
    50% { transform: rotate(0deg) translateY(0px); }
    100% { transform: rotate(-10deg) translateY(10px); }
}
@keyframes slowRotate3 {
    0% { transform: rotate(0deg) translateY(0); }
    50% { transform: rotate(-5deg) translateY(5px); }
    100% { transform: rotate(0deg) translateY(0); }
}

@keyframes fadeInOut {
    0% { opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { opacity: 0; }
}
@keyframes fadeIn {
    0% { opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { opacity: 1; }
}
@keyframes fadeInOut2 {
    0% { opacity: 0; }
    10% { opacity: .6; }
    90% { opacity: .6; }
    100% { opacity: 0; }
}

/* 響應式設計 */
@media (max-width: 768px) {
    .banner {
        height: 400px;
    }

    .floating-image {
        transform: scale(0.7);
    }
    .main_bg{
        height: 460px;
    }
}


/* 第六個元素的更新樣式 */


/* 45度角反彈動畫 */
@keyframes bounce45deg {
    0% {
        right: -70px;
        transform: translateY(0);
    }
    /* 到達反彈點 */
    40% {
        right: calc(60% - 35px);
        transform: translateY(200px);
    }
    /* 反彈後的路徑 */
    100% {
        right: calc(100% + 70px);
        transform: translateY(0);
    }
}

@keyframes fadeInOut {
    0% { opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { opacity: 0; }
}

.mobile{display: none;}
.pc{display: block;}

@media (max-width: 768px) {
    .banner {
        height: 400px;
    }

    .floating-image {
        transform: scale(0.7);
    }
    .mobile{display: block;}
    .pc{display: none;}

}



/* SVG 線條動畫 */
.lines-container {
position: absolute;
width: 200px;
height: 200px;
}
.line {
   fill: none;
   stroke: #3e3e3e;
   stroke-width: 1;
   stroke-linecap: round;
   stroke-dasharray: 100;
   stroke-dashoffset: 100;
   animation: drawLine 1s forwards;
}

@keyframes drawLine {
   to {
       stroke-dashoffset: 0;
   }
}

/* 定義進場動畫 */
@keyframes fadeInSlide {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 使用 nth-child 設定不同延遲時間，讓元素依序進場 */


/* 如果元素超過10個，可以重複應用 */
.entrance-item:nth-child(n+11) {
  animation-delay: calc(10s + (0.1s * (var(--nth-child, 0) - 10)));
}
.entrance-item1:nth-child(n+11) {
  animation-delay: calc(1s + (0.1s * (var(--nth-child, 0) - 10)));
}

.floating-title:nth-child(n) {
  animation-delay: calc(10s + (1s * (var(--nth-child, 0) - 10)));
}

.ad1b{


    top: 20%;
    right: 0;
    animation:
               slowRotate2 10s infinite linear;


}

.custBtn{
    background-color: unset !important;
    border: 0 !important;
    background-image: url('off.png?v=1');
    background-repeat: no-repeat;
    background-position: center;
    height: 65px;

}
.custBtn:hover{
    background-color: unset !important;
    border: 0 !important;
    background-image: url('on.png?v=1');
    background-repeat: no-repeat;
    height: 65px;
    color: #000000 !important;

}
