﻿@charset "utf-8";

.main-wrap {
}

.main-wrap .m-section {
   position: relative;
   margin: 0 auto;
}

/***** 메인 비쥬얼 *****/
.m-visual {
   /*height: 400px;*/
}
.swiper-slide a {
   /*display: flex;
   background-size: cover;
   height: 400px;
   margin-right: -5px;*/
   display: block;
   width: 100%;
   position:relative;
   height:500px;
}
.swiper-slide a img:first-child {
   display: block;
   margin: 0 auto;
   max-height: 500px;
   height:500px;
   position:absolute;
   top:50%;
   left:50%;
   transform:translate(-50%, -50%);
}
.swiper-slide a img {
   display: block;
   margin: 0 auto;
   max-height: 500px;
}
.swiper-slide a img.visual_01_m,
.swiper-slide a img.visual_02_m,
.swiper-slide a img.visual_03_m,
.swiper-slide a img.visual_04_m,
.swiper-slide a img.visual_05_m,
.swiper-slide a img.visual_06_m,
.swiper-slide a img.visual_07_m,
.swiper-slide a img.visual_08_m {
    display: none;
}
.slide-img01 a {
   background: #fff;
}
.slide-img02 a {
   background: #fff;
}
.slide-img03 a {
   background: #fff;
}
.swiper1 .swiper-slide {
   width: 100% !important;
}

.swiper-pagination {
   display: none;
}

.swiper3_text {
   width: 100%;
   font-size: 0;
   text-align: center;
   position: absolute;
   bottom: 0;
   z-index: 1;
}
.swiper3_text .inner {
   width: 1100px;
   margin: 0 auto;
   position: relative !important;
}
.swiper3_text .inner ul {
   /*margin-left: 36px;*/
}
.swiper3_text li {
   float: left;
   /* width: calc((100% - 35px) / 6); */
   width: calc(100% / 8);
   height: 46px;
   line-height: 44px;
   background-color: #fff;
   border-bottom: 1px solid #e1e1e1;
   border-left: 1px solid #e1e1e1;
}
.swiper3_text li:first-child {
   border-left: none;
}
.swiper3_text li.swiper_over {
   border-bottom: 2px solid #0054d0;
}
.swiper3_text li a {
   color: #333;
   display: block;
   border-left: 0px;
   font-size: 14px;
   font-weight: bold;
   text-align: center;
}
.swiper3_text .swiper-button-next {
   display: none;
   width: 36px;
   height: 46px;
   border: 1px solid #e5e5e5;
   background: #fff url(../../images/common/icon-arrow04.png) 50% 50% no-repeat;
   right: 0px;
   margin-top: 0px;
   left: auto;
}
.swiper3_text .swiper-button-prev {
   display: none;
   width: 36px;
   height: 46px;
   border: 1px solid #e5e5e5;
   background: #fff url(../../images/common/icon-arrow05.png) 50% 50% no-repeat;
   left: 0px;
   margin-top: 0px;
   left: auto;
}



/***** 링크 *****/
.m-link {
   background: #f3f9fb;
   padding: 40px 0px;
}
.m-link > .inner {
    width: 1100px;
    margin: 0 auto;
    font-size: 0;
}
.m-link .m-link-list {
   display: inline-block;
   font-size: 0;
   width: 50%;
}
.m-link .m-link-list li {
   display: inline-block;
   padding: 15px 2.5%;
   width: 25%;
   text-align: center;
}
.m-link .m-link-list li a {
   display: block;
   flex-direction: column;
}
.m-link .m-link-list li .img {
   display: block;
   border-radius: 50%;
   overflow: hidden;
   background: #fff;
}
.m-link .m-link-list li .img img {
   width: 100%;
   height: 100%;
   border-radius: 50%;
}
.m-link .m-link-list li .txt {
   display: block;
   margin-top: 15px;
   color: #555;
   font-size: 14px;
   font-weight: bold;
   text-align: center;
   letter-spacing: -0.5px;
   overflow: hidden;
   white-space: normal;
}


/***** 몰 배너존 *****/
.m-banner-zone {
}
.m-banner-zone .inner{
   width: 1100px;
   padding: 60px 0px 30px;
   margin: 0 auto;
}
.m-banner-zone .inner-top {
   width: 100%;
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.m-banner-zone .bn-box {
   position: relative;
}
.m-banner-zone .bn-title {
   font-weight: 800;
   font-size: 24px;
   margin-bottom: 30px;
   color: #333;
   letter-spacing: -0.5px;
}
.m-banner-zone .bn-img {
   width: 530px;
   height: 270px;
   border-radius: 10px;
   overflow: hidden;
   font-size: 0;
   vertical-align: top;
   margin-bottom: 30px;
   background: #f7f7f7;
   text-align: center;
}
.m-banner-zone .bn-img > img {
   width: 100%;
}
.m-banner-zone .bn-prev, .m-banner-zone .bn-next {
   position: absolute;
   display: block;
   cursor: pointer;
   padding: 0;
   font-size: 0;
   width: 34px;
   height: 34px;
}
.m-banner-zone .bn-prev {
   top: -5px;
   right: 45px;
   background: url(../../images/main/btn__bn_prev.png);
}
.m-banner-zone .bn-next {
   top: -5px;
   right: 0px;
   background: url(../../images/main/btn__bn_next.png);
}


@media (max-width: 1140px) {
   .m-banner-zone .inner {
      width: 100%;
      padding: 40px 3% 10px;
   }
   .m-banner-zone .bn-box {
      width: 48%;
   }
   .m-banner-zone .bn-title {
      font-size: 22px;
      margin-bottom: 20px;
   }
   .m-banner-zone .bn-img {
      width: 100%;
      height: auto;
      min-height: 100px;
   }
}

@media (max-width: 1024px) {
   .m-banner-zone .bn-title {
      font-size: 20px;
      margin-bottom: 20px;
   }
}

@media (max-width: 700px) {
   .m-banner-zone .inner {
      width: 100%;
      padding: 40px 5% 10px;
   }
   .m-banner-zone .inner-top {
      width: 100%;
      display: inline-block;
   }
   .m-banner-zone .bn-box {
      width: 100%;
   }
   .m-banner-zone .bn-title {
      font-size: 20px;
      margin-bottom: 20px;
   }
   .m-banner-zone .bn-img {
      width: 100%;
      margin-bottom: 35px;
   }
   .m-banner-zone .bn-prev {
      top: -8px;
   }
   .m-banner-zone .bn-next {
      top: -8px;
   }
}

@media (max-width: 480px) {
   .m-banner-zone .bn-title {
      margin-bottom: 15px;
   }
}


/***** 쇼핑몰 신상품 *****/
.wrap-m-product {
   width:100%;
   background:#fff;
}
.wrap2-m-product {
   width:100%;
   background:#f8f8f8;
}
.m-product {
   width: 1100px;
   padding: 100px 0px;
}
.m-product p {
   text-align: center;
   margin-bottom: 28px;
}
.m-product p.m-title {
   text-align: center;
   text-transform: uppercase;
}
.m-product p.m-title > span {
   font-size: 30px;
   font-weight: 800;
   color: #222;
   background: linear-gradient(to top, #ffeee7 50%, transparent 50%);
   padding: 0px 10px;
}
.m-product p.m-subtitle {
   text-align: center;
   font-size: 16px;
   font-weight: normal;
   color: #888;
   margin-bottom: 50px;
}
.m-product p span {
   color: #e01046;
}
.m-product p span.k {
   color: #1b53e3;
}
.m-product ul {
   font-size: 0;
}
.m-product ul li {
   display: inline-block;
   width: 25%;
   padding: 0 1%;
   margin-bottom: 50px;
}
.m-product ul li .pd-Box {
   position: relative;
}
.m-product ul li .pd-Box:hover .pdThumb {
   border: 1px solid #b4b4b4;
   box-shadow: 0px 0px 14px rgba(0,0,0,0.1);
}
.m-product ul li .pdThumb {
    position: relative;
    padding-top: 100%;
    background-color: #fff;
    border-radius: 10px;
    word-break: break-all;
    overflow: hidden;
    border: 1px solid #ddd;
    cursor: pointer;
}
.m-product ul li .pdThumb::after {
   content: "";
   
   background-color: 255,255,255,rgba(0,0,0,0.2);
}
/*.m-product ul li .pdThumb a {
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   left: 0;
   top: 0;
   overflow: hidden;
   background: #fff;
}*/
.m-product ul li .pdThumb:hover {
    /*border: 1px solid #eb4f20;*/
    transition: 0.3s;
}

.view_pd {
    /* 2023.12.08 - 수정 : display: block;*/
    display: none;
    position: absolute;
    top: 145px;
    left: 50%;
    /* 2023.12.06 - 수정 : margin-left: -50px;*/
    width: 175px;
    margin-left: -87px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.1);
    padding: 12px 15px 15px 15px;
}
/*.view_pd.productPageList {
    top: 105px;
}
.view_pd.mainPageProductList {
    top: 145px;
}*/
.view_pd a {
   position: relative;
    display: inline-block;
    width: 33px;
    height: 33px;
    margin-right: 3px;
    text-align: center;
    background: #fff;
    color: #fff;
    font-size: 14px;
    transition: 0.2s;
    border-radius: 12px;
}
.view_pd a.pd-icon-04 {
   margin-right: 0px;
}

.m-product ul li .view_pd a img {
    position: absolute;
    top: 0px;
    left: 5px;
    width: unset;
    height: unset;
    transform: none;
    transition: 0.2s;
}
.view_pd a:hover img {
   padding-top: 2px;
}
/* 2023.12.08 - 수정 : .pdThumb:hover .view_pd {
    display: block;
    transition: 2s;
}*/
.pd-Box:hover .view_pd {
    display: block;
    transition: 2s;
}
.m-product ul li img {
   position: absolute;
   top: 50%;
   left: 50%;
   width: auto;
   height: 100%;
   transform: translate(-50%,-50%);
}
/* =============================================================================
    제품 링크 수량 입력 */
.view_pd dl dd .option {
   text-align: center;
}
.view_pd dl dd .option .count {
    display: inline-block;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    font-size: 0;
    margin-top: 2px;
}
.view_pd dl dd .option .count > button {
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
}
.view_pd dl dd .option .count .down {
    background-image: url(../../images/sub/btn-minus.png);
    border-right: 1px solid #ddd;
}
.view_pd dl dd .option .count .up {
    background-image: url(../../images/sub/btn-plus.png);
    border-left: 1px solid #ddd;
}
.view_pd dl dd .option .count .numInputQty {
   width: calc(100% - 58px);
   line-height: 28px;
   color: #222;
}
.view_pd dl dd .option .count .numInput {
    display: inline-block;
    width: 30px;
    height: 28px;
    line-height: 27px;
    border: 0;
    font-size: 15px;
    color: #333;
    text-align: center;
    vertical-align: top;
    background-color: #fff;
}
/* // 제품 링크 수량 입력 
    ---------------------------------------------------------------------------- */
.m-product .pdInfo {
   margin-top: 20px;
}
.m-product .pdInfo .info-title {
   display: block;
   line-height: 19px;
   overflow: hidden;
   white-space:normal;
   word-break: break-all;
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
   text-overflow: ellipsis;
   letter-spacing: -0.25px;
   text-align: left;
}
.m-product .pdInfo .info-title a {
   font-size: 17px;
   /* font-weight: bold; */
   color: #222;
}
.m-product .pdInfo .info-stitle {
   height: 15px;
   margin: 10px 0px;
   white-space: normal;
   word-wrap: break-word;
   word-break: break-all;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   text-overflow: ellipsis;
   overflow: hidden;
   letter-spacing: -0.5px;
}
.m-product .pdInfo .info-stitle a {
   
   line-height: 15px;
   font-size: 14px;
   color: #777;
   font-weight: 400;
}
.m-product .pdInfo .priceInfo {
   padding-top: 8px;
   letter-spacing: -0.5px;
   line-height: 20px;
   min-height: auto;
}
.m-product .pdInfo .priceInfo .discountRate  {
   display: inline-block;
   margin-right: 7px;
   color: #d31945;
   font-weight: 700;
   font-size: 18px;
}
.m-product .pdInfo .priceInfo .discountPrice  {
   display: inline-block;
   margin-right: 7px;
   color: #222;
   font-weight: 700;
   font-size: 18px;
}
.m-product .pdInfo .priceInfo .normalPrice {
   display: inline-block;
   /*text-decoration: line-through;*/
   color: #c6c6c6;
   font-size: 14px;
   font-weight: 400;
   vertical-align: baseline;
}
.info-tag {
   margin-top: 10px;
}
.info-tag span {
   display: inline-block;
   padding: 2px 4px 4px 4px;
   font-size: 11px;
   color: #fff;
   font-weight: bold;
   border-radius: 3px;
   margin-right: 3px;
   margin-top: 2px;
   background: #fff;
}
.info-tag span.rcmd {
   border: 1px solid #1c9591;
   color: #1c9591;
}
.info-tag span.np {
   border: 1px solid #396dcd;
   color: #396dcd;
}
.info-tag span.sp {
   background: #818992;
}
.info-tag span.mp {
   background: #ed611a;
   padding: 3px 5px 5px 5px;
}
.info-tag span.soldout {
    border: 1px solid #e12641;
    color: #e12641;
}
.info-tag span.nip {
    border: 1px solid #008000;
    color: #008000;
}
.info-tag span.nipx {
    background-color: #db4c61;
    border: 1px solid #db4c61;
    color: #ffffff;
}
.info-tag span.pack {
    border: 1px solid #003bff;
    color: #003bff;
}
.btnWrapMain {
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 0px 0px 0px;
}
.btnWrapMain > a.moreB {
   display: inline-flex;
   align-items: center;
   border: 1px solid #aaa;
   color: #333;
   background: #fff;
   font-size: 15px;
   font-weight: bold;
   padding: 0px 30px 0px;
   border-radius: 50px;
   height: 50px;
   line-height: 48px;
   vertical-align: top;
   text-align: center;
}
.btnWrapMain a.moreB:after {
   content: "";
   display: inline-block;
   margin-left: 20px;
   width: 7px;
   height: 11px;
   background: url(../../images/common/icon-arrow04.png) 50% 50% no-repeat;
}
.btnWrapMain a:hover {
   
   box-shadow: 0px 0px 8px rgba(204, 204, 204, 0.8) ;
}
.btnWrapMain a.moreB span {
   display: contents;
}
.expiryDate {
   font-size: 11px;
   border: 1px solid #ddd;
   padding: 2px 5px;
   float: right;
   display: inline-block;
   text-align: right;
   color: #777;
   border-radius: 3px;
   letter-spacing: 0px;
   margin-top: 0px;
}


@media (max-width: 1120px) {

    .swiper-slide a {
        display: block;
        width: 100%;
        position: relative;
        height: auto;
    }
   .swiper-slide a img {
      width: 100%;
      margin: 0 auto;
      max-height: 500px;
      max-width: 1100px;
  }
    .swiper-slide a img.visual_01,
    .swiper-slide a img.visual_02,
    .swiper-slide a img.visual_03,
    .swiper-slide a img.visual_04,
    .swiper-slide a img.visual_05,
    .swiper-slide a img.visual_06,
    .swiper-slide a img.visual_07,
    .swiper-slide a img.visual_08 {
        display: none;
    }
    .swiper-slide a img.visual_01_m,
    .swiper-slide a img.visual_02_m,
    .swiper-slide a img.visual_03_m,
    .swiper-slide a img.visual_04_m,
    .swiper-slide a img.visual_05_m,
    .swiper-slide a img.visual_06_m,
    .swiper-slide a img.visual_07_m,
    .swiper-slide a img.visual_08_m {
        display: block;
    }
}
@media (max-width: 1140px) {
   .main-wrap .m-section {
      width: 100%;
   }
    .m-link {
        padding: 20px 15px;
    }
    .m-link > .inner {
        width: 100%;
    }
    .m-product {
        padding: 100px 20px;
    }
   .swiper3_text .inner {
      width: 100%
   }
   .pd-Box:hover .view_pd {
      display: none;
   }
}

@media (max-width: 1024px) {
   .bottom-right {
      width: 48%;
   }
   .banner-mall, .banner-blog {
   }
   .m-product {

   }
   .m-product p {
      text-align: left;
      font-size: 23px;
      margin-bottom: 25px;
      padding-left: 1%;
   }
   .m-product .pdInfo .priceInfo {
      padding-top: 5px;
   }
   .m-product .pdInfo .info-title a {
      font-size: 15px;
   }
   .m-product .pdInfo .info-stitle {
      margin: 8px 0px;
   }
   .m-product .pdInfo .info-stitle a {
      line-height: 13px;
      font-size: 13px;
   }
   .m-product .pdInfo .priceInfo .discountRate {
      font-size: 16px;
   }
   .m-product .pdInfo .priceInfo .discountPrice {
      font-size: 16px;
   }
   .m-product .pdInfo .priceInfo .normalPrice {
      font-size: 12px;
   }
   .view_pd {
       display: none;
   }
   .pdThumb:hover .view_pd {
       display: none;
   }
   .info-tag span {
      font-size: 10px;
   }
   .btnWrapMain.pd-more {
      position: absolute;
      top: 25px;
      right: 1%;
      padding-right: 20px;
   }
   .btnWrapMain.pd-more a.moreB {
      color: #777;
      border: none;
      background: none;
      padding: 0;
   }
   .btnWrapMain.pd-more a.moreB span {
      display: none;
   }
   .btnWrapMain a.moreB:after {
      margin-left: 10px;
  }
   .btnWrapMain.pd-more a:hover {
      box-shadow: none;
   }
   .expiryDate {
      float: unset;
      display: block;
      margin-top: 10px;
   }
}

@media (max-width: 768px) {
    .m-link {
        padding: 20px 30px;
    }
   .m-link .m-link-list li {

   }
   .m-link .m-link-list {
      width: 100%;
      display: flex;
      justify-content: space-evenly;
      align-items: center;
   }
   .m-link .m-link-list li a {
      display: inline-flex;
      flex-direction: column;
   }
   .m-link .m-link-list li .txt {
      font-size: 13px;
   }
   .banner-return, .banner-mpay,
   .bottom-right, .banner-event {
      width: 100%;
   }
   .banner-mall, .banner-blog {
      width: 48%;
      max-width: 100%;
      max-height: 100%;
   }
   .m-product {
      padding: 60px 15px;
   }
   .m-product ul li {
      width: 50%;
      padding: 0 2%;
   }
   .m-product ul li {
      margin-bottom: 30px;
   }
   .m-product .pdInfo .info-stitle {
      margin: 6px 0px;
   }
   .m-product p {
      margin-bottom: 20px;
   }
   .m-product p.m-title > span {
      font-size: 26px;
   }
   .m-product p.m-subtitle {
      font-size: 14px;
  }
   .btnWrap {
      right: 2%;
   }
   .swiper3_text .inner {
      display: none;
   }
   .swiper-pagination {
      display: block;
   }
   .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
      bottom: 10px !important;
  }
   .swiper-pagination-bullet {
      width: 10px !important;
      height: 10px !important;
      display: inline-block;
      border-radius: 100%;
      background: #fff !important;
      opacity: 0.5;
      margin: 0 6px !important;
   }
   .swiper-pagination-bullet-active {
      opacity: 1;
      background: rgba(0 0 0 0.5) !important;
  }
  .btnWrapMain > a.moreB {
      font-size: 14px;
      padding: 0px 20px 0px;
      height: 43px;
      line-height: 41px;
   }
}

@media (max-width: 480px) {
    .m-link {
        padding: 20px 3%;
    }
   .m-link .m-link-list li {

  }
  .m-link .m-link-list li a {
      width: 100%;
   }
  .m-link .m-link-list li .img {
      display: block;
      border-radius: 50%;
      overflow: hidden;
   }
   .m-banner-zone .inner {

   }
   .m-link .m-link-list li .txt {
      font-size: 11px;
   }
  .m-product p {
      font-size: 18px
   }
   .m-product p.m-title > span {
      font-size: 22px;
   }
   .m-product p.m-subtitle {
      font-size: 12px;
      margin-bottom: 30px;
  }
}