section{
    min-height: 100vh;
    width: 100%;
    overflow-x: hidden;
  }
  
  a{
      color: hsl(0, 0%, 49%);
  }

  .section_brief_box{
      background-image: url('/cefcamp/images/bible/2026/bg2-2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .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{
  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;
    padding: 0 30px 0 0;
    line-height: 26px;
  }
  
  .brief_text_title{
    padding: 10px 0;
    font-size: 1.4rem;
    line-height: 2.3rem;
    color: #1a73a0;
    font-size: 2rem;
    -webkit-text-stroke-color: black;
    font-weight: 700;
  }

  .brief_text_title_01{
    font-size: 1.2rem;
  }
  
  .support_pic_01{
    width: 50%;
    min-height: 100vh;
    /* border: 3px solid #0e5d71; */
    background-image: url('/cefcamp/images/bible/2026/10.jpg');
    background-position: center;
    background-size: cover;
    padding-left: 30px;
    /* background-repeat: no-repeat; */
    /* transform: translateZ(-50px) scale(2); */
    /* z-index: 3; */
    /* overflow: hidden; */
  }
  
  .support_pic_02{
    width: 50%;
    min-height: 100vh;
    /* border: 3px solid #0e5d71; */
    background-image: url('/cefcamp/images/bible/2026/11.jpg');
    background-position: center;
    background-size: cover;
    padding-right: 30px;
  }
  
  
  .support_pic_03{
    width: 50%;
    min-height: 100vh;
    /* border: 3px solid #0e5d71; */
    background-image: url('/cefcamp/images/bible/2026/12.jpg');
    background-position: center;
    background-size: cover;
    padding-right: 30px;
  }

  .support_pic_04{
    width: 50%;
    min-height: 100vh;
    /* border: 3px solid #0e5d71; */
    background-image: url('/cefcamp/images/bible/2025/pic10_1024-gau.jpg');
    background-position: center;
    background-size: cover;
    padding-right: 30px;
  }
  
  .title_main{
      /* color: #565656; */
      color: #000000;
      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 10px 20%;
    /* color: #3D6B79; */
    /* color: #5f9aa0; */
    color: #352f36;
  }
  
  .brief_text_sub{
      color: #a9a9a9;
      padding: 0 0 10px 20%;
      text-align: right;
  }
  
  .red_text{
      color: #95172c;
      font-weight: 600;
  }

  .red_text_ti{
    color: #95172c;
      font-weight: 600;
      font-size: 1.2rem;
      margin: 15px 0 5px;
  }

  .red_text_ti a{
    color: #95172c;
  }

  .text_ti{
    margin-top: 15px;
  }

  .red_text_ti_1{
    margin: 0;
    color: #95172c;
      font-weight: 600;
      font-size: 1.2rem;
  }

  .recommond_text{
    padding: 1px 7px;
    color: #ffffff;
    background: #95172c;
    border-radius: 12px;
    display: inline-block;
    margin-left: 10px;
    font-size: .8rem;
  }

  .recommond_text_title{
    display: flex;
    align-items: center;
  }

  .dark_red_text{
    color: #ea1c1c;
    /* font-weight: 600; */
  }
  
  .title_left, .text_left{
    text-align: left;
  }
  
  .text_left{
      padding: 0 20% 10px 0;
  }
  
  .brief_text_box_left{
    align-items: flex-start;
    padding: 0 0 0 30px;
  
  }
  
  .yt_box{
    width: 100vw;
    height: 56.2vw;
  }
  
  iframe{
    width: 100vw;
    height: 56.2vw;
  }
  
  .pray_btn{
    width: 120px;
    height: 45px;
    border-radius: 20px;
    margin: 10px 10px 20px 10px;
    font-size: 16px;
    display: inline-block;


    border: 3px solid #000000;
    background: #ffffff;
    box-shadow: 5px 5px 20px 1px rgba(119, 119, 119, .6);
    font-size: 1.1rem;
    font-weight: 600;

    color: #000000;

  }
  
  .pray_btn:hover{
    box-shadow: 5px 5px 20px 1px rgba(119, 119, 119, .6);
    transition-duration: .5s;
    color: #38c590;
    font-weight: 700;
    border: 3px solid #38c590;
    cursor: pointer;
  }
  
  .btn_bottom{
      margin-bottom: 25px;
  }
  
  .btn_right{
      margin-right: 0;
  }
  
  .pray_btn_box{
      /* text-align: right; */
  }
  
  @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: auto;
    }
  
    .section_brief_02{
      flex-direction: column;
    }
  
    section{
      min-height: 30px;
      /* overflow-x: auto; */
    }
  
    .brief_text_box{
      width: 90%;
      height: auto;
    }
  
    .support_pic_01, .support_pic_02, .support_pic_03, .support_pic_04{
      width: 100%;
      min-height: 30vh;
    }
  
    /* .brief_pic_02{
      background-image: url('img/main_01_01.png');
    } */
  
    .brief_text_box{
      padding: 25px 0 25px 0;
      align-items: flex-start;
      margin: 0 auto;
    }
  
    .text_left{
      padding: 0 0 10px 20%;
    }
  
    .brief_text{
      text-align: left;
      /* padding: 0 0 15px 0; */
    }
  
    .brief_text_title{
      text-align: left;
      font-size: 1.6rem;
    }
  
    .pray_btn_box{
        padding: 0 0 10px 20%;
    }
  }
