@charset "utf-8";

@import url("reset.css");
@import url("style.css");
@import url("bootstrap.min.css");

/* 아이콘 */
.material-symbols-rounded {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" -25, "opsz" 45;
}

/* root */
.pc {
  display: none !important;
}
.spct_1 {
  margin-top: 50px !important;
}
.spct_2 {
  margin-top: 20px !important;
}

.mt0 {
  margin-top: 0px !important;
}
.pt0 {
  padding-top: 0px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pa0 {
  padding: 0px !important;
}
.pa30 {
  padding: 30px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.w100 {
  width: 100% !important;
}
.w90 {
  width: 90px !important;
}
.w125 {
  width: 125px !important;
}
.w150 {
  width: 150px !important;
}
.h100 {
  height: 100% !important;
}
.fs14 {
  font-size: 14px !important;
}
.fs16 {
  font-size: 16px !important;
}
.fb5 {
  font-weight: 500 !important;
}
.fb6 {
  font-weight: 600 !important;
}
.fb7 {
  font-weight: 700 !important;
}
.li28 {
  line-height: 29px !important;
}
.rounded_8 {
  border-radius: 8px !important;
}
.rounded_16 {
  border-radius: 16px !important;
}
.text_yellow { 
  color: #FFED5C !important;
}
.text_orange { 
  color: #FF7F00 !important;
}
.text_pink {
  color: #ff5564 !important;
}
.text_blue {
  color: #356CFF !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.whitespace-pre-line {
  white-space: pre-line !important;
}
.break-normal {
  word-break: normal !important;
}
.text_bold {
  font-weight: 700 !important;
}
.text_black {
  color: #111518 !important;
}
.text_gray4 {
  color: #a0a1a3 !important;
}
.text_gray5 {
  color: #888a8b !important;
}
.text_gray6 {
  color: #707374 !important;
}
.text_gray7 {
  color: #585b5d !important;
}
.text_gray8 {
  color: #414446 !important;
}
.gap0 {
  gap: 0 !important;
}
.gap3 {
  gap: 3px !important;
}
.gap5 {
  gap: 5px !important;
}
.gap8 {
  gap: 8px !important;
}
.gap16 {
  gap: 16px !important;
}
.relative {
  position: relative !important;
}
.absolute {
  position: absolute !important;
}
.space {
  display: block;
  padding: 0 5px;
  vertical-align: middle;
  line-height: 47px;
}
.flex-1 {
  flex: 1;
}
.gap_8 {
  gap: 8px !important;
}
.mobile {
  display: none;
}

.brd_btm_0{
  border-bottom:0 !important;
}

.cursor{
  cursor: pointer!important;
  }

/* ICON */
.material-symbols-rounded {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 20;
}

/* CONTENT */
#wrap {
  position: relative;
  min-height: 100%;
}
.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.content_area {
  padding-top: 80px;
  min-height: calc(100vh - 150px); /*background-color: #2C9297; */
}
.sub_content {
  padding-top: 60px;
}
.w1500 {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}
.w1300 {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.w1180 {
  max-width: 100%;
  padding: 48px 24px 64px;
  margin: 0 auto;
}
.main_contents1 {
  padding: 0 20px 50px !important;
  position: relative;
}
.content_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.content_inner_row {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sub_container {
  width: 100%;
  padding-inline-start: 16px;
  padding-inline-end: 16px;
  max-width: 1088px;
  margin-inline: auto;
  padding: 0px;
}
.sub_cont_inner .head_title {
  padding: 12px 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}
.sub_cont_inner .headArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sub_contents {
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
}
.sub_my_contents {
  display: flex;
  width: 100%;
  max-width: 1024px;
  margin-inline: auto;
}
.left_menuArea {
  display: flex;
  padding: 60px 0px;
  height: 760px;
  flex: 0 0 200px;
}
.right_contArea {
  display: flex;
  flex: 1 1 0%;
  min-width: 0px;
}
.contInner {
  width: 100%;
  margin: 0px;
  padding-bottom: 24px;
}

.my_menu {
  width: 200px;
  height: fit-content;
  flex-direction: column;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  align-items: stretch;
  display: flex;
  gap: 24px;
  margin: 0px 32px;
  padding: 20px 20px 30px;
  border-radius: 16px;
  box-shadow: rgba(17, 21, 24, 0.16) 0px 1px 3px 0px;
  background-color: rgb(255, 255, 255);
}
.my_menu .b_title {
  font-family: Pretendard;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  padding: 8px 12px 8px 0;
}
.my_menu .s_title {
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 600;
  color: #111518;
}
.my_menuBox {
  display: flex;
  flex-direction: column;
}
.my_sub_menuBox {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 15px;
}
.my_menuBox .g_line {
  margin: 15px 0;
  width: 100%;
  height: 1px;
  background: rgba(17, 21, 24, 0.07);
}
.my_menuBox button {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 0;
  height: 26px;
  min-width: 150px;
  color: rgba(17, 21, 24, 0.6);
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  font-family: Pretendard;
  background: #fff;
  border-radius: 0;
}
.my_menuBox button.on {
  color: #ff7f00;
}

.my_subCont {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  margin: 0px;
  width: 100%;
  padding: 0px;
  border-radius: 0px;
  gap: 24px;
  min-height: 0px;
  background: #fff;
}
.my_subCont.type1 {
  gap: 0;
}
.my_subCont .deft_box {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  padding: 0 0 64px;
}
.my_subCont .bTitle {
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.sub_cont_inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
}
.sub_box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.prod_list {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(1, minmax(0px, 1fr));
}
.prod_box {
  display: flex;
  flex-direction: column;
  padding: 46px 8px 8px;
  border-radius: 16px;
  background: rgba(255, 164, 164, 0.2);
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.prod_box.type1 {
  background: rgba(255, 198, 55, 0.2);
}
.prod_box .image {
  width: auto;
  height: 170px;
}
.prod_infoBox {
  align-self: stretch;
  z-index: 2;
  -webkit-box-flex: 0;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  align-items: stretch;
  height: 100%;
  margin-top: 15px;
  padding: 20px 20px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 8px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 4px 0px;
  background-color: rgb(255, 255, 255);
}
.prod_sell_per {
  position: absolute;
  text-align: center;
  margin-bottom: 0;
  z-index: 3;
  inset: 0px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.prod_name {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  color: rgba(17, 21, 24, 0.7);
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.prod_naming {
  font-size: 20px;
  font-weight: 600;
  margin: 5px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.invest_info {
  display: flex;
  width: 100%;
  gap: 24px;
  padding: 12px 10px;
  margin-top: 10px;
  background: rgb(245, 246, 250);
  border-radius: 8px;
}
.invest_info .textBox {
  display: flex;
  flex-direction: column;
}
.invest_info .gapLine {
  width: 1px;
  height: auto;
  align-self: stretch;
  background: rgba(0, 0, 0, 0.1);
}
.invest_info .textBox .info_text {
  font-family: Pretendard;
  text-align: center;
  font-size: 14px;
  color: rgba(17, 21, 24, 0.5);
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
.invest_info .textBox .number {
  font-family: Pretendard;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: rgba(17, 21, 24);
  line-height: 1.45;
  letter-spacing: -0.2px;
  word-break: break-word;
  margin-bottom: 0;
}

.inverst_bar {
  position: relative;
  width: 100%;
  height: 8px;
  margin-top: 8px;
  background-color: #eee;
  overflow: hidden;
  border-radius: 8px;
}
.inverst_bar .current {
  background-color: #ff7f00;
  height: 100%;
  border-radius: 8px;
}
.inverst_bar .end {
  background-color: #707374;
  height: 100%;
  border-radius: 8px;
}
.inverst_amount {
  display: flex;
  justify-content: flex-end;
  margin-top: 7px;
}
.inverst_amount.type1 {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.inverst_amount .figure {
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 600;
  color: rgba(17, 21, 24, 0.6);
  letter-spacing: -0.2px;
}
.inverst_amount .end_date {
  font-family: Pretendard;
  color: #414446;
}
.dim {
  position: absolute;
  inset: 0px;
  z-index: 1;
  border-radius: 16px;
  backdrop-filter: blur(6px);
  background-color: rgba(17, 21, 24, 0.8);
}
.inverst_btnArea {
  margin-top: 10px;
}

.time_info {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #fff;
  max-width: 190px;
  border-radius: 20px;
  padding: 6px 12px;
}
.time_info .inner {
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  align-items: center;
}
.time_info_count {
  font-family: Pretendard;
  font-size: 15px;
  font-weight: 500;
}

.monthArea {
  display: flex;
  gap: 8px;
  overflow-x: scroll;
  scrollbar-width: none;
  justify-content: center;
}
.chartArea {
  position: relative;
  width: 100%;
  margin-top: 5px;
}

.inverst_infomation {
  display: flex;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-items: center;
  padding: 40px 32px;
  border-radius: 16px;
}
.inverst_infomation_text {
  display: flex;
  -webkit-box-align: start;
  align-items: start;
  flex-direction: column;
  gap: 8px;
}
.inverst_naming {
  font-family: Pretendard;
  text-align: left;
  font-size: 32px;
  font-weight: 600;
  color: rgba(17, 21, 24, 0.85);
}
.summary_box {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 10px;
  margin-top: 25px;
}
.summary_box_text {
  display: flex;
}
.summary_box_text p {
  font-family: Pretendard;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: rgba(17, 21, 24, 0.7);
  word-break: keep-all;
  margin-bottom: 0;
  min-height: 25px;
}
.summary_button_area {
  display: flex;
  width: 100%;
  gap: 35px;
  margin-top: 16px;
}
.summary_button_area.type1 {
  gap: 12px;
}

.image_detail {
  width: auto;
  height: 220px;
}

.inverst_summary_info {
  display: flex;
  flex: 1;
  flex-direction: column;
  background-color: #fff;
}
.inverst_endDay {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.inverst_endDay_text {
  font-family: Pretendard;
  font-weight: 500;
}
.endDay_number {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.endDay_number p {
  font-family: Pretendard;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.2px;
  margin-bottom: 0;
}
.assign_guide {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.assign_guideBox p {
  font-family: Pretendard;
  color: #888a8b;
  font-weight: 500;
  margin-bottom: 0;
}
.assign_guideBox a {
  display: flex;
  gap: 5px;
  align-items: center;
  cursor: pointer;
}
.assign_guideBox a:hover {
  color: #888a8b;
}

.guidance_wrap {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  font-family: Pretendard;
  width: 100%;
  padding-inline: 0px;
  padding-top: 16px;
  padding-bottom: 50px;
  background: #fff;
  gap: 12px;
}
.guidance_wrap.type1 {
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 10px;
  gap: 8px;
}
.guidance_title {
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 600;
}
.guidance_textBox {
  display: flex;
  gap: 5px;
  font-size: 14px;
  color: rgba(17, 21, 24, 0.7);
  line-height: 1.43;
}
.guidance_text {
  font-size: 14px;
  color: rgba(17, 21, 24, 0.7);
  line-height: 1.6;
}
.guidance_textBox.type1 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px 0;
}

/* 모바일노출 */
.round_box {
  display: flex;
  width: 100%;
  background: #fff;
  border-radius: 20px 20px 0px 0px;
  padding-inline: 12px;
  margin-top: -30px;
  z-index: 800;
}
.m_summary_button_area {
  display: none;
}
.floating_area {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.floating_area .inner {
  position: relative;
  display: flex;
  gap: 25px;
  margin: 0;
  padding: 10px 24px;
  background: #fff;
}

/*header*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  transition: all 0.1s ease-out;
  z-index: 1000;
}
#header .h_inner {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .menu_inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}
#header h1 {
  margin: 0;
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  float: left;
}
#header h1.logo {
  display: flex;
  align-items: center;
  height: 80px;
}
#header #gnb {
  float: right;
}
#header #gnb > ul > li {
  float: left;
  position: relative;
  padding: 7px;
}
#header #gnb > ul > li.mobile_title {
  display: none;
}
#header #gnb > ul > li > a {
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0 30px;
  display: block;
  text-transform: uppercase;
}
#header #gnb > ul > li > a.mobile {
  display: none;
}
#header #gnb > ul > li:hover > a {
  color: #ff7f00;
  background-color: #fff;
  text-decoration: none;
}
#header #gnb > ul > li > ul {
  background-color: #fff;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  min-width: 160px;
  padding: 10px 12px;
  display: none;
  border: 1px solid #e5e8ed;
  border-radius: 10px;
  box-shadow: 0 1.75rem 1.875rem rgba(154, 156, 165, 0.08),
    0 1.25rem 1rem rgba(154, 156, 165, 0.05),
    0 0.5rem 0.625rem rgba(154, 156, 165, 0.04),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.03);
  z-index: 9000;
}
#header #gnb > ul > li:last-child > ul {
  left: auto;
  right: 0;
}
#header #gnb > ul > li:hover > ul {
  display: block;
}
#header #gnb > ul > li > ul > li {
  font-size: 16px;
  line-height: 22px;
  padding: 3px 0;
}
#header #gnb > ul > li > ul > li > a {
  display: block;
  padding: 12px;
  color: #111518;
  letter-spacing: 0;
  transition: all 0.1s ease-out;
  border-bottom: 0px solid #ddd;
  text-decoration: none;
}
#header #gnb > ul > li > ul > li > a:hover {
  display: block;
  padding: 12px;
  border-radius: 8px;
  background: #fff6ed;
  opacity: 1;
}
#header #gnb > ul > li > ul > li > a span.icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
}
#header #gnb > ul > li > ul > li > a span.icon i {
  font-size: 20px;
  color: #404c59;
}
#header #gnb > ul > li > ul > li > a span.icon i.off {
  display: none;
}
#header #gnb > ul > li > ul > li > a:hover {
  /*background-color:#DC4921;*/
  border-bottom: 0px solid #242b3c;
  color: #ff7f00;
}
#header #gnb > ul > li > ul > li > a:hover span.icon i {
  color: #fff;
}
#header #gnb > ul > li > ul > li.active > a {
  background-color: #242b3c;
  border-bottom: 0px solid #242b3c;
  color: #fff;
}
#header #gnb > ul > li > ul > li.active > a span.icon i.on {
  display: none;
}
#header #gnb > ul > li > ul > li.active > a span.icon {
  margin-top: -10px;
}
#header #gnb > ul > li > ul > li.active > a span.icon i.off {
  display: block;
  color: #fff;
}
#header #gnb > ul > li > ul > li > ul {
  display: none;
}
#header #gnb > ul > li > ul > li > ul li a {
  display: block;
  padding: 8px 12px;
  border-bottom: 0px solid #a1a8ae;
  font-size: 12px;
  line-height: 15px;
  background-color: #7d8790;
  color: #fff;
  transition: all 0.25s ease-out;
}
#header #gnb > ul > li > ul > li > ul li a:hover {
  background-color: #404c59;
}
#header .mg_control {
  display: none;
}
#header.changed {
  background: none;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  height: 60px;
  line-height: 60px;
}
#header.changed h1 img.white {
  display: none;
}
#header.changed h1 img.color {
  display: inline-block;
}
#header.changed #gnb > ul > li > a {
  color: #fff;
}
#header.changed #gnb > ul > li:hover > a {
  color: #fff;
}
#header.changed #gnb > ul > li > ul {
  top: 60px;
  border-top: 1px solid #ddd;
}
#header.changed #gnb > ul > li > ul > li > a {
  border: 1px solid #ddd;
  border-top: 0;
}
#header #gnb > ul > li .lang {
  font-family: "Pretendard", "Ubuntu", sans-serif;
  font-size: 0;
  margin: 0px;
}
#header #gnb > ul > li .lang a {
  color: #bec5c9;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  margin: 0 18px;
  position: relative;
}
#header #gnb > ul > li .lang a:after {
  background: #bec5c9;
  content: "";
  display: block;
  height: 15%;
  left: -18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
#header #gnb > ul > li .lang a.active {
  color: #fff;
}
#header #gnb > ul > li .lang a:first-child:after {
  display: none;
}
#header .utillArea {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
#header .utill_menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
#header .utillArea .gap {
  width: 1px;
  height: 18px;
  background: #eee;
}

#mheader{
    position: fixed;
    z-index: 1001;
    width: 100%;
    background: #fff;
}

/* FOOTER */
#footer {
  position: relative;
  padding: 50px 0;
  background-color: #1c1c1c;
  font-weight: 400;
}
#footer .logo_section {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#footer .f_link {
  display: flex;
  gap: 20px;
}
#footer .f_link a {
  color: #fff;
}
#footer .f_link .icon {
  font-size: 20px;
  vertical-align: bottom;
}
#footer .f_info {
  margin-top: 40px;
  color: #fff;
  font-weight: 400;
}
#footer .f_info_type1 {
  margin-top: 5px;
}
#footer .f_info a {
  color: #fff;
}
#footer .f_info span {
  display: inline-flex;
}
#footer .f_info .line {
  align-items: center;
  height: 13px;
  margin-right: 7px;
  padding-right: 10px;
  border-right: 1px solid #777;
}
#footer .copy {
  margin-top: 40px;
  border-top: 1px solid #3e3e3e;
  padding-top: 30px;
  color: #bbb;
}

/* main_banner */
.carousel-inner {
  height: 530px;
  border-radius: 16px;
}
.carousel-inner .title_area {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 15;
  padding-left: 0;
  margin-top: -200px;
  margin-left: 100px;
  text-align: left;
  font-family: Ubuntu;
}
.carousel-inner .top_text {
  font-size: 24px;
  color:rgba(255, 255, 255, 0.7);
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.03em;
}

.carousel-inner .title_text {
  /*padding-top: 25px; */
  font-size: 40px;
  color: #ffffff;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -0.03em;
}

.carousel-inner .sub_title {
  font-size: 30px;
  color: #ffffff;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: -0.03em;
}
.carousel-inner .sub_text {
  font-size:20px;
  color: #ffffff;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.03em;
}

/* sub_banner */
.sub_visual {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  padding: 24px;
}
.sub_visual h2 {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  transition: transform 0.7s 0.1s, opacity 0.7s 0.1s;
}
.sub_visual .text_middle {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.sub_visual.business {
  background: url(../images/common/sub_bg1.jpg) center / cover no-repeat;
  transition: all 0.5s ease;
}
.sub_visual.breeding {
  background: url(../images/common/sub_bg2.jpg) center / cover no-repeat;
  transition: all 0.5s ease;
}

.info__box {
  width: 100%;
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.info__box .text_info {
  flex: 1 1 0%;
  display: flex;
  padding: 26px;
  background: #f7f8f8;
  border-radius: 15px;
}
.info__box .text_info.type1 {
  border: 1px solid #e7e7e7;
  background: #fff;
}
.info__box .photo_info {
  flex: 1 1 0%;
  display: flex;
  background: #f7f8f8;
  border-radius: 15px;
}
.info__box .text_info .gdn {
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 26px;
  border-radius: 15px;
  background: linear-gradient(90deg, #ffc637 0%, #ff7f00 100%);
}
.info__box .text_info .sub_text {
  display: flex;
  margin-top: 20px;
  font-size: 15px;
  line-height: 24px;
  color: rgba(17, 21, 24, 0.6);
}

.info_box_inner {
  width: 100%;
  padding: 26px;
  background: #f7f8f8;
  border-radius: 15px;
}
.info_box_inner.type1 {
  border: 1px solid #e7e7e7;
  background: #fff;
}
.info_box_inner .gdn {
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 26px;
  border-radius: 15px;
  background: linear-gradient(90deg, #ffc637 0%, #ff7f00 100%);
}
.info_box_inner .sub_text {
  display: flex;
  margin-top: 20px;
  font-size: 15px;
  line-height: 24px;
  color: rgba(17, 21, 24, 0.6);
}

.grape_box {
  width: 100%;
  display: flex;
  border: 1px solid #e7e7e7;
  padding: 40px 26px;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
}
.photo_box {
  width: 100%;
  display: flex;
  border-radius: 16px;
  margin-bottom: 15px;
  object-fit: cover;
}

.accordion_info {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.accordion_info .accordion_box {
  display: flex;
  padding: 20px 25px;
  align-items: center;
  gap: 15px;
  background: #f7f8f8;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 10px 0px,
    rgba(0, 0, 0, 0.04) 0px 1px 3px 0px;
}

.prodBox {
  margin: 15px 0;
}

.box_row .icon {
  display: flex;
  max-width: 135px;
  align-items: center;
  margin-left: -8px;
}
.box_row .text_conts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1 1 0%;
}
.box_row_type1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.box_row_type2 {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

/* TABLE */
.table_responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table_area {
  position: relative;
}
.form_table {
  border-top: 1px solid #323232;
  font-size: 16px;
}
.form_table.org {
  border-top: 1px solid #ff7f00;
}
.form_table tr {
  text-align: center;
  box-sizing: border-box;
}
.form_table .o_em th {
  text-align: center;
  background: #fff8f2;
}
.form_table .o_em > td {
  color: #ff7f00;
}
.form_table .em th {
  text-align: left;
  padding-left: 15px;
}
.form_table .em > td {
  text-align: left;
  padding-left: 15px;
}
.form_table th {
  text-align: center;
  background: #f7f8f8;
  font-weight: 700;
}
.form_table th,
td {
  padding: 16px;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.form_table th,
td:last-child {
  border-right: none;
}
.form_table th,
td.line_right {
  border-right: 1px solid #e7e7e7;
}
.form_table .point {
  color: #ff7f00;
}
.board_list {
  border-top: 1px solid #e7e7e7;
  font-size: 16px;
}
.board_list tr {
  text-align: center;
  box-sizing: border-box;
}
.board_list th {
  text-align: center;
  font-weight: 600;
}
.board_list th,
td {
  padding: 12px;
  text-align: center;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.board_list th:last-child {
  border-right: none;
}

/* TAB */
.tab_pane {
  display: none;
}
.tab_pane.active {
  display: block;
}
.tabs {
  width: 100%;
}
.oval_tab {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
.oval_tab .o_link {
  display: block;
  padding: 15px 20px;
  color: #323232;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  min-width: 150px;
  text-align: center;
  border-radius: 60px;
  border: 1px solid #e7e7e7;
}
.oval_tab .o_link a:focus,
a:hover,
a:visited {
  text-decoration: none;
}
.oval_tab .o_link.active {
  color: #fff;
  font-weight: 700;
  background: #ff7f00;
  border: 1px solid #ff7f00;
}
.tabs {
  width: 100%;
  display: flex;
  cursor: pointer;
  overflow: auto;
  white-space: nowrap;
  border-bottom: 1px solid #eee;
}
.tabs p {
  font-family: Pretendard;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: rgba(17, 21, 24, 0.6);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-inline: 15px;
  margin-bottom: 0;
}
.tabs p.on {
  font-weight: 600;
  color: rgb(17, 21, 24);
}
.tabs .on_line {
  height: 2px;
  align-self: stretch;
  -webkit-box-flex: 0;
  background-color: rgb(17, 21, 24);
  border-color: rgb(17, 21, 24);
}

/* BUTTON */
.btnArea_40 {
  margin: 40px 0;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  min-width: 150px;
  padding: 12px 16px;
  border-radius: 8px;
  color: rgba(17, 21, 24, 0.6);
  font-size: 16px;
  font-weight: 600;
  line-height: 48px;
  font-family: Pretendard;
  background-color: rgba(17, 21, 24, 0.05);
  border: 1px solid transparent;
}
.button_default {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  min-width: 150px;
  padding: 12px 16px;
  border-radius: 8px;
  color: rgba(17, 21, 24, 0.9);
  font-size: 16px;
  font-weight: 700;
  line-height: 48px;
  background-color: rgba(17, 21, 24, 0.05);
  border: 1px solid transparent;
}
.button_default:hover {
  background-color: rgba(17, 21, 24, 0.09);
}
.button_primary_full {
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  justify-content: center;
  -webkit-box-pack: center;
  width: 100%;
  height: 48px;
  font-size: 16px;
  font-weight: 600;
  line-height: 48px;
  color: #fff;
  background-color: #ff7f00;
  border-radius: 8px;
}
.button_primary {
  color: #fff;
  background-color: #ff7f00;
  border-color: #ff7f00;
}
.button_primary:disabled {
  border-color: transparent;
  background: #f5f5f5;
  color: #c6c5c5;
}
.button_primary:disabled:hover {
  border-color: transparent;
  background: #f5f5f5;
  color: #c6c5c5;
}
.button_primary:hover {
  background-color: #fe6a08;
  border-color: #fe6a08;
}
.button_zipcode {
  display: flex;
  flex-direction: row;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  font-size: 16px;
  color: #111518;
  padding: 12px 20px;
  background: #eceded;
}
.button_grayline {
  padding: 15px 0;
  font-size: 16px;
  line-height: 27px;
  color: #111518;
  font-weight: 500;
  border: 1px solid #eee;
  background: #fff;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.button_grayline:hover {
  border: 1px solid #eee;
  background-color: rgba(17, 21, 24, 0.03);
}
.button_end {
  color: #fff;
  background-color: #888a8c;
  border-color: #888a8c;
}
.button_end:hover {
  background-color: #707374;
  border-color: #707374;
}
.button_round_line {
  display: flex;
  font-size: 16px;
  font-weight: 600;
  width: 74px;
  height: 44px;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  border: 1px solid #eee;
  border-radius: 50px;
}
.button_round_line:hover {
  border: 1px solid #eee;
}
.button_round_line.on {
  background-color: rgba(17, 21, 24, 0.03);
}
.button_secondary {
  color: #ff7f00;
  background-color: #ffecd9;
  border-color: #ffecd9;
}
.button_line {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  padding: 0 24px;
  width: 100%;
  height: 58px;
  font-size: 16px;
  font-weight: 600;
  line-height: 57px;
  font-family: Pretendard;
  border-radius: 10px;
  border: 1px solid #eee;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.button_line:hover {
  border: 1px solid #eee;
}
.button_line.type1 {
  height: auto;
  background-color: rgba(17, 21, 24, 0.05);
  border: 0;
}
.button_line.type1:hover {
  background-color: rgba(17, 21, 24, 0.08);
}
.button_line.type4 {
  height: 48px;
  line-height: 47px;
}
.button_line.type3:hover {
  border: 1px solid #eee;
}
.button_more {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  font-size: 16px;
  padding-inline-start: 16px;
  padding-inline-end: 16px;
  padding: 8px 0;
}
.button_more_inner {
  display: flex;
  width: 100%;
  height: 52px;
  gap: 6px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.button_more:hover {
  background-color: rgba(17, 21, 24, 0.03);
}
.button_gray {
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  justify-content: center;
  -webkit-box-pack: center;
  width: 100%;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 48px;
  color: rgba(17, 21, 24, 0.7);
  background-color: rgba(17, 21, 24, 0.05);
  border-radius: 8px;
  overflow: hidden;
}
.button_invest {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 12px 18px;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 48px;
  font-family: Pretendard;
  border: 1px solid transparent;
  background-color: #ff7f00;
}
.button_utill_menu {
  padding: 15px 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 48px;
  font-family: Pretendard;
  color: rgba(17, 21, 24, 0.6);
}
.btn_gray_guide {
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 5px 12px;
  border-radius: 8px;
  background-color: rgba(17, 21, 24, 0.05);
  font-family: Pretendard;
  font-size: 12px;
  color: rgba(17, 21, 24, 0.8);
  font-weight: 500;
  line-height: 1.67;
  text-align: center;
}

.btn_32 {
  display: flex; 
  align-items: center; 
  justify-content: center; 
  align-items: center; 
  cursor: pointer;  
  width: 32px; 
  height: 32px;
}

.base_box {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: column;
  gap: 0px;
  width: 100%;
}
.default_box {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-self: stretch;
  -webkit-box-align: center;
  align-items: center;
}
.default_box p {
  margin-bottom: 0;
}
.box_type1 {
  display: flex;
  align-self: stretch;
  -webkit-box-flex: 0;
  flex-grow: 0;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  align-items: stretch;
  padding: 20px 24px 24px;
  margin-bottom: 16px;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 10px 0px,
    rgba(0, 0, 0, 0.04) 0px 1px 3px 0px;
  border: 1px solid #eee;
  background-color: #fff;
}
.box_type2 {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.box_type3 {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
}
.box_type4 {
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: 12px;
}
.box_type4 .w_box {
  display: flex;
  width: 100%;
}
.box_type5 {
  display: flex;
  width: 100%;
  gap: 10px;
}
.box_type6 {
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: column;
}
.box_type7 {
  display: flex;
  padding: 15px 0;
  gap: 12px;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
}
.box_type8 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.box_type9 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.box_type10 {
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: 3px;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
}
.box_type10 img {
  width: 17px;
  height: auto;
}
.box_type11 {
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: 16px;
  -webkit-box-align: center;
  align-items: center;
}
.box_type12 {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.box_type12.h380 {
  height: 380px;
}
.box_type13 {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.box_type14{
  display:flex;
   -webkit-box-pack: justify;
  justify-content: space-between;
  flex: 1 0 0px;
}
.infoBox_type1 {
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
}
.infoBox_type2 {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
}
.list_box {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
}
.list_box:last-child {
  border-bottom: 0;
}
.list_box.bdr_b0 {
  border-bottom: 0;
}
.list_box .bankBox {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 2px;
}
.list_box .logo_img {
  width: 24px;
  height: auto;
}
.list_box.type1 {
  padding: 10px;
  border-bottom: 0;
  font-size: 16px;
}
.list_box.type2 {
  padding: 8px 0;
  border-bottom: 0;
  font-size: 16px;
}
.info_listBox {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
  padding: 8px 0;
}
.list__box {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
}
.info_list {
  display: flex;
  -webkit-box-pack: justify;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
}
.chk_box {
  display: flex;
  gap: 6px;
  align-items: center;
}
.example_box {
  display: flex;
  -webkit-box-align: start;
  align-items: start;
  flex-direction: column;
  gap: 8px;
  background: #fff8f0;
  border-radius: 10px;
  width: 100%;
  padding-inline: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.prod_imgBox {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 15px;
}
.prod_imgBox img {
  object-fit: cover;
}

.accountInfo {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  width: 100%;
  gap: 24px;
  padding: 24px;
  background: linear-gradient(91deg, #ffc637 1.52%, #ff7f00 84.23%);
  border-radius: 16px;
  box-shadow: rgba(17, 21, 24, 0.16) 0px 1px 3px 0px;
}
.accountBox {
  display: flex;
  height: 120px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.accountBox .top_title {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  line-height: 24px;
}
.accountBalance {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
  align-content: initial;
  row-gap: initial;
  flex-wrap: initial;
  align-self: stretch;
  flex: 1 0 0px;
}
.account_btnArea {
  display: flex;
  gap: 8px;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
  align-self: flex-end;
}
.account_btnArea button {
  width: 80px;
  height: 40px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 8px;
  -webkit-box-align: center;
  align-items: center;
  font-family: Pretendard;
  font-size: 14px;
  color: #fff;
  background-color: rgba(196, 101, 7, 1);
  border: 0;
}
.account_number {
  font-size: 16px;
  color: #fff;
}
.moneny_number {
  font-family: Pretendard;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.bankLogo {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 100px;
  padding: 4px;
  background-color: rgba(255, 255, 255, 0.85);
}
.unit {
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 500;
  margin-left: 1px;
  line-height: 20px;
  color: #fff;
}
.btn_copy {
  font-family: Pretendard;
  font-size: 12px;
  width: 37px;
  height: 22px;
  color: #fff;
  background-color: rgba(255, 127, 0, 0.75);
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 12px;
  cursor: pointer;
}

.inquiry_in {
  padding: 24px;
  background: #f6f6f6;
  border-radius: 16px;
}
.inquiry_in.answer_bg {
  background: #f3f6ff;
}
.inquiry_in.wrong_bg {
  background: #fff5f6;
}
.inquiry_in_checkbox {
  display: flex;
  gap: 16px;
}
.inquiryCheck {
  display: inline-block;
  position: relative;
  margin-top: 6px;
  padding: 1px 16px 0 32px;
  font-size: 16px;
  font-family: Pretendard;
  font-weight: 500;
  line-height: 23px;
  color: rgba(17, 21, 24, 0.7);
  word-break: break-all;
}
.inquiryCheck.on {
  color: #356cff;
}
.inquiryCheck input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 50%;
}
.inquiryCheck span.fakeCheck {
  position: absolute;
  width: 32px;
  height: 32px;
  left: 0;
  top: 2px;
  background: url(../images/common/inq_check_off.svg) no-repeat 0 0;
  background-size: 20px auto;
  transition: all 0.5s ease;
}
.inquiryCheck input[type="checkbox"]:checked ~ span.fakeCheck {
  background: url(../images/common/inq_check_on.svg) no-repeat 0 0;
  background-size: 20px auto;
  transition: all 0.5s ease;
}
.inquiryCheck input.wrong[type="checkbox"]:checked ~ span.fakeCheck {
  background: url(../images/common/inq_check_wrong.svg) no-repeat 0 0;
  background-size: 20px auto;
  transition: all 0.5s ease;
}
.status_inq_answer {
  display: flex;
  padding: 6px 15px;
  font-size: 12px;
  background: #f3f3f3;
  border-radius: 50px;
  text-align: center;
}
.status_inq_answer.end {
  color: #ff7f00;
  background-color: #fef3e7;
}
.inq_title_box {
  display: flex;
  width: 30px;
  height: 30px;
  padding: 2px 8px;
  background-color: #595c5e;
  border-radius: 50%;
}
.inq_title_box.answer {
  background: #ff7f00;
}
.inq_title {
  width: 15px;
  -webkit-box-flex: 0;
  flex-grow: 0;
  height: 28px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.inq_text {
  font-family: Pretendard;
  font-size: 14px;
  line-height: 24px;
}

.hint_in {
  padding: 24px;
  background: #fff8f0;
  border-radius: 16px;
}
.hint_flag {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 14px;
  font-family: Pretendard;
  color: #fff;
  width: 50px;
  height: 26px;
  background: #ff9830;
  border-radius: 12px;
}
.hint_in p {
  font-size: 16px;
  font-family: Pretendard;
  color: rgba(17, 21, 24, 0.7);
  margin: 12px 0 0;
  word-break: break-all;
}
.pig_info {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  padding-inline-start: 16px;
  padding-inline-end: 16px;
  gap: 12px;
}
.pig_info_inner {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-start;
}
.pig_icon_img {
  width: 55px;
  height: 55px;
  border: 0.8px solid #eee;
  border-radius: 100%;
}
.pig_info_box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 16px;
  width: 100%;
}
.inverst_name {
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.pig_photoBox {
  position: relative;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 16px;
}
.pig_photoBox img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.pig_photoBox .photo_pagination {
  position: absolute;
  right: 30px;
  bottom: 15px;
  font-size: 14px;
  background-color: rgba(17, 21, 24, 0.5);
  border-radius: 15px;
  padding: 2px 10px;
  width: auto;
  color: white;
  margin-right: -15px;
  text-align: center;
}
.gap_line {
  width: 100%;
  height: 1px;
  background: #eee;
}

.pfs_box {
  margin-top: 24px;
}
.end_info {
  width: 100%;
  height: 74px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #888a8c;
  border-color: #888a8c;
  border-radius: 8px;
}

.box_section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0px;
  width: 100%;
  padding: 25px;
  border-radius: 0px;
  gap: 24px;
  align-items: center;
  min-height: 100dvh;
}
.box_section .inner {
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
  padding: 25px;
}
.info_box {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.info_box .big_text {
  text-align: center;
  align-self: stretch;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #111518;
  padding-top: 20px;
}
.info_box .middle_text {
  text-align: center;
  align-self: stretch;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: rgba(17, 21, 24, 0.6);
  white-space: pre-line;
  padding-bottom: 40px;
}

/* TITLE & TEXT */
.tw_title_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sub_title_area {
  padding: 16px 0;
}
.sub_title_area.type1 {
  padding: 12px 0;
}
.sub_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.sub_title.type1 {
  font-size: 20px;
}
.sub_text {
  font-size: 16px;
  line-height: 24px;
}
.text_title {
  font-weight: 500;
  text-align: left;
  width: 100%;
  font-size: 24px;
  line-height: 1.4;
  flex-grow: 0;
}
.b_title_semibold {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.b_title_semibold .num {
  color: #ff7f00;
  font-weight: 700;
  padding: 0 5px 0 0;
  letter-spacing: -0.1px;
}
.m_title_semibold {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}
.m_title_bold {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}
.b_text {
  font-family: Pretendard;
  font-size: 16px;
  line-height: 24px;
}
.m_text {
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}
.m_text.type1 {
  font-weight: 500;
  line-height: 26px;
}
.s_text {
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 600;
}
.s_text.type1 {
  font-weight: 500;
  line-height: 24px;
}
.s_text.type2 {
  font-size: 14px;
  color: rgba(17, 21, 24, 0.5);
  font-weight: 500;
  line-height: 26px;
}
.s_text_gray {
  font-size: 16px;
  color: rgba(17, 21, 24, 0.6);
}
.fs_w20 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.mid_text {
  font-family: Pretendard;
  font-size: 16px;
  line-height: 24px;
}

/* INPUT*/
.box_input {
  width: 100%;
  display: flex;
  position: relative;
  isolation: isolate;
  flex-direction: column;
  gap: 4px;
}
.box_input input {
  border: 1px solid #eceded;
  border-radius: 8px;
}
.box_input.w180 {
  width: 180px;
}
.form_text[type="text"],
.form_text[type="number"],
.form_text[type="password"] {
  width: 100%;
  height: 48px;
  font-size: 16px;
  padding: 0 20px;
  caret-color: #ff7f00;
}
.form_text[type="text"]:focus,
.form_text[type="number"]:focus,
.form_text[type="password"]:focus {
  border: 1px solid #ff7f00;
}
.form_text.wrong {
  border: 1px solid #ff3550;
}

.form_text_gb[type="text"] {
  width: 100%;
  height: 56px;
  font-size: 16px;
  padding: 0 20px;
  background: #f9f9f9;
  border: 0;
}
.form_text_gb.type1 {
  height: 48px;
}
.box_input .textarea_box {
  resize: none;
  font-size: 16px;
  padding: 20px;
  border: 1px solid #eceded;
  border-radius: 8px;
  background: #f9f9f9;
  border: 0;
}

.input_right {
  margin-top: 1px;
  right: 0px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  z-index: 2;
  cursor: pointer;
}

.select_area {
  display: flex;
  justify-content: flex-end;
}
.select_ty1 {
  width: 100%;
  height: 42px;
  border: 1px solid #eee;
  padding: 3px 12px 0;
  font-size: 16px;
  line-height: 1.43;
  border-radius: 5px;
  background-image: url(../images/common/icon_down_gray.svg);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 12px;
}
.select_ty1.w108 {
  width: 108px;
}
.select_ty2 {
  width: 100%;
  height: 48px;
  border: 1px solid #eee;
  padding: 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  border-radius: 10px;
  background-image: url(../images/common/icon_down_gray.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) 12px;
}
.select_ty3 {
  width: 100%;
  height: 48px;
  border: 1px solid #eee;
  padding: 0 20px;
  font-size: 16px;
  line-height: 32px;
  color: rgba(17, 21, 24, 0.7);
  border-radius: 10px;
  background-image: url(../images/common/icon_sel_down.svg);
  background-size: 17px 17px;
  background-repeat: no-repeat;
  background-position: calc(100% - 18px) 14px;
}

.box_input_type1 {
  background: #ffc637;
}
.box_input_type1 input {
  border: 1px solid #eceded;
  border-radius: 8px;
}
.box_input_type2 {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(1, minmax(0px, 1fr));
  width: 100%;
  margin-top: 16px;
}
.box_input_type2 input {
  border: 1px solid #eceded;
  border-radius: 8px;
}

.people_infoArea {
  display: flex;
  align-self: flex-end;
}
.people_infoArea.detail {
  align-self: start;
  margin-top: 5px;
}
.people_info {
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  font-size: 12px;
  font-family: Pretendard;
  color: rgba(17, 21, 24, 0.85);
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  gap: 5px;
}

.join_form {
  width: 100%;
}
.join_form .terms_all {
  display: flex;
  border: 1px solid #eee;
  border-radius: 10px;
  flex-direction: row;
  gap: 8px;
}
.joinCheck {
  display: inline-block;
  position: relative;
  padding: 12px 16px 6px 50px;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}
.joinCheck input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 50%;
}
.joinCheck span.fakeCheck {
  position: absolute;
  width: 31px;
  height: 31px;
  left: 15px;
  top: 12.5px;
  background: url(../images/common/check_off.svg) no-repeat 0 0;
  background-size: 31px auto;
  transition: all 0.5s ease;
}
.joinCheck input[type="checkbox"]:checked ~ span.fakeCheck {
  background: url(../images/common/check_on.svg) no-repeat 0 0;
  background-size: 31px auto;
  transition: all 0.5s ease;
}

.agree_list {
  display: flex;
  padding: 9.5px 0px;
  gap: 8px;
}
.agree_list_group {
  width: 100%;
  position: relative;
}
.agree_list_group li {
  display: flex;
  justify-content: space-between;
}
.agreeCheck {
  position: relative;
  padding: 6px 0 6px 50px;
  color: rgba(17, 21, 24, 0.7);
  font-size: 14px;
  font-weight: 600;
  line-height: 23px;
}
.agreeCheck input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 50%;
}
.agreeCheck span.fakeCheck {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 18px;
  top: 8px;
  background: url(../images/common/sub_check_off.svg) no-repeat 0 0;
  background-size: 20px auto;
  transition: all 0.5s ease;
}
.agreeCheck input[type="checkbox"]:checked ~ span.fakeCheck {
  background: url(../images/common/sub_check_on.svg) no-repeat 0 0;
  background-size: 20px auto;
  transition: all 0.5s ease;
}
.agree_list_group li .link_view_terms {
  display: block;
  width: 17px;
  height: 17px;
  margin-top: 10px;
  padding-right: 5px;
  background: url(../images/common/icon_next.svg) no-repeat 0 0;
  background-size: 17px auto;
}

.guide_contenets {
  margin-top: 5px;
  padding: 15px 1px 17px;
}
.guide_contenets ul li {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  color: rgba(17, 21, 24, 0.6);
}
.guide_contenets ul.bullet li {
  padding-left: 10px;
  margin-top: 3px;
}
.guide_contenets ul.bullet li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 9px;
  width: 3px;
  height: 3px;
  background: rgba(17, 21, 24, 0.4);
  border-radius: 10px;
}

/* MESSAGE */
.error_message {
  margin-top: 3px;
  color: #ff3550;
  font-weight: 500;
  text-align: left;
  font-size: 14px;
  line-height: 1.57;
}
.desc_info {
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  align-items: center;
  font-family: Pretendard;
  color: rgba(17, 21, 24, 0.7);
  letter-spacing: -0.1px;
}
.desc_info.type1 {
  justify-content: center;
}

/* POPUP */
.layer {
  width: 100%;
  height: 100vh;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1400;
  display: none;
}
.layer.active {
  display: -ms-flexbox;
  display: flex;
}
.layerContents {
  width: 90%;
  max-width: 630px;
  max-height: 820px;
  background-color: #fff;
  border-radius: 15px;
  overflow: auto;
}
.layerBox {
  position: relative;
  height: 100%;
  padding: 20px 25px;
}
.layerBox h2 {
  position: relative;
  margin: 0;
  padding-right: 30px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  line-height: 1.45;
  border-bottom: 1px solid #eee;
}
.layerBox .btnClose {
  position: absolute;
  top: 11px;
  right: 14px;
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/common/btn_close_black.svg) no-repeat center center;
  background-size: 28px auto;
}
.layerBox .contents {
  overflow-y: auto;
  margin: 25px 0;
  display: flex;
  flex-direction: column;
}
.layerBox .contents .inner {
  display: flex;
  padding-bottom: 16px;
  -webkit-box-pack: center;
  justify-content: center;
  flex: 1 0 0px;
}
.layerBox .contents .inner.type1 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.layerBox .contents .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.44;
}
.layerBox .contents .text_normal {
  color: rgba(17, 21, 24, 0.65);
  font-weight: 600;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  white-space: pre-line;
}
.layerBox .contents .lay_box_type1 {
  display: flex;
  gap: 16px;
}
.layerBox .contents .step {
  display: flex;
  width: 32px;
  height: 32px;
  padding: 3px 8px;
  background-color: #ffa64d;
  border: 2px solid #ffa64d;
  border-radius: 50%;
}
.layerBox .contents .step .ntmText {
  width: 16px;
  -webkit-box-flex: 0;
  flex-grow: 0;
  height: 26px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.layerBox .btn_btmArea {
  padding: 10px 0 30px;
}

.boxInfo {
  padding-right: 24px;
  width: 100%;
  margin-top: 3px;
}
.boxInfo .inner {
  display: flex;
  width: 100%;
  min-width: 220px;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #eee;
  margin-top: 16px;
  gap: 8px;
  -webkit-box-align: center;
  align-items: center;
}
.box_account {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-direction: column;
  flex: 1 1 0%;
}
.box_account p {
  margin-bottom: 0;
}
.box_account .bank_text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}
.boxInfo .btn_copy_bank {
  display: flex;
  padding: 5px 10px;
  font-size: 12px;
  background: #f3f3f3;
  border-radius: 6px;
  text-align: center;
}
.boxInfo .btn_copy_bank:hover {
  background: #eceded;
}
.bank_link_info {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  border-radius: 8px;
  border: 1px solid #eee;
  margin: 15px 0px;
}
.bank_info,
.bank_link_info .info_box {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 3px;
}
.bank_info,
.bank_link_info .text__box {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.bank_info,
.bank_link_info .text__box .normal_text {
  font-size: 15px;
  font-weight: 700;
  color: rgba(17, 21, 24, 0.5s);
  margin: 0;
}
.bank_info,
.bank_link_info .text__box .bank_name {
  font-size: 15px;
  font-weight: 700;
  color: rgba(17, 21, 24, 0.8);
  margin: 0;
}
.bank_info,
.bank_link_info .text__box .bank_number {
  font-size: 14px;
  font-weight: 600;
  color: rgba(17, 21, 24, 0.5);
  margin: 0;
}
.bank_info {
  width: 100%;
  min-width: 216px;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #eee;
  margin-top: 16px;
}

.termsContents {
  overflow: auto;
  font-size: 16px;
  line-height: 1.6;
  padding: 0 10px 10px 0;
}

.bg-m {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  background: rgba(0, 0, 0, 0.7);
}
.modal_backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 1000;
  opacity: 0.6;
  filter: alpha(opacity=70);
}
.modal_fill {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  z-index: 1400;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  overflow: auto;
  overscroll-behavior-y: none;
}
.modal_container {
  display: flex;
  flex-direction: column;
  position: relative;
  width: auto;
  max-width: 530px;
  z-index: 1400;
  margin-inline: 12px;
  background: #fff;
  border-radius: 16px;
  margin-top: auto;
  margin-bottom: auto;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.modal_body {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  height: calc(100% - 60px);
  max-height: 70vh;
}
.modal_contents {
  display: flex;
  margin: 40px 24px 10px;
  flex-direction: column;
}
.modal_imgBox {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.modal_textBox {
  display: flex;
  flex-direction: column;
  padding: 40px 24px 30px;
}
.modal_btnArea {
  display: flex;
  gap: 10px;
  padding: 24px;
}

/* main */
.main_notice_slide {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  max-height: 58px;
  padding: 16px 10px;
  justify-content: space-between;
  border-radius: 100px;
  background: #faa224;
}
.main_notice_title {
  display: flex;
  align-items: center;
}
.main_notice_title em {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  padding-left: 12px;
  width: 90px;
  height: 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-weight: 600;
}
.main_notice_slide a {
  display: flex;
  gap: 25px;
  height: 100%;
  color: #fff;
}
.main_notice_text {
  flex-grow: 1;
  width: 200px;
  font-size: 18px;
  font-weight: 400;
  padding-left: 13px;
  margin-right: auto;
}
.main_notice_text p {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main_notice_date {
  display: none;
}
.main_notice_button {
  display: none;
}

.main_info {
  margin-top: 50px;
}
.main_service_inner {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(1, minmax(0px, 1fr));
}
.service_item {
  padding: 35px;
  border: 1px solid #e7e7e7;
  border-radius: 16px;
  background: #fff;
}
.service_text {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.main_bnr {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.bnr_box {
  display: flex;
  flex: 1 1 0%;
  flex-direction: row;
  padding: 26px;
  min-height: 150px;
}
.bnr_text .desc {
  font-size: 18px;
  color: rgba(255, 2255, 255, 0.7);
  letter-spacing: -0.3px;
}
.bnr_img img {
  width: 60px;
  height: auto;
}
.bnr_box.bg1 {
  background: linear-gradient(91deg, #faa224 1.09%, #ff7f00 99.02%);
}
.bnr_box_1 {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bnr_box_2,
.bnr_box_3 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bnr_text {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.bnr_invest {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.bnr_invest .icon_area {
  position: absolute;
  bottom: 32px;
  right: 32px;
}
.bnr_invest .icon_area img {
  width: 70px;
  height: auto;
}
.keep_bnr {
  display: flex;
  width: 100%;
  padding: 32px;
  justify-content: space-between;
  background: #faa224;
}
.keep_bnr .pos_icon {
  position: absolute;
  top: 50%;
  right: 32px;
  margin-top: -43px;
  display: flex;
  align-items: end;
}
.keep_bnr .pos_icon img {
  width: 85px;
  height: auto;
}
.bnr_invest .btn_area,
.keep_bnr .btn_area {
  display: flex;
  align-items: center;
  margin-top: 1px;
  font-size: 20px;
  color: #fff;
}
.bnr_invest .btn_arrow_white,
.keep_bnr .btn_arrow_white {
  margin-left: 1px;
  width: 20px;
  height: 20px;
  background: url(../images/common/icon_arrow_right_white.svg) no-repeat;
  background-size: 100%;
}
.gray_bg_box {
  display: flex;
  width: 100%;
  padding: 32px;
  background: #f4f5f7;
  border-radius: 16px;
}
.gray_bg_box a {
  font-size: 20px;
  color: #111518;
  position: relative;
  width: 100%;
}
.gray_bg_box .iconArea {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -30px;
}
.gray_bg_box .iconArea.guide {
  margin-top: -40px;
}
.gray_bg_box .btn_area {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-top: 20px;
}
.gray_bg_box .btn_arrow {
  margin-left: 8px;
  width: 20px;
  height: 20px;
  background: url(../images/common/icon_circle_arrow_right.svg) no-repeat;
  background-size: 100%;
}

/* 간편비밀번호 */
.passPop {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}
.passPop_wrap {
  width: 100%;
  margin-inline: auto;
  max-width: 518px;
  padding-inline: 0px;
}
.passPop_wrap .contents {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  padding-top: 56px;
  padding-inline: 24px;
  background: #fff;
}
.passPop .title {
  font-family: Pretendard;
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #111518;
}
.pass_num {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-inline: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  gap: 24px;
}
.inp_off {
  width: 20px;
  height: 20px;
  background-color: rgb(235, 237, 242);
  border-radius: 50%;
}
.inp_on {
  width: 20px;
  height: 20px;
  background-color: rgb(255, 127, 0);
  border-radius: 50%;
}
.findpass_btn {
  padding: 10px 0;
  font-size: 14px;
  color: #707374;
  text-decoration: underline;
}
.numBtn_area {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  width: 100%;
  padding-inline: 24px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.numBtn {
  position: relative;
  width: 100%;
  height: 60px;
  font-size: 24px;
  color: #585b5d;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  min-width: 2.5rem;
  padding-inline-start: 1rem;
  padding-inline-end: 1rem;
  transition-property: background-color;
  transition-duration: 3s;
}
.numBtn:hover {
  background: rgb(236, 237, 237);
}

/* 미디어쿼리 */

@media (min-width: 1025px) and (max-width: 1280px) {
  .sub_cont_inner.type1 {
    padding-top: 0;
  }
  .u_pc {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .u_mb {
    display: none !important;
  }

  #header {
    backdrop-filter: blur(10px);
    height: 60px;
    line-height: 60px;
  }
  #header .wrap {
    padding: 0 0 0 20px;
  }
  #header {
    height: 60px;
    line-height: 60px;
    border-bottom: 0;
  }
  #header.changed {
    height: 60px;
    line-height: 60px;
  }
  #header h1 {
    float: none;
  }
  #header h1.logo {
    height: 60px;
  }
  #header h1.logo img {
    width: 130px;
    padding-left: 20px;
  }
  #header #gnb {
    position: fixed;
    top: 0;
    right: -250px;
    width: 250px;
    height: 100vh;
    z-index: 1000;
    background-color: #fff;
  }
  /*#header #gnb>ul {padding-top:60px; position:relative;}*/
  #header #gnb > ul > li {
    float: none;
    background: #fff;
    backdrop-filter: blur(10px);
  }
  #header #gnb > ul > li > ul {
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  #header #gnb > ul > li > ul > li {
    padding: 5px 0;
  }
  #header #gnb > ul > li > ul > li > a {
    padding: 6px 12px;
  }
  #header #gnb > ul > li.mobile_title {
    display: block;
    position: absolute;
    top: 17px;
    left: 0;
    width: 100%;
    height: 60px;
  }
  #header #gnb > ul > li > a {
    color: #1e1e20;
    height: 60px;
    padding: 0 20px;
  }
  #header #gnb > ul > li > a.g_pc {
    display: none;
  }
  #header #gnb > ul > li > a.mobile {
    display: flex;
    align-items: center;
  }
  #header #gnb > ul > li > a.mobile .icon_arrow {
    padding-left: 5px;
    font-weight: 400;
  }
  #header #gnb > ul > li:hover > a {
    color: #ff7f00 !important;
  }
  #header #gnb > ul > li ul {
    position: relative;
    top: auto !important;
    padding: 0 15px 8px;
  }
  #header #gnb > ul > li > ul > li:last-child {
    border-bottom: 0;
  }
  #header #gnb > ul > li ul li a {
    color: #1c1c1c;
    border-bottom: 0px solid #ddd;
    font-size: 16px;
    line-height: 21px;
  }
  #header .mg_control {
    display: list-item;
    width: 60px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    font-size: 0;
    letter-spacing: 0;
    word-spacing: 0;
    cursor: pointer;
    z-index: 999999;
  }
  #header .mg_control .icon_big {
    font-size: 30px;
    vertical-align: middle;
  }
  #header .mg_control #mg_close {
    display: none;
  }
  #header .h_inner {
    width: 100%;
  }
  #header .m_logo {
    display: flex;
    align-items: center;
    height: 60px;
    justify-content: flex-end;
    margin-right: 15px;
  }
  #header .m_logo img {
    width: 100px;
    height: auto;
  }
  #header .mb_utill_area {
    margin: 0 20px;
    border-bottom: 1px solid #eee;
  }
  #header .utill_title {
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 600;
    color: rgba(17, 21, 24, 0.7);
  }
  #header .utill_btnArea {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
  }
  #header .utill_btnArea button {
    display: flex;
    width: 120px;
    height: 44px;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 18px;
    border-radius: 10px;
    border: 1px solid #eee;
  }
  #header .utill_btnArea button:hover {
    border: 1px solid #eee;
    background-color: rgba(17, 21, 24, 0.03);
  }
  #header .mBtn_investArea {
    margin: 0 20px;
    border-top: 1px solid #eee;
  }
  #header .utill_btnArea button.my {
    color: #ff7f00;
    background-color: #ffecd9;
    border: 1px solid #ffecd9;
  }

  #footer .logo_section {
    flex-direction: column-reverse;
  }
  #footer .f_link {
    margin-bottom: 20px;
    font-size: 15px;
  }
  #footer .f_info span {
    display: block;
    font-size: 14px;
  }
  #footer .f_info .line {
    display: block;
    border-right: 0;
    margin-bottom: 10px;
  }
  #footer .copy {
    font-size: 14px;
  }

  #whole {
    position: relative;
  }
  .container {
    max-width: 1260px;
    padding: 0 24px;
  }
  .content_area {
    padding-top: 60px;
  }
  .layerContents {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }
  .carousel-inner .top_text {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}
  .carousel-inner .title_area {
    margin-left: 20px;
  }
  .carousel-inner .title_text {
    padding-top: 0;
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: -0.02em;
  }
  .carousel-inner .sub_title {
    padding-top: 6px;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.02em;
  }
  .carousel-inner .sub_text {
    padding-top: 6px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.02em;
  }

  .bwt3 {
    width: 100%;
  }

  .sub_cont_inner.type1 {
    padding-top: 0;
  }
}

@media (min-width: 1280px) {
  #header {
    border-bottom: 1px solid #eee;
  }
  #header.bdr0 {
    border-bottom: 0 !important;
  }

  .container {
    max-width: 1260px;
    padding: 0 15px;
  }
  .main_contents1 {
    padding: 0 0 90px 0 !important;
  }
  .bnr_box_2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .u_pc {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .main_notice_slide {
    gap: 25px;
    max-height: 84px;
    padding: 30px 20px;
  }
  .main_notice_title em {
    padding-left: 30px;
    width: 120px;
    height: 18px;
    font-size: 20px;
  }
  .main_notice_text {
    width: 380px;
    font-size: 20px;
    font-weight: 400;
    padding-left: 20px;
  }
  .main_notice_date {
    display: block;
    font-size: 20px;
    margin-left: 50px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
  }
  .main_notice_button {
    display: block;
    min-width: 110px;
    min-height: 46px;
    padding: 11px 22px;
    border-radius: 36px;
    font-size: 18px;
    background: #fff;
    justify-content: space-between;
  }

  .main_info {
    margin-top: 100px;
  }
  .main_service_inner {
    grid-template-columns: repeat(3, minmax(0px, 1fr));
  }
  .main_bnr {
    flex-direction: row;
  }

  .bnr_box {
    padding: 32px;
  }
  .bnr_img img {
    width: 100px;
    height: auto;
  }
  .bnr_invest .icon_area img {
    width: 100px;
    height: auto;
  }

  .keep_bnr {
    height: 127px;
  }
  .keep_bnr .pos_icon img {
    width: 80px;
    height: auto;
  }

  .gray_bg_box .iconArea {
    margin-top: -30px;
  }
  .gray_bg_box .iconArea.guide {
    margin-top: -37px;
  }

  .bnr_box_3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .form_text.type1 {
    width: 250px;
  }

  .prod_list {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
  }
}

@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .mb {
    display: none !important;
  }

  .w1180 {
    max-width: 1088px;
    padding: 64px;
    margin: 0 auto;
  }
  .sub_cont_inner {
    padding: 40px 64px 64px;
  }
  .spct_1 {
    margin-top: 60px !important;
  }
  .spct_2 {
    margin-top: 20px !important;
  }

  .content_inner_row {
    flex-direction: row;
  }
  .carousel-inner {
    height: 620px;
  }

  .sub_visual {
    width: 100%;
    height: 240px;
  }
  .sub_visual h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .sub_visual .text_middle {
    font-size: 18px;
    line-height: 26px;
  }

  .b_title_semibold {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
  }
  .m_title_semibold {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
  }
  .m_title_bold {
    font-size: 18px;
    line-height: 26px;
  }
  .sub_text {
    font-size: 18px;
    line-height: 26px;
  }
  .b_text {
    font-size: 18px;
    line-height: 28px;
  }

  .button {
    width: 200px;
    margin-inline: 200px;
    margin: 0px auto;
  }
  .button.full {
    width: 100%;
    height: 48px;
  }

  .box_section {
    justify-content: center;
    margin: 80px auto 0px;
    width: 650px;
    padding: 40px;
    border-radius: 15px;
    gap: 40px;
    box-shadow: rgba(17, 21, 24, 0.16) 0px 1px 3px 0px;
    background: #fff;
    min-height: 0px;
  }
  .box_row {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-self: stretch;
    align-items: center;
  }
  .box_input.adr {
    width: auto;
  }
  .info__box {
    flex-direction: row;
  }
  .info_box_inner.type1 {
    flex-direction: row;
  }
  .info_box_inner .gdn {
    font-size: 18px;
    line-height: 28px;
  }
  .info_box_inner .sub_text {
    font-size: 17px;
    line-height: 28px;
  }
  .oval_tab .o_link {
    font-size: 18px;
    line-height: 1.5;
  }

  .bnr_box_2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .keep_bnr .pos_icon {
    margin-top: -41px;
  }
  .inverst_naming {
    font-size: 40px;
  }
  .modal_container {
    width: 530px;
  }
  .inverst_infomation_mb {
    display: none !important;
  }
  .pig_photoBox img {
    width: 560px;
    height: 350px;
  }
  .box_input_type2 {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }

  .my_subCont {
    -webkit-box-pack: center;
    justify-content: center;
    margin: 60px auto 0px;
    padding: 32px;
    border-radius: 16px;
    gap: 40px;
    box-shadow: rgba(17, 21, 24, 0.16) 0px 1px 3px 0px;
  }
}

@media screen and (max-width: 768px) {
  .desc {
    width: 230px;
  }
  .inverst_infomation_mb {
    width: 100%;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    padding: 50px 24px 70px;
    border-radius: 0;
    justify-content: center;
  }
  .inverst_imgBox_mb {
    margin: 15px auto 0;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .sub_contents {
    padding-inline: 24px;
  }
  .sub_cont_inner.type1 {
    width: 100%;
    padding: 0;
  }
  .left_menuArea {
    display: none;
  }

  .inverst_infomation {
    display: none !important;
  }

  .sub_headerBox {
    display: flex;
    padding: 16px 24px;
  }
  .btn_back {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
  }
  .btn_back img {
    width: 23px;
    height: auto;
  }
  .sub_titleArea {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-right: 28px;
  }
  .sub_titleArea p {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
  }

  .m_hidden {
    display: none !important;
  }
  .mobile {
    display: block;
  }
  .pc_hidden {
    display: none;
  }

  .box_type1 {
    gap: 8px;
    padding: 16px 0;
    border: 0;
    box-shadow: none;
  }
  .box_type1.m_view {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 10px 0px,
      rgba(0, 0, 0, 0.04) 0px 1px 3px 0px;
    border: 1px solid #eee;
    background-color: #fff;
  }
  .box_type1.m_pda_24 {
    padding: 16px 24px;
  }

  .m_summary_button_area {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 16px;
  }

  .end_info {
    height: auto;
    padding: 8px 0;
  }
  .end_info.type1 {
    height: 74px;
  }
  .button_line {
    padding: 0;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #eee;
    background: #fff;
  }
  .button_line.type1 {
    border-radius: 8px;
    align-self: start;
    height: 100%;
  }
  .button_line.type2 {
    padding: 0 24px;
    border: 1px solid #eee;
    border-radius: 10px;
  }
  .button_line.type3 {
    border: 1px solid #eee;
    border-radius: 8px;
  }
  .button_line.type4 {
    height: 48px;
    line-height: 47px;
    border: 1px solid #eee;
    border-radius: 8px;
  }

  .m_button_myprod {
    display: flex;
    gap: 2px;
    padding: 0 16px 8px 5px;
    font-family: Pretendard;
    color: rgba(17, 21, 24, 0.7);
    font-size: 16px;
    line-height: 1.45;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 50px;
    cursor: pointer;
  }

  .my_subCont .deft_box {
    padding: 0 24px 64px;
  }
  .prodBox {
    margin: 15px 0 0;
  }
  .box_type10 img {
    width: 15px;
    height: auto;
  }

  .board_list {
    font-size: 14px;
  }
  .account_btnArea {
    align-self: center;
  }

  .add_title {
    align-items: flex-start;
  }
  .add_info {
    text-align: right;
    padding-left: 50px;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

#footer .f_link {
    display: flex
;
flex-direction: column;
    gap:8px;
}
 
}
