html {
  scroll-behavior: smooth;
}

.visual_wrap {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 700px;
  max-height: 100svh;
  padding: 0;
  margin: 0;
  background:var(--bs-primary);
  overflow: hidden !important;
}
.visual_wrap .page_down {
  position: absolute;
  bottom: 13%;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 20;
}
.visual_wrap .page_down:hover {
  animation-name: bounce;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.visual_wrap .swiper {
  width: 100%;
  height: 100% !important;
  padding: 0;
  margin: 0;
  z-index: 1;
  overflow: hidden !important;
}
.visual_wrap .swiper-slide {
  width: 100%;
  height: 100% !important;
  padding: 0;
  margin: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.2s;
  overflow: hidden !important;
}
.visual_wrap .swiper-pagination {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  bottom: 5%;
  left: 0;
  height: 25px;
  width: 100%;
  padding: 0 5%;
  margin: auto;
}
.visual_wrap .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: transparent;
  border: 1px dashed rgb(255, 255, 255);
  opacity:.6;
  transition-duration:.3s;
}
.visual_wrap .swiper-pagination-bullet-active {
  width: 25px;
  height: 25px;
  background: transparent;
  border: 3px dotted rgb(255, 208, 0);
  opacity:1;
  transition-duration:.7s;
  transform: rotate( 360deg );
}
.visual_wrap .swiper-button-prev,
.visual_wrap .swiper-button-next {
  display: none;
}
.visual_wrap .swiper-slide .bg {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1);
  transition: 0.5s;
  position: relative;
  overflow: hidden !important;
}
.visual_wrap .swiper-slide .bg::after {  
  position: absolute;
  content:'';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 30%);
  z-index:2;
}
.visual_wrap .swiper-slide .ca_wrap {
  display: flex;
  gap: 1rem;
  position: absolute;
  bottom: 10%;
  left: 50%;
  padding: 0;
  margin: 3rem auto 0 auto;
  opacity: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: 0.5s;
}
.visual_wrap .swiper-slide .ca_wrap img {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.visual_wrap .swiper-slide .ca_wrap > div:hover img {
  margin-top: -2rem;
  padding-bottom: 2rem;
}
.visual_wrap .swiper-slide .ca_wrap h2 {
  font-family: system-ui, -apple-system, "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  color: #fff;
  letter-spacing: 0;
  padding: 0;
  margin: 1rem 0 0 0;
}
.visual_wrap .swiper-slide .ca_wrap p {
  font-family: "Jost", "Roboto", system-ui, -apple-system, "Noto Sans",
    sans-serif;
  font-size: 0.9rem;
  color: rgb(255, 255, 255, 0.5);
  padding: 0;
  margin: 0;
}
.visual_wrap .swiper-slide .text_wrap {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: absolute;
  top: 50%;
  left: 10%;
  width: 50%;
  text-align: left;
  color: #fff;
  word-break: keep-all;
  word-wrap: break-word;
  transition: 0.5s;
  transform: translateY(-50%);
  z-index: 2;
}
.visual_wrap .swiper .text_wrap h1 {
  font-weight: 700;
  font-size: 4rem;
  color: #fff;
  margin-top: 3rem;
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.visual_wrap .swiper .text_wrap h1 strong {
  font-size: 5rem;
}
.visual_wrap .swiper .text_wrap .con {
  position: relative;
  font-weight: 400;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 1);
  line-height: 120%;
  padding: 0.5rem 0 0 0;
  margin: 2rem 0 0 0;
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.visual_wrap .swiper .text_wrap .con strong {
  display: block;
  font-weight: 600;
}
.visual_wrap .swiper .text_wrap .con2 {
  position: relative;
  font-weight: 300;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 120%;
  padding: 1rem 0 0 0;
  margin: 2rem 0 0 0;
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.visual_wrap .swiper .text_wrap .bt {
  padding-top: 4rem;
  margin-top: 3rem;
  opacity: 0;
}
.visual_wrap .swiper .text_wrap a {
  font-weight: 400;
  font-size: 0.8rem;
  color: var(--bs-gray-700);
  background-color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 1.5rem;
  padding: 0.5rem 2rem;
  transition: all 0.2s;
}
.visual_wrap .swiper .text_wrap a:hover {
  color: #fff;
  background-color: var(--bs-sub);
  border: 1px solid var(--bs-sub);
}
.visual_wrap .swiper-slide .img_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0;
  opacity: 0;
  transition: all 0.3s ease-out;
  z-index: 1;
}
.visual_wrap .swiper-slide-active .bg {
  transform: scale(1.18);
  transition-duration: 2s;
  transition-delay: 2.5s;
  overflow: hidden;
}
.visual_wrap .swiper-slide-active .ca_wrap {
  opacity: 1;
  margin-top: 0;
  transition-duration: 1s;
  transition-delay: 1.5s;
}
.visual_wrap .swiper-slide-active .text_wrap h1 {
  opacity: 1;
  margin-top: 0;
  transition-duration: 1s;
  transition-delay: 0.5s;
}
.visual_wrap .swiper-slide-active .text_wrap .con {
  opacity: 1;
  margin-top: 0;
  transition-delay: 1s;
  transition-duration: 1s;
}
.visual_wrap .swiper-slide-active .text_wrap .con2 {
  opacity: 1;
  margin-top: 0;
  transition-delay: 1.5s;
  transition-duration: 1s;
}
.visual_wrap .swiper-slide-active .text_wrap .bt {
  opacity: 1;
  margin-top: 0;
  transition-delay: 1.5s;
  transition-duration: 1s;
}
.visual_wrap .swiper-slide-active .img_wrap {
  opacity: 1;
  right: 2rem;
  transition-delay: 1.5s;
  transition-duration: 1s;
}
@media (max-width: 1200px) {
  .visual_wrap .swiper-slide .img_wrap img {
    width: 80%;
  }
}
@media (max-width: 991.98px) {
  .visual_wrap {
    min-height: 80svh;
    max-height: 80svh;
  }
  .visual_wrap .swiper-slide .img_wrap img {
    /* width: 70%; */
    /* transform: scale(0.8); */
  }
  .visual_wrap .swiper-slide-active .img_wrap {
    right: 0;
  }
  .visual_wrap .swiper-slide .text_wrap {
    top: 40%; 
  }
  .visual_wrap .swiper-slide .ca_wrap {
    width: 98%;
    gap: 0.5rem;
  }
  .visual_wrap .swiper-slide .ca_wrap img {
    width: 100%;
  }
  .visual_wrap .swiper-slide .ca_wrap h2 {
    font-size: 0.9rem;
  }
  .visual_wrap .swiper-slide .ca_wrap p {
    font-size: 0.7rem;
  }
}
@media (max-width: 767.98px) {
  .visual_wrap {
    min-height: 100svh;
    max-height: 100svh;
  }
  .visual_wrap .swiper-slide .ca_wrap {
    width: 95%;
    bottom: 20%;
  }
  .visual_wrap .swiper-slide .text_wrap {
    width: 90%;
    top: 40%; 
    left: 5%;
    padding:0 1rem;
  }
  .visual_wrap .swiper-slide .text_wrap h1 {    
    font-size: 2.0rem;
    font-weight: 800;
  }
  .visual_wrap .swiper-slide .text_wrap h1 strong {
    font-size: 2rem;
  }
  .visual_wrap .swiper-slide .text_wrap > div {
    width: 100%;
  }
  .visual_wrap .swiper-slide .text_wrap .con {
    width: 100%;
    padding: 0.5rem 0 0 0;
    font-size: 1rem;
  }
  .visual_wrap .swiper-slide .text_wrap .con2 {
    width: 100%;
    font-size: 0.95rem;
  }
  .visual_wrap .swiper-slide .text_wrap .con2 br{
    display: none;
  }
  .visual_wrap .swiper .text_wrap .bt {
    padding-top: 2.5rem;
  }
  .visual_wrap .swiper-slide .img_wrap {
    bottom: -20%;
  }
  .visual_wrap .swiper-slide .img_wrap img {
    width: 100%;
    /* transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5); */
  }
  .visual_wrap .swiper-slide-active .img_wrap {
    bottom: 0;
    right: 0;
    justify-content: center;
    text-align: center;
    padding-left: 0;
    margin: 0 auto;
  }
  .visual_wrap .page_down {
    display: none;
  }
}



.product_wrap{
  position: relative;
  width: 100%;
  min-height: 500px;
  padding: 100px 0;
  margin: 0 auto;
}
.product_wrap .box{
  display: flex;
  justify-content: space-between;
  gap: 7rem;
  width: 100%;
  max-width: 1100px;
  padding: 0;
  margin: 0 auto;
}
.product_wrap .box>.tt_wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1.5rem;
  color: var(--bs-sub);
  max-width: 25%;
}
.product_wrap .box>.tt_wrap .tt {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-weight: 200;
  font-size: 2.6rem;
  line-height: 1.2;
  color: var(--bs-sub);
}
.product_wrap .box>.tt_wrap .tt span {
  font-weight: 800;
}
.product_wrap .box>.tt_wrap .con {
  position: relative;
  font-weight: 200;
  font-size: 1.3rem;
  line-height: 1.2;
  color: var(--bs-gray-600);
  padding-top: 3rem;
}
.product_wrap .box>.tt_wrap .con span {
  font-weight: 600;
  color: var(--bs-gray-800);
}
.product_wrap .box>.tt_wrap .con::before {
  position: absolute;
  content:'';
  top: -0.5rem;
  left: 0;
  width: 1px;
  height: 2.5rem;
  background: var(--bs-gray-300);
}
.product_wrap .box .bt_wrap{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.product_wrap .box .bt_wrap a{
  width: max-content;
  padding: 0.5rem 1.5rem;
  font-size: 0.85rem;
  color: var(--bs-primary);
  border:1px solid rgba(var(--bs-primary-rgb),0.2);
  border-radius: 0.3rem;
  transition: all 0.2s;
}
.product_wrap .box .bt_wrap a:hover{
  background: rgba(var(--bs-primary-rgb),1);
  color: #fff;
}

.product_wrap .prod_wrap{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4rem;
  padding: 0;
  margin: 0;
}
.product_wrap .prod_wrap .prod{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  width: 100%;
  padding: 0;
  margin: 0;
  /* border-radius: 1.5rem;
  background: rgba(var(--bs-primary-rgb), 0.07); */
}
.product_wrap .prod_wrap .prod .tt{
  position: relative;
  font-size: 1.35rem;
  font-weight: 500;
  padding: 0;
  margin: 0;
  width: 100%;
}
.product_wrap .prod_wrap .prod .tt span{
  font-size: 1.3rem;
  font-weight: 600;
  background: #fff;
  padding: 1rem 1rem 1rem 0;
}
.product_wrap .prod_wrap .prod .tt::before{
  position: absolute;
  content:'';
  left: 10%;
  top: 50%;
  width: 90%;
  height: 1px;
  background: rgba(var(--bs-primary-rgb),0.3);
  z-index: -1;
}
.product_wrap .prod_wrap .prod .pic_wrap{
  display: flex;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
}
.product_wrap .prod_wrap .prod .pic{
  width: calc(50% - 0.25rem);
  overflow: hidden;
}
.product_wrap .prod_wrap .prod .pic img{
  width: 100%;
  transition: all 0.3s ease;
}
.product_wrap .prod_wrap .prod .pic:hover img{
  transform: scale(1.16);
}
@media (max-width: 767.98px) {
  .product_wrap{
    padding: 40px 14px 70px 14px;
  }
  .product_wrap .box{
    flex-direction: column;
    gap: 4rem;
    padding: 0;
  }
  .product_wrap .box>.tt_wrap{
    gap: 0.5rem;
    max-width: 100%;
  }
  .product_wrap .box>.tt_wrap .tt {
    font-size: 1.5rem;
  }
  .product_wrap .box>.tt_wrap .tt span {
    font-size: 1.8rem;
  }
  .product_wrap .box>.tt_wrap .con {
    padding-top: 0;
    font-size: 1.0rem;
  }
  .product_wrap .box>.tt_wrap .con::before {
    display: none;
  }
  .product_wrap .box .bt_wrap{
    flex-direction: row;
    padding-top: 1.5rem;
  }
  .product_wrap .prod_wrap{
    flex-direction: column;
  }
  .product_wrap .prod_wrap .prod{
    width: 100%;
  }
  .product_wrap .prod_wrap .prod .tt{
    font-size: 1.25rem;
  }
  .product_wrap .prod_wrap .prod .pic_wrap{
    flex-direction: column;
  }
  .product_wrap .prod_wrap .prod .pic{
    width: 100%;
  }
}





.biz_wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6rem;
  width: 100%;
  padding: 150px 10%;
  margin: 0 auto;
  text-align: center;
  transition: all 0.2s;
  background: rgb(0, 0, 0, 0.5);
}
.biz_wrap::before{  
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url('/img/main_biz.jpg?v=1');
  background-size: cover;
  z-index: -1;
}
.biz_wrap .tt_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.biz_wrap .tt_wrap .tt {
  font-weight: 200;
  font-size: 3.6rem;
  color: #fff;
  line-height: 1.1;
}
.biz_wrap .tt_wrap .tt span {
  font-weight: 800;
}
.biz_wrap .tt_wrap .con {
  font-size: 0.85rem;
  font-weight: 300 !important;
  color: #fff;
}
.biz_wrap .tt_wrap .con span{
  font-size: 1.0rem;
  font-weight: 600;
}
.biz_wrap .bt_wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.biz_wrap .bt_wrap a{
  /* border-radius: 2rem; */
  padding: 0.7rem 3rem;
  font-size: 0.8rem;
  color: #fff;
  background: rgba(var(--bs-primary-rgb), 0.9);
  transition: all 0.2s;
}
.biz_wrap .bt_wrap a:hover{
  padding: 0.7rem 5rem;
}
@media (max-width: 767.98px) {
  .biz_wrap {
    padding: 80px 5%;
    background: rgb(0, 0, 0, 0.4);
  }
  .biz_wrap .tt_wrap .tt {
    font-size: 2.2rem;
  }
  .biz_wrap .tt_wrap .con {
    font-size: 0.7rem;
  }
  .biz_wrap .bt_wrap{
    gap: 1rem;
  }
  .biz_wrap .bt_wrap a{
    padding: 0.7rem 2.5rem;
  }
  .biz_wrap .bt_wrap a:hover{
    padding: 0.7rem 2.5rem;
  background: rgba(var(--bs-primary-rgb), 1);
  }
}


.equip_wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 6rem 0;
  margin: 0 auto;
  background: var(--bs-sub);
}
.equip_wrap .product_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  width: 100%;
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}
.equip_wrap .product_box .title {
  width: 100%;
  padding: 0;
  margin: 0;
}
.equip_wrap h1 {
  font-weight: 600;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
}
.equip_wrap p {
  font-weight: 500;
  font-size: 0.85rem;
  color: #a8a8a8;
}
.equip_wrap .swiper_prod {
  width: 100%;
  max-width: 1140px;
  padding: 1rem 0 4rem 0;
  margin: 0;
}
.equip_wrap .swiper-slide {
  width: 350px;
  /* background: #fff; */
  overflow: hidden;
}
.equip_wrap .swiper-scrollbar{
  width: 50%;
  left: 0px;
  bottom: 20px;
  /* background-color: var(--bs-gray-900); */
}
.equip_wrap .swiper-scrollbar-drag{
  background: var(--bs-primary);
}
.equip_wrap .swiper-button-prev,
.equip_wrap .swiper-button-next {
  top: auto;
  bottom: 0;
  width: 40px;
  height: 40px;
  border: 1px solid var(--bs-primary);
  border-radius: 50%;
}
.equip_wrap .swiper-button-prev {
  left: 0px;
}
.equip_wrap .swiper-button-next {
  left: 45px;
}
.equip_wrap .swiper-button-prev::after,
.equip_wrap .swiper-button-next::after{
  font-size: 1rem;
  font-weight: 800;
  color: var(--bs-primary);
}
.equip_wrap .items {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition-duration: 1s;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  /* cursor: pointer; */
}
.equip_wrap .items .pic {
  position: relative;
  width: 340px;
  aspect-ratio: 2 / 1.2; /* 1:1 비율 지정 */
  /* background: #f6f6f6; */
  text-align: center;
  /* mix-blend-mode :multiply; */
  /* border-radius: 1rem; */
  overflow: hidden;
}
.equip_wrap .items .pic::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f6f6f6;
  border-radius: 50%;
  mix-blend-mode :multiply;
  transition: all .2s;
}
.equip_wrap .items:hover .pic::after {
  background: #f1f5f8;
}
.equip_wrap .items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .2s;
}
.equip_wrap .items:hover img{
  transform: scale(1.16);
}
.equip_wrap .items .con {
  width: 100%;
  height: 100%;
  padding: 2rem 1rem;
  margin: 0;
  background: #fff;
}
.equip_wrap .items .con .name {
  font-size: .9rem;
  color: #222;
  text-align: center;
  word-break: keep-all;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  transition: all .2s;
}
.equip_wrap .items:hover .con .name {
  /* font-size: .95rem;
  font-weight: 600; */
  color: var(--bs-primary);
}

@media (max-width: 1199.98px) {
  .equip_wrap .swiper-button-prev {
    left: 0px;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .equip_wrap .swiper-button-next {
    left: auto;
    right: 0px;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
@media (max-width: 991.98px) {
  .equip_wrap .product_box {
    padding: 0 1rem 1rem 1rem;
  }
}
@media (max-width: 767.98px) {
  .equip_wrap {
    padding: 5rem 1rem;
  }
  .equip_wrap .product_box {
    padding: 0 0 1rem 0;
  }
  .equip_wrap .product_box p {
    font-size: 0.85rem;
    line-height: 1.1;
  }
  .equip_wrap .items {
    flex-direction: column;
  }
  .equip_wrap .items .pic {
    width: 100%;
  }
  .equip_wrap .items .con .name {
    padding: 0 1rem;
  }
}

@media (max-width: 575.98px) {
  .equip_wrap {
    padding: 3rem 1rem;
  }
  .equip_wrap .product_box .name {
    font-size: 1.4rem;
  }
  .equip_wrap .swiper-button-next,
  .equip_wrap .swiper-button-prev {
    display: none;
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
  }
  .equip_wrap .swiper-scrollbar{
    width: 90%;
    left: 0px;
    /* bottom: 20px; */
  }
  .equip_wrap .items .con {
    padding: 1rem 0.2rem;
  }
  .equip_wrap .items .con .name {
    font-size: 1rem;
    font-weight: 500;
  }
}


.com_wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5rem;
  width: 100%;
  min-height: 500px;
  background: rgba(var(--bs-primary-rgb), 0.05);
  padding: 100px 15px;
  margin: 0 auto;
  text-align: center;
  transition: all 0.2s;
}
/* .com_wrap::after {
  position: absolute;
  content:'';
  left: 0;
  bottom: -60px;
  width: 100%;
  height: 100%;
  background-image: url('/img/main_prod.png?v=2');
  background-repeat: no-repeat;
  background-size: 20% auto;
  background-position: left bottom;
}
@media (max-width: 1100px) {
  .com_wrap::after {
    display: none;
  }
} */
.com_wrap .tt_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.1;
}
.com_wrap .tt_wrap .tt {
  font-weight: 800;
  font-size: 3.6rem;
  color: var(--bs-sub);
  line-height: 1.1;
}
.com_wrap .tt_wrap span {
  font-size: 1.2rem;
  font-weight: 400;
}
.com_wrap .icons{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  gap: 1.5rem;
  width: 100%;
  max-width: 1100px;
  padding: 0;
  margin: 0 auto;
}
.com_wrap .icons>div{
  width: 20%;
  padding: 2.0rem;
  margin: 0 auto;
  border:1px solid rgba(var(--bs-primary-rgb),0.1);
  transition: all 0.3s;
}
.com_wrap .icons>div:hover{
  background: #fff;
  border-radius: 1rem;
}
.com_wrap .icons h6{
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--bs-sub);
  padding: 2rem 0 0 0;
  margin: 0;
}
.com_wrap .icons p{
  font-weight: 400;
  font-size: .85rem;
  color: var(--bs-sub);
  line-height: 1.4;
  word-break: keep-all;
  word-wrap: break-word;
  padding: 1rem 0 0 0;  
  margin: 0;
}
.com_wrap .icons img{
  width: 100%;
  max-width: 50px;
  transition: all 0.5s;
}
.com_wrap .icons>div:hover img{
  transform: scale(0.85);
}
@media (max-width: 991.98px) {
  .com_wrap .icons{
    width: 100%;
    gap: 0.5rem;
  }
  .com_wrap .icons>div{
    padding: 2rem 1rem;
  }
}
@media (max-width: 767.98px) {
  .com_wrap {
    gap: 2rem;
    width: 100%;
    min-height: auto;
    padding: 70px 15px;
  }
  .com_wrap .tt_wrap {
    padding: 0 1rem;
  }
  .com_wrap .tt_wrap .tt {
    font-size: 2.0rem;
  }
  .com_wrap .tt_wrap span {
    font-size: 0.9rem;
    line-height: 1.1;
  }
  .com_wrap .icons{
    flex-direction: column;
    gap: 0.5rem;
  }
  .com_wrap .icons>div{
    display: flex;    
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 1.5rem 1rem;
  }
  .com_wrap .icons .pic{
    width:15%;
  }
  .com_wrap .icons .con{
    width: 80%;
    text-align: left;
    padding: 0 0 0 2rem;
  }
  .com_wrap .icons h6{
    font-size: 1.2rem;
    padding: 0;
  }
  .com_wrap .icons p{
    padding: .5rem 0 0 0;  
    font-size: .9rem;
  }
  .com_wrap .icons p br{
    display: none;
  }
}



.main_blank {
  height: 100px;
}
@media (max-width: 991.98px) {
  .main_blank {
    display: none;
  }
}






footer {
  border:none;
}