@charset "UTF-8";
/* ^scss에서 수정해주세요!  Don't edit .css file, Only work on the scss*/
.com_Main .main_container {
  padding-bottom: 30px;
}
.com_Main .main_container .main_top_area {
  margin-bottom: 0;
  align-items: flex-start;
}
.com_Main .main_container .main_top_area .main_visual > .swiper {
  height: 290px;
  width: 980px;
}
.com_Main .main_container .main_top_area .main_visual .item {
  aspect-ratio: 103/44;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-width: 100%;
  aspect-ratio: auto;
}
.com_Main .main_container .main_top_area .main_visual .item > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
}
.com_Main .main_container .com_tab {
  gap: 3px;
}
.com_Main .main_container .com_tab:after {
  height: 2px;
  background: #222;
}
.com_Main .main_container .com_tab .tab {
  flex: 1;
  height: 43px;
  color: #666;
  letter-spacing: -0.16px;
  border: 1px solid #E7E7E7;
  border-radius: 20px 20px 0 0;
  font-size: 14px;
}
.com_Main .main_container .com_tab .tab.active {
  font-weight: 500;
  color: #fff;
  background: #3DC27A;
  border-color: #3DC27A;
}
.com_Main .main_container .com_tab .tab.active:after {
  content: none;
}
.com_Main .com_product_list + .com_paging {
  margin-block: -20px 50px;
}
.com_Main .com_notice_box {
  align-self: stretch;
  padding-bottom: 14px;
  width: 387px;
}
.com_Main .com_dot_list {
  gap: 12px;
}
.com_Main .com_dot_list .item .link {
  font-size: 13px;
}

.com_BrandShop .brand_name {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 10px;
}
.com_BrandShop .main_top_area {
  align-items: flex-start;
  margin-bottom: 15px;
}
.com_BrandShop .com_info_write.type_row .block.msg {
  display: none;
}
.com_BrandShop .com_notice_box {
  padding-bottom: 16px;
  align-self: stretch;
}
.com_BrandShop .main_view {
  gap: 20px 20px;
}
.com_BrandShop .main_view .sec_tit__wrap {
  margin-bottom: 5px;
}
.com_BrandShop .main_view .sec_tit__wrap .sec_tit {
  width: auto;
}
.com_BrandShop .main_view .sec_tit__wrap .com_btn_more {
  margin-left: 13px;
}
.com_BrandShop .main_view .product_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  width: calc(50% - 10px);
  align-self: stretch;
}
.com_BrandShop .main_view .product_area .com_product_list {
  padding-block: 10px;
  gap: 0;
  background: #FFF;
  border: 1px solid #CCC;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  flex: 1;
}
.com_BrandShop .main_view .product_area .com_product_list > * {
  padding-inline: 20px;
  width: 33.3333333333% !important;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.com_BrandShop .main_view .product_area .com_product_list > * ~ .com_product_item:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #E7E7E7;
}
.com_BrandShop .main_view .product_area .com_product_list .com_product_item .com_like {
  right: 24px;
}
.com_BrandShop .com_tab.type_btn {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 9px;
}
.com_BrandShop .com_tab.type_btn .tab {
  flex: auto;
  width: calc((100% - 54px) / 7);
  border-radius: 20px;
}
.com_BrandShop .scroll.list_sec {
  max-height: 550px;
  padding-bottom: 1px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-face-color: transparent; /*스크롤*/
  scrollbar-highlight-color: #C4C4C4; /*하이라이트*/
  scrollbar-3dlight-color: transparent; /*왼쪽외곽음영*/
  scrollbar-darkshadow-color: transparent; /*오른쪽외곽음영*/
  scrollbar-shadow-color: transparent; /*오른쪽 안쪽음영*/
  scrollbar-arrow-color: transparent; /*화살*/
  scrollbar-track-color: transparent; /*스크롤영역*/
}
.com_BrandShop .scroll.list_sec::-webkit-scrollbar { /*스크롤바*/
  width: 6px;
  height: 6px;
}
.com_BrandShop .scroll.list_sec::-webkit-scrollbar-button { /*스크롤바 버튼(아래 위 화살표)*/
  width: 0;
  height: 0;
}
.com_BrandShop .scroll.list_sec::-webkit-scrollbar-thumb { /*스크롤바 핸들*/
  background-color: #C4C4C4;
  background-clip: padding-box;
  border-radius: 5px;
}
.com_BrandShop .scroll.list_sec::-webkit-scrollbar-track { /*스크롤바 진행줄*/
  background: none;
}
.com_BrandShop .scroll.list_sec::-webkit-scrollbar-track-piece { /*진행줄에서 핸들로 덮이지 않은 영역 */
  background: none;
}

.main_brand {
  width: 100%;
  background: #F9FAFB;
  border-block: 1px solid #E7E7E7;
  margin-bottom: 10px;
}
.main_brand .com_center_wrap {
  position: relative;
  padding: 14px 40px;
}
.main_brand .com_center_wrap .btn_list {
  position: absolute;
  right: 0;
  top: -40px;
}
.main_brand > .swiper {
  width: 100%;
  height: 70px;
}
.main_brand .item {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 70px;
  min-width: 260px;
  aspect-ratio: auto;
  cursor: pointer;
}
.main_brand .item > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
}
.main_brand .item .link {
  position: relative;
  padding: 9px 14px;
  height: 70px;
  display: grid;
  grid-template-columns: 50px auto;
  gap: 3px;
  border: 1px solid #F9FAFB;
  border-radius: 10px;
}
.main_brand .item .link:hover {
  background: #fff;
  border-color: #E7E7E7;
}
.main_brand .item .thumb {
  width: 50px;
  grid-row: 1/3;
}
.main_brand .item .tit {
  padding-left: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
  width: 100%;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: -0.14px;
}
.main_brand .item .tit .icon_shortcut {
  margin-top: 1px;
}
.main_brand .item .sub {
  padding-left: 6px;
  line-height: 16px;
  font-weight: 500;
  font-size: 12px;
  color: #888;
  letter-spacing: -0.13px;
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main_brand .swiper-button-prev, .main_brand .swiper-button-next {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
.main_brand .swiper-button-prev:after, .main_brand .swiper-button-next:after {
  font-size: 13px;
}
.main_brand .swiper-button-prev {
  left: 0;
}
.main_brand .swiper-button-next {
  right: 0;
}

.main_product {
  position: relative;
}
.main_product .swiper {
  width: 100%;
  padding-block: 20px;
}
.main_product .swiper-button-prev, .main_product .swiper-button-next {
  width: 45px;
  height: 45px;
  margin-top: -22.5px;
}
.main_product .swiper-button-prev:after, .main_product .swiper-button-next:after {
  font-size: 19px;
}
.main_product .swiper-button-prev {
  left: -22px;
}
.main_product .swiper-button-next {
  right: -22px;
}

.main_view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}
.main_view .sec_tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  width: 100%;
  line-height: 34px;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -0.56px;
}
.main_view .sec_tit .icon {
  margin-right: 7px;
}
.main_view .sec_tit .icon.icon_clock {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_clock.png);
  width: 25px;
  min-width: 25px;
  height: 25px;
}
.main_view .sec_tit .icon.icon_gift {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_gift.png);
  width: 25px;
  min-width: 25px;
  height: 25px;
}
.main_view .sec_tit .icon.icon_delivery_free {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_delivery_free.png);
  width: 25px;
  min-width: 25px;
  height: 23px;
}
.main_view .sec_tit .icon.icon_point_more {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_point_more.png);
  width: 25px;
  min-width: 25px;
  height: 25px;
}
.main_view .sec_tit .icon.icon_store {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_store.png);
  width: 25px;
  min-width: 25px;
  height: 23px;
}
.main_view .sec_tit__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  width: 100%;
}
.main_view .banner {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

.event_product {
  margin-top: 20px;
}
.event_product .com_btn_more {
  margin-block: 7px;
  float: right;
}
.event_product .com_tab {
  margin-bottom: 0;
}