/*ony for one corner, use this variable several time for other corners*/
table.pi-table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: separate;
  *border-collapse: collapse;
  /* IE7 and lower */

  border-spacing: 0;
}
table.pi-table tr,
table.pi-table th,
table.pi-table td {
  border-style: solid;
  border-width: 0;
}
table.pi-table thead tr th {
  font-weight: bold;
  border-bottom-width: 2px;
}
table.pi-table tbody tr td {
  border-bottom-width: 1px;
}
table.pi-table tbody tr:last-child {
  border-bottom-width: 0;
}
table.pi-table th,
table.pi-table td {
  padding: 9px 20px 10px;
}
table.pi-table i {
  margin-right: 8px;
}
table.pi-table.pi-table-hovered tbody tr {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
table.pi-table.pi-table-complex tr {
  border-bottom-width: 1px;
}
table.pi-table.pi-table-complex thead tr th {
  border-bottom-width: 1px;
}
table.pi-table.pi-table-complex thead:first-child tr:first-child th,
table.pi-table.pi-table-complex thead:first-child tr:first-child td,
table.pi-table.pi-table-complex tbody:first-child tr:first-child td,
table.pi-table.pi-table-complex tfoot:first-child tr:first-child td {
  border-top-width: 1px;
}
table.pi-table.pi-table-complex thead:last-child tr:last-child th,
table.pi-table.pi-table-complex thead:last-child tr:last-child td,
table.pi-table.pi-table-complex tbody:last-child tr:last-child td,
table.pi-table.pi-table-complex tfoot:last-child tr:last-child td {
  border-bottom-width: 1px;
}
table.pi-table.pi-table-complex th,
table.pi-table.pi-table-complex td {
  padding: 9px 20px 10px;
}
table.pi-table.pi-table-complex th:first-child,
table.pi-table.pi-table-complex td:first-child {
  border-left-width: 1px;
}
table.pi-table.pi-table-complex th:last-child,
table.pi-table.pi-table-complex td:last-child {
  border-right-width: 1px;
}
table.pi-table.pi-round {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
table.pi-table.pi-round thead:first-child tr:first-child th:first-child,
table.pi-table.pi-round thead:first-child tr:first-child td:first-child,
table.pi-table.pi-round tbody:first-child tr:first-child td:first-child {
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}
table.pi-table.pi-round thead:first-child tr:first-child th:last-child,
table.pi-table.pi-round thead:first-child tr:first-child td:last-child,
table.pi-table.pi-round tbody:first-child tr:first-child td:last-child {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
table.pi-table.pi-round tfoot:last-child tr:last-child td:first-child,
table.pi-table.pi-round tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
}
table.pi-table.pi-round tfoot:last-child tr:last-child td:last-child,
table.pi-table.pi-round tbody:last-child tr:last-child td:last-child {
  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
}
table.pi-table.pi-table-all-borders td,
table.pi-table.pi-table-all-borders th {
  border-left-width: 1px;
}
table.pi-table.pi-table-all-borders td:last-child,
table.pi-table.pi-table-all-borders th:last-child {
  border-right-width: 1px;
}
table.pi-table.pi-table-all-borders thead:first-child tr:first-child th,
table.pi-table.pi-table-all-borders thead:first-child tr:first-child td,
table.pi-table.pi-table-all-borders tbody:first-child tr:first-child td,
table.pi-table.pi-table-all-borders tfoot:first-child tr:first-child td {
  border-top-width: 1px;
}
.pi-responsive-table-lg {
  width: 100%;
  margin-bottom: 20px;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overlow-scrolling: touch;
}
.pi-responsive-table-lg > table {
  margin-bottom: 0;
}
.pi-responsive-table-lg > table > thead > tr > th,
.pi-responsive-table-lg > table > tbody > tr > th,
.pi-responsive-table-lg > table > tfoot > tr > th,
.pi-responsive-table-lg > table > thead > tr > td,
.pi-responsive-table-lg > table > tbody > tr > td,
.pi-responsive-table-lg > table > tfoot > tr > td {
  white-space: nowrap;
}
@media (max-width: 1119px) {
  .pi-responsive-table-md {
    width: 100%;
    margin-bottom: 20px;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overlow-scrolling: touch;
  }
  .pi-responsive-table-md > table {
    margin-bottom: 0;
  }
  .pi-responsive-table-md > table > thead > tr > th,
  .pi-responsive-table-md > table > tbody > tr > th,
  .pi-responsive-table-md > table > tfoot > tr > th,
  .pi-responsive-table-md > table > thead > tr > td,
  .pi-responsive-table-md > table > tbody > tr > td,
  .pi-responsive-table-md > table > tfoot > tr > td {
    white-space: nowrap;
  }
}
@media (max-width: 991px) {
  .pi-responsive-table-sm {
    width: 100%;
    margin-bottom: 20px;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overlow-scrolling: touch;
  }
  .pi-responsive-table-sm > table {
    margin-bottom: 0;
  }
  .pi-responsive-table-sm > table > thead > tr > th,
  .pi-responsive-table-sm > table > tbody > tr > th,
  .pi-responsive-table-sm > table > tfoot > tr > th,
  .pi-responsive-table-sm > table > thead > tr > td,
  .pi-responsive-table-sm > table > tbody > tr > td,
  .pi-responsive-table-sm > table > tfoot > tr > td {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .pi-responsive-table-xs {
    width: 100%;
    margin-bottom: 20px;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overlow-scrolling: touch;
  }
  .pi-responsive-table-xs > table {
    margin-bottom: 0;
  }
  .pi-responsive-table-xs > table > thead > tr > th,
  .pi-responsive-table-xs > table > tbody > tr > th,
  .pi-responsive-table-xs > table > tfoot > tr > th,
  .pi-responsive-table-xs > table > thead > tr > td,
  .pi-responsive-table-xs > table > tbody > tr > td,
  .pi-responsive-table-xs > table > tfoot > tr > td {
    white-space: nowrap;
  }
}
@media (max-width: 479px) {
  .pi-responsive-table-2xs {
    width: 100%;
    margin-bottom: 20px;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overlow-scrolling: touch;
  }
  .pi-responsive-table-2xs > table {
    margin-bottom: 0;
  }
  .pi-responsive-table-2xs > table > thead > tr > th,
  .pi-responsive-table-2xs > table > tbody > tr > th,
  .pi-responsive-table-2xs > table > tfoot > tr > th,
  .pi-responsive-table-2xs > table > thead > tr > td,
  .pi-responsive-table-2xs > table > tbody > tr > td,
  .pi-responsive-table-2xs > table > tfoot > tr > td {
    white-space: nowrap;
  }
}
@media (max-width: 319px) {
  .pi-responsive-table-3xs {
    width: 100%;
    margin-bottom: 20px;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overlow-scrolling: touch;
  }
  .pi-responsive-table-3xs > table {
    margin-bottom: 0;
  }
  .pi-responsive-table-3xs > table > thead > tr > th,
  .pi-responsive-table-3xs > table > tbody > tr > th,
  .pi-responsive-table-3xs > table > tfoot > tr > th,
  .pi-responsive-table-3xs > table > thead > tr > td,
  .pi-responsive-table-3xs > table > tbody > tr > td,
  .pi-responsive-table-3xs > table > tfoot > tr > td {
    white-space: nowrap;
  }
}
.pi-section-white table.pi-table th {
  border-color: #586266;
  color: #586266;
}
.pi-section-white table.pi-table td {
  border-color: #e5eaea;
}
.pi-section-white table.pi-table.pi-table-zebra tbody tr:nth-child(2n-1) {
  background: #f8fafa;
}
.pi-section-white table.pi-table.pi-table-complex tr,
.pi-section-white table.pi-table.pi-table-complex td,
.pi-section-white table.pi-table.pi-table-complex th {
  border-color: #e5eaea;
}
.pi-section-white table.pi-table.pi-table-complex thead tr th {
  background: #f8fafa;
  color: #586266;
  border-color: #e5eaea;
}
.pi-section-white table.pi-table.pi-table-complex tbody tr {
  background: #ffffff;
}
.pi-section-white table.pi-table.pi-table-complex.pi-table-zebra tbody tr:nth-child(2n-1) {
  background: #ffffff;
}
.pi-section-white table.pi-table.pi-table-complex.pi-table-zebra tbody tr:nth-child(2n) {
  background: #f8fafa;
}
.pi-section-white table.pi-table.pi-table-shadow {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}
.pi-section-white table.pi-table.pi-table-all-borders th {
  border-color: #e5eaea;
}
.pi-section-grey table.pi-table th {
  border-color: #3f4551;
  color: #1c202a;
}
.pi-section-grey table.pi-table td {
  border-color: #d1d7d9;
}
.pi-section-grey table.pi-table.pi-table-zebra tbody tr:nth-child(2n-1) {
  background: #f1f3f6;
}
.pi-section-grey table.pi-table.pi-table-complex tr,
.pi-section-grey table.pi-table.pi-table-complex td,
.pi-section-grey table.pi-table.pi-table-complex th {
  border-color: #d1d7d9;
}
.pi-section-grey table.pi-table.pi-table-complex thead tr th {
  background: #e8ebf0;
  color: #1c202a;
  border-color: #d1d7d9;
}
.pi-section-grey table.pi-table.pi-table-complex tbody tr {
  background: #f8f9fb;
}
.pi-section-grey table.pi-table.pi-table-complex.pi-table-zebra tbody tr:nth-child(2n-1) {
  background: #f8f9fb;
}
.pi-section-grey table.pi-table.pi-table-complex.pi-table-zebra tbody tr:nth-child(2n) {
  background: #f1f3f6;
}
.pi-section-grey table.pi-table.pi-table-shadow {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}
.pi-section-grey table.pi-table.pi-table-all-borders th {
  border-color: #d1d7d9;
}
.pi-section-base table.pi-table th {
  border-color: #ffffff;
  color: #ffffff;
}
.pi-section-base table.pi-table td {
  border-color: #16c7c7;
}
.pi-section-base table.pi-table.pi-table-zebra tbody tr:nth-child(2n-1) {
  background: #07b7b8;
}
.pi-section-base table.pi-table.pi-table-complex tr,
.pi-section-base table.pi-table.pi-table-complex td,
.pi-section-base table.pi-table.pi-table-complex th {
  border-color: #1bcdcd;
}
.pi-section-base table.pi-table.pi-table-complex thead tr th {
  background: #0dc0c0;
  color: #ffffff;
  border-color: #20d1d1;
}
.pi-section-base table.pi-table.pi-table-complex tbody tr {
  background: #07b7b8;
}
.pi-section-base table.pi-table.pi-table-complex.pi-table-zebra tbody tr:nth-child(2n-1) {
  background: #00adb0;
}
.pi-section-base table.pi-table.pi-table-complex.pi-table-zebra tbody tr:nth-child(2n) {
  background: #07b7b8;
}
.pi-section-base table.pi-table.pi-table-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pi-section-base table.pi-table.pi-table-all-borders th {
  border-color: #16c7c7;
}
.pi-section-dark table.pi-table th {
  border-color: #c6ccd0;
  color: #c6ccd0;
}
.pi-section-dark table.pi-table td {
  border-color: #2e343a;
}
.pi-section-dark table.pi-table.pi-table-zebra tbody tr:nth-child(2n-1) {
  background: #24292f;
}
.pi-section-dark table.pi-table.pi-table-complex tr,
.pi-section-dark table.pi-table.pi-table-complex td,
.pi-section-dark table.pi-table.pi-table-complex th {
  border-color: #32383f;
}
.pi-section-dark table.pi-table.pi-table-complex thead tr th {
  background: #262c32;
  color: #c6ccd0;
  border-color: #32383f;
}
.pi-section-dark table.pi-table.pi-table-complex tbody tr {
  background: #2a3037;
}
.pi-section-dark table.pi-table.pi-table-complex.pi-table-zebra tbody tr:nth-child(2n-1) {
  background: #2a3037;
}
.pi-section-dark table.pi-table.pi-table-complex.pi-table-zebra tbody tr:nth-child(2n) {
  background: #262c32;
}
.pi-section-dark table.pi-table.pi-table-shadow {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.pi-section-dark table.pi-table.pi-table-all-borders th {
  border-color: #2e343a;
}
.pi-section-parallax table.pi-table th {
  border-color: #b1b1ba;
  color: #cbccd1;
}
.pi-section-parallax table.pi-table td {
  border-color: #242427;
}
.pi-section-parallax table.pi-table.pi-table-zebra tbody tr:nth-child(2n-1) {
  background: #1a1b1d;
}
.pi-section-parallax table.pi-table.pi-table-complex tr,
.pi-section-parallax table.pi-table.pi-table-complex td,
.pi-section-parallax table.pi-table.pi-table-complex th {
  border-color: #25252a;
}
.pi-section-parallax table.pi-table.pi-table-complex thead tr th {
  background: #212224;
  color: #cbccd1;
  border-color: #27282b;
}
.pi-section-parallax table.pi-table.pi-table-complex tbody tr {
  background: #1c1d1f;
}
.pi-section-parallax table.pi-table.pi-table-complex.pi-table-zebra tbody tr:nth-child(2n-1) {
  background: #1b1c1e;
}
.pi-section-parallax table.pi-table.pi-table-complex.pi-table-zebra tbody tr:nth-child(2n) {
  background: #1f2022;
}
.pi-section-parallax table.pi-table.pi-table-shadow {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.pi-section-parallax table.pi-table.pi-table-all-borders th {
  border-color: #242427;
}

.tpod-table table {border-top:2px solid #333; width:100%;}
.tpod-table th.tit { width:60%}
.tpod-table td.tit { width:60%; text-align:left;}
.tpod-table th {text-align:center; background-color:#f7f7f7; /*border-top:3px solid #fb8500;*/ border-bottom:1px solid #ddd; padding:10px;} /* border-top:2px solid #333; -> border-top:3px solid #fb8500; 변경 20230511 */
.tpod-table td {text-align:left;color:#2b2b2b; padding:15px; border-bottom:1px solid #eee; border-left: 1px solid #eee;}
.tpod-table td li {font-size: 16px;} /* 추가 20230512 */
.tpod-table th:first-child, td:first-child { border-left: none;} /* 추가 20230511 */
.tpod-table td a {color:#2b2b2b;}
.tpod-table td a:hover {text-decoration:underline;}

/* .tpod-table01 추가 20230512 */
.tpod-table01 table {border-top:2px solid #333; width:100%;}
.tpod-table01 th.tit { width:60%}
.tpod-table01 td.tit { width:60%; text-align:left;}
.tpod-table01 th {text-align:center; background-color:#f7f7f7; /*border-top:3px solid #fb8500;*/ border-bottom:1px solid #ddd; padding:10px;} /* border-top:2px solid #333; -> border-top:3px solid #fb8500; 변경 20230511 */
.tpod-table01 td {text-align:center;color:#2b2b2b; padding:15px; border-bottom:1px solid #eee; border-left: 1px solid #eee;}
.tpod-table01 td li {font-size: 16px;} /* 추가 20230512 */
.tpod-table01 th:first-child, td:first-child { border-left: none;} /* 추가 20230511 */
.tpod-table01 td a {color:#2b2b2b;}
.tpod-table01 td a:hover {text-decoration:underline;}

@media (max-width: 991px) {
  .tpod-table01 td {text-align:left;color:#2b2b2b;  padding:7px; border-bottom:1px solid #eee; border-left: 1px solid #eee; padding:15px;}
}
/* .tpod-table01 End */

.tpod-table-detail {border-top:2px solid #333; width:100%;}
.tpod-table-detail th.tit { width:60%}
.tpod-table-detail td.tit { width:60%; text-align:left;}
.tpod-table-detail th {text-align:left; background-color:#f7f7f7;  border-bottom:1px solid #ddd; padding:10px; width:15%; padding-left:30px;}
.tpod-table-detail td {text-align:left;color:#2b2b2b;  padding:7px; border-bottom:1px solid #eee; padding:10px;  padding-left:30px;}
.tpod-table-detail td.memo {padding:20px;}
.tpod-table-detail td a {color:#2b2b2b;}
/*.tpod-table-detail td img {width:60%; overflow:hidden;}*/
.tpod-table td a:hover {text-decoration:underline;}
@media (max-width: 479px) {
.tpod-table-detail td.memo {padding:0px;}
}


