/* 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.type_2_1 {
  min-width: calc(100% - 138px);
  width: calc(100% - 138px);
}
.type_2.on {
  background: #5AB4FF;
}
.type_2.on2 {
  background: #AAAAAA !important;
}
.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;
  min-width: 138px;
  width: 138px;
  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;
}

.tab_category {
  width: 100%;
  height: auto;
  margin-top: 12px;
}

.current_address {
  width: 100%;
  height: auto;
}
.current_address dl {
  display: flex;
  align-items: center;
  gap: 8px;
}
.current_address dl dt {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  color: #121212;
}
.current_address dl dd select {
  width: 100%;
  height: auto;
  padding-right: 17px;
  appearance: none;
  background: url(./../img/address_icon.png) no-repeat 100% 50%;
  background-size: 8px 5px;
  box-sizing: border-box;
  outline: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: #121212;
}

.category_ul {
  width: 100%;
  height: auto;
  margin-top: 6px;
}
.category_ul ul {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0 16px;
  padding-bottom: 10px;
  margin: 0 -16px;
  box-sizing: border-box;
  border-bottom: 1px solid #EEEEEE;
}
.category_ul ul:before {
  position: absolute;
  bottom: 0;
  left: 7px;
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  border-radius: 4px;
  background: #5AB4FF;
  transition: all 0.3s;
}
.category_ul ul.on1:before {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  border-radius: 4px;
  background: #5AB4FF;
  left: 77px;
}
.category_ul ul.on2:before {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  border-radius: 4px;
  background: #5AB4FF;
  left: 147px;
}
.category_ul ul li {
  width: 46px;
  height: auto;
}
.category_ul ul li a {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
.category_ul ul li a img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}
.category_ul ul li a span {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: #121212;
}
.category_ul ul li.active a span {
  color: #5AB4FF;
}

.main_list {
  width: 100%;
  height: auto;
  padding-bottom: 21px;
  margin-top: 16px;
  overflow: hidden;
}

.main_list .list_item {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 16px;
  border-radius: 8px;
  box-shadow: 0 2px 6px 0 rgba(18, 18, 18, 0.05);
  border: solid 1px #eee;
  background-color: #fff;
  overflow: hidden;
}
.main_list .list_item:last-of-type {
  margin-bottom: 0;
}
.main_list .list_item .img-box {
  position: relative;
  width: 100%;
  height: auto;
}
.main_list .list_item .img-box .swiper-slide {
  width: 100%;
  height: 148px;
}
.main_list .list_item .img-box .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_list .list_item .img-box .swiper-pagination3 {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  z-index: 1;
}
.main_list .list_item .img-box .swiper-pagination3 .swiper-pagination-bullet {
  width: 4px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 100%;
  background: #D9D9D9;
  opacity: 0.6;
  margin: 0 !important;
}
.main_list .list_item .img-box .swiper-pagination3 .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;
}
.main_list .list_item .txt-box {
  width: 100%;
  height: auto;
  padding: 11px 16px 16px;
  box-sizing: border-box;
  background: #FFFFFF;
}
.main_list .list_item .txt-box .tit {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  color: #121212;
}
.main_list .list_item .txt-box .sub {
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3;
  color: #121212;
}
.main_list .list_item .txt-box .sub:last-of-type {
  margin-bottom: 0;
  font-weight: 500;
}

.profile {
  min-height: 69vh;
  padding: 12px 0;
}

.link_list {
  width: 100%;
  height: auto;
}
.link_list .link_box {
  display: flex;
  flex-flow: column;
  gap: 12px;
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}
.link_list .link_box .tit {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  color: #777777;
}
.link_list .link_box a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 41px;
  border-radius: 12px;
  padding: 0 12px;
  box-sizing: border-box;
  border: 1px solid #F3F3F3;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  color: #333D4B;
}
.link_list.mb12 .link_box a {
  height: 48px;
  border-color: #5AB4FF;
  font-size: 16px;
  color: #5AB4FF;
}

.link_list .link_box a img {
  width: 24px;
  height: auto;
}
.link_list .link_box:last-of-type {
  margin-bottom: 0;
}

.completion_sec {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  min-height: calc(100vh - 16px);
  height: 100%;
  padding-bottom: 16px;
  background: url(./../img/intro_bg.png)no-repeat 50% bottom; background-size: cover;
  z-index: 1;
}
.completion_sec:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

.completion_sec .container:first-of-type {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: relative;
  transform: translateY(50%);
}
.completion_sec .img-box {
  width: 90px;
  height: auto;
  margin-bottom: 12px;
  margin-top: 128px;
}
.completion_sec .img-box img {
  width: 100%;
  height: auto;
}
.completion_sec .txt-box {
  text-align: center;
}
.completion_sec .txt-box .tit {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 140%;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.7);
}
.completion_sec .txt-box .sub {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.7);
}
.completion_sec .txt-box .sub span {
  font-weight: bold;
}

.order_sec {
  /* padding-top: 68px; */
  padding-bottom: 0;
}

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

.order_list {
  width: 100%;
  height: auto;
}
.order_list ul {
  display: flex;
  flex-flow: column;
  gap: 16px;
}
.order_list ul li {
  width: 100%;
  height: auto;
}
.order_list ul li .child-box {
  width: 100%;
  height: auto;
  padding: 16px;
  box-sizing: border-box;
  border: 1px solid #5AB4FF;
  border-radius: 12px;
  background: #E7F4FF;
}
.order_list ul li .child-box .date {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  color: #4e4e4e;
}
.order_list ul li .child-box .cate_label {
  margin-bottom: 8px;
}
.order_list ul li .child-box .link_btn {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  color: #121212;
}
.order_list ul li .child-box .link_btn img {
  width: 16px;
  height: auto;
}
.order_list ul li .child-box .img-box {
  width: 100%;
  height: auto;
  margin-bottom: 18px;
}
.order_list ul li .child-box .img-box img {
  width: 100%;
  height: auto;
}
.order_list ul li .child-box .txt-box {
  display: flex;
  flex-flow: column;
  gap: 10px;
  padding: 0 12px;
  box-sizing: border-box;
}
.order_list ul li .child-box .txt-box dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order_list ul li .child-box .txt-box dl dt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: #333D4B;
}
.order_list ul li .child-box .txt-box dl dd {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  color: #333D4B;
}

.login_sec {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  min-height: 100vh;
  height: auto;
  padding-top: 80px;
  box-sizing: border-box;
  background: url(./../img/intro_bg.webp) no-repeat 50% bottom;
  background-size: cover;
  background-position: bottom;
}
.login_sec .container {
  width: 100%;
  height: auto;
}
.login_sec .login_logo {
  /* position: absolute;
  top: 4vw;
  left: 50%;
  transform: translateX(-50%); */
  max-width: 212px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 58px;
}
.login_sec .login_logo img {
  width: 100%;
  height: auto;
}
.login_sec .login_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  margin-bottom: 24px;
  /* margin-top: -142px; */
  border-radius: 10px;
  background: #FFE812;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #333D4B;
}
.login_sec .login_btn img {
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  width: 22px;
  height: auto;
}
.login_sec .txt-box {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.7);
}
.login_sec .txt-box a {
  color: #5AB4FF;
  font-weight: 500;
  text-decoration: underline;
}

.search_sec {
  padding-bottom: 70px;
}

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

.hash-tag {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}
.hash-tag ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.hash-tag ul li {
  width: auto;
  height: auto;
}
.hash-tag ul li .child-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px 4px 12px;
  border: 1px solid #e1e1e1;
  border-radius: 20px;
  box-sizing: border-box;
}
.hash-tag ul li .child-box a {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #121212;
}
.hash-tag ul li .child-box .del_btn {
  width: 20px;
  height: auto;
}
.hash-tag ul li .child-box .del_btn img {
  width: 100%;
  height: auto;
}

.item_list {
  width: 100%;
  height: auto;
  margin-bottom: 27px;
}
.item_list ul {
  display: flex;
  align-items: center;
  margin: 0 -4px;
  overflow: auto;
  overflow-y: hidden;
}
.item_list ul li {
  width: 160px;
  height: auto;
  padding: 0 4px;
  box-sizing: border-box;
  white-space: nowrap;
}
.item_list ul li .child-box {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 6px 0 rgba(18, 18, 18, 0.05);
}
.item_list ul li .child-box .img-box {
  width: 100%;
  height: auto;
  aspect-ratio: 160/124px;
}
.item_list ul li .child-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item_list ul li .child-box .txt-box {
  width: 100%;
  height: auto;
  padding: 8px 12px;
  box-sizing: border-box;
  background: #FFFFFF;
}
.item_list ul li .child-box .txt-box .tit {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  color: #121212;
}
.item_list ul li .child-box .txt-box .sub {
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3;
  color: #121212;
}
.item_list ul li .child-box .txt-box .txt {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.3;
  color: #121212;
}

.search_list {
  width: 100%;
  height: auto;
}
.search_list ul {
  width: 100%;
  height: auto;
}
.search_list ul li {
  width: 100%;
  height: auto;
}
.search_list ul li.on .num {
  color: #5AB4FF !important;
}
.search_list ul li .child-box {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: auto;
  padding: 12px 0;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.search_list ul li .child-box:first-of-type {
  border-top: 0;
}
.search_list ul li .child-box .num {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #bbbbbb;
}
.search_list ul li .child-box .txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #121212;
}

.category_item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 12px 0;
}
.category_item .c_item {
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 16px;
  background: #e7e7e7;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #1e1e1e;
}
.category_item .c_item.active {
  background: #5AB4FF;
  color: #FFFFFF;
}

.rs_detail {
  height: auto;
  padding: 20px 16px 16px;
  margin: 0 -16px;
  border-bottom: 8px solid #f2f4f6;
}
.rs_detail:last-of-type {
  padding: 16px;
  border-bottom: 0;
  padding-bottom: 0;
}
.rs_detail:last-of-type .tit {
  margin-bottom: 16px;
}
.rs_detail .tit {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  color: #121212;
}
.rs_detail .sub {
  margin-bottom: 8px;
  font-size: 10px;
  font-weight: 400;
  line-height: 130%;
  color: #121212;
}
.rs_detail .txt {
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
  color: #121212;
}
.rs_detail .menu {
  /* width: 100%;
  height: auto; */
  /* aspect-ratio: 360/400; */
}
.rs_detail .menu img {
  /* width: 100%; */
  /* height: 100%; */
  /* object-fit: cover; */
}
.rs_detail .dl_box {
  padding: 16px;
  margin: 16px -16px 0;
  background: #f2f4f6;
}
.rs_detail .dl_box .tit {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
  color: #121212;
}
.rs_detail .dl_box dl {
  display: flex;
  align-items: initial;
  gap: 5px;
  margin-bottom: 4px;
}
.rs_detail .dl_box dl:last-of-type {
  margin-bottom: 0;
}
.rs_detail .dl_box dl dt span {
  width: 3px;
  height: 3px;
  margin-top: 5px;
  border-radius: 100%;
  background: #959595;
}
.rs_detail .dl_box dl dd {
  font-size: 9px;
  font-weight: 400;
  line-height: 130%;
  color: #959595;
}

.order_btn {
  position: sticky;
  bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 54px;
  border-radius: 8px;
  background: #5AB4FF;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
}

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


/* intro_sec */
.intro_sec {width: 100%; height: 100vh;}
.intro_sec .img-box {width: 100%; height: 100%; object-fit: cover;}
.intro_sec .img-box img {width: 100%; height: 100%; object-fit: cover; object-position: bottom;}

/* index_sec */
.index_sec {padding-top: 68px;}
.tit-box {padding-bottom: 12px;}
.tit-box .tit {font-size: 14px; font-weight: 600; line-height: 1.3; color: #000;}
.tit-box .tit img {width: 14px; height: auto; margin-top: 1px;}

/* index_sec2 */
.index_sec2 {width: 100%; height: auto; margin-bottom: 24px; background-image: linear-gradient(103deg, rgba(90, 180, 255, 0.2), rgba(90, 180, 255, 0.5) 73%, rgba(90, 180, 255, 0.45) 100%); overflow: hidden;}
.tit-box2 {width: 100%; height: auto; padding: 20px 0; box-sizing: border-box;}
.tit-box2 .tit {margin-bottom: 10px; font-size: 24px; font-weight: bold; line-height: 1.3; color: #333D4B;}
.tit-box2 .sub {font-size: 10px; font-weight: 400; line-height: 1.3; color: #333D4B;}

/* slide_360_200 */
.slide_360_200 {overflow: hidden; padding-bottom: 24px;}
.slide_360_200 .swiper-slide {width: 100%; height: auto; aspect-ratio: 320/200; cursor: pointer;}
.slide_360_200 .swiper-slide img {width: 100%; height: 100%; object-fit: cover;}
.slide_360_200 .swiper-pagination3 {display: flex; align-items: center; justify-content: center; gap: 3px; width: 100%; height: auto; margin-top: 12px;}
.slide_360_200 .swiper-pagination3 .swiper-pagination-bullet {width: 4px; height: auto; aspect-ratio: 1; border-radius: 100%; background-color: rgba(217, 217, 217, 0.6); opacity: 1; margin: 0;}
.slide_360_200 .swiper-pagination3 .swiper-pagination-bullet.swiper-pagination-bullet-active {width: 12px; height: 4px; background: #5ab4ff; border-radius: 5px;}

.tit-box3 {margin-bottom: 12px;}
.tit-box3 .tit {font-size: 16px; font-weight: 700; line-height: 1.4; color: #333d4b;}

/* btn_sec */
/* .btn_sec {padding-bottom: 100px;} */

/* subscribe_lsit */
.subscribe_lsit {width: 100%; height: auto;}
.subscribe_lsit ul {display: flex; align-items: center; flex-wrap: wrap; gap: 24px 0; margin: 0 -10px;}
.subscribe_lsit ul li {width: calc(100% / 2); padding: 0 10px; box-sizing: border-box;}
.subscribe_lsit ul li a {display: flex; align-items: center; justify-content: center; width: 100%; height: auto; aspect-ratio: 1; border-radius: 16px; box-shadow: 0 4px 6px -4px rgba(44, 157, 255, 0.1), 0 10px 15px -3px rgba(44, 157, 255, 0.1); background-color: rgba(90, 180, 255, 0.2); font-size: 24px; font-weight: 700; line-height: 1.4; color: #333d4b; text-align: center;}
.subscribe_lsit ul li:last-of-type a {box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1); background-color: #f3f4f6;}

.subscribe_lsit2 {width: 100%; height: auto; margin-top: 24px;}
.subscribe_lsit2 ul {display: flex; align-items: center; justify-content: center; gap: 20px;}
.subscribe_lsit2 ul li {width: 100%;}
.subscribe_lsit2 ul li a {display: flex; align-items: center; justify-content: center; width: 100%; height: 60px; border-radius: 16px; box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1); background-color: rgba(90, 180, 255, 0.6); font-size: 14px; font-weight: 700; line-height: 1.4; color: #333d4b; text-align: center;}
.subscribe_lsit2 ul li:last-of-type a {box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1); background-color: rgba(249, 191, 61, 0.6);}

/* alert_popup */
.dim {display: none; position: fixed; top: 0; left: 50%; transform: translateX(-50%); max-width: 500px; width: 100%; height: 100vh; backdrop-filter: blur(4px); z-index: 7777;}
.alert_popup {display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 240px; width: 100%; height: auto; padding: 16px 12px 12px; box-sizing: border-box; border-radius: 16px; box-shadow: 0 0 12px 3px rgba(90, 180, 255, 0.4); border: solid 1px #5ab4ff; background-color: #fff; z-index: 9999;}
.alert_popup.open {display: block;}
.alert_popup .img-box {width: 90px; height: auto; margin: 0 auto 12px;}
.alert_popup .img-box img {width: 100%; height: auto;}
.alert_popup .txt-box {text-align: center;}
.alert_popup .txt-box .tit {margin-bottom: 12px; text-align: center; font-size: 18px; font-weight: bold; line-height: 1.4; color: #333d4b;}
.alert_popup .txt-box .txt {font-size: 13px; font-weight: 500; line-height: 1.4; color: #333d4b;}

.alert_popup .alert_btns {display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 24px;}
.alert_popup .alert_btns button {display: flex; align-items: center; justify-content: center; min-width: 80px; width: 80px; height: 45px; border-radius: 12px; border: solid 1px #5ab4ff; background-color: #f7f7f7; font-size: 14px; font-weight: 500; line-height: 2; color: #5ab4ff;}
.alert_popup .alert_btns a {display: flex; align-items: center; justify-content: center; width: 100%; height: 45px; border-radius: 12px; border: solid 1px #5ab4ff; background-color: #5ab4ff; font-size: 14px; font-weight: 500; line-height: 2; color: #fff;}

/* sns_link */
.sns_link {display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 24px;}
.sns_link a {display: block; width: 26px; height: auto;}
.sns_link a img {width: 100%; height: auto;}

.mt0 {margin-top: 0 !important; border: none !important;}
.mb12 {margin-bottom: 12px !important;}
.pt0 {padding-top: 0 !important;}
.bt0 {border-top: 0 !important;}

.col {flex-flow: column; align-items: flex-start;}
.sub2 {margin-top: 12px; font-size: 14px; font-weight: 400; line-height: 140%; color: #777777;}


.f16 {margin-bottom: -8px; font-size: 16px !important;}

.bt_none {border-top: 0 !important; padding-top: 0 !important;}

.w160 {width: 160px !important;}


/* ck editor */
.ck-editor p {font-size: 16px; line-height: 1.3;}
.ck-editor h2 {font-size: 30px; line-height: 1.3;}
.ck-editor h3 {font-size: 24px; line-height: 1.3;}
.ck-editor h4 {font-size: 22px; line-height: 1.3;}

.rs_detail p {font-size: 16px; line-height: 1.36; font-weight: 400;}

.rs_detail h2 {font-size: 30px; line-height: 1.2; margin-bottom: 10px;}

.rs_detail h3 {font-size: 24px; line-height: 1.2; margin-bottom: 10px;}

.rs_detail h4 {font-size: 22px; line-height: 1.2; margin-bottom: 10px;}


/* - 그냥 span | h2 span | h3 span | h4 span 반드시 설정 */

.rs_detail span {font-size: 16px; line-height: 1.36;}

.rs_detail h2 span{font-size: 30px; line-height: 1.2; margin-bottom: 10px;}

.rs_detail h3 span{font-size: 24px; line-height: 1.2; margin-bottom: 10px;}

.rs_detail h4 span{font-size: 22px; line-height: 1.2; margin-bottom: 10px;}


/* - figure | img 반드시 설정 */

.rs_detail figure {width: 100%; height: auto;}
.rs_detail .menu {width: 100%; height: auto;}

.rs_detail img {width: 100%; height: auto; margin: 30px 0;}

.login_sec .form-box .input-box input::placeholder {color: #fff;}
.login_sec .form-box .input-box input {color: #fff; border: 1px solid #fff;}