@charset "UTF-8";
#management .br {
  display: none;
}
#management .top_con {
  align-items: center;
  gap: 40px;
  align-self: stretch;
}
#management .top_con .head_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}
#management .top_con .head_box::after {
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  background: #777;
  margin-top: 20px;
}
#management .top_con .head_box h4 {
  color: #16611b;
  text-align: center;
  font-family: Paperlogy;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
#management .top_con .head_box p {
  font-size: 1.444rem;
  font-weight: 500;
  line-height: 138.462%;
  word-break: keep-all;
}
#management .top_con .philo_box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}
#management .top_con .philo_box dl {
  display: flex;
  padding: 30px 50px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  border: 1px solid #ddd;
}
#management .top_con .philo_box dt {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  color: var(--color-dark_text, #222);
  text-align: left;
  font-family: Pretendard;
  font-size: 1.111rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.6px;
}
#management .top_con .philo_box dt span {
  display: inline-block;
  width: 140px;
  font-size: 1.556rem;
  font-weight: 500;
  letter-spacing: -0.84px;
}
#management .top_con .philo_box dt .safety {
  color: #357c24;
}
#management .top_con .philo_box dt .beauty {
  color: #5e4f3e;
}
#management .top_con .philo_box dt .sharing {
  color: #3769a3;
}
#management .top_con .philo_box dd::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ddd;
  margin: 10px 0;
}
#management .bot_con {
  align-items: center;
  gap: 30px;
  padding-bottom: 30px;
}
#management .bot_con .img_wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: #f2f2f2;
  position: absolute;
  left: 0;
  transform: translateY(-100%);
  z-index: -1;
}
#management .bot_con .item {
  width: 937px;
  display: flex;
  align-items: flex-start;
  padding-top: 46px;
  background: url("../img/bg_line.svg") top 11px center no-repeat;
}
#management .bot_con .item li {
  padding: 0 10px;
  flex: 1 0 0;
  position: relative;
}
#management .bot_con .item li::before {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  border-radius: 999px;
  background: #fff;
  box-sizing: border-box;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translate(-50%, -100%);
}
#management .bot_con .item li:nth-child(1)::before {
  border: 4px solid #357c24;
}
#management .bot_con .item li:nth-child(2)::before {
  border: 4px solid #5e4f3e;
}
#management .bot_con .item li:nth-child(3)::before {
  border: 4px solid #3769a3;
}
#management .bot_con .item li .title {
  display: none;
}
#management .bot_con .item li p {
  color: #222;
  line-height: 144.444%;
}

/* 미디어쿼리 */
@media (max-width: 1440px) {
  #management .br {
    display: block;
  }
}
@media (max-width: 1024px) {
  #management .top_con .philo_box {
    flex-direction: column;
  }
  #management .top_con .philo_box dl {
    width: 60%;
  }
  #management .top_con .philo_box dt,
  #management .top_con .philo_box dd {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  #management .top_con .philo_box .list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #management .bot_con .item {
    width: 100%;
    background-size: 70%;
  }
}
@media (max-width: 768px) {
  #management .top_con .philo_box dl {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #management .br {
    display: none;
  }
  #management .top_con .head_box h4 {
    font-size: 1.714rem;
  }
  #management .top_con .philo_box dl {
    padding: 30px;
  }
  #management .top_con .philo_box dt {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  #management .top_con .philo_box dt span {
    width: auto;
  }
  #management .top_con .philo_box dd {
    text-align: left;
  }
  #management .bot_con .img_wrap {
    display: none;
  }
  #management .bot_con .item {
    background: none;
    flex-direction: column;
    gap: 30px;
  }
  #management .bot_con .item li {
    width: 100%;
    background: url(../img/bg_line.svg) top 11px center no-repeat;
    background-size: 100%;
  }
  #management .bot_con .item li::before {
    position: relative;
    transform: translate(-50%);
    top: -3px;
  }
  #management .bot_con .item li .title {
    display: block;
    font-size: 1.429rem;
    font-weight: 600;
    padding: 5px 0;
  }
  #management .bot_con .item li:nth-child(1) .title {
    color: #16611b;
  }
  #management .bot_con .item li:nth-child(2) .title {
    color: #5e4f3e;
  }
  #management .bot_con .item li:nth-child(3) .title {
    color: #3769a3;
  }
}