.mb60{
  margin-bottom: 60px;
}
.mb30{
  margin-bottom: 30px;
}
.imgbox{
  text-align: center;
} 
.imgbox img{
  width: 100%;
  max-width: 100%;
}
.sub-ft1{
  font-size: 24px;
}
.sub-ft2{
  font-size: 20px;
}
.sub-ft3{
  font-size: 18px;
}
.sub-ft4{
  font-size: 16px;
  font-weight: 400;
}


.cm-con{
  margin-bottom: 60px;
}
.cm-con img{
  max-width: 100%;
}
.cm-con *{
  line-height: 1.5;
}
.cm-con:last-of-type{
  margin-bottom: 0;
}
.cm-con01 .txtbox{
  background: #f7f7f7;
  padding: 60px 40px;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
}
.cm-con01 .txtbox h3{
  font-weight: bold;
  margin-bottom: 12px;
}
.cm-con01 .txtbox p{
  font-weight: 400;
} 
.cm-con02 .con-line > li{
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 12px;
}
.cm-con02 .con-line > li:last-child{
  margin-bottom: 0;
}
.cm-con02 .con-line > li > .imgbox{
  width: 250px;
}
.cm-con02 .con-line > li > .txtbox{
  width: calc(100% - 280px);
}
.cm-con02 .con-line > li > .txtbox span{
  display: block;
  padding: 10px 20px;
  border-radius: 12px;
  background: #f7f7f7;
  font-weight: 400;
  margin-bottom: 12px;
  font-size: 20px;
}

.txtlist-cm01{
  display: flex;
  flex-wrap: wrap;
  gap: 10px; 
}
.txtlist-cm01 > li{
  position: relative;
  padding: 10px 26px;
  border-radius: 12px;
  background: #f7f7f7;
  width: calc(50% - 5px);
}
.txtlist-cm01 > li.full{
  width: 100%;
}
.txtlist-cm01 > li:last-child{
  margin-bottom: 0;
}
.txtlist-cm01 > li::before{
  content: "";
  display: block;
  position: absolute;
  top: 22px;
  left: 10px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #000;
}
.cm-con04 .con-line{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.cm-con04 .con-line > li{
  width: calc(50% - 20px);
}
.cm-con04 .con-line > li .txtbox{
  text-align: center;
  margin-top: 20px;
}
.cm-con04 .con-line > li.full{
  width: 100%;
}
.mobile{
  display: none !important;
}

@media(max-width:1024px){
  .mobile{
    display: block !important;
  }
  .pc{
    display: none !important;
  }
  .mb60{
    margin-bottom: 30px;
  }
  .mb30{
    margin-bottom: 16px;
  }
  .sub-ft1{
    font-size: 20px;
  }
  .sub-ft2{
    font-size: 18px;
  }
  .sub-ft3{
    font-size: 16px;
  }
  .sub-ft4{
    font-size: 15px;
  }

  .cm-con{
    margin-bottom: 40px;
  }
  .cm-con01 .txtbox{
    padding: 40px 20px;
    border-radius: 16px;
  }
  .cm-con01 .txtbox br{
    display: none;
  }
  .cm-con01 .txtbox h3{
    margin-bottom: 8px;
  }
  .cm-con02 .con-line > li{
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 20px;
  }
  .cm-con02 .con-line > li > .imgbox{
    width: 100%;
  }
  .cm-con02 .con-line > li > .txtbox{
    width: 100%;
  }
  .cm-con02 .con-line > li > .txtbox br{
    display: none;
  }
  .cm-con02 .con-line > li > .txtbox span{
    padding: 6px 10px;
    margin-bottom: 8px;
    font-size: 18px;
  }
  .txtlist-cm01{
    gap: 8px;
  }
  .txtlist-cm01 > li{
    padding: 7px 21px;
    width: 100%;
  }
  .txtlist-cm01 > li::before{
    top: 18px;
    width: 4px;
    height: 4px;
  }
  .cm-con04 .con-line{
    gap: 30px;
  }
  .cm-con04 .con-line > li{
    width: 100%;
  }
  .cm-con04 .con-line > li .txtbox{
    margin-top: 16px;
  }
  .cm-con04 .con-line > li .txtbox br{
    display: none;
  }
} 

.txtlist-cm02 .conbox{
  position: relative;
  width: 100%;
  padding: 24px 40px;
  border: 1px solid #f1f1f1;
  margin-bottom: 12px;
}
.txtlist-cm02 .conbox::before{
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border: 2px solid #000;
  border-bottom-color: transparent;
  border-right-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.txtlist-cm02 .conbox::after{
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border: 2px solid #000;
  border-top-color: transparent;
  border-left-color: transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
.txtlist-cm02 .conbox h3{
  font-weight: bold;
  margin-bottom: 8px;
}

.txtlist-cm03{
  display: flex;
  gap: 20px;
}
.txtlist-cm03 > .conbox{
  /* flex: 1; */
  width: calc(33.33% - (20px / 3));
}
.txtlist-cm03 > .conbox .imgbox{
  margin-bottom: 10px;
}
.txtlist-cm03 > .conbox h3{
  text-align: center;
  font-weight: bold;
}
.txtlist-cm03 > .conbox p{
  text-align: center;
  margin-top: 8px;
}
.txtlist-cm04 p{
  margin-bottom: 6px;
  position: relative;
  padding-left: 26px;
}
.txtlist-cm04 p::before{
  position: absolute;
  top: 0;
  left: 0;
  color: #0c71c7;
}
.txtlist-cm04 p:nth-child(1)::before{
  content: "①";
}
.txtlist-cm04 p:nth-child(2)::before{
  content: "②";
}
.txtlist-cm04 p:nth-child(3)::before{
  content: "③";
}

@media(max-width:1024px){
  .txtlist-cm02 .conbox{
    padding: 16px 20px;
    margin-bottom: 8px;
  }
  .txtlist-cm02 .conbox::before{
    width: 20px;
    height: 20px;
    border: 1px solid #000;
  }
  .txtlist-cm02 .conbox::after{
    width: 20px;
    height: 20px;
    border: 1px solid #000;
  }
  .txtlist-cm02 .conbox h3{
    margin-bottom: 6px;
  }

  .txtlist-cm03{
    gap: 30px 10px;
    flex-wrap: wrap;
  }
  .txtlist-cm03 > .conbox{
    flex: none;
    width: 100%;
  }
  .txtlist-cm03 > .conbox .imgbox{
    margin-bottom: 8px;
  }
  .txtlist-cm03 > .conbox p{
    margin-top: 6px;
  }
  .txtlist-cm04 p{
    margin-bottom: 4px;
    padding-left: 22px;
  }
}