@charset "utf-8";

.custom_about .tit_logo {height:80px;}
.custom_about .desc_box {padding-bottom:100px;}
.custom_about .desc_box .tit_line { border-top:1px solid #f8b231; }
.custom_about .desc_box .tit_line .tit { display:inline-block; position:relative; color:#006760; padding-top:15px; padding-bottom:50px; }
.custom_about .desc_box .tit_line .tit:before { content:""; position:absolute; top:-7px; left:0; background-color:url(''); width:100%; height:7px; }

.custom_about .halfWrap {display:flex; flex-wrap:wrap;}
.custom_about .halfWrap .halfImg {width:550px; height:auto; background-color:#f2f2f2; border-radius:20px; padding:40px 30px;}
.custom_about .halfWrap .halfTxt {width:calc(100% - 550px); padding-top:20px; padding-left:50px;}

.custom_about .halfWrap .order1 {order:1;}
.custom_about .halfWrap .order2 {order:2;}
.custom_about .halfWrap ul.iconUl{}
.custom_about .halfWrap ul.iconUl li {display:flex; align-items:center; justify-content:center; position:relative; width:100%; background-color:#fff; margin-bottom:35px; border-radius:15px; padding:20px 30px; }
.custom_about .halfWrap ul.iconUl li:last-child { margin-bottom:0; }
.custom_about .halfWrap ul.iconUl li::after {content:""; position:absolute; bottom:-25px; left:50%; transform:translateX(-50%); background-image:url('./bttmArrwo.svg'); background-size:cover; width:30px; height:15px;  }
.custom_about .halfWrap ul.iconUl li:nth-child(3)::after {content:""; position:absolute; bottom:-28px; left:50%; transform:translateX(-50%);  background-image:url('./bttmArrwo2.svg'); background-size:cover; width:30px; height:22px;  }
.custom_about .halfWrap ul.iconUl li:last-child::after { background:none; }
.custom_about .halfWrap ul.iconUl li .icon {margin-left:-20px;}
.custom_about .halfWrap ul.iconUl li .icon img {height:60px;}
.custom_about .halfWrap ul.iconUl li .txt {margin-left:30px;}
.custom_about .halfWrap ul.iconUl li:last-child .txt {margin-left:0; text-align:center;}
.custom_about .halfWrap ul.iconUl li:last-child img {padding-top:15px;}

.custom_about .desc_cont .imgsec {display:flex;flex-wrap:wrap; justify-content:space-between;}
.custom_about .desc_cont .imgsec .imgWrap {width:30%; text-align:center;}
.custom_about .desc_cont .imgsec .imgWrap img {width:100%;}
.custom_about .desc_cont .imgsec p {padding-top:15px;}

@media screen and (max-width:1024px){
  .custom_about .halfWrap .halfImg {width:400px; padding:40px 30px;}
  .custom_about .halfWrap .halfTxt {width:calc(100% - 400px); padding-left:50px;}
}

@media screen and (max-width:768px){
  .custom_about .desc_cont .imgsec .imgWrap {width:48%; margin-bottom:20px;}
  .custom_about .desc_cont .imgsec .imgWrap:last-child {margin-bottom:0;}
  
  .custom_about .halfWrap .halfImg {width:100%; padding:40px 30px;}
  .custom_about .halfWrap .halfTxt {width:100%; padding-top:0; padding-left:0;}
  .custom_about .halfWrap .order1 {order:2;}
  .custom_about .halfWrap .order2 {order:1;}
}
@media screen and (max-width:560px){
  
}

@media screen and (max-width:480px){
  .custom_about .desc_cont .imgsec .imgWrap {width:100%;}
}