
.visual_wrap {
  width: 100%;
  height: 900px;
  position: relative;
  left: 0;
  top: 0;
  overflow: hidden;
}
.visual_img_main {
	cursor:pointer;
}
.visual_img_box2 {
  width: 100% !important;
  height: 900px;
  text-align: center;
  background-image: url(/img/visual_bg_01.png);
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  background-position: center !important;
}
.visual_img_box3 {
	width: 100% !important;
	height: 900px;
  	text-align: center;
	background-image: url('/img/visual_bg_02.png'), linear-gradient(98deg,rgba(71, 67, 206, 1) 0%,rgba(53, 110, 195, 1) 50%,rgba(71, 202, 222, 1) 100%);
	background-repeat: no-repeat !important;
	background-size: 100% 100% !important;
	background-position: center !important;
}
.visual_img_box {
	width: 100% !important;
	height: 900px;
	text-align: center;
	/* background-image: url(/img/main_visual_03_26-01-16.png); */
	background-color : #011F14;  /* 멤버십 히든오픈 배너 시안 배경 그린 */
	background-repeat: no-repeat !important;
	background-size: 100% 100% !important;
	background-position: center !important;
}
.visual_txt_02 {
  width: 1650px;
  display: none;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  left: 50%;
  top: 408px;
  translate: -50%;
  text-align: left;
  font-size: 34px;
  font-weight: 600;
  color: #ffffff;
  cursor:pointer;
}
/* fadeIn 후 jQuery가 inline display:block을 박아 flex가 무효화되는 경우 대비 */
.visual_txt_02 > div,
.visual_txt_02 > img {
  display: block;
  margin-bottom: 30px;
}
.visual_txt_03 {
  width: 1650px;
  position: relative;
  left: 50%;
  top: 30%;
  translate: -50%;
  text-align: left;
  font-size: 68px;
  font-weight: 700;
  line-height: 1.25;
  color: #ffffff;
  display:none;
  cursor:pointer;
}
.visual_txt_01 {
  width: 1650px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  left: 50%;
  /* top: 408px; */
  translate: -50%;
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  /* cursor:pointer; */
  background: #121317;
}
.ad_head {
  font-size: 34px;
  font-weight: 600;
}
.ad_yellow {
  color: #ffee93;
}
.center_wrap {
  position: absolute;
  width: 1650px;
  left: 50%;
  translate: -50%;
  bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 60px 0;
  z-index: 2;  /* 멤버십 카드 영역(card_wrap z-index:1) 위로 — 하단 컨트롤 가림 방지 */
}
.btn_prev {
  border: 1px solid #ffffff;
  padding: 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 60px;
  cursor:pointer;
}
.prev {
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}
.slide_box {
  width: 300px;
}
.page_wrap {
  width: 51px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  gap: 16px;
}
.pagenum {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  cursor:pointer;
}
.pagenum.view {
  font-size: 32px;
  font-weight: 600;
}
.line_ver {
  font-size: 15px;
  font-weight: 200;
  color: #cccccc;
}
.line_bg {
  width: 300px;
  height: 1px;
  overflow: hidden;
  background-color : #777777;
  opacity: 0.5;
}
.line_on {
  width: 150px;
  height: 2px;
  background-color : #ffffff;
}
.line_on2 {
    width: 150px;
    height: 2px;
    background-color: #ffffff;
    position: relative;
    left: 150px;
    top: -2px;
    display:none;
}
.line_on3 {
    width: 150px;
    height: 2px;
    background-color: #ffffff;
    position: relative;
    left: 300px;
    top: -2px;
    display:none;
}
.btn_next {
  width: 60px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  cursor:pointer;
}
.next {
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}
.main_container {
  overflow-x: hidden;
}
.contents_frame {
  width: 1650px;
  padding-bottom: 60px;
  margin: 0 auto;
}
.sales_watch_wrap {
  margin: 60px 0;
}
.top_section {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
}
.tit_wrap {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: baseline;
  justify-content: flex-start;
  flex-shrink: 0;
  text-align: left;
  font-size: 24px;
  font-weight: 600;
  color: #202020;
}
.sub_tit {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  color: #777777;
}
.swiper_cotrol {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
}
.arr_backward, .arr_forward {
  width: 48px;
  height: 48px;
  opacity: 0.4;
  cursor: pointer;
}
.arr_backward:hover, .arr_forward:hover {
  opacity: 1;
}
.top_section2 {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: start;
  align-self: stretch;
  flex-shrink: 0;
  gap: 20px;
}
.contents_wrap {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  margin-top: 20px;
  flex-wrap: wrap;
  row-gap: 20px;
}
.tit_wrap2  {
  text-align: left;
  font-size: 34px;
  font-weight: 600;
  color: #202020;
}
.item_wrap {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
}
.product_box {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 20px;
}
.product {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 330px;
  position: relative;
}
.thumb {
  width: 310px;
  height: 310px;
  position: relative;
  overflow: hidden;
}
.product_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thumb .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.watch_tit {
	width: 100%;
	text-align: center;
	font-weight: 400;
	font-size: 18px;
	color: #202020;
}
.watch_price {
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  color: #202020;
}
.icon_favorite {
  position: absolute;
  top: 0px;
  right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
}
.op02 {
  opacity: 0.5;
}
.label_end {
  position: absolute;
  left: 50%;
  translate: -50%;
  top: 42%;
  z-index: 10;
  font-size: 20px;
  font-weight: 600;
  color: #f68021;
}
/* .item {
  padding: 0px 10px 0px 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  width: 330px;
  position: relative;
} */
.item {
  padding: 0px 10px 0px 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end;
  justify-content: flex-end;
  flex-shrink: 0;
  width: 330px;
  position: relative;
}
.btn_wrap {
  margin: 60px 0;
}
.btn_totalsee {
  padding: 12px 20px 12px 20px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  width: 215px;
  margin: 0 auto;
  cursor: pointer;
}
.btn_txt {
  float: left;
  width: calc(100% - 24px);
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #007433;
}
.arrow_right {
  float: left;
  opacity: 0.6;
}
.best_week_img {
  position: relative;
  float: left;
  width: 825px;
  height: 400px;
  overflow: hidden;
}
.best_week_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tit_label {
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #f68021;
}
.tit_w {
  text-align: left;
  font-size: 34px;
  font-weight: 600;
  color: #ffffff;
}
.sub_tit_w {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
.best_week_txt {
  float: left;
  display: flex;
  padding: 100px 60px;
  box-sizing: border-box;
  flex-direction: column;
  gap: 40px;
  align-items: normal;
  justify-content: center;
  width: calc(100% - 825px);
  height: 400px;
  background-color: #007433;
}
.txt_w {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
.sub_txt_wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
}
.tag {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
}
.tag_name {
  border: 1px solid #dddddd;
  border-radius: 30px;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
.user_id {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #777777;
}
.user_id_w {
  color: #ffffff;
}
.watchshot_wrap {
  margin: 60px 0;
}
.watchshot_box {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: 360px;
  margin-top: 20px;
}
.watchshot_img_wrap {
  background-color: #f7f7f7;
  border-radius: 4px;
  flex-shrink: 0;
  width: 272px;
  height: 360px;
  position: relative;
  overflow: hidden;
}
.watchshot_img_box {
  overflow: hidden;
}
.watchshot_img_box img {
  width: 272px;
}
.hover_black {
  background-color: rgba(19, 16, 35, 0.67);
  width: 272px;
  height: 360px;
  position: absolute;
  left: 0;
  top: 0;
}
.watchshot_txt_wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: center;
  width: 232px;
  position: absolute;
  left: 20px;
  top: 20px;
}
.watchshot_tit {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}
.tit_section {
  float: left;
  width: 412px;
  height: 100%;
  padding: 40px;
  border: 1px solid #dddddd;
}
.best_review_wrap {
  width: 100%;
  height: 480px;
}
.top_box {
  display: flex;
  flex-direction: column;
  gap: 121px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
}
.btn_list_group {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
}
.btn_store {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 30px;
  padding: 10px 15px;
  background-color: #f7f8fa;
  border: 1px solid #f7f8fa;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  cursor: pointer;
}
.btn_store.on {
  background-color: #ffffff;
  border: 1px solid #007433;
  color: #007433;
}
.btn_area {
  width: 100%;
  text-align: right;
  margin-top: 110px;
}
.btn_reviewsee {
  display: inline-block;
  width: 215px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  padding: 12px 20px;
  cursor:pointer;
}
.best_review_box {
  float: left;
  width: 412px;
  height: 100%;
  padding: 0px 10px;
}
.best_review_img_wrap {
  height: 300px;
  position: relative;
  overflow: hidden;
}
.best_review_img_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.best_review_txt_wrap {
  width: 100%;
}
.subject_wrap {
  width: 100%;
  margin: 20px 0;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
}
.scope_box {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
}
.num {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #007433;
  
}
.subject_txt {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #777777;
}


.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 0px #fff;
	-webkit-box-shadow: 0 0 0px #fff;
	box-shadow: 0 0 0px #fff;
	border:  0px solid #fff;
}
.bx-viewport {
	height: 100% !important;
}
/* css */
.spinnerCls {
  width: 60px;
  height: 60px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 4px solid #dddddd;
  border-right-color: #007743;
  animation: l2 1s infinite linear;
  display: block;
  margin: 0 auto;     
}
.spinnerCls.hidden {
    display: none;
}
@keyframes l2 {to{transform: rotate(1turn)}}

.btn-total {
  background: var(--base-white-fff, #ffffff);
  border-radius: 4px;
  border-style: solid;
  border-color: var(--main-green, #007433);
  border-width: 1px;
  padding: 14px 30px 14px 30px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  cursor:pointer;
}
.btn-total-div {
  color: #202020;
  text-align: left;
  font-family: var(
    --subtit-sem-16-font-family,
    "Pretendard-SemiBold",
    sans-serif
  );
  font-size: var(--subtit-sem-16-font-size, 16px);
  letter-spacing: var(--subtit-sem-16-letter-spacing, -0.025em);
  font-weight: var(--subtit-sem-16-font-weight, 600);
  position: relative;
}
.btn-review-purchase {
  border-radius: 4px;
  padding: 14px 30px 14px 30px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  cursor:pointer;
}
.btn-review-purchase-div {
  color: #202020;
  text-align: left;
  font-family: var(--body-reg-16-font-family, "Pretendard-Regular", sans-serif);
  font-size: var(--body-reg-16-font-size, 16px);
  letter-spacing: var(--body-reg-16-letter-spacing, -0.025em);
  font-weight: var(--body-reg-16-font-weight, 400);
  position: relative;

}
.productBtn {
	cursor:pointer;
}
.tingle-modal-box {
	width:35% !important;
}

.tingle-modal-box__content {
    padding: 1rem 1rem !important;
}	

.naverl_frame,
.naverl_frame * {
  box-sizing: border-box;
}
.naverl_frame {
  background: var(--base-white-fff, #ffffff);
  border-radius: 4px;
  padding: 30px 20px 30px 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.naverl_tit {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.naverl_div {
  color: var(--base-black-gray-20, #202020);
  text-align: center;
  font-family: "Pretendard-SemiBold", sans-serif;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.025em;
  font-weight: 600;
  position: relative;
  width: 100%;
}
.naverl_frame-891 {
  background: var(--base-lightgray-dd, #dddddd);
  flex-shrink: 0;
  width: 100%;
  height: 1px;
  position: relative;
  overflow: hidden;
}
.naverl_wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.naverl_frame-892 {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.naverl_login-pop-edit-cut {
  width: 100%;
  object-fit: cover;
}
.naverl_login-pop-edit-cut2 {
  width: 100%;
  object-fit: cover;
}
.naverl_btn {
  background: var(--base-black-gray-20, #202020);
  border-radius: 4px;
  padding: 20px 40px 20px 40px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.naverl_div2 {
  color: var(--base-white-fff, #ffffff);
  text-align: left;
  font-family: var(
    --subtit-sem-18-font-family,
    "Pretendard-SemiBold",
    sans-serif
  );
  font-size: var(--subtit-sem-18-font-size, 18px);
  letter-spacing: var(--subtit-sem-18-letter-spacing, -0.025em);
  font-weight: var(--subtit-sem-18-font-weight, 600);
  position: relative;
}

.product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 30px;
  padding: 6px 14px;
  font-size: 14px;
  color: #4e4e4e;
  font-weight: 600;
}
.opacity_05 {
    opacity: 0.5;
}
.margin_top20 {
    margin-top: 20px;
}

.watchshot_wrap2 {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: flex-end;
  justify-content: flex-end;
  width: 232px;
  position: absolute;
  left: 20px;
  top: 311px;
}
.watchshot_group {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.watchshot_loveit {
  border-radius: 20px;
  padding: 5px;
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.watchshot_icon-smile {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
  overflow: visible;
}
.watchshot__10 {
  color: #dddddd;
  text-align: left;
  font-family: "Pretendard-Regular", sans-serif;
  font-size: 16px;
  letter-spacing: -0.025em;
  font-weight: 400;
  position: relative;
}
.watchshot_comments {
  border-radius: 20px;
  padding: 5px;
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.watchshot_icon-comments {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
  overflow: visible;
}
.watchshot__20 {
  color: #dddddd;
  text-align: left;
  font-family: "Pretendard-Regular", sans-serif;
  font-size: 16px;
  letter-spacing: -0.025em;
  font-weight: 400;
  position: relative;
}

.btn-group {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  position: relative;
}
.btn-up {
  border-radius: 4px;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
  cursor:pointer;
}
.btn-down {
  border-radius: 4px;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
  cursor:pointer;
}

.card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.6s ease;
}

.card.fade-out {
  transform: translateY(100px);
  opacity: 0;
}

.card.fade-in {
  transform: translateY(-30px);
  opacity: 0;
}

.card.fade-in.active {
  transform: translateY(0);
  opacity: 1;
}


.laber {
  background: #ffffff;
  border-radius: 47px;
  border-style: solid;
  border-color: #e0e0e0;
  border-width: 1px;
  padding: 8px 10px 8px 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 5px;
  top: 5px;
}
.laber_div {
  color: #4e4e4e;
  text-align: center;
  font-family: "Pretendard-SemiBold", sans-serif;
  font-size: 12px;
  letter-spacing: -0.025em;
  font-weight: 600;
  position: relative;
}

.real_button {
	border-radius: 50px;
	border-style: solid;
	border-color: #007433;
	border-width: 1px;
	padding: 16px 20px 16px 20px;
	display: flex;
	flex-direction: row;
	gap: 8px;
	align-items: center;
	justify-content: flex-start;
	flex-shrink: 0;
	height: 43px;
	position: relative;
	cursor:pointer;
    margin-right: 96px;
}
.real_icon {
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	position: relative;
	overflow: visible;
}
.real_paragraph {
	display: flex;
	flex-direction: row;
	gap: 0px;
	align-items: flex-start;
	justify-content: flex-start;
	flex-shrink: 0;
	width: 68px;
	height: 21.5px;
	position: relative;
	top: -4px;
	
}
.real_divtxt {
	color: #007433;
	text-align: center;
	font-family: 'Pretendard-SemiBold', sans-serif;
	font-size: 18px;
	letter-spacing: -0.45px;
	font-weight: 600;
	position: relative;
}

.real_model {
border-radius: 4px;
border-style: solid;
border-color: #007433;
border-width: 1px;
padding: 20px;
display: flex;
flex-direction: column;
gap: 20px;
align-items: flex-start;
justify-content: flex-start;
flex-shrink: 0;
position: relative;
width:344px;
height:262px;
margin-right: 10px;
}
.real_frame {
display: flex;
flex-direction: row;
gap: 10px;
align-items: flex-start;
justify-content: flex-start;
align-self: stretch;
flex-shrink: 0;
position: relative;
}
.real_app-img {
display: flex;
flex-direction: row;
gap: 10px;
align-items: center;
justify-content: flex-start;
flex-shrink: 0;
position: relative;
}
.real_image-13 {
border-radius: 40px;
flex-shrink: 0;
width: 40px;
height: 40px;
position: relative;
object-fit: cover;
aspect-ratio: 1;
}
.real_store {
background: #ffffff;
border-radius: 47px;
border-style: solid;
border-color: #007433;
border-width: 1px;
padding: 10px 8px 10px 8px;
display: flex;
flex-direction: row;
gap: 10px;
align-items: center;
justify-content: center;
align-self: stretch;
flex-shrink: 0;
position: relative;
width: 95px;
}
.real_div {
color: #007433;
text-align: center;
font-family: 'Pretendard-SemiBold', sans-serif;
font-size: 14px;
letter-spacing: -1px;
font-weight: 600;
position: relative;
max-width:110px;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
.real_date-time {
background: rgba(0, 116, 51, 0.08);
border-radius: 47px;
padding: 10px 20px 10px 20px;
display: flex;
flex-direction: row;
gap: 10px;
align-items: center;
justify-content: center;
align-self: stretch;
flex-shrink: 0;
position: relative;
}
.real_date {
display: flex;
flex-direction: row;
gap: 10px;
align-items: center;
justify-content: center;
flex-shrink: 0;
position: relative;
}
.real__26-01-13 {
color: #007433;
text-align: center;
font-family: 'Pretendard-SemiBold', sans-serif;
font-size: 16px;
letter-spacing: -0.025em;
font-weight: 600;
position: relative;
}
.real_time {
display: flex;
flex-direction: row;
gap: 10px;
align-items: center;
justify-content: center;
flex-shrink: 0;
position: relative;
}
.real__18-58 {
color: #007433;
text-align: center;
font-family: 'Pretendard-SemiBold', sans-serif;
font-size: 16px;
letter-spacing: -0.025em;
font-weight: 600;
position: relative;
}
.real_con-box {
display: flex;
flex-direction: row;
gap: 0px;
align-items: flex-start;
justify-content: flex-start;
align-self: stretch;
flex-shrink: 0;
position: relative;
padding-top:12px;
}
.real_frame2 {
padding: 10px 0px 10px 0px;
display: flex;
flex-direction: column;
gap: 0px;
align-items: flex-start;
justify-content: flex-start;
align-self: stretch;
flex: 1;
position: relative;
}
.real_tit {
display: flex;
flex-direction: column;
gap: 0px;
align-items: flex-start;
justify-content: flex-start;
align-self: stretch;
flex-shrink: 0;
position: relative;
}
.real_name {
display: flex;
flex-direction: column;
gap: 5px;
align-items: flex-start;
justify-content: center;
align-self: stretch;
flex-shrink: 0;
position: relative;
}
.real__41 {
color: #010101;
text-align: left;
font-family: 'Pretendard-Bold', sans-serif;
font-size: 20px;
font-weight: 700;
position: relative;
align-self: stretch;
align-items: center;
justify-content: flex-start;
display: -webkit-box;
-webkit-line-clamp: 2;      /* 최대 2줄 */
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-word;
position: relative;
top:-4px;
}
.real_price {
display: flex;
flex-direction: column;
gap: 5px;
align-items: flex-start;
justify-content: flex-start;
align-self: stretch;
flex-shrink: 0;
position: relative;
}
.real__2-000 {
color: #007433;
text-align: left;
font-family: 'Pretendard-Bold', sans-serif;
font-size: 24px;
font-weight: 700;
position: relative;
align-self: stretch;
display: flex;
align-items: center;
justify-content: flex-start;
}
.real_ref {
display: flex;
flex-direction: column;
gap: 5px;
align-items: flex-start;
justify-content: flex-start;
align-self: stretch;
flex-shrink: 0;
position: relative;
}
.real_m-126333-0012 {
color: #767676;
text-align: left;
font-family: 'Pretendard-Medium', sans-serif;
font-size: 16px;
font-weight: 500;
position: relative;
align-self: stretch;
display: flex;
align-items: center;
justify-content: flex-start;
}
.real_frame-1434 {
display: flex;
flex-direction: row;
gap: 6px;
align-items: center;
justify-content: flex-start;
align-self: stretch;
flex-shrink: 0;
position: relative;
}
.real_view {
display: flex;
flex-direction: row;
gap: 0px;
align-items: center;
justify-content: flex-start;
flex-shrink: 0;
position: relative;
}
.real_icon-view {
flex-shrink: 0;
width: 24px;
height: 24px;
position: relative;
overflow: visible;
aspect-ratio: 1;
}
.real_count {
display: flex;
flex-direction: row;
gap: 10px;
align-items: center;
justify-content: center;
flex-shrink: 0;
position: relative;
}
.real__12-345 {
color: #767676;
text-align: left;
font-family: 'Pretendard-Regular', sans-serif;
font-size: 14px;
letter-spacing: -0.025em;
font-weight: 400;
position: relative;
}
.real_re {
display: flex;
flex-direction: row;
gap: 0px;
align-items: center;
justify-content: flex-start;
flex-shrink: 0;
position: relative;
}
.real_frame3 {
flex-shrink: 0;
width: 20px;
height: 20px;
position: relative;
overflow: visible;
aspect-ratio: 1;
}
.real__0 {
color: #767676;
text-align: left;
font-family: 'Pretendard-Regular', sans-serif;
font-size: 14px;
letter-spacing: -0.025em;
font-weight: 400;
position: relative;
}
.real_thumb {
flex-shrink: 0;
width: 150px;
height: 150px;
position: relative;
overflow: hidden;
}
.real_watch-00 {
width: 130px;
height: 134px;
position: absolute;
left: 50%;
translate: -50% -50%;
top: 50%;
object-fit: cover;
aspect-ratio: 130/134;
}



/* Popup Container */
.popup-container {
    background: white;
    border-radius: 8px;
    box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
    width: 100%;
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 30px;
}

/* Header */
.popup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bell-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.popup-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #202020;
}

.close-btn {
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    transition: background-color 0.2s;
}

.close-btn:hover {
    background-color: #f7f8fa;
}

/* Content */
.popup-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.description {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #777777;
}

/* Form Container */
.form-container {
    background-color: #f7f8fa;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #3a3a3a;
}

.form-input {
    height: 43px;
    padding: 10px 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #202020;
    background: white;
    outline: none;
    transition: border-color 0.2s;
}

.form-input::placeholder {
    color: #999999;
}

.form-input:focus {
    border-color: #007433;
}

/* Search Input */
.search-input-wrapper {
    position: relative;
}

.search-input {
    padding-right: 44px;
}

.search-icon_model {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 100;
}

.select-wrapper {
    position: relative;
}

.form-select {
    width: 100%;
    height: 43px;
    padding: 10px 12px;
    padding-right: 36px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #202020;
    background: white;
    outline: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: border-color 0.2s;
}

.form-select:focus {
    border-color: #007433;
}

.select-arrow {
    position: absolute;
    right: 12px;
    transform: translateY(45%);
    pointer-events: none;
}

/* Add Button */
.add-btn {
    align-self: center;
    background-color: #007433;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.add-btn:hover {
    background-color: #005a28;
}

.add-btn:active {
    background-color: #004a20;
}

/* Keywords Container */
.keywords-container {
    background: white;
    border: 1px solid #dddddd;
    border-radius: 8px;
    padding: 31px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.keywords-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #202020;
}

.keywords-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.keyword-tag {
    display: flex;
    align-items: center;
    gap: 10px;
    background: white;
    border: 1px solid #007433;
    border-radius: 24px;
    padding: 1px 17px;
    height: 43px;
}

.keyword-content {
    display: flex;
    align-items: center;
    gap: 8px;
}

.keyword-name {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    color: #202020;
}

.keyword-store {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #007433;
}

.remove-btn {
    width: 16px;
    height: 16px;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.remove-btn:hover svg path {
    stroke: #202020;
}

.keywords-note {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #777777;
}

/* Complete Button */
.complete-btn {
    width: 100%;
    height: 47px;
    background-color: #007433;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.complete-btn:hover {
    background-color: #005a28;
}

.complete-btn:active {
    background-color: #004a20;
}

/* Responsive Design */
@media (max-width: 640px) {
    .popup-container {
        padding: 20px;
        max-height: 95vh;
    }

    .popup-header {
        margin-bottom: 30px;
    }

    .popup-title {
        font-size: 20px;
        line-height: 30px;
    }

    .popup-content {
        gap: 30px;
    }

    .form-container {
        padding: 16px;
        gap: 16px;
    }

    .keywords-container {
        padding: 20px;
    }

    .keywords-list {
        flex-direction: column;
        gap: 12px;
    }

    .keyword-tag {
        width: 100%;
        justify-content: space-between;
    }
}

@media (max-width: 480px) {
    .overlay {
        padding: 10px;
    }

    .popup-container {
        padding: 16px;
    }

    .popup-title {
        font-size: 18px;
        line-height: 27px;
    }

    .bell-icon {
        width: 20px;
        height: 20px;
    }

    .bell-icon svg {
        width: 20px;
        height: 20px;
    }
}

/* Scrollbar Styling */
.popup-container::-webkit-scrollbar {
    width: 8px;
}

.popup-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.popup-container::-webkit-scrollbar-thumb {
    background: #cccccc;
    border-radius: 4px;
}

.popup-container::-webkit-scrollbar-thumb:hover {
    background: #999999;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: none;              /* ê¸°ë³¸ ìˆ¨ê¹€ */
  justify-content: center;    /* ê°€ë¡œ ì¤‘ì•™ */
  align-items: center;        /* ì„¸ë¡œ ì¤‘ì•™ */

  z-index: 9999;
}

.modal-box {
  width: 500px;
  max-width: 90%;
  background: #fff;
  border-radius: 8px;
  padding: 25px;
  position: relative;
}

.modal-close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 20px;
  background: none;
  border: none;
  cursor: pointer;
}

.model-list li {
  padding: 12px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.model-list li:hover {
  background: #f3f3f3;
}


.modal_noti {
      background: white;
      border-radius: 4px;
      box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.16);
      width: 100%;
      max-width: 600px;
      padding: 0px;
      position: relative;
    }

.modal {
	background: white;
	border-radius: 4px;
	box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.16);
	width: 100%;
	max-width: 1000px;
	padding: 60px 80px;
	position: relative;
}

    .close-btn {
      position: absolute;
      right: 30px;
      top: 30px;
      width: 24px;
      height: 24px;
      cursor: pointer;
      background: none;
      border: none;
      padding: 0;
    }

    .content {
      display: flex;
      flex-direction: column;
      gap: 40px;
    }

    /* Search Input */
    .search-box {
      background-color: #f7f8fa;
      border-radius: 4px;
      height: 46.49px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 20px;
    }

    .search-box input {
      background: none;
      border: none;
      outline: none;
      font-family: 'Inter', 'Noto Sans KR', sans-serif;
      font-size: 15px;
      color: #767676;
      flex: 1;
      letter-spacing: -0.2344px;
    }

    .search-box input::placeholder {
      color: #767676;
    }

    .search-icon {
      width: 20px;
      height: 20px;
    }

    /* Main Content Layout */
    .main-layout {
      display: flex;
      gap: 20px;
    }

    /* Left Side - Brand and Model Lists */
    .left-side {
      display: flex;
      gap: 20px;
    }

    /* Column */
    .column {
      display: flex;
      flex-direction: column;
      gap: 20px;
      padding-top: 20px;
      min-width: 125px;
    }

    .column-header {
      text-align: center;
      font-weight: 700;
      font-size: 16px;
      color: #202020;
    }

    .column-list {
      display: flex;
      flex-direction: column;
    }

    .list-item {
      padding: 8px 10px;
      border-radius: 4px;
      font-size: 16px;
      color: #222;
      cursor: pointer;
      white-space: nowrap;
    }

    .list-item:hover {
      background-color: #f7f8fa;
    }

    .list-item.active {
      background-color: #ecf9f2;
      color: #007433;
      font-weight: 600;
    }

    .list-item.regular {
      font-weight: 400;
    }

    /* Right Side - Results */
    .results-panel {
      flex: 1;
      border: 1px solid #ddd;
      border-radius: 8px;
      padding: 20px 40px;
      display: flex;
      flex-direction: column;
      gap: 20px;
      height: 500px;  /* ëª¨ë‹¬ ë†’ì´ì— ë§žì¶° ì¡°ì ˆ */
    }

    /* Breadcrumb */
    .breadcrumb {
      display: flex;
      align-items: center;
      gap: 4px;
      font-weight: 700;
      font-size: 16px;
      color: #222;
    }

    .breadcrumb-arrow {
      width: 24px;
      height: 24px;
    }

    /* Product List */
    .product-list {
      	flex: 1;
	    overflow-y: auto;
	    overflow-x: hidden;
		height: 600px;      /* ê³ ì • ë†’ì´ */
    }

    .product-item {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      padding: 16px;
      min-height: 70px;
      cursor:pointer;
    }

    .product-item:first-child {
      background-color: #f7f8fa;
    }

    .product-info {
      display: flex;
      flex-direction: column;
      gap: 4px;
      flex: 1;
    }

    .product-title {
      font-size: 14px;
      line-height: 20px;
      color: black;
      font-weight: 400;
    }

    .product-item:last-child .product-title {
      font-size: 16px;
    }

    .product-subtitle {
      font-size: 14px;
      color: #010101;
      font-weight: 300;
    }

    .product-image {
      width: 70px;
      height: 70px;
      flex-shrink: 0;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .product-image img {
      max-width: 100%;
      max-height: 100%;
      object-fit: cover;
    }

    .product-item:first-child .product-image {
      background-color: transparent;
    }

    .product-item:not(:first-child) .product-image {
      background-color: white;
    }

    .divider {
      height: 0.5px;
      background-color: #ddd;
      width: 100%;
    }
    
    .loading-area {
    text-align:center;
    padding:20px;
}
.blur{
    filter: blur(6px);
    user-select:none;
}




.header-cta {
    padding: 0px 0px 0px -0.16px;
    display: flex;
    flex-direction: row;
    gap: 15.96px;
    align-items: flex-start;
    justify-content: flex-start;
    height: 54px;
    position: absolute;
    left: 50%;
    translate: -50%;
    top: 579px;
}

.button {
    background: #fee500;
    border-radius: 16777200px;
    padding: 16px 30px 16px 30px;
    display: flex;
    flex-direction: row;
    gap: 7.79px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 320px;
    height: 54px;
    position: relative;
    box-shadow: 0px 4px 20px 0px rgba(254, 229, 0, 0.20);
}

.icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    position: relative;
    overflow: visible;
}

.text {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}

._1-1 {
    color: #191919;
    text-align: center;
    font-family: 'SpoqaHanSansNeo-Medium', sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    position: relative;
}

.button2 {
    background: #1a79ff;
    border-radius: 16777200px;
    padding: 16px 30px 16px 30px;
    display: flex;
    flex-direction: row;
    gap: 8.16px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 320px;
    height: 54px;
    position: relative;
    box-shadow: 0px 4px 20px 0px rgba(26, 121, 255, 0.30);
}

.icon2 {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    height: auto;
    position: relative;
    overflow: visible;
}

._24 {
    color: #ffffff;
    text-align: center;
    font-family: 'SpoqaHanSansNeo-Medium', sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    position: relative;
}

.visual-section {
    width: 670px;
    height: 380.39px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 141px;
}

.txt {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: calc(50% - 155px);
    top: 322px;
}

._25 {
    color: #d3d6e3;
    text-align: center;
    font-family: 'SpoqaHanSansNeo-Medium', sans-serif;
    font-size: 20px;
    letter-spacing: -0.025em;
    font-weight: 500;
    position: relative;
}

.bar {
    background: #d3d6e3;
    flex-shrink: 0;
    width: 100px;
    height: 1px;
    position: relative;
}

._98-7 {
    color: #d3d6e3;
    text-align: center;
    font-family: 'SpoqaHanSansNeo-Medium', sans-serif;
    font-size: 20px;
    letter-spacing: -0.025em;
    font-weight: 500;
    position: relative;
}

.shape-2 {
    position: absolute;
    inset: 0;
}

.shape {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 39.63px;
    top: 283.14px;
    overflow: visible;
}

.no-1 {
    color: #ffffff;
    text-align: left;
    font-family: 'SpoqaHanSansNeo-Bold', sans-serif;
    font-size: 10px;
    letter-spacing: -0.025em;
    font-weight: 700;
    position: absolute;
    left: calc(50% - 281px);
    top: calc(50% - -134.47px);
    transform-origin: 0 0;
    transform: rotate(-15.766deg) scale(1, 1);
}

.intersect {
    width: 57.21px;
    height: 32px;
    position: absolute;
    left: 91px;
    top: 336px;
    overflow: visible;
}

.isolation-mode {
    width: 61px;
    height: 54px;
    position: absolute;
    left: 1320px;
    top: 397px;
    transform-origin: 0 0;
    transform: rotate(90deg) scale(1, 1);
    overflow: hidden;
}

.visual-img {
width: 1340px;
height: 425px;
position: absolute;
left: calc(50% - 639px);
top: 591px;
overflow: hidden;
}
.watch-img {
width: 624px;
height: 388.2px;
position: absolute;
left: 50%;
translate: -50%;
top: calc(50% - 142.5px);
object-fit: cover;
}
.frame-1398 {
width: 1920px;
height: 417px;
position: absolute;
left: 50%;
translate: -50%;
top: 614px;
overflow: hidden;
}

.isolation-mode {
width: 61px;
height: 54px;
position: absolute;
left: 1320px;
top: 397px;
transform-origin: 0 0;
transform: rotate(90deg) scale(1, 1);
overflow: hidden;
}
.group {
opacity: 0.71;
position: absolute;
inset: 0;
}
.rectangle {
width: 77.82%;
height: 87.15%;
position: absolute;
right: 22.18%;
left: 0%;
bottom: 0%;
top: 12.85%;
object-fit: cover;
}
.rectangle2 {
width: 65.58%;
height: 72.59%;
position: absolute;
right: 11.09%;
left: 23.33%;
bottom: 13.28%;
top: 14.13%;
object-fit: cover;
}
.rectangle3 {
width: 60.99%;
height: 69.16%;
position: absolute;
right: 0%;
left: 39.01%;
bottom: 15.2%;
top: 15.63%;
object-fit: cover;
}
.rectangle4 {
width: 61.38%;
height: 69.59%;
position: absolute;
right: 0%;
left: 38.62%;
bottom: 28.69%;
top: 1.71%;
object-fit: cover;
}
.rectangle5 {
width: 39.19px;
height: 38.16px;
position: absolute;
left: calc(50% - 22.5px);
top: calc(50% - 15px);
object-fit: cover;
}
.group2 {
    width: 34.91%;
    height: 39.1%;
    position: absolute;
    right: 43.01%;
    left: 53.08%;
    bottom: 24.08%;
    top: 19.82%;
    overflow: visible;
}
.vector {
width: 1.37%;
height: 39.1%;
position: absolute;
right: 59.78%;
left: 38.85%;
bottom: 24.08%;
top: 36.82%;
overflow: visible;
}
.vector2 {
width: 34.91%;
height: 1.53%;
position: absolute;
right: 43.01%;
left: 22.08%;
bottom: 42.86%;
top: 55.6%;
overflow: visible;
}
.div {
text-align: left;
font-family: system-ui !important;
font-size: 77px;
font-weight: 700;
position: absolute;
left: calc(50% - 474px);
top: 192px;
}
.div-span {
color: #ffffff;
}
.div-span2 {
-webkit-text-stroke: 1px #ffffff;
-webkit-text-fill-color: transparent;
}
.div2 {
text-align: left;
font-family: system-ui !important;
font-size: 77px;
font-weight: 700;
position: absolute;
left: calc(50% - 474px);
top: 288px;
}
.div-2-span {
color: #ffffff;
}
.div-2-span2 {
-webkit-text-stroke: 1px #ffffff;
-webkit-text-fill-color: transparent;
}
.isolation-mode2 {
width: 96px;
height: 83px;
position: absolute;
left: 244px;
top: 260px;
overflow: hidden;
}
.rectangle6 {
width: 67.72%;
height: 78.88%;
position: absolute;
right: 21.3%;
left: 10.98%;
bottom: 7.36%;
top: 13.76%;
object-fit: cover;
}
.rectangle7 {
width: 67.72%;
height: 78.88%;
position: absolute;
right: 1.33%;
left: 30.95%;
bottom: 19.19%;
top: 1.94%;
object-fit: cover;
}
.rectangle8 {
width: 58.9%;
height: 68.6%;
position: absolute;
right: 39.1%;
left: 2%;
bottom: 29.26%;
top: 2.13%;
object-fit: cover;
}
.group3 {
width: 49.94%;
height: 41.71%;
position: absolute;
right: 25.04%;
left: 25.01%;
bottom: 29.16%;
top: 29.13%;
overflow: visible;
}
.rectangle9 {
width: 100%;
height: 100%;
position: absolute;
right: 0%;
left: 0%;
bottom: 0%;
top: 0%;
object-fit: cover;
}
.isolation-mode3 {
width: 74px;
height: 66px;
position: absolute;
left: 1453.58px;
top: 249px;
transform-origin: 0 0;
transform: rotate(8.346deg) scale(1, 1);
overflow: hidden;
}
.group4 {
    width: 34.91%;
    height: 39.1%;
    position: absolute;
    right: 43.01%;
    left: 51.08%;
    bottom: 24.08%;
    top: 20.82%;
    overflow: visible;
}
.vector3 {
width: 1.37%;
height: 39.1%;
position: absolute;
right: 59.78%;
left: 38.85%;
bottom: 24.08%;
top: 36.82%;
overflow: visible;
}
.vector4 {
width: 34.91%;
height: 1.53%;
position: absolute;
right: 43.01%;
left: 22.08%;
bottom: 42.86%;
top: 55.6%;
overflow: visible;
}
.header {
display: flex;
flex-direction: column;
gap: 0px;
align-items: flex-start;
justify-content: flex-start;
width: 1920px;
position: absolute;
left: 50%;
translate: -50%;
top: 0px;
}

/* ===== Membership Hidden Open Banner (Slide 1) ===== */
.visual_img_box {
    background-color: #011f14 !important;
}
.visual_txt_01 {
    width: 100% !important;
    height: 900px;
    padding: 0 !important;
    left: 0 !important;
    translate: none !important;
    background: transparent !important;
    position: relative !important;
    overflow: hidden;
    text-align: left;
    font-size: inherit;
    font-weight: normal;
    gap: 0;
}
.membership_bnr {
    position: relative;
    width: 1920px;
    height: 900px;
    margin: 0 auto;
    overflow: hidden;
    background: #011F14;  /* 시안 배경 다크 그린 */
}
.membership_txt_wrap {
    position: absolute;
    left: 135px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    text-align: left;
    z-index: 2;
}
.membership_hidden_open {
    font-family: 'EB Garamond', serif;
    font-weight: 400;  /* 시안: EbGaramond-Regular */
    font-size: 38px;
    color: #f2e598;
    letter-spacing: -0.025em;
    line-height: 1;
}
.membership_coming_soon {
    font-family: 'EB Garamond', serif;
    font-weight: 400;  /* 시안: EbGaramond-Regular */
    font-size: 83px;
    color: #ffffff;
    letter-spacing: -2.075px;
    line-height: 1;
    white-space: nowrap;
}
.membership_subtitle {
    font-family: 'Pretendard', 'Apple SD Gothic Neo', sans-serif;
    font-weight: 300;
    font-size: 30px;
    color: #f1efee;
    letter-spacing: -0.75px;
    line-height: 1;
}
.membership_card_wrap {
    position: absolute;
    left: 829px;
    top: 0;
    width: 956px;
    height: 900px;
    overflow: hidden;
    z-index: 1;
    background: #011F14;  /* 빔 screen 블렌드 backdrop(검정 제거) + 우측 균일 그린 */
    isolation: isolate;
    /* 이 박스가 z-index:1 이라 하단 컨트롤을 덮음 → .center_wrap 에 z-index:2 부여해 컨트롤을 위로 올림 */
}
.membership_beam {
    position: absolute;
    left: 50%;
    top: 43px;
    transform: translateX(calc(-50% - 33px));
    width: 980px;
    height: 892px;
    /* beam.png 는 알파 없는 불투명 검정 배경(0,0,0) → screen 으로 검정 제거(필수).
       beam.png 링은 녹색이라 Figma 골드 링에 맞춰 hue 보정 + opacity 로 밝기 조절 */
    mix-blend-mode: screen;
    opacity: 0.6;
    filter: hue-rotate(-50deg) saturate(1.05);
    pointer-events: none;
    object-fit: cover;
    max-width: none;
}
.membership_card {
    position: absolute;
    left: calc(50% - 12.17px);
    top: 254.5px;
    width: 555.48px;
    height: 348.35px;
    transform: translateX(-50%) rotate(-7.81deg);
    border-radius: 14px;
    padding: 17px 20px 28.61px 20px;
    box-sizing: border-box;
    background:
        radial-gradient(ellipse 40% 45% at 50% 42%, rgba(34,104,68,0.45) 0%, rgba(34,104,68,0) 70%),
        linear-gradient(137.22deg, rgb(12, 63, 42) 0%, rgb(6, 48, 35) 55%, rgb(4, 36, 26) 100%);
    box-shadow: 0px 24px 50px 0px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}
.membership_card_vip {
    font-family: 'EB Garamond', serif;
    font-weight: 400;
    font-size: 20px;
    color: #f2e598;
    letter-spacing: 0.28px;
    line-height: 22.4px;
    text-align: right;
    white-space: nowrap;
    width: 100%;
}
.membership_card_we {
    position: absolute;
    left: 50%;
    top: 158px;
    transform: translateX(-50%);
    font-family: 'EB Garamond', serif;
    font-weight: 600;
    font-size: 95px;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1px #3a6452;  /* 시안 WATCH 기준 */
    white-space: nowrap;
    text-align: left;
}
.membership_card_we p {
    margin: 0;
    padding: 0;
    line-height: 1;
    /* 전역 * { font-family:Pretendard; font-size:16px; letter-spacing } 오버라이드 — 부모값 상속 강제 */
    font-family: 'EB Garamond', serif;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: normal;
}
.membership_card_we .we_watch {
    margin-bottom: -17px;  /* 시안 줄 offset(약 78px)에 맞춤 — 겹침 제거 */
    -webkit-text-stroke: 1px #3a6452;
}
.membership_card_we .we_exchange {
    -webkit-text-stroke: 0.8px #3a6452;
}
