@charset "UTF-8";
/* Button */
.btn {
  display: inline-block;
  border-radius: 0px;
  text-align: center;
}
.btn-mini {
  height: 37px;
  line-height: 37px;
  font-size: 16px;
  text-align: center;
  border-radius: 4px;
}
.btn-sm {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  border-radius: 4px;
}
.btn-md {
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  text-align: center;
}

.btn-lg {
  height: 52px;
  line-height: 52px;
  font-size: 18px;
  text-align: center;
}
.btn-big {
  height: 56px;
  line-height: 56px;
  font-size: 18px;
  text-align: center;
}
.btn-big-B {
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
}
.btn-h57 {
  height: 57px;
  line-height: 57px;
  font-weight: 700;
  font-size: 18px;
}
.btn-w100p {
  width: 100%;
}
.btn-textType {
  text-decoration: underline;
  font-size: 14px;
  font-weight: 400;
  color: var(--info_text);
}
.btn_p16 {
  padding: 0 16px;
}
.btn_p24 {
  padding: 0 24px;
}
.btn.disabled {
  background-color: var(--bg_light);
  color: var(--disabled);
  border: none;
}
.btn:disabled {
  background-color: var(--bg_light) !important;
  color: var(--disabled) !important;
  border: none !important;
}

.btn_border_blue {
  border: 1px solid #0e4194;
  color: #0e4194;
}
.btn_blue {
  background: #0e4194;
  color: #fff;
}
.btn-green {
  background: #299738;
  color: #fff;
}

.btn-green_bor {
  border: 1px solid #299738;
  color: #299738;
}
.btn_gray {
  border: 1px solid #d9d9d9;
  color: #141414;
}
.certi_btn {
  height: 34px;
  line-height: 34px;
  width: 76px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  color: #141414;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
}
.certi_btn p {
  background: url(../_img/common/icon_certi.svg) no-repeat center center / contain;
  width: 16px;
  height: 16px;
}
/* #### Modal #### */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
  opacity: 0;
}

.modal.open {
  z-index: 1000;
  opacity: 1;
}

.modal__inner {
  position: absolute;
  top: 47.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  max-height: 80vh;
  overflow-y: auto;
  border-radius: 0;
  background-color: var(--white);
  transition: 0.45s;
  opacity: 0;
}

.modal.open .modal__inner {
  top: 50%;
  opacity: 1;
}

.modal__inner::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.modal__inner::-webkit-scrollbar-thumb {
  height: 30%;
  background: #dddddd;
  border-radius: 10px;
}

.modal__inner::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 20px;
}
.modal__header {
  display: flex;
  justify-content: space-between;
  padding: 0 24px;
  height: 56px;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
}
.modal__header h1 {
  color: #141414;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
}
.modal__close {
  width: 24px;
  height: 24px;
}
.modal__close .btn_modal-close {
  width: 100%;
  height: 100%;
  background: url(../_img/common/icon_close_sidebar.svg) no-repeat center center / contain;
}
.modal__content {
  padding: 32px;
}
/* modal 아이디 찾기 / 비밀번호 재설정*/
.modal_account .modal__inner {
  max-width: calc(100% - 32px);
  width: 460px;
}
.modal_account .modal__content .tabnav {
  display: flex;
  gap: 8px;
}
.modal_account .modal__content .tabnav li a {
  padding: 0 16px;
  height: 33px;
  line-height: 33px;
  background: #d9d9d9;
  color: #8c8c8c;
  font-weight: 500;
  font-size: 16px;
  border-radius: 17px;
  display: inline-block;
}
.modal_account .modal__content .tabnav li a.active {
  background: #0e4194;
  color: #fff;
}
.modal_account .modal__content .tabcontent {
  margin-top: 32px;
}
.modal_account .btn-green.fw700 {
  height: 57px;
  line-height: 57px;
  margin-top: 14px;
  border-radius: 4px;
  font-size: 18px;
}

/* modal 신청서 제출안내 */
.modal_announcement .modal__inner {
  max-width: calc(100% - 32px);
  width: 640px;
}
.modal_announcement .modal__content .gray_box {
  background: #f5f5f5;
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
}
.modal_announcement .modal__content .gray_box.p40 {
  padding: 40px 24px;
}
.modal_announcement .modal__content .gray_box h2 {
  color: #141414;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
}
.modal_announcement .modal__content .gray_box .red_txt {
  text-align: center;
  margin-top: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  color: #cd0000;
}

.modal_announcement .modal__content .gray_box .gray_text {
  color: #8c8c8c;
  font-size: 15px;
  font-weight: 500;
  line-height: 130%;
  margin-top: 24px;
}

.modal_announcement .modal__content .gray_box .gray_text.mt8 {
  margin-top: 8px;
  padding-left: 10px;
  text-indent: -13px;
}
.modal_announcement .modal__content label {
  margin-top: 16px;
  display: flex;
  gap: 12px;
  align-items: center;
  color: #141414;
  font-size: 16px;
  font-weight: 400;
}
.modal_announcement .modal__content .btns {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.modal_announcement .modal__content .btns > button {
  border-radius: 4px;
}

.modal_announcement .modal__content .btns .btn-h57 {
  margin-top: 40px;
}

.modal_announcement .modal__content .btns .btn-h37 {
  height: 37px;
  line-height: 37px;
  width: 60px;
  margin-top: 24px;
  font-size: 16px;
  font-weight: 500;
}
.no_inform .box {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #f5f5f5;
  align-items: center;
  padding: 60px 0;
}
.no_inform .box img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.no_inform .box span {
  color: #8c8c8c;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
}
.no_inform .btns {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.correct_inform .box {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #e6f6ee;
  align-items: center;
  padding: 60px 0;
}
.correct_inform .box img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-bottom: 16px;
}
.correct_inform .box span {
  color: #54c38a;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
}

.correct_inform .box h1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 140%;
  color: #00a550;
}
.correct_inform .btns {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
/* modal_header search */
.modal_header_search.open .modal__inner {
  top: 0;
  transform: translate(-50%, 0);
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.45s ease, opacity 0.45s ease;
}
.modal_header_search .modal__close {
  position: absolute;
  top: 60px;
  right: 60px;
  width: 40px;
  height: 40px;
}
.modal_header_search .ip__area {
  position: relative;
  height: 72px;
  width: 692px;
}
.modal_header_search .ip__area input {
  width: 100%;
  border: none;
  border-bottom: 3px solid #000;
  font-size: 26px;
  font-weight: 700;
  color: #141414;
  padding: 16px;
  height: 100%;
}
.modal_header_search .ip__area .search_btn {
  position: absolute;
  right: 16px;
  width: 40px;
  height: 40px;
  background: url(../_img/common/icon_search.svg) no-repeat center center / contain;
  top: 50%;
  transform: translateY(-50%);
}
.modal_header_search .ip__area input::placeholder {
  font-size: 26px;
  font-weight: 700;
  color: #8c8c8c;
}
/* Form */
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"] {
  border: 1px solid #d9d9d9;
  background-color: #fff;
  padding: 12px;
  font-size: 16px;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="number"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #8c8c8c;
}
.input-basic {
  border-radius: 4px;
  width: 100%;
  height: 41px;
}
.input-w100p {
  width: 100%;
}
/* input-A 돋보기버튼 */
.input_A {
  position: relative;
  width: 320px;
  height: 45px;
}
.input_A input {
  width: 100%;
  height: 100%;
  padding-right: 48px;
}
.input_A .search {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.input_A .search p {
  width: 100%;
  height: 100%;
  background: url(../_img/common/icon_search.svg) no-repeat center center / contain;
}

/* input-B 로그인 회원가입 style input */
.input-B p {
  color: #141414;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 8px;
}
.input-B input {
  width: 100%;
  height: 45px;
  border-radius: 4px;
}
.input-B.mt24 {
  margin-top: 24px;
}
/* input-C  모달 input */
.ip_box_C {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.input-C {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: start;
}

.input-C.warning input {
  border: 1px solid #cd0000;
}
.input-C input {
  width: 100%;
  border-radius: 4px;
  height: 45px;
}
.input-C span {
  width: 55px;
  color: #141414;
  font-weight: 500;
  font-size: 16px;
  line-height: 45px;
  flex-shrink: 0;
  height: 45px;
}

.input-C span.w85 {
  width: 85px;
}
.input-C .btn-ip {
  display: flex;
  gap: 4px;
}
.input-C .btn-ip .btn {
  width: 76px;
  flex-shrink: 0;
  border-radius: 4px;
}
.input-C .certification {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: end;
}
/* 사업신청 input */
.input-D {
  border-radius: 4px;
  height: 41px;
  font-size: 16px;
  font-weight: 400;
  color: #141414;
}
.input-D:focus {
  border: 1px solid #000;
}
/* radio */
.radio--typeA input[type="radio"] {
  display: none;
}
.radio--typeA input[type="radio"] + em {
  display: flex;
  flex-shrink: 0;
  width: 100%;
  height: 55px;
  line-height: 55px;
  color: #141414;
  font-weight: 500;
  font-size: 18px;
  font-style: normal;
  line-height: 130%;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9d9d9;
  background: #fff;
  cursor: pointer;
}
.radio--typeA input[type="radio"] + em:hover {
  border: 1px solid #299738;
  color: #299738;
}

.radio--typeA input[type="radio"]:checked + em {
  background: #299738;
  color: #fff;
}

/* radio disabled*/

input[type="radio"].radio--typeDis {
  /* display: none; */
  opacity: 0;
  position: absolute;
}
input[type="radio"].radio--typeDis + em {
  width: 45px;
  height: 45px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #d9d9d9;
  color: #141414;
  display: inline-block;
  text-align: center;
  line-height: 45px;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
}

input[type="radio"].radio--typeDis:checked + em {
  background: #299738;
  color: #fff;
  border: 1px solid #299738;
}

/* radio */
.radio_box-B {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.radio--typeB input[type="radio"] {
  display: none;
}
.radio--typeB input[type="radio"] + em {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  color: #141414;
  font-weight: 500;
  font-size: 16px;
  font-style: normal;
  border: 1px solid #d9d9d9;
  background: #fff;
  cursor: pointer;
  padding: 0 16px;
  border-radius: 4px;
}

.radio--typeB input[type="radio"]:checked + em {
  background: #299738;
  color: #fff;
  border: 1px solid #299738;
}

/* radio-dashboard */
.radio_dashboard input[type="radio"] {
  display: none;
}
.radio_dashboard input[type="radio"] + em {
  flex-shrink: 0;
  display: inline-block;
  font-style: normal;
  background: #fff;
  cursor: pointer;
  padding: 0 24px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #0e4194;
  color: #0e4194;
  font-weight: 500;
  font-size: 16px;
  border-radius: 20px;
}

.radio_dashboard input[type="radio"]:checked + em {
  background: #0e4194;
  color: #fff;
}
.radio_dashboard input[type="radio"]:disabled + em {
  background: #d9d9d9;
  border-color: #d9d9d9;
  color: #8c8c8c;
  cursor: default;
}
/* check_A */

.checkbox--typeA input {
  display: none;
}
.checkbox--typeA input + em {
  background: url(../_img/common/icon_checkbox_A.svg) no-repeat center center / contain;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.checkbox--typeA input:checked + em {
  background: url(../_img/common/icon_checkbox_A_on.svg) no-repeat center center / contain;
}
/* Select */
.select-primary {
  height: 34px;
  line-height: 34px;
  float: none;
  max-width: 1146px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  border: none;
  background: transparent;
  color: #141414;
  font-size: 24px;
  font-weight: 700;
  padding-right: 58px;
}

.select-primary > span {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: keep-all; /* 또는 break-all */
}
.select-primary .list {
  width: inherit;
  max-height: 190px;
  overflow-y: auto;
  z-index: 1000;
}

.select-primary:active,
.select-primary.open,
.select-primary:focus {
  border-color: #ddd;
}

.select-primary .option {
  border-bottom: 1px solid #ddd;
  height: 40px;
  line-height: 40px;
}

.select-primary .option:last-child {
  border-bottom: none;
}

.select-primary .option.selected {
  font-weight: normal;
}

.select-primary:after {
  border-bottom: none;
  border-right: none;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../_img/common/icon_arrow_bottom.svg) no-repeat center center / contain;
  transform: translateY(-50%) rotate(0deg);
  margin-top: 0;
  right: 15px;
}

.select-primary.open:after {
  transform: translateY(-50%) rotate(-180deg);
  transform-origin: center !important;
}

/* select-search */
.select-search {
  height: 45px;
  line-height: 45px;
  float: none;
  width: 320px;
  border-color: #d9d9d9;
  display: inline-block;
  font-size: 16px;
}

.select-search .list {
  width: inherit;
  max-height: 190px;
  overflow-y: auto;
  z-index: 1000;
}

.select-search:active,
.select-search.open,
.select-search:focus {
  border-color: #ddd;
}

.select-search .option {
  border-bottom: 1px solid #ddd;
  height: 40px;
  line-height: 40px;
}

.select-search .option:last-child {
  border-bottom: none;
}

.select-search .option.selected {
  font-weight: normal;
}

.select-search:after {
  border-bottom: none;
  border-right: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../_img/common/icon_arrow_bottom.svg) no-repeat center center / contain;
  transform: translateY(-50%) rotate(0deg);
  margin-top: 0;
  right: 15px;
}

.select-search.open:after {
  transform: translateY(-50%) rotate(-180deg);
  transform-origin: center !important;
}

/* select-search-B */
.select-search-B {
  height: 45px;
  line-height: 45px;
  float: none;
  width: 160px;
  border-color: #d9d9d9;
  display: inline-block;
  font-size: 16px;
}

.select-search-B .list {
  width: inherit;
  max-height: 190px;
  overflow-y: auto;
  z-index: 1000;
}

.select-search-B:active,
.select-search-B.open,
.select-search-B:focus {
  border-color: #ddd;
}

.select-search-B .option {
  border-bottom: 1px solid #ddd;
  height: 40px;
  line-height: 40px;
}

.select-search-B .option:last-child {
  border-bottom: none;
}

.select-search-B .option.selected {
  font-weight: normal;
}

.select-search-B:after {
  border-bottom: none;
  border-right: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../_img/common/icon_arrow_bottom.svg) no-repeat center center / contain;
  transform: translateY(-50%) rotate(0deg);
  margin-top: 0;
  right: 15px;
}

.select-search-B.open:after {
  transform: translateY(-50%) rotate(-180deg);
  transform-origin: center !important;
}

/* Select-mini */
.select-mini {
  height: 40px;
  line-height: 40px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: #141414;
  font-size: 15px;
  font-weight: 400;
  padding-right: 38px;
  padding-left: 10px;
}

.select-mini .list {
  width: inherit;
  max-height: 190px;
  overflow-y: auto;
  z-index: 1000;
}

.select-mini:active,
.select-mini.open,
.select-mini:focus {
  border-color: #ddd;
}

.select-mini .option {
  border-bottom: 1px solid #ddd;
  height: 40px;
  line-height: 40px;
}
.select-mini .option:last-child {
  border-bottom: none;
}

.select-mini .option.selected {
  font-weight: normal;
}

.select-mini:after {
  border-bottom: none;
  border-right: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 50%;
  background: url(../_img/common/icon_arrow_bottom.svg) no-repeat center center / contain;
  transform: translateY(-50%) rotate(0deg);
  margin-top: 0;
  right: 10px;
}

.select-mini.open:after {
  transform: translateY(-50%) rotate(-180deg);
  transform-origin: center !important;
}

@media screen and (max-width: 900px) {
  .modal_header_search.open .modal__inner {
    height: 250px;
  }
  .modal_header_search .ip__area {
    width: 100%;
    height: 56px;
  }
  .modal_header_search .modal__close {
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
  }
  .modal_header_search .ip__area input {
    padding: 12px;
    font-size: 18px;
  }
  .modal_header_search .ip__area input::placeholder {
    font-size: 18px;
  }
  .modal_header_search .ip__area .search_btn {
    right: 12px;
    width: 32px;
    height: 32px;
  }
  .modal_header_search .modal__content {
    padding: 0 16px;
    width: 100%;
  }
}
/* Mobile */
@media screen and (max-width: 768px) {
  .input-B input {
    height: 43px;
  }
  .input-B p {
    font-size: 15px;
  }
  .account__inner .btn-green {
    height: 53px;
    line-height: 53px;
    font-size: 16px;
  }
  .input-C span {
    width: 51px;
    height: 43px;
    font-size: 15px;
  }
  .modal__header {
    padding: 0 16px;
  }
  .modal__content {
    padding: 24px 16px;
  }
  .modal_account .modal__content .tabnav li a {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .modal_account .modal__content .tabcontent {
    margin-top: 24px;
  }
  .input-C input {
    height: 43px;
    font-size: 15px;
  }
  .input-C input::placeholder {
    font-size: 15px;
  }
  .input-C .btn-ip .btn {
    width: 56px;
    font-size: 14px;
  }
  .certi_btn {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    gap: 4px;
    width: 56px;
  }
  .certi_btn p {
    width: 12px;
    height: 12px;
  }
  .modal_account .btn-green.fw700 {
    height: 53px;
    line-height: 53px;
    font-size: 16px;
    font-weight: 500;
  }
  .no_inform .box,
  .correct_inform .box {
    padding: 40px 0;
    gap: 8px;
  }
  .no_inform .box img {
    width: 20px;
    height: 20px;
  }
  .no_inform .box span {
    font-size: 15px;
  }
  .no_inform .btns button,
  .password_reset .btns button {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
  }
  .correct_inform .box span {
    font-size: 14px;
  }
  .correct_inform .box h1 {
    font-size: 26px;
  }
  .correct_inform .btns .btn {
    height: 34px;
    font-size: 14px;
    line-height: 34px;
  }
  .input-C span.w85 {
    width: 51px;
    line-height: 130%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .select-primary {
    max-width: 100%;
    height: auto;
    font-size: 20px;
    padding-left: 0;
  }
  .nice-select:after {
    top: 14px;
  }
  .select-primary .list {
    width: 100%;
    font-size: 15px;
  }
  .select-primary .option {
    height: fit-content;
    line-height: 140%;
    white-space: normal;
    word-break: break-word;
    display: flex;
    align-items: center;
    padding: 10px;
  }
  .modal_announcement .modal__content .gray_box.p40 {
    padding: 24px 16px;
  }
  .modal_announcement .modal__content .gray_box h2 {
    font-size: 20px;
  }
  .modal_announcement .modal__content .gray_box .gray_text {
    margin-top: 16px;
    font-size: 14px;
  }
  .modal_announcement .modal__content .btns .btn-h37 {
    height: 34px;
    line-height: 34px;
    width: 56px;
    font-size: 14px;
    margin-top: 16px;
  }

  .input-basic {
    height: 39px;
  }
  .radio--typeB input[type="radio"] + em {
    height: 34px;
    line-height: 34px;
    padding: 0 12px;
    font-size: 14px;
  }
  .radio_dashboard input[type="radio"] + em {
    height: 34px;
    line-height: 34px;
    padding: 0 16px;
    font-size: 14px;
  }
  .select-mini {
    padding-right: 35px;
  }
}
