@import url(../reset.css);
/* .sub-wrap{
    width: 100%;
  }  */
  
  .bigImg{
      width: 100%; 
      height: 498px;
      background: url(../../images/common/sub_img_1.png) no-repeat center / cover;
  }
  
  .sub-wrap-title{
      margin-top: 60px;   
      font-size: 38px;
      font-weight: 700;
      color :#090909;
      text-align: center;
      }
  .sub-wrap-title p::after{
      content: '';
      display: block;
      width: 40px;
      height: 2px;
      margin: 5px auto;
      background-color: #090909;
  }
  .sub_navBar{
    height: 40px;  
    border-bottom: 1px solid #a0a3a3;
  }
  
  .sub_navBar_list{
     
      margin-top: 70px;
      font-size: 17px;
      font-weight: 600;
      color: #3f4243; 
      display: flex;
      justify-content:center; 
     
     
  }
  .sub_navBar_list>li{
     margin-left: 80px;
  }
   .sub_navBar_list>li>a:hover::after{
      margin: 22px auto ;
      display: block;
      content:'';
      border-bottom: 3px solid #3195d9;
      transition :  0.5s
    }

    .BI_first{
        width: 100%;
    }
    .BI_firstText{
        margin: 30px 0 70px;
    
    }
    .BI_firstText p{
        font-size: 18px;
        line-height: 35px;
       
    }


/* ë²???? */
    .menu{
        width: 100%;
        display: flex;    
        margin-bottom: 90px; 
    }  
    .menu>li{
        border: 0.5px solid #d1d1d1;
        width: 100%;
        height: 36px;
        font-size: 16px;
        color: black;
        text-decoration: none;
        text-align: center;
        padding-top: 22px;
        font-weight: 600;
    }
    
    .menu>li:hover{
        background-color: #3f87d2;
        color: #fff;
    }


/*     ?????´ì??1 */
/*???ì¹?*/
.main-distribution{
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
   
}

.txt-distribution{
    display: flex;
    justify-content: center;
    align-items: center;
   
}

.content-img{
    width: 400px;
    height: 400px;
    margin-left:150px ;
    }

/*?????¤í??*/
.d-title{
    font-size: 28px;
    font-weight: 600;
    color: #0776d3;
    /* margin-bottom: 72px; */
    
}

.title-wrap{
    position: relative;
}

.d-title::after{
    content: '';
    position: absolute;
    border-bottom: 1px solid #0776d3;
    top: 53px;
    left: 0px;
    width: 52px;
    height: 1px;
}

.d-content{
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7em;
    color: #3f4243;
    margin-bottom: 90px;
    margin-top: 70px;
}

.title-list{
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 60px;
}

.offer-list1,.offer-list2{
    position: relative;
}
.offer-list2{
    margin-bottom: 40px;
}
.offer-list{
    margin-bottom: 40px;
    position: relative;
}
.title-list::after{
    content: '';
    position: absolute;
    border-bottom: 1px solid #0776d3;
    top: 44px;
    left: 0px;
    width: 34px;
    height: 1px;
}

.system-list{
    font-size: 15px;
    color: #3f4243;
    padding-left: 18px;
  
}
.title-list{
    font-weight: 600px;
}

.system-txt{
    list-style: disc;
    line-height: 2.5em;
}

.desc-list{
    padding-bottom: 15px;
    line-height: 25px;
}
.tabMbutton{
    display: block;
    width: 100%;
    height: auto;
  }



/* page3 */

.example{
    display: flex;
    padding-top: 130px;
}
.dif_ex{
    background-color:#f2f1f1;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
}
.dif_ex_white{
    background-color:#fff;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
}

.dif_ex_content{
    width: 100%;
    max-width: 1500px;
}
.example_company img{
    width: 400px;
    height: 400px;
}

.example_company_logo img{
    width: 260px;
    height: 140px;
}
.example_company_logo,.example_company_content{
    line-height: 36px;
    margin-left: 90px;
}
.title_first,.content_first{
    font-size: 20px;
    color: #0776d3;
    font-weight: bold;
}

.title_second{
    list-style: disc;
    margin-left: 15px;
  
}
#company_Btn{
    background-color: black;
    width:400px;
    height: 60px;
    border: none;
    color: #fff;
    margin-top: 50px;
}


.tabMbutton{
    display: block;
    width: 100%;
    height: auto;
  }
  .example_company_logo{
    width: 980px;
  }
  .example_company>img{
    border: 1px solid #000000;
  }
  .wrapper-bgf{
    display: flex;
    align-items: center;
   
  }
  
  .selectButton{
  text-align: left;
  }



  .wrapper-input-1,.wrapper-input-2{
    display: flex;
    border: 1px solid #b9b8b8;
    margin-top: 15px;
    align-items: center;
    padding-left:15px;
  }
  .wrapper-bgf{
    margin-bottom: 80px;
  }
  
  .exp-1,.exp-2{
    padding: 15px 15px 0 10px;
  }
  
  input[id*='answer']{
    display: none;
  }
  input[id*='answer'] + label{
    display: block;
    margin-top: 50px;
    margin-bottom: 60px;
    color: #fff;
    font-weight: 400;
    background-color: #373737;
    cursor: pointer;
    position: relative;
    width: 400px;
    height: 60px;
    box-sizing: border-box;
    text-align: center;
    padding-top: 5px;
  }
  input[id*='answer'] + label + div{
    max-height: 0;
    transition: all .35s;
    overflow: hidden;
    font-size: 12px;
  }
  input[id*='answer'] + label + div p{
    display: inline-block;
    text-align: center;
    padding-left: 70px;
  }
  input[id*='answer']:checked + label + div{
    max-height: 800px;
    max-width: 1000px;
  }
  
  .wrapper-field{
    display: flex;
    align-items: center;
  }
  
  input[id*='apply']{
    display: none;
  }
  input[id*='apply'] + label{
    display: block;
    margin-top: 50px;
    margin-bottom: 60px;
    color: #fff;
    font-weight: 400;
    background-color: #373737;
    cursor: pointer;
    position: relative;
    width: 400px;
    height: 60px;
    box-sizing: border-box;
    text-align: center;
    padding-top: 5px;
  }
  input[id*='apply'] + label + div{
    max-height: 0;
    transition: all .35s;
    overflow: hidden;
    font-size: 10px;
  }
  input[id*='apply'] + label + div p{
    display: inline-block;
    text-align: center;
    padding-left: 57px;
  }
  input[id*='apply']:checked + label + div{
   
    max-width: 1000px;
  }
  



/* page4 */
.partners_section{
    width: 100%;
}
.partners_lists{
   text-align: center;
   margin-top: 88px;

}
.partners_list{
    margin-bottom: 220px;
}

.partners_list_title{
    font-size: 26px;
}
.partners_list_title::after{
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    margin: 17px auto;
    background-color: #090909;
}

.partner_img{
    margin: 50px auto;
   
}
.partners_url a{
    font-size: 15px;
    vertical-align: middle;
    text-align: center;
    
}
.partners_url a:hover{
    color: #3f4243;
    text-decoration: underline;
}

.main-distribution{
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    .d-content{
    word-break: keep-all;
    }
    }


