@charset "utf-8";

*{box-sizing: border-box;}
.mb-0{margin-bottom: 0 !important;}
.pb-0{padding-bottom: 0 !important;}

.page-section{
  width: 100%;
  margin-bottom: 100px;
}

.success-con{
  width: 100%;
  padding-top: 50px;
  margin-top: 60px;
  border-top: 1px solid #3e4c59;
}
.success-con > h3{
  font-size: 30px;
  color: #000;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 800;
}
.success-wrap{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.success-box{
  display: block;
  width: 24%;
  padding: 30px 20px;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 15px;
  transition: .3s;
}
.success-box > span{
  display: inline-block;
  min-width: 100px;
  padding: 10px;
  border-radius: 30px;
  background-color: #017ad4;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  transition: .3s;
  margin-bottom: 30px;
}
.success-box > h3{
  font-size: 20px;
  color: #121212;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4;
  transition: .3s;
}
.success-box > p{
  font-size: 13px;
  color: #121212;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.6;
  margin-bottom: 30px;
  transition: .3s;
}
.success-box > h5{
  font-size: 13px;
  font-weight: 700;
  width: 100%;
  padding: 7px 15px;
  color: #fff;
  transition: .3s;
  margin-top: 5px;
  background-color: #017ad4;
}
.success-box:hover{
  background-color: #017ad4;
}
.success-box:hover > span{
  background-color: #fff;
  color: #000;
}
.success-box:hover > h3, .success-box:hover > p{
  color: #fff;
}
.success-box:hover > h5{
  background-color: #fff;
  color: #000;
}
@media(max-width:1199px){
  .success-con{
    padding-top: 30px;
    margin-top: 40px;
  }
  .success-con > h3{
    font-size: 24px;
    margin-bottom: 20px;
  }
  .success-wrap{
    flex-direction: column;
  }
  .success-box{
    width: 100%;
    margin-bottom: 10px;
    padding: 20px;
  }
  .success-box > span{
    margin-bottom: 1rem;
  }
  .success-box > h3{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .success-box > p{
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .success-box > h5{
    padding: 7px 10px 5px;
  }

}

.banner{
  width: 100%;
  height: 530px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner::after{
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.40) 50%, rgba(0, 0, 0, 0.00) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.banner-caption{
  width: 100%;
  padding: 0 55px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.banner-caption > h5{
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 1rem;
}
.banner-caption > h3{
  font-size: 45px;
  font-weight: 900;
  margin-bottom: 1rem;
}
.banner-caption > p{
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}
.banner-caption > p > span{
  font-weight: 700;
}
@media(max-width:1199px){
  .banner{
    height: 330px;
  }
  .banner::after{
    width: 100%;
    height: 55%;
    background: linear-gradient(1800deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.40) 50%, rgba(0, 0, 0, 0.00) 100%);
    top: auto;
    bottom: 0;
  }
  .banner-caption{
    padding: 15px;
    transform: translateY(0);
    top: auto;
    bottom: 0;
  }
  .banner-caption > h5{
    font-size: 13px;
    margin-bottom: 10px;
  }
  .banner-caption > h3{
    font-size: 24px;
    margin-bottom: 10px;
  }
  .banner-caption > p{
    font-size: 16px;
    line-height: 1.4;
  }
}

.page-tit{
  width: 100%;
  padding: 90px 15px;
  border-radius: 12px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(107deg, var(--color-grey-98, #F8F9FA) 0%, var(--color-white-solid, #FFF) 100%);
  margin-bottom: 1.5rem;
}
.page-tit::before{
  content: "";
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--color-azure-42, #0078D4) 0%, var(--color-cyan-56, #40E0D0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.page-tit > h3{
  font-size: 45px;
  color: #323130;
  font-weight: 800;
  margin-bottom: 1.5rem;
}
.page-tit > h5{
  color: #0078D4;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
}
.page-tit > h5::after{
  content: "";
  width: 100px;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.page-tit > p{
  color: #605e5c;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}
.page-tit > p > span{
  font-weight: 700;
}

.cont-tit{
  width: 100%;
  margin-bottom: 1.5rem;
}
.cont-tit.flex{
  display: flex;
  align-items: center;
}
.cont-tit > h3{
  font-size: 30px;
  font-weight: 700;
  color: #323130;
}
.cont-tit > p{
  font-size: 16px;
  color: #605e5c;
  font-weight: 400;
  margin-top: 1rem;
}
.cont-tit.flex > p{
  margin-left: 1rem;
  padding-left: 1rem;
  padding-top: 2px;
  position: relative;
  margin-top: 0;
}
.cont-tit.flex > p::before{
  content: "";
  width: 1px;
  height: 14px;
  background-color: #ccc;
  position: absolute;
  top: 4px;
  left: 2px;
}

.icon-wrap{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 14px;
}
.icon-wrap.half .icon-box{
  width: 49.5%;
}
.icon-wrap.thirds .icon-box{
  width: 32.333333%;
}
.icon-wrap.line{
  position: relative;
}
.icon-wrap.line::before{
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #0078d4 0%, #40e0d0 100%);
  position: absolute;
  top: 45%;
  left: 0;
  z-index: -1;
}
.icon-wrap.line .icon-box{
  width: 19%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 15px;
  border: 1px solid rgba(0, 120, 212, 0.10);
}
.icon-wrap.line.tp::before{
  display: none;
}
.icon-box{
  width: 100%;
  margin-bottom: 1rem;
  padding: 35px 25px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #e1dfdd;
  transition: .3s;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.icon-box::before{
  content: "";
  width: 0%;
  height: 3px;
  background: linear-gradient(90deg, #0078d4 0%, #40e0d0 100%);
  transition: .3s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.icon-box > span{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background-color: #f3f2f1;
  margin-right: 20px;
  transition: .3s;
}
.icon-wrap.line .icon-box > span{
  width: 40px;
  height: 40px;
}
.icon-box > span > svg{
  transition: .3s;
  fill: #0078D4;
}
.icon-box > h5{
  font-size: 18px;
  color: #323130;
  font-weight: 600;
}
.icon-box > p{
  color: #323130;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.icon-box > p:last-child{
  margin-bottom: 0;
}
.icon-wrap.line .icon-box > p{
  text-align: center;
  font-size: 13px;
}
.icon-box > p > span{
  display: inline-block;
  background: linear-gradient(135deg, #0078d4, #40e0d0);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: 700;
}
.icon-box:hover{
  border-color: #0078d4;
  box-shadow: 0 4px 16px rgba(0, 120, 212, 0.1);
  transform: translateY(-2px);
}
.icon-box:hover::before{
  width: 100%;
}
.icon-box:hover > span{
  background-color: #0078D4;
  transform: scale(1.05);
}
.icon-box:hover > span > svg{
  fill: #fff;
}
.icon-txt{
  width: 100%;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 1rem;
  background-color: rgba(0, 120, 212, 0.1);
  border-left: 4px solid #0078D4;
}
.icon-txt > p{
  font-size: 15px;
  font-weight: 600;
  color: #0078d4;
  margin-bottom: 10px;
  line-height: 1.6;
}
.icon-txt > p:last-child{
  margin-bottom: 0;
}

.grey-box{
  width: 100%;
  padding: 60px;
  border-radius: 16px;
  background-color: #f8f9fa;
  color: #323130;
  margin-bottom: 30px;
}
.grey-box > h5{
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.grey-box > h4{
  font-size: 24px;
  color: #0078D4;
  font-weight: 700;
  margin: 3rem 0 1.5rem;
}
.grey-box > p{
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.grey-box > p:last-child{
  margin-bottom: 0;
}
.grey-box > p > span{
  display: inline-block;
  background: linear-gradient(135deg, #0078d4, #40e0d0);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: 700;
}

.num-wrap{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.num-box{
  width: 32.33333%;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  padding: 24px;
  background-color: #f8f9fa;
  display: flex;
  align-items: center;
  transition: .3s;
}
.num-box::before{
  content: "";
  width: 0%;
  height: 2px;
  background: linear-gradient(90deg, #0078d4 0%, #40e0d0 100%);
  transition: .3s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.num-box > span{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #0078D4;
  color: #fff;
  font-size: 18px;
  margin-right: 1rem;
}
.num-box > p{
  font-size: 16px;
  color: #323130;
  font-weight: 500;
}
.num-box:hover{
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 120, 212, 0.1);
  transform: translateY(-2px);
}
.num-box:hover::before{
  width: 100%;
}

.caption-bg{
  width: 100%;
  background: linear-gradient(135deg, rgba(248, 249, 250, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%);
  backdrop-filter: blur(10px);
  padding: 80px 40px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 120, 212, 0.1);
}
.caption-bg::before{
  content: "";
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #0078d4 0%, #40e0d0 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.caption-tit{
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}
.caption-tit > h5{
  font-size: 30px;
  font-weight: 700;
  color: #323130;
}
.caption-tit > p{
  color: #605e5c;
  font-size: 16px;
  font-weight: 400;
  margin-top: 1.5rem;
}

.caption-wrap{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.caption-wrap.whole .caption-box{
  width: 100%;
}
.caption-box{
  width: calc((100% - 30px) / 2);
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(5px);
  border-radius: 0 0 12px 12px;
  border: 1px solid rgba(0, 120, 212, 0.10);
  position: relative;
  transition: .3s;
}
.caption-box::before{
  content: "";
  width: 0%;
  height: 3px;
  background: linear-gradient(90deg, #0078d4 0%, #40e0d0 100%);
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s ease;
}
.caption-box > span{
  display: flex;
  width: 40px;
  height: 40px;
  color: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #0078d4 0%, #40e0d0 100%);
  box-shadow: 0 4px 12px 0 rgba(0, 120, 212, 0.30);
  position: absolute;
  left: 25px;
  top: -20px;
  font-size: 16px;
  font-weight: 600;
  z-index: 2;
}
.caption-box > h3{
  font-size: 24px;
  color: #323130;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.caption-box > h5{
  font-size: 20px;
  color: #323130;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.caption-box > p{
  color: #323130;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 5px;
}
.caption-box > p:last-child{
  margin-bottom: 0;
}
.caption-box > p > b{
  font-weight: 700;
}
.caption-box > p > span{
  display: inline-block;
  background: linear-gradient(135deg, #0078d4, #40e0d0);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: 700;
}
.caption-box > a{
  display: inline-block;
  padding: 12px 24px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-top: 1rem;
  border-radius: 8px;
  background: linear-gradient(135deg, #0078d4 0%, #40e0d0 100%);
  transition: .3s;
}
.caption-box:hover{
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0, 120, 212, 0.15);
  border-color: rgba(0, 120, 212, 0.2);
}
.caption-box:hover::before{
  width: 100%;
}
.caption-box > a:hover{
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 120, 212, 0.3);
}
.caption-txt{
  width: 100%;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 1rem;
  background-color: #f8f9fa;
  border-left: 4px solid #0078D4;
}
.caption-txt > p{
  font-size: 15px;
  font-weight: 400;
  color: #323130;
  margin-bottom: 10px;
  line-height: 1.6;
}
.caption-txt > p:last-child{
  margin-bottom: 0;
}
.caption-txt.blue{
  background-color: rgba(0, 120, 212, 0.1);
}
.caption-txt.blue > p{
  font-size: 15px;
  font-weight: 600;
  color: #0078d4;
  margin-bottom: 10px;
  line-height: 1.6;
}
.caption-txt.blue > p:last-child{
  margin-bottom: 0;
}
.caption-etc{
  width: 100%;
  padding: 24px;
  background-color: #f8f9fa;
  border-radius: 8px;
  border: 2px solid #0078D4;
  margin-bottom: 1rem;
}
.caption-etc > h5{
  font-size: 18px;
  font-weight: 700;
  color: #0078D4;
  margin-bottom: 1.5rem;
}
.caption-etc > p{
  font-size: 16px;
  color: #323130;
  font-weight: 400;
  margin-bottom: 10px;
}
.caption-etc > p:last-child{
  margin-bottom: 0;
}

.page-img{
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 16px ;
}
.page-img img{
  width: 100%;
}
.img-caption{
  width: 100%;
  padding: 0 40px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.img-caption > h5{
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.img-caption > p{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.img-caption > p > span{
  display: inline-block;
  background: linear-gradient(135deg, #0078d4, #40e0d0);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: 700;
}

.blue-box{
  width: 100%;
  padding: 25px;
  border-radius: 8px;
  background-color: rgba(0, 120, 212, 0.10);
  text-align: center;
}
.blue-box > h5{
  font-size: 18px;
  font-weight: 700;
  color: #0078D4;
  margin-bottom: 1rem;
}
.blue-box > p{
  font-size: 16px;
  font-weight: 400;
  color: #323130;
}

.ex-bg{
  width: 100%;
  padding: 60px 30px;
  border-radius: 8px;
  border: 1px solid rgba(0, 120, 212, 0.10);
}
.ex-bg > h5{
  font-size: 18px;
  font-weight: 700;
  color: #0078D4;
  margin-bottom: 1rem;
}
.ex-bg > p{
  font-size: 18px;
  font-weight: 400;
  color: #323130;
  margin-bottom: 2rem;
}
.ex-wrap{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.ex-box{
  width: 49%;
  padding: 20px;
  border-radius: 8px;
  background-color: #f8f9fa;
  border-left: 4px solid #0078d4;
}
.ex-box > h5{
  font-size: 18px;
  font-weight: 700;
  color: #323130;
  margin-bottom: 1rem;
}
.ex-box > ul > li{
  font-size: 16px;
  font-weight: 400;
  color: #323130;
  padding-left: 10px;
  position: relative;
  margin-bottom: 12px;
}
.ex-box > ul > li:last-child{
  margin-bottom: 0;
}
.ex-box > ul > li::before{
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #0078D4;
  position: absolute;
  top: 7px;
  left: 0;
}
.ex-txt{
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background-color: rgba(0, 120, 212, 0.10);
  text-align: center;
  border: 2px solid #0078D4;
}
.ex-txt > p{
  font-size: 18px;
  font-weight: 700;
  color: #0078D4;
}

.wn-caption{
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background-color: rgba(255, 87, 87, 0.1);
  border-left: 4px solid #ff5757;
}
.wn-caption.gr{
  background-color: rgba(64, 224, 208, 0.1);
  border-left: 4px solid #40E0D0;
}
.wn-caption.bl{
  background-color: rgba(0, 120, 212, 0.1);
  border-left: 4px solid #0078D4;
}
.wn-caption.bl > h3{
  font-size: 18px;
  font-weight: 700;
  color: #0078D4;
  margin-bottom: 1.5rem;
}
.wn-caption.bl > p{
  font-size: 16px;
  font-weight: 700;
  color: #0078D4;
  margin-bottom: 1rem;
}
.wn-caption > ul > li{
  font-size: 16px;
  color: #323130;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.6;
}
.wn-caption > ul > li:last-child{
  margin-bottom: 0;
}
.wn-caption > ul > li > span{
  font-weight: 800;
}
.wn-caption.gr > h5{
  font-size: 16px;
  font-weight: 700;
  color: #0078D4;
  margin-bottom: 1rem;
}
.wn-caption.gr > p{
  font-size: 16px;
  color: #323130;
  font-weight: 400;
  line-height: 1.6;
}
.wn-caption.gr > p > span{
  font-weight: 700;
}

.work-table{
  width: 100%;
  margin-bottom: 1.5rem;
}
.work-table table{
  width: 100%;
  border: none;
  border-collapse:collapse;
  background-color: #fff;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  /* box-shadow: 0 4px 16px rgba(0, 120, 212, 0.1); */
}
.work-table table thead th{
  padding: 20px 15px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: linear-gradient(135deg, #0078d4 0%, #40e0d0 100%);
}
.work-table table tbody td{
  font-size: 15px;
  padding: 20px 15px;
  color: #323130;
  border-bottom: 1px solid #e1dfdd;
}
.work-table table tbody td span{
  font-weight: 700;
}
.work-table table tbody td ul li{
  margin-bottom: 8px;
}
.work-table table tbody td ul li:last-child{
  margin-bottom: 0;
}
.work-table table tbody td h5{
  font-weight: 800;
  font-size: 15px;
}
.work-table table tbody tr:hover{
  background-color: rgba(0, 120, 212, 0.05);
}

.case-bg{
  width: 100%;
  padding: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border: 2px solid #0078D4;
}
.case-tit, .case-cont{
  width: 100%;
  margin-bottom: 30px;
}
.case-tit > h3{
  font-size: 24px;
  color: #0078D4;
  font-weight: 700;
}
.case-cont > h5{
  font-size: 18px;
  color: #323130;
  font-weight: 700;
  margin-bottom: 1rem;
}
.case-cont > p{
  font-size: 16px;
  color: #323130;
  line-height: 1.8;
}
.case-cont > ul > li{
  font-size: 16px;
  color: #323130;
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
}
.case-cont > ul > li:last-child{
  margin-bottom: 0;
}
.case-cont > ul > li::before{
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #323130;
  position: absolute;
  top: 6px;
  left: 4px;
}
.case-cont > ul > li > span{
  font-weight: 700;
}
.case-cont > span{
  font-size: 14px;
  color: #605e5c;
  font-weight: 400;
}

.close-bg{
  width: 100%;
  padding: 60px 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border: 1px solid rgba(0, 120, 212, 0.1);
  text-align: center;
}
.close-bg > h3{
  font-size: 28px;
  color: #0078D4;
  font-weight: 700;
  margin-bottom: 20px;
}
.close-bg > p{
  font-size: 16px;
  color: #323130;
  font-weight: 400;
  line-height: 1.6;
}
.close-bg > p > span{
  font-weight: 700;
}

/* media-query */

@media(min-width:1200px){
  .d-lg-block{display: block;}
  .d-lg-none{display: none;}

  .ani.up.delay{
      transition: 1s opacity 0.2s, 1s transform 0.2s;
  }
  .ani.up.delay2{
      transition: 1s opacity 0.5s, 1s transform 0.5s;
  }
  .ani.up.delay3{
      transition: 1s opacity 0.8s, 1s transform 0.8s;
  }
  .success-box > h3{
    min-height: 56px;
  }
}

@media(max-width:1199px){
  .d-block{display: block;}
  .d-none{display: none;}

  .mo-col{
    flex-direction: column;
  }
  .mo-col.afs{
    align-items: flex-start;
  }
  .icon-box.mo-col.afs > h5{
    margin: 10px 0;
  }

  .page-section{
    margin-bottom: 70px;
  }
  .page-tit{
    padding: 50px 15px;
  }
  .page-tit > h3{
    font-size: 24px;
  }
  .page-tit > h5{
    font-size: 18px;
  }
  .page-tit > p{
    font-size: 16px;
  }

  .cont-tit.flex{
    flex-direction: column;
    align-items: flex-start;
  }
  .cont-tit > h3{
    font-size: 24px;
  }
  .cont-tit.flex > p{
    line-height: 1.4;
    padding-left: 0;
    margin-left: 0;
    padding-top: 1rem;
    margin-top: 1rem;
  }
  .cont-tit.flex > p::before{
    display: none;
  }
  .cont-tit.flex > p::after{
    content: "";
    width: 50px;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    left: 0;
    top: 0;
  }
  .icon-box{
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .icon-box > span{
    margin-bottom: 0;
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
    margin-right: 0;
  }
  .icon-box > h5{
    margin-bottom: 0;
    margin-left: 1rem;
    font-size: 16px;
  }
  .grey-box{
    padding: 30px 20px;
    margin-bottom: 20px;
  }
  .grey-box > h5{
    font-size: 20px;
    margin-bottom: 1rem;
  }
  .grey-box > p{
    font-size: 13px;
    line-height: 1.6;
  }
  .num-box{
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
  }
  .num-box > span{
    flex: 0 0 auto;
  }
  .num-box > p{
    line-height: 1.4;
  }

  .caption-bg{
    padding: 40px 20px;
  }
  .caption-tit > h5{
    font-size: 24px;
  }
  .caption-tit > p{
    line-height: 1.4;
    margin-top: 1rem;
  }
  .caption-box{
    width: 100%;
    padding: 30px 15px;
  }
  .caption-box > span{
    left: 15px;
  }
  .caption-box > h5{
    font-size: 18px;
  }
  .caption-box > p{
    font-size: 13px;
    line-height: 1.4;
  }
  .caption-box > a{
    font-size: 13px;
    margin-top: 0;
  }
  .icon-wrap.half .icon-box{
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .icon-wrap.half .icon-box > span{
    margin-bottom: 1rem;
  }
  .icon-wrap.half .icon-box > h5{
    margin-left: 0;
    margin-bottom: 1rem;
  }
  .icon-box > p{
    font-size: 13px;
    line-height: 1.4;
  }
  .icon-wrap.thirds .icon-box{
    width: 100%;
  }
  .icon-wrap.thirds .icon-box > span{
    margin-right: 1rem;
  }
  .caption-box > h3{
    font-size: 18px;
    margin-bottom: 1rem;
  }
  .caption-txt{
    padding: 15px;
  }
  .caption-txt > p{
    font-size: 11px;
    line-height: 1.4;
  }
  .icon-wrap.line .icon-box{
    width: 100%;
  }
  .icon-wrap.line .icon-box > span{
    margin-bottom: 1rem;
  }
  .icon-txt{
    padding: 15px;
  }
  .icon-txt > p{
    font-size: 13px;
    line-height: 1.4;
  }
  .caption-txt.blue > p{
    font-size: 13px;
    line-height: 1.4;
  }
  .caption-etc{
    padding: 20px;
  }
  .caption-etc > h5{
    font-size: 16px;
    margin-bottom: 1rem;
  }
  .caption-etc > p{
    font-size: 13px;
    line-height: 1.4;
  }

  .grey-box > h4{
    font-size: 18px;
    margin: 2rem 0 1rem;
  }
  .blue-box{
    padding: 20px;
  }
  .blue-box > h5{
    font-size: 16px;
    margin-bottom: 10px;
  }

  .ex-bg{
    padding: 30px 15px;
  }
  .ex-bg > p{
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 1.5rem;
  }
  .ex-wrap{
    flex-direction: column;
    margin-bottom: 0;
  }
  .ex-box{
    width: 100%;
    margin-bottom: 1rem;
  }
  .ex-box > h5{
    font-size: 16px;
  }
  .ex-box > ul > li{
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 8px;
  }
  .ex-box > ul > li::before{
    width: 3px;
    height: 3px;
  }
  .ex-txt{
    padding: 20px 10px;
  }
  .ex-txt > p{
    font-size: 13px;
  }

  .qna-caption.about{
    padding: 20px;
  }
  .qna-caption.about > h3{
    font-size: 18px;
  }
  .qna-caption.about > p{
    font-size: 13px;
    line-height: 1.4;
  }

  .ac-wrap{
    gap: 10px;
  }
  .ac-box{
    width: 100%;
    padding: 20px;
  }
  .ac-icon{
    width: 50px;
    height: 50px;
  }
  .ac-box > ul > li{
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .ac-wrap.thirds .ac-box{
    width: 100%;
  }
  .ac-icon.circle{
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }
  .ac-icon.circle > span{
    font-size: 20px;
  }

  .about-bg{
    padding: 40px 20px;
  }
  .abb-tit{
    margin-bottom: 30px;
  }
  .abb-tit > h3{
    font-size: 24px;
  }
  .abb-caption > h3{
    font-size: 20px;
    padding-left: 0;
  }
  .abb-caption > h3::before{
    display: none;
  }
  .abb-caption > h3 > span{
    padding-left: 0;
    margin-left: 0;
    padding-top: 10px;
    margin-top: 10px;
    font-size: 18px;
  }
  .abb-caption > h3 > span::before{
    width: 20px;
    height: 1px;
    top: 0;
    left: 0;
    background-color: #0078D4;
  }
  .abb-caption > p{
    line-height: 1.4;
  }
  .abb-caption{
    margin-bottom: 1rem;
  }
  .abb-wrap{
    gap: 10px;
  }
  .abb-box{
    width: 100%;
    padding: 20px;
  }
  .abb-box > span{
    flex: 0 0 auto;
    margin-right: 10px;
  }
  .abb-box > h5{
    line-height: 1.4;
    font-size: 13px;
  }

  .rm-box{
    flex-direction: column;
    padding: 20px;
    align-items: flex-start;
  }
  .rm-box > h5{
    font-size: 16px;
    margin: 10px 0;
  }
  .rm-box > p{
    font-size: 13px;
    line-height: 1.4;
  }
  .wn-caption{
    padding: 20px;
  }
  .wn-caption > ul > li{
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .ect-bg{
    padding: 30px 20px;
  }
  .ect-bg > h3{
    margin-bottom: 1rem;
  }
  .ect-wrap{
    flex-direction: column;
  }
  .ect-box{
    width: 100%;
    padding: 20px 10px;
    margin-bottom: 10px;
  }
  .ect-box:last-child{
    margin-bottom: 0;
  }
  .ect-icon{
    width: 50px;
    height: 50px;
    margin: 0 auto 1rem;
  }
  .wn-caption.gr > h5{
    margin-bottom: 10px;
  }
  .wn-caption.gr > p{
    font-size: 13px;
    line-height: 1.4;
  }
  .ar-bg{
    padding: 20px;
  }
  .ar-bg > h3{
    margin-bottom: 1rem;
  }
  .ar-wrap{
    flex-direction: column;
  }
  .ar-box{
    width: 100%;
    margin-bottom: 10px;
    padding: 20px 10px;
  }
  .ar-box:last-child{
    margin-bottom: 0;
  }
  .ar-box > span{
    margin: 0 auto 1rem;
  }

  .qna-tit{
    padding: 20px;
  }
  .qna-cont{
    padding: 20px;
  }
  .qna-cont > h3{
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .qna-cont > p{
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
  .qna-caption > h5{
    font-size: 15px;
    margin-bottom: 10px;
  }
  .qna-caption > ul > li{
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 8px;
  }
  .qna-caption > ul.list > li::before{
    width: 3px;
    height: 3px;
    top: 7px;
  }
  .qna-caption{
    margin-bottom: 1rem;
  }
  .qna-btn-wrap{
    padding: 1rem 0;
    flex-wrap: wrap;
  }
  .qna-btn-wrap > a{
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 15px;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
  }
  .qna-btn-wrap > a:last-child{
    margin-bottom: 0;
  }

  .caption-wrap.thirds .caption-box{
    width: 100%;
  }

  .work-caption{
    padding: 20px;
  }
  .work-caption > h3{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .work-caption > h5{
    font-size: 13px;
    line-height: 1.4;
  }
  .wq-bg{
    padding: 30px 15px;
  }
  .wq-cont{
    padding: 30px 20px;
    margin-bottom: 1rem;
  }
  .wqc-icon{
    width: 30px;
    height: 30px;
    margin-right: 10px;
    flex: 0 0 auto;
  }
  .wqc-tit{
    margin-bottom: 1rem;
  }
  .wqc-tit > h3{
    font-size: 18px;
  }
  .wq-cont > p{
    font-size: 13px;
    line-height: 1.4;
  }

  .am-bg{
    padding: 20px;
  }
  .am-wrap{
    gap: 10px;
  }
  .am-box{
    width: 100%;
    padding: 30px 20px;
  }
  .am-box > span{
    margin-bottom: 1rem;
  }
  .am-box > ul > li{
    font-size: 13px;
    line-height: 1.4;
  }
  .qna-caption.am > h4{
    font-size: 13px;
    line-height: 1.4;
  }

  .work-table table thead th{
    font-size: 14px;
    padding: 15px 5px;
  }
  .work-table table tbody td{
    font-size: 13px;
    line-height: 1.4;
    padding: 15px 5px;
  }
  .work-table table tbody td h5{
    font-size: 13px;
    font-weight: 700;
  }
  .work-table table tbody td ul li{
    margin-bottom: 5px;
  }

  .case-bg{
    padding: 20px;
  }
  .case-tit, .case-cont{
    margin-bottom: 20px;
  }
  .case-tit > h3{
    font-size: 20px;
  }
  .case-cont > h5{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .case-cont > p{
    font-size: 13px;
    line-height: 1.6;
  }
  .case-cont > ul > li{
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 8px;
    padding-left: 15px;
  }
  .case-cont > ul > li::before{
    width: 4px;
    height: 4px;
  }
  .wn-caption.bl > p{
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .case-cont > span{
    font-size: 13px;
    line-height: 1.4;
  }

  .close-bg{
    padding: 40px 20px;
  }
  .close-bg > h3{
    font-size: 20px;
    margin-bottom: 1rem;
  }
  .close-bg > p{
    font-size: 13px;
    line-height: 1.4;
  }
  
}
@media(max-width:600px){
  h2, h3, h5{
    line-height: 1.3;
  }
  p, li{
    line-height: 1.4;
  }
}

/* animation */

.ani.up{
    transform: translateY(100px);
    opacity: 0;
    transition: 1s;
}

.ani.up.act{
    transform: translateY(0);
    opacity: 1;
}