@charset "UTF-8";
div p b {
  color: #f67656;
}

table {
  width: 100%;
  border: 1px solid #ced4da;
  border-top: 2px solid #f67656;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: .25rem;
  font-size: 14px;
}

@media (min-width: 768px) {
  table {
    font-size: 1rem;
  }
}

table thead {
  background: #343a40;
  color: #fff;
  display: none;
}

@media (min-width: 768px) {
  table thead {
    display: table-header-group;
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem;
  }
}

table tr {
  display: block;
  padding: 0 1rem;
  border-top: 2px solid #f67656;
}

table tr:nth-child(even) {
  background: #f9fafb;
}

@media (min-width: 768px) {
  table tr {
    display: table-row;
  }
}

table tr th, table tr td {
  display: block;
  padding: .4rem .4rem;
  border-bottom: 1px solid #ced4da;
}

table tr th:nth-last-child(1), table tr td:nth-last-child(1) {
  border-bottom: transparent;
}

@media (min-width: 768px) {
  table tr th:nth-last-child(1), table tr td:nth-last-child(1) {
    border-bottom: 1px solid #ced4da;
  }
}

@media (min-width: 768px) {
  table tr th, table tr td {
    border-bottom: 1px solid #ced4da;
    display: table-cell;
    padding: .7rem 1rem;
  }
}

table tr th b, table tr td b {
  display: block;
  color: #f67656;
}

@media (min-width: 768px) {
  table tr th b, table tr td b {
    display: none;
  }
}

@media (min-width: 768px) {
  table tr:nth-last-child(1) td {
    border-bottom: transparent;
  }
  table tr:nth-last-child(1) td:nth-child(1) {
    border-bottom-left-radius: .25rem;
  }
  table tr:nth-last-child(1) td:nth-last-child(1) {
    border-bottom-right-radius: .25rem;
  }
}

table tbody tr:nth-child(odd) {
  background: #fff;
}

.tableBox {
  background: #fff;
  border-radius: .25rem;
  border: 1px solid #ced4da;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 2px solid #f67656;
}

.tableBox li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: .7rem 1rem;
  border-bottom: 1px solid #ced4da;
  font-size: 14px;
}

@media (min-width: 576px) {
  .tableBox li {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .tableBox li {
    padding: .7rem 2rem;
  }
}

.tableBox li:nth-child(odd) {
  background: #f9fafb;
}

.tableBox li:nth-last-child(1) {
  border-bottom: unset;
}

.tableBox li b {
  color: #f67656;
  width: 45%;
}

@media (min-width: 992px) {
  .tableBox li b {
    width: 50%;
  }
}

.tableBox li span {
  width: 55%;
}

@media (min-width: 992px) {
  .tableBox li span {
    width: 50%;
  }
}

.tableBox li.tableHeader {
  background: #343a40;
}

.tableBox li.tableHeader b {
  color: #fff;
  font-size: 1rem;
  text-align: left;
}

.tableBox li.tableHeader span {
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
}

ul.ulDefaultLiWidthSet li b {
  width: 55%;
}

@media (min-width: 992px) {
  ul.ulDefaultLiWidthSet li b {
    width: 50%;
  }
}

ul.ulDefaultLiWidthSet li span {
  width: 45%;
}

@media (min-width: 992px) {
  ul.ulDefaultLiWidthSet li span {
    width: 50%;
  }
}

ul.ulDefault {
  font-size: 14px;
  padding-left: 32px;
}

@media (min-width: 576px) {
  ul.ulDefault {
    font-size: 1rem;
  }
}

ul.ulDefault li {
  list-style: korean-hanja-informal;
  line-height: 1.875;
  padding-bottom: .5rem;
  text-align: justify;
  text-justify: distribute;
}

ul.ulDefault li a {
  color: inherit;
  border-bottom: solid 1px #ffa07f;
}

ul.ulDefault li a:hover {
  color: #FFFFFF;
  background: #ffa07f;
}

ul.ulDefault li b {
  color: #f67656;
}

ul.ulDefaultDiscSet li {
  list-style: disc;
}

ul.ulDefaultDiscSet li b {
  color: #f67656;
}

ul.ulDefaultNoLiSet {
  font-size: 14px;
  padding-left: 0;
}

@media (min-width: 576px) {
  ul.ulDefaultNoLiSet {
    margin: 0 auto;
  }
}

@media (min-width: 576px) {
  ul.ulDefaultNoLiSet {
    font-size: 1rem;
  }
}

ul.ulDefaultNoLiSet li {
  text-align: center;
  list-style: none;
}

ul.ulDefaultNoLiSet li b {
  color: #f67656;
  display: block;
}

@media (min-width: 576px) {
  ul.ulDefaultNoLiSet li b {
    display: inline;
  }
}

ul.ulDefaultNoLiSet li b::after {
  content: ':';
  padding: 0 .4rem 0 .2rem;
  font-weight: blod;
  color: #f67656;
}

.tableColorSet {
  border-top: 2px solid #343a40;
}

@media (min-width: 768px) {
  .tableColorSet {
    border-top: 2px solid #f67656;
  }
}

.tableColorSet li b {
  display: block;
}

.tableColorSet li:nth-child(odd) {
  background: #fff;
}

@media (min-width: 768px) {
  .tableDefaultWidthSet th:nth-child(1) {
    width: 20%;
  }
}

@media (min-width: 1200px) {
  .tableDefaultWidthSet th:nth-child(1) {
    width: 15%;
  }
}

@media (min-width: 768px) {
  .tableDefaultWidthSet th:nth-child(2) {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .tableDefaultWidthSet th:nth-child(2) {
    width: 55%;
  }
}

@media (min-width: 768px) {
  .tableDefaultWidthSet th:nth-child(3) {
    width: 30%;
  }
}

@media (min-width: 1200px) {
  .tableDefaultWidthSet th:nth-child(3) {
    width: 35%;
  }
}

@media (min-width: 768px) {
  .tableDefaultWidthSet tr:nth-child(1) td span::before {
    content: '一、';
  }
  .tableDefaultWidthSet tr:nth-child(2) td span::before {
    content: '二、';
  }
}

.tableDefaultWidthSet tr td b {
  color: inherit;
}

.tableDefaultWidthSet tr td:nth-child(1) b {
  display: inline-block;
  color: #f67656;
}

.tableDefaultWidthSet tr td:nth-child(1) b::after {
  content: ':';
  margin: 0 .4rem 0 .2rem;
}

@media (min-width: 768px) {
  .tableDefaultWidthSet tr td:nth-child(1) b {
    display: none;
  }
}

.tableDefaultWidthSet tr td:nth-child(1) span {
  color: #f67656;
  font-weight: bold;
  font-size: 1rem;
}

.tableDefaultWidthSet tr td .tableContent span::before {
  content: '';
}

.tableDefaultWidthSet tr td .tableContent b {
  color: #f67656;
}

ul.ulDefaultBreak b {
  display: block;
}

ul.ulDefaultBreak b::after {
  content: ':';
  margin: 0 .4rem 0 .2rem;
}