#foundation .sub_com_slide_wrapper2 .sub_com_slide_des {
  position: relative;
}
#foundation .sub_com_slide_wrapper2 .sub_com_slide_des .sub_com_slide_des_contents > p {
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Paperlogy;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 34px; /* 106.25% */
  background: var(--gradient-dark, linear-gradient(159deg, #355b94 13.89%, var(--color-primary_main_dark, #0b5b66) 121.67%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#foundation .sub_com_slide_wrapper2 .sub_com_slide_des .sub_com_slide_des_contents > span {
  color: var(--gray-700, #333);
  font-family: Pretendard;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 130% */
}
#foundation .sub_com_slide_wrapper2 .sub_com_slide_des .sub_com_slide_des_contents li > p {
  display: flex;
  gap: 10px;
}
#foundation .sub_com_slide_wrapper2 .sub_com_slide_des::after {
  content: "";
  display: block;
  width: 154px;
  height: 149px;
  position: absolute;
  left: 710px;
  bottom: 0;
  opacity: 0.2;
  background: url("../img/foundation_icon_1.svg") center no-repeat;
}
#foundation .dash_line {
  display: inline-block;
  width: 100%;
  height: auto;
  border-top: 2px dashed #ddd;
}
#foundation .f_goto_btn {
  display: flex;
  padding: 5px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-bottom: 1px solid var(--gray-600, #555);
  background: var(--gray-200, #f7f7f7);
}
#foundation .f_goto_btn > span {
  color: var(--gray-800, #111);
  text-align: center;
  font-family: Pretendard;
  font-size: 0.85rem;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 117.647% */
}
#foundation .foundation_sns {
  margin: 80px 0;
}
#foundation .foundation_sns ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  align-self: stretch;
}
#foundation .foundation_sns ul .sns_list a {
  display: flex;
  padding: 15px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  border: 1px solid var(--gray-400, #ddd);
  background: var(--gray-200, #f7f7f7);
  height: 70px;
}
#foundation .foundation_sns ul .sns_list a span {
  color: var(--gray-900, #000);
  font-family: Pretendard;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 700;
  line-height: 23px; /* 127.778% */
}

#foundation_vision .f_vision_wrap ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
#foundation_vision .f_vision_wrap ul li {
  width: 338px;
  height: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
#foundation_vision .f_vision_wrap ul li span {
  display: flex;
  width: 200px;
  padding: 5px 15px;
  justify-content: center;
  align-items: center;
  color: var(--gray-100, #fff);
  font-family: Pretendard;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 700;
  line-height: 23px; /* 127.778% */
  border-radius: 999px;
}
#foundation_vision .f_vision_wrap ul li .f_blue {
  background: #00416b;
}
#foundation_vision .f_vision_wrap ul li .f_green {
  background: var(--color-primary_main_dark, #0b5b66);
}
#foundation_vision .f_vision_wrap ul li p {
  color: var(--gray-700, #333);
  text-align: center;
  font-family: Paperlogy;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 145.455% */
  letter-spacing: -0.66px;
}
#foundation_vision .f_vision_wrap ul li:nth-child(1) {
  background: url("../img/bg_circle_left.svg") bottom center no-repeat;
  margin-right: -4px;
}
#foundation_vision .f_vision_wrap ul li:nth-child(2) {
  background: url("../img/bg_circle_center.svg") bottom center no-repeat;
}
#foundation_vision .f_vision_wrap ul li:nth-child(3) {
  margin-left: -4px;
  background: url("../img/bg_circle_right.svg") bottom center no-repeat;
}

#foundation_business .f_business_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
#foundation_business .f_business_wrap .f_business_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 30px;
  border: 2px dashed var(--gray-400, #ddd);
}
#foundation_business .f_business_wrap .f_business_box .f_business_tit {
  display: flex;
  width: 340px;
  padding: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 100px;
  align-self: stretch;
  border-radius: 30px 80px 30px 30px;
}
#foundation_business .f_business_wrap .f_business_box .f_business_tit p {
  text-align: left;
  color: var(--color-primary_dark, #1a3050);
  font-family: Paperlogy;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 130.769% */
}
#foundation_business .f_business_wrap .f_business_box .f_business_des {
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
}
#foundation_business .f_business_wrap .f_business_box .f_business_des li span {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
  color: var(--gray-800, #111);
  font-family: Pretendard;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 130% */
}
#foundation_business .f_business_wrap .f_business_box .f_business_des li span::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: #0b5b66;
  flex-shrink: 0;
  margin-top: 9px;
}
#foundation_business .f_business_wrap .f_business_box:nth-child(1) .f_business_tit {
  background: url("../img/ico_01.png") right 32px bottom 1px no-repeat, #f3f8ff;
}
#foundation_business .f_business_wrap .f_business_box:nth-child(2) .f_business_tit {
  background: url("../img/ico_02.png") right 32px bottom 1px no-repeat, #f3f8ff;
}
#foundation_business .f_business_wrap .f_business_box:nth-child(3) .f_business_tit {
  background: url("../img/ico_03.png") right 32px bottom 1px no-repeat, #f3f8ff;
}
#foundation_business .f_business_wrap .f_business_box:nth-child(4) .f_business_tit {
  background: url("../img/ico_04.png") right 32px bottom 1px no-repeat, #f3f8ff;
}
#foundation_business .f_business_wrap .f_business_box:nth-child(5) .f_business_tit {
  background: url("../img/ico_05.png") right 32px bottom 1px no-repeat, #f3f8ff;
}

@media (max-width: 1440px) {
  #foundation .sub_com_slide_wrapper2 .sub_com_slide_des::after {
    content: none;
  }
  #foundation_vision .f_vision_wrap ul li {
    width: 322px;
    height: 333px;
    background-size: contain;
  }
  #foundation_vision .f_vision_wrap ul li:nth-child(1),
  #foundation_vision .f_vision_wrap ul li:nth-child(2),
  #foundation_vision .f_vision_wrap ul li:nth-child(3) {
    background-size: contain;
  }
}
@media (max-width: 1023px) {
  #foundation .foundation_sns {
    margin: 60px 0;
  }
  #foundation_vision .f_vision_wrap ul li:nth-child(2) img {
    width: 45%;
  }
  #foundation_business .f_business_wrap .f_business_box .f_business_tit {
    width: 30%;
  }
}
@media (max-width: 960px) {
  #foundation .foundation_sns ul {
    gap: 10px;
    flex-wrap: wrap;
  }
  #foundation_vision .f_vision_wrap ul li {
    width: 306px;
    height: 318px;
    background-size: contain;
  }
  #foundation_vision .f_vision_wrap ul li:nth-child(1),
  #foundation_vision .f_vision_wrap ul li:nth-child(2),
  #foundation_vision .f_vision_wrap ul li:nth-child(3) {
    background-size: contain;
  }
}
@media (max-width: 726px) {
  #foundation_vision .f_vision_wrap ul {
    flex-direction: column;
  }
  #foundation_business .f_business_wrap .f_business_box {
    flex-direction: column;
  }
  #foundation_business .f_business_wrap .f_business_box .f_business_tit {
    width: 100%;
    border-radius: 30px 30px 0 0;
    padding: 20px;
  }
  #foundation_business .f_business_wrap .f_business_box .f_business_tit p {
    font-size: 1.2rem;
    line-height: 150%;
  }
  #foundation_business .f_business_wrap .f_business_box .f_business_des {
    padding: 20px;
    gap: 10px;
  }
  #foundation_business .f_business_wrap .f_business_box:nth-child(1) .f_business_tit {
    background: url("../img/ico_01.png") right 32px center no-repeat, #f3f8ff;
    background-size: auto 80%;
  }
  #foundation_business .f_business_wrap .f_business_box:nth-child(2) .f_business_tit {
    background: url("../img/ico_02.png") right 32px center no-repeat, #f3f8ff;
    background-size: auto 80%;
  }
  #foundation_business .f_business_wrap .f_business_box:nth-child(3) .f_business_tit {
    background: url("../img/ico_03.png") right 32px center no-repeat, #f3f8ff;
    background-size: auto 80%;
  }
  #foundation_business .f_business_wrap .f_business_box:nth-child(4) .f_business_tit {
    background: url("../img/ico_04.png") right 32px center no-repeat, #f3f8ff;
    background-size: auto 80%;
  }
  #foundation_business .f_business_wrap .f_business_box:nth-child(5) .f_business_tit {
    background: url("../img/ico_05.png") right 32px center no-repeat, #f3f8ff;
    background-size: auto 80%;
  }
}