/** @format */

@charset "utf-8";
/*
 * @file    - custom_store.css
*/

/* **************************************** *
 * RESET
 * **************************************** */
/* .goods_list {padding-bottom: 0;}
.goods_list_cont ul {width: auto}
.goods_list_cont ul li {margin: 0; vertical-align: middle;}
.goods_list_cont ul li a {padding: 0; } */
.item_hl_tab_type .goods_tab_tit ul {
  width: auto;
}
.item_hl_tab_type .goods_tab_tit ul li a {
  border: 0;
}
input[type="text"],
input[type="password"] {
  padding: 0 10px;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #000;
  line-height: inherit;
  border: none;
  outline: none;
  overflow: hidden;
}
legend {
  display: none;
}
textarea {
  width: 100%;
  min-height: 100px;
  line-height: 1.3;
  border: 1px solid #ccc;
  border-radius: 5px;
  resize: none;
  padding: 10px;
  font-size: 14px;
  outline: none;
  color: #000;
}
table {
  padding: 0;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.form_inline {
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.form_block {
}

/* **************************************** *
 * LAYOUT
 * **************************************** */
#wrap {
  min-width: 1400px;
  max-width: 100%;
  /* overflow: hidden; */
}
#popupCode_layer_1 {
  position: relative !important;
}
#contents > .dis_flex {
  justify-content: flex-start;
}

.top_area .pc_top_banner_ctrl {
  display: none;
}
.inner {
  width: 1400px;
  margin: auto;
}
.goods_no_data {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.sch_wrap {
  display: flex;
  align-items: flex-start;
  margin-top: 100px;
}

.dis_flex {
  display: flex;
  justify-content: space-between;
}
.both {
  height: 100%;
}
.both::after {
  display: block;
  content: "";
  clear: both;
}
.comment_write_box.both {
  height: auto;
}

#header {
  z-index: 200;
  position: relative;
  top: 0;
  width: 100%;
  text-align: center;
  background-color: #fff;
  box-shadow: rgba(132, 132, 132, 1);
}
#header .inner {
  margin: auto;
}
#header .top_ban > img {
  width: 100%;
}
#header .sec_top {
  border-bottom: 1px solid #e6e6e6;
}
#header .sec_top .h1_logo {
  width: 196px;
  margin-right: 25px;
}
#header .sec_top .h1_logo img {
  width: 100%;
}
#header .sec_top .header_search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
}
#header .sec_top .common_box {
  display: flex;
  align-items: center;
}
#header .sec_top .top_member_box > li {
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
}
#header .sec_top .top_member_box > li::after {
  display: block;
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 1px;
  height: 11px;
  background-color: #c9c9c9;
}
#header .sec_top .top_member_box > li:last-child {
  padding-right: 0;
  margin-right: 0;
}
#header .sec_top .top_member_box > li:last-child::after {
  display: none;
}
#header .sec_top .top_member_box > li > a {
  font-size: 12px;
  color: #505050;
  padding: 0;
}
#header .sec_top .top_search_cont {
  position: relative;
  display: flex;
  align-items: center;
}

#header .sec_top .top_member_box {
  display: flex;
  margin: 0;
}

#header .sec_row {
  border-bottom: 1px solid #f1f1f1;
}
#header .sec_row .inner {
  position: relative;
  height: 60px;
}
#header .sec_row .header_gnb {
  width: calc(100% - 100px);
}
#header .sec_row .header_gnb .gnb {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
#header .sec_row .header_gnb .gnb_all {
  display: flex;
  align-items: center;
}
#header .sec_row .header_gnb .gnb_all:hover .gnb_allmenu_wrap {
  display: block;
  border-top: 1px solid #f1f1f1;
}
#header .sec_row .header_gnb .gnb_all .btn_all_menu_open {
  display: flex;
  align-items: center;
  position: initial;
  background: none;
  padding: 22px 25.5px;
  border-left: 1px solid #e6e6e6;
  font-weight: 700;
  color: #000;
}
#header .sec_row .header_gnb div.gnb_all:last-child .btn_all_menu_open {
  border-right: 1px solid #e6e6e6;
}
#header .sec_row .header_gnb .gnb_all:hover .btn_all_menu_open {
  background-color: #000;
  color: #fff;
}
#header .sec_row .header_gnb .gnb_all:hover .btn_all_menu_open i {
  background-color: #fff;
  transition: none;
}
#header .sec_row .header_gnb .gnb_all span {
  position: relative;
  display: block;
  width: 18px;
  height: 15px;
  margin-right: 15px;
}
#header .sec_row .header_gnb .gnb_all .btn_all_menu_open i {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #000;
  margin-top: 5px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}
#header .sec_row .header_gnb .gnb_all .btn_all_menu_open i:first-child {
  margin-top: 0;
}
/* #header .sec_row .header_gnb .gnb_all:hover .btn_all_menu_open i {position: absolute; margin-top: 0; background-color: #FFF;}
#header .sec_row .header_gnb .gnb_all:hover .btn_all_menu_open i:first-child {top: 50%; left: 0; transform: rotate(-135deg)}
#header .sec_row .header_gnb .gnb_all:hover .btn_all_menu_open i:last-child {top: 50%; left: 0; transform: rotate(135deg)}
#header .sec_row .header_gnb .gnb_all:hover .btn_all_menu_open i:nth-child(2) {display: none;} */

#header .sec_row .header_gnb .gnb_all p {
  font-size: 16px;
}
#header .sec_row .header_gnb .gnb_left,
#header .sec_row .header_gnb .gnb_right {
  display: none;
}

#header .sec_row .header_gnb .gnb_allmenu_wrap {
  display: none;
  z-index: 100;
  position: absolute;
  top: calc(100% + 1px);
  width: 100%;
  height: 700px;
  border: none !important;
  overflow: hidden;
}
#header .sec_row .header_gnb .gnb_allmenu {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
#header .sec_row .header_gnb .gnb_allmenu .gnb_allmenu_box {
  width: 100%;
  height: 100%;
}
#header .sec_row .header_gnb .gnb_allmenu .all_menu_cont {
  padding: 30px;
  width: 100%;
  height: 100%;
}
#header .sec_row .header_gnb .gnb_allmenu .gnb_allmenu_box ul {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  height: 100%;
}
#header .sec_row .header_gnb .gnb_allmenu .gnb_allmenu_box ul.all_depth1 {
  flex-flow: column wrap;
}
#header .sec_row .header_gnb .gnb_allmenu .gnb_allmenu_box ul li {
  display: inline-block;
  width: 110px;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1;
  vertical-align: top;
}
#header .sec_row .header_gnb .gnb_allmenu .gnb_allmenu_box ul li a {
  display: block;
  padding: 7px 0;
  font-size: 14px;
  text-align: left;
  word-break: break-all;
  color: #929292;
}
#header .sec_row .header_gnb .gnb_allmenu .gnb_allmenu_box ul li a span {
  position: initial;
  display: inline-block;
  margin: 0 0 2px 15px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #212121;
  border-right: 1px solid #212121;
  transform: rotate(45deg);
}
#header .sec_row .header_gnb .gnb_all:last-of-type .gnb_allmenu_box ul li a span {
  display: none;
}

#header .sec_row .header_gnb .gnb_allmenu .gnb_allmenu_box ul.all_depth1 > li > a {
  font-size: 14px;
  font-weight: 600;
  color: #212121;
  padding: 0 0 7px 0;
}
#header .sec_row .header_gnb .gnb_allmenu .gnb_allmenu_box ul.all_depth1 > li {
  margin: 0 0 30px;
}
#header .sec_row .header_gnb .gnb_allmenu .gnb_allmenu_box ul.all_depth1 > li > ul {
  margin: 5px 0 0;
}
#header .sec_row .header_gnb .gnb_allmenu .gnb_allmenu_box ul li a > img {
  max-width: 180px;
}

#header .sec_row .header_gnb .gnb_menu_box {
  width: calc(100% - 200px);
  margin: 0;
}
#header .sec_row .header_gnb .gnb_menu_box > ul {
  display: flex;
}
#header .sec_row .header_gnb .gnb_menu_box > ul > li > a {
  position: relative;
  display: block;
  padding: 0 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 60px;
  color: #505050;
}
#header .sec_row .header_gnb .gnb_menu_box > ul > li:hover > a {
  color: #fb4c02;
}
#header .sec_row .header_gnb .gnb_menu_box > ul > li:hover > a::after {
  content: "";
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 2px;
  background: #fb4c02;
}
#header .sec_row .header_gnb .gnb_menu_box > ul > li.active > a {
  color: #fb4c02;
}
#header .sec_row .header_gnb .gnb_menu_box > ul > li.active > a::after {
  content: "";
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 2px;
  background: #fb4c02;
}

#header .sec_row .usr_menu {
  display: flex;
  align-items: center;
}
#header .sec_row .usr_menu li {
  margin-right: 15px;
}
#header .sec_row .usr_menu li:last-child {
  margin-right: 0;
}
#header .sec_row .usr_menu li.my_cart {
  position: relative;
  margin-right: 20px;
}
#header .sec_row .usr_menu li.my_cart strong {
  position: absolute;
  top: 9px;
  right: -5px;
  padding: 1px 4px 2px 5px;
  background-color: #fb4c02;
  border-radius: 20px;
  font-size: 10px;
  color: #fff;
}
#header .sec_row .usr_menu li a {
  display: inline-block;
  padding: 10px 0;
}
#header .sec_row .usr_menu li button {
  padding: 10px;
}

#container {
  border-top: 0;
}
#container #contents > .inner,
#container #contents > div:not(.sub_tit_wrap) > .inner {
  padding-bottom: 100px;
}

#footer {
  width: 100%;
  padding: 85px 0 70px;
  background-color: #000;
  color: #fefefe;
}
#footer .sec_lf {
  width: 800px;
}
#footer .sec_lf .foot_link {
  display: flex;
}
#footer .sec_lf .foot_link li a {
  display: block;
  font-size: 16px;
  color: #fefefe;
  padding: 0 20px;
  margin-right: 20px;
}
#footer .sec_lf .foot_link li:first-child a {
  padding-left: 0;
}
#footer .sec_lf .foot_link li:last-child a {
  margin-right: 0;
}
#footer .sec_lf .foot_info .copyright {
  font-size: 16px;
  margin-top: 40px;
  color: #fefefe;
}
#footer .sec_lf .foot_info ul {
  margin-top: 20px;
}
#footer .sec_lf .foot_info ul::after {
  display: block;
  content: "";
  clear: both;
}
#footer .sec_lf .foot_info ul li {
  position: relative;
  float: left;
  font-size: 14px;
  color: #c5c5c5;
  margin: 0 10px 10px 0;
  padding-right: 10px;
}
#footer .sec_lf .foot_info ul li::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  width: 1px;
  height: 12px;
  background-color: #c5c5c5;
}
#footer .sec_lf .foot_info ul li:last-child::after {
  display: none;
}
#footer .sec_lf .foot_info ul li.afnon::after {
  display: none;
}
#footer .sec_lf .foot_info ul li a {
  font-size: 14px;
  color: #c5c5c5;
  border-bottom: 0;
}
#footer .sec_lf .buy_service,
#footer .sec_lf .buy_service a {
  font-size: 14px;
  color: #c5c5c5;
}

#footer .sec_ri {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}
#footer .sec_ri .foot_center {
  width: 360px;
}
#footer .sec_ri .foot_center ul li {
  font-size: 14px;
  color: #c5c5c5;
  margin-bottom: 10px;
}
#footer .sec_ri .foot_center ul li.info {
  line-height: 1.9;
  word-break: keep-all;
}
#footer .sec_ri .foot_center ul li p {
  font-size: 16px;
  color: #fefefe;
}
#footer .sec_ri .foot_center ul li .telNum {
  display: block;
  font-size: 38px;
  color: #fefefe;
  margin: 25px 0;
  line-height: 1;
}

/* 최근 본 상품 - 플로팅 */
.scroll_wrap {
  position: absolute;
  top: 200px;
  width: 100%;
  z-index: 150;
}
/* 스크롤이동 고정 위치 */
#scroll_left.ban_fixed {
  position: fixed;
  top: 20px;
  left: 50%;
  margin-left: -705px;
}
#scroll_right.ban_fixed {
  position: fixed;
  top: auto;
  bottom: 10%;
  right: 50px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
/* 스크롤배너(왼쪽) */
#scroll_left {
  position: absolute;
  top: 0px;
  left: -105px;
  width: 70px;
}
/* 스크롤배너(오른쪽) */
#scroll_right {
  position: fixed;
  top: auto;
  bottom: 10%;
  right: 50px;
  width: 100px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
#scroll_right .right_banner img {
  margin: 0 0 15px 0;
}
#scroll_right .right_quick a {
  display: block;
  color: #000;
}
#scroll_right .right_quick > li {
  padding: 15px;
  margin: 0;
  background: #f8f8f8;
  border-bottom: 1px solid #fff;
  font-size: 14px;
}
#scroll_right .right_quick > li:last-of-type {
  border-bottom: 0;
}
#scroll_right .right_quick .today_view {
  padding: 15px 0;
  text-align: center;
}
#scroll_right .right_quick .today_view ul {
  padding: 10px 15px;
}
#scroll_right .right_quick .today_view ul li {
  position: relative;
  padding: 1.5%;
}
#scroll_right .right_quick .btn_cart {
  height: 100px;
}
#scroll_right .right_quick .btn_cart a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#scroll_right .right_quick .img {
  position: relative;
  margin-left: -4px;
}
#scroll_right .right_quick .img strong {
  position: absolute;
  top: 2px;
  right: -5px;
  padding: 2px 4px;
  background: #fb4c02;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
}
#scroll_right .right_quick .txt {
  margin-top: 5px;
}
#scroll_right .right_quick .btn_scroll_top {
  background: none;
}
#scroll_right .today_view .photo {
  background: url("../../../../commonimg/ico_noimg_300.gif") no-repeat center 1px;
}
#scroll_right .today_view .photo img {
  width: 100%;
  height: 100%; /*margin:1px 1px 0 0;*/
}
/* 최근본 상품 내용 */
#scroll_right .today_view .src_box {
  display: none;
  position: absolute;
  top: -1px;
  right: -1px;
  width: 191px;
  height: 69px;
  padding: 5px 0 0 7px;
  border: 1px solid #999999;
  background: #ffffff;
  text-align: left;
  z-index: 10;
}
#scroll_right .today_view .src_box em {
  display: block;
  overflow: hidden;
  width: 115px;
  height: 43px;
  color: #939393;
  word-break: break-all;
}
#scroll_right .today_view .src_box strong {
  display: block;
  color: #fb4c02;
}
#scroll_right .today_view .src_box strong b {
  font-weight: normal;
}
/* 최근본 상품 삭제 버튼 */
#scroll_right .today_view .btn_scroll_list_del {
  position: absolute;
  top: 1.5%;
  right: 0px;
  z-index: 30;
  width: 15px;
  height: 15px;
  background: #000;
}
#scroll_right .today_view .btn_scroll_list_del::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 9px;
  height: 1px;
  background: #fff;
}
#scroll_right .today_view .btn_scroll_list_del::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 9px;
  height: 1px;
  background: #fff;
}

/* 상품리스트 오버 시 제어 */
#scroll_right .today_view li .src_box,
#scroll_right .today_view li .btn_scroll_list_del {
  display: none;
}
#scroll_right .today_view li:hover .src_box,
#scroll_right .today_view li:hover .btn_scroll_list_del {
  display: block;
}
/* 상품리스트 페이징 */
#scroll_right .today_view .scr_paging {
  margin: 0 auto;
  font-size: 12px;
  text-align: center;
  color: #707070;
}
#scroll_right .today_view .scr_paging button {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../img/banner/arrow_bk.png) center no-repeat;
  background-size: 5px;
}
#scroll_right .today_view .scr_paging .bnt_scroll_next {
  transform: scale(-1);
}
#scroll_right .today_view .scr_paging span {
  padding: 0 2px 0 2px;
}
#scroll_right .today_view .scr_paging strong {
  padding: 0 2px 0 2px;
  color: #000;
}
#scroll_right .btn_scroll_top {
  display: block;
  padding: 10px 0 0 0;
  clear: both;
  text-align: center;
}
#scroll_right .btn_basket_cart {
  display: none;
}

/* 페이지 타이틀 */
.sub_tit_wrap {
  position: relative;
  width: 100%;
}
.sub_tit_wrap img {
  width: 100%;
}
.sub_tit_wrap .po_txt_box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.sub_tit_wrap .po_txt_box h2 {
  display: inline-block;
  font-size: 42px;
  font-weight: 500;
  color: #000;
  vertical-align: middle;
  margin-right: 20px;
  text-transform: uppercase;
}
.sub_tit_wrap .po_txt_box span {
  font-size: 16px;
  vertical-align: sub;
}

/* 필터 */
.side_cont {
  float: left;
  width: 300px;
  margin-right: 55px;
}
.inner .side_cont {
  float: none;
}
.inner .side_cont + .main_cont {
  width: 1045px;
}

/* 서브페이지 레이아웃 */
#contents .list_ul_box {
  flex-wrap: wrap;
}
/* .goods_sub_wrap {padding-bottom: 150px;} */

/* 매소니 레이아웃 */
.board_list_gallery::after {
  display: block;
  content: "";
  clear: both;
}
.board_list_gallery .gallery_cont {
  position: relative;
  padding: 0 25px;
  overflow: hidden;
}
.board_list_gallery ul {
  display: block !important;
  padding: 0;
}
/* .board_list_gallery li {float: left;} */
.board_list_gallery li:nth-child(odd) .gallery_cont {
  padding-left: 0;
}
.board_list_gallery li:nth-child(even) .gallery_cont {
  padding-right: 0;
}
.board_list_gallery li .gallery_info_cont {
  left: 10px;
}
.board_list_gallery .board_img {
  border: 0;
}
.board_list_gallery .board_img a > img {
  width: 100%;
  height: 100%;
}
.board_list_gallery .board_img a {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.gallery_info_cont h4 {
  padding: 15px;
  background-color: #fff;
  font-size: 34px;
}
.gallery_info_cont .info_txt {
  font-size: 16px;
  color: #505050;
  margin-top: 20px;
  padding: 0 14px;
  word-break: keep-all;
  line-height: 1.5;
  text-align: left;
  overflow: hidden;
}
.gallery_info_cont .info_txt img {
  width: 100%;
}
.grid .goods_list_cont {
  padding: 0 15px;
}
.grid .goods_list_cont .btn_link_all {
  display: none !important;
}

#goodsNewW .board_list_gallery .gallery_cont {
  overflow: visible;
}
#goodsNewW .board_list_gallery .gallery_cont .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
}
#staffReviewW .board_list_gallery .gallery_cont {
  overflow: visible;
}
#staffReviewW .board_list_gallery .gallery_cont .icon {
  position: absolute;
  top: 5px;
  left: -3px;
  width: auto;
  height: auto;
  z-index: 10;
}

.staff_tit {
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 20px;
  word-break: keep-all;
}

/* **************************************** *
 * FORM
 * **************************************** */
/* 스위치 */
.btn_link_switch {
  position: relative;
  display: block;
  width: 154px;
  height: 30px;
  line-height: 30px;
}
.btn_link_switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.btn_link_switch .onoff_switch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f3f3f3;
  border-radius: 15px;
  font-size: 12px;
  color: #707070;
  padding-left: 22px;
  text-align: left;
}
.btn_link_switch .onoff_switch::before {
  position: absolute;
  content: "에스더팩";
  width: 80px;
  height: 30px;
  text-indent: -10px;
  top: 0;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 20px;
  background-color: #475933;
  color: #fff;
  text-align: center;
  -webkit-transform: translateX(74px);
  -ms-transform: translateX(74px);
  transform: translateX(74px);
  box-shadow: 2px 0 3px rgba(0, 0, 0, 0.16);
}
.btn_link_switch .onoff_switch::after {
  display: inline-block;
  content: "N";
  font-size: 8px;
  color: #fff;
  position: absolute;
  top: 0;
  left: auto;
  right: 14px;
  font-weight: 600;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn_link_switch input.change:checked + .onoff_switch::before {
  content: "에스더몰";
  background: #fb4c02;
}
.btn_link_switch input:checked + .onoff_switch::before {
  content: "에스더몰";
  left: 0;
  right: auto;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  text-indent: 0;
}
.btn_link_switch input:checked + .onoff_switch {
  padding-left: 89px;
}
#header .btn_link_switch input:checked + .onoff_switch::after {
  right: 14px !important;
}
.btn_link_switch input:checked + .onoff_switch::after {
  display: inline-block;
  content: "N";
  font-size: 8px;
  color: #fb4c02;
  position: absolute;
  top: 0;
  left: auto;
  right: 14px;
  font-weight: 600;
}

/* 서치바 */
.top_search legend {
  display: none;
}
.top_search_cont > .input_box {
  width: 340px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #9b9b9b;
  background-color: #fff;
  padding: 10px 20px;
}
.top_search_cont > .input_box input[type="text"] {
  border: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  padding-right: 30px;
  font-size: 14px;
}
.top_search_cont > .input_box input[type="text"]::placeholder {
  color: #9b9b9b;
}
.input_box input.btn_top_search {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
#header .search_cont {
  position: fixed;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  width: 600px;
  background: #fff;
  border: none;
  border-radius: 12px;
  z-index: 200;
  overflow: hidden;
}
#header .search_cont > div {
  padding: 0 25px;
}
#header .search_cont .input_box {
  padding: 0;
}
#header .search_cont .input_box input[type="text"] {
  padding: 0 25px;
  height: 60px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #707070;
  font-size: 19px;
}

/* 버튼 */
.search_cont .search_top_all {
  height: auto;
  background: none;
  text-align: right;
}
.search_cont .search_top_all button {
  position: relative;
  padding: 15px;
  font-size: 12px;
}
.search_cont .search_top_all button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 1px;
  background: #000;
}
.search_cont .search_top_all button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
  width: 10px;
  height: 1px;
  background: #000;
}

.btn_kakao {
  width: 100%;
  height: 60px;
  background-color: #fee500;
  text-align: center;
  font-size: 18px;
  color: #000;
  border-radius: 5px;
  margin-top: 30px;
}
.btn_kakao span {
  padding-left: 30px;
  background: url(../img/icon/ico_kakao.svg) 0 50% no-repeat;
}

.btn_basket_cart {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: auto;
  height: auto;
}
.btn_basket_cart.sm {
  right: 10px;
  bottom: 10px;
  width: 45px;
}
.btn_basket_cart.sm svg {
  width: 100%;
  height: auto;
}

.btn_link_all {
  display: block;
  width: 300px;
  height: 50px;
  line-height: 48px;
  border-radius: 5px;
  box-shadow: 0 1px 8px 0 rgba(132, 132, 132, 0.2);
  font-size: 16px;
  text-align: center;
  margin: 80px auto 10px;
}
.btn_link_all svg {
  margin-left: 10px;
}
.btn_link_all.vertical svg {
  transform: translateY(3px) rotate(90deg);
}

.swiper_prev.round {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: -25px;
  width: 65px;
  height: 65px;
  background: url(../img/btn/slick_arrow.svg) center no-repeat;
  text-indent: -9999em;
  transform: scaleX(-1) translateY(-50%);
}
.swiper_next.round,
.btn_all.round {
  z-index: 10;
  position: absolute;
  top: 50%;
  right: -30px;
  width: 65px;
  height: 65px;
  background: url(../img/btn/slick_arrow.svg) center no-repeat;
  text-indent: -9999em;
  transform: translateY(-50%);
}

.swiper_prev.sm {
  position: relative;
  width: 34px;
  height: 34px;
  border: 1px solid #707070;
  text-indent: -9999em;
  border-radius: 50%;
}
.swiper_prev.sm::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  transform: rotate(225deg);
  margin: -5px -3px;
}
.swiper_next.sm {
  position: relative;
  width: 34px;
  height: 34px;
  border: 1px solid #707070;
  text-indent: -9999em;
  border-radius: 50%;
}
.swiper_next.sm::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  transform: rotate(-225deg) scaleX(-1);
  margin: -5px -7px;
}

.swiper_prev.box {
  background: url(../img/icon/ico_arr_box.svg) center no-repeat;
  transform: scaleX(-1);
}
.swiper_next.box {
  background: url(../img/icon/ico_arr_box.svg) center no-repeat;
}

.arrow_link_all {
  position: relative;
  font-size: 16px;
  color: rgb(153, 153, 153);
  padding-right: 20px;
}
.arrow_link_all::before {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  right: 5px;
  transform: translateY(-50%) rotate(-45deg);
  width: 1px;
  height: 10px;
  background: rgb(153, 153, 153);
  border-radius: 1px;
}
.arrow_link_all::after {
  content: "";
  display: block;
  position: absolute;
  top: 65%;
  right: 5px;
  transform: translateY(-50%) rotate(45deg);
  width: 1px;
  height: 10px;
  background: rgb(153, 153, 153);
  border-radius: 1px;
}

.arrow_prev_time {
  width: 34px;
  height: 34px;
  background: url(../img/banner/arrow_time.svg) 0 0 no-repeat;
  text-indent: -9999em;
}

.btn_bk {
  width: 100%;
  height: 50px;
  background: #000;
  color: #fff;
  font-size: 16px;
  border: none;
  border-radius: 5px;
}
.btn_wh {
  width: 100%;
  height: 50px;
  background: #fff;
  color: #000;
  font-size: 16px;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
}
.btn_gr {
  width: 100%;
  height: 50px;
  background: #ccc;
  color: #fff;
  font-size: 16px;
  border: none;
  border-radius: 5px;
}

/* 선물하기 버튼 */
#giftBtn {
  background-image: url("../img/btn/btn_gift_icon.png");
  background-repeat: no-repeat;
  background-color: #fff;
  background-position-x: 50%;
  background-position-y: 50%;
  background-size: 25px;
}

/* 체크박스 */
.form_chk.inline {
  display: flex;
}
.form_chk.inline label {
  margin-right: 15px;
  color: #000;
}

.form_chk label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.form_chk input {
  display: none;
}
.form_chk label span {
  margin-left: 5px;
}
.form_chk label::before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  margin-right: 5px;
  box-sizing: border-box;
}
.form_chk label::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: url(../img/icon/ico_check_gy.svg) 50% no-repeat;
}
input[type="checkbox"]:checked + label::before {
  background: #000;
  border: 0;
}
input[type="checkbox"]:checked + label::after {
  background: url(../img/icon/ico_check_wh.svg) 50% no-repeat;
}

/* 라운드 스타일 체크박스 */
.form_chk.rnd label::before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  box-sizing: border-box;
  border: 0;
  background-color: #e9e9e9;
  border-radius: 50%;
}
.form_chk.rnd label::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  width: 12px;
  height: 8px;
  background: url(../img/icon/ico_check_wh.svg) 50% no-repeat;
  transform: translateY(-50%);
}

/* 라디오 */
.form_radio.inline {
  display: flex;
}
.form_radio input {
  display: none;
}
.form_radio label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.form_radio label::before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #dbdbdb;
  margin-right: 5px;
  box-sizing: border-box;
}
.form_radio label::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  background-color: #dbdbdb;
  border-radius: 50%;
}
/* .form_radio label::after {display: inline-block; content: ""; position: absolute; top: 3px; left: 3px; width: 10px; height: 10px; background: url(../img/icon/ico_check_gy.svg) 50% / #DBDBDB no-repeat; border-radius: 50%;} */
.form_radio label span {
  margin-left: 5px;
}

/* input[type="radio"]:checked + label::before {background: #FB4C02; border: 0; transition: all .5s ease;} */
input[type="radio"]:checked + label::before {
  border: 1px solid #fb4c02;
  background-color: #fff;
  transition: all 0.5s ease;
}
input[type="radio"]:checked + label::after {
  background-color: #fb4c02;
}

/* input - 텍스트 */
/* 이미지 있는경우 input_box 클래스 추가 */
.input_box {
  position: relative;
}
/* basic */
input[type="text"],
input[type="password"],
input[type="number"],
select {
  width: 100%;
  height: 60px;
  line-height: 45px;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  padding: 0 20px;
}
select {
  width: 100%;
  height: 60px;
  line-height: 45px;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/icon/dropdown.svg) 95% 50% no-repeat;
}

/* input - 이미지 */
.input_box input[type="image"] {
  width: auto;
  height: auto;
  border: none;
}

/* table */
.table_list {
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #000;
  margin-top: 20px;
}
.table_list tbody tr td {
  font-size: 16px;
  padding: 30px 10px;
  border-bottom: 1px solid #dbdbdb;
  line-height: 1.3;
}

/* **************************************** *
 * COMMON
 * **************************************** */
/* 인기검색어 */
.search_cont .tit {
  font-size: 16px;
  font-weight: 400;
}
.search_cont .hot_box {
  margin: 30px 0 0;
  text-align: initial;
}
.search_cont .hot_box .cont {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0 0;
  transform: translateX(-5px);
}
.search_cont .hot_box .cont li {
  margin: 0 0 5px 5px;
  width: auto;
}
.search_cont .hot_box .cont a {
  float: initial;
  display: block;
  padding: 9px 15px 10px;
  width: auto;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  font-size: 12px;
  text-overflow: inherit;
  color: #000;
}
.search_cont .hot_box .cont a span {
  margin: 0 15px 0 0;
  color: #fb4c02;
}
/* 카테고리 */
.search_cont .cate_box {
  margin: 40px 0 0;
  text-align: initial;
}
.search_cont .cate_box .cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 15px 0 0;
}
.search_cont .cate_box .cont li {
  width: 179px;
  height: 40px;
  margin-bottom: 5px;
}
.search_cont .cate_box .cont li.active a {
  color: #fb4c02;
}
.search_cont .cate_box .cont li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px 0 12px;
  height: inherit;
  background: #f5f5f5;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
}
.search_cont .cate_box .cont .img {
  position: relative;
  padding: 0 15px 0 0;
}
.search_cont .cate_box .cont .img::before {
  content: "";
  position: absolute;
  top: 41%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 1px;
  background: #212121;
}
.search_cont .cate_box .cont .img::after {
  content: "";
  position: absolute;
  top: 56%;
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
  width: 7px;
  height: 1px;
  background: #212121;
}

/* 최근검색어 */
.search_cont .recent_box {
  float: initial;
  width: 100%;
}
.search_cont .recent_box .tit {
  display: flex;
  justify-content: space-between;
}
.search_cont .recent_box .cont {
  margin: 15px 0 0;
}
.search_cont .recent_box .cont ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  transform: translateX(-10px);
}
.search_cont .recent_box .cont ul li {
  margin: 0 0 10px 10px;
}
.search_cont .recent_box .cont ul li a {
  float: initial;
  display: block;
  padding: 6px 12px 7px;
  width: auto;
  border: 1px solid #ccc;
  border-radius: 20px;
  text-overflow: inherit;
}

/* 인기검색어 */
.hot_list_wrap {
  position: relative;
}
.hot_list_wrap .search_hot_list {
  position: relative;
  width: 250px;
  height: 42px;
  overflow: hidden;
  margin-left: 40px;
  text-align: left;
  padding: 0;
  border-top: 0;
}
.hot_list_wrap .search_hot_list ul li {
  display: block;
  font-size: 14px;
  line-height: 42px;
  cursor: pointer;
}
.hot_list_wrap .search_hot_list .swiper-wrapper {
  width: calc(100% - 20px);
}
.hot_list_wrap .all_list_box {
  display: none;
  z-index: 200;
  position: absolute;
  left: 25px;
  min-width: 210px;
  padding: 15px;
  background-color: #fff;
  border-radius: 17px;
  box-shadow: 0 1px 8px 0 rgba(132, 132, 132, 0.2);
  text-align: left;
}
.hot_list_wrap .all_list_box h4 {
  font-size: 14px;
  color: #000;
}
.hot_list_wrap .all_list_box ul {
  margin-top: 15px;
}
.hot_list_wrap .all_list_box ul li {
  font-size: 12px;
  color: #666;
  margin-bottom: 15px;
}
.hot_list_wrap .all_list_box ul li:last-child {
  margin-bottom: 0;
}
.hot_list_wrap .all_list_box ul li .num {
  font-size: 12px;
  margin-right: 5px;
}
.hot_list_wrap .all_list_box ul li:hover a span:not(.num) {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* 화살표 */
.rank_up {
  display: inline-block;
  width: 0;
  height: 0;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left: 8px solid #fb4c02;
  border-right: 12px solid transparent;
  transform: rotate(-90deg);
  vertical-align: text-top;
}
.rank_down {
  display: inline-block;
  width: 0;
  height: 0;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left: 8px solid #3b0fff;
  border-right: 0 solid transparent;
  transform: rotate(90deg);
  margin: 0 5px;
}

.arrows {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.arrows.on {
  transform: translateY(-50%) rotate(-180deg);
  transition: all 0.3s;
}
.arrows .swiper-button-lock {
  display: block;
}
.arrows.active {
  transform: rotate(180deg) translate(0px, 10px);
}
.arrows > a {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
}

/* .slick-arrow {position: relative;} */
.rank_next::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  width: 1px;
  height: 9px;
  background-color: #424242;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.rank_next::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 1px;
  height: 9px;
  background-color: #424242;
  transform: translate(-50%, -50%) rotate(45deg);
}

/* 카테고리 스와이퍼 기본 버튼 */
.arrow_prev {
  position: absolute;
  top: 85px;
  left: 0;
  z-index: 10;
  width: 32px;
  height: 44px;
  background: url("../img/banner/arrow_bk.png") 0 / 12px 24px no-repeat;
  text-indent: -9999em;
}
.arrow_next {
  position: absolute;
  top: 85px;
  right: 0;
  z-index: 10;
  width: 32px;
  height: 44px;
  background: url("../img/banner/arrow_bk.png") 0 / 12px 24px no-repeat;
  transform: scaleX(-1);
  text-indent: -9999em;
}

.num {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

/* 타이틀 */
.goods_list_tit {
  padding: 0;
  border: 0;
  text-align: center;
  color: #000;
}
.goods_list_tit a {
  position: relative;
  font-size: 42px;
  font-weight: 500;
  color: inherit;
  line-height: 1.3;
  letter-spacing: -1px;
}
/* .goods_list_tit a svg {position: absolute; top: 52%; left: calc(100% + 15px); transform: translateY(-50%);} */
.goods_list_tit h3 {
  font-size: 42px;
  font-weight: 500;
}
.goods_list_tit p {
  font-size: 20px;
  line-height: normal;
  color: rgb(153, 153, 153);
  margin-top: 20px;
  font-weight: 400;
  word-break: keep-all;
}

/* 상품리스트 */
ul.list_ul_box {
  float: none;
  display: flex;
}
ul.list_ul_box.swiper-wrapper {
  height: auto;
}
ul.list_ul_box.swiper-wrapper li {
  padding: 0 5px;
}
ul.list_ul_box.col-4:not(.swiper-wrapper) li {
  width: calc(25% - 20px) !important;
  margin-right: 25px;
}
ul.list_ul_box.col-4:not(.swiper-wrapper) li:nth-child(4n) {
  margin-right: 0;
}
ul.list_ul_box.col-3:not(.swiper-wrapper) li {
  width: calc(33.333% - 17px) !important;
  margin-right: 25px;
}
ul.list_ul_box.col-3:not(.swiper-wrapper) li:nth-child(3n) {
  margin-right: 0;
}
ul.list_ul_box li {
  margin: 0;
  padding: 0 5px;
}
/* ul.list_ul_box li:nth-child(4n) {margin-right: 0;} */
ul.list_ul_box .item_cont {
  padding: 0;
}
/* ul.list_ul_box.slick-slider {overflow: visible;}
ul.list_ul_box.slick-slider li {margin: 0; padding: 0 10px; min-width: 350px;}
ul.list_ul_box .slick-list {width: 100%;}
ul.list_ul_box .slick-list .slick-track {display: flex;} */
ul.list_ul_box .item_photo_box a {
  display: block;
}

#mainW ul.swiper-wrapper .btn_all {
  top: 152px;
  left: 130px;
  width: 75px;
  height: 75px;
  padding: 95px 0 0;
  background-size: 100%;
  text-indent: 0;
  text-align: center;
}

.item_cont .item_photo_box {
  position: relative;
  width: 100%;
  border: 0;
  overflow: visible;
}
.item_cont .item_photo_box a > img {
  width: 100%;
}
.item_cont .item_info_cont {
  display: block;
  padding: 0;
  margin-top: 10px;
}
.item_cont .item_info_cont .item_tit_box .item_brand {
  font-size: 14px;
  line-height: normal;
  color: rgb(153, 153, 153);
  margin-bottom: 4px;
}
.item_cont .item_info_cont .item_tit_box .item_name {
  font-size: 18px;
  font-weight: 400;
  padding: 0;
  line-height: 1.3;
  text-align: left;
  word-break: break-all;
  white-space: normal;
  word-wrap: normal;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000;
}
.item_cont .item_info_cont .item_money_box {
  display: flex;
  align-items: center;
  margin-top: 10px;
  padding: 0;
}
.item_cont .item_info_cont .item_money_box .item_price {
  font-size: 22px;
  font-weight: 600;
  padding: 0;
  color: #000;
  margin-right: 5px;
}
.item_cont .item_info_cont .item_money_box .item_price > span {
  font-size: 22px;
  font-weight: 600;
  padding: 0;
  color: #000;
}
.item_cont .item_info_cont .item_money_box .item_price .time_sale_cost_r {
  padding: 0;
  font-size: inherit;
}
.item_cont .item_info_cont .item_money_box .item_discount {
  font-size: 18px;
  color: #fc4c02;
  font-weight: 600;
  margin-right: 8px;
}
.item_min_option_price {
  font-size: 14px;
  padding-top: 0;
}
.item_min_option_price .item_option_price {
  font-size: 14px;
}

ul.sm .item_cont .item_info_cont .item_tit_box .item_brand {
  font-size: 12px;
  color: rgb(153, 153, 153);
}
ul.sm .item_cont .item_info_cont .item_tit_box .item_name {
  font-size: 16px;
}
ul.sm .item_cont .item_info_cont .item_money_box {
  flex-wrap: wrap;
}
ul.sm .item_cont .item_info_cont .item_money_box .item_money_box {
  margin-top: 8px;
}
ul.sm .item_cont .item_info_cont .item_money_box .item_discount {
  font-size: 16px;
}
ul.sm .item_cont .item_info_cont .item_money_box .item_price {
  font-size: 20px;
  line-height: 1.2;
}
ul.sm .item_cont .item_info_cont .item_money_box .item_price span {
  font-size: inherit;
}
ul.sm .item_cont .item_info_cont .item_money_box .item_min_option_price {
  width: 100%;
  margin-top: 5px;
  font-size: 12px;
}
ul.sm .item_cont .item_info_cont .item_money_box .item_min_option_price * {
  font-size: inherit;
}
ul.sm .item_cont .item_info_cont .item_review_box .review_num {
  font-size: 12px;
}

/* 최근 본 상품 */
ul.col-5 .item_cont .item_info_cont .item_tit_box .item_brand {
  font-size: 12px;
  color: rgb(153, 153, 153);
}
ul.col-5 .item_cont .item_info_cont .item_tit_box .item_name {
  font-size: 16px;
}
ul.col-5 .item_cont .item_info_cont .item_money_box {
  flex-wrap: wrap;
}
ul.col-5 .item_cont .item_info_cont .item_money_box .item_money_box {
  margin-top: 8px;
}
ul.col-5 .item_cont .item_info_cont .item_money_box .item_discount {
  font-size: 16px;
}
ul.col-5 .item_cont .item_info_cont .item_money_box .item_price {
  font-size: 20px;
  line-height: 1.2;
}
ul.col-5 .item_cont .item_info_cont .item_money_box .item_price span {
  font-size: inherit;
}
ul.col-5 .item_cont .item_info_cont .item_money_box .item_min_option_price {
  width: 100%;
  font-size: 12px;
}
ul.col-5 .item_cont .item_info_cont .item_money_box .item_min_option_price * {
  font-size: inherit;
}
ul.col-5 .item_cont .item_info_cont .item_review_box .review_num {
  font-size: 12px;
}

.staff_review_list .grid .grid_item {
  margin-bottom: 100px;
}
/* .gallery_cont .goods_list_cont {margin-bottom: 100px !important;} */
.goods_list_cont .item_block li {
  margin: 0 50px 30px 0;
}
.goods_list_cont .item_block li:nth-child(2n) {
  margin-right: 0;
}
.goods_list_cont .item_block .item_cont {
  display: flex;
  align-items: center;
  padding: 0;
}
.goods_list_cont .item_block .item_photo_box {
  width: 150px;
  height: 150px;
  flex-shrink: 0;
}
.goods_list_cont .item_block .item_info_cont {
  width: 380px;
  margin: 0 30px;
}
.goods_list_cont .item_block .item_info_cont .item_name {
  margin-top: 0;
  word-break: keep-all;
  white-space: normal;
  word-wrap: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  color: #000;
  overflow: hidden;
}
.goods_list_cont .item_block .btn_basket_cart {
  position: initial;
}
.goods_list_cont .item_block .item_photo_box .btn_basket_cart {
  display: none;
}

.no_data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 200px;
}
.item_soldout_bg {
  z-index: 50;
}

/* 탭 공통 */
.tab_box {
}
.tab_list ul {
  display: flex;
  justify-content: center;
}
.tab_list ul li {
  flex: 1;
}
.tab_list ul li a {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0;
  background: #eee;
  font-size: 18px;
  text-align: center;
  border-right: 1px solid #fff;
  cursor: pointer;
}
.tab_list ul li:last-child a {
  border: none;
}
.tab_list ul li a.on {
  background: #000;
  color: #fff;
  border: none;
}
.tab_list ul li a.on::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background: #000;
}

.tab_list ul li.on a {
  background: #000;
  color: #fff;
  border: none;
}
.tab_list ul li.on a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg) skew(5deg, 5deg);
  width: 12px;
  height: 12px;
  background: #000;
}

.tab_cont {
  margin: 50px 0;
  border: 1px solid #dbdbdb;
}
.tab_cont > div {
  display: none;
}
.tab_cont ul {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
  font-size: 0;
}
.tab_cont ul li {
  width: calc(100% / 6);
  cursor: pointer;
}
.tab_cont ul li a {
  display: block;
  padding: 15px 0;
  font-size: 16px;
  text-align: center;
  color: #707070;
}
.tab_cont ul li.on a {
  color: #fb4c02;
}

/* 탭 02 - list_07 탭 진열형 */
#mainW .goods_tab_tit ul {
  display: block;
  max-width: 760px;
  text-align: center;
  float: none;
  margin: 50px auto 0;
}
#mainW .goods_tab_tit ul li {
  display: inline-block;
  margin: 0 12px 15px;
  font-size: inherit;
}
#mainW .goods_tab_tit ul li a {
  display: block;
  font-size: 18px;
  padding: 15px 30px;
  border: none;
  border-radius: 26px;
  background-color: #f5f5f5;
  color: #333;
}
#mainW .goods_tab_tit ul li a.on {
  background-color: #000;
  color: #fff;
  font-weight: 400;
}
#mainW .goods_tab_cont {
  margin-top: 40px;
  border: none;
}
#mainW .main_time_wrap .prd_box {
  width: 970px;
}

/* 탭 03 - round */
.tab_list.round > ul {
  display: block;
  max-width: 100%;
  text-align: center;
  float: none;
  margin: 50px auto 0;
}
.tab_list.round > ul li {
  flex: initial;
  display: inline-block;
  margin: 0 12px 15px 0;
}
.tab_list.round > ul li a {
  display: block;
  padding: 0 20px;
  height: 46px;
  line-height: 46px;
  border: 1px solid #f5f5f5;
  border-radius: 26px;
  background-color: #f5f5f5;
  box-sizing: content-box;
  font-size: 16px;
  white-space: nowrap;
  color: #000;
}
.tab_list.round > ul li a::after {
  display: none;
}
.tab_list.round > ul li.on a {
  background-color: #000;
  color: #fff;
}

/* 스와이퍼 */
.swiper-button-disabled {
  display: none;
}
/* 스와이퍼 - 배너형 */
.swiper_ban {
  margin: 50px 0 0;
  width: 100%;
  overflow: hidden;
}
.swiper_ban ul li {
  margin: 0;
  padding: 0;
}
.swiper_ban ul li .img_box img {
  width: 100%;
}
.swiper_ban .txt_box {
  margin-top: 20px;
}
.swiper_ban .txt_box .tit {
  font-size: 22px;
  color: #000;
  word-break: keep-all;
  line-height: 1.3;
  white-space: normal;
  word-wrap: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 400;
}
.swiper_ban .txt_box .desc {
  font-size: 16px;
  color: #717171;
  margin-top: 20px;
  word-break: keep-all;
  line-height: normal;
  white-space: normal;
  word-wrap: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 400;
}
#mainW .swiper_ban .txt_box .tit {
  text-align: center;
}
#mainW .swiper_ban .txt_box .desc {
  margin-top: 10px;
  text-align: center;
}

/* 스와이퍼 - 하프형 (ex.타임세일) */
.swiper_half {
  display: flex;
  justify-content: space-between;
  margin: 100px 0;
}
.swiper_half .txt_box {
  text-align: left;
}
.swiper_half .prd_box {
  position: relative;
  width: 700px;
}
.swiper_half .item_cont .item_photo_box a {
  height: 210px;
  overflow: hidden;
}
.swiper_half .item_cont .item_photo_box img {
  width: 100%;
}
.swiper_half .swiper {
  padding-bottom: 50px;
}
#wrap .swiper-pagination-progressbar.progressbar {
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  width: 970px;
  height: 1px;
  background-color: #707070;
}
#wrap .swiper-pagination-progressbar.progressbar span {
  top: -1px;
  height: 2px;
  background-color: #000;
}

/* 스와이퍼 - on/off (ex.브랜드 카테고리) */
.brand_area {
  overflow: hidden;
}
.brand_area.grid ul {
  display: flex;
  flex-wrap: wrap;
}
.brand_area.grid ul li {
  width: 155px;
  height: auto;
  margin: 0 20px 20px 0;
}
.brand_area.grid ul li:nth-child(8n) {
  margin-right: 0;
}
.brand_area.grid button {
  display: none;
}

.brand_category {
  padding: 0;
}
.goods_sub_wrap .brand_category .inner {
  position: relative;
  padding: 0 50px !important;
  margin: 35px auto;
}
.brand_category .img_box {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  padding: 4px;
  margin: auto;
}
.brand_category .img_box img {
  display: block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
}
.brand_category .img_box img.hover {
  display: none;
}
.brand_category .brand_item span {
  display: block;
  margin: 20px 0;
  text-align: center;
}
.brand_category .brand_item.active .img_box {
  border: 1px solid #fb4c02;
}
.brand_category .brand_item.active span {
  color: #fb4c02;
}
.brand_category .brand_item.all {
  cursor: pointer;
}
.brand_category .brand_item.all .img_box img {
  background-color: #f9f9f9;
}
.arrow_prev.brand {
  top: 65px;
  left: 0px;
  transform: translate(0, -50%);
}
.arrow_next.brand {
  top: 65px;
  right: 0px;
  transform: translate(0, -50%) scaleX(-1);
}

/* 타임세일 */
.time_sale_text {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fff;
  padding: 5px 14px 7px;
  background-color: #fb4c02;
}

/* 아이콘 */
.item_icon_box {
  max-width: 40%;
  position: absolute;
  bottom: 7px;
  left: 12px;
}
.item_icon_box > img {
  display: block;
  max-width: 100%;
  padding: 0;
  margin: 5px 0;
}

/* 팝업 */
/* .layer_popup {position: relative; width: 600px; height: 436px;padding:20px; background:#fff;z-index: 301;} */
/* .layer_popup .title{font-weight:600;font-size:20px;color:#222;}
.layer_popup .box_text{height:292px;padding:20px;margin-top:10px;border:1px solid #eaeaea;overflow-y:scroll;line-height:19px;font-size:12px;color:#666;}
.layer_popup .btn_wrap{margin-top:20px;text-align:center;}
.layer_popup .btn_wrap .btn_close{display:inline-block;width:72px;height:42px;line-height:42px;font-weight:600;font-size:13px;background:#444;color:#fff;}
.ly_ag{display:none;position:absolute;top:0;} */

/* 리스트 옵션 */
.list_option_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 20px;
}
.list_option_box ul {
  display: inline-block;
}
.list_option_box ul li {
  float: left;
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
  cursor: pointer;
}
.list_option_box ul li::after {
  display: block;
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 1px;
  height: 80%;
  background-color: #c9c9c9;
}
.list_option_box ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.list_option_box ul li:last-child::after {
  display: none;
}
.list_option_box ul li label {
  font-size: 16px;
  color: #9b9b9b;
  cursor: pointer;
}
.list_option_box ul li label.on {
  font-weight: 400;
  color: #000;
}
.list_option_box ul li input {
  display: none;
}

.list_option_box ul.sort li button {
  color: #707070;
}
.list_option_box ul.sort li button.on {
  color: #000;
}

.sch_total {
  font-size: 18px;
  font-weight: 400;
}
.sch_total span {
  font-weight: inherit;
  color: #fb4c02;
  margin-left: 5px;
}

#schListW .sch_txt {
  width: 100%;
  padding: 55px 0 75px;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
}
.sch_txt span {
  color: #fb4c02;
}

/* 아코디언 */
.accodion_wrap .filter_tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 0 20px;
  border-bottom: 2px solid #000;
}
.accodion_wrap .filter_tit h3 {
  font-size: 18px;
  font-weight: 500;
}
.accodion_wrap .filter_tit .btn_reset {
  font-size: 14px;
  color: #9b9b9b;
}
.accodion_wrap .filter_tit .btn_reset .ico_reset {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(../img/icon/ico_reset.svg) 50% no-repeat;
  margin-right: 3px;
}
.accodion_wrap .filter_tit .btn_reset:hover .ico_reset {
  transition: all 1s;
  transform: rotate(180deg);
}
.accodion_wrap .filter_tit + dl {
  padding-top: 10px;
}
/* .accodion_wrap .filter_tit + dl dt.active{ padding-bottom: 10px;} */
.accodion_wrap dl {
  border-bottom: 2px solid #000;
}
.accodion_wrap dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e6e6e6;
  padding: 25px 0;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}
.accodion_wrap dl dt .sec_lf {
  font-size: 18px;
  font-weight: 500;
}
.accodion_wrap dl dt .sec_lf span {
  color: #9b9b9b;
  font-size: 16px;
}

.accodion_wrap .ico_arrow {
  position: relative;
  width: 12px;
  height: 2px;
  background-color: #000;
  transform: none;
}
.accodion_wrap .ico_arrow::after {
  display: block;
  content: "";
  position: absolute;
  top: -5px;
  left: 5px;
  width: 2px;
  height: 12px;
  background-color: #000;
}

.accodion_wrap .active .ico_arrow {
  transform: rotate(0deg) translateX(-2px);
}
.accodion_wrap .active .ico_arrow {
  transform: none;
}
.accodion_wrap .active .ico_arrow::after {
  display: none;
}

.accodion_wrap dt > .arr {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.3s;
  width: 20px;
  height: 20px;
  background: url(../img/icon/ico_arr_gray.svg) no-repeat;
  background-size: 100%;
  background-position: center;
}
.accodion_wrap dt.active > .arr {
  transform: translateY(-50%) rotate(-90deg);
  transition: all 0.3s;
}

.accodion_wrap dt.mg_active + dd {
  display: block;
}
.accodion_wrap dd {
  display: none;
}
.accodion_wrap dd ul:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.accodion_wrap dd .cate_tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 20px 20px !important;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.accodion_wrap dd .cate_list {
  padding: 10px 0 20px 20px;
  border-bottom: 1px solid #e6e6e6;
}
.accodion_wrap dd .cate_list li {
  margin-bottom: 20px;
  font-size: 16px;
  color: #707070;
}
.accodion_wrap dd .cate_list li:last-child {
  margin-bottom: 0;
}
.accodion_wrap dd .cate_list li input[type="checkbox"] {
  margin-right: 5px;
  vertical-align: baseline;
}
.accodion_wrap dd .cate_list li label span {
  color: #9b9b9b;
}

/* 아코디언 - 박스형 */
.bg_box {
  padding: 5px 20px;
  margin: 20px 0 0;
  background: #f8f8f8;
}
.bg_box dl {
  border: none;
}
.bg_box dt {
  position: relative;
  padding: 10px 0;
  border: none;
  font-size: 14px;
  font-weight: normal;
  color: #707070;
}
.bg_box dt.active {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.bg_box dd {
  padding: 15px 20px;
  margin: 5px 0;
  background: #fff;
  word-break: keep-all;
  line-height: 18px;
}

/* 아코디언 - with label */
.label dt {
  position: relative;
}
.label dt + dd {
  display: block;
  padding: 0;
  margin: 0;
  height: 0;
  overflow: auto;
  transition: all 0.3s;
}
.label dt.label + dd {
  height: 160px;
  transition: all 0.3s;
}
.label dt label {
  display: flex;
}
.label dt.label span {
  transform: translateY(-50%) rotate(-90deg);
  transition: all 0.3s;
}

/* 이미지 */
.img_wrap img {
  width: 100%;
}

/* 더보기 배너 */
.addition_zone {
  position: relative;
  height: 600px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 100px;
}
.addition_zone.active {
  height: auto;
}
.addition_zone img {
  width: 100%;
}
.addition_zone.active .btn_brand_more::after {
  transform: rotate(-180deg);
}
.btn_brand_more {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 400px;
  transform: translateX(-50%);
  padding: 15px 20px 10px;
  border-radius: 20px 20px 0 0;
  font-size: 14px;
  background-color: #fff;
}
.btn_brand_more::after {
  display: block;
  content: "";
  width: 18px;
  height: 10px;
  background: url(../img/icon/arrow_more.svg) 0 0 / contain no-repeat;
  margin: 10px auto 0;
}
#writeW .addition_zone {
  height: auto;
  margin-bottom: 50px;
  overflow: visible;
}

/* 문단 나눔 기본 / OR */
.line {
  margin: 20px 0;
  width: 100%;
  height: 1px;
  background: #707070;
}
.line_or {
  position: relative;
  margin: 30px 0;
  color: #707070;
  text-align: center;
}
.line_or::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 42%;
  height: 1px;
  background-color: #dbdbdb;
}
.line_or::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 42%;
  height: 1px;
  background-color: #dbdbdb;
}

/* **************************************** *
* MAIN 
* **************************************** */
.main_content .inner > div {
  position: relative;
}
.main_content .tab_list ul li a.on::after {
  display: none;
}

/* 메인 슬라이드배너 */
/* .main_cont_slide_ban{ padding: 80px 0;} */

/* 메인 비주얼 배너 */
.main_visual {
  margin: 0;
}
.main_visual .slick-arrow {
  background: url("../img/banner/arrow_bk.png") 0 0 / contain no-repeat !important;
}
.main_visual .slick-arrow.slick-next {
  transform: rotate(180deg);
  right: 110px;
}
.main_visual .slick-arrow.slick-prev {
  left: 110px;
}
.main_visual .slick-dots {
  bottom: 25%;
  left: 13.3%;
  text-align: left;
}
.main_visual .slick-dots li {
  display: none;
  position: absolute;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #959595;
  background: none;
  font-weight: 400;
}
.main_visual .slick-dots li.slick-active {
  display: block;
}
.main_visual .slick-dots li.slick-active span {
  font-family: inherit;
  font-weight: 500;
  color: #000;
}
.main_visual .slick-slide img {
  width: 100%;
}

/* 카테고리 메뉴 */
/* .main_cateMenu_wrap{ padding-bottom: 120px;} */
.main_cateMenu_wrap .tab_list ul li {
  flex: initial;
}
.main_cateMenu_wrap .tab_list ul li a {
  padding: 0 25px;
  font-size: 18px;
  color: #707070;
  background: none;
  border: none;
  cursor: pointer;
}
.main_cateMenu_wrap .tab_list ul li a:hover {
  color: #000;
}
/* .main_cateMenu_wrap .tab_list ul li:not(.on) a:hover{ margin-top: -1px;} */
.main_cateMenu_wrap .tab_list ul li.on a {
  background: none;
  color: #000;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 2px;
}
.main_cateMenu_wrap .tab_list ul li a::after {
  display: none;
}
.main_cateMenu_wrap .tab_cont {
  position: relative;
  margin: 20px 0 0;
  border: none;
}
.main_cateMenu_wrap .tab_cont > div {
  position: static;
  margin: 0 55px;
  overflow: hidden;
}
.main_cateMenu_wrap .tab_cont ul {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  white-space: nowrap;
}
.main_cateMenu_wrap .tab_cont ul li {
  display: inline-block;
  vertical-align: top;
}
/* .main_cateMenu_wrap .tab_cont ul.on {display: block;  padding: 0 40px;} */
.main_cateMenu_wrap .tab_cont ul li p {
  display: block;
  width: 90px;
  margin: auto;
  font-size: 16px;
  text-align: center;
  color: inherit;
  white-space: normal;
}
/* .main_cateMenu_wrap .tab_cont ul li:first-child p {color: #FB4C02;} */
.main_cateMenu_wrap .tab_cont ul li a {
  display: block;
  padding: 0 5px;
  color: #505050;
}
.main_cateMenu_wrap .tab_cont ul li a:hover {
  color: #fb4c02;
}
.main_cateMenu_wrap .tab_cont ul li a img {
  display: block;
  width: 100%;
}

.main_cateMenu_wrap .menu_prev {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  width: 32px;
  height: 44px;
  background: url("../img/banner/arrow_bk.png") 0 / 12px 24px no-repeat;
  text-indent: -9999em;
  transform: translateY(-50%);
}
.main_cateMenu_wrap .menu_next {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  width: 32px;
  height: 44px;
  background: url("../img/banner/arrow_bk.png") 0 / 12px 24px no-repeat;
  transform: scaleX(-1) translateY(-50%);
  text-indent: -9999em;
}

.main_cateMenu_wrap button.swiper-button-disabled {
  display: block;
}

/* 베스트 10 */
/* .main_best_wrap{ padding-bottom: 120px;} */
.main_best_wrap .goods_list {
  padding: 0;
}
.main_best_wrap .goods_list_cont {
  position: relative;
  margin-top: 50px;
  scale: 1.006;
}
/* .main_best_wrap .goods_list_cont .swiper{ width: calc(100% + 15px); transform: translateX(-8px);} */
.main_best_wrap button.round {
  top: 168px;
}
.main_best_wrap .best_prev.round {
  left: -32px;
}
.main_best_wrap .best_next.round {
  right: -30px;
}

/* 오늘의 타임세일 */
.main_time_wrap {
  position: relative;
  width: 100%;
  box-sizing: content-box;
}
.main_time_wrap .txt_box {
  max-height: 300px;
  width: 330px;
  text-align: left;
  color: #000;
}
.main_time_wrap .txt_box .tit h3 {
  font-size: 38px;
  font-weight: 600;
  letter-spacing: -1px;
}
.main_time_wrap .txt_box .tit .txt_gy {
  font-size: 24px;
  margin-top: 10px;
  line-height: 1.3;
}
.main_time_wrap .txt_box .btn {
  width: 100%;
  margin-top: 155px;
  padding: 5px 0 9px;
  text-align: right;
}
.main_time_wrap .txt_box .btn .btn_rdi_bk {
  display: block;
  padding: 0;
  width: 303px;
  height: 72px;
  line-height: 73px;
  background-color: #000;
  font-size: 20px;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  box-sizing: border-box;
}
.main_time_wrap .ico_time {
  margin-right: 15px;
}
.main_time_wrap .clock_cont {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.main_time_wrap .clock_cont em,
.main_time_wrap .clock_cont span {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 1px;
}
.main_time_wrap .clock_cont span {
  margin: 0 7px;
}
.main_time_wrap .roll_box {
  position: absolute;
  display: flex;
  align-self: flex-end;
}
.main_time_wrap .roll_box button {
  margin-right: 5px;
}
.main_time_wrap .swiper-button-disabled {
  display: block;
}

.main_time_wrap .prd_box .swiper_half {
  margin: 0;
}
.main_time_wrap .item_basket_type {
  padding: 0;
  overflow: hidden;
}
.main_time_wrap .list_ul_box {
  width: 1250px;
}
/* .main_time_wrap .item_cont {max-width: 400px;} */
/* .main_time_wrap .item_cont .item_photo_box {max-width: 400px; overflow: hidden;} */
.main_time_wrap .item_cont .item_photo_box > a {
  height: auto;
}
.main_time_wrap .item_cont .item_photo_box > a > img {
  height: 100%;
}

/* #wrap #mainW .swiper-pagination-progressbar.progressbar {bottom: 120px;} */

/* 카테고리별 베스트 */
/* .main_cate_wrap{ padding: 120px 0;} */
.main_cate_wrap .goods_list_cont .swiper {
  scale: 1.006;
}

.main_cate_wrap .item_photo_box {
  width: 330px;
}
.main_cate_wrap .goods_no_data {
  min-height: 418px;
  transform: translateX(160px);
}
.main_cate_wrap .tab_box {
  position: relative;
}
.main_cate_wrap .tab_cont {
  position: relative;
  margin: 35px 0 0;
  border: none;
}
.main_cate_wrap .tab_cont > div > div {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 425px;
}
.main_cate_wrap .tab_cont > div > div.list {
  justify-content: flex-start;
}
.main_cate_wrap .tab_cont > div > div.no {
  margin: 0 auto;
}
/* .main_cate_wrap .tab_cont .swiper{ width: 1045px; margin: 0;} */
.main_cate_wrap .tab_cont .list_ul_box {
  display: inline-flex;
  flex-wrap: nowrap;
  padding: 0;
}
.main_cate_wrap .tab_cont .list_ul_box li a {
  padding: 0;
}
/* .main_cate_wrap .tab_cont .btn_link_all{ color: rgb(153,153,153);} */
.main_cate_wrap .cate_prev {
  top: 165px;
}
.main_cate_wrap .cate_prev.swiper-button-disabled {
  display: block;
}
.main_cate_wrap .cate_next {
  top: 165px;
  right: 330px;
  text-align: center;
}
.main_cate_wrap .btn_all {
  top: 152px;
  right: 130px;
  width: 75px;
  height: 75px;
  padding: 95px 0 0;
  background-size: 100%;
  text-indent: 0;
  text-align: center;
}
.main_cate_wrap .no_data {
  position: static;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

/* 신제품 */
/* .main_new_wrap{ padding: 100px 0;} */
.main_new_wrap .goods_list_cont {
  position: relative;
}
.main_new_wrap button {
  position: absolute;
  z-index: 10;
  margin: 0;
  width: 72px;
  height: 72px;
  background: url(../img/btn/slick_arrow.svg) center no-repeat;
}
.main_new_wrap button.new_prev {
  top: 150px;
  left: auto;
  right: calc(100% - 37px);
  transform: translateY(-50%) scaleX(-1);
  margin: 0;
}
.main_new_wrap button.new_next {
  top: 150px;
  right: auto;
  left: calc(100% - 37px);
  margin: 0;
}

/* 실시간 인기 */
/* .main_hot_wrap{ padding: 120px 0;} */
.main_hot_wrap .swiper {
  scale: 1.006;
}

.main_hot_wrap .item_photo_box {
  width: 330px;
}
.main_hot_wrap .goods_no_data {
  min-height: 418px;
  transform: translateX(160px);
}
/* .main_hot_wrap .tab_box{ position: relative;} */
.main_hot_wrap .tab_cont {
  position: relative;
  margin: 35px 0 0;
  border: none;
}
.main_hot_wrap .tab_cont > div > div {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 425px;
}
.main_hot_wrap .tab_cont > div > div.list {
  justify-content: flex-start;
}
.main_hot_wrap .tab_cont .swiper {
  margin: 0;
  width: 100%;
}
.main_hot_wrap .tab_cont .list_ul_box {
  display: inline-flex;
  flex-wrap: nowrap;
  padding: 0;
}
.main_hot_wrap .tab_cont .list_ul_box li a {
  padding: 0;
}
/* .main_hot_wrap .tab_cont .btn_link_all{ color: rgb(153,153,153);} */
.main_hot_wrap .hot_prev {
  top: 165px;
}
.main_hot_wrap .hot_next {
  top: 165px;
  right: -22px;
  text-align: center;
}
.main_hot_wrap .no_data {
  position: static;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.main_hot_wrap .goods_list_tit {
  font-size: 42px;
  font-weight: 500;
  color: inherit;
  line-height: 1.3;
  letter-spacing: -1px;
}

/* 기획전 A */
/* .main_planA_wrap{ padding: 120px 0;} */
.main_planA_wrap > div {
  margin-top: 120px;
}
.main_planA_wrap > .typeA_0 {
  margin: 0;
}
.main_planA_wrap .goods_list_tit p {
  font-size: 18px;
}
.main_planA_wrap .goods_list_cont {
  position: relative;
  margin: 50px 0 0;
}
.main_planA_wrap ul.list_ul_box li {
  margin: 0;
}
.main_planA_wrap > div .roll_box button {
  top: 165px;
}
.main_planA_wrap .goods_list_cont > .swiper {
  scale: 1.006;
}
.main_planA_wrap .item_photo_box {
  width: 330px;
}

/* 기획전 B */
/* .main_planB_wrap{ padding: 120px 0;} */
.main_planB_wrap .goods_list_tit a {
  font-size: 40px;
  letter-spacing: -1px;
}
.main_planB_wrap .goods_list_tit p {
  margin-top: 30px;
  font-size: 18px;
}
.main_planB_wrap > .main_event_display_type_b:first-of-type {
  margin: 0;
}
.main_planB_wrap > .main_event_display_type_b {
  margin: 180px 0 0;
}
.main_planB_wrap .sec_top {
  display: flex;
}
.main_planB_wrap .sec_top .goods_img_tit {
  flex-basis: 850px;
}
.main_planB_wrap .sec_top .goods_list_tit {
  width: 450px;
  padding: 10px 0 10px 40px;
  text-align: left;
}
.main_planB_wrap .sec_top .goods_list_tit h3 {
  line-height: 1.3;
}
.main_planB_wrap .sec_row {
  margin-top: 30px;
}
.main_planB_wrap .sec_row .item_block {
  display: flex;
  flex-wrap: wrap;
  height: 330px;
  padding: 0 3px;
  overflow: hidden;
}
.main_planB_wrap .sec_row .item_block li {
  width: 50% !important;
  padding: 0;
  margin: 0 0 30px;
}
.main_planB_wrap .goods_list_cont .item_block .item_info_cont .item_name {
  width: 260px;
}
/* .main_planB_wrap .goods_list_cont .btn_link_all{ color: rgb(153,153,153);} */
/* 브랜드 */
/* .main_brand_wrap{ padding: 120px 0;} */
.main_brand_wrap .goods_list_cont {
  position: relative;
}
.main_brand_wrap button {
  position: absolute;
  z-index: 10;
  margin: 0;
  width: 72px;
  height: 72px;
  background: url(../img/btn/slick_arrow.svg) center no-repeat;
}
.main_brand_wrap button.brand_prev {
  top: 150px;
  left: auto;
  right: calc(100% - 37px);
  transform: translateY(-50%) scaleX(-1);
  margin: 0;
}
.main_brand_wrap button.brand_next {
  top: 150px;
  right: auto;
  left: calc(100% - 37px);
  transform: translateY(-50%);
  margin: 0;
}

/* **************************************** *
* SUB
* **************************************** */
#contents .list_ul_box.swiper-wrapper {
  flex-wrap: nowrap;
}
/* #contents .item_basket_type .list_ul_box li {width: calc(25% - 12px)!important; margin-bottom: 85px; margin-right: 15px;}
#contents .item_basket_type .list_ul_box li:nth-child(4n) {margin-right: 0;} */
/* #contents .item_basket_type .list_ul_box:not(.swiper-wrapper) {scale: 1;} */
#contents .item_basket_type .list_ul_box.swiper-wrapper li {
  margin-bottom: 0;
}
#contents .item_basket_type .list_ul_box:not(.swiper-wrapper) li {
  margin-bottom: 85px;
}

/* 베스트 */
.best_wrap .tab_box {
  padding: 40px 0 50px;
}
.best_wrap .goods_box {
  margin: 50px 0 0;
}
.best_icon {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* 신제품 - 수요신상회 */
.goodsNew_wrap .goods_list_box {
  margin: 150px 0 100px;
}
.goodsNew_wrap .img_box img {
  width: 100%;
}
.goodsNew_wrap .tab_box {
  margin: 50px 0;
}
.goodsNew_wrap .goods_list_cont .item_block .item_info_cont .item_name {
  font-size: 20px;
  line-height: normal;
}
#goodsNewViewW .sub_tit_box h3 {
  font-size: 28px;
}

/* 세일중 */

/* 이벤트 */
/* 이번달 big sale */
.event_sub_wrap .tab_box {
  padding: 40px 0 45px;
}
.event_sub_wrap .board_zone_list,
.board_sub_wrap .board_zone_list {
  margin: 100px 0;
}
.event_sub_wrap .sub_tit_box h3 {
  font-size: 42px;
  text-align: center;
}

.month_sale_box h3 {
  font-size: 21px;
  margin-bottom: 30px;
}
.month_sale_box .dis_flex a {
  width: calc(50% - 10px);
  margin-right: 20px;
}
.month_sale_box .dis_flex a:last-child {
  margin-right: 0;
}
.month_sale_box .dis_flex a img {
  width: 100%;
}

.board_zone_list .goods_list_cont .item_block li {
  justify-content: space-between;
  width: 100%;
  margin-right: 0;
}
.board_zone_list .goods_list_cont .item_basket_type .list_ul_box > li {
  display: block;
  width: 100% !important;
  float: none;
}
.board_zone_list h3 {
  font-size: 21px;
  margin-bottom: 30px;
}

/* 기획전상세 */
.goods_event_sale .goods_list_tit img {
  width: 100%;
  max-width: 100%;
}
.goods_event_sale .goods_list_tit .desc {
  color: #000;
}
.goods_event_sale .goods_list_tit .contents p {
  font-size: 18px;
}

#magazineW .with_cont .txt_box .desc p {
  display: none;
}
#magazineW .with_cont .mg_best_wrap .txt_box .desc ul {
  margin-top: 5px;
  flex-wrap: nowrap;
}

.goods_lately_list .item_cont .item_info_cont .item_tit_box .item_brand {
  font-size: 12px;
  color: rgba(153, 153, 153, 1);
}
.goods_lately_list .item_cont .item_info_cont .item_tit_box .item_name {
  font-size: 16px;
}
.goods_lately_list .item_cont .item_info_cont .item_money_box .item_discount {
  font-size: 16px;
}
.goods_lately_list .item_cont .item_info_cont .item_money_box .item_price > span {
  font-size: 20px;
}
.goods_lately_list .item_min_option_price .item_option_price {
  font-size: 12px;
}
.goods_lately_list .item_review_box .review_num {
  font-size: 12px;
}

/* 메인 긴격 수정요청 */
.main_content .inner {
  padding: 120px 0;
}
.main_content .inner > div:not(:last-child) {
  margin-bottom: 120px;
}

/* 베스트 순위 디자인 변경 */
#bestW .list_ul_box li {
  position: relative;
}
#bestW .list_ul_box li .best_icon {
  z-index: 10;
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 44px;
  border-radius: 10px;
  background-color: #707070;
  color: #fff;
  margin-bottom: 0;
}

/* 푸터 보안마크 제거 */
.foot_certify {
  display: none;
}

#mainW #inviteCopy {
  display: none;
}

/* 세일중 탭 노출 갯수 수정 : 250225 */
#saleW .tab_cont.active ul li {
  width: calc(100% / 11);
}

/* 신제품 게시판 생성 - goodproject 250325 */
#goodsNewW.goodproject .gallery_info_cont {
  margin-top: 0;
}

/* 세일중  - 썸머블프 */
.plusone-contents {
  max-width: 750px;
  margin: auto;
}