@charset "UTF-8";
/* 테이블 */
/* 기본 테이블 */
.default-table {
  width: 100%;
  position: relative;
}
.default-table.scroll {
  max-height: 960px;
  overflow-y: auto;
  overflow-x: auto;
}
.default-table.scroll::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.default-table.scroll::-webkit-scrollbar-track {
  background-color: transparent;
}
.default-table.scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #dcdcdc;
}
.default-table.scroll table {
  min-width: 720px;
}
.default-table.type-02 .check-area {
  padding: 10px 0;
}
.default-table.type-02 table tr th {
  background: #fffaef;
}
.default-table table {
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #8D8D8D;
  text-align: center;
}
.default-table table colgroup .tit {
  width: 120px;
}
.default-table table colgroup .w-170px {
  width: 170px;
}
.default-table table colgroup .w-100px {
  width: 105px !important;
}
.default-table table colgroup .w-120px {
  width: 120px;
}
.default-table table tr th {
  position: relative;
  padding: 10px 3px;
  font-size: 1.5rem;
  font-weight: 800;
  word-break: break-all;
  background: #ebebeb;
  word-break: break-all;
  border-bottom: 1px solid var(--line);
  vertical-align: middle;
  text-align: center;
}
.default-table table tr td {
  position: relative;
  height: 45px;
  padding: 10px 3px;
  font-size: 1.5rem;
  line-height: 1.5;
  word-break: break-all;
  border-bottom: 1px solid var(--line);
  color: #555;
  background-color: #fff;
}
.default-table table tr td.right {
  text-align: right;
  padding-right: 25px;
}
.default-table table tr td.bd-left {
  border-left: 1px solid var(--line);
}
.default-table table tr td .mo {
  display: none;
}
.default-table table tr td .new {
  font-size: 1.1rem;
  background: #f05050;
  padding: 2px 6px;
  color: #fff;
  border-radius: 3px;
  margin-right: 5px;
}
.default-table table tr td .pop-link {
  font-weight: 600;
  color: #508deb;
  text-decoration: underline;
}
.default-table table tr td.bold {
  font-weight: 600;
}
.default-table table tr td.bold.red {
  color: var(--red);
}
.default-table table tr td.bold.blue {
  color: #508deb;
}
.default-table table .a-link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #508deb;
  text-align: left;
  display: block;
}
.default-table table .a-link:hover {
  text-decoration: underline;
}
.default-table table strong {
  font-weight: 900;
}
.default-table table .block {
  display: block;
}
.default-table table .input-radio.box-radio {
  margin: 0;
}
.default-table table .input-radio.box-radio input[type=radio] + label {
  padding: 4px 8px;
  min-width: 60px;
}
.default-table table .input-text {
  padding-top: 5px;
}
.default-table table .input-text:first-child {
  padding-top: 0;
}
.default-table table .input-text input {
  height: 38px;
}
.default-table.td-left table tr td {
  text-align: left;
  padding: 5px 10px;
}
.default-table.td-left table tr td:nth-child(n+2) {
  border-left: 1px solid var(--line);
}
.default-table.bd-table table {
  border-right: 1px solid var(--line);
}
.default-table.bd-table table tr th:nth-child(1) {
  border-left: 1px solid var(--line);
}
.default-table.bd-table table tr td {
  border-left: 1px solid var(--line);
}

.normal-table {
  position: relative;
  width: 100%;
}
.normal-table .table-tit {
  padding: 5px 0;
  border-bottom: 2px solid #D80C24;
  display: inline-block;
}
.normal-table .table-tit .tit {
  font-size: 2.1rem;
  font-weight: 700;
}
.normal-table .table-tit.pd-30 {
  padding-top: 30px;
}
.normal-table.pd-50 {
  padding-top: 50px;
}
.normal-table table {
  width: 100%;
  font-size: 1.5rem;
  border-top: 1px solid #aaa;
  table-layout: fixed;
  line-height: 1.4;
}
.normal-table table thead tr {
  background: #f4f4f4;
}
.normal-table table thead tr th {
  position: relative;
  font-weight: 600;
  vertical-align: middle;
  padding: 5px;
  text-align: center;
  height: 50px;
}
.normal-table table thead tr th:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  height: 100%;
  background: #E1E1E1;
}
.normal-table table thead tr th:nth-child(1):after {
  width: 0;
  height: 0;
}
.normal-table table thead tr th.border-bot {
  border-bottom: 1px solid #E1E1E1;
}
.normal-table table thead tr th.border-left {
  border-left: 1px solid #E1E1E1;
}
.normal-table table tbody tr th {
  font-weight: 600;
}
.normal-table table tbody tr th.body-header {
  text-align: center;
  background: #f4f4f4;
  border: 1px solid #E1E1E1;
  border-left: 0;
  padding: 5px 3px;
}
.normal-table table tbody tr td {
  padding: 6px;
  text-align: left;
  height: 50px;
  border: 1px solid #d7dbe3;
  color: #333;
  word-break: break-all;
}
.normal-table table tbody tr td.text-center {
  text-align: center;
}
.normal-table table tbody tr td.td-bold {
  font-weight: 600;
}
.normal-table table tbody tr td:first-child {
  border-left: 0;
}
.normal-table table tbody tr td:last-child {
  border-right: 0;
}
.normal-table table tbody tr td.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.normal-table table tbody tr td span {
  font-weight: 500;
}
.normal-table table tbody tr td span.sub-text {
  font-weight: 400;
  color: #8d0303;
}

@media (max-width: 1024px) {
  .normal-table.pc {
    display: none;
  }
}
@media (max-width: 768px) {
  .normal-table .table-tit .tit {
    font-size: 1.5rem;
  }
  .normal-table table {
    font-size: 1.3rem;
  }
}
.ess {
  display: inline-block;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  margin: 0 0 8px 3px;
  background: #f05050;
}

.inner-table {
  padding-bottom: 0 !important;
}
.inner-table.full table {
  width: 100%;
}
.inner-table table {
  width: 700px;
  max-width: 100%;
  border-left: 1px solid var(--line);
}
.inner-table table tbody tr th {
  background: #fff;
}
.inner-table table tr th {
  padding: 5px;
  font-size: 1.3rem;
}
.inner-table table tr th.bd-right {
  border-right: 1px solid var(--line);
}
.inner-table table tr td {
  padding: 5px;
  font-size: 1.4rem;
  text-align: center;
  border-right: 1px solid var(--line);
}

.list-table.mo {
  display: none;
}
.list-table.mo .list-tit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 15px 0 15px 25px;
  background: #e3e3e3;
}
.list-table.mo .list-tit::before {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--theme);
  position: absolute;
  left: 10px;
  top: 25px;
}
.list-table.mo .list-tit p {
  font-size: 1.6rem;
  font-weight: 800;
}
.list-table.mo ul li {
  border-bottom: 1px solid var(--line);
  padding: 15px 10px;
}
.list-table.mo ul li .top-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 7px;
}
.list-table.mo ul li .top-area .tit {
  font-size: 1.7rem;
  font-weight: 700;
}
.list-table.mo ul li .bot-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-table.mo ul li .bot-area dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  padding-right: 20px;
}
.list-table.mo ul li .bot-area dl:last-child {
  padding-right: 0;
}
.list-table.mo ul li .bot-area dl dt {
  width: 70px;
  color: #9C9C9C;
  font-weight: 600;
}
.list-table.mo ul li .bot-area dl dd {
  width: calc(100% - 70px);
  color: #333;
}
.list-table .input-text input {
  height: 35px;
}
.list-table .input-radio.box-radio {
  margin: 0;
}
.list-table .input-radio.box-radio input[type=radio] + label {
  padding: 4px 8px;
  min-width: 60px;
}
.list-table .selectbox::after {
  top: 15px;
}
.list-table .selectbox select {
  line-height: 35px;
  padding: 0 35px 0 15px;
}

.link {
  font-weight: 600;
  color: #508deb;
}
.link:hover {
  text-decoration: underline;
}

@media (max-width: 2030px) {
  .default-table table colgroup .bid-tit {
    width: 350px;
  }
  .default-table table colgroup .rsut-tit {
    width: 280px;
  }
  .default-table table colgroup .bidder-tit {
    width: 350px;
  }
}
@media (max-width: 1200px) {
  .list-table.pc {
    display: none;
  }
  .list-table.mo {
    display: block;
  }
  .list-table.mo.pd-top {
    padding-top: 7px;
  }
}
@media (max-width: 1070px) {
  .m-scroll {
    overflow-x: auto;
  }
  .m-scroll table {
    width: 1070px;
  }
  .m-scroll table colgroup .w-170px {
    width: 100px;
  }
  .m-scroll table colgroup .w-100px {
    width: 75px !important;
  }

  .s-table table {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 890px) {
  .default-table table colgroup .w-170px {
    width: 70px;
  }
  .default-table table colgroup .w-100px {
    width: 70px !important;
  }
  .default-table table tr th {
    font-size: 1.4rem;
    padding: 7px;
  }
  .default-table table tr td {
    font-size: 1.4rem;
    padding: 7px 7px 7px 10px;
  }
  .default-table.mo-ui table colgroup {
    display: none;
  }
  .default-table.mo-ui table thead {
    display: none;
  }
  .default-table.mo-ui table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-gap: 0 5px;
    gap: 0 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: 15px 10px;
    border-bottom: 1px solid var(--line);
  }
  .default-table.mo-ui table tr td {
    display: inline-block;
    height: auto;
    padding: 3px 0;
    text-align: left;
    border: none;
    margin-right: 8px;
  }
  .default-table.mo-ui table tr td:last-child {
    margin-right: 0;
  }
  .default-table.mo-ui table tr td.num {
    display: none;
  }
  .default-table.mo-ui table tr td.mo-tit {
    display: block;
    width: 100%;
    padding-bottom: 5px;
    font-size: 1.5rem;
    font-weight: 500;
    color: #000;
  }
  .default-table.mo-ui table tr td .a-link {
    font-size: 1.5rem;
    font-weight: 500;
    color: #000;
  }
  .default-table.mo-ui table tr td .mo {
    display: inline-block;
    font-weight: 600;
    margin-right: 5px;
  }
  .default-table.mo-ui table tr td .colr-blue {
    display: inline-block;
    margin-left: 5px;
  }
  .default-table.mo-ui table tr.fixed .noti-label {
    display: none;
  }
  .default-table.mo-ui table tr.fixed .noti-label.mo-label {
    display: inline-block;
  }

  .inner-table table tr th {
    font-size: 1.15rem;
  }
  .inner-table table tr td {
    font-size: 1.15rem;
  }
}
@media (max-width: 575px) {
  .list-table.mo {
    display: block;
  }
  .list-table.mo ul li .top-area {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .list-table.mo .box .info {
    gap: 8px;
  }
  .list-table.mo .box .info dl {
    width: 100%;
  }
  .list-table.mo .box .info .btn-wrap {
    margin-top: 7px;
  }
}
@media (max-width: 475px) {
  .default-table table colgroup .tit {
    width: 100px;
  }

  .inner-table table {
    width: 100%;
  }

  .list-table.mo ul li .top-area .tit {
    font-size: 1.6rem;
  }
}
/* 폼 입력 */
/* input text */
.input-text {
  display: inline-block;
  width: 100%;
  position: relative;
}
.input-text.block {
  display: block;
  margin-top: 5px;
}
.input-text input {
  width: 100%;
  height: 45px;
  display: inline-block;
  background: #fff;
  padding: 0 15px;
  color: #585858;
  border-radius: 2px;
  -webkit-transition: background 0.1s ease;
  transition: background 0.1s ease;
  font-size: 1.5rem;
  border: 1px solid var(--line);
}
.input-text input:hover, .input-text input:focus {
  border-color: #aaa;
}
.input-text input:-moz-read-only {
  cursor: default;
  background: #f2f2f2;
}
.input-text input:read-only {
  cursor: default;
  background: #f2f2f2;
}
.input-text input:disabled {
  background: #f2f2f2;
  cursor: not-allowed;
  pointer-events: none;
}

/* textarea */
.input-textarea {
  display: inline-block;
  width: 100%;
  position: relative;
}
.input-textarea textarea {
  width: 100%;
  resize: none;
  padding: 15px;
  font-size: 1.5rem;
  min-height: 200px;
  border: 1px solid var(--line);
  border-radius: 2px;
  position: relative;
  background: #fff;
}
.input-textarea textarea::-webkit-scrollbar {
  width: 4px;
  height: 10px;
}
.input-textarea textarea::-webkit-scrollbar-track {
  background-color: transparent;
}
.input-textarea textarea::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #dcdcdc;
}
.input-textarea textarea:hover, .input-textarea textarea:focus {
  border-color: #aaa;
}
.input-textarea textarea:-moz-read-only {
  cursor: default;
  background: #f2f2f2;
}
.input-textarea textarea:read-only {
  cursor: default;
  background: #f2f2f2;
}
.input-textarea textarea:disabled {
  background: #f2f2f2;
  cursor: not-allowed;
  pointer-events: none;
}
.input-textarea .text-limit {
  position: absolute;
  width: calc(100% - 20px);
  text-align: right;
  z-index: 2;
  bottom: 6px;
  right: 15px;
  color: #b4b4b4;
  cursor: default;
  display: inline-block;
  background: #fff;
}
.input-textarea .text-limit span {
  font-size: 1rem;
}
.input-textarea .text-limit span.count {
  color: #999;
  font-weight: 600;
}
.input-textarea .text-limit span.excess {
  color: #e16060;
}
.input-textarea .text-limit span.unit {
  font-size: 11px;
  margin-left: 2px;
}

/* input phone */
.input-phone {
  position: relative;
}
.input-phone .p-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5px;
}
.input-phone .p-group .selectbox {
  width: 80px;
  margin: 0 !important;
}
.input-phone .p-group .input-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  margin: 0 !important;
}
.input-phone .p-group .btn-wrap {
  width: 120px;
}
.input-phone .p-group .btn-wrap button {
  height: 45px;
  margin-top: 0 !important;
  padding: 0 !important;
  width: 100%;
  border-radius: 2px;
}

.time-limit {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  font-size: 1.2rem;
  color: #e14949;
  font-weight: 600;
}

/* input email */
.input-email {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.input-email .input-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 !important;
}
.input-email .input-text.first-input {
  position: relative;
}
.input-email .input-text.first-input:after {
  content: "@";
  color: #999;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  font-size: 1.5rem;
  font-weight: 600;
}
.input-email .selectbox {
  width: 150px;
  margin: 0 !important;
}
.input-email .btn-wrap {
  width: 100%;
}
.input-email .btn-wrap button {
  height: 45px;
  margin-top: 0 !important;
  padding: 0 !important;
  width: 100%;
  border-radius: 2px;
}

@media (max-width: 1024px) {
  .input-text {
    margin: 1px;
  }
}
@media (max-width: 680px) {
  .input-email {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .input-email .selectbox {
    width: 100%;
  }

  .input-phone .p-group .btn-wrap {
    width: 100px;
  }
  .input-phone .p-group .btn-wrap button {
    font-size: 1.3rem;
  }
}
/* 상세 페이지 */
.detail-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-bottom: 60px;
}
.detail-summary .img-area {
  width: 650px;
  padding-right: 50px;
}
.detail-summary .img-area .img-full {
  position: relative;
  width: 100%;
  max-height: 400px;
  border: 1px solid var(--line);
  border-radius: 5px;
}
.detail-summary .img-area .img-full img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.detail-summary .img-area .img-full .label-area {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 15px;
  z-index: 10;
}
.detail-summary .img-area .img-full .label-area .label {
  display: inline-block;
  padding: 8px 16px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  border-radius: 4px;
}
.detail-summary .img-area .img-full .label-area .label.recruiting {
  background: var(--theme);
}
.detail-summary .img-area .img-full .label-area .label.closed {
  background: #333;
}
.detail-summary .summary-area {
  width: calc(100% - 650px);
}
.detail-summary .summary-area .title-area {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.detail-summary .summary-area .title-area .tit {
  font-size: 3rem;
  font-weight: 800;
}
.detail-summary .summary-area .detail-area {
  padding-top: 20px;
}
.detail-summary .summary-area .detail-area dl {
  font-size: 1.7rem;
}
.detail-summary .summary-area .detail-area dl .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}
.detail-summary .summary-area .detail-area dl .row.type-1 dd {
  color: var(--theme);
}
.detail-summary .summary-area .detail-area dl .row.type-2 dd {
  color: var(--green);
}
.detail-summary .summary-area .detail-area dl .row.type-3 dd {
  color: var(--pink);
}
.detail-summary .summary-area .detail-area dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  min-width: 90px;
  font-weight: 700;
  position: relative;
}
.detail-summary .summary-area .detail-area dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 400;
}
.detail-summary .summary-area .file-area .row {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.detail-summary .summary-area .file-area .row:last-child {
  border-bottom: none;
}
.detail-summary .summary-area .file-area .row .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #555;
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
  padding-left: 25px;
  word-break: break-all;
}
.detail-summary .summary-area .file-area .row .tit:after {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../img/apply/program/download.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.6;
}
.detail-summary .summary-area .file-area .row .tit:hover {
  color: #333;
  text-decoration: underline;
}
.detail-summary.eq-detail .img-area .img-full {
  height: 400px;
}
.detail-summary.eq-detail .img-area .img-full img {
  -o-object-fit: contain;
     object-fit: contain;
}

.cont-title {
  position: relative;
  border-bottom: 1px solid var(--line);
  margin-bottom: 20px;
}
.cont-title .tit {
  font-size: 2.5rem;
  font-weight: 800;
  display: inline-block;
  padding-bottom: 15px;
}
.cont-title .txt {
  display: inline-block;
  padding-left: 10px;
}

.detail-txt {
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 400;
  border-bottom: 1px solid var(--line);
}
.detail-txt p {
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 400;
}

@media (max-width: 1200px) {
  .detail-summary {
    padding-bottom: 50px;
  }
  .detail-summary .img-area {
    width: 50%;
  }
  .detail-summary .img-area .img-full {
    max-height: 350px;
  }
  .detail-summary .summary-area {
    width: 50%;
  }
  .detail-summary.eq-detail .img-area .img-full {
    height: 350px;
  }
}
@media (max-width: 1070px) {
  .detail-summary .img-area .img-full {
    max-height: 250px;
    overflow: hidden;
  }
  .detail-summary .summary-area .title-area {
    padding-bottom: 15px;
  }
  .detail-summary .summary-area .title-area .tit {
    font-size: 2.5rem;
  }
  .detail-summary .summary-area .detail-area {
    padding-top: 15px;
  }
  .detail-summary .summary-area .detail-area dl {
    font-size: 1.5rem;
  }
  .detail-summary .summary-area .detail-area dl dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    min-width: 100px;
  }
  .detail-summary .summary-area .detail-area dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .detail-summary .summary-area .btn-wrap {
    margin-top: 10px;
  }
  .detail-summary .img-area {
    padding-right: 30px;
  }
  .detail-summary.eq-detail .img-area .img-full {
    height: 250px;
  }

  .cont-title {
    margin-bottom: 15px;
  }
  .cont-title .tit {
    font-size: 2rem;
    padding-bottom: 10px;
  }

  .detail-txt {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .detail-txt p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.a-link {
  color: #508deb;
}

@media (max-width: 768px) {
  .cont-title .txt {
    padding: 0 0 10px;
    display: block;
  }

  .detail-summary .summary-area .title-area {
    padding-bottom: 10px;
  }
  .detail-summary .summary-area .title-area .tit {
    font-size: 2.4rem;
  }
  .detail-summary .summary-area .detail-area dl {
    font-size: 1.4rem;
  }
  .detail-summary .summary-area .detail-area dl .row {
    padding-bottom: 10px;
  }
  .detail-summary .summary-area .detail-area dl dt:after {
    border-width: 4px;
  }
  .detail-summary .summary-area .btn-wrap {
    width: 100%;
  }
  .detail-summary .summary-area .btn-wrap div {
    width: 100%;
  }
  .detail-summary .summary-area .btn-wrap .a-btn {
    width: 100%;
    font-size: 1.3rem;
  }
}
@media (max-width: 550px) {
  .contents-group.detail {
    padding-top: 20px;
  }

  .cont-title {
    margin-bottom: 10px;
  }
  .cont-title .tit {
    font-size: 1.7rem;
    padding-bottom: 10px;
  }

  .detail-summary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
    padding-bottom: 30px;
  }
  .detail-summary .summary-area {
    width: 100%;
  }
  .detail-summary .summary-area .title-area {
    text-align: center;
    padding-bottom: 20px;
  }
  .detail-summary .summary-area .detail-area {
    padding-top: 25px;
  }
  .detail-summary .summary-area .btn-wrap {
    margin-top: 15px;
  }
  .detail-summary .img-area {
    padding: 0;
    width: 100%;
  }
}
/* form-wrap.guest: 비로그인 잠금 UI (바텀시트) */
.form-wrap.guest {
  position: relative;
}
.form-wrap.guest .guest-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  inset: 0;
  z-index: 10;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(40%, rgba(255, 255, 255, 0.95)), color-stop(70%, rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0.95) 40%, rgba(255, 255, 255, 0.6) 70%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.form-wrap .guest-cover {
  display: none;
}

.guest-cover-sheet {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 56px 64px;
  background: #fff;
  border-radius: 24px 24px 0 0;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
  text-align: center;
  -webkit-animation: guestSlideUp 0.35s ease-out;
          animation: guestSlideUp 0.35s ease-out;
}
.guest-cover-sheet .guest-badge {
  display: inline-block;
  padding: 6px 12px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  background: var(--theme);
  border-radius: 999px;
  margin-bottom: 14px;
}
.guest-cover-sheet .guest-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--dark);
  line-height: 1.4;
  margin: 0 0 12px;
}
.guest-cover-sheet .guest-desc {
  font-size: 1.4rem;
  color: var(--gray);
  line-height: 1.6;
  margin: 0 0 24px;
}
.guest-cover-sheet .btn-login {
  display: block;
  width: 380px;
  max-width: 100%;
  margin: 28px auto 14px;
  padding: 14px;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 20px;
  background: var(--theme);
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 10px 24px rgba(16, 135, 245, 0.35);
          box-shadow: 0 10px 24px rgba(16, 135, 245, 0.35);
}
.guest-cover-sheet .btn-signup {
  font-size: 1.3rem;
  color: var(--gray);
  text-decoration: underline;
}

@-webkit-keyframes guestSlideUp {
  from {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes guestSlideUp {
  from {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
/* 탭 영역 */
.type-select-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  padding-top: 10px;
}
.type-select-area .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid var(--line);
  border-radius: 0;
  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;
  cursor: pointer;
  position: relative;
  background: #fff;
}
.type-select-area .item + .item {
  margin-left: -1px;
}
.type-select-area .item:first-child {
  border-radius: 5px 0 0 5px;
}
.type-select-area .item:last-child {
  border-radius: 0 5px 5px 0;
}
.type-select-area .item .btn {
  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;
  width: 100%;
  padding: 15px 20px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.type-select-area .item .btn p {
  font-size: 1.6rem;
  font-weight: 600;
  color: #333;
}
.type-select-area .item:hover {
  border-color: var(--theme);
  background: rgba(16, 135, 245, 0.06);
  z-index: 1;
}
.type-select-area .item:hover .btn p {
  color: var(--theme);
}
.type-select-area .item.active {
  border-color: var(--theme);
  background: rgba(16, 135, 245, 0.1);
  z-index: 2;
}
.type-select-area .item.active .btn p {
  color: var(--theme);
  font-weight: 700;
}

/* 알림 박스 */
.notice-box {
  margin-top: 15px;
  padding: 15px 20px;
  background: #f3f3f3;
  border-radius: 2px;
}
.notice-box.mg-bot {
  margin-bottom: 10px;
}
.notice-box p {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #333;
}

/* 날짜/시간 그룹 */
.date-time-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.date-time-group .input-text {
  width: 150px;
  margin: 0;
}
.date-time-group .time-range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.date-time-group .time-range .selectbox {
  width: 100px;
  margin: 0;
}
.date-time-group .time-range .selectbox select {
  height: 45px;
  line-height: 45px;
}
.date-time-group .time-range .time-separator {
  font-size: 1.6rem;
  color: #666;
  font-weight: 500;
  padding: 0 5px;
}
.date-time-group.full-row {
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
}
.date-time-group.full-row .date-time-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.date-time-group.full-row .date-time-item .input-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
  min-width: 0;
  margin: 0;
}
.date-time-group.full-row .date-time-item .selectbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100px;
  margin: 0;
}
.date-time-group.full-row .date-time-item .selectbox select {
  height: 45px;
  line-height: 45px;
}
.date-time-group.full-row .range-separator {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 1.6rem;
  color: #666;
  font-weight: 500;
  padding: 0 5px;
}

/* 안내사항 - valid 스타일 확장 */
.valid.hide {
  display: none;
}
.valid p:not(:last-child) {
  margin-bottom: 4px;
}

/* 폼 그룹 */
.form-group .form-wrap .fomr-title {
  text-align: center;
}
.form-group .form-wrap .fomr-title .tit {
  font-size: 3rem;
  font-weight: 400;
  position: relative;
  display: inline-block;
}
.form-group .form-wrap .fomr-title .tit:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: var(--theme);
  border-radius: 50%;
  position: absolute;
  right: -8px;
  top: 0;
}
.form-group .form-wrap .fomr-title .box {
  background: #f0f0f0;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #333;
  margin-top: 15px;
}
.form-group .form-wrap .group .group-title.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
}
.form-group .form-wrap .group .group-title.flex .tit {
  padding-bottom: 0;
}
.form-group.apply .form-wrap .group:not(:first-child) {
  padding-top: 50px;
}

/* 버튼 래퍼 */
.btn-wrap.form-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn-wrap.form-btn .btn-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 100%;
}
.btn-wrap.form-btn .btn-center .a-btn,
.btn-wrap.form-btn .btn-center button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  border-radius: 5px;
}
.btn-wrap.form-btn .btn-center .a-btn:only-child,
.btn-wrap.form-btn .btn-center button:only-child {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.btn-wrap.form-btn .btn-center .a-btn:first-child:not(:only-child),
.btn-wrap.form-btn .btn-center button:first-child:not(:only-child) {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
}
.btn-wrap.form-btn .btn-center .a-btn:last-child:not(:only-child),
.btn-wrap.form-btn .btn-center button:last-child:not(:only-child) {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

/* 정보 폼 */
.info-form {
  border: 1px solid var(--line);
  margin-top: 10px;
  border-radius: 5px;
}
.info-form .info-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
}
.info-form .info-title .title-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.info-form .info-title .title-left .toggle-btn {
  position: relative;
  width: 24px;
  height: 24px;
  background: transparent;
  cursor: pointer;
}
.info-form .info-title .title-left .toggle-btn .toggle-icon {
  font-size: 1.2rem;
  color: #666;
  display: inline-block;
}
.info-form .info-title .title-left .toggle-btn:hover .toggle-icon {
  opacity: 0.8;
}
.info-form .info-title .title-left .tit {
  font-size: 1.8rem;
  font-weight: 800;
  color: #333;
}
.info-form .info-title.collapsed .toggle-btn .toggle-icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.info-form:not(.collapsed) .info-title {
  background: #e8edf1;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid var(--line);
}
.info-form:not(.collapsed) .info-title .title-left .toggle-btn .toggle-icon {
  color: #333;
}
.info-form:not(.collapsed) .info-title .title-left .tit {
  color: #333;
}
.info-form .info-content {
  padding: 0 30px 30px 30px;
}
.info-form.collapsed .info-content {
  max-height: 0;
  padding: 0 30px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}

/* 금액 리스트 */
.amount-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid var(--line);
}
.amount-list dl:last-child {
  border-bottom: none;
}
.amount-list dl.total {
  background: #f3f3f3;
}
.amount-list dl.total dt, .amount-list dl.total dd {
  font-size: 1.8rem;
  font-weight: 700;
}
.amount-list dl.total dd {
  color: var(--theme);
}
.amount-list dl dt {
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
}
.amount-list dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
  text-align: right;
}
.amount-list dl dd .amount-item {
  min-width: 100px;
  text-align: right;
}

/* 창업 프로세스 */
.benefits-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-bottom: 20px;
}
.benefits-wrapper .benefits-card {
  border: 1px solid #b3b3b3;
  border-radius: 12px;
  padding: 25px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.benefits-wrapper .benefits-card .card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.benefits-wrapper .benefits-card .card-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.benefits-wrapper .benefits-card .card-content .card-number {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--theme);
  margin: 0 0 5px 0;
  line-height: 1;
}
.benefits-wrapper .benefits-card .card-content .card-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 8px 0;
  line-height: 1.4;
}
.benefits-wrapper .benefits-card .card-content .card-desc {
  font-size: 1.5rem;
  color: #666;
  margin: 0;
  line-height: 1.6;
}
.benefits-wrapper .benefits-card .card-icon {
  width: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
}
.benefits-wrapper .benefits-card .card-icon img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.benefits-wrapper .benefits-card .card-detail {
  font-size: 1.4rem;
  color: #666;
  line-height: 1.6;
  padding-top: 20px;
}
.benefits-wrapper .benefits-card .card-detail p {
  margin: 0 0 8px 0;
  padding: 3px 8px;
  background: #f8f8f8;
}
.benefits-wrapper .benefits-card .card-detail p:last-child {
  margin-bottom: 0;
}

.add-input-group .inputbtn-group {
  gap: 10px;
}
.add-input-group .inputbtn-group:not(:last-child) {
  margin-bottom: 5px;
}
.add-input-group .inputbtn-group .input-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid var(--line);
}
.add-input-group .inputbtn-group .input-text input {
  height: 40px;
}
.add-input-group .inputbtn-group .btn-wrap {
  width: 60px !important;
}
.add-input-group .inputbtn-group .btn-wrap button {
  height: 40px;
  border-radius: 3px;
  font-size: 1.3rem;
}
.add-input-group .add-btn {
  text-align: center;
  width: 100%;
  height: 30px;
  border-radius: 3px;
  font-size: 1.4rem;
  background: #f9f0df;
  color: #c97a00;
  font-weight: 600;
}
.add-input-group .add-btn:hover {
  background: #faedd4;
}

.contents-group.map-group {
  padding-bottom: 50px;
}
.contents-group.map-group .map-area {
  width: 100%;
  height: 300px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.contents-group.map-group .map-area .pin {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.contents-group.map-group .map-area .pin img {
  width: 46px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.contents-group.map-group .map-title .tit {
  font-size: 2.5rem;
  font-weight: 800;
  display: inline-block;
  padding-bottom: 10px;
}

/* 미디어 쿼리 */
@media (max-width: 1024px) {
  .contents-group.map-group .map-area {
    height: 250px;
  }
  .contents-group.map-group .map-title .tit {
    font-size: 2rem;
  }

  .type-select-area .item .btn {
    padding: 12px 10px;
  }
  .type-select-area .item .btn p {
    font-size: 1.5rem;
  }

  .form-group.apply .form-wrap .group:not(:first-child) {
    padding-top: 40px;
  }
  .form-group .form-wrap .fomr-title .box {
    font-size: 1.4rem;
  }
  .form-group .form-wrap .fomr-title .tit {
    font-size: 2.4rem;
  }

  .info-form .info-title {
    padding: 10px 15px;
  }
  .info-form .info-title .title-left .tit {
    font-size: 1.6rem;
  }
  .info-form .info-title .title-left .toggle-btn {
    width: 20px;
    height: 20px;
    top: -1px;
  }
  .info-form .info-title .title-left .toggle-btn .toggle-icon {
    font-size: 1rem;
  }

  .benefits-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
  .benefits-wrapper .benefits-card {
    padding: 22px 18px;
  }
  .benefits-wrapper .benefits-card .card-top {
    gap: 18px;
    margin-bottom: 18px;
  }
  .benefits-wrapper .benefits-card .card-content .card-title {
    font-size: 1.6rem;
  }
  .benefits-wrapper .benefits-card .card-content .card-desc {
    font-size: 1.3rem;
  }
  .benefits-wrapper .benefits-card .card-detail {
    font-size: 1.2rem;
    padding-top: 18px;
  }

  .date-time-group.full-row.my-com {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .date-time-group.full-row.my-com .date-time-item {
    width: 100%;
    display: block;
  }
  .date-time-group.full-row.my-com .date-time-item .input-text {
    width: 100%;
    margin-bottom: 10px;
  }
  .date-time-group.full-row.my-com .date-time-item > .selectbox:nth-child(2) {
    display: inline-block;
    width: calc(50% - 5px);
    margin-right: 5px;
    vertical-align: top;
  }
  .date-time-group.full-row.my-com .date-time-item > .selectbox:nth-child(3) {
    display: inline-block;
    width: calc(50% - 5px);
    vertical-align: top;
  }
  .date-time-group.full-row.my-com .range-separator {
    -ms-flex-item-align: center;
        align-self: center;
    padding: 5px 0;
  }
}
@media (max-width: 768px) {
  .contents-group.map-group {
    padding-bottom: 10px;
  }
  .contents-group.map-group .map-area {
    height: 200px;
  }
  .contents-group.map-group .map-area .pin img {
    width: 36px;
  }
  .contents-group.map-group .map-title .tit {
    font-size: 1.8rem;
  }

  .type-select-area .item .btn {
    padding: 8px;
  }
  .type-select-area .item .btn p {
    font-size: 1.4rem;
  }

  .form-group .form-wrap .group .group-title .tit {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .form-group.apply .form-wrap .fomr-title .box {
    font-size: 1.3rem;
    padding: 8px 15px;
  }
  .form-group.apply .form-wrap .fomr-title .tit {
    font-size: 2.2rem;
  }

  .btn-wrap.form-btn .btn-center {
    gap: 5px;
  }
  .btn-wrap.form-btn .btn-center .a-btn,
.btn-wrap.form-btn .btn-center button {
    font-size: 1.4rem;
    height: 40px;
  }

  .info-form .info-title {
    padding: 7px 12px;
  }
  .info-form .info-title .title-left .tit {
    font-size: 1.5rem;
  }
  .info-form .info-title .title-left .toggle-btn {
    width: 18px;
    height: 18px;
    top: -3px;
  }
  .info-form .info-title .title-left .toggle-btn .toggle-icon {
    font-size: 0.8rem;
  }
  .info-form .info-content {
    padding: 0 15px 15px 15px;
  }

  .benefits-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .benefits-wrapper .benefits-card {
    padding: 20px 16px;
  }
  .benefits-wrapper .benefits-card .card-top {
    gap: 15px;
    margin-bottom: 15px;
  }
  .benefits-wrapper .benefits-card .card-content .card-title {
    font-size: 1.5rem;
    margin-bottom: 6px;
  }
  .benefits-wrapper .benefits-card .card-detail {
    font-size: 1.2rem;
    padding-top: 15px;
  }
}
@media (max-width: 580px) {
  .contents-group.map-group .map-area {
    height: 150px;
  }
  .contents-group.map-group .map-area .pin img {
    width: 30px;
  }

  .benefits-wrapper {
    grid-template-columns: 1fr;
  }
  .benefits-wrapper .benefits-card {
    padding: 18px 15px;
    border-radius: 10px;
  }
  .benefits-wrapper .benefits-card .card-top {
    gap: 15px;
    margin-bottom: 15px;
  }
  .benefits-wrapper .benefits-card .card-detail {
    font-size: 1.1rem;
    padding-top: 15px;
  }
}
@media (max-width: 768px) {
  .notice-section {
    margin-top: 20px;
  }
  .notice-section .notice-box {
    padding: 12px 15px;
  }
  .notice-section .notice-box .notice-title {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
  .notice-section .notice-box .notice-list li {
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .date-time-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
  .date-time-group .input-text {
    width: 100%;
  }
  .date-time-group .time-range {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .date-time-group .time-range .selectbox {
    width: calc(50% - 15px);
  }
  .date-time-group.full-row {
    gap: 5px;
  }
  .date-time-group.full-row .date-time-item {
    width: 100%;
  }
  .date-time-group.full-row .date-time-item .input-text input {
    padding: 0 5px 0 10px;
  }
  .date-time-group.full-row .date-time-item .selectbox {
    width: 75px;
  }
  .date-time-group.full-row .date-time-item .selectbox:after {
    right: 10px;
    width: 5px;
    height: 5px;
  }
  .date-time-group.full-row .date-time-item .selectbox select {
    padding: 0 15px 0 10px;
    font-size: 1.5rem;
  }
  .date-time-group.full-row .range-separator {
    display: none;
  }
}/*# sourceMappingURL=apply.css.map */