/* ############## 헤더 ############## */

/* 최상단배너 */
header .top-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 130px;
  padding: 0 12px;
  background: #ffd900;
}
header .top-banner .box-wrap1 {
  margin-right: 20px;
}
header .top-banner .img-box {
  width: 84px;
  height: 46px;
}
header .top-banner .img-box2 {
  margin-left: 20px;
}
header .top-banner .img-box3 {
  width: 270px;
}
header .top-banner p {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}
header .top-banner strong {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 900;
}

/* gnb 메뉴 */
header .gnb-menu-wrap .ttl {
  padding: 20px 0;
  height: 96px;
}
header .gnb-menu-wrap .ttl a {
  height: 100%;
}
header .gnb-menu-wrap span a {
  margin-left: 8px;
  font-size: 14px;
  color: #999;
}
header .gnb-menu {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #c92033;
  transition: none;
}
/* header .gnb-menu.active { border-bottom: 2px solid #c92033; } */
header .gnb-menu menu {
  display: flex;
  align-items: center;
  height: 70px;
}
header .gnb-menu menu span {
  display: inline-block;
  position: relative;
  top: 4px;
  margin-right: 6px;
  width: 24px;
  height: 24px;
  background: url(../images/icons/menu.png) no-repeat;
  background-size: contain;
}
header .gnb-menu menu > ul {
  display: flex;
  align-items: center;
}
header .gnb-menu menu > ul > li {
  margin-right: 30px;
}
header .gnb-menu menu > ul > li > a {
  display: block;
  padding: 0 10px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  color: #121212;
  font-weight: 600;
  font-size: 18px;
}
header .gnb-menu menu > ul > li a:hover {
  color: #ed0000;
}
header .gnb-menu menu #cate.active {
  background-color: #ed0000;
  color: #fff;
}
header .gnb-menu menu .cate {
  position: absolute;
  padding: 20px;
  transform: translate(0px, 0px);
  display: flex;
  flex-wrap: wrap;
  width: 1280px;
  border: 2px solid #ed0000;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s ease-in-out;
  background-color: #fff;
  z-index: 99;
}
header .gnb-menu menu .cate.active {
  visibility: visible;
  opacity: 1;
}
header .gnb-menu menu .cate_li_1 {
  text-align: left;
  width: calc(100% / 6);
  margin: 0px 20px 20px;
  min-height: 200px;
}
header .gnb-menu menu .cate_li_1_a {
  border-bottom: 1px solid #aaa;
  margin-bottom: 5px;
  padding-bottom: 5px;
  display: block;
  color: #2b2c3a;
  font-weight: bold;
}
header .gnb-menu menu .cate_li_2 {
  width: 100%;
  font-size: 0.92em;
  line-height: 20px;
  height: 20px;
  margin: 4px 0;
}
header .gnb-menu menu .cate_li_2 a {
  color: #6d6d6d;
  display: block;
}

header .my-wrap {
  position: relative;
}
header .my-wrap .search-wrap {
  padding: 4px 10px;
  border-radius: 40px;
  background-color: #eee;

  border: 2px solid ff0000;
}
header .my-wrap .search-wrap input {
  height: 30px;
  background-color: transparent;
  border: none;
}
header .my-wrap .btn {
  width: 20px;
  height: 20px;
  margin: 0 6px;
  background-color: #fff;
}
header .btn.search {
  margin: 0 4px;
  background: url(../images/icons/search.png) no-repeat;
  background-size: contain;
}
header .btn.myinfo {
  background: url(../images/icons/myinfo.png) no-repeat;
  background-size: contain;
}
header .btn.cart {
  background: url(../images/icons/cart.png) no-repeat;
  background-size: contain;
}
header .btn.cart::after {
  content: '0';
  position: absolute;
  top: 6px;
  right: -6px;
  width: 20px;
  height: 12px;
  border-radius: 10px;
  background-color: red;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
}

/* ############## 컨텐츠영역 ############## */
.contents {
  display: flex;
  position: relative;
  padding: 20px 0 100px;
}

.contents .wide1280 {
  margin: 0 0 0 auto;
  margin-right: -80px;
}
.contents .wide1281 {
  margin: 0 0 0 auto;
  margin-right: -80px;
  overflow: hidden;
}
.contents h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 8vh;
}

/* ############## 컨텐츠영역 > 카테고리 ############## */

.main-wrap .category {
  position: relative;
  padding: 20px 10px;
  margin-bottom: 40px;
  width: 100%;
  overflow: hidden;
}
.main-wrap .category .slide-box {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.main-wrap .category .slide-box .slide-item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-wrap .category .slide-box .slide-item a img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #eee;
  object-fit: contain;
}
.main-wrap .category .slide-box .slide-item a span {
  margin: 4px;
  color: #787878;
  font-weight: 600;
  text-align: center;
  font-size: 14px;
}
/* 페이지버튼 */
.swiper-button-next:after {
  margin-left: 30px;
  font-size: 24px;
  color: #555;
}
.swiper-button-prev:after {
  margin-right: 30px;
  font-size: 24px;
  color: #555;
}

/* ############## 컨텐츠영역 > 카테고리 셀렉트박스 ############## */
.select-wrap {
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  border-bottom: 1px solid #e1e1e1;
}
.select-wrap span {
  margin-right: 10px;
}
.select-wrap select {
  margin: 0 4px;
  padding: 0 24px 0 10px;
  width: 140px;
  height: 40px;
  line-height: 1.5;
  font-size: 15px;
  border: 1px solid #e1e1e1;
  background: url('../images/icons/down.png') calc(100% - 5px) center no-repeat;
  background-size: 20px;
  cursor: pointer;
}

/* ############## 컨텐츠영역 > 상단 상품 추천 정렬순 ############## */
.product-info-wrap {
  margin-top: 40px;
  padding: 0 10px;
  color: #333;
}
.product-info-wrap span {
  color: #000;
  font-weight: bold;
  font-size: 18px;
}
.product-info-wrap a {
  position: relative;
  padding: 0 8px;
  color: #555;
  font-size: 15px;
}
.product-info-wrap a.on {
  color: #121212;
  font-weight: bold;
}
.product-info-wrap a ~ a::before {
  content: '';
  position: absolute;
  left: -2px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 12px;
  background: #ccc;
}

/* ############## 퀵메뉴 ############## */
.quick-wrap {
  margin-right: auto;
  transform: translateX(100px);
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
}

.quickmenu {
  position: sticky;
  margin-top: 20px;
  width: 80px;
  top: 10%;
  right: 10%;
}
.quickmenu .box {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #555;
}
.quickmenu .box.a {
  margin-top: 40px;
}
.quickmenu .box .wish {
  width: 60px;
  height: 60px;
  margin: 10px auto 10px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 8px #e1e1e1;
}
.quickmenu .box .wish span {
  line-height: 60px;
  font-size: 30px;
  color: #555;
}
.quickmenu .box .top {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  color: #fff;
  border-radius: 50%;
  background-color: #ccc;
}
.quickmenu .box .top p {
  height: 30px;
  margin-top: -4px;
}
/* 슬라이드 */
.quickmenu .slide-box p {
  margin-bottom: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #555;
}
.quickmenu .slide-box .swiper-container-right {
  width: 80px;
  height: 260px;
  padding: 0px 0;
  overflow: hidden;
}
.quickmenu .slide-box .swiper-container-right .img-box {
  width: 80px;
  height: 80px;
  padding: 4px;
}
.quickmenu .slide-box .swiper-container-right .img-box img {
  border: 1px solid #eee;
}
.quickmenu .slide-box .swiper-container-right .swiper-button-prev {
  top: 0;
  transform: rotate(90deg) translate(56px, -16px);
  font-size: 24px;
  color: #555;
}
.quickmenu .slide-box .swiper-container-right .swiper-button-next {
  bottom: 0;
  transform: rotate(90deg) translate(40px, 16px);
}
/* 페이지버튼 */
.swiper-button-next:after {
  margin-left: 30px;
  font-size: 24px;
  color: #555;
}
.swiper-button-prev:after {
  margin-right: 30px;
  font-size: 24px;
  color: #555;
}

/* ############## 푸터 ############## */
footer {
  padding: 30px 0px;
  background-color: #2b2c3a;
  margin-top: 100px;
}
footer ul {
  padding: 20px 10px;
  display: flex;
  justify-content: space-between;
}

footer ul.desc1 {
  flex-direction: column;
}
footer ul.desc1 p {
  font-size: 14px;
  font-weight: normal;
}
footer ul.desc1 p b {
  font-weight: 600;
}
footer ul.desc1 p b:not(:nth-of-type(1)) {
  position: relative;
  margin-left: 8px;
}
footer ul.desc1 p b ~ b::before {
  content: '';
  position: absolute;
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 12px;
  background: #555;
}
footer ul.desc1 p:nth-last-child(1) {
  margin-top: 30px;
  color: #888888;
}

footer .imt {
  margin: 10px 0 20px;
}
footer .imt img {
  margin-bottom: 10px;
}
footer .imt a {
  position: relative;
  text-align: center;
  color: #fff;
  padding: 0 6px;
  font-size: 16px;
  font-weight: 600;
}
footer .imt a:nth-of-type(1) {
  padding-left: 0;
}
footer .imt a ~ a::before {
  content: '';
  position: absolute;
  left: -2px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 12px;
  background: #555;
}
footer li h6 {
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
footer li p {
  color: #fdfdfd9a;
  line-height: 1.2;
}
footer li p.call {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  color: red;
}
footer li {
  color: #fff;
}
footer li a {
  color: #fff;
}

footer ul.desc2 li:nth-of-type(2) {
  padding-left: 8vw;
}
footer ul.desc2 p {
  line-height: 1.5;
}
footer ul.desc2 p.call {
  font-size: 30px;
}
footer ul.desc2 .short {
  padding: 10px 0;
}
footer ul.desc2 .short a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #2298ff;
}
footer ul.desc2 .short a.insta {
  background: url(../images/common/links.png) 3px center;
}
footer ul.desc2 .short a.facebook {
  background: url(../images/common/links.png) 93px center;
}
footer ul.desc2 .short a.youtube {
  background: url(../images/common/links.png) 64px center;
}
footer ul.desc2 .short a.blog {
  background: url(../images/common/links.png) 30px center;
}

@media (max-width: 1400px) {
  .wide1280 .wide1281 {
    width: calc(100% - 20px);
  }
  .quick-wrap {
    padding: 0 10px;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
  }
  .contents .wide1280 .wide1281 {
    padding: 0 10px;
    margin-right: 0;
  }

  /* 반응형(body min-width 없애고 주석해제 ) */
  /* 
 header .top-banner strong { font-size: 22px; font-weight: 900; } 
 footer ul.desc2 { flex-direction: column; } 
 footer ul.desc2 li:nth-of-type(2) { padding-left: 0vw; } 
 */
}

/* 목록 */
.all-list h4 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 20px;
  margin-top: 70px;
  color: #b9b9b9;
}
.all-list h3 {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 50px;
}

.all-list ul {
  gap: 90px 30px;
  flex-wrap: wrap;
}
.all-list a {
  color: inherit;
  display: block;
}
.all-list a:hover {
  opacity: 0.7;
}
.imgbx img {
  border: 1px solid #ddd;
  object-fit: contain;
  border-radius: 5px;
  margin-bottom: 10px;
}

.txtbx {
  width: 285px;
}
.subject {
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.smalltxt {
  color: #ccc;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}
.pay-wrap {
  margin-top: 10px;
}
.pay-wrap span {
  color: #c5c5c5;
  margin-left: 8px;
}
.paytxt {
  color: #000;
  font-weight: 800;
  font-size: 20px;
}
.pay-wrap a:hover span {
  color: #ededed;
}
.txt-yellow {
  color: #ffba26;
  font-weight: bold;
  animation-duration: 0.3s;
  animation-name: po-change;
  animation-iteration-count: infinite;
}
