@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");


body{
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  -ms-overflow-style: none;
  background: #f9f9f9;
}
::-webkit-scrollbar {
  display: none;
}

.main_color{color:#00a43b;}

.basic_btn{
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: max-content;
  min-width: max-content;
  height: 64px;
  min-height: 64px;
  cursor: pointer;
  color: #fff;
  background-color: #00a43b;
  border: 1px solid transparent;
  padding-left: 24px;
  padding-right: 24px;
  gap: 8px;
  border-radius: 999px !important;
}
.bg_wh{background: #fff;}
.bg_bk{background: #242424;}

header{
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 104px;
  background: #fff;
  display: flex;
  flex-direction: row;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px 0px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  z-index: 1000;
}
.header_inner{
  width: 100%;
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 128px
}
header.login .header_inner{
  padding: 0px 48px;
}

.login_wrap{
  display: flex;
  flex-direction: row;
  gap: 24px;
  -webkit-box-align: center;
  align-items: center;
}
.login_wrap a{
  color: #505050;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 24px;
}
.login_wrap a.active{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  color: #00a43b;
  border: 1px solid #00a43b;
  padding-left: 16px;
  padding-right: 16px;
  gap: 8px;
  border-radius: 999px !important;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 22px;
}

.nav_wrap{
  display: flex;
  align-items: center;
  gap: 48px;
}
.nav_wrap nav{
  display: flex;
  width: max-content;
  padding: 0px;
  gap: 20px;
}
.nav_wrap nav a{
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 40px;
  height: 42px;
  color: #505050;
  border-bottom: 2px solid transparent;
}
.nav_wrap nav a.active{
  color: #111;
  border-color: #00a43b;
}

.mobile_nav{
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0,0,0,0.6);
  z-index: 100;
  display: none;
}
.mobile_nav_inner{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  background-color: #ffffff;
  padding-top: 88px;
}
.mobile_nav_inner a{
  display: flex;
  flex-direction: column;
  padding-bottom: 16px;
  padding-top: 16px;
  gap: 8px;
  -webkit-box-align: center;
  align-items: center;
  color: #505050;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 22px;
}
.mobile_nav_inner a svg{width: 20px; height: 20px; filter: invert(41%) sepia(47%) saturate(6680%) hue-rotate(129deg) brightness(99%) contrast(101%);}

footer{
  width: 100%;
  background-color: #111111;
  display: flex;
  padding: 64px 128px;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
}
.footer_txt_wrap{
  display: flex;
  flex-direction: column;
  width: unset;
}
.footer_logo{height: 28px;}
.footer_logo img{height: 100%; display: block;}
.footer_address{
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
.com_name{
  color: #f3f3f3;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.0125em;
  line-height: 24px;
}
.com_name_link{display: none;}
.address{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 12px;
  gap: 4px;
  color: rgb(189, 189, 189);
  background-color: rgb(17, 17, 17);
}
.address span{
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 22px;
}
.copy{
  margin-top: 20px;
  color: rgb(189, 189, 189);
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 22px;
}
.footer_link_wrap{
  display: flex;
  flex-direction: row;
  margin-top: 0px;
  gap: 16px;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.footer_link{
  color: rgb(189, 189, 189);
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 22px;
  cursor: pointer;
}
.footer_line{
  background-color: #bdbdbd;
  width: 1px;
  height: 12px;
  min-width: 1px;
  min-height: 12px;
  margin-top: 4px;
}
.mo_footer{display: none;}
.side_btn_wrap{
  flex-direction: column;
  position: fixed;
  right: 20px;
  bottom: 64px;
  gap: 20px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  z-index: 1000;
}
.side_btn_wrap a{width: 64px; height: 64px;border-radius: 50%; box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px 0px; display: flex; justify-content: center; align-items: center;}
.side_btn_wrap a.top_btn{
  border: 1px solid #00a43b;
  background: #fff;
}
.side_btn_wrap a.top_btn svg{
  width: 30px;
  fill:#00a43b;
}
.side_btn_wrap a img{width: 100%;}

.black_bg{
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
  display: none;
}
.pop_inner{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pop{
  display: none;
  flex-direction: column;
  background-color: #ffffff;
  width: 800px;
  padding: 24px;
  border-radius: 8px;
  overflow: hidden;
  z-index: 9999;
  max-height: 80%;
  max-width: calc(100% - 32px);
  min-height: 0px;
  min-width: 320px;
  height: auto;
}
.pop.active{
  display: flex;
}
.pop_title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  color: #111111;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.0125em;
  line-height: 24px;
}
.pop_title svg{width: 20px; cursor: pointer;}
.pop_content{
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
  white-space: pre-wrap;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 22px;
  width: 100%;
  padding: 16px;
  margin-right: 0px;
  border-radius: 8px;
  background-color: #f9f9f9;
  color: #505050;
}

#wrapper{
  padding-top: 104px;
}
.main_section{
  max-width: 1440px;
  padding: 80px 128px;
  margin: 0 auto;
}
.fir_wrap{
  gap: 48px;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
}
.fir_txt{
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.fir_txt_wrap{
  display: flex;
  flex-direction: column;
}
.fir_txt_1{
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: -0.0125em;
}
.fir_txt_2{
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: -0.0125em;
}
.fir_txt_3{
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.0125em;
  color: #505050;
}
.fir_link_wrap{
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.fir_link{
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 24px;
}


.fir_img img{
  width: 100%;
  max-width: 490px;
}

.sec_section{background: #00a43b;}
.sec_section_inner{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 156px;
}
.count_wrap{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: max-content;
  text-align: center;
  gap: 12px;
  padding: 32px 64px;
  color: #fff;
}
.counter{
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: -0.0125em;
}
.count_wrap span{
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.0125em;
}
.sec_section_line{
  min-width: 2px;
  width: 2px;
  max-width: 2px;
  background: #fff;
  height: 100%;
}

.section_title_wrap{
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.sub_title{
  color: #00a43b;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.0125em;
}
.bone_title{
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: -0.0125em;
}

.tabs{}
.tab_btns{
  display: flex;
  width: max-content;
  margin-top: 48px;
  gap: 20px;
}
.tab_btns .tab_title{
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 48px;
  color: #505050;
  flex: 1 1 0%;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
}
.tab_btns .tab_title.active{
  color: #111111;
  border-bottom: 2px solid #00a43b;
  font-weight: 500;
  letter-spacing: -0.0125em;
}
.tab_content_wrap{
  margin-top: 48px;
}
.tab_content {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.tab_content.active {
  visibility: visible;
  opacity: 1;
  height: auto;
  overflow: visible;
}

.sec_3_swiper .swiper-wrapper{
  padding-bottom: 64px;
}
.sec_3_swiper .swiper-slide{
  margin-bottom: 16px;
  margin-top: 16px;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 6px 0px;
  border-radius: 12px 12px 24px;
  min-width: 300px;
  max-width: 300px;
  height: 280px;
  padding: 32px 32px 24px;
}
.slide_wrap{
  display: flex;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.slide_txt_wrap{
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.slide_txt_wrap > div{
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: -0.0125em;
}
.slide_txt_wrap > span{
  color: #767676;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.0125em;
}
.slide_img{
  display: flex;
  flex-direction: row;
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.slide_img img{
  max-width: 70px;
}
.sec_3_swiper .swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
  top: auto !important;
  bottom: 0;
}
.sec_3_swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  background: #00a43b !important;
}

.chat_section_wrap{
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
}
.chat_left{
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: flex-start;
  gap: 48px;
}
.info_txt{
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.0125em;
  margin-bottom: 32px;
  color: #505050;
}
.chat_link{
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: max-content;
  min-width: max-content;
  height: 64px;
  min-height: 64px;
  cursor: pointer;
  background-color: #ffffff;
  color: #505050;
  border: 1px solid #dbdbdb;
  padding-left: 24px;
  padding-right: 24px;
  gap: 8px;
  border-radius: 999px !important;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 24px;
}
.chat_link:hover{
  border-color: #00a43b;
}
.chat_right{
  display: flex;
  flex-direction: column;
  width: 540px;
  gap: 20px;
  order: 2;
}
.send_row{
  display: flex;
  flex-direction: row;
  gap: 20px;
  -webkit-box-pack: start;
  justify-content: flex-start;
  align-items: flex-end;
}
.send_chat{
  padding: 16px;
  background-color: #ffffff;
  color: #111111;
  order: 2;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px 0px;
  position: relative;
}
.send_chat::after {
  position: absolute;
  content: url('/img/white_end.svg');
  left: -7px;
  bottom: -2px;
  transform: rotateX(180deg);
}
.send_img{
  height: 56px;
  width: 56px;
  order: 1;
}
.send_img img{width: 100%;}
.rec_row{
  display: flex;
  flex-direction: row;
  gap: 20px;
  -webkit-box-pack: end;
  justify-content: flex-end;
  align-items: flex-end;
}
.rec_chat{
  padding: 16px;
  background-color: #111111;
  color: #ffffff;
  order: 1;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px 0px;
  position: relative;
}
.rec_img{
  height: 56px;
  width: 56px;
  order: 2;
}
.rec_img img{width: 100%;}
.rec_chat::after {
  position: absolute;
  content: url('/img/black_end.svg');
  right: -7px;
  bottom: -2px;
  transform: rotateX(160deg);
}
.chat_txt{
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 24px;
  white-space: pre;
}

.service_inner{
  display: flex;
  flex-direction: row;
  gap: 48px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}
.title_info{
  margin-top: 24px;
  color: #505050;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.0125em;
}
.service_icon{
  display: flex;
  flex-direction: row;
  margin-top: 64px;
  gap: 20px;
}
.service_icon img {
  width: 84px;
}
.service_img{
  max-width: 362px;
}
.service_img img{
  width: 100%;
}

.review_section{
  display: flex;
  flex-direction: column;
  gap: 80px;
  background-color: rgb(36, 36, 36);
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}
.review_title{
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  max-width: 1440px;
  margin: 0px auto;
  padding-left: 120px;
  padding-right: 120px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: -0.0125em;
  color: #fff;
  text-align: center;
}
.rvSwiper{width: 100%;}
.rvSwiper .swiper-slide{
  width: 340px;
  height: 360px;
  padding: 32px;
  background-color: #fff;
  border-radius: 20px 20px 48px;
  opacity: 0.5;
  transition: 0.5s;
  margin: 0 10px;
}

.rvSwiper .swiper-slide-prev, .rvSwiper .swiper-slide-active, .rvSwiper .swiper-slide-next{
  opacity: 1;
}
.review_name_wrap{
  display: flex;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.review_name div{
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.0125em;
  line-height: 24px;
}
.review_name span{
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 20px;
}
.review_img{width: 72px;}
.review_img img{width: 100%; display: block;}
.review_txt_wrap{
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.review_star_wrap{
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.review_star{width: 20px;}
.review_star img{width: 100%;}
.star_num{
  color: #17c7e1;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.0125em;
  line-height: 24px;
}
.review_txt{
  color: #767676;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 24px;
}

.faq_wrap{
  gap: 64px;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}
.faq_title{
  font-size: 2rem;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: -0.0125em;
  text-align: center;
}
.faq_list{
  width: 100%;
  gap: 24px;
  display: flex;
  flex-direction: row;
}
.faq_list > div{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 24px;
}
.faq_li{
  background-color: #fff;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 6px 0px;
}
.faq_up{
  display: flex;
  width: 100%;
  padding: 16px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  color: #111111;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 24px;
  cursor: pointer;
}
.faq_up svg{width: 20px; transition: 0.3s;}
.faq_up svg.active{transform: rotate(180deg);}
.faq_down{
  padding: 16px 24px;
  border-top: 1px solid #ebebeb;
  color: #505050;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 24px;
  display: none;
}

.gra_bg{background: linear-gradient(138deg, #00a43b 2.36%, #80a400 97.64%);}
.last_section{
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
}
.last_title{
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  color: #fff;
}
.last_sub{
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.0125em;
}
.last_bone{
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: -0.0125em;
}
.last_link{
  margin-top: 60px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: max-content;
  min-width: max-content;
  height: 64px;
  cursor: pointer;
  padding-left: 32px;
  padding-right: 32px;
  gap: 8px;
  border: 1px solid #fff;
  border-radius: 999px !important;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 24px;
}
.last_img{max-width: 466px;}
.last_img img{width: 100%; display: block;}

.content{
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1440px;
  flex: 1 1 0%;
  height: auto;
  margin: 0 auto;
}
.content_body{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100dvh;
  padding: 40px 48px 96px;
}
.content_body_2{gap: 24px;}
.body_bg{
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 40px 24px;
  gap: 32px;
  border: 1px solid #ebebeb;
  border-radius: 16px;
  background-color: #ffffff;
  max-width: 1344px;
}
.body_none_bg{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 24px;
  max-width: 1344px;
}

.page_title{
  padding-top: 16px;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.0125em;
  line-height: 38px;
  margin-bottom: 32px;
}
.page_title_2{padding-top: 0; margin-bottom: 0;}
.bor_bottom{border-bottom: 1px solid #dbdbdb; width: 100%;}
.category_wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.category_wrap_2 {margin-bottom: 0;}

.category{
  display: flex;
  gap: 20px;
  width: max-content;
}
.category a{
  line-height: 32px;
  border-bottom: 2px solid transparent;
  height: 32px;
  color: rgb(80, 80, 80);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.0125em;
}
.bor_bottom .category a{line-height: 40px; height: 42px;}
.category a.active{
  border-color: #00a43b;
  color: #111;
}
.search{
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 22px;
  padding: 8px 8px 8px 16px;
  color: rgb(17, 17, 17);
  width: 328px;
  height: 48px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  overflow: hidden;
  border: 1px solid #dbdbdb;
  background-color: #ffffff;
  border-radius: 999px;
}
.search:focus-within{
  border-color: #00a43b
}
.search input{
  width: calc(100% - 40px);
  height: 100%;
  padding: 0px;
  border: none;
  outline: none;
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.search button{
  border: none;
  background: none;
  width: 40px;
}
.search button svg{
  width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    color: rgb(17, 17, 17);
    cursor: pointer;
}
.order_list{
  display: flex;
  flex-wrap: wrap;
  gap: 32px 24px;
}
.order_li{
  width: calc(50% - 12px);
  border: 1px solid #dbdbdb;
  padding: 24px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
/* .order_list_2 .order_li{width: 100%;} */
.order_li_title{
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.0125em;
  line-height: 24px;
}
.order_li_title_2{
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.0125em;
  line-height: 24px;
  gap: 12px;
  flex-wrap: wrap;
}
.order_li_title_2 a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  min-height: 32px;
  cursor: pointer;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 8px;
  color: #ffffff;
  background-color: #00a43b;
  border: 1px solid transparent;
  gap: 8px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 22px;
}
.num_row{
  display: flex;
  gap: 8px;
}
.num_row span{
  color: #00a43b;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 22px;
}
.num_row a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  padding-left: 4px;
  padding-right: 4px;
  color: #505050;
  border: 1px solid #dbdbdb;
  gap: 8px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 20px;
}
.order_content_wrap{
  display: flex;
}
.order_content_wrap > div{
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.order_content_wrap > div:first-of-type{width: 100%; max-width: 300px;}
.order_content_row{
  display: flex;
  color: #505050;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 22px;
}
.order_content_row span{
  width: 80px;
  color: #767676;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 22px;
}
.order_li_2 .order_content_row{gap: 12px;}
.order_li_2 .order_content_row span{width: 110px;}
.order_content_row.red_color, .order_content_row.red_color span{
  color: #ef2b2a;
}
.copy_wrap{
  display: flex; gap: 8px;
}
.order_content_row .copy_wrap span {
    width: auto;
    color: #505050;
}
.copy_wrap .copy_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  min-height: 24px;
  padding-left: 4px;
  padding-right: 4px;
  color: #505050;
  border: 1px solid #dbdbdb;
  gap: 8px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 20px;
}

.guide_list{
  display: flex;
  flex-direction: column;
  max-height: 1018px;
  overflow: auto;
  gap: 16px;
  scrollbar-width: none;
}


.guide_li{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  padding: 24px;
}
.guide_li_title{
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.0125em;
}
.guide_li_txt{
  color: #505050;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.0125em;
}
.guide_li_box{
  display: flex;
  flex-direction: column;
  padding: 12px;
  padding-left: 32px;
  background-color: #e2ffee;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 22px;
  position: relative;
}
.guide_li_box::before{
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left:12px;
  top:20px;
  background: #000; 
}
.time_wrap{
  flex-direction: row;
  height: 48px;
  border-radius: 8px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background: linear-gradient(138deg, #00a43b 2.36%, #80a400 97.64%);;
}
.time_wrap span{
  width: 100%;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 24px;
  text-align: center;
}
.read_info{
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #767676;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 24px;
}
.read_info span{
  padding-left: 22px;
  position: relative;
}
.read_info span::before{
  content: '';
  position: absolute;
  top:9px;
  left:0;
  width: 5px;
  height: 5px;
  background: #767676;
  border-radius: 50%;;
}

.guide_link_list{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.guide_link_li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 56px;
  padding: 12px 16px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 22px;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  cursor: pointer;
  color: #111111;
}
.guide_link_li.br_col{border-color: #00a43b;}
.guide_link_li:hover{border-color: #00a43b; background: #00a43b; color: #fff;}
.guide_link_li:hover svg{fill: #fff;}
.guide_link_li svg{width: 20px;}

.g_black_bg{
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
  display: none;
}
.g_pop_inner{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.g_pop{
  flex-direction: column;
  background-color: #ffffff;
  width: 872px;
  padding: 24px;
  border-radius: 8px;
  overflow: hidden;
  z-index: 9999;
  max-height: 80%;
  max-width: calc(100% - 32px);
  min-height: 0px;
  min-width: 320px;
  height: auto;
}
.g_pop_title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  color: #111111;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.0125em;
  line-height: 24px;
}
.g_pop_title div span{display: none;}
.g_pop_title svg{width: 20px; cursor: pointer;}
.g_pop_content{
  height: 512px;
  max-height: 80dvh;
  overflow-y: auto;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 22px;
  width: 100%;
  padding: 16px;
  margin-right: 0px;
  border-radius: 8px;
  color: #505050;
}
.g_pop_content img{width: 100%; display: none;}
.g_pop_content img.active{display: block;}

.faq_list_wrap{
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.faq_list_2{
  width: 100%;
  gap: 24px;
  display: flex;
  flex-direction: column;
}
.faq_list > div{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 24px;
}
.faq_li_2{
  background-color: #fff;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 6px 0px;
  width: calc(50% - 12px);
}
.faq_li_2 .faq_up{
  height: 56px;
}
.faq_li_f{display: flex; align-items: center; gap: 8px;}
.faq_li_f span{font-size: 1rem; font-weight: 400; line-height: 24px; letter-spacing: -0.0125em;}
.faq_li_f svg{width: 20px; transition: 0.3s;}
.faq_li_f svg.active{transform: rotate(180deg);}


.gap_none{gap: 0 !important;}
.br_none{
  color: #505050;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 22px;
  white-space: pre-wrap;
  text-align: start;
  border-top: none;
}

.content_body_3{
  display: grid;
  padding: 40px 48px;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
  "charge guide"
  "history guide"
  ". guide";
}
.charge_wrap{
  padding: 40px 32px;
  gap: 24px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  grid-area: charge;
}
.guide_wrap{
  padding: 40px 32px;
  gap: 24px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  grid-area: guide;
}
.history_wrap{
  padding: 40px 32px;
  gap: 24px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  grid-area: history;
}
.info_add_title{
  display: flex; gap: 12px; align-items: center;
}
.info_add_title span{
  color: #767676;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 22px;
}

.charge_info{
  color: #767676;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 24px;
}
.charge_list{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 24px;
}
.charge_li{
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #ebebeb;
}
.charge_up{
  display: flex;
  width: 100%;
  padding: 16px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  color: #111111;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 24px;
  cursor: pointer;
}
.charge_up svg{width: 20px; transition: 0.3s;}
.charge_up svg.active{transform: rotate(180deg);}
.charge_down{
  padding: 16px 24px;
  border-top: 1px solid #ebebeb;
  color: #505050;
  display: none;
}
.charge_down img{width: 100%;}
.charge_link_wrap{
  display: flex;
  gap: 24px;
}
.charge_link_wrap a{
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 40px;
  padding-top: 40px;
  gap: 20px;
  border: 1px solid #dbdbdb;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  color: #767676;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 24px;
}
.charge_link_wrap a:hover{
  border-color: #00a43b;
}

.history_table table{
  width: 100%;
}
.history_table table thead{
  background: #F9F9F9;
}
.history_table table thead tr th{
  height:56px;
  text-align: left;
  color: #505050;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 22px;
}
.history_table table thead tr th:first-of-type{
  padding-left: 32px;
}
.history_table table thead tr th:last-of-type{
  text-align: right;
  padding-right: 32px;
}

.join_wrap{
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.login_bg{background-image: url('/img/login_bg.svg');}
.join_bg{background-image: url('/img/join_bg.svg');}
.join_inner{
  display: flex;
  width: 100%;
  max-width: 1440px;
  position: relative;
  justify-content: end;
  margin: 0px auto;
}
.join{
  padding: 128px 40px;
  width: 100%;
  max-width: 481px;
  height: max-content;
  min-height: 100dvh;
  margin-right: 0px;
  background: #fff;
}
.join_title{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: -0.0125em;
  line-height: 38px;
  margin-bottom: 48px;
}
.form_title{
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.0125em;
  line-height: 24px;
  margin-bottom: 12px;
}

.form_input{
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 22px;
  padding: 8px 16px;
  color: #111111;
  width: 100%;
  height: 48px;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  background-color: #fff;
  margin-bottom: 16px;
}
.form_input input{
  width: 100%;
  height: 100%;
  padding: 0px;
  border: none;
  outline: none;
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.form_input:focus-within {
  border-color: #00a43b;
}

.form_check{
  display: flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 22px;
}
.form_check.agree{font-size: 1rem;}
.form_check.agree a{color: #00a43b;}
.form_check input{
  position: absolute;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}
.form_check span{
  width: 24px;
  height: 24px;
  border:1px solid#dbdbdb;
  border-radius: 4px;
  padding: 3px;
}
.form_check span svg{fill: #fff; width: 16px;}
.form_check input:checked + span{
  background: #00a43b;
}
.form_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  cursor: pointer;
  color: #ffffff;
  background-color: #00a43b;
  border: 1px solid transparent;
  padding-left: 20px;
  padding-right: 20px;
  gap: 8px;
  border-radius: 999px !important;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 24px;
  margin-top: 48px;
}
.form_btn.join_add{ margin-top: 24px;}
.join_link_wrap{
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-top: 112px;
}
.join_link_wrap a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 8px;
  color: #505050;
  border: 1px solid #dbdbdb;
  gap: 8px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 22px;
}
.join_link_wrap a:hover{
  border-color: #00a43b;
}
.join_back{
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  height: 56px;    
  border-radius: 8px;
  color: #00a43b;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0px;
  position: absolute;
  top: 40px;
  gap: 8px;
  left: 24px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 24px;
}
.join_back svg{width: 24px; fill: #00a43b;}
.cpptcha_wrap{
  margin-top: 24px;
  display: flex;
  justify-content: center;
}
.cpptcha_wrap span{
  border: 1px solid #dbdbdb;
  width: 300px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.my_page_row{display: flex;flex-direction: column;gap: 8px; margin-bottom: 20px;}
.my_page_row.mrb_none{margin-bottom: 0;}
.my_page_row_title{
  color: #505050;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 22px;
}
.my_page_row_input{
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 22px;
  padding: 8px 16px;
  color: rgb(17, 17, 17);
  width: 100%;
  height: 48px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  overflow: hidden;
  border: 1px solid #bdbdbd;
  border-radius: 8px;
}
.my_page_row_input.readonly{background: #f9f9f9;}
.my_page_row_input:focus-within {
  border-color: #00a43b;
}
.my_page_row_input input{
  width: 100%;
  height: 100%;
  padding: 0px;
  border: none;
  outline: none;
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.password_title{
  margin-top: 40px;
  margin-bottom: 24px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.0125em;
  line-height: 28px;
  display: block;
}
.my_page_sub{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 56px;
  cursor: pointer;
  color: #ffffff;
  background-color: #00a43b;
  border: 1px solid transparent;
  padding-left: 20px;
  padding-right: 20px;
  gap: 8px;
  margin: 32px auto 0;
  border-radius: 999px !important;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 24px;
}
.my_page_select{
  background: #fff;
  outline: none;
  width: 100%;
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 24px;
  padding: 16px;
  border: 1px solid rgb(219, 219, 219);
  border-radius: 8px;
}

.mypage_table_wrap{min-height: 337px}
.mypage_table_wrap table{
  width: 100%;
}
.mypage_table_wrap table thead{
  background: #f3f3f3;
}
.mypage_table_wrap table thead tr th{
  height: 56px;
  vertical-align: middle;
  text-align: left;
  word-break: break-all;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 22px;
  padding: 0px 16px;
  color: #505050;
}
.mypage_table_wrap table thead tr th:last-of-type{
  text-align: right;
}
.my_page_logout{
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  min-width: max-content;
  width: 100%;
  height: 56px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 8px;
  color: #fff;
  background-color: #00a43b;
  gap: 8px;
}

.notice_wrap{
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap: 8px;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  background-color: #f9f9f9;
  max-height: 206px;
  overflow-y: auto;
}
.notice_wrap ul{
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 15px;
  color: #505050;
}
.notice_wrap ul li{
  display: flex;
  gap: 16px;
}
.pc_none{display: none;}

.buttonListTitle{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.0125em;
  line-height: 24px;
}
.control-label{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.0125em;
  line-height: 24px;
}
.num_bg{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background: #00a43b;
  border-radius: 50%;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: -0.0125em;
  line-height: 22px;
}

.buttonList{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, 72px);
  -webkit-box-pack: center;
  justify-content: center;
  gap: 20px;
  padding-left: 0px;
  margin-bottom: 48px;
}
.buttonList > div{
  flex-direction: column;
  gap: 8px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.categoryBtn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin: 0px;
  cursor: pointer;
  color: rgb(80, 80, 80);
  border: 1px solid #ebebeb;
  border-radius: 12px;
  background-color: #ffffff;
  padding: 0px !important;
}
.categoryBtn:hover{border-color: #00a43b;}
.categoryBtn.active{
  border-color: #00a43b;
  background: #dfffeb;
}
.category{
  text-align: center;
  color: #505050;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 22px;
}

.form-group select{
  background: #fff;
  outline: none;
  width: 100%;
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 24px;
  padding: 16px;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
}
.form_space{height: 48px;}
.new_category{
  background-color: #f9f9f9;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  padding: 16px;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, 1fr);
}
.new_category label{
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  min-height: 48px;
  cursor: pointer;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 8px;
  background-color: #ffffff;
  color: rgb(80, 80, 80);
  border: 1px solid #dbdbdb;
  color: rgb(80, 80, 80);
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 22px;
}
.new_category label:hover{
  border-color: #00a43b;
}
.new_category label:has(input[type="radio"]:checked){
  border-color: #00a43b;
}
.new_category label input[type='radio']{
  position: absolute;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}

.panel-body{
  width: 100%;
  padding: 16px;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  color: rgb(80, 80, 80);
  background-color: #f9f9f9;
  font-size: 16px;
}

.fields input[type='text']{
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 22px;
  padding: 8px 16px;
  color: rgb(17, 17, 17);
  width: 100%;
  height: 48px;
  display: block;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  background-color: #fff;
  box-sizing: border-box;
  outline: none;
}
.fields input[type='text']:focus{
  border-color: #00a43b;
}
.help-block{
  display: block;
  color: #767676;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 20px;
  margin-top: 8px;
}
#charge{
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 22px;
  padding: 8px 16px;
  color: rgb(17, 17, 17);
  width: 100%;
  height: 48px;
  display: block;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  background-color: #f9f9f9;
  box-sizing: border-box;
  outline: none;
}
.order_btn{
  height: 56px;
  min-height: 56px;
  cursor: pointer;
  color: #ffffff;
  background-color: #00a43b;
  border: 1px solid transparent;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  gap: 8px;
  border-radius: 999px !important;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  line-height: 24px;
}
