/* 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;
}

.visual {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 68px;
  overflow: hidden;
}

.visual .swiper-slide {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 360/400;
}

.visual .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual .swiper-slide .txt-box {
  position: absolute;
  top: 50%;
  left: 48px;
  transform: translateY(-50%);
  padding-bottom: 24px;
}

.visual .swiper-slide .txt-box .tit {
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  color: #FFFFFF;
}

.visual .swiper-slide .txt-box .tit span {
  color: #F9BF3D;
}

.visual .swiper-slide .txt-box .sub {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
  color: #FFFFFF;
}

.visual .swiper-pagination2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 12px;
}

.visual .swiper-pagination2 .swiper-pagination-bullet {
  width: 4px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 100%;
  background: #D9D9D9;
  opacity: 0.6;
  margin: 0 !important;
}

.visual .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 12px;
  height: 4px;
  aspect-ratio: initial;
  border-radius: 5px;
  background: #5AB4FF;
  opacity: 1;
  transition: all 0.3s;
}

.sub_kv {
  width: 100%;
  height: auto;
  padding: 20px 0 23px;
  /* margin-top: 56px; */
  background-image: linear-gradient(111deg, rgba(90, 180, 255, 0.2), rgba(90, 180, 255, 0.5) 73%, rgba(90, 180, 255, 0.45) 100%);
}
.sub_kv .logo {
  width: 132px;
  height: auto;
  margin-bottom: 13px;
}
.sub_kv .logo img {
  width: 100%;
  height: auto;
}
.sub_kv .txt-box .tit {
  margin-bottom: 2px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  color: #333D4B;
}
.sub_kv .txt-box .sub {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3;
  color: #333D4B;
}

.sub_kv2 {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 375/256;
  overflow: hidden;
}
.sub_kv2 .swiper-horizontal {
  height: 100%;
}
.sub_kv2 ul {
  width: 100%;
  height: 100%;
}
.sub_kv2 ul li {
  width: 100%;
  height: 100%;
}
.sub_kv2 ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub_kv2 .swiper-pagination_sub {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.sub_kv2 .swiper-pagination_sub .swiper-pagination-bullet {
  width: 4px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 100%;
  background: #D9D9D9;
  opacity: 0.6;
  margin: 0 !important;
}
.sub_kv2 .swiper-pagination_sub .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 12px;
  height: 4px;
  aspect-ratio: initial;
  border-radius: 5px;
  background: #FFFFFF;
  opacity: 1;
  transition: all 0.3s;
}

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