section{
    min-height: 100vh;
    width: 100%;
    overflow-x: hidden;
  }
  
  a{
      color: #5f9aa0;
      text-decoration: none;
  }
  
  .section_camp_purpose{
      background-image: url('/cefcamp/images/bible/17/sky.jpeg');
      background-position: center;
      background-size: cover;
      height: 50vh;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  .section_camp_purpose_text{
      padding: 0 20%;
      color: #5f9aa0;
      line-height: 26px;
      text-align: center;
  }
  
  .text_em{
      font-weight: 700;
      color: #0e5d71;
  }

  .section_brief_box{
      background-image: url('/cefcamp/images/bible/2026/bg2-2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .section_brief{
  min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  
  .brief_text_box{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    margin: 0 30px 0 0;
    line-height: 26px;
  }
  
  .brief_text_title{
    padding: 10px 0;
    font-size: 1.4rem;
    color: #1a73a0;
    font-size: 2rem;
    -webkit-text-stroke-color: black;
    font-weight: 700;
  }
  
  .promote_pic_01{
    width: 50%;
    min-height: 100vh;
    background-image: url('/cefcamp/images/bible/2026/13.jpg');
    background-position: center;
    background-size: cover;
    padding-left: 30px;
  }
  
  .title_main{
      color: #565656;
      font-size: 1.8rem;
      font-weight: 700;
      letter-spacing: 0.1rem;
      margin: 0 0 15px 0;
  
  }
  
  .brief_text_title_dash{
      font-weight: 600;
      color: #e37e23;
      margin-right: 5px;
      font-size: 1.5rem;
  }
  
  .brief_text{
    text-align: right;
    padding: 0 0 15px 20%;
    color: #352f36;
  }
  
  .brief_text_sub{
      color: #a9a9a9;
      padding: 0 0 10px 20%;
      text-align: right;
  }
  
  .red_text{
      color: #95172c;
  }
  
  .title_left, .text_left{
    text-align: left;
  }
  
  .text_left{
      padding: 0 20% 10px 0;
  }
  
  .brief_text_box_left{
    align-items: flex-start;
    margin: 0 0 0 30px;
  
  }
  
  .yt_box{
    width: 100vw;
    height: 56.2vw;
  }
  
  iframe{
    width: 100vw;
    height: 56.2vw;
  }
  
  .pray_btn{ 
    /* margin: 10px 10px; */
    width: 120px;
    height: 45px;
    border-radius: 20px;
    /* margin: 15px; */
    /* padding: 15px; */
    border: .1px solid #ffffff;
    background: rgba(255, 255, 255, .4);
    backdrop-filter: blur(10px);
    box-shadow: 5px 5px 20px 3px rgba(119, 119, 119, .6);
    font-size: 1.2rem;
    font-weight: 600;
    display: flex;
    color: #1a73a0;
    justify-content: center;
    align-items: center;
  }
  
  .pray_btn:hover{
    box-shadow: 5px 5px 20px 1px rgba(0, 0, 0, .6);
    transition-duration: .4s;
    /* color: #38c590; */
    font-weight: 700;
    background: rgba(255, 255, 255, .8);
    cursor: pointer;
  }
  
  .btn_bottom{
      margin-bottom: 25px;
  }
  
  .btn_right{
      margin-right: 0;
  }
  
  .pray_btn_box{             
      display: flex;
      justify-content: flex-end;
      align-items: flex-end;
      flex-direction: column;
      margin: 10px 0;
  }

  .pray_btn_box_2{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
  }

  .pray_btn_2{ 
    /* margin: 10px 10px; */
    width: 150px;
    height: 45px;
    
  }

  .pray_btn_3{
    width: 160px;
  }









  @media screen and (max-width: 1177px){
    .btn_right{
      margin-right: 10px;
    }

    .pray_btn_box{
      margin-right: -10px;
    }
}

  @media screen and (max-width: 1000px){
    .pray_btn_box_2{
    flex-direction: column;
  }
}

  
  @media screen and (max-width: 611px){
      .pray_btn{
          /* margin: 10px 0 10px 10px; */
      }
  }
  
  
  @media screen and (max-width: 585px){
    .section_brief{
      flex-direction: column-reverse;
      min-height: 30vh;
    }
  
    .section_brief_02{
      flex-direction: column;
    }
  
    section{
      min-height: 30vh;
      /* overflow-x: auto; */
    }
  
    .brief_text_box{
      width: 90%;
      min-height: 30vh;
    }
  
    .promote_pic_01{
      width: 100%;
      min-height: 50vh;
    }
  
    .brief_text_box{
      padding: 25px 0 25px 0;
      align-items: flex-start;
      margin: 0 auto;
      min-height: 50vh;
    }
  
    .text_left{
      padding: 0 0 10px 20%;
    }
  
    .brief_text{
      text-align: left;

    }
  
    .brief_text_title{
      text-align: left;
      font-size: 1.6rem;
    }
  
    .pray_btn_box{
        /* padding: 0 0 10px 20%; */
      text-align: left;
      width: 100%;
    }

    .pray_btn_box_2{
      /* flex-direction: row; */
    }
  
  }





  /* 帽T訂購 */

  .shirt_main_container{
    max-width: 1000px;
    margin: 0 auto 70px auto;
  }

  .shirt_upper_box{
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .shirt_upper_box_1{

  }

  .shirt_upper_box div{
    width: 50%;
    aspect-ratio: 1/1.6;
  }

  .shirt_pic_1{
    background: url('/cefcamp/images/bible/2026/shirt/4.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .shirt_pic_2{
    background: url('/cefcamp/images/bible/2026/shirt/3.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .shirt_pic_3{
    background: url('/cefcamp/images/bible/2026/shirt/5.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .shirt_pic_4{
    background: url('/cefcamp/images/bible/2026/shirt/2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
    
  .shirt_title{
    font-size: 50px;
    font-weight: 600;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 9px;
    top: 00px;
    left: 50%;
    transform: translateX(-50%);
    writing-mode: vertical-lr;
    text-orientation: upright;
    color: #ffffff;
    text-shadow: 4px 4px 5px rgba(0, 0, 0, .3);
  }

  .shirt_pic_5{
    width: 100%;
    aspect-ratio: 1/.71;
    background: url('/cefcamp/images/bible/2026/shirt/image1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .shirt_text{
    font-size: 18px;
    text-align: center;
    margin: 15px 0 10px 0;
  }

  .shirt_text_co{
    font-weight: 600;
    font-size: 24px;
  }

  .shirt_pic_6{
    width: 100%;
    aspect-ratio: 1/.7;
    background: url('/cefcamp/images/bible/2026/shirt/image7.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .shirt_order_box{
    width: 100%;
    margin: 20px 0 10px 0;
    text-align: center;
  }

  .shirt_order_text{
    font-size: 22px;
    font-weight: 600;
  }

  .shirt_order_text_price{
    font-size: 18px;
    color: #878787;
    margin: 0 0 15px 0;
  }

  .shirt_pic_box{
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .shirt_pic_5_1{
    width: 100%;
    aspect-ratio: 1/.71;
    background: url('/cefcamp/images/bible/2026/shirt/image3.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .shirt_order_text_1{
    color: #1a73a0;
    margin: 0 0 10px 0;
  }

  .shirt_order_chechbox_box{
    text-align: left;
    width: 130px;
    margin: 0 auto;
  }

  .shirt_check_btn{
    width: 120px;
    height: 45px;
    border-radius: 20px;
    margin: 35px auto 15px auto;
    /* border: 2px solid #1a73a0; */
    background: #1a73a0;
    backdrop-filter: blur(10px);
    box-shadow: 5px 5px 20px 3px rgba(119, 119, 119, .4);
    font-size: 1.2rem;
    font-weight: 600;
    display: flex;
    color: #ffffff;
    justify-content: center;
    align-items: center;
  }

  .shirt_check_btn:hover{
    background: #ffffff;
    color: #0e5d71;
    transition: .4s;
    cursor: pointer;
  }

@media screen and (max-width: 500px){
  .shirt_title {
    justify-content: flex-start;
    top: 32%;
    font-size: 32px;
}

.shirt_pic_box{
  flex-direction: column;
}

.shirt_order_text_1{
  margin: 0 10px 10px 10px;
}
}

