.sub-page-title {
  position: relative;
  margin: 10px auto;
  font-size: 24px;
  line-height: 1;
  text-align: left;
  letter-spacing: -1px;
  color: #000;
  line-height: 1.2;
  word-break: keep-all;
  font-weight: bold;
}

.sub-page-title .eye {
  font-family: 'Pretendard';
  font-size: 18px;
  color: #585858;
  font-weight: 500;
}

.container .contents {
  position: relative;
  /* padding-top: 20px; */
  /* padding-bottom: 80px; */
}


.container .contents .flex-area {
  position: relative;
  width: 100%;
  display: flex;
  overflow: hidden;
  gap: 40px;
}

.container .contents .flex-area aside {
  font-family: "JalnanGothic";
  position: relative;
  min-width: 250px;
  max-width: 250px;
  height: fit-content;
}


.container .contents .flex-area .sub-depth-wrap {
  position: relative;
}

.container .contents .flex-area .sub-depth-wrap .tabs li:first-of-type {
  margin: 0;
}

.container .contents .flex-area .sub-depth-wrap .tabs li {
  margin: 10px 0;
}

.container .contents .flex-area .sub-depth-wrap .tabs li a {
  display: block;
  border-left: 1px solid var(--colorF);
  background: transparent;
  font-size: 20px;
  line-height: 30px;
  padding: 10px 20px;
  font-weight: 500;
  transition: background 0.2s linear;
  cursor: pointer;
  border-radius: 30px;
  color: var(--theme);
}

.container .contents .flex-area .sub-depth-wrap .tabs li.active a {
  background: var(--theme);
  color: var(--colorF);
}


.container .contents .flex-area .page-section {
  position: relative;
}

.container .contents .flex-area article {
  width: 100%;
}










.sub-flex {
  position: relative;
  display: flex;
  margin-bottom: 20px;
  gap: 20px;
}






/* 전체 격자 */

/* accordion */
.accordion-wrap {
  position: relative;
}

.accordion-wrap ul.lists {
  border-top: 1px solid #333;
}

.accordion-wrap ul.lists>li .accord-title {
  display: block;
  position: relative;
}

.accordion-wrap ul.lists>li .accord-title .btn-toggle {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 10px;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  font-weight: 500;
  word-break: keep-all;
  color: #333;
  border-bottom: solid 1px #e6e6e6;
}




.accordion-wrap ul.lists>li .accord-title .btn-toggle::after {
  content: ' ';
  position: absolute;
  top: 50%;
  right: 25px;
  width: 10px;
  height: 10px;
  border: 3px solid var(--colorF);
  border-top: none;
  border-left: none;
  margin-top: -8px;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
}

.accordion-wrap ul.lists>li .accord-title .btn-toggle::before {
  content: ' ';
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 5px;
  width: 25px;
  height: 25px;
  background: var(--color0);
  border-radius: 100%;
}


.accordion-wrap ul.lists>li.open .accord-title .btn-toggle::after {
  margin-top: -3px;
  transform: rotate(225deg);
  border-color: var(--theme);
}

.accordion-wrap ul.lists>li .accord-title .btn-toggle .cont {
  display: inline-flex;
  padding: 3px 10px;
  font-size: 16px;
}

.accordion-wrap ul.lists>li .accord-title .btn-toggle .badge {
  color: var(--colorF);
  background: var(--color5);
  border-radius: 5px;
  text-align: center;
}

.accordion-wrap ul.lists>li .accord-cont {
  display: none;
  position: relative;
  padding: 20px;
  padding-left: 55px;
  background: #f5f5f5;
  color: #555;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  word-break: keep-all;
}

.accordion-wrap ul.lists>li .accord-cont strong {
  margin-bottom: 10px;
  display: block;
  font-size: 18px;
}


.accordion-wrap ul.lists>li .accord-title .btn-toggle::after {
  content: ' ';
  position: absolute;
  top: 50%;
  right: 25px;
  width: 10px;
  height: 10px;
  border: 3px solid var(--colorF);
  border-top: none;
  border-left: none;
  margin-top: -8px;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
}


/* question */
.accordion-wrap.question ul.lists>li .accord-title .btn-toggle {
  padding: 20px 50px 20px 45px;
}



.accordion-wrap.question ul.lists>li .accord-title .btn-toggle::before {
  content: 'Q';
  position: absolute;
  top: 20px;
  left: 20px;
  color: var(--theme);
  font-size: 24px;
  font-weight: 800;
  right: unset;
  background: none;
  transform: unset;
}

.accordion-wrap.question ul.lists>li .accord-title .btn-toggle::after {
  border: 3px solid var(--color0);
  border-top: none;
  border-left: none;
}

.accordion-wrap.question ul.lists>li.open .accord-title .btn-toggle::after {
  border-color: var(--theme);
}


.accordion-wrap.question ul.lists>li .accord-cont::before {
  content: 'A.';
  position: absolute;
  top: 15px;
  left: 25px;
  color: #000;
  font-size: 24px;
  font-weight: 800;
}


.slt-lists li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.slt-lists li:last-child {
  margin-right: 0;
}

.rdo-wrap {
  display: inline-block;
  position: relative;
  min-height: 24px;
  vertical-align: top;
  margin-right: 1rem;
}


.rdo-wrap input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.rdo-wrap input+label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  color: #8d8d8d;
  font-size: 16px;
  line-height: 24px;
  user-select: none;
  vertical-align: top;
}


.rdo-wrap input:checked+label {
  font-weight: bold;
  color: #2a2a2a;
}



.rdo-wrap input+label::before {
  content: ' ';
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 9px;
}


.rdo-wrap input:checked+label::before {
  border-color: var(--color0);
}


.rdo-wrap input:checked+label::after {
  content: ' ';
  position: absolute;
  top: 8px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: var(--color0);
}


.form-wrap {
  position: relative;
  margin: 0 auto;
  padding: 40px 20px;
}

.form-wrap fieldset {
  max-width: 800px;
  margin: 0 auto;
  padding: 50px;
}



.form-wrap fieldset .row {
  position: relative;
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}


.form-wrap fieldset .row label {
  flex: 1;
}


.form-wrap fieldset .row .forms {
  flex: 2;
}


.form-wrap fieldset input {
  height: 50px;
  line-height: 50px;
  padding: 10px 20px;
  font-size: 14px;
  border: solid 1px #ddd;
}


.form-wrap fieldset input[readonly] {
  background: var(--bgFL);
}

.error-txt {
  width: 100%;
  margin-top: 10px;
  text-align: left !important;
  color: var(--red);
  font-size: 14px;
  line-height: 1;
  display: none;
}


.list-filter {
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
  padding-top: 10px;
}


.list-filter .total {
  color: var(--theme);
  font-weight: 700;
}

.list-filter .total em {
  color: var(--color0);
  font-weight: 700;
  font-size: 16px;
}

.list-filter .search-wrap {
  display: flex;
  width: 50%;
  max-width: 400px;
  margin-left: auto;
  border-radius: 10px;
  overflow: hidden;
  align-items: center;
  border: 1px solid var(--gray);
}


.list-filter .search-wrap .input-wrap {
  flex: 1;
}

.list-filter .search-wrap .input-wrap input {
  height: 50px;
  padding: 10px;
  border-radius: 0;
  border-color: transparent;
}


.list-filter .search-wrap .btn-search {
  display: block;
  width: 50px;
  height: 50px;
  background: url(https://acehs91.com/dukheerx/_image/icon/icon-search.png) center center no-repeat;
}


.inputfile-wrap {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.inputfile-wrap .form-control {
  display: inline-block;
  width: 100%;
}

.inputfile-wrap input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.inputfile-wrap .file-btn {
  display: flex;
  align-items: center;
}

.inputfile-wrap label {
  margin-left: 10px;
  gap: 5px;
  border: solid 1px var(--color1);
  color: var(--colorF);
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.download-field {
  margin-top: 10px;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  background: var(--colorF);
  border-radius: 6px;
  padding: 10px 12px;
  max-width: 320px;
}

.download-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
}

.download-icon {
  color: #000;
  font-size: 1.2rem;
  text-decoration: none;
}








.terms-cont {
  padding-top: 0;
  word-break: keep-all;
  text-align: left;
}


.terms-cont table {
  table-layout: fixed;
}

.terms-cont h4.tit {
  font-size: 24px !important;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}

.terms-cont p {
  margin-bottom: 30px;
  color: #585858;
  font-size: 17px;
  line-height: 26px;
  font-weight: 500;
  word-break: keep-all;
}

.terms-cont ul {
  color: #666;
  line-height: 1.4;
  font-weight: 400;
}

.terms-cont ul li {
  position: relative;
  /* display: flex; */
}

.terms-cont ul li .tit {
  display: inline-block;
}

.terms-cont ul li p {
  flex: 1;
  margin-bottom: 20px;
  font-weight: 400;
}


.tg {
  margin: 30px 0;
}

.tg th {
  border-width: 1px;
  font-size: 14px;
  overflow: hidden;
  padding: 15px 5px;
  word-break: normal;
  text-align: center;
  background: #fff;
  font-weight: bold;
  border-left: none;
  border-left: solid 1px #eee;
  border-top: solid 1px #000;
}

.tg th:first-of-type,
.tg td:first-of-type {
  border-left: none;
}

.tg th:last-of-type,
.tg td:last-of-type {
  border-right: none;
}

.tg .tg-0lax.center {
  text-align: center;
}

.tg td {
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  overflow: hidden;
  padding: 15px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .terms-cont>h3 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .terms-cont h4.tit {
    font-size: 16px;
    line-height: 24px;
  }

  .terms-cont p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5%;
  }
}




/* 공통 영역 */
.page-section .content.wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 40px 20px;
  max-width: 1400px;
  margin: 0 auto;
}

.page-section .ceo_title {
  text-align: center;
  font-weight: 700;
  text-align: center;
}



/* 텍스트와 이미지 각각 반반 크기 */
.page-section .text_contant,
.page-section .caption {
  flex: 1;
}

.caption img {
  max-width: 450px;
}

.page-section .content.wrap h4 {
  font-size: 24px;
  margin: 20px 0;
}

.obj {
  width: 60%;
  height: 200px;
  position: absolute;
  left: 0;
  z-index: -1;
  background-color: #f7f7f7;
}


.page-section .content.wrap p {
  margin-bottom: 30px;
  color: #585858;
  font-size: 17px;
  line-height: 26px;
  font-weight: 500;
  word-break: keep-all;
}

.date-range-header {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  font-weight: bold;
}

.date-range-header input[type="date"] {
  padding: 4px 6px;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.date-range-header .apply {
  background: #4caf50;
  color: #fff;
  border: none;
  padding: 4px 10px;
  border-radius: 4px;
  cursor: pointer;
}

.date-range-header .cancel {
  background: #2196f3;
  color: #fff;
  border: none;
  padding: 4px 10px;
  border-radius: 4px;
  cursor: pointer;
}

.quick-buttons {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.quick-buttons .row {
  display: flex;
  align-items: center;
  gap: 4px;
}

.quick-buttons .label {
  font-weight: bold;
  text-align: right;
  color: #333;
}

.quick-buttons button {
  padding: 4px 8px;
  border: 1px solid #aaa;
  border-radius: 4px;
  background: #f0f0f0;
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
  flex: 1;
  font-weight: bold;
}

.quick-buttons button:hover {
  background: #ddd;
}