/* font */
@font-face {
  font-family: "Pre";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Pre";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Pre";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Pre";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Pre";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Pre";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Pre";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Pre";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Pre";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
/* //font */
input, textarea, select, td, th, dd, dt, button, a {
  font-family: "Pre";
}

body {
  font-family: "Pre";
  background: #CCCCCC;
}

.container {
  padding: 0 16px;
  box-sizing: border-box;
}

#wrap {
  max-width: 500px;
  width: 100%;
  min-height: calc(100vh - 354px);
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
  background: #FFFFFF;
}

.description_box {
  width: 100%;
  height: auto;
  padding: 13px;
  padding-left:22px;
  margin-top: 44px;
  box-sizing: border-box;
  background-color: rgba(204, 204, 204, 0.3);
  border-radius: 12px;
}
.description_box .tit {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.3;
  color: #333D4B;
}
.description_box .tit img {
  width: 13px;
  height: auto;
}
.description_box dl {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
  padding-left:5px;
}
.description_box dl:last-of-type {
  margin-bottom: 0;
}
.description_box dl dt span {
  display: block;
  width: 3px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 100%;
  background: #888888;
}
.description_box dl dd {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  color: #888888;
}

.form_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.type_1 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  width: 110px;
  height: 54px;
  border-radius: 12px;
  border: 1px solid #5AB4FF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  color: #5AB4FF;
}
.type_2 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: calc(100% - 110px);
  width: calc(100% - 110px);
  height: 54px;
  border-radius: 12px;
  background: #AAAAAA;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: #FFFFFF;
}
.type_2.on {
  background: #5AB4FF;
}
.type_3 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 41px;
  padding: 0 12px;
  border-radius: 12px;
  border: 1px solid #5AB4FF;
  background: #E7F4FF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #333D4B;
}
.type_3_2 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 41px;
  padding: 0 12px;
  border-radius: 12px;
  border: 1px solid #5AB4FF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #333D4B;
}
.type_4 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 54px;
  border-radius: 12px;
  border: 1px solid #F9BF3D;
  background: #F9BF3D;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  color: #FFFFFF;
}

.d-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9.5px;
}

.d-flex_c {
  display: flex;
  flex-flow: column;
  gap: 12px;
}

.d-left {
  justify-content: flex-start !important;
}

.d-center {
  justify-content: center !important;
}

.d-sb {
  justify-content: space-between !important;
}

.mt12 {
  margin-top: 12px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.dl_box {
  width: 100%;
  height: auto;
  margin: 12px 0 23px;
}
.dl_box dl {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
.dl_box dl:last-of-type {
  margin-bottom: 0;
}
.dl_box dl dt span {
  display: block;
  min-width: 3px;
  width: 3px;
  height: 3px;
  aspect-ratio: 1;
  border-radius: 100%;
  background: #777777;
}
.dl_box dl dd {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #777777;
}

.cate_label {
  display: flex;
  align-items: center;
  gap: 6px;
}
.cate_label span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 5px 10px;
  border-radius: 16px;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #FFFFFF;
  box-sizing: border-box;
}
.cate_label span.pr {
  background: #5AB4FF;
}
.cate_label span.pr_b {
  background: transparent;
  border: 1px solid #5AB4FF;
  color: #5AB4FF;
}

.current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 5px 10px;
  border-radius: 16px;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #FFFFFF;
}
.current_1 {
  background: #DC4169;
}
.current_2 {
  background: #34C759;
}
.current_3 {
  background: #F9BF3D;
}
.current_4 {
  background: #777777;
}

.section_form {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  min-height: 78vh;
  height: auto;
  padding-bottom: 50px;
  margin-top: 4px;
}

.section_form.css {
  min-height: 92.5vh;
  padding-bottom: 16px;
}

.form-box {
  width: 100%;
  height: auto;
}

.form_tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.form_tit .tit {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  color: #333D4B;
}
.form_tit .tit.col {
  position: relative;
  flex-flow: column;
  align-items: flex-start;
  gap: 5px;
  color: #222;
}
.form_tit .tit span:not(.es) {
  padding-bottom: 3px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
}
.form_tit .tit span.es {
  position: absolute;
  bottom: -4px; 
  right: -45px;
  font-size: 8px;
  font-weight: 300;
  color: #FF5F57;
}
.form_tit .tit .sub_type2 {
  display: block;
  font-size: 10px;
  font-weight: 400;
  color: #5AB4FF;
}
.form_tit img {
  width: 50px;
  height: auto;
}
.form_tit .step_num {
  display: flex;
  align-items: center;
  gap: 8px;
}
.form_tit .step_num p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #f2f4f6;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.form_tit .step_num p.active {
  border: 1px solid #5AB4FF;
  box-sizing: border-box;
  background: #E7F4FF;
  color: #5AB4FF;
}

.input-box {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}
.input-box:last-of-type {
  margin-bottom: 0;
}
.input-box .tit {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  color: #333D4B;
}
.input-box .tit span {
  padding-bottom: 3px;
  font-size: 8px;
  font-weight: 300;
  line-height: 1.4;
  color: #FF5F57;
}
.input-box input {
  width: 100%;
  height: 41px;
  padding: 0 12px;
  margin-bottom: 12px;
  border-radius: 12px;
  border: 1px solid #bbbbbb;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #333D4B;
  outline-color: #5AB4FF;
}
.input-box input:last-of-type {
  margin-bottom: 0;
}
.input-box input::placeholder {
  color: #bbbbbb;
}
.input-box input:read-only {
  border-color: #5AB4FF;
  background: #E7F4FF;
}
.input-box input.detail_address {
  background: transparent !important;
}
.input-box input.big {
  height: 49px;
  background: #E7F4FF;
  text-align: right;
  font-size: 18px;
  font-weight: bold;
  color: #333D4B;
}
.input-box .input_sub_t {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  color: #333D4B;
}

.agee_box {
  width: 100%;
  height: auto;
  padding-top: 5px;
}
.form_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  margin-bottom: 12px;
  border-radius: 16px;
  border: 1px solid #5AB4FF;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  color: #5AB4FF;
}
.form_btn img {
  width: 24px;
  height: auto;
}

.check_box {
  width: 100%;
  height: auto;
}
.check_box .d-flex {gap: 12px;}
.check_box input {
  display: none;
}
.check_box label {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  height: 40px;
  padding: 0 12px;
  border-radius: 12px;
  border: 1px solid #bbbbbb;
  box-sizing: border-box;
}
.check_box label:before {
  content: "";
  display: block;
  width: 14px;
  height: auto;
  aspect-ratio: 1;
  background: url(./../img/ckd_off.png) no-repeat 50% 50%;
  background-size: cover;
}
.check_box label.label_type1 {
  width: 50%;
}
.check_box input:checked + label {
  border-color: #5AB4FF;
  background: #E7F4FF;
}
.check_box input:checked + label:before {
  content: "";
  display: block;
  width: 14px;
  height: auto;
  aspect-ratio: 1;
  background: url(./../img/ckd_on.png) no-repeat 50% 50%;
  background-size: cover;
}
.check_box select {
  min-width: 100px;
  width: 100px;
  height: 41px;
  padding: 0 12px;
  border: 1px solid #bbbbbb;
  border-radius: 12px;
  appearance: none;
  background: url(./../img/select_icon.png) no-repeat calc(100% - 8px) 50%;
  background-size: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #333D4B;
  outline-color: #5AB4FF;
}
.check_box select.on {
  border-color: #5AB4FF;
}
.check_box select:disabled {
  background: initial;
  text-align: center;
  color: #333D4B;
  border-color: #5AB4FF;
}

.member_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.member_btn a {
  position: relative;
  padding-right: 12px;
  margin-right: 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  color: #AAAAAA;
}
.member_btn a:before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 10px;
  background: #AAAAAA;
}
.member_btn a:last-of-type {
  padding-right: 0;
  margin-right: 0;
}
.member_btn a:last-of-type::before {
  display: none;
}

.address_area {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.address_area > .tit {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  color: #777777;
}
.address_area > .tit2 {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  color: #333D4B;
}

.add_address {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 41px;
  border-radius: 12px;
  background: #5AB4FF;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  color: #FFFFFF;
}

.address_search {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 32px;
  padding: 0 8px;
  box-sizing: border-box;
  border-radius: 8px;
  background: #EEEEEE;
}
.address_search input {
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #333D4B;
  outline: none;
}
.address_search input::placeholder {
  color: #888888;
}
.address_search button {
  min-width: 16px;
  width: 16px;
  height: auto;
}
.address_search button img {
  width: 100%;
  height: auto;
}

.address_list {
  width: 100%;
  height: auto;
  margin-top: 12px;
}
.address_list ul {
  width: 100%;
  height: auto;
}
.address_list ul li {
  width: 100%;
  height: auto;
}
.address_list ul li button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 48px;
  border-bottom: 1px solid #CCCCCC;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #222222;
}
.address_list ul li button img {
  width: 16px;
  height: auto;
}

.address_form {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.current_address2 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 41px;
  padding: 0 12px;
  margin-bottom: 12px;
  border-radius: 12px;
  border: 1px solid #5AB4FF;
  box-sizing: border-box;
  background: #E7F4FF;
}

.form_tit2 {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-left: 7px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: #5AB4FF;
  box-sizing: border-box;
}
.form_tit2 span {
  display: block;
  width: 3px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 100%;
  background: #5AB4FF;
}

.date_set {
  width: 100%;
  height: auto;
  margin-top: 24px;
}

#datepicker {
  font-family: "Pre" !important;
  position: relative;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
/* #datepicker:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
} */
#datepicker .ui-widget-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 21px;
  padding: 0 !important;
  margin-bottom: 28px;
  background: transparent !important;
  border: none !important;
}
#datepicker .ui-datepicker .ui-datepicker-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08px;
  color: #1e1e1e;
}
#datepicker .ui-datepicker-inline {
  width: 100%;
  height: auto;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 12px;
  box-shadow: 0 3.6px 5.4px -3.6px rgba(0, 0, 0, 0.1), 0 9.1px 13.6px -2.7px rgba(0, 0, 0, 0.1);
  border: solid 0.9px #e5e7eb;
  background: #FFFFFF;
}
#datepicker .ui-widget-header a {
  display: block;
  width: 21px;
  height: 21px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent !important;
  border: none !important;
}
#datepicker .ui-widget-header a span {
  position: initial !important;
  margin: 0 !important;
}
#datepicker .ui-widget-header a.ui-datepicker-prev {
  left: 0 !important;
}
#datepicker .ui-widget-header a.ui-datepicker-next {
  right: 0 !important;
}
#datepicker .ui-widget-header a.ui-datepicker-prev span {
  width: 100%;
  height: 100%;
  background: url(./../img/arrow_l.png) no-repeat 50% 50%;
  background-size: cover;
}
#datepicker .ui-widget-header a.ui-datepicker-next span {
  width: 100%;
  height: 100%;
  background: url(./../img/arrow_r.png) no-repeat 50% 50%;
  background-size: cover;
}
#datepicker .ui-datepicker table {
  table-layout: fixed;
}
#datepicker .ui-datepicker th {
  padding: 0 !important;
  padding-bottom: 19px !important;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: -0.06px;
  color: #6b7280;
}
#datepicker .ui-datepicker td {
  width: 100%;
  height: auto;
}
#datepicker .ui-datepicker td a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  padding: 0 !important;
  background: transparent !important;
  border: none;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: 0.06px;
  color: #1e1e1e;
  border-radius: 100%;
}
#datepicker .ui-datepicker td span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  background: transparent !important;
  border: none;
  border-radius: 100%;
  color: #d1d5db;
}
#datepicker .ui-widget-content .ui-state-active {
  background: #F9BF3D !important;
  color: #FFFFFF;
  background: transparent;
}
#datepicker .ui-datepicker td.start {
  background: #FEF6E2;
  border-radius: 30px 0 0 30px;
}
#datepicker .ui-datepicker td.on {
  background: #FEF6E2;
}
#datepicker .ui-datepicker td.end {
  background: #FEF6E2;
  border-radius: 0 30px 30px 0;
}
#datepicker .ui-datepicker td.end a {
  background: #F9BF3D !important;
  color: #FFFFFF;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 1 !important;
}

.datepicker_val {
  display: flex;
  align-items: center;
  width: 100%;
  height: 41px;
  padding: 0 12px;
  margin: 22px 0 12px;
  border-radius: 12px;
  border: 1px solid #5AB4FF !important;
  background: #E7F4FF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #333D4B;
  box-sizing: border-box;
}

.order_box:first-of-type {
  border-top: 10px solid #F3F3F3;
}
.order_box:last-of-type {
  border-bottom: 0;
}
.order_box {
  padding: 24px 16px 24px;
  margin: 0 -16px;
  border-bottom: 10px solid #F3F3F3;
}

/*# sourceMappingURL=form.css.map */
