﻿@charset "utf-8";

.main-wrap {
}

.main-wrap .m-section {
   position: relative;
   margin: 0 auto;
}

/***** 메인 비쥬얼 *****/
.m-visual {
   /*height: 400px;*/
   position: fixed;
   top: 0;
   margin: 0 auto;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: -9999;
}
.swiper-container {
   height: 100%;
}
.swiper-slide a {
   /*display: flex;
   background-size: cover;
   height: 400px;
   margin-right: -5px;*/
   display: block;
   width: 100%;
   position:relative;
   height: 100%;;
}
.swiper-slide a img:first-child {
   display: block;
   margin: 0 auto;
   height: 100%;
   position:absolute;
   top:50%;
   left:50%;
   transform:translate(-50%, -50%);
}
.swiper-slide a img {
   display: block;
   margin: 0 auto;
}
.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: #9bb6d1;
}
.slide-img02 a {
   background: #d7c7ae;
}
.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;
   display: none;
}
.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 #4361c4;
}
.swiper3_text li a {
   color: #333;
   display: block;
   border-left: 0px;
   font-size: 13px;
   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;
}


/***** 메인 텍스트 *****/
.MainHeadLine {
   width: 100%;
   height: 500px;
   display: flex;
   align-items: center;
   justify-content: center;
}
.MainHeadLine > ul {
   display: flex;
   align-items: center;
   justify-content: center;
   position: relative;
}
.MainHeadLine > ul > li .m-title {
   display: flex;
   align-items: center;
   /*position: absolute;*/
   /*display: none;*/
   font-size: 70px;
   font-weight: bold;
   color: #fff;
   text-align: center;
   justify-content: center;
}
.MainHeadLine > ul > li .m-content {
   display: block;
   font-size: 30px;
   font-weight: bold;
   color: #fff;
   text-align: center;
   margin-top: 30px;
   letter-spacing:  -0.5px;
}
.MainHeadLine > ul > li.headline_on {
   display: block;
}
.MainHeadLine > ul > li.headline_off {
   display: none;
}



/***** 링크 *****/
.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 80px;
   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: 25px;
   overflow: hidden;
   font-size: 0;
   vertical-align: top;
   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 25px;
   }
   .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: 767px) {
   .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.fs {
      margin-bottom: 15px;
   }
   .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%;
}
.m-product {
   width: 1100px;
   padding-bottom: 80px;
}
.m-product p {
   text-align: center;
   margin-bottom: 20px;
}
.m-product .pdThumb a.p-link:after {
   content: "";
   display: inline-block;
   width: 100%;
   height: 100%;
   background: rgba(0,0,0,0.5);
   border-radius: 19px;
}
.pdThumb a:hover {
}
.product-bst {
   background: #fff url(../../images/product/323_main_029.jpg) 0 0 no-repeat;
   background-size: 100%;
}
.product-rcm {
   background: #fff url(../../images/product/323_main_029.jpg) 0 0 no-repeat;
   background-size: 100%;
}
.product-new {
   background: #fff url(../../images/product/323_main_029.jpg) 0 0 no-repeat;
   background-size: 100%;
}
.product-event {
   background: #fff url(../../images/main/m-event.png) 50% 50% no-repeat;
   background-size: cover;
}
.m-product .pdThumb a.p-link > span {
   position: absolute;
   top: 50%;
   left: 50%;
   display: block;
   background: none;
   text-align: center;
   transform: translate(-50%, -50%);
   color: #fff;
   font-size: 36px;
}
.product-event > span {
   position: absolute;
   top: 50%;
   left: 50%;
   display: block;
   background: none;
   text-align: center;
   transform: translate(-50%, -50%);
   color: #fff;
   font-size: 36px;
}
.m-product p.m-title > span {
   font-size: 32px;
   font-weight: 800;
   color: #222;
   background: linear-gradient(to top, #ffdae6 50%, transparent 50%);
}
.m-product p.m-subtitle {
   text-align: center;
   font-size: 14px;
   font-weight: normal;
   color: #c5c5c5;
   margin-bottom: 50px;
   letter-spacing: 15px;
   text-transform: uppercase;
}
.m-product p span {
   color: #e01046;
}
.m-product p span.k {
   color: #1b53e3;
}
.m-product ul {
   font-size: 0;
   display: flex;
   justify-content: space-between;
}
.m-product ul li {
   display: inline-block;
   width: 30%;
}
.m-product.m-event ul li {
   display: inline-block;
   width: 100%;
}
.m-product ul li .pdThumb {
   position: relative;
   padding-top: 100%;
   background-color: #fff;
   border-radius: 25px;
   word-break: break-all;
   overflow: hidden;
   cursor: pointer;
   border: 1px solid #d5d5d5;
}
.m-product.m-event ul li .pdThumb {
   padding-top: 0%;
   height: 300px;
   border-radius: 0px;
}
.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 img {
   position: absolute;
   top: 50%;
   left: 50%;
   width: auto;
   height: 100%;
   transform: translate(-50%,-50%);
}
.m-product .pdInfo {
   margin-top: 15px;
}
.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.5px;
   text-align: left;
}
.m-product .pdInfo .info-title a {
   font-size: 17px;
   font-weight: bold;
   color: #333;
}
.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: #999;
   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: 3px 7px 5px 6px;
   font-size: 11px;
   color: #fff;
   font-weight: bold;
   border-radius: 3px;
   margin-right: 3px;
   margin-top: 2px;
}
.info-tag span.rcmd {
   border: 1px solid #4cb4b1;
   color: #4cb4b1;
   padding: 2px 7px 4px 6px;
}
.info-tag span.np {
   border: 1px solid #527fd3;
   color: #527fd3;
   padding: 2px 7px 4px 6px;
}
.info-tag span.sp {
   background: #818992;
}
.info-tag span.mp {
   background: #db4c61;
}
.info-tag span.soldout {
    border: 1px solid #db4c61;
    color: #db4c61;
    padding: 2px 7px 4px 6px;
}


@media (max-width: 1120px) {

    .swiper-slide a {

    }
    .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) {
   .MainHeadLine > ul > li .m-title {
      font-size: 55px;
   }
   .main-wrap .m-section {
      width: 100%;
   }
    .m-link {
        padding: 20px 15px;
    }
    .m-link > .inner {
        width: 100%;
    }
    .m-product {
        padding: 40px 25px;
    }
   .swiper3_text .inner {
      width: 100%
   }
   .MainHeadLine > ul > li .m-content {
      font-size: 24px;
      line-height: 32px;
      padding: 0px 25px;
   }
}

@media (max-width: 1024px) {
   .bottom-right {
      width: 48%;
   }
   .banner-mall, .banner-blog {
   }
   .m-product p {
      text-align: left;
      font-size: 23px;
      margin-bottom: 30px;
      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;
   }
   .info-tag span {
      padding: 3px 7px 5px 6px;
      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;
   }
   .m-product.m-event ul li .pdThumb {
      height: 250px;
  }
}

@media (max-width: 768px) {
   .m-banner-zone .inner {
      width: 100%;
      padding: 20px 25px;
   }
    .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: 20px 25px;
   }
   .m-product ul li {

   }
   .m-product .pdInfo .info-stitle {
      margin: 6px 0px;
   }
   .m-product p {
      padding-left: 2%;
      margin-bottom: 25px;
   }
   .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;
  }
   .m-product .pdThumb a.p-link > span {
      font-size: 28px;
   }
   .m-product.m-event ul li .pdThumb {
      height: 200px;
   }
   .product-event > span {
      font-size: 28px;
   }
   .MainHeadLine > ul > li .m-title {
      font-size: 45px;
   }
   .MainHeadLine > ul > li .m-content {
      font-size: 20px;
   }
}

@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 .pdThumb a.p-link > span {
      font-size: 22px;
   }
   .product-event > span {
      font-size: 22px;
   }
   .m-product.m-event ul li .pdThumb {
      height: 150px;
   }
}
