.sub_tit_refund {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10vh;
    }

.sub_tit_refund .custom-disc > li {
    list-style-type: disc;
    line-height: 220%;
    margin-left: 1.5vw;
    list-style: disc !important;
}

#wrap > div.sub_tit_refund > ol > li, #wrap > div.sub_tit_refund > ol {
    list-style-type: revert !important;
    line-height: 175%;
    margin-left: 1vw;  
    list-style: revert !important;
}

hr {
  display: flex
;
  width: 20%;
  margin-left: 2vw;
  margin-top: 0;
  height: 3px;
  border: none;
  background-color: #007aff;
}

#wrap > div.sub_tit_refund > h1 {
    font-size: var(--fs35);
    font-weight: 700;
    line-height: 175%;
    letter-spacing: -0.0625rem;
    color: var(--black);
    text-align: center;
    width: 90%;
    margin-top: 2vh;
    margin-bottom: 2vh;
    margin-left: auto;
    margin-right: auto;
}

#wrap > div.sub_tit_refund > h2 {
  font-size: var(--fs25);
  font-weight: 700;
  line-height: 175%;
  letter-spacing: -0.125rem;
  color: var(--main);
  width: 90%;
  text-align: left;
  margin: 1vh 2vw 0 2vw;
}

#wrap > div.sub_tit_refund > ol, #wrap > div.sub_tit_refund > p {
    padding-left: 2vw;
    line-height: 175%;
}

table {
    line-height: 175%;
    margin-top: 5vh;
    margin-bottom: 5vh;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 0.9375rem;
    width: 60%;
    height: auto;
    border: 1px solid #e0e0e0;
    border-left: none;
    border-right: none;
    margin-left: auto;
    margin-right: auto;
}

th, td {
    line-height: 175%;
    padding: 0.4vw;
    text-align: center; 
    border: 1px solid #e0e0e0;
  }

thead {
    line-height: 175%;
    font-size: var(--fs16);
    font-weight: 700;
    background-color: var(--gray_opa7);
}

tbody {
    line-height: 175%;
    font-size: var(--fs15);
}

td:first-child {
    border-left: none; /* 첫 번째 열 왼쪽 테두리 숨기기 */
  }
  
  td:last-child {
    border-right: none; /* 마지막 열 오른쪽 테두리 숨기기 */
  }
  
  th:first-child {
    border-left: none; /* 첫 번째 열 왼쪽 테두리 숨기기 */
  }
  
  th:last-child {
    border-right: none; /* 마지막 열 오른쪽 테두리 숨기기 */
  }

  #wrap > div.sub_tit_refund > p:nth-child(10) {
    margin-left: 1vw;
    padding-left: 2vw;
    line-height: 175%;
  }

  #wrap > div.sub_tit_refund > ul,  #wrap > div.sub_tit_refund > ul > li {

    list-style-type: disc;
    line-height: 175%;
    padding-left: 2vw;
    list-style: disc !important;
  }

  #wrap > div.sub_tit_refund > ol.custom-disc > ul > li {
    list-style-type: disc;
    line-height: 175%;
    margin-left: 2.5vw;
    list-style: disc !important;
  }

  p.refund_notice {
    line-height: 250%;
    font-size: var(--fs20);
    color: var(--main);
}

p.refund_terms {
    color: var(--sub);
    font-size: smaller;
    margin-left: 3vw;
    opacity: 70%;
}

#wrap > div.sub_tit_refund > ol:nth-child(11) > li:nth-child(2) > ol > li:nth-child(1) {
    line-height: 175%;
}