.strength_con_box{
    width: 100%;
    padding-top: calc(1px + 3rem);
}
.strength_con{
    max-width: 1600px;
    width: 85%;
    margin: auto;
}
.position_main_box {
  width: 100%;
}
.strength_con p:nth-of-type(1){
font-family: DM_Sans-bold;
font-weight: bold;
font-size: calc(4px + 1rem);
color: #333333;
line-height: calc(20px + 2rem);
letter-spacing: 1px;

}
.strength_con p:nth-of-type(2){
font-family: DM_Sans-regular;
font-weight: 400;
font-size: calc(6px + 0.5rem);
color: #666666;
line-height: calc(10px + 1.5rem);
text-align: justified;
margin-top: calc(1px + 0.5rem);
}
.position_main_box .position_main {
  max-width: 1600px;
  width: 85%;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: calc(1px + 0.1rem);
  padding-top: calc(10px + 1.5rem);
}
.position_main_box .position_main p {
  font-family: DM_Sans-medium;
  font-weight: 500;
  font-size: calc(6px + 0.5rem);
  color: #666666;
}
.position_main_box .position_main p a {
  font-family: DM_Sans-medium;
  font-weight: 500;
  font-size: calc(6px + 0.5rem);
  color: #666666;
}
.strength_nav_box {
  width: 100%;
}
.strength_nav_box .strength_nav {
  max-width: 1600px;
  width: 85%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: calc(13px + 4rem);
}
.strength_nav_box .strength_nav .strength_nav_item {
  width: calc(80px + 5rem);
  height: calc(20px + 2rem);
  background: #F4F4F4;
  border-radius: calc(6px + 1.5rem);
}
.strength_nav_box .strength_nav .strength_nav_item a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: DM_Sans-regular;
  font-weight: 400;
  font-size: calc(6px + 0.5rem);
  color: #333333;
}
.strength_nav_box .strength_nav .strength_nav_item_act {
  background-color: #009944;
}
.strength_nav_box .strength_nav .strength_nav_item_act a {
  color: #ffffff;
}
.strength_list_box {
  width: 100%;
  padding-bottom: calc(10px + 2rem);
}
.strength_list_box .strength_list {
  max-width: 1600px;
  width: 85%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: calc(10px + 1rem);
  margin-top: calc(15px + 2rem);
}
.strength_list_box .strength_list .strength_item {
  width: 32%;
  height: calc(51px + 13rem);
  border-radius: calc(3px + 0.25rem);
}
.strength_list_box .strength_list .strength_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: calc(3px + 0.25rem);
}
@media (max-width: 1100px) {
  .position_main_box .position_main p {
    font-size: calc(10px + 1rem);
  }
  .position_main_box .position_main p a {
    font-size: calc(10px + 1rem);
  }
  .strength_nav_box .strength_nav {
    flex-wrap: wrap;
    row-gap: calc(10px + 1rem);
  }
  .strength_nav_box .strength_nav .strength_nav_item {
    width: 32%;
  }
  .strength_nav_box .strength_nav .strength_nav_item a {
    font-size: calc(10px + 1rem);
  }
  .strength_list_box .strength_list .strength_item {
    width: 48.5%;
  }
  .strength_con p:nth-of-type(1){
      font-size: calc(14px + 1rem);
  }
  .strength_con p:nth-of-type(2){
      font-size: calc(10px + 1rem);
      line-height: 1.5;
  }
}
