
.visual_wrap {
  width: 100%;
  height: 900px;
  position: relative;
  left: 0;
  top: 0;
}
.visual_img_box {
  height: 900px;
  text-align: center;
  
  /* visual_bg_01 */
  background-image: url(/img/visual_bg_01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.visual_img_box2 {
	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;
	background-size: contain;
	background-position: center;
}
.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;
  color: #ffffff;
}
.visual_txt_02 {
  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;
}
.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;
}
.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;
}
.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;
}
.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: 34px;
  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: center;
  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: flex-start;
  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;
}
