@charset "utf-8";

.sub-wrap {
   }
.sub-inner {
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
   width: 1100px;
   margin: 40px auto 70px auto;
   text-align: left;
}
.sub-container {
   width: 100%;
}

/***** 서브 left *****/
.sub-left {
   width: 170px;
}
.sub-left .title {
}
.sub-left .title h2 {
   height: 35px;
   color: #222;
   text-align: left;
   font-size: 18px;
   font-weight: bold;
}
.sub-left .submenu li {
   display: block;
   width: 100%;
   clear: both;
   background-repeat: no-repeat;
   background-position: 220px center;
}
.sub-left .submenu li > a {
   display: block;
   color: #666;
   font-size: 14px;
   padding: 13px 0;
}
.sub-left .submenu > li a:hover {
   background: url(../../images/common/icon-arrow01.png) 100% 50% no-repeat;
}
.sub-banner {
   margin-top: 35px;
}
.sub-banner ul.sub-banner-link {
    background:;
    border-radius: 10px;
    padding: 10px 20px;
    background: #4361c4 url(../../images/sub/sub-left-bg.png) 0% 0% no-repeat;
    );
}
.sub-banner ul.sub-banner-link li {
   padding: 10px 0px;
   border-bottom: 1px solid rgba(255,255,255,0.3);
   background: url(../../images/common/icon-arrow02.png) 100% 50% no-repeat;
}
.sub-banner ul.sub-banner-link li:last-child {
   border-bottom: none;
}
.sub-banner ul.sub-banner-link li a {
   display: block;
   font-size: 13px;
   font-weight: bold;
   color: #fff;
}
.sub-banner ul.sub-banner-cc {
   margin-top: 40px;
}
.sub-banner ul.sub-banner-cc li.title {
   font-size: 13px;
   font-weight: bold;
   color: #555;
   margin-bottom: 15px;
}
.sub-banner ul.sub-banner-cc li.tel {
   font-size: 24px;
   font-weight: 800;
   color: #4361c4;
   letter-spacing: -0.5px;
   margin-bottom: 15px;
}
.sub-banner ul.sub-banner-cc li.time {
   font-size: 12px;
   color: #777;
   line-height: 20px;
}
.sub-banner ul.sub-banner-cc li.counsel a {
   display: block;
   width: 80px;
   text-align: center;
   font-size: 13px;
   font-weight: bold;
   color: #fff;
   background: #e9586e;
   padding: 12px;
   margin-top: 20px;
}


/***** 서브 right *****/
.sub-right {
   width: 890px;
   min-height: 700px;
}
.sub-right .sub-content-area {
   
}
.sub-right .sub-top {
   display: flex;
   border-bottom: 1px solid #ddd;
}
.sub-right .sub-top .sub-title {
   float: left;
   width: 50%;
   min-height: 45px;
}
.sub-right .sub-top .sub-title h3 {
   font-size: 23px;
   font-weight: 800;
}
.sub-right .sub-top .sub-location {
   float: right;
   width: 50%;
   min-height: 40px;
}
.sub-right .sub-top .sub-location ul {
   float: right;
   padding-top: 5px;
}
.sub-right .sub-top .sub-location ul li {
   display: inline-block;
   padding: 0 3px;
   font-size: 12px;
   color: #999999;
}
.sub-right .sub-top .sub-location ul li span {
   color: #777;
}
.sub-right .sub-bottom {
   clear: both;
   padding: 20px 0 10px 0;
}

/***** 서브 탭메뉴 추가 시작 2022.01.20 *****/
.area-category-list {
   width: 100%;
   height: 100%;
   padding: 20px 30px 12px;
   background-color: #fff;
   border: 1px solid #ddd;
   margin: 20px 0px;
}
.area-category-list ul {
   font-size : 0;

}
.area-category-list li {
   display: inline-block;
   width: 25%;
   padding-left: 10px;
   box-sizing: border-box;
   position: relative;
   margin-bottom: 10px;
}
.area-category-list li:before {
   content: "";
   width: 2px;
   height: 2px;
   background: #777;
   position: absolute;
   left: 0;
   top: 12px;
}
.area-category-list li a {
   display: inline-block;
   width: 85%;
   font-size: 14px;
   color: #777;
   line-height: 24px;
   white-space: normal;
   word-wrap: break-word;
   word-break: break-all;
   /*text-overflow: ellipsis;
   overflow: hidden;*/
}
.category-list-inner {
    background: #f5f7ff;
    padding: 10px 10px 5px;
    margin-bottom: 5px;
    border: 1px solid #d7ddf4;
}
.category-list-inner > ul > li {
    display: inline-block;
    width: 25%;
    padding-left: 10px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 5px;
}
.category-list-inner > ul > li a {
    display: inline-block;
    width: 85%;
    font-size: 12px;
    color: #666;
    line-height: 24px;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
}
/***** 서브 탭메뉴 추가 끝 2022.01.20 *****/
.sub-pd-info {
    display: flex;
    justify-content: space-between;
}
.sub-bottom .sub-pd-info .list-condition {
   position: relative;
   height: 65px;
   line-height: 65px;
   z-index: 70;
}
.sub-bottom .sub-pd-info .list-condition .condition {
   line-height: 65px;
   height: 65px;
   font-size: 15px;
   text-align: left;
}
.sub-bottom .list-condition .sort {
   display: inline-block;
   position: relative;
}
.sub-bottom .list-condition h3 {
   position: absolute;
   top: -9999px;
}
.sub-bottom .list-condition .sort > a {
   display: inline-block;
   cursor: pointer;
   font-size: 15px;
   color: #555;
   padding: 0px 30px 0px 12px;
   background: url(../../images/common/icon-arrow03.png) 90% 50% no-repeat;
}
.sub-bottom .list-condition .sort a b {
   font-weight: 400;
}
.sub-bottom .list-condition .sort ul {
   display: block;
   width: auto;
   position: absolute;
   left: 50%;
   top: 60px;
   transform: translateX(-50%);
   padding: 4px 0px 6px 0px;
   box-shadow: 0px 0px 8px rgb(0 0 0 / 20%);
   background-color: #fff;
}
.sub-bottom .list-condition .sort ul li {
   display: block;
   line-height: 38px;
   font-size: 15px;
}
.sub-bottom .list-condition .sort ul li a {
   display: block;
   color: #555;
   padding: 0px 22px;
   white-space: nowrap;
}
.sub-bottom .list-count {
   font-size: 14px;
   line-height: 65px;
   height: 65px;
}

.sub-pd-list {
   position: relative;
   margin: 0 auto;
}
.sub-pd-list > div {
   display: flex;
   justify-content: space-between;
   font-size: 0;
}
.sub-pd-list > div > ul {
   width: 49%;
   display: flex;
   justify-content: space-between;
}
.sub-pd-list > div > ul > li {
   display: inline-block;
   width: 48%;
   margin-bottom: 50px;
}
.sub-pd-list ul li .pdThumb {
   position: relative;
   padding-top: 100%;
   background-color: #f5f5f5;
   border-radius: 10px;
   word-break: break-all;
   overflow: hidden;
   cursor: pointer;
}
.sub-pd-list ul li .pdThumb a {
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   left: 0;
   top: 0;
   overflow: hidden;
   background: #f5f5f5;
}
.sub-pd-list ul li img {
   position: absolute;
   top: 50%;
   left: 50%;
   width: auto;
   height: 100%;
   transform: translate(-50%,-50%);
}
.sub-pd-list .pdInfo {
   margin-top: 15px;
}
.sub-pd-list .pdInfo .info-title {
   display: block;
   line-height: 19px;
   overflow: hidden;
   white-space: nowrap;
   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;
}
.sub-pd-list .pdInfo .info-title a {
   font-size: 15px;
   font-weight: bold;
   color: #333;
   white-space: normal;
}
.sub-pd-list .pdInfo .info-stitle {
   height: 15px;
   margin: 8px 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;
}
.sub-pd-list .pdInfo .info-stitle a {
   line-height: 14px;
   font-size: 13px;
   color: #999;
   font-weight: 400;
}
.sub-pd-list .pdInfo .priceInfo {
   padding-top: 5px;
   letter-spacing: -0.5px;
   line-height: 20px;
   min-height: auto;
}
.sub-pd-list .pdInfo .priceInfo .discountRate {
   display: inline-block;
   margin-right: 7px;
   color: #d31945;
   font-weight: 700;
   font-size: 16px;
}
.sub-pd-list .pdInfo .priceInfo .discountPrice {
   display: inline-block;
   margin-right: 7px;
   color: #222;
   font-weight: 700;
   font-size: 16px;
}
.sub-pd-list .pdInfo .priceInfo .normalPrice {
   display: inline-block;
   /*text-decoration: line-through;*/
   color: #c6c6c6;
   font-size: 12px;
   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;
}



/***** 페이징 *****/
.pagination {
   position: relative;
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   padding: 20px 0 0px 0;
 }
 
.pagination a {
   color: #999;
   float: left;
   padding: 12px 15px;
   margin: 0px 1px;
   text-decoration: none;
   font-size: 13px;
   font-weight: bold;
}
.pagination a.active {
   background-color: #5f647e;
   color: white;
   border-radius: 18px;
}
.pagination a:hover:not(.active) {
   color: #333;
}
.pagination a.btn-pgFirst, .pagination a.btn-pgPrev,
.pagination a.btn-pgNext, .pagination a.btn-pgLast {
   padding-top: 6px !important;
}
.pagination a.btn-pgFirst::before {
   content: '\00AB';
   font-weight: 300;
   font-size: 26px;
   line-height: 28px;
}
.pagination a.btn-pgPrev::before {
   content: '\2039';
   font-weight: 300;
   font-size: 26px;
   line-height: 28px;
}
.pagination a.btn-pgNext::before {
   content: '\203A';
   font-weight: 300;
   font-size: 26px;
   line-height: 28px;
}
.pagination a.btn-pgLast::before {
   content: '\00BB';
   font-weight: 300;
   font-size: 26px;
   line-height: 28px;
}


@media (max-width: 1140px) {
   .sub-inner {
      width: 100%;
      padding: 0px 20px;
      margin: 40px 0 70px 0;
   }
   .sub-left {
      display: none;
   }
   .sub-right {
      width: 100%;
      min-height: unset;
   }
   .sub-pd-list .pdInfo .priceInfo {
      padding-top: 8px;
   }
   .sub-pd-list .pdInfo .info-title a {
      font-size: 17px;
   }
   .sub-pd-list .pdInfo .info-stitle {
      margin: 10px 0px;
   }
   .sub-pd-list .pdInfo .info-stitle a {
      line-height: 15px;
      font-size: 14px;
   }
   .sub-pd-list .pdInfo .priceInfo .discountRate {
      font-size: 18px;
   }
   .sub-pd-list .pdInfo .priceInfo .discountPrice {
      font-size: 18px;
   }
   .sub-pd-list .pdInfo .priceInfo .normalPrice {
      font-size: 14px;
   }
   .info-tag span {
      padding: 3px 9px 5px;
      font-size: 11px;
   }
}


@media (max-width: 1024px) {
   .area-category-list li {
      width: 33.3%;
   }
    .category-list-inner li {
        width: 33.3%;
    }
   .sub-pd-list .pdInfo .priceInfo {
      padding-top: 5px;
   }
   .sub-pd-list .pdInfo .info-title a {
      font-size: 15px;
   }
   .sub-pd-list .pdInfo .info-stitle {
      margin: 8px 0px;
   }
   .sub-pd-list .pdInfo .info-stitle a {
      line-height: 14px;
      font-size: 13px;
   }
   .sub-pd-list .pdInfo .priceInfo .discountRate {
      font-size: 16px;
   }
   .sub-pd-list .pdInfo .priceInfo .discountPrice {
      font-size: 16px;
   }
   .sub-pd-list .pdInfo .priceInfo .normalPrice {
      font-size: 12px;
   }
   .info-tag span {
      padding: 3px 7px 5px 6px;
      font-size: 10px;
   }
}


@media (max-width: 768px) {
   .sub-right .sub-top {
      width: 100%;
      display: block;
   }
   .sub-right .sub-top .sub-title {
      float: unset;
      width: 100%;
      min-height: 40px;
   }
   .sub-right .sub-top .sub-location {
      float: unset;
      width: 100%;
      min-height: 32px;
   }
   .sub-right .sub-top .sub-title {
      min-height: 35px;
   }
   .sub-right .sub-top .sub-location ul {
      float: unset;
   }
   .sub-right .sub-top .sub-location ul li {
      padding: 0 2px;
   }
   .area-category-list li {
      width: 50%;
   }
    .category-list-inner li {
        width: 50%;
    }
   .sub-pd-list > div {
      display: block;
   }
   .sub-pd-list > div > ul {
      width: 100%;
   }
   .sub-pd-list > div > ul > li {
      margin-bottom: 30px;
  }
  .sub-pd-list .pdInfo .info-stitle {
      margin: 6px 0px;
   }
  .sub-bottom .list-condition .sort > a {
   font-size: 14px;
   }
  .sub-bottom .list-condition .sort ul li {
    font-size: 14px;
   }
    .sub-right .sub-bottom {
        clear: both;
        padding: 10px 0 10px 0;
    }
    .area-category-list {
        width: 100%;
        height: 100%;
        padding: 20px 25px 12px;
        background-color: #fff;
        border: 1px solid #ddd;
        margin: 20px 0px 10px;
    }
}



@media (max-width: 480px) {
/*   .sub-right .sub-top .sub-location ul li {
      font-size: 10px;
  }*/
    .area-category-list {
        padding: 20px 20px 12px;
        margin: 20px 0px 0px;
    }
    .personal-menu ul li a.mypage {
        background: url(../../images/common/btn-mypage.png) no-repeat center top;
        background-size: 70%;
    }
    .personal-menu ul li a.cart {
        background: url(../../images/common/btn-cart.png) no-repeat center top;
        background-size: 70%;
    }
    .sub-bottom .list-condition .sort ul li {
        display: block;
        line-height: 35px;
    }
}