/* 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;
  width: 100%;
  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: 1.75;
  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;
  width: 3px;
  height: auto;
  aspect-ratio: 1;
}
.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;
}

footer {
  /* display: none; */
  max-width: 500px;
  width: 100%;
  height: auto;
  padding: 19px 0 92px;
  margin: 0 auto 0;
  box-sizing: border-box;
  background: #fff;
}
footer .container {display: none;}
footer .footer_tit {
  margin-bottom: 14px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.3;
  color: #121212;
}
footer .txt-box {
  width: 100%;
  height: auto;
  padding: 12px 0;
  border-bottom: 1px solid #D2D2D2;
}
footer .txt-box p {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  color: #777777;
}
footer .txt-box dl {
  display: flex;
  align-items: center;
  gap: 4px;
}
footer .txt-box dl dt span {
  display: block;
  width: 3px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 100%;
  background: #777777;
}
footer .txt-box dl dd {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  color: #777777;
}
footer .txt-box:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}

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