.divider {
  width: 100%;
  height: 1px;
  background-color: #bbb; /* 선 색상 */
  margin: 8px 0 20px 0;
  /* margin: 20px 0;  */
}
.divider-x {
  width: 100%;
  height: 1px;
  background-color: #2e2e2e; /* 선 색상 */
  margin: 0; /* 위아래 여백 */
}

.t3 {
  width: 100%;
  border-left: 0px solid #bbbbbb;
  border-right: 0px solid #bbbbbb;
}
.t3 caption {
  display: none;
}
.t3 th,
.t3 td {
  padding: 10px 0px;
  border-bottom: 1px solid #e5e5e5;
}
.t3 th {
  background-color: #f7f7f7;
  color: #555555;
  border-top: 0px solid #a7b872;
  text-align: center;
}
.t3 td {
  text-align: left;
  color: #555555;
}
.t3 th:first-child {
  border-left: 0px;
}
.t3 td:first-child {
  border-left: 0px;
}
.t3 td {
  padding-left: 10px;
}
.t3 th.fst,
.t3 td.fst {
  border-top: 1px solid #f6c914;
}
.t3 th.last,
.t3 td.last {
  border-bottom: 1px solid #cccccc;
}

.sticky-div {
  z-index: 3000;
  /* width: 100%; */
  background-color: white;
  /* padding: 10px; */
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}

li .inner:hover {
  background-color: rgb(255, 228, 182);
  color: rgb(217, 120, 60);
  /* border: solid rgba(205, 92, 0, 0.479) 1px; */
}

.img_area_index {
  z-index: 1;
}
.img_area_index:hover {
  border-color: #f6c914;
  border-radius: 5px;
  border-width: 2px;
  border-style: solid;
  cursor: pointer;
  scale: 1.2;
}

.shadow-text {
  /* font-size: 2em; */
  /* color: #333; */
  text-shadow: 2px 2px 4px #313131; /* X-offset, Y-offset, blur radius, color */
}
.shadow-text-big {
  /* font-size: 2em; */
  /* color: #333; */
  text-shadow: 2px 2px 4px #908f8f; /* X-offset, Y-offset, blur radius, color */
}

/* ---------------------------------------- */
.circle-img {
  border-radius: 30px;
  border: 1px solid #999;
  /* width:140px; */
  width: 30vw;
  margin: 4px;
}

.txts {
  font-size: 0.8em;
  color: #333;
}

.text_img {
  font-size: 0.8em;
  color: grey;
  text-align: center;
}

.title_style_7a {
  /* margin-bottom: 20px; */
  font-size: 18px;
  font-weight: 400;
  color: #222;
}
.title_style_7 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  color: #444;
}
.txt-dot-box {
  margin-top: 2px;
  margin-right: 1em;
  /* margin-left: -10px; */
  text-align: center;
  background: #ff9800;
  border: 3px solid #ffdc73;
  color: #fff;
  width: 20px;
  height: 20px;
  padding: 3px;
  line-height: 22px;
  border-top-right-radius: 5%;
  border-top-left-radius: 5%;
  border-bottom-right-radius: 5%;
  border-bottom-left-radius: 5%;
  /* z-index: 1; */
}
.txt-dot {
  margin-top: 2px;
  margin-right: 1em;
  /* margin-left: -10px; */
  text-align: center;
  background: #ff9800;
  border: 3px solid #ffdc73;
  color: #fff;
  width: 20px;
  height: 20px;
  padding: 3px;
  line-height: 22px;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  /* z-index: 1; */
}
.itm-flex {
  display: flex;
}
.itm-inline {
  display: inline;
}

.three_dr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 10px;
  /* padding: 0 20px; */
  /* align-items: center;  */
}

.itm_dr3 {
  text-align: center;
  flex: 1 1 calc(28%);
  /* margin-bottom: 20px; */
  align-self: flex-start;
}

.two_imgs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 20px;
  padding: 0 20px;
  align-items: center; /* Optional: to center items vertically */
}

.itm_imgs {
  text-align: center;
  flex: 1 1 calc(70%);
  margin-bottom: 20px;
}

/* 화면 너비가 760px 이상일 때 */
@media (min-width: 760px) {
  .circle-img {
    width: 20vw;
    margin: 7px;
  }

  .txts {
    font-size: 1.1em;
  }

  .text_img {
    font-size: 1.2em;
  }

  .title_style_7a {
    font-size: 28px;
    font-weight: 500;
  }
  .title_style_7 {
    font-size: 28px;
    font-weight: 500;
  }
  .txt-dot-box {
    margin-top: 6px;
    width: 22px;
    height: 22px;
    padding: 3px;
    line-height: 26px;
    margin-left: -10px;
  }
  .txt-dot {
    margin-top: 6px;
    width: 22px;
    height: 22px;
    padding: 3px;
    line-height: 26px;
    margin-left: -10px;
  }
  .txt_area {
    text-align: center;
    padding: 5px;
    margin-bottom: 5px;
  }
  .item_bbbb ul li p,
  .item_cccc ul li p {
    text-align: center;
    font-weight: bold;
  }

  .three_dr {
    gap: 40px;
    padding: 0 20px;
  }

 
  .two_imgs {
    gap: 40px;
    padding: 0 20px;
  }

  .itm_imgs {
    text-align: center;
    flex: 1 1 calc(40%);
    margin-bottom: 20px;
  }
}
