@charset "UTF-8";
* {
  box-sizing: border-box;
}
body {
  position: relative;
  line-height: 100%;
  font-family: "Noto Sans KR", sans-serif;
  color: #262626;
}
/* 헤더 영역 */
.top_menu_header {
  display: block;
  width: 100%;
  min-width: 1280px;
  background-color: #fff;
  height: 64px;
  position: relative;
  z-index: 11;
}
.top_menu_header .top_menu_box {
  display: block;
  position: relative;
  width: 1280px;
  height: 100%;
  margin: 0 auto;
}
.top_menu_box .logo_box {
  display: inline-block;
  width: 80px;
  height: 100%;
}
.top_menu_box .logo_box > a,
.my_menu_box .my_menu_item > a,
.bottom_left_menu .left_menu_item > a {
  display: block;
  width: 100%;
  height: 100%;
}
.top_menu_box .logo_box > a > img {
  width: 100%;
}
.top_menu_box .my_menu_box {
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
}
.top_menu_box .my_menu_box .my_menu_item {
  display: inline-block;
  height: 100%;
  margin-left: 28px;
}
.my_menu_box .my_menu_item > a {
  font-size: 13px;
  color: #777777;
  line-height: 64px;
  vertical-align: middle;
}

.bottom_menu_header {
  display: block;
  width: 100%;
  height: 56px;
  background-color: #fff;
  position: relative;
  border-bottom: 2px solid #333333;
}
.bottom_menu_header .bottom_menu_box {
  position: relative;
  width: 1280px;
  height: 100%;
  margin: 0 auto;
}
.bottom_menu_box .bottom_left_menu,
.bottom_menu_box .bottom_right_menu {
  height: 100%;
}
.bottom_left_menu .left_menu_item {
  height: 100%;
  display: inline-block;
  margin-right: 25px;
}
.left_menu_item:nth-child(5) {
  margin-right: 0;
}
.left_menu_item:nth-child(3) {
  position: relative;
}
.left_menu_item:nth-child(3) > a > .icon_new_badge {
  position: absolute;
  top: 15px;
  right: -15px;
  margin: 0;
}
.bottom_left_menu .left_menu_item > a,
.bottom_right_menu .right_menu_item > a {
  display: inline-block;
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #262626;
  line-height: 56px;
  vertical-align: middle;
}
.bottom_left_menu .inner_vertical_line {
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #a7a7a7;
  margin: 0 30px;
  vertical-align: top;
  margin-top: 19px;
}
.left_menu_item > a > svg,
.right_menu_item > a > svg {
  display: inline-block;
  margin: 16px 5px 0 0;
  vertical-align: top;
}
.left_menu_item > a .icon_svg,
.right_menu_item > a .icon_svg {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 16px 3px 0 0;
  vertical-align: top;
}
.left_menu_item > a .icon_svg > svg,
.right_menu_item > a .icon_svg > svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.bottom_menu_box .bottom_right_menu {
  position: absolute;
  top: 0;
  right: 0;
}
.bottom_right_menu .right_menu_item {
  height: 100%;
  display: inline-block;
  margin-right: 25px;
}
.bottom_right_menu .right_menu_item:last-child {
  margin-right: 0;
}
.right_menu_item > a .badge_noti_num {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 19px 0 0 3px;
  border-radius: 50%;
  background-color: #fd4381;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 19px;
  vertical-align: top;
  color: #fff;
}

.rennew_main_container {
  width: 100%;
  position: relative;
}

/* 모든 섹션에 밑으로 margin-bottom 80px 들어가있음 */
/* 메인 슬라이더 영역 */
.rennew_main_slider_section {
  position: relative;
  width: 100%;
  height: 380px;
  min-width: 1280px;
  margin: 30px 0 80px;
  overflow: hidden;
}
.rennew_main_slider_section .main_slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.main_slider .main_slider_list {
  width: 100%;
  height: 100%;
}
.main_slider .main_slider_list .main_slider_item {
  width: 1000px;
  height: 100%;
  overflow: hidden;
}
.main_slider .main_slider_item > a {
  display: block;
  width: 100%;
  height: 100%;
}
.main_slider .main_slider_item > a > img {
  width: 100%;
  height: 100%;
}
.rennew_main_slider_section .main_slider_nav {
  height: 40px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
}
.main_slider_nav > button {
  display: inline-block;
  width: 40px;
  height: 100%;
}
.main_slider_nav > span {
  display: inline-block;
  width: 60px;
  height: 100%;
  line-height: 40px;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

/* 해시태그 카테고리 영역 */
.rennew_main_tag_category {
  position: relative;
  width: 1280px;
  min-width: 1280px;
  margin: 0 auto 80px auto;
  overflow: hidden;
}
.rennew_main_tag_category .tag_category_list {
  width: 100%;
  height: 100%;
}
.tag_category_list > li {
  display: inline-block;
  width: 132px;
  height: 100%;
  margin-right: 28px;
}
.tag_category_list > li:last-child {
  margin-right: 0;
}
.tag_category_list > li > a {
  display: block;
  width: 100%;
  height: 100%;
}
.tag_category_list > li > a .category_img_box {
  width: 100%;
  height: 132px;
  border-radius: 50%;
  overflow: hidden;
}
.tag_category_list > li > a .category_img_box > img {
  width: 100%;
}
.tag_category_list > li > a .category_text_box {
  width: 100%;
  margin-top: 14px;
  text-align: center;
}
.tag_category_list > li > a .category_text_box > p {
  font-size: 16px;
  color: #262626;
  line-height: 24px;
  margin-bottom: 3px;
  font-weight: 500;
}
.tag_category_list > li > a .category_text_box > span {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}

/* 이벤트 타입 슬라이더 섹션  */
.item_slider_section {
  position: relative;
  width: 1280px;
  min-width: 1280px;
  margin: 0 auto 80px auto;
  overflow: hidden;
}
/* 아이템 슬라이더 공통 타이틀 박스 */
.section_title_box {
  width: 100%;
  height: 40px;
  position: relative;
}
.section_title_box .left_side_title {
  height: 100%;
}
.section_title_box .left_side_title > p {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  color: #262626;
  margin-right: 14px;
  line-height: 40px;
  vertical-align: middle;
}
.section_title_box .left_side_title > span {
  display: inline-block;
  font-size: 14px;
  color: #666666;
  line-height: 40px;
  vertical-align: middle;
}
.section_title_box .more_view_btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.section_title_box .more_view_btn > a {
  display: block;
  font-size: 15px;
  font-weight: 700;
}
.section_title_box .more_view_btn > a > svg {
  margin-left: 5px;
}

/* 슬라이더 탭 메뉴 */
.item_slider_section .tab_menu {
  width: 100%;
  margin-top: 25px;
}
.item_slider_section .tab_menu .tab_list {
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  color: #8c8c8c;
  line-height: 25px;
  margin-right: 40px;
  cursor: pointer;
  position: relative;
}
.item_slider_section .tab_menu .tab_list::after {
  display: none;
}
.item_slider_section .tab_menu .tab_list.current {
  color: #4866e4;
}
.item_slider_section .tab_menu .tab_list.current::after {
  display: block;
  width: 100%;
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fffc07;
  content: "";
  z-index: -1;
}
.item_slider_section .tab_content {
  width: 100%;
  position: relative;
  display: none;
}
.item_slider_section .tab_content.current {
  display: block;
}
.tab_content > .item_slider > .item_slider_nav_btn {
  top: 90px;
}
/* 현재 슬라이더에서 위로 마진 33px 통일해놓음 일단 */
.item_slider_section .item_slider {
  position: relative;
  width: 100%;
  margin-top: 33px;
}

.item_slider .item_slider_list {
  width: 100%;
  position: relative;
}
.item_slider .item_slider_list .item_slider_slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.item_slider .item_slider_list .item_slider_slide.three {
  width: 410px;
}
.item_slider .item_slider_list .item_slider_slide.four {
  width: 290px;
}
.item_slider .item_slider_list .item_slider_slide.five {
  width: 240px;
}
.item_slider_slide > a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.item_slider_slide > a .img_box {
  position: relative;
  width: 100%;
  /* margin-bottom: 22px; */
  overflow: hidden;
}
.item_slider_slide.three > a .img_box {
  height: 300px;
}
.item_slider_slide.four > a .img_box {
  height: 290px;
}
.item_slider_slide.five > a .img_box {
  height: 240px;
}
.item_slider_slide > a .img_box > img {
  width: 100%;
  height: 100%;
}
.item_slider_slide > a .img_box > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.item_slider_slide > a .img_box .hotdeal_bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-color: rgba(253, 86, 142, 0.7);
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.img_box .hotdeal_bar > span {
  display: inline-block;
  line-height: 40px;
  vertical-align: middle;
}
.img_box .hotdeal_bar > .colon {
  font-weight: 400;
  font-family: "Noto Sans KR", sans-serif;
  line-height: normal;
  vertical-align: top;
  padding-top: 4px;
}
.item_slider_slide > a .text_box_2021 {
  margin-top: 22px;
}
.item_slider_slide > a .text_box_2021 > p {
  font-size: 18px;
  color: #262626;
  line-height: 27px;
}
.item_slider_slide > a .text_box_2021 > span {
  display: block;
  margin-top: 4px;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.item_slider_slide > a .text_box_2021 .company_name {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  color: #8c8c8c;
  line-height: 22px;
}
.item_slider_slide > a .text_box_2021 .sub_description {
  display: block;
  font-size: 14px;
  color: #8c8c8c;
}
.item_slider_slide > a .text_box_2021 .event_date {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  color: #fd4381;
  line-height: 22px;
}
.item_slider_slide > a .text_box_2021 .prd_title {
  font-size: 15px;
  line-height: 22px;
  color: #262626;
  padding-right: 15px;
}
.text_box_2021 .price_info_box {
  margin-top: 10px;
}
.text_box_2021.prd_info_box .price_info_box .prev_price {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #8c8c8c;
  text-decoration: line-through;
  margin-bottom: 5px;
}
.text_box_2021.prd_info_box .price_info_box .sale_per,
.text_box_2021.prd_info_box .price_info_box .current_price {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #262626;
}
.text_box_2021.prd_info_box .price_info_box .sale_per {
  color: #fd4381;
  margin-right: 2px;
}
.text_box_2021.prd_info_box .remaining_num {
  width: 90px;
  height: 26px;
  margin-top: 15px;
  border: 1px solid #262626;
  font-size: 12px;
  line-height: 24px;
  vertical-align: middle;
  color: #262626;
  text-align: center;
}

.item_slider_nav_btn {
  position: absolute;
  top: 120px;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1;
}
.hotdeal_slider_nav_btn {
  position: absolute;
  top: 222px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border: 1px solid #262626;
  z-index: 1;
}
.item_slider_nav_btn.left,
.hotdeal_slider_nav_btn.left {
  left: 0;
}
.item_slider_nav_btn.right,
.hotdeal_slider_nav_btn.right {
  right: 0;
}

/* 타임핫딜 이벤트 섹션 */
.time_hotdeal_section {
  position: relative;
  width: 100%;
  min-width: 1280px;
  margin: 0 auto 80px auto;
  overflow: hidden;
  padding-top: 100px;
}
.time_hotdeal_section .background_box {
  width: 100%;
  height: 470px;
  background-color: #4866e4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.time_hotdeal_section .hotdeal_title_box {
  width: 100%;
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}
.hotdeal_title_box > p {
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 6px;
  margin-bottom: 28px;
}
.hotdeal_title_box > span {
  display: block;
  font-size: 24px;
  line-height: 36px;
}

.hotdeal_slider_box {
  width: 1280px;
  min-width: 1280px;
  margin: 0 auto;
  position: relative;
}
.hotdeal_slider {
  width: 1220px;
  min-width: 1220px;
  margin: 0 auto;
  position: relative;
}
.hotdeal_item_list .hotdeal_item {
  display: inline-block;
  vertical-align: top;
  width: 390px;
  height: 530px;
  border: 1px solid #262626;
  padding: 56px 55px 0 55px;
  /* margin-right: 20px; */
  background-color: #fff;
  position: relative;
}

.hotdeal_item_list .hotdeal_item .item_top_box {
  width: 100%;
  height: 280px;
  position: relative;
}
.hotdeal_item .item_top_box .item_badge {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 20px;
  background-color: #fd4381;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  vertical-align: middle;
}
.hotdeal_item .item_top_box > img {
  width: 100%;
}
.hotdeal_item .item_top_box .shadow_box {
  width: 100%;
  height: 145px;
  position: absolute;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 10%,
    rgba(255, 255, 255, 0.2) 25%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0.75) 75%,
    rgba(255, 255, 255, 1) 100%
  );
}
.hotdeal_item .item_top_box .hotdeal_time_text {
  width: 100%;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  position: absolute;
  bottom: -30px;
}
.hotdeal_time_text > .sale_per {
  font-size: 36px;
  line-height: 30px;
  color: #fd4381;
}
.hotdeal_time_text > .remaining_time {
  height: 66px;
  /* line-height: 66px;
  vertical-align: middle; */
  font-size: 46px;
  color: #262626;
  font-family: "Poppins", sans-serif;
  position: relative;
}
.hotdeal_time_text > .remaining_time > span {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  vertical-align: top;
  padding-top: 26px;
}
.hotdeal_time_text > .remaining_time > span:last-child {
  margin-right: 0;
}
.hotdeal_time_text > .remaining_time > span.time_colon {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  vertical-align: top;
  padding-top: 22px;
}
.hotdeal_item .item_bottom_box {
  width: 100%;
  margin-top: 50px;
  text-align: center;
}
.hotdeal_item .item_bottom_box .hotdeal_title {
  font-size: 17px;
  color: #262626;
  line-height: 22px;
}
.hotdeal_item .item_bottom_box .hotdeal_description {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  line-height: 22px;
  color: #8c8c8c;
}
.hotdeal_item .item_bottom_box .company_name {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 22px;
  color: #8c8c8c;
}
.hotdeal_item .item_bottom_box .hotdeal_price_box {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.hotdeal_coming_soon_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #edb538;
  z-index: 1;
}
.event_end_box,
.prd_end_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 38, 38, 0.7);
  color: #fff;
  z-index: 1;
}
.four.has_cover_box {
  height: 456px;
}
.hotdeal_coming_soon_box .coming_soon_text,
.event_end_box .event_end_text,
.prd_end_box .prd_end_text {
  font-family: "Poppins", sans-serif;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.hotdeal_coming_soon_box .coming_soon_text > p {
  font-size: 40px;
  font-weight: 700;
  line-height: 39px;
  color: #fff;
}
.four.hotdeal_coming_soon_box .coming_soon_text > p {
  font-size: 36px;
  line-height: 36px;
}
.hotdeal_coming_soon_box .coming_soon_text > span {
  display: block;
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
}
.four .hotdeal_coming_soon_box .coming_soon_text > span {
  font-size: 16px;
}
.event_end_box .event_end_text > p,
.prd_end_box .prd_end_text > p {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 700;
}
.event_end_box .event_end_text > span {
  display: block;
  font-size: 18px;
  margin-top: 25px;
}
.item_bottom_box .hotdeal_price_box .prev_price {
  display: block;
  font-size: 14px;
  color: #8c8c8c;
  text-decoration: line-through;
  margin-bottom: 8px;
}
.item_bottom_box .hotdeal_price_box .sale_per {
  font-weight: 16px;
  font-weight: 700;
  color: #fd4381;
}
.item_bottom_box .hotdeal_price_box .current_price {
  font-weight: 16px;
  font-weight: 700;
  color: #262626;
}
.time_hotdeal_section .hotdeal_btn_box {
  margin-top: 60px;
}
.time_hotdeal_section .hotdeal_btn_box > a {
  display: block;
  width: 375px;
  height: 60px;
  border: 1px solid #262626;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 58px;
  vertical-align: middle;
  margin: 0 auto;
}

/* 신규 배너 섹션 */
.banner_section {
  position: relative;
  width: 1280px;
  min-width: 1280px;
  margin: 0 auto 80px auto;
  overflow: hidden;
}
.banner_section .banner_container {
  width: 100%;
  padding: 52px;
  background-color: #f5f8fd;
}
.banner_section .banner_container .banner_item {
  display: inline-block;
  width: 375px;
  height: 120px;
  margin-right: 20px;
}
.banner_container .banner_item:last-child {
  margin-right: 0;
}
.banner_item > a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner_item > a > img {
  width: 100%;
}

/* 기존 한개짜리 배너 섹션 */
.one_banner_section {
  position: relative;
  width: 1280px;
  min-width: 1280px;
  margin: 0 auto 80px auto;
  overflow: hidden;
}
.one_banner_section > a {
  display: block;
  width: 100%;
}
.one_banner_section > a > img {
  width: 100%;
}

.badge_type_label {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 30px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
  vertical-align: middle;
}
.badge_type_label.red {
  background-color: #fd4381;
}
.badge_type_label.blue {
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  background-color: #4866e4;
}
