.h4-tit01 {padding: 0 0 36px}
.con-box {padding: 0 0 80px}
.table td.text-center { text-align: center; }
.td-list-center { text-align: center; }
.td-list-center .ul-type-dot > li { display: block; width: 100%; padding-left: 0 !important; margin-bottom: 8px; }
.td-list-center .ul-type-dot > li:before { display: none !important; }
.td-list-center .ul-type-dot > li span { display: inline-block; position: relative; padding-left: 14px; text-align: left; font-size: 15px; color: #444; line-height: 1.5; font-weight: 500; vertical-align: middle; }
.td-list-center .ul-type-dot > li span:before { content: ""; position: absolute; left: 0; top: 9px; width: 3px; height: 3px; background-color: #333; }
.td-list-center .ul-type-dot > li:last-child { margin-bottom: 0; }
.td-list-center .ul-type-dot > li > ul { margin-top: 8px; margin-bottom: 0px; }
.td-list-center .ul-type-dot > li > ul > li { margin-bottom: 4px; }
.td-list-center .ul-type-dot > li > ul > li:last-child { margin-bottom: 0; }
.overview-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.overview-card { display: flex; background-color: #ed903f14; border-radius: 5px; min-height: 171px; max-height: 171px; padding: 30px 30px 41px; }
.overview-card .card-icon { width: 100px; height: 100px; background-color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-right: 25px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03); }
.overview-card .card-icon img { width: auto; max-width: 55px; height: auto; }
.overview-grid .overview-card:nth-child(2) .card-icon img { width: 57px; height: 57px; max-width: none; }
.overview-card .card-info { flex: 1; padding-top: 19px; }
.overview-card .card-info .tit { margin-bottom: 20px; color: #ed903f; font-weight: 700; font-size: 20px; line-height: 100%; letter-spacing: -2%; vertical-align: middle; }
.overview-card .card-info .desc { color: #333; font-weight: 500; font-size: 15px; line-height: 100%; letter-spacing: -2%; vertical-align: middle; }
.overview-card .card-info .ul-type-dot li { color: #333; padding-bottom: 0; font-weight: 500; font-size: 15px; line-height: 100%; letter-spacing: -2%; vertical-align: middle; }
.overview-card .card-info .ul-type-dot li + li { margin-top: 12px; }
@media (max-width: 1024px) {
  .overview-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .overview-card { padding: 20px; flex-direction: row; text-align: left; min-height: auto; max-height: none; align-items: flex-start; }
  .overview-card .card-icon { margin-right: 15px; margin-bottom: 0; width: 60px; height: 60px; }
  .overview-card .card-icon img { max-width: 35px; }
  .overview-grid .overview-card:nth-child(2) .card-icon img { width: 35px; height: 35px; }
  .overview-card .card-info { padding-top: 0; }
  .overview-card .card-info .tit { font-size: 17px; margin-bottom: 10px; line-height: 1.2; }
  .overview-card .card-info .desc { font-size: 14px; }
  .overview-card .card-info .ul-type-dot li { font-size: 14px; }
  .ul-type-dot > li:before { top: 6px; }
}