.main {
    width: 100%;
    padding: 180px 20px 210px;
    max-width: 1200px;
    margin: auto;
}
.main img{
    width: 100%;
}
.dot {
    margin-bottom: 70px;
}
.banner{
    background-image: url(../../image/banner/01.jpg);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .tab{
    width: 100%;
    display: flex;
  }
  .tab .menu{
    width: 50%;
    height: 85px;
    box-sizing: border-box;
    border: 1px solid #bcbcbc;
  }

  .tab .menu p{
    line-height: 85px;
    text-align: center;
    color: #232323;
  }


  .tab .menu:nth-child(1){
    border-right: none;
  }
  .tab .menu.menu_active{
    background-color: #f4814c;
  }
  .tab .menu.menu_active P{
    color: #FFF;
  }
  



/* sec01 */
  .sec01{
    margin-top: 140px;
  }
  .left .sec01 img{
    width: 207px;
    margin-left: 25px;
  }

  .left .sec01 .top{
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 30px 0;
    letter-spacing:  -2px;
    gap: 30px;
    border-bottom: 1px solid #5893cd;
  }
  .left .sec01 .top .fz-35 span{
    color: #5893cd;
  }
  .left .sec01 .top .fz-28:nth-child(2){
    color: #a71010;
  }

  .left .sec01 .btm{
    padding: 30px 0 100px;
    letter-spacing: -3px;
  }
  .left .sec03{
    margin-top: 150px;
  }






  /* sec02 */
  .right .sec02{
    margin-top: 40px;
  }

  .right .sec03 .top,
  .right .sec03 .btm{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .right .sec03 .top {
    padding: 45px 0;
  }

  .right .imgbox{
    width: 48%;
  }
  .right .textbox{
    width: 50%;
    letter-spacing: -2px;
  }

  .right .textbox img{
    width: 35%;
  }


  .right .textbox span{
    font-weight: 600;
  }

  @media screen and (max-width: 540px){
    .main {
        width: 100%;
        padding: 40px 20px 70px;
        margin: auto;
    }
    .dot{
      margin-bottom: 40px;
    }
    .tab{
        max-width: 380px;
        margin: auto;
    }
      .tab .menu{
        height: 50px;
      }
      .tab .menu p{
        line-height: 50px;
      }
      .left .sec03{
        margin-top: 50px;
      }


    .sec01{
        margin-top: 80px;
    }
    .left .sec01 .top{
        flex-direction: column-reverse;
        align-items: end;
        margin-top: -15px;
        padding: 0px 0 10px;
        gap: 10px;
    }
    .left .sec01 img {
        width: 100px;
        margin-left: 0px;
    }
    .right .sec03 .top{
        flex-direction: column;
    }
    .right .sec03 .btm{
        flex-direction: column-reverse;
    }

    .left{
        max-width: 380px;
        margin: auto;
    }
    .right{
        max-width: 300px;
        margin: auto;
    }
    .left .sec01 .btm{
        padding: 10px 0  40px;
    }
    .right .sec03 .top{
        padding: 20px 0;
    }
    .right .imgbox{
        width: 100%;
      }
      .right .textbox{
        width: 100%;
      }
      .right .textbox img{
        width: 80px;
      }


      .sec01 .textbox .fz-35 {
        font-size: clamp(16.5px, 2.5vw, 35px);
    }



    .right .textbox {
        margin-top: 20px;
    }
    .right .textbox .fz-35 {
        font-size: clamp(18px, 2.5vw, 35px);
        margin-bottom: 10px;
    }
    .right .textbox .fz-23 {
        font-size: clamp(13.5px, 2.2vw, 23px);
    }
  }





  .cha_tab .flex_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
  .cha_tab .flex_box a{
    width: 100%;
    display: block ;
    text-align: center;
  }
  .cha_tab .flex_box .tab_back{
    padding: 5% 0;
  }
  .cha_tab .blue .tab_back{
    background-color: rgba(77, 140, 202, 0.2);
  }
  

  .cha_tab .blue a{
    color: rgb(77, 140, 202);
    border: 1px solid rgb(77, 140, 202);
  }

  .cha_tab .blue a:hover{
    background-color: #FFF;
    border: 1px solid rgb(77, 140, 202);
    font-weight: bold;
  }

  .cha_tab .red .tab_back{
    background-color: rgba(244, 128, 75, 0.2);
  }
  

  .cha_tab .red a{
    color: rgb(244, 128, 75);
    border: 1px solid rgb(244, 128, 75);
  }

  .cha_tab .red a:hover{
    background-color: #FFF;
    border: 1px solid rgb(244, 128, 75);
    font-weight: bold;
  }

  .cha_tab .green .tab_back{
    background-color: rgba(158, 205, 87, 0.1);
  }
  .cha_tab .green a{
    color: rgba(158, 205, 87);
    border: 1px solid rgb(158, 205, 87);
  }

  .cha_tab .green a:hover{
    background-color: #FFF;
    border: 1px solid rgb(158, 205, 87);
    font-weight: bold;
  }

  .cha_tab .flex_box a{
    width: 60%;
    margin: auto;
    padding: 1% 0;
    font-size: min(20px,2.5vw);
  }



  .tit{
    text-align: center;
  }
  .more_page{
    padding-top: 100px;
  }
  
  
  @media screen and (max-width: 540px){
    .cha_tab .flex_box{
      gap: 10px;
    }
    .cha_tab .flex_box .tab_back{
      padding: 10% 0;
    }
    .cha_tab .flex_box a{
      padding: 1% 0;
      font-size: min(16px,2vw);
    }
    .more_page{
      padding-top: 50px;
    }
  }





