@import "./header.css";
@import "./footer.css";

*{
  box-sizing: border-box;
}

body{
  margin: 0;
  padding: 0; 
  font-family: 'Noto Sans TC', sans-serif;
  overflow: hidden;
  overflow-y: scroll;
} 
  
img, embed{
  max-width: 100%;
}

/*====== 首頁進場 banner ======*/

div.index_first_banner{
  min-width: 100%;
  height: 90vh;
  min-height: 540px;
  margin: 0 auto;
  padding-top: 16px;
  background-image: linear-gradient(180deg, rgba(238, 238, 238, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
  background-repeat: no-repeat;
  /* z-index: -999; */
  display: flex;
  justify-content: center;
  align-items: center;
}

div.index_first_banner_content{
  /* border: 1px solid black; */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1080px;
}


div.index_first_banner_slogan, div.index_first_banner_introduction{
  width: 100%;
  padding: 10px 0;
  letter-spacing: 0.02em;
  /* border: 1px solid black; */
}

img.start{
  width: 560px;
  height: 420px;
}

div.index_first_banner_slogan{
  font-size: 36px;
  font-weight: 700;
}

div.index_first_banner_introduction{
  line-height: 250%;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 36px;
}

br.-break{
  display: none;
}

button.btn_action{
  background-color: #2869D1;
  padding: 6px 18px 8px;
  border-radius: 8px;
  border: none;
  color: white;
  text-decoration: none;
  text-align:center;
  letter-spacing: 0.1em;
  font-size: 16px;
}

button.btn_action:hover{
  box-shadow: 1px 2px 2px 0px #00000040;
}

div.index_scroll_block{
  /* border: 1px solid red; */
  position: relative;
  text-align: center;
  transform: translateY(-50px);
  display: flex;
  justify-content: center;
  width: 100%;
}

img.scroll_down{
  width: 80px;
} 


/*====== 行動版 RWD | 320px ~ 414px ======*/
@media screen and (min-width: 320px) and (max-width: 413.98px){

  div.index_first_banner_content{
    width: 100%;
    flex-direction: column;
    margin-top: 0px;
    text-align: center;
  }
  div.index_first_banner{
    min-width: 100%;
    flex-direction: column;
    height: 70vh;
  }
  div.index_first_banner_slogan{
    font-size: 26px;
  }
  div.index_first_banner_introduction{
    width: 100%;
    margin: 0 auto;
    padding: 20px 0px 36px;
    font-size: 16px;
  }

  br.-break{
    display: block;
  }

  div.index_scroll_block{
    margin-top: 30px;
  }

  img.scroll_down{
    width: 60px;
  }

  img.start{
    display: none;
  }
  

}  

/*====== 行動版 RWD | 414px ~ 768px ======*/
@media screen and (min-width: 414px) and (max-width: 767.98px){
  div.index_first_banner_content{
    width: 90%;
    flex-direction: column;
    margin-top: 20px;
    text-align: center;
  }
  div.index_first_banner{
    min-width: 100%;
    flex-direction: column;
    height: 70vh;
  }
  div.index_first_banner_slogan{
    font-size: 28px;
  }
  div.index_first_banner_introduction{
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
  }

  br.-break{
    display: none;
  }

  div.index_scroll_block{
    margin-top: 20px;
  }

  img.start{
    display: none;
  }

} 


/*====== 行動版 RWD | 768px ~ 1200px ======*/
@media screen and (min-width: 768px) and (max-width: 1199.98px){

  div.index_first_banner{
    min-width: 100%;
    height: 70vh;
    margin: 0;
    
  }

  div.index_first_banner_content{
    width: 90%;
  }

  div.banner_leftside{
    width: 50%;
    padding-left: 20px;
  }
  div.index_first_banner_slogan{
    font-size: 32px;
  }

  br.-break{
    display: none;
  }

  img.start{
    width: 50%;
    height: 50%;
  }

  div.index_scroll_block{
    margin: -20px 0 30px;
  }

} 

@media screen and (min-width: 768px) and (max-width:889.98px){
  img.start{
    display: none;
  }
  div.banner_leftside{
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
}  



/*========= 步驟說明 =========*/

div.steps_container{
  position: relative;
  margin: 0 auto;
  width: 1080px;
  /* border: 1px solid red; */
}


div.steps_guide{
  /* border: 1px solid black; */
  display: flex;
  align-items: center;
  width: 1080px;
  margin: 0 auto 40px;
  height: 80px;
}

div.steps_guide img.bird_guide, div.steps_intro{
  display: inline-block;
  vertical-align: middle;
}

div.steps_guide img.bird_guide{
  height: 80px;
  z-index: 2;
  position: relative;
}

div.steps_guide div.steps_intro{
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.365em;
  width: 360px;
  height: 60px;
  line-height: 60px;
  border-radius: 25px 0;
  background-color: #eeeeee;
  transform: translateX(-10%);
  z-index: 1;
}

div.step_one_block, div.step_two_block, div.step_three_block, div.step_four_block, div.step_five_block{
  /* border: 1px solid black; */
  margin-bottom: 60px;
  display:  inline-flex;
  justify-content: space-between;
  width: 100%;
}


embed.step_img{
  width: 660px;
}

div.each_step_intro{
  /* border: 1px solid blue; */
  text-align: left;
  width: 40%;
  padding: 0 25px;
}

div.step_title_eng{
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0.17em;
  padding-bottom: 20px;
}

div.step_title_zh{
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0.17em;
  padding-bottom: 20px;
}

div.step_direction{
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.04em;
  padding-bottom: 30px;
}

button.step1{
  background-color: #2869D1;
  padding: 6px 20px 7px;
  border-radius: 8px;
  color: white;
  text-decoration: none;
  border: none;
  margin-top: -30px;
  width: 120px;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-family: 'Noto Sans TC', sans-serif;
}


button.step1:hover{
  box-shadow: 1px 2px 2px 0px #00000040;
  background-color: #2869D1;
}

button.step1:active{
  box-shadow: 1px 2px 2px 0px #00000040;
  background-color: #2869D1;
}

a.step_one_btn{
  display: block;
  width: 120px;
  height: 40px;
  background-color: #2869D1;
  padding: 7px 20px 7px;
  border-radius: 8px;
  color: white;
  text-decoration: none;
  text-align:center;
  letter-spacing: 0.1em;
  font-size: 16px;
}

a.step_one_btn:hover{
  box-shadow: 1px 2px 2px 0px #00000040;
}

/*====== 步驟 RWD ======*/
/*====== 行動版 RWD | 320px ~ 414px ======*/
@media screen and (min-width: 320px) and (max-width: 413.98px){

  div.steps_container{
    width: 100%;
  }
 
  div.steps_guide{
    width: 90%;
    margin-top: 0px;
    justify-content: space-between;
  }
  div.steps_guide div.steps_intro{
    font-size: 16px;
    width: 100%;
    transform: translateX(0) !important;
  }
  img.bird_guide{
    display: none !important;
  }
  

  /*步驟一*/
  div.step_one_block div.each_step_intro{
    order: 1;
    width: 90%;
    height: auto;
  }
 
  div.step_one_block embed{
    order: 2;
  }
  div.step_one_block div.mt-3{
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  button.step1{
    margin: 0;
  }

  /*步驟二*/
  div.step_two_block div.each_step_intro{
    width: 90%;
    height: auto;
  }

  /*步驟三*/
  div.step_three_block div.each_step_intro{
    order: 1;
    width: 90%;
    height: auto;
  }
  div.step_three_block embed{
    order: 2;
  }

  /*步驟四*/
  div.step_four_block div.each_step_intro{
    width: 90%;
    height: auto;
    
  }
  
  /*步驟五*/
  div.step_five_block div.each_step_intro{
    order: 1;
    width: 90%;
    height: auto;
  }
  div.step_five_block embed{
    order: 2;
  }

  div.each_step_intro{
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  div.step_one_block, div.step_two_block, div.step_three_block, div.step_four_block, div.step_five_block{
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  div.step_title_eng, div.step_title_zh{
    padding-bottom: 8px;
    font-size: 24px;
  }  

  div.step_direction{
    font-size: 16px;
    padding: 10px 0;
  }

  div.steps_guide div.steps_intro{
    font-size: 16px;
    width: 100%;
  }
 
}  


/*====== 行動版 RWD | 414px ~ 768px ======*/
@media screen and (min-width: 414px) and (max-width: 767.98px){
   
  div.steps_container{
    width: 100%;
  }
 
  div.steps_guide{
    width: 100%;
    margin-top: 20px;
    justify-content: center;
  }
  div.steps_guide div.steps_intro{
    font-size: 16px;
    width: 400px;
  }
 

  /*步驟一*/
  div.step_one_block div.each_step_intro{
    order: 1;
    width: 90%;
    height: auto;
    margin-bottom: -2px;
  }
  div.step_one_block embed{
    order: 2;
  }
  div.step_one_block div.mt-3{
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  button.step1{

    margin-top: 0;
  }

  /*步驟二*/
  div.step_two_block div.each_step_intro{
    width: 90%;
    height: auto;
  }

  /*步驟三*/
  div.step_three_block div.each_step_intro{
    order: 1;
    width: 90%;
    height: auto;
  }
  div.step_three_block embed{
    order: 2;
  }

  /*步驟四*/
  div.step_four_block div.each_step_intro{
    width: 90%;
    height: auto;
  }

  /*步驟五*/
  div.step_five_block div.each_step_intro{
    order: 1;
    width: 90%;
    height: auto;
  }
  div.step_five_block embed{
    order: 2;
  }

  div.each_step_intro{
    text-align: center;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  div.step_one_block, div.step_two_block, div.step_three_block, div.step_four_block, div.step_five_block{
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  div.step_title_eng, div.step_title_zh{
    padding-bottom: 12px;
    font-size: 24px;
  }  

  div.step_direction{
    font-size: 16px;
    padding: 6px 0 16px;
  }
  
  
}

/*====== 行動版 RWD | 768px ~ 1200px ======*/
@media screen and (min-width: 768px) and (max-width: 1199.98px){

div.steps_container{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
 
  div.steps_guide{
    width: 90%;
    margin-top: 20px;
    justify-content: flex-start;
    position: relative;
  }

  div.steps_intro{
    width: 660px;
    transform: translateX(45px) !important;
  }
  img.bird_guide{
    height: 60px; 
    position: absolute !important;
    left: 0;
  }  

  div.step_one_block, div.step_two_block, div.step_three_block, div.step_four_block, div.step_five_block{
    width: 90%;
    justify-content: center;
  }
  embed.step_img{
    width: 60%;
  }
  div.each_step_intro{
    padding: 0 16px;
  }

  div.step_title_eng, div.step_title_zh{
    font-size: 26px;
  }

  div.step_direction{
    font-size: 16px;
  }

}


/*====== 探索更多 ======*/

div.steps_explore_block{
  /* border: 1px solid black; */
  padding-bottom: 8px;
  margin: 0 auto 60px;
  width: 1080px;
  text-align: left;
  display: inline-block;
}

div.steps_explore_block > div.steps_explore_info{
  padding-bottom: 1rem;
  line-height: 180%;
  letter-spacing: 0.04em;
}


/*====== 行動版 RWD | 320px ~ 768px ======*/
@media screen and (min-width: 320px) and (max-width: 767.98px){
  div.steps_explore_block{
    width: 100%;
    text-align: center;
    margin: 0 auto 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

/*====== 行動版 RWD | 768px ~ 1200px ======*/
@media screen and (min-width: 768px) and (max-width: 1199.98px){
  div.steps_explore_block{
    width: 100%;
    text-align: center;
    margin: 0 auto 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }


}

/*====== 加入社群 ======*/

div.index_community{
  margin: 0 auto;
  width: 1080px;
  /* border: 1px solid red; */
}

div.community_info{
  text-align: center;
  display: block;
  width: 100%;
  margin: 0 auto;
}

div.community_info_title{
  border-bottom: 1px solid #4C535B;
  width: 600px;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
div.community_info_content{
  margin: 0 auto;
  padding: 20px 0;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 200%;
}
br.-break1{
  display: none;
}

embed.img_slide{
  width: 320px;
  min-width: 300px;
}
embed.img_slide::after{
  content: '';
  background: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.carousel{
  width: 100%;
  margin: 0 auto;
}
.carousel_box{
  margin: 0;
  text-align: center;
  position: relative;

}
.carousel_container{
  width: 1080px;
  margin: 20px auto 60px;
}
.slcik-list.draggable{
  width: 100%;
  margin: 0 auto;
}
button.slick-prev.slick-arrow{
  left: 0px;
  z-index: 1;
  width: 30px;
  height: 30px;
}
button.slick-next.slick-arrow{
  right: 0px;
  width: 30px;
  height: 30px;
}
.slick-prev.slick-arrow:before, .slick-next.slick-arrow:before{
  color: #616870;
  display: block;
  font-size: 30px;
  padding-top: 3px;
} 

  /*====== 行動版 RWD | 320px ~ 414px ======*/
  @media screen and (min-width: 320px) and (max-width: 413.98px){

    div.index_community{
      width: 100%;
    }
    div.community_info{
      width: 100%;
    }
    div.community_info_title, div.community_info_content{
      width: 80%;
    }

    div.community_info_title{
      font-size: 24px;
    }

    div.community_info_content{
      font-size: 16px;
    }

    br.-break1{
      display: block;
    }

    div.carousel_container{
      max-width: 100vw;
      width: 100%;
      overflow: hidden;
      /* border: 1px solid red; */
    }
    .carousel_box{
      margin: 0 auto;
    }

    embed.img_slide{
      max-width: 360px;
    }
  }  

  /*====== 行動版 RWD | 414px ~ 570px ======*/  
  @media screen and (min-width: 414px) and (max-width: 569.98px){

    div.index_community{
      width: 100%;
    }
    div.community_info{
      width: 100%;
    }
    div.community_info_title, div.community_info_content{
      width: 80%;
    }

    div.community_info_title{
      font-size: 26px;
    }

    br.-break1{
      display: block;
    }

    div.carousel_container{
      max-width: 100vw;
      width: 100%;
      overflow: hidden;
      /* border: 1px solid red; */
    }
    .carousel_box{
      margin: 0 auto;
    }

    embed.img_slide{
      max-width: 360px;
    }

  }

  /*====== 行動版 RWD | 570px ~ 768px ======*/  
  @media screen and (min-width: 570px) and (max-width: 767.98px){
    div.index_community{
      width: 100%;
    }
    div.community_info{
      width: 100%;
    }
    div.community_info_title, div.community_info_content{
      width: 80%;
    }

    div.community_info_title{
      font-size: 26px;
    }

    br.-break1{
      display: none;
    }

    div.carousel_container{
      max-width: 100vw;
      width: 100%;
      overflow: hidden;
      /* border: 1px solid red; */
    }
    .carousel_box{
      margin: 0 auto;
    }

    embed.img_slide{
      max-width: 360px;
    }
    
  }

  /*====== 行動版 RWD | 768px ~ 1200px ======*/  
  @media screen and (min-width: 768px) and (max-width: 1199.98px){
    div.index_community{
      width: 100%;
    }
    div.community_info{
      width: 100%;
    }
    div.community_info_title, div.community_info_content{
      width: 80%;
    }
    div.carousel_container{
      max-width: 100vw;
      width: 100%;
      overflow: hidden;
      /* border: 1px solid red; */
    }
    .carousel_box{
      margin: 0 auto;
    }

    embed.img_slide{
      width: 320px;
    }
  }
  


  /*====== 夢想地圖 回饋與評價 ======*/
  
  div.comments_banner{
    min-width: 1200px;
    height: 570px;
    background-image: linear-gradient(90deg, #FFFFFF 1.49%, rgba(60, 100, 177, 0.5) 91.49%);;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
  }
  
  div.index_comments{
    width: 1080px;
  }
  
  div.index_comments_title, div.hear_their_comments{
    text-align: left;
    padding: 10px 0;
  }
  
  div.index_comments_title{
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.1em;
    width: 100%;
  }
  
  div.hear_their_comments{
    letter-spacing: 0.1em;
    width: 125px;
    border-bottom: 1px solid black;
    line-height: 90%;
    margin-bottom: 30px;
  }
  
  div.comments_container_top, div.comments_container_middle, div.comments_container_bottom{
    padding: 25px 0;
    width: 100%;
  }
  
  a.comment_link{
    padding: 10px 25px;
    text-decoration: none;
    color: black;
    background-color: white;
    border-radius: 30px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 0 5px;
    letter-spacing: 0.04em;
  }
  
  a.comment_link:hover{
    color: white;
    background-color: #2869D1;
  }
  


  /*====== 行動版 RWD | 320px ~ 414px ======*/
  @media screen and (min-width: 320px) and (max-width: 413.98px){

    div.comments_banner{
      min-width: 100%;
      height: auto;
      flex-direction: column;
      align-items: center;
    }
    div.index_comments{
      width: 90%;
      margin-top: 60px;
    }
    div.index_comments_title{
      font-size: 24px;
    }

    div.hear_their_comments{
      font-size: 15px;
    }

    div.comments_container_top{
      margin-top: 40px;
    }
    div.comments_container_bottom{
      margin-bottom: 40px;
    }
    div.comments_container_top, div.comments_container_middle, div.comments_container_bottom{
      display: flex;
      flex-direction: column;
      width: 100%;
      padding: 0;
    }
    a.comment_link{
      /* width: 80%; */
      margin-bottom: 25px;
      font-size: 15px;
    }

  }  
  
  /*====== 行動版 RWD | 414px ~ 768px ======*/  
  @media screen and (min-width: 414px) and (max-width: 767.98px){
    div.comments_banner{
      min-width: 100%;
      height: auto;
      flex-direction: column;
      align-items: center;
    }
    div.index_comments{
      width: 90%;
      margin-top: 60px;
    }
    div.index_comments_title{
      font-size: 24px;
    }
    div.comments_container_top{
      margin-top: 40px;
    }
    div.comments_container_bottom{
      margin-bottom: 40px;
    }
    div.comments_container_top, div.comments_container_middle, div.comments_container_bottom{
      display: flex;
      flex-direction: column;
      width: 100%;
      padding: 0;
    }
    a.comment_link{
      /* width: 80%; */
      margin-bottom: 25px;
      font-size: 15px;
    }
  }


  /*====== 行動版 RWD | 768px ~ 1200px ======*/  
  @media screen and (min-width: 768px) and (max-width: 1199.98px){
    div.comments_banner{
      min-width: 100%;
      height: auto;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    div.index_comments{
      width: 90%;
      margin-top: 60px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    div.index_comments_title{
      font-size: 26px;
      text-align: center;

    }
    
    div.comments_container_top{
      margin-top: 20px;
    }
    div.comments_container_bottom{
      margin-bottom: 40px;
    }
    div.comments_container_top, div.comments_container_middle, div.comments_container_bottom{
      display: flex;
      flex-direction: column;
      width: 80%;
      padding: 0;
    }
    a.comment_link{
      /* width: 80%; */
      margin-bottom: 25px;
      font-size: 15px;
    }
  }  
  
  /*====== 加入行列 ======*/
  
  div.index_bottom_block{
    /* border: 1px solid black; */
    width: 1080px;
    margin: 0 auto;
    text-align: center;
    position: relative;
  }
  
  div.join_us_slogan{
    padding-top: 50px;
    padding-bottom: 40px;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  
  button.join{
    background-color: #2869D1;
    padding: 6px 18px 8px;
    border-radius: 8px;
    color: white;
    text-decoration: none;
    text-align:center;
    letter-spacing: 0.1em;
    font-size: 16px;
    margin-top: -20px;
    width: 120px;
    
  }
  
  button.join:hover{
    box-shadow: 1px 2px 2px 0px #00000040;
    color: white;
  }
  
  div.bird_stand{
    width: 80%;
    margin: 0 auto;
    position: relative;
    text-align: left;
    transform: translateY(27%);
  }
  
  img.standing_bird{
    width: 130px;
  }
  

  /*====== 行動版 RWD | 320px ~ 768px ======*/  
  @media screen and (min-width: 320px) and (max-width: 768px){
    div.index_bottom_block{
      width: 100%;
    }
    div.join_us_slogan{
      font-size: 16px;
      width: 90%;
      margin: 0 auto;
    }
    
    img.standing_bird{
      width: 100px;
      transform: translateY(4px);
    }
  } 


  /*====== 行動版 RWD | 768px ~ 1200px ======*/  
  @media screen and (min-width: 768px) and (max-width: 1199.98px){

    div.index_bottom_block{
      width: 100%;
    }
    div.join_us_slogan{
      font-size: 16px;
    }
    
    img.standing_bird{
      width: 100px;
      transform: translateY(4px);
    }

  }   
