@charset "UTF-8";

@media screen and (max-width: 1687px) {
  
}

@media screen and (max-width: 1400px) {
  /* 헤더 */

  .logo img {
    height: 3.5vw;
  }

  .search-wrap button {
    background-size: 480%;
    background-position: -20px 0;
    width: 35px;
    height: 35px;
  }
  

  .nav-category .category-wrap > ul li {
    letter-spacing: -1px;
  }
  /* wrap */
  .wrap {
    margin-left: 10%;
  }
  .wrap > a {
    width: 100%;
    margin-top: 0;
  }
  .wrap > a::after {
    margin-left: 10%;
  }
  /* 아워스토리 */
  .our-story .slick-next,
  .our-story .slick-prev{
    top: 450px;
  }
}

@media screen and (max-width: 1200px) {
  /* 헤더 */

  .nav-category .category-wrap > ul li {
    font-size: 1rem;
    margin-right: 3%;
    flex: 0 0 auto;
  }
  .nav-category {
    padding-top: 35px;
  }
  .join {
    font-size: 0.6rem;
  }
  .join li {
    margin-right: 10px;
  }
  .join li::after {
    margin-left: 10px;
    height: 13px;
  }
  /* progress  */
  .progress {
    margin-top: 20px;
  }
  /* wrap */
  .wrap {
    font-size: 2rem;
    line-height: 1.2;
  }
  .wrap > a {
    margin-top: 1vw;
    box-shadow: none;
  }
  .our-story .post-list-wrap .post-info {
    padding: 1vw 0;
    align-items: center;
  }
  .our-story .post-info img {
    width: 100%;
    height: 10vw;
  }
}

@media screen and (max-width: 992px) {
  /* 헤더 */
  .logo-wrap {
    padding-bottom: 30px;
  }

  .nav-category .category-wrap > ul li {
    font-size: 0.8rem;
  }
  .nav-category {
    padding-top: 25px;
  }
  .join {
    font-size: 0.5rem;
  }

  .search-wrap button {
    background-size: 480%;
    background-position: -17px 0;
    width: 30px;
    height: 30px;
  }
  /* wrap */
  .wrap {
    font-size: 1.5rem;
  }
  .wrap > strong {
    font-size: 2rem;
  }
  .wrap > a {
    font-size: 1rem;
    height: 55px;
  }
  .pagenation {
    margin-top: 60px;
    margin-bottom: 50px;
  }

  /* 아워스토리 */
  
  .our-story .post-list > div:last-child h4 {
    padding: 0;
    line-height: 1;
  }
  .our-story .post-list-wrap h5 {
    font-size: 1.3rem;
  }
  .our-story .post-list > div:first-child {
    padding-right: calc(var(--bs-gutter-x) / 2);
  }
  .our-story .post-list > div:last-child {
    padding-left: calc(var(--bs-gutter-x) / 2);
  }
  .our-story .post-list > div:last-child h4{
    padding: 0;
    line-height: 1;
    font-size: 1.3rem;
  }
  .our-story .post-wrap h4 {
    font-size: 1.3rem;
  }
  .our-story .post-wrap p {
    font-size: 0.8rem;
  }
  .our-story .post-list-wrap p {
    font-size: 0.8rem;
    margin-bottom: 0;
  }
  .our-story .post-info img {
    width: 100%;
    height: 90px;
    object-fit: cover;
  }
  .our-story .slick-next,
  .our-story .slick-prev{
    top: 300px;
  }

}

@media screen and (max-width: 767px) {
  /* 헤더 */

  header {
    padding: 20px 0 55px;
  }
  .container {
    position: relative;
  }
  
  .logo {
    top: -7px;
    left: 10%;
    transform: translateX(0);
  }
  .scroll .logo {
    top: -4px;
    left: 10%;
  }
  .scroll .logo img {
    height: 25px;
  }
  .logo img {
    height: 25px;
  }

  .nav-category {
    width: 95%;
    position: absolute;
    top: 0;
    padding: 0;
    align-items: start !important;
    justify-content: center !important;
  }
  .search-wrap{
    position: absolute;
    right: 0;
    transform: translateY(-12px);
  }

  .category-wrap{
    width: 100%;
    flex-direction: column;
    align-items: start !important;
  }

  .nav-category .category-wrap > ul {
    margin-top: 30px;
    width: 100%;
    justify-content: center;
  }
  
  .nav-category .category-wrap > ul li {
    font-size: 0.875rem;
    margin: 0 2vw;
  }
  .nav-category .category-wrap > ul li:nth-child(2) {
    margin-left: 0;
  }
  .nav-category .category-wrap > ul li:last-child {
    margin-right: 0;
  }
  .nav-category .category-wrap > ul li:first-child{
    display: none !important;
  }

  .search-wrap button.cart{
    display: block;
    background-size: 430%;
    background-position: -74px -34px;
    margin-left: 10px;
  }



  /* 메인비주얼 수정 */

  .large {
    display: none !important;
  }
  .small {
    display: block !important;
  }

  .main-visual img{
    height: 530px;
  }


  .main-visual .slick-prev,
  .main-visual .slick-next{
    opacity: 1;
    visibility: inherit;    
  }
  .slick-dots li {
    width: 15%;
}
  /* 페이지 */

  .page-link {
    padding: 0.17rem 0.4rem;
    font-size: 12px;
  }

  /* 서브 카테고리 */

  .dropdown-menu {
    display: none !important;
  }
  .sub-category.show {
    display: block;
    opacity: 1;
    visibility: inherit;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
  }

  .join {
    display: none !important;
  }
  /* .search-wrap-2 */
  .search{
    justify-content:unset !important;
  }
  .search-area{
      width: 100%;
  }
  .search-box button{
      margin: 0;
  }
  .search-box div.position-relative{
      width: 700px;
  }
  .search-box input{
      margin: 0;
      width: 90%;
  }
   /* 추천제품 */
  .col .cart{
    display: none;
  }
  .product-info{
    padding: 0;
  }
  .product-info > a{
    margin-top: 8px;
    margin-bottom: 12px;
    width: 35vw;
  }
  .today-price .product-wrap > div:first-child a{
    width: 65vw;
  }
  .col .mob-cart{
    display: block;
  }
  /* wrap */

  .wrap {
    margin: 0;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
  }
  .wrap > a {
    /* font-size: 0.8rem; */
    width: 105%;
    height: 50px;
  }

  /* 페이지 링크 */

  .page-link {
    padding: 0.17rem 0.375rem;
  }
  /* side-bar  */
  .side-bar{
    padding: 13px 0;
    width: 53px;
    height: auto;
  }
  .side-bar .chat{
    display: none;
  }
  .side-bar .bottom{
    display: none;
  }


  .side-bar .chat::after{
    margin-top: 40px;
  }
  .side-bar .top{
    margin: 0;
  }

  /* 아워스토리 */
  .progress1{
    background-size: 100% !important;
  }
  .progress2{
    margin-bottom: 12px;
    margin-top: 5px;
    background-size: 100% !important;
  }
  .our-story{
    text-align: left;
  }
  .our-story > h3{
    font-weight: 700;
    font-size: 1.25rem;
  }
  .our-story > p{
    margin-top: 0;
    margin-bottom: 20px;
  }
  .our-story .post-list{
    flex-direction: column;
  }

  
  
  .our-story .post-wrap p {
    font-size: 15px;
    margin-bottom: 15px;
  }
  
  .our-story .slick-next,
  .our-story .slick-prev{
    top: 250px;
  }
  .our-story .post-list > div:first-child{
    width: 100%;
    border-right: none;
  }
  .our-story .post-list > div:last-child{
    width: 100%;
  }
  .our-story .post-list > .col-8 img{
    height: 450px;
    object-fit: cover;
  }
  .our-story h4.d-none{
    display: block !important;
  }

  .our-story .handler-wrap h4{
    display: none;
  }
  .our-story .post-wrap{
    position: relative;
  }
  .our-story .post-content{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.3);
    color: #fff;
    padding: 0 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .our-story .post-wrap h4 {
    margin: 0;
    font-size: 1.25rem;
  }
  .our-story .post-wrap a{
    color: #fff;
  }
  .our-story .post-content p,
  .our-story .post-content span{
    display: none;
  }

  .our-story .post-list-wrap .post-info{
    padding: 4vw 0;
  }
  .our-story .post-list-wrap .post-info > div{
    padding: 5px 5px 5px 0;
  }
  .our-story .post-list-wrap h5{
    font-size: 1.125rem;
    margin-bottom: 8px;
  }
  .our-story .post-info img{
    width: auto;
    height: 110px;
  }
  .our-story .post-list-wrap p {
    display: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .our-story > h3{
    font-weight: 700;
    font-size: 1.25rem;
  }
  .our-story > p{
    margin-top: 0;
    margin-bottom: 20px;
  }
  .our-story .post-list > div:last-child h4{
    font-size: 1.25rem;
  }
  .ourstory-add-btn{
    right: calc(var(--bs-gutter-x) / 2); /* 수정 */
  }
  .ourstory-add-btn:nth-child(2){
    bottom: -4vw;
  }


  /* 슬라이드 버튼 크기 */
  .slick-prev, .slick-next {
    width: 40px;
    height: 40px;
  }

}

 

@media screen and (max-width: 576px) {
  /* 헤더 */

  .logo-wrap{
    padding-bottom: 25px;
  }

  .nav-category{
    width: 94%;
  }
  .nav-category .category-wrap > ul li {
    margin: 0 1.5vw;
  }
  /* .search-wrap-1 */

  /* .search-wrap input {
    display: none;
  } */

  /* .search-wrap-2 */

  .search{
    padding: 0;
    font-size: 18px;
  }
  .search-area{
      background: rgb(248,248,248);
  }
  .search-area img{
      display: none;
  }
  .search-box{
      border: none;
      padding: 8px 16px 8px 10px;
      background: #fff;
  }

  .search-box input{
      font-size: 18px;
      background-color: #f4f4f4;
      line-height: 32px;
      height: 32px;
      padding: 0 45px 0 15px;
      border-radius: 16px;
      margin-right: 5px;
      width: 100%;
  }
  .search-box span{
      display: block;
      margin: 0 0 0 5px;
  }
  .search-box button{
      display: none;
  }
  .search-box img{
      content: 'X';
      display: flex;
      position: absolute;
      top: 50%;
      right: 5%;
      width: 12px;
      height: 12px;
      margin-top: -5px;
      margin-bottom: 0;
      justify-content: center;
      align-items: center;
  }
  .search-word{
      padding: 20px 24px;
  }
  .search-word h3{
      margin-top: 0;
      margin-bottom: 3px;
      font-size: 18px;
  }
  .search-word li{
      font-size: 14px;
  }
  /* 메인비주얼 */

  .wrap {
    letter-spacing: normal;
  }
  .wrap > a::after{
    margin-left: 3px;
  }

  /* 추천제품 */

  .product-info .price-wrap {
    flex-direction: column;
    align-items: start !important;
  }

  /* 오늘의 시세 */

  .today-price .slick-slide {
    margin: 0 5px;
  }

  

  /* 뉴스 */

  .NEWS > div {
    flex-wrap: wrap;
  }
  .NEWS > div > a {
    flex-grow: 0;
  }
  .pagenation {
    margin-top: 30px;
    margin-bottom: 50px;
  }

  /* 푸터 */

  .foot-link {
    font-size: 0.8rem;
  }
  .foot-info {
    display: block !important;
  }
  .foot-info .copyrigt {
    margin-top: 15px;
  }
}