@charset "utf-8";
.team .profile__01 {position:relative;}
.team .profile__01::before {content:""; position:absolute; top:0; width:36%; height:700px; background-color:#f5f5f5; }
    
.team .profile__01 .half_wrap {display:flex; flex-wrap:wrap; }
.team .profile__01 .half_wrap .half.half_img {width:500px; }
.team .profile__01 .half_wrap .half.half_ment {width:calc(100% - 500px); position:relative; padding-left:120px; padding-top:50px;}
.team .profile__01 span.sml_txt { position:relative; display:inline-block; font-size:3rem; color:#85ad4d; line-height:1.2em;}
.team .profile__01 span.thintxt { font-weight:400;}

.team .profile__01 .profile_img {position:relative; width:100%; height:0; padding-bottom:140%; overflow:hidden; border-radius: 20px;}
.team .profile__01 .profile_img .img_wrap {position:absolute; top:0; left:50%; transform:translate(-50%, 0); width:100%; height:100%;}
.team .profile__01 .profile_img .img_wrap img {width:100%; height:100%; object-fit:cover; }

.team .profile__01 .profile_wrap {display:flex; flex-wrap:wrap; padding-top:30px; text-align:left;}
.team .profile__01 .profile_wrap ul {width:50%;}
.team .profile__01 .profile_wrap ul li.bul{position:relative; font-size:1.8rem; padding:8px 10px 8px 15px;}
.team .profile__01 .profile_wrap ul li.bul::before {content:""; position:absolute; top:15px; left:0; width:5px; height:5px; background-color:#ddd; }


.team .imgTxt {display:flex; flex-wrap:wrap; justify-content: space-between; border-bottom:1px solid #ddd; padding:70px 0;}
.team .imgTxt .half { }
.team .imgTxt .img {width:43%;}
.team .imgTxt .img img {width:100%; border-radius:20px; overflow:hidden;}
.team .imgTxt .txt {width:53%; padding-left:100px;}

@media screen and (max-width:1024px){
  .team .profile__01 .half_ment {padding-right:60px;}
  .team .profile__01 span.sml_txt{font-size:2.4rem}
  .team .profile__01 .half_wrap .half.half_img {width:80%;}
  .team .profile__01 .half_wrap .half.half_ment {width:100%; padding-left:0; padding-top:50px;}
  .team .profile__01 .profile_img {padding-bottom:125%;}
  .team .profile__01 .profile_img .img_wrap img {height:auto;}
 
}
  @media screen and (max-width:768px){
    .team .profile__01 .half_wrap .half {width:100%;}
    .team .profile__01 .half_ment {padding-right:0;}
    .team .profile__01 .half_wrap .half.half_img {width:100%;}
    .team .profile__01 span.sml_txt{font-size:2rem}
    .team .profile__01 .profile_wrap ul {width:100%; padding-bottom:20px;}
    .team .imgTxt .half {width:100%; }
    .team .imgTxt .img {width:80%; }
    .team .imgTxt .txt {margin-top:50px; padding-left:0;}
}

@media screen and (max-width:560px){
  .team .imgTxt .img {width:100%; }
}