/** @format */

@charset "utf-8";
/* CSS Document */

/* 하단영역 */
.attend_reply_wrap + .addition_zone,
.attend_stamp_wrap + .addition_zone {
  width: 1000px;
  margin: 0 auto;
}

/* ------------- 출석체트 > 댓글 ------------- */
.attend_reply_wrap {
  width: 1000px;
  margin: 0 auto;
}
.attend_reply_box .attend_reply_check {
  padding: 30px 40px;
  border: 6px solid #f4f4f4;
  border-top: none;
}
.attend_reply_check .attend_states {
  overflow: hidden;
  font-size: 14px;
}
.attend_reply_check .attend_states p {
  float: left;
}
.attend_reply_check .attend_states span {
  float: right;
}
.attend_reply_check .attend_reply_sec {
  margin: 15px 0 0 0;
}
.attend_reply_check .attend_reply_sec table {
  width: 100%;
}
.attend_reply_check .attend_reply_sec table th {
  padding: 15px 0px;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #dbdbdb;
  background: #f7f7f7;
  color: #24242c;
  text-align: center;
}
.attend_reply_check .attend_reply_sec table td {
  padding: 15px 5px;
  border-bottom: 1px solid #dbdbdb;
  color: #444;
  text-align: center;
}
.attend_reply_check .attend_reply_sec table .reply_cont {
  text-align: left;
}
/* 댓글 색반전 */
.attend_reply_box .attend_reply_check_type2 {
  background: #35353f;
  border: 6px solid #35353f;
}
.attend_reply_check_type2 .attend_states {
  color: #fff;
}
.attend_reply_check_type2 .attend_reply_sec table th {
  background: #2e2e38;
  border-bottom: 1px solid #44444d;
  border-top: 1px solid #44444d;
  color: #fff;
}
.attend_reply_check_type2 .attend_reply_sec table td {
  color: #e1e1e2;
  border-bottom: 1px solid #44444d;
}
.attend_reply_box .attend_reply_comment {
  overflow: hidden;
  margin: 20px 0 50px 0;
}
.attend_reply_box .attend_reply_comment textarea {
  float: left;
  width: 830px;
  height: 86px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  line-height: 18px;
}
.attend_reply_box .attend_reply_comment .btn_attend_check {
  display: block;
  float: right;
  width: 160px;
  height: 86px;
  padding: 0 0 0 29px;
  background: #ab3e55 url("../../img/event/btn_point_check2.png") no-repeat 41px center;
  border: 1px solid #ab3e55;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}
.attend_reply_box .attend_reply_comment .btn_attend_check:hover {
  background: #9b344a url("../../img/event/btn_point_check2.png") no-repeat 41px center;
  border: 1px solid #9b344a;
}

/* ------------- 출석체크 > 스템프 ------------- */
.attend_stamp_wrap {
  width: 1000px;
  margin: 0 auto;
}
.stamp_calendar_box .stamp_calendar {
  padding: 30px 40px;
  border: 6px solid #f4f4f4;
  border-top: none;
}
.stamp_calendar .attend_states {
  overflow: hidden;
  font-size: 14px;
}
.stamp_calendar .attend_states p {
  float: left;
}
.stamp_calendar .attend_states span {
  float: right;
}
.stamp_calendar .calendar_month {
  padding: 24px 0 10px 0;
  font-size: 28px;
  color: #24242c;
  text-align: center;
}
.stamp_calendar .calendar_month .prev_month {
  width: 15px;
  height: 26px;
  font-size: 0;
  text-indent: -9999px;
  background: url("../../img/event/btn_attend_calendar.png") no-repeat left top;
}
.stamp_calendar .calendar_month .next_month {
  width: 15px;
  height: 26px;
  font-size: 0;
  text-indent: -9999px;
  background: url("../../img/event/btn_attend_calendar.png") no-repeat right top;
}
.stamp_calendar .calendar_month strong {
  padding: 0 29px;
  vertical-align: -2px;
}
.stamp_calendar .calendar_sec {
}
.stamp_calendar .calendar_sec table th {
  height: 89px;
  padding: 0 54px; /*border-bottom:1px solid #F4F4F4;*/
  font-size: 18px;
  color: #24242c;
  text-align: center;
}
.stamp_calendar .calendar_sec table td {
  height: 89px;
  padding: 0 54px;
  border-top: 1px solid #f4f4f4;
  font-size: 18px;
  color: #bcbcbc;
  font-weight: bold;
  text-align: center;
}
.stamp_calendar .calendar_sec .next-month {
  color: #dfdfdf;
}
.stamp_calendar .calendar_sec .attend {
  background: url("../../img/event/bg_attendance_stamp.png") no-repeat center 13px;
  color: #3e3d3c;
}
/* 캘린더 색반전 */
.stamp_calendar_box .stamp_calendar_type2 {
  background: #35353f;
  border: 6px solid #35353f;
  border-top: none;
}
.stamp_calendar_type2 .calendar_states,
.stamp_calendar_type2 .calendar_month,
.stamp_calendar_type2 .calendar_sec table th,
.stamp_calendar_type2 .calendar_sec .attend {
  color: #fff;
}
.stamp_calendar_type2 .calendar_month .prev_month {
  background: url("../../img/event/btn_attend_calendar.png") no-repeat left bottom;
}
.stamp_calendar_type2 .calendar_month .next_month {
  background: url("../../img/event/btn_attend_calendar.png") no-repeat right bottom;
}
.stamp_calendar_type2 .calendar_sec .next-month {
  color: #5a5a60;
}
.stamp_calendar_type2 .calendar_sec table th,
.stamp_calendar_type2 .calendar_sec table td {
  border-bottom: none;
}
.stamp_calendar_type2 .calendar_sec table tbody {
  background: #282831;
}

.stamp_calendar_box .btn_attend_check {
  display: block;
  width: 240px;
  height: 61px;
  margin: 30px auto;
  padding: 0 0 0 29px;
  background: #ab3e55 url("../../img/event/btn_point_check.png") no-repeat 65px 24px;
  border: 1px solid #ab3e55;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.stamp_calendar_box .btn_attend_check:hover {
  background: #9b344a url("../../img/event/btn_point_check.png") no-repeat 65px 24px;
  border: 1px solid #9b344a;
}

/* ------------- 타임세일 ------------- */
.time_sale_cont {
}
.time_sale_tit {
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #999999;
}
.time_sale_tit h2 {
  /*width:70%;*/
  padding: 0 0 30px 0;
  font-size: 24px;
}
.time_sale_tit strong {
  position: absolute;
  bottom: 7px;
  right: 10px;
  color: #ab3e55;
  font-size: 13px;
}

.time_sale_info {
  /*min-height:200px; border:1px solid #dbdbdb;*/
}
.time_sale_info img {
  max-width: 100%;
}

/* 상단 타임보드 */
.sale_clock {
  overflow: hidden;
  margin: 0 0 35px 0;
  padding: 20px 0 20px 0;
  border: 1px solid #dbdbdb;
  vertical-align: middle;
}
.sale_clock .clock_cont {
  text-align: center;
}
.sale_clock .clock_cont .clock_tit {
  padding: 0 30px 0 0;
  font-size: 22px;
}
.sale_clock .clock_box {
  display: inline-block;
  font-size: 0;
  line-height: 50px;
  vertical-align: middle;
}
.sale_clock .clock_box strong,
.sale_clock .clock_box span {
  display: inline-block;
  font-size: 34px;
}
.sale_clock .clock_box em {
  display: inline-block;
  height: 50px;
  margin: 0 10px 0 0;
  font-size: 34px;
}
.sale_clock .clock_box em strong {
  display: inline-block;
  width: 38px;
  height: 50px;
  margin: 0 -5px 0 0;
  padding: 0;
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  background: url("../../img/common/bg/bg_sale_clock.png") no-repeat 0 0;
}
.sale_clock .clock_box em + span {
  padding: 0 10px 0 5px;
}
.sale_clock .clock_box .next-month {
  margin: 0 10px 0 0;
}
.sale_clock .clock_box .next-month + span {
  margin: 0 7px 0 -5px;
}
.sale_clock .sale_buy_num {
  font-size: 20px;
  text-align: center;
}
.sale_clock .sale_buy_num strong {
  color: #ab3e55;
  font-size: 24px;
}

.coupon_content {
}
.coupon_content h2 {
  font-size: 24px;
}
.coupon_content .cp_zone_wrap {
  margin-top: 12px;
}
.coupon_content .cp_list_wrap {
  margin-top: 60px;
}
.coupon_content .cp_list_wrap.margin-type {
  margin-top: 0;
}
.coupon_content .cp_list_wrap .list_top:after {
  display: block;
  content: "";
  clear: both;
}
.coupon_content .cp_list_wrap .list_top .title {
  float: left;
  font-weight: bold;
  font-size: 23px;
  letter-spacing: -0.1em;
}
.coupon_content .cp_list_wrap .cp_down {
  float: right;
  display: inline-block;
  height: 33px;
  line-height: 33px;
  border: 1px solid #ab3e55;
  padding: 0 9px 0 12px;
}
.coupon_content .cp_list_wrap .cp_down span {
  display: inline-block;
  padding-right: 22px;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: -0.05em;
  background: url(../../img/common/btn/btn_cp_down.png) no-repeat 100% 50%;
  color: #ab3e55;
}
.coupon_content .cp_list_wrap .cp_list {
  display: table;
  width: 960px;
  margin: 30px 0 50px;
}
.coupon_content .cp_list_wrap .cp_list:after {
  display: block;
  content: "";
  clear: both;
}
.coupon_content .cp_list_wrap .cp_list li {
  float: left;
  width: 300px;
  margin-right: 30px;
  margin-bottom: 50px;
  vertical-align: middle;
}
.coupon_content .cp_list_wrap .cp_list li.last {
  padding-right: 0;
  margin-right: 0;
}
.coupon_content .cp_list_wrap .cp_list li .box_coupon {
  position: relative;
  width: 300px;
  min-height: 196px;
  vertical-align: middle;
}
.coupon_content .cp_list_wrap .cp_list li .box_coupon .img_cp {
  width: 100%;
  min-height: 196px;
  text-align: center;
  vertical-align: middle;
}
.coupon_content .cp_list_wrap .cp_list li .box_coupon .img_cp img {
  max-width: 100%;
}
.coupon_content .cp_list_wrap .cp_list li .box_coupon .text_wrap {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 10;
}
.coupon_content .cp_list_wrap .cp_list li .box_coupon .text_wrap .text_info {
  padding: 25px 28px 25px 28px;
}
.coupon_content .cp_list_wrap .cp_list li .box_coupon .text_wrap .text_info span {
  display: block;
  text-align: left;
  overflow: hidden;
}
.coupon_content .cp_list_wrap .cp_list li .box_coupon .text_wrap .text_info .tit {
  font-size: 14px;
  color: #666;
  letter-spacing: -0.05em;
  max-height: 42px;
  line-height: 21px;
}
.coupon_content .cp_list_wrap .cp_list li .box_coupon .text_wrap .text_info .dis {
  font-weight: bold;
  font-size: 30px;
  color: #ab3e55;
  letter-spacing: -0.05em;
  line-height: 32px;
  margin-top: 5px;
}
.coupon_content .cp_list_wrap .cp_list li .box_coupon .text_wrap .text_info .txt {
  font-weight: bold;
  font-size: 22px;
  color: #333;
  letter-spacing: -0.05em;
  line-height: 29px;
  margin-top: 8px;
}
.coupon_content .cp_list_wrap .cp_list li .box_coupon .text_wrap .text_info .date {
  display: inline-block;
  max-width: 205px;
  height: 18px;
  overflow: hidden;
  margin-top: 30px;
  font-size: 12px;
  color: #b5b5b5;
}
.coupon_content .cp_list_wrap .cp_list li .cp_down_2 {
  display: block;
  height: 47px;
  line-height: 47px;
  margin-top: 10px;
  text-align: center;
  background: #ab3e55;
}
.coupon_content .cp_list_wrap .cp_list li .cp_down_2 span {
  display: inline-block;
  padding-right: 35px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: -0.1em;
  background: url(../../img/common/btn/btn_cp_down_2.png) no-repeat 100% 50%;
  color: #fff;
}
.coupon_content .cp_list_wrap .cp_list li .cp_down_3 {
  display: block;
  height: 45px;
  line-height: 45px;
  margin-top: 10px;
  text-align: center;
  border: 1px solid #ab3e55;
  background: #fff;
}
.coupon_content .cp_list_wrap .cp_list li .cp_down_3 span {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: -0.05em;
  color: #ab3e55;
}
.coupon_content .cp_list_wrap .cp_list li .cp_down_4 {
  display: block;
  height: 47px;
  line-height: 47px;
  margin-top: 10px;
  text-align: center;
  background: #efefef;
}
.coupon_content .cp_list_wrap .cp_list li .cp_down_4 span {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: -0.05em;
  color: #8a8a8a;
}
.coupon_content .cp_list_none {
  display: none;
  margin-top: 60px;
  border: 1px solid #e1e1e1;
  text-align: center;
  padding: 78px 0;
}
.coupon_content .cp_list_none p {
  font-size: 16px;
  letter-spacing: -0.05em;
  color: #666;
}

/* GEEK EVENT - Ultra */
.event_wrap img {
  width: 100%;
}
#ultra {
  max-width: 750px;
  overflow: hidden;
  margin: auto;
}
#ultra img {
  max-width: fit-content;
}
#ultra * {
  letter-spacing: -1px;
}
#ultra iframe {
  width: 100%;
}
#ultra .tab_cont > div {
  display: block;
}
#ultra .tab_box {
  max-width: 750px;
}
#ultra .tab_box.fix {
  z-index: 99;
  position: fixed;
  top: 156px;
  width: 100%;
}
#ultra .tab_box ul.head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #000;
}
#ultra .tab_box ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: auto;
  height: 50px;
  font-size: 20px;
  font-weight: 500;
  color: #080606;
  border-radius: 15px 15px 0 0;
  cursor: pointer;
}
#ultra .tab_box ul.head li::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
#ultra .tab_box ul.head li.active {
  font-weight: 700;
}
#ultra .tab_box ul.head li.active::before {
  display: none;
}
#ultra .tab_box ul.head li.event {
  color: #fff;
  background-color: #ff0000;
}
#ultra .tab_box ul.head li.gift {
  color: #080606;
  background-color: #00ffff;
}
#ultra .tab_box ul.head li.quiz {
  color: #080606;
  background-color: #9d6bff;
}
#ultra .tab_box ul.head li a {
  display: block;
  text-align: center;
  line-height: 50px;
  width: 100%;
  height: 100%;
  border-radius: 15px 15px 0 0;
}
#ultra .tab_box .body > ul {
  display: none;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  gap: 6px;
  padding: 6px;
  border-radius: 0;
}
#ultra .tab_box .body > ul.active {
  display: flex;
}
#ultra .tab_box .body > ul.event {
  background-color: #ff0000;
}
#ultra .tab_box .body > ul.gift {
  background-color: #00ffff;
}
#ultra .tab_box .body > ul.quiz {
  background-color: #9d6bff;
}
#ultra .tab_box .body > ul li {
  font-weight: 600;
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  opacity: 0.5;
}
#ultra .tab_box .body > ul li.active {
  opacity: 1;
}
#ultra .tab_box .body > ul li a {
  display: block;
}
#ultra .tab_box .body > ul li a .txt_sm {
  font-weight: 400;
  margin-bottom: 3px;
}
#ultra .tab_cont {
  position: relative;
  margin: 0;
  border: 0;
}
#ultra .new_usr {
  display: block;
  margin-top: 10px;
}
#ultra .txt_link {
  display: block;
  /* font-size: 3vw; */
  color: #c6c5c5;
  text-decoration: underline;
  margin-top: 17px;
}

/* 룰렛 */
#ultra .rullet_box {
  position: relative;
  background-color: #070505;
}

/* 카운트 */
.time_box {
  position: relative;
}
.time_sale_cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.time_sale_cont .clock_box {
  display: flex;
  justify-content: center;
  gap: 72px;
}
.time_sale_cont strong {
  font-size: 78px;
  font-weight: bolder;
}
#ultra .pst {
  position: relative;
}

/* 스크롤섹션 */
#ultra .scroll_box > div {
  position: relative;
}
#ultra .btn_box {
  flex-direction: column;
  position: absolute;
  bottom: 0;
  width: 100%;
  min-width: 305px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  margin-top: 0;
}
#ultra .btn_box a {
  display: block;
  height: auto;
  line-height: initial;
  float: none;
  font-size: 16px;
  border-radius: 0;
  margin: 0;
}
#ultra .sec_00 {
  line-height: 0;
}
#ultra .sec_00 .btn_box {
  bottom: 200px;
}
#ultra .sec_01 {
  line-height: 0;
}
#ultra .sec_01 .btn_box.top {
  bottom: 350px;
}
#ultra.weekend .sec_01 .btn_box.top {
  top: auto;
  bottom: 640px;
}
#ultra .sec_01 .btn_box.row {
  bottom: 280px;
}
#ultra.weekend .sec_01 .btn_box.row {
  bottom: 180px;
}
#ultra .sec_02 .row {
  width: 100%;
  padding: 30px 0 80px;
  background: #1b1b1b;
  text-align: center;
}
#ultra .sec_02 .row .btn_box {
  position: initial;
  transform: none;
  min-width: auto;
}
#ultra .sec_02 .sec_row .btn_box {
  bottom: 280px;
}
#ultra .sec_03 .row .btn_box {
  top: 0;
  bottom: auto;
  transform: translate(-50%, 0);
}
#ultra .sec_03 .row .btn_box a {
  color: #dedede;
}
#ultra .sec_03 .row .bg {
  position: relative;
}
#ultra .sec_03 .row .bg .btn_box {
  transform: translate(-50%, -3vw);
}
#ultra .sec_03 .row .bg .btn_box .txt_link {
  color: #999;
}

#ultra .goods_prd_list {
  padding: 0 30px;
  background-color: #1b1b1b;
}
#ultra .goods_prd_list > ul > li.close {
  position: relative;
}
#ultra .goods_prd_list > ul > li.close::before {
  display: block;
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
#ultra .goods_prd_list > ul > li.close::after {
  display: block;
  content: "선착순 수량 종료\A감사합니다";
  white-space: pre;
  z-index: 2;
  position: absolute;
  width: 90%;
  font-size: 3vw;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.3;
}
#ultra .goods_prd_list > ul {
  flex-direction: column;
}
#ultra .goods_prd_list > ul > li {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;
  margin: 0 0 30px 0;
  padding: 15px 18px;
  background: #fff;
}
#ultra .goods_prd_list > ul > li:last-child {
  margin-bottom: 0;
}
#ultra .goods_prd_list .goods_prd_img {
  position: relative;
  width: 180px;
}
#ultra .goods_prd_list .goods_prd_img img {
  width: 100%;
}
#ultra .goods_prd_list .goods_prd_img .img_box .timeSaleBox {
  position: initial;
  justify-content: center;
  width: 100%;
  background-color: #000;
  padding: 10px 0;
}
#ultra .goods_prd_list .goods_prd_img .img_box .timeSaleBox em,
#ultra .goods_prd_list .goods_prd_img .img_box .timeSaleBox span {
  font-size: 16px;
}
.timeSaleBox .dot {
  position: relative;
  display: inline-block;
  margin: 0 2px;
  width: 2px;
  height: 11px;
}
.timeSaleBox .dot::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 2px;
  height: 2px;
  background: #fff;
  border-radius: 50px;
}
.timeSaleBox .dot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 2px;
  background: #fff;
  border-radius: 50px;
}
#ultra .goods_prd_list .goods_prd_img .img_box a {
  position: relative;
}
#ultra .goods_prd_list .goods_prd_con {
  flex: 1;
  margin-top: 0;
}
#ultra .goods_prd_list .goods_prd_con * {
  font-size: 20px;
}
#ultra .goods_prd_list .usr_tag {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background-color: #fb4c02;
  padding: 5px 10px 6px;
  border-radius: 999px;
  margin-bottom: 15px;
}
#ultra .goods_prd_list .usr_tag span {
  display: inline-block;
  line-height: 1;
  color: #fff;
  padding: 3px 8px 5px;
  background: #fb4c02;
  border-radius: 999px;
  margin-right: 5px;
}
#ultra .goods_prd_list .prd_name {
  /* font-size: 3vw; */
  font-weight: 600;
  margin-bottom: 15px;
  color: #000;
}
#ultra .goods_info_list .fix_price span:first-child {
  color: #000;
}
#ultra .goods_prd_list .txt_fix {
  color: #838383;
  text-decoration: line-through;
  margin-left: 5px;
}
#ultra .goods_prd_list .price {
  display: flex;
  align-items: center;
  color: #ff0000;
  margin-top: 5px;
  gap: 5px;
  font-weight: bold;
}
#ultra .goods_prd_list .price .item_discount {
  display: inline-block;
  /* font-size: 3vw; */
  line-height: 1;
  color: #fff;
  background-color: #ff0000;
  margin: 0;
  padding: 2px 5px 4px;
  border-radius: 5px;
}
#ultra .goods_prd_list .progress-tooltip {
  display: flex;
  align-items: center;
  padding-top: 0;
}
#ultra .goods_prd_list .progress-tooltip-info {
  position: initial;
  flex: none;
  color: #000;
  /* font-size: 3vw; */
  margin-left: 10px;
  background: none;
  transform: none;
  padding: 0;
}
#ultra .goods_prd_list .progress-tooltip .progress-tooltip-info::before {
  display: none;
}
#ultra .gs-timesale-progress {
  position: initial;
  margin-top: 10px;
}
#ultra .progress {
  height: 5px;
}
#ultra .goods_info_list {
  display: block;
  padding: 0;
}
#ultra .goods_info_list li {
  width: auto;
  text-align: left;
}
#ultra .sec_04 {
  padding-bottom: 100px;
  background-color: #000;
}
#ultra .sec_04 .txt_link {
  color: #a5a5a5;
}
#ultra .invite_box {
  height: 250px;
  background-color: #000;
}
#ultra .invite_box .btn_box {
  top: 0;
  bottom: auto;
  transform: translate(-50%, 0);
}
#ultra #invitation_url_copy_btn {
  display: block;
  width: 100%;
  height: auto;
  line-height: normal;
  border-radius: 0;
  margin-top: 10px;
}
#ultra .sec_06 .btn_box {
  transform: translate(-50%, -38vw);
}

#ultra .invite_list .top {
  text-align: center;
}
#ultra .invite_list .top .btn_box {
  bottom: auto;
  top: 0;
  transform: translate(-50%, 100px);
}
#ultra .invite_list .tbl_wrap {
  position: absolute;
  bottom: 100px;
  width: 100%;
  padding: 0 60px;
}
#ultra .invite_list .tbl_wrap table {
  width: 100%;
}
#ultra .invite_list .row .btn_box {
  bottom: 260px;
}
#ultra .invite_box {
  text-align: center;
  background-color: #100f0f;
  margin-top: 0;
}
#ultra .invite_box > p {
  font-size: 14px;
  color: #fff;
}
#ultra ::-webkit-progress-bar {
  height: 8px;
  background-color: #e0dfdf;
}
#ultra ::-webkit-progress-value {
  background-color: #626262;
}
#ultra .table.rank thead th {
  font-size: 18px;
  padding: 15px 0;
  font-weight: 400;
  color: #fff;
  background-color: #38342f;
  border: 1px solid #e1c8ad;
  border-top: 2px solid #e1c8ad;
  border-bottom: 2px solid #e1c8ad;
  border-left: 0;
  line-height: 1.3;
}
#ultra .table.rank thead th:last-child {
  border-right: 0;
}
#ultra .table.rank tbody td {
  color: #fff;
  font-size: 18px;
  padding: 20px 0;
  border: 1px solid #e1c8ad;
  border-bottom: 1px dashed #e1c8ad;
  border-left: 0;
  line-height: 1.3;
}
#ultra .table.rank tbody tr td:last-child {
  border-right: 0;
}
#ultra .table.rank tbody tr:last-child td {
  border-bottom: 1px solid #e1c8ad;
}
#ultra .sec_05 .btn_box {
  bottom: 140px;
}
#ultra .sec_07 .btn_box {
  transform: none;
  position: initial;
  background: #000;
  padding-bottom: 100px;
}
#ultra .sec_07 .btn_box button {
  margin-top: 10px;
}

#ultra #quiz {
  display: none;
  height: auto;
}
#ultra #quiz .btn_box {
  transform: translate(-50%, -7vw);
}
#ultra #quiz .btn_box button {
  margin-top: 10px;
  height: auto;
}
/* 팝업 - 퀴즈 */
#quiz {
  position: relative;
  height: 80vh;
  background: url(../../../../../img/event/quiz_bg.png) 0 0 repeat;
}
#quiz * {
  box-sizing: border-box;
}
#quiz .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 60vh;
  padding: 30px;
}
#quiz .sec_top {
  position: relative;
  padding: 15px 0 0;
  text-align: center;
}
#quiz .sec_top h2 {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}
#quiz .sec_mid p {
  font-size: 18px;
  color: #fff;
  line-height: 1.3;
  font-weight: 600;
  word-break: keep-all;
}
#quiz .poll_num {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #9d6bff;
  margin-bottom: 10px;
}
#quiz .progress_quiz {
  position: relative;
  width: 100%;
  height: 5px;
  background-color: #fff;
  margin-top: 15px;
}
#quiz .progress_quiz .bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #9d6bff;
}
#quiz .answer_list {
  margin-top: 30px;
}
#quiz .answer_list li input {
  display: none;
}
#quiz .answer_list li label {
  display: block;
  width: 100%;
  padding: 15px;
  background-color: #b1afb1;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  margin-bottom: 10px;
}
#quiz .answer_list li label.on {
  background-color: #fff;
  border: 4px solid #9d6bff;
}
#quiz .btn_box li button {
  width: 100%;
  height: 50px;
  background: #9d6bff;
}
#quiz .end {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80vh;
  background: url(../../../../../img/event/quiz_end_bg.png) 50% 80px / 100% no-repeat;
  z-index: 10;
}

/* 2024 가족 이벤트  */
#family {
  max-width: 750px;
  overflow: hidden;
  margin: auto;
  background-color: #ffffd5;
}
#family * {
  letter-spacing: -1px;
}
#family iframe {
  width: 100%;
}
#family .tab_cont > div {
  display: block;
}
#family .tab_box {
  max-width: 750px;
}
#family .tab_box.fix {
  z-index: 99;
  position: fixed;
  top: 156px;
  width: 100%;
}
#family .tab_box ul.head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2px;
}
#family .tab_box ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 50px;
  font-size: 20px;
  font-weight: 500;
  color: #080606;
  border-radius: 15px 15px 0 0;
  cursor: pointer;
}
#family .tab_box ul.head li.active {
  font-weight: 700;
}
#family .tab_box ul.head li.active::before {
  display: none;
}
/* #family .tab_box ul.head li.event {
  background-color: #fec6cc;
} */
#family .tab_box ul.head li.active {
  color: #fff;
  background-color: #000;
}
#family .tab_box ul.head li.event.active a {
  color: #66f5c7;
}
#family .tab_box ul.head li.gift.active a {
  color: #ff5ecc;
}
#family .tab_box ul.head li.quiz.active a {
  color: #23ff9b;
}
#family .tab_box ul.head li {
  background-color: #b3b3b3;
}
/*#family .tab_box ul.head li.quiz {
  background-color: #b3b3b3;
}
#family .tab_box ul.head li.quiz.active {
  background-color: #0567e0;
} */
#family .tab_box ul.head li a {
  display: block;
  text-align: center;
  line-height: 50px;
  color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 15px 15px 0 0;
}
#family .tab_box .body > ul {
  display: none;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  gap: 6px;
  padding: 6px;
  border-radius: 0;
}
#family .tab_box .body > ul.active {
  display: flex;
}
#family .tab_box .body > ul.event {
  background-color: #000;
}
#family .tab_box .body > ul.gift {
  background-color: #000;
}
#family .tab_box .body > ul.quiz {
  background-color: #000;
}
#family .tab_box .body > ul li {
  font-weight: 600;
  text-align: center;
  background-color: #808080;
  border-radius: 6px;
  flex: 1;
}
#family .tab_box .body > ul.event.active li.active {
  background-color: #66f5c7;
}
#family .tab_box .body > ul.gift.active li.active {
  background-color: #ff5ecc;
}
#family .tab_box .body > ul li a {
  display: block;
}
#family .tab_box .body > ul li a .txt_sm {
  font-weight: 400;
  margin-bottom: 3px;
}
#family .tab_cont {
  position: relative;
  margin: 0;
  border: 0;
}
#family .new_usr {
  display: block;
  margin-top: 10px;
}
#family .txt_link {
  display: block;
  /* font-size: 3vw; */
  color: #c6c5c5;
  text-decoration: underline;
  margin-top: 17px;
}

/* 룰렛 */
#family .rullet_box {
  position: relative;
  background-color: #070505;
}
/* 카운트 */
.time_box {
  position: relative;
}
.time_sale_cont {
  position: absolute;
  top: 84%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.time_sale_cont .clock_box {
  display: flex;
  justify-content: center;
  gap: 72px;
}
.time_sale_cont strong {
  font-size: 78px;
  font-weight: bolder;
}
#family .pst {
  position: relative;
}

/* 스크롤섹션 */
#family .scroll_box > div {
  position: relative;
}
/* #family .sec_01 {
  line-height: 0;
} */
#family .sec_01 .btn_box.top {
  bottom: 350px;
}
#family.weekend .sec_01 .btn_box.top {
  top: auto;
  bottom: 640px;
}
#family .goods_prd_list {
  padding: 0 30px 50px;
}
#family .goods_prd_list > ul > li.close {
  position: relative;
}
#family .goods_prd_list > ul > li.close::before {
  display: block;
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
#family .goods_prd_list > ul > li.close::after {
  display: block;
  content: "선착순 수량 종료\A감사합니다";
  white-space: pre;
  z-index: 2;
  position: absolute;
  width: 100%;
  font-size: 3vw;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.3;
}
#family .goods_prd_list > ul {
  flex-direction: column;
  padding-top: 60px;
}
#family .goods_prd_list > ul > li {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;
  margin: 0 0 25px 0;
  padding: 15px 18px;
  background: #eee;
  border-radius: 15px;
}
#family .goods_prd_list > ul > li:last-child {
  margin-bottom: 0;
}
#family .goods_prd_list .goods_prd_img {
  position: relative;
  width: 180px;
}
#family .goods_prd_list .goods_prd_img img {
  width: 100%;
}
#family .goods_prd_list .goods_prd_img .img_box .timeSaleBox {
  position: initial;
  justify-content: center;
  width: 100%;
  background-color: #000;
  padding: 10px 0;
}
#family .goods_prd_list .goods_prd_img .img_box .timeSaleBox em,
#family .goods_prd_list .goods_prd_img .img_box .timeSaleBox span {
  font-size: 16px;
}
#family .goods_prd_list .goods_prd_img .img_box a {
  position: relative;
}
#family .goods_prd_list .goods_prd_con {
  flex: 1;
  margin-top: 0;
}
#family .goods_prd_list .goods_prd_con * {
  font-size: 20px;
}
#family .goods_prd_list .usr_tag {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background-color: #000;
  padding: 5px 10px 6px;
  border-radius: 999px;
  margin-bottom: 15px;
}
#family.change_event .goods_prd_list .usr_tag {
  background-color: #fb4c02;
}
#family .goods_prd_list .usr_tag span {
  display: inline-block;
  line-height: 1;
  color: #fff;
  padding: 3px 8px 5px;
  background: #fb4c02;
  border-radius: 999px;
  margin-right: 5px;
}
#family .goods_prd_list .prd_name {
  /* font-size: 3vw; */
  font-weight: 600;
  margin-bottom: 15px;
  color: #000;
}
#family .goods_info_list .fix_price span:first-child {
  color: #000;
}
#family .goods_prd_list .txt_fix {
  color: #838383;
  text-decoration: line-through;
  margin-left: 5px;
}
#family .goods_prd_list .price {
  display: flex;
  align-items: center;
  color: #ff0000;
  margin-top: 5px;
  gap: 5px;
  font-weight: bold;
}
#family .goods_prd_list .price .item_discount {
  display: inline-block;
  /* font-size: 3vw; */
  line-height: 1;
  color: #fff;
  background-color: #ff0000;
  margin: 0;
  padding: 2px 5px 4px;
  border-radius: 5px;
}
#family .goods_prd_list .progress-tooltip {
  display: flex;
  align-items: center;
  padding-top: 0;
}
#family .goods_prd_list .progress-tooltip-info {
  position: initial;
  flex: none;
  color: #000;
  /* font-size: 3vw; */
  margin-left: 10px;
  background: none;
  transform: none;
  padding: 0;
}
#family .goods_prd_list .progress-tooltip .progress-tooltip-info::before {
  display: none;
}
#family .gs-timesale-progress {
  position: initial;
  margin-top: 10px;
}
#family .progress {
  height: 5px;
}
#family .goods_info_list {
  display: block;
  padding: 0;
}
#family .goods_info_list li {
  width: auto;
  text-align: left;
}
#family .sec_04 {
  position: relative;
  padding-bottom: 0px;
  background-color: initial;
}
#family ::-webkit-progress-bar {
  height: 8px;
  background-color: #e0dfdf;
}
#family ::-webkit-progress-value {
  background-color: #626262;
}
#family .table.rank thead th {
  font-size: 18px;
  padding: 15px 0;
  font-weight: 400;
  color: #fff;
  background-color: #38342f;
  border: 1px solid #e1c8ad;
  border-top: 2px solid #e1c8ad;
  border-bottom: 2px solid #e1c8ad;
  border-left: 0;
  line-height: 1.3;
}
#family .table.rank thead th:last-child {
  border-right: 0;
}
#family .table.rank tbody td {
  color: #fff;
  font-size: 18px;
  padding: 20px 0;
  border: 1px solid #e1c8ad;
  border-bottom: 1px dashed #e1c8ad;
  border-left: 0;
  line-height: 1.3;
}
#family .table.rank tbody tr td:last-child {
  border-right: 0;
}
#family .table.rank tbody tr:last-child td {
  border-bottom: 1px solid #e1c8ad;
}
#family #quiz {
  display: none;
  height: auto;
}

/* 202409 추석이벤트 */
#family.section_depth1 .tab_list {
  display: flex;
  flex-wrap: wrap;
  background-color: #1e1212;
  padding: 17px;
  gap: 10px;
}
#family.section_depth1 .tab_box .tab_list > li {
  flex: 1 0 32%;
  height: 95px;
  text-align: center;
}
#family.section_depth1 .tab_box.fix .tab_list li {
  height: 50px;
  background-size: contain !important;
  background-color: #7e6a63 !important;
  border-radius: 10px;
}
#family.section_depth1 .tab_box.fix .tab_list li.active {
  background-color: #dba889 !important;
}
#family.section_depth1 .tab_box .tab_list > li:nth-child(1) {
  background: url(../../../../../img/event/change/tab_01_off.png) 50% no-repeat;
}
#family.section_depth1 .tab_box .tab_list > li:nth-child(1).active {
  background: url(../../../../../img/event/change/tab_01_on.png) 50% no-repeat;
}

#family.section_depth1 .tab_box .tab_list > li:nth-child(2) {
  background: url(../../../../../img/event/change/tab_02_off.png) 50% no-repeat;
}
#family.section_depth1 .tab_box .tab_list > li:nth-child(2).active {
  background: url(../../../../../img/event/change/tab_02_on.png) 50% no-repeat;
}

#family.section_depth1 .tab_box .tab_list > li:nth-child(3) {
  background: url(../../../../../img/event/change/tab_03_off.png) 50% no-repeat;
}
#family.section_depth1 .tab_box .tab_list > li:nth-child(3).active {
  background: url(../../../../../img/event/change/tab_03_on.png) 50% no-repeat;
}

#family.section_depth1 .tab_box .tab_list > li:nth-child(4) {
  background: url(../../../../../img/event/change/tab_04_off.png) 50% no-repeat;
}
#family.section_depth1 .tab_box .tab_list > li:nth-child(4).active {
  background: url(../../../../../img/event/change/tab_04_on.png) 50% no-repeat;
}

#family.section_depth1 .tab_box .tab_list > li:nth-child(5) {
  background: url(../../../../../img/event/change/tab_05_off.png) 50% no-repeat;
}
#family.section_depth1 .tab_box .tab_list > li:nth-child(5).active {
  background: url(../../../../../img/event/change/tab_05_on.png) 50% no-repeat;
}

#family.section_depth1 .tab_box .tab_list > li:nth-child(6) {
  background: url(../../../../../img/event/change/tab_06_off.png) 50% no-repeat;
}
#family.section_depth1 .tab_box .tab_list > li:nth-child(6).active {
  background: url(../../../../../img/event/change/tab_06_on.png) 50% no-repeat;
}

#family.section_depth1 .time_sale_cont .clock_box {
  gap: 58px;
}
#family.section_depth1 .time_goods_list {
  padding: 0 35px 90px;
  background-color: #f7dfd2;
}
#family.section_depth1 .time_goods_list .inner {
  width: 100%;
}
#family.section_depth1 .time_goods_list .goods_prd_list {
  background-color: #fff;
  border-radius: 0 0 30px 30px;
  padding: 0 30px 60px;
}
#family.section_depth1 .goods_prd_list > ul > li {
  background-color: #faf3e9;
}

/* 2024 10월 이벤트 open-kakao */
.open_kakao {
  position: relative;
}
.open_kakao a {
  display: block;
  position: absolute;
  width: 100%;
  height: 150px;
  z-index: 1;
  bottom: 130px;
}

/* 2024 타임세일 배너 분리 */
.time_area {
  position: relative;
  padding-bottom: 0px;
  background-color: initial;
}
.time_bg {
  z-index: 1;
  position: absolute;
}
.time_posi {
  z-index: 2;
  position: absolute;
  top: 680px;
}
.time_posi .time_goods_list {
  margin-top: 160px;
}
.time_posi .time_goods_list .progress {
  border-radius: 999px;
}
.time_posi .time_goods_list .progress::-webkit-progress-bar {
  background-color: #e2e2e2;
  border-radius: 999px;
}