main#contents {
    max-width: 100%;
    padding: 0;
}

#main .header__wrap::before {
    opacity: 0;
    visibility: hidden;
}

/*
html.loaded #main .category {
    -webkit-transition: background 0.4s ease-in-out;
    transition: background 0.4s ease-in-out;
}
*/

#main .prd-nav-wrap {
    right: 50px;
}

.scroll-effect:not(.main-title-wrap) {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    -webkit-transition-delay: 0.2s !important;
    transition-delay: 0.2s !important;
}

.scroll-effect:not(.main-title-wrap).on {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.scroll-effect.sub-banner {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1 !important;
}

.section:not(.section--no-margin) {
    margin-bottom: 120px;
}

.main-title-wrap {
    padding-bottom: 50px;
}

.main-title {
    position: relative;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 7px;
/*    font-family: "Lato","Pretendard Variable","맑은 고딕","malgun gothic","돋움","dotum",sans-serif;*/
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}

.main-sub-title {
    font-size: 15.5px;
    position: relative;
    color: #8c8c8c;
/*    font-weight: 300;*/
/*    margin-bottom: 3px;*/
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

.scroll-effect.on > .main-title,
.scroll-effect.on > .main-sub-title {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.scroll-effect.on > .main-title {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.scroll-effect.on > .main-sub-title {
    -webkit-transition-delay: 0.3s !important;
    transition-delay: 0.3s !important;
}

/* main banner */

.main-banner {
    margin-bottom: 100px;
}

.main-banner--mobile {
    display: none;
}

.main-banner__container,
.main-banner__wrapper, 
.main-banner__item{
    width: 100%;
    height: 100%;
}

.main-banner__item.swiper-slide-active {
    z-index: 2;
}

/*
body[class*="white"] .main-banner__item.swiper-slide-active::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.2)));
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.2),rgba(0,0,0,.4));
}
*/

html.loaded .main-banner__item.swiper-slide-active .main-banner__txt *,
html.loaded .main-banner__nav svg g {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.main-banner a {
    display: block;
    width: 100%;
    height: 100%;
}

.main-banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
}

.main-banner__txt {
    position: absolute;
    left: 50%;
    z-index: 1;
    max-width: 1280px;
    width: 100%;
    margin-left: -640px;
    top: 0;
    height: 100%;
}

.main-banner__item .main-banner__txt * {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

html.loaded .main-banner__item.swiper-slide-active .main-banner__txt * {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

html.loaded body[class*="black"] .main-banner__item.swiper-slide-active .main-banner__txt * {
    color: #000;
}

.main-banner__sub-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 22px;
    display: inline-block;
    white-space: pre;
    padding: 7px 15px;
    border-radius: 40px;
    background: #000;
    color: #fff !important;
}

.main-banner__title {
    font-size: 34px;
    font-weight: 750;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: -0.2px;
}

.main-banner__desc {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    letter-spacing: -0.2px;
}

.main-banner__button {
    display: block;
    width: 155px;
    height: 50px;
    line-height: 50px;
    margin-top: 30px;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.main-banner__button::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

html.loaded body[class*="black"] .main-banner__button {
    color: #fff !important;
}

html.loaded body[class*="black"] .main-banner__button::before {
    background: #000;
}

html.loaded .main-banner__item.swiper-slide-active .main-banner__title {
    -webkit-transition-delay: 0.2s !important;
    transition-delay: 0.2s !important;
}

html.loaded .main-banner__item.swiper-slide-active .main-banner__desc {
    -webkit-transition-delay: 0.4s !important;
    transition-delay: 0.4s !important;
}

html.loaded .main-banner__item.swiper-slide-active .main-banner__button {
    -webkit-transition-delay: 0.6s !important;
    transition-delay: 0.6s !important;
}

#main .main-banner__pager {
    position: absolute;
    bottom: 50px;
    left: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

#main .main-banner__pager * {
    font-size: 0;
    border-radius: 0px;
    background: transparent;
    width: 6px;
    height: 6px;
    display: inline-block;
    opacity: .3;
    margin: 0 5px;
    border-radius: 40px;
    background: #000;
    transition: all 0.3s ease-out 0s;
}

#main .main-banner__pager .swiper-pagination-bullet-active {
    opacity: 1;
    width: 25px;
}

/*
#main .main-banner__pager .swiper-pagination-bullet-active {
    width: 60px;
    opacity: 1;
}
*/

html.loaded body[class*="black"]#main .main-banner__pager * {
    border-color: #000;
}

html.loaded body[class*="black"]#main .main-banner__pager .swiper-pagination-bullet-active {
    background: #000 !important;
}

.main-banner__nav {
    width: 37px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 1;
    margin-top: -20px;
}

.main-banner__nav svg {
    width: 100%;
    height: auto;
}

.main-banner__nav svg g {
    fill: #fff;
    stroke: #fff;
    stroke-width: 0.4px;
}

.main-banner__nav--prev {
    left: 40px;
}

.main-banner__nav--next {
    right: 40px;
}

html.loaded body[class*="black"] .main-banner__nav svg g {
    fill: #000;
    stroke: #000;
}

/* full banner */

.full-banner {
    font-size: 0;
    line-height: 1;
}

.full-banner__item:nth-child(2) {
    display: none;
}

.full-banner__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.full-banner__align {
    padding-left: 120px;
}

div.full-banner__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
}

div.full-banner__txt {
    font-size: 15px;
    margin-bottom: 10px;
    color: #606060;
}

.scroll-effect.on div.full-banner__title {
    -webkit-transition-delay: 0.3s !important;
    transition-delay: 0.3s !important;
}

.scroll-effect.on div.full-banner__title {
    -webkit-transition-delay: 0.5s !important;
    transition-delay: 0.5s !important;
}

.full-banner img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}


/* sub banner */

.sub-banner {
    overflow: hidden;
}

.jsSubBannerSlide:not(.swiper-container-initialized) .sub-banner__list,
.sub-banner__list {
    width: calc(100% + 30px);
    margin-left: -15px;
}

.jsSubBannerSlide:not(.swiper-container-initialized) .sub-banner__item,
.sub-banner__item {
    width: calc(50% - 30px);
    margin: 0 15px;
    overflow: hidden;
}

.sub-banner__item img {
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 8px;
}

.sub-banner__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sub-banner__align {
    padding-left: 50px;
}

div.sub-banner__title {
    font-size: 26px;
    font-weight: 700;
    margin-top: 7px;
    line-height: 1.3;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
}

div.sub-banner__txt {
    font-size: 16px;
    color: #666;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
}

.scroll-effect.on div.sub-banner__txt {
    -webkit-transition-delay: 0.3s !important;
    transition-delay: 0.3s !important;
}

.scroll-effect.on div.sub-banner__title {
    -webkit-transition-delay: 0.5s !important;
    transition-delay: 0.5s !important;
}

.sub-banner__pager {
    display: none;    
}

/* Review */

.main-review {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
/*    background-color: rgb(245, 248, 255);*/
/*    background-color: #f6fbff;*/
/*    background-color: #fbfbfb;*/
    background-position: center;
}

.main-review__container {
/*    padding: 100px 0;*/
}

.main-review .main-review__inner--photo {
    padding-top: 0;
    width: 100%;
/*    max-width: 1365px;*/
    margin: 0 auto;
    padding: 0;
}

.main-review .main-review__item {
    margin: 0;
    border: 1px solid #f3f3f3;
}

.main-review .swiper-container:not(.swiper-container-initialized) .swiper-wrapper {
    width: calc(100% + 20px);
    margin-left: -10px;
}

.main-review .swiper-container:not(.swiper-container-initialized) .main-review__item {
	width: calc(25% - 20px);
	margin: 0 10px;
}

.main-review .main-review__item .thumb {
    padding-top: 136%;
}

.main-review .main-review__item .description {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    padding: 40% 16px 16px;
    background: linear-gradient(transparent,hsla(0,0%,7%,.05) 10%,#121212);
}

.main-review .main-review__item .subject {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

.main-review .main-review__item .content,
.main-review .main-review__item .writer {
    color: #fff;
}


.main-review .main-review__item .description__footer {
    border: none;
    padding: 0;
}

.main-review .main-review__item .prd-info {
    display: none;
}

.main-review .btnMore {
    margin-top: 50px;
}

.main-review .prd-nav {
    top: 50%;
    margin-top: -23px;
}

/* video */

.vp {
    background: #fbfbfb;
    padding: 50px 0;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe {
    pointer-events: none;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.vp__video {
    width: 60%;
}

.vp__content {
    width: 40%;
}

.vp__title {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.vp__desc {
    font-size: 16px;
    line-height: 1.5;
    color: #7e7e7e;
    font-weight: 500;
}


/* Main New products load Spiner */

.new-products__loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.new-products__loading.stop {
    opacity: 0;
    visibility: hidden;
    -webkit-transition:  opacity 0.3s ease, visibility 0.3s ease;
    transition:  opacity 0.3s ease, visibility 0.3s ease;
}

.new-products__loading-effect {
  margin: auto;
  border: 5px solid #EAF0F6;
  border-radius: 50%;
  border-top: 5px solid #333;
  width: 40px;
  height: 40px;
  animation: spinner 1.5s linear infinite;
}

.new-products__loading.stop .new-products__loading-effect {
    animation: none;
}

@keyframes spinner {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Mid banner */

.mid-banner {
    width: 100%;
    height: 26vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.mid-banner__content {
    height: 100%;
}

.mid-banner img {
    display: none;
}

.mid-banner__title {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.3;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}

.mid-banner__desc {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

.mid-banner__btn {
    display: block;
    color: #333;
    border: 1px solid #fff;
    background: #fff;
    width: 198px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
    text-align: center;
    line-height: 50px;
    margin: 35px auto 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

html.loaded div.sub-banner__txt,
html.loaded div.sub-banner__title,
html.loaded .mid-banner__title,
html.loaded .mid-banner__desc,
html.loaded .mid-banner__btn {
    -webkit-transition: opacity 0.8s ease, visibility 0.8s ease, transform 0.8s ease;
    transition: opacity 0.8s ease, visibility 0.8s ease, transform 0.8s ease;
}

.scroll-effect.on div.sub-banner__txt,
.scroll-effect.on div.sub-banner__title,
.scroll-effect.on .mid-banner__title,
.scroll-effect.on .mid-banner__desc,
.scroll-effect.on .mid-banner__btn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.scroll-effect.on .mid-banner__desc {
    -webkit-transition-delay: 0.4s !important;
    transition-delay: 0.4s !important;
}

.scroll-effect.on .mid-banner__btn {
    -webkit-transition-delay: 0.7s !important;
    transition-delay: 0.7s !important;
}

/* Time sale */

.time-sale {
    padding: 25px 0 50px;
}

.time-sale__content {
    min-height: 480px;
}

#main #time-sale .prd-nav {
    top: calc(25% + (48px * 0.25));
    margin-top: 0;
}

.ts-pager {
    display: none;
}

/* Instagram */

.instagram .main-title {
    margin-bottom: 4px;
}

.instagram__feed {
    font-size: 0;
    line-height: 1;
}

.instagram__iframe-mobile {
    display: none;
}

.instagram__feed iframe {
    height: calc(((1280px / 6) * 2) - 4px) !important;
    
}

@media (max-width: 1550px) {
    
    #main .prd-nav--prev {
        left: -65px;
    }
    
    #main .prd-nav--next {
        right: -65px;
    }
}

@media (max-width: 1440px) {
    
    #main .prd-nav {
        display: none;
    }
    
    .main-banner__nav--prev {
        left: 40px;
    }
    
    #main .main-banner__pager,
    .main-banner__nav--next {
        right: 40px;
    }
    
    .main-banner__txt {
        max-width: 100%;
        left: 0;
        margin-left: 0;
        width: 100%;
    }
    
    .main-banner__cont {
        padding: 0 120px;
    }
    
    .mid-banner__title {
        font-size: 29px;
        margin-bottom: 15px;
    }
    
    .mid-banner__btn {
        font-size: 15px;
        margin-top: 23px;
    }

}

@media (max-width: 1024px) {
    
    .section:not(.section--no-margin) {
        margin-bottom: 120px;
    }
    
    .product-container {
        padding: 0;
    }
    
    .main-banner__nav--prev {
        left: 40px;
    }
    
    .main-banner__nav--next,
    #main .prd-nav-wrap {
        right: 40px;
    }
    
    .sub-banner__align {
        padding-left: 30px;
    }
    
    .mid-banner {
        height: 45vw;
    }
    
    .vp__title {
        font-size: 24px;
    }
    
    .vp__desc {
        font-size: 14px;
    }
    
    #ts-data.ec-base-product .prdList {
        width: calc(100% + 16px);
        margin-left: -8px;
    }
    
    #ts-data.ec-base-product .prdList > li {
        width: calc(25% - 16px);
        margin: 0 8px 60px;
    }
    
    .instagram__feed iframe {
        height: calc((((100vw - 32px) / 6) * 2) - 8px) !important;
    }
    
    .time-sale__content {
        min-height: auto;
    }
    
}

@media (max-width: 1023px) {
    
    .main-banner__nav--prev {
        left: 16px;
    }
    
    .main-banner__txt {
        left: 0;
    }
    
    #main .main-banner__pager,
    .main-banner__nav--next {
        right: 16px;
    }
    
    .header-transform #main .header__wrap {
        height: 55px;
    }

}

@media (min-width: 769px) {
    .main-banner:not(:empty) {
        height: 62vh;
        max-height: 650px;
    }
}

@media (max-width: 768px) {
    
    .section:not(.section--no-margin) {
        margin-bottom: 60px;
    }
    
    .section .xans-product-listmore {
        margin-top: -35px;
    }
    
    .main-title-wrap {
        padding-bottom: 25px;
    }
    
    .main-title {
        font-size: 23px;
        margin-bottom: 5px;
    }
    
    .main-sub-title {
        font-size: 14px;
    }
    
    .main-banner--pc {
        display: none;
    }
    
    .main-banner {
        height: auto;
        min-height: 50vh;
        margin-bottom: 40px;
    }
    
    .main-banner__txt {
        left: 0;
        bottom: 150px;
        height: auto;
        display: block !important;
        top: auto;
    }
    
    .main-banner__cont {
        padding: 0 16px;
    }
    
    .main-banner__nav {
        display: none;
    }
    
    .main-banner--mobile {
        display: block;
    }
    
    #main .prd-nav-wrap {
        right: 20px;
    }
    
    /* Main banner */
    
    #main .main-banner__pager {
        right: 16px;
        left: auto;
        bottom: 20px;
        text-align: center;
        width: 44px;
        height: 26px;
        line-height: 26px;
        border-radius: 40px;
        background: rgba(0,0,0,.5);
        color: rgba(255,255,255,.5) !important;
        font-size: 12px;
    }
    
    #main .main-banner__pager * {
        margin: 0;
        width: auto;
        height: auto;
        background: none;
        font-size: 12px;
        color: #fff !important;
        opacity: .5;
    }
    
    #main .main-banner__pager .swiper-pagination-current {
        opacity: 1;
        font-weight: 500;
    }
    
    /* full banner */
    
    .full-banner__align {
        padding-left: 45px;
    }
    
    /* .main-review */
    
    .main-review__item .prd-info {
        display: none;
    }
    
    .main-review__item .description__footer {
        border: none;
        padding-bottom: 0;
    }
    
    /* Sub banner */
    
    .sub-banner__list {
        width: calc(100% + 16px);
        margin-left: -8px;
    }
    
    .sub-banner__item {
        width: calc(50% - 16px);
        margin: 0 8px;
    }
    
    .sub-banner__align {
        padding-left: 16px;
    }
    
    div.sub-banner__txt {
        padding: 0;
        font-size: 13px;
    }
    
    div.sub-banner__title {
        font-size: 20px;
        margin-top: 5px;
    }
    
}

@media (max-width: 767px) {
    
    .main-title-wrap {
        padding-bottom: 30px;
    }
    
    .product-container-slide {
        padding: 0;
    }
    
    .main-banner__txt {
/*
        bottom: auto;
        top: 50px;
*/
        top: 0;
        height: 100%;
        display: flex !important;
    }
    
    .main-banner__title {
        font-size: 26px;
        margin-bottom: 12px;
        line-height: 1.3;
        letter-spacing: -0.3px;
    }
    
    .main-banner__desc {
        font-size: 15px;
        font-weight: 500;
    }
    
    .main-banner__button {
        font-size: 13px;
        width: 110px;
        height: 38px;
        line-height: 38px;
        margin-top: 20px;
/*        border-radius: 20px;*/
    }
    
    .main-banner__button::before {
/*        border-radius: 3px;*/
    }
    
    /* full banner */
    
    .full-banner__item:nth-child(1) {
        display: none;
    }
    
    .full-banner__item:nth-child(2) {
        display: block;
    }
    
    .full-banner__align {
        padding-left: 16px;
    }
    
    div.full-banner__txt {
        font-size: 13px;
        margin-bottom: 0;
    }
    
    div.full-banner__title {
        font-size: 20px;
        margin-top: 7px;
    }
    
    /* review */
    
    .main-review .container {
        padding: 0 16px;
        overflow: hidden;
    }
    
    .main-review .main-review__inner--photo {
        padding-bottom: 0;
        overflow: visible;
    }
    
    .main-review .main-review__item .description {
        padding: 40% 16px 16px;
    }
    
    .main-review .main-review__item .subject {
        font-size: 14px;
    }
    

    /* Sub banner */
    
    .sub-banner .container {
/*        padding: 0;*/
    }
    
    .sub-banner__list {
        width: 100%;
        margin: 0;
    }
    
    .sub-banner__item {
        margin: 0;
    }
    
    .sub-banner__pager {
        position: absolute;
        right: auto;
        left: 0;
        bottom: 12px;
        text-align: center;
        width: 100%;
        font-size: 0;
        z-index: 1;
        display: block;
    }
    
    .sub-banner__pager .swiper-pagination-bullet {
        margin: 0 3px;
        width: 6px;
        height: 6px;
        background: rgba(0,0,0,.3);
        border-radius: 50%;
        opacity: 1;
        transition: width 0.2s;
    }
    
    .sub-banner__pager .swiper-pagination-bullet-active {
        background: #000;
        border-radius: 40px;
        width: 20px;
    }
    
   
    /* product list */
    
    .main-review .container--layout,
    .ec-base-product .container--layout {
        padding: 0;
        overflow: hidden;
    }
    
    /* Video */
    
    .main-video {
        padding: 0;
    }
    
    .section__cont--banner {
        max-width: 100%;
    }
    
    
    .section.vp {
        padding-bottom: 62px;
    }
    
    .section.vp .container {
        flex-direction: column-reverse;
/*        padding: 0;*/
    }
    
    .vp__video {
        width: 100%;
    }
    
    .vp__content {
        width: 100%;
        padding-bottom: 30px;
    }
    
    .vp__title {
        font-size: 23px;
        margin-bottom: 15px;
        text-align: center;
        line-height: 1.4;
    }
    
    .vp__desc {
        font-size: 14px;
        font-weight: normal;
    }
    
    /* Slide Products */
    
    #main .ec-base-product ul.grid-slide > li.slide-prd-item {
        width: calc(50% - 10px);
        margin: 0 5px 30px;
    }
    
    /* Review */
    
    .main-review__container {
        padding: 0;
    }

    /* time sale */
    
    #time-sale {
        overflow: hidden;
    }
    
    .time-sale {
        padding: 0 0 35px;
    }
    
    #time-sale .prdList {
        width: 100%;
        margin: 0;
    }
    
    #time-sale .swiper-container {
        overflow: initial;
    }
    
    #ts-data.ec-base-product ul.prdList {
        width: 100% !important;
        margin-left: 0 !important;
    }
    
    #ts-data.ec-base-product ul.prdList > li {
/*        width: 57%;*/
        margin: 0;
    }
    
    #ts-data.ec-base-product ul.prdList > li .description {
        margin: 10px 0 0;
    }
    
    .ts-pager {
        display: block;
        text-align: center;
        position: relative !important;
        text-align: center;
        margin-top: 30px;
    }
    
    .ts-pager .swiper-pagination-bullet {
        margin: 0 3px;
        width: 6px;
        height: 6px;
        background: rgba(0,0,0,.3);
        border-radius: 50%;
        opacity: 1;
        transition: width 0.2s;
    }
    
    .ts-pager .swiper-pagination-bullet-active {
        background: #000;
        border-radius: 40px;
        width: 20px;
    }
    
    /* mid banner */
    
    .mid-banner {
        height: 100vw;
        background-attachment: scroll;
    }
    
    .mid-banner__content {
        padding: 0 16px;
    }    
    
    .mid-banner__title {
        font-size: 25px;
        text-shadow: 0px 0px 4px #636363;
        margin-bottom: 20px;
    }
    
    .mid-banner__desc {
        font-size: 14px;
        font-weight: 500;
        text-shadow: 1px 1px 4px #626262;
    }
    
    .mid-banner__btn {
        margin-top: 28px;
    }
    
    /* Instagram */
    
    .instagram.section {
        margin-bottom: 0 !important;
    }
    
    .instagram__iframe-pc {
        display: none;
    }
    
    .instagram__iframe-mobile {
        display: block;
    }
    
    .instagram__feed {
        padding: 0 !important;
        overflow: hidden;
    }
    
    .instagram__feed iframe {
        height: calc((33.333vw * 3) - 0px) !important;
    }
    
}
/* 상품 후기 */

.titleArea.titleArea--review {
    padding-bottom: 30px;
}

.main-review {
    box-sizing: border-box;
}

.main-review__inner--photo {
    padding: 0 0 40px;
}

.main-review__inner--list {
    padding: 20px 0 10px;
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -ms-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.main-review-slide {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
}

.main-review__inner--list.on,
.main-review-slide.swiper-container-initialized {
    opacity: 1;
    visibility: visible;
}

.main-review__inner {
    width: calc(100% + 20px);
    margin-left: -10px;
}

.main-review__item {
    width: calc(25% - 20px);
    margin: 0 10px 20px;
    border: 1px solid #ebebeb;
    background: #fff;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    bottom: 0;
    transition: bottom 0.3s ease-in-out;
    -webkit-transition: bottom 0.3s ease-in-out;
    -ms-transition: bottom 0.3s ease-in-out;
}

.main-review__item .thumb img,
.main-review__item .prd-thumb img {
    width: 100%;
    height: auto;
}

.main-review__item .thumb img {
    display: none;
}

.main-review__item .thumb {
    width: 0;
    height: 0;
    padding: 100% 100% 0 0;
}

.main-review__item .thumb__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.main-review__item .thumb__img--hover {
    display: none;
}

.main-review__item:hover .thumb__img--hover {
    /* display: block; */
    z-index: 1;
}

.main-review__item .description {
    margin: 20px;
    position: relative;
    text-align: left;
}

.description__footer {
    border-bottom: 1px solid #f4f4f4;
    margin-top: 15px;
    padding-bottom: 20px;
}

.main-review__item .score {
    display: block;
    width: 50%;
}

.score__status svg {
    width: 14px;
    height: 14px;
    user-select: none;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    color: rgb(191, 198, 210);
}

.score__status--1 svg:nth-child(1),
.score__status--2 svg:nth-child(1),
.score__status--2 svg:nth-child(2),
.score__status--3 svg:nth-child(1),
.score__status--3 svg:nth-child(2),
.score__status--3 svg:nth-child(3),
.score__status--4 svg:nth-child(1),
.score__status--4 svg:nth-child(2),
.score__status--4 svg:nth-child(3),
.score__status--4 svg:nth-child(4),
.score__status--5 svg {
    color: rgb(255, 184, 0);
}

/*
.modal-score.score2 .score__status,
.score__status--2 {
    width: 40%;
}

.modal-score.score3 .score__status,
.score__status--3 {
    width: 60%;
}

.modal-score.score4 .score__status,
.score__status--4 {
    width: 80%;
}
*/

/*
.modal-score.score5 .score__status,
.score__status--5 {
    width: 100%;
}
*/

.modal-score.score {
    position: relative;
    top: 1px;
}

.modal-score.score .score-star {
    letter-spacing: -4px;
    font-size: 14px;
}

.main-review__item .subject {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #111;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 11px;
}

.main-review__item .content {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    color: #777;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 20px;
    height: 40px;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.main-review__item .writer {
    font-size: 13px;
    color: #949494;
    margin-left: auto;
}

.main-review__item .prd-info {
    padding: 0 20px 20px;
    text-align: left;
}

.main-review__item .prd-thumb {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    border: 1px solid #f4f4f4;
    overflow: hidden;
}

.main-review__item .prd-thumb a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.main-review__item .prd-name {
    width: calc(100% - 50px);
    line-height: 38px;
    font-size: 13px;
    margin-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.main-review__item .prd-name a {
    color: #777;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.modal.on {
    opacity: 1;
    visibility: visible;
}

.modal-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
}

.modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.modal-popup {
    width: 900px;
    height: 540px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.modal.on .modal-popup {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
}

.modal-thumb {
    width: 540px;
    height: 100%;
    background: rgba(42, 42, 42, 0.06);
    position: relative;
}

.modal-thumb::before {
    content: 'EMPTY IMAGE';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    font-size: 40px;
    text-shadow: 1px 1px 5px #cdcdcd;
    color: #fff;
    font-weight: bold;
}

.modal-slide {
    width: 100%;
    height: 100%;
}

.modal-right {
    width: 360px;
    box-sizing: border-box;
    padding: 24px;
}

.modal-user {
    display: table;
    width: calc(100% - 100px);
    box-sizing: border-box;
    height: 60px;
}

.modal-profile {
    width: 46px;
    display: table-cell;
    vertical-align: middle;
}

.modal-profile img {
    width: 36px;
    height: auto;
    border-radius: 50%;
}

.modal-info {
    width: calc(100% - 46px);
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}

.modal-writer {
    font-size: 11px;
    color: #949494;
    position: absolute;
    right: 0;
    top: 17px;
}

.modal-cont {
    font-size: 12.5px;
    line-height: 1.5;
    word-break: keep-all;
    border-top: 1px dotted #ebebeb;
    padding-top: 17px;
    margin-top: 20px;
    max-height: 320px;
    overflow: auto;
}

.modal-cont .fr-view * {
    font-family: inherit !important;
    color: #777 !important;
    font-size: 13px;
    line-height: 1.6 !important;
}

.modal-header {
    padding: 0;
}

.modal-bottom {
    border-top: 1px dotted #ebebeb;
    margin-top: 24px;
    height: 408px;
    border-radius: 4px;
    padding: 18px 0;
    box-sizing: border-box;
    position: relative;
}

.modal-prd {
    width: 60px;
    height: 60px;
}

.modal-prd .prd-thumb,
.modal-prd img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal-prd img.swiper-lazy,
.modal-prd img:nth-child(3),
.modal-prd img:not(:first-child) {
    display: none;
}

.modal-attach-img,
.modal-prd a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.modal-attach-img {
    background-image: none !important;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal-attach-img > img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

.modal-prd a,
.modal-prd img {
    border-radius: 50%;
}

.modal-info .prd-name {
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 10px;
    display: block;
    min-height: 20px;
}

.modal-info .prd-name:last-child {
    margin: 0;
}

.modal-info .prd-name:hover {
    text-decoration: none;
}

.modal-info .prd-view {
    display: inline-block;
    padding: 7px 10px;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    line-height: 1;
    font-size: 12px;
}

.modal-subject {
    font-weight: 500;
    font-size: 13px;
    color: #000 !important;
    margin-bottom: 8px;
}

.main-review-nav {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.main-review-nav[role="button"] {
    opacity: 1;
    visibility: visible;
}

.jsMainReviewPrev {
    left: -60px;
}

.jsMainReviewPrev[role="button"] {
    left: -50px;
}

.main-review-nav:focus {
    outline: none;
}

.main-review-nav__next {
    left: auto;
    right: 20px;
}

.jsMainReviewNext {
    right: -60px;
}

.jsMainReviewNext[role="button"] {
    right: -50px;
}

.jsViewPrev,
.jsViewNext {
    display: none;
}

.modal-slide.swiper-container-initialized .jsViewPrev,
.modal-slide.swiper-container-initialized .jsViewNext {
    display: block;
}

.icon-arrow {
    border: solid #979797;
    display: inline-block;
    padding: 10px;
    border-width: 0 1px 1px 0;
}

.icon-arrow--w {
    border-color: #000;
}

.icon-arrow-left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.icon-arrow-right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.detail-pagination {
    position: absolute;
    bottom: 25px !important;
    left: 0;
    text-align: center;
    z-index: 10;
}

.detail-pagination .swiper-pagination-bullet {
    border: 1px solid #fff;
    background: rgba(255, 255, 255, .6);
    opacity: 1;
}

.detail-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000;
    border-color: #000;
}

.modal-close {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer;
    z-index: 1;
}

.modal-close::before,
.modal-close::after {
    content: '';
    display: block;
    width: 25px;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modal-close::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.review-nav__btn {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    right: 18px;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -ms-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.review-nav__btn.on {
    opacity: 1;
}

.review-nav__btn--next {
    right: 3px;
}

.review-nav__btn:active,
.review-nav__btn:focus {
    outline: none;
}

.review-nav__btn::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: solid #000;
    border-width: 0px 1px 1px 0;
    padding: 5px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 3px;
    left: 50%;
    margin-left: -4px;
}

.review-nav__btn--next::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*
@media(hover: hover) {
    .main-review__item:hover {
        bottom: 10px;
    }
}
*/

@media (max-width: 1440px) {
    .main-review__item {
/*        width: calc(25% - 16px);*/
    }
}

@media (max-width: 1024px) {
    
    .modal-popup {
        width: 700px;
    }
    
    .modal-thumb,
    .modal-right {
        width: 50%;
    }
    
}

@media (max-width: 1023px) {

    .main-review--photo {
        padding: 16px 16px 0;
    }
    
    .main-review__item--photo {
        width: calc(33.333% - 16px);
    }
    
}

@media (max-width: 767px) {
    
    .modal-container,
    .modal-wrapper {
        display: block;
        width: 100%;
        height: 100%;
    }
    
    .modal-popup {
        width: 100%;
        height: 100%;
    }
    
    .modal .modal-thumb {
        float: none;
        width: 100%;
        height: 50%;
        background: rgba(42,42,42,0.06);
        overflow: hidden;
    }
    
    .modal-thumb::before {
        font-size: 35px;
    }
    
    .modal .modal-right {
        float: none;
        width: 100%;
    }
    
    .modal-right.scroll {
        overflow: auto;
    }
    
    .modal-close {
        width: 18px;
        height: 18px;
        top: 16px;
        right: 16px;
    }
    
    .modal-close::before, .modal-close::after {
        width: 18px;
        background: #333;
    }
    
    .main-review-nav {
        margin-top: -7px;
    }
    
    .icon-arrow {
        padding: 6.6px;
    }
    
    .icon-arrow--w {
        border-color: #333;
    }
    
    .detail-pagination {
        bottom: 15px !important;
    }
    
    .detail-pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        border: 1px solid #000;
    }
    
    .main-review__inner {
        width: calc(100% + 10px);
        margin-left: -5px;
    }
    
    .main-review__item--photo {
        width: calc(50% - 10px);
        margin: 0 5px 10px;
    }
    
    .main-review__item .description {
        margin: 10px;
    }
    
    .main-review__item .subject {
        font-size: 13px;
        margin: 2px 0 10px;
        line-height: 1.3;
    }
    
    .main-review__item .content {
        font-size: 12px;
        line-height: 1.2rem;
        height: 2.4rem;
        margin: 0;
    }
    
    .description__footer {
        margin-top: 13px;
        padding-bottom: 10px;
    }
    
    .main-review__item .score {
        margin-top: 0;
    }
    
    .main-review__item .prd-info {
        padding: 0 10px 10px;
    }
    
    .main-review__item .prd-thumb {
        width: 30px;
        height: 30px;
    }
    
    .main-review__item .prd-name {
        font-size: 12px;
        width: calc(100% - 42px);
        line-height: 30px;
    }
    
    .modal-cont {
        max-height: calc(50vh - 199px);
    }
    
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.rv__item {
    border-bottom: 1px solid #ebebeb;
    padding: 30px 0;
}

.rv__item:first-child {
    padding-top: 10px;
}

.rv__prd-info {
    width: 100px;
    margin-right: 30px;
}

.rv__prd-thumb {
    display: block;
    line-height: 1;
    font-size: 0;
    margin-bottom: 8px;
    border-radius: 4px;
    overflow: hidden;
}

.rv__prd-img {
    width: 100%;
    height: auto;
}

.rv__prd-name {
    display: block;
    font-size: 11px;
    text-align: center;
    color: #8c8c8c;
}

.rv__content {
    width: 50%;
}

.rv__attached:not(:empty) {
    margin-bottom: 25px;
}

.rv__attached-item {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 6px;
}

.rv__attached-item span {
    display: block;
    width: 0;
    height: 0;
    padding: 100% 100% 0 0;
    background-size: cover;
}

.rv__attached-item img,
.rv__attached-item canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.rv__subject {
    font-size: 14px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.rv__comment:not(:empty) {
    color: #f94830;
    margin-left: 3px;
    font-size: 12px;
}

.rv__summary {
    font-size: 14px;
    color: #666;
    width: 70%;
    font-weight: 500;
    min-width: 400px;
}

html.loaded .rv__summary {
    transition: opacity 0.4s;
}

.rv__summary.fade-out {
    opacity: 0;
}

.rv__summary:not(.rv__summary--more) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 19px;
}

.rv__summary--more {
    display: none;
}

.rv__summary--more,
.rv__summary--more * {
    line-height: 1.5 !important;
    font-size: 13px !important;
    font-family: inherit !important;
    font-weight: 500 !important;
    color: #676767 !important;
}

.rv__summary p img {
    display: none;
}

.rv-view {
    cursor: pointer;
}

.rv__more {
    font-size: 13px;
    margin-top: 10px;
    font-weight: 500;
    cursor: pointer;
    color: #a6a6a6;
}

.rv__more span:before {
    content: attr(data-more);
}

.rv__more.on span:before {
    content: attr(data-close);
}

.rv__more svg {
    margin-left: 4px;
    width: 10px;
    height: auto;
    vertical-align: middle;
}

.rv__more.on svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rv__more svg path {
    fill: #a6a6a6;
}

.rv__info {
    margin-left: auto;
    padding-left: 30px;
    border-left: 1px solid #ebebeb;
    width: 10%;
    min-width: 140px;
    box-sizing: border-box;
    text-align: right;
}

.rv__info--footer,
.rv__info--m {
    display: none;
}

.rv__info * {
    font-size: 13px;
    color: #999;
    /*      margin-bottom: 3px;*/
    line-height: 1.5;
    font-weight: 500;
}

.rv__score {
    margin-bottom: 5px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    transform: translateX(5px);
}

.rv__info .rv__date {
    margin-bottom: 0;
}

.rv__score img {
    width: 70px;
}

.rv__vote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #999;
    font-size: 12px;
    margin-top: 7px;
}

.rv__vote--m {
    display: none !important;
}

.rv__vote svg {
    display: block;
    margin-bottom: 0;
    margin-right: 3px;
    width: 13px;
    height: auto;
    fill: #999;
}

.rv__vote path {
    stroke: #999;
    stroke-width: 2px;
}

.rv__vote span {
    display: block;
    margin: 0;
    height: 13px;
    line-height: 12px;
}

/* detail */

.rv-frame {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    visibility: hidden;
}

.rv-frame.on {
    opacity: 1;
    visibility: visible;
}

.rv-frame__layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.rv-frame__layer::before {
    content: '';
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 3px solid #FFF;
    border-right: 3px solid transparent;
    box-sizing: border-box;
    animation: rotation 0.6s linear infinite;
}

.rv-frame__content {
    max-width: 1000px;
    width: 100%;
    max-height: 750px;
    height: calc(100vh - 200px);
}

.rv-frame__content.not-attached {
    max-width: 600px;
}

#rv-frame {
    border-radius: 8px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    /*    transition: opacity 0.3s ease;*/
    transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

#rv-frame.loaded {
    transform: translateY(0);
    opacity: 1;
}

#rv-frame,
body.is-rv,
body.is-rv #wrap,
body.is-rv #container,
.rv-popup-container,
.rv-popup {
    width: 100% !important;
    height: 100% !important;
}

.rv-popup-close {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 30px;
    height: 30px;
    background: url("//www.pruvie.kr/moa/img/default/icon_x_circle.png") no-repeat center;
    background-size: 100% auto;
    font-size: 0;
    cursor: pointer;
    opacity: 0;
}

html.loaded .rv-popup-close {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.rv-frame__header {
    display: none !important;
}

#rv-frame.loaded ~ .rv-popup-close,
.rv-popup.load {
    opacity: 1;
}

.rv-popup__attached {
    width: 60%;
    height: 100%;
    background: rgb(34, 34, 34);
}

.rv-popup.not-attached .rv-popup__attached {
    display: none;
}

.rv-popup__img-container,
.rv-popup__img-wrapper,
.rv-popup__img-item {
    width: 100%;
    height: 100%;
}

.rv-popup__img-item {
    position: relative;
    overflow: hidden;
}

.rv-popup__img-item > img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.rv-slide-nav {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12);
    z-index: 1;
    cursor: pointer;
}

.rv-slide-nav svg {
    width: 12px;
    height: auto;
}

.rv-slide-nav svg g {
    stroke: #000;
    stroke-width: 2px;
}

.rv-slide-nav--prev {
    left: 10px;
}

.rv-slide-nav--next {
    right: 10px;
}

.rv-slide-pagination {
    position: absolute;
    left: 50%;
    bottom: 15px;
    width: 50px;
    height: 25px;
    margin-left: -25px;
    background: #333;
    border-radius: 40px;
    color: #fff;
    font-size: 11px;
    z-index: 1;
    line-height: 1;
    letter-spacing: 1px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12);
}

.rv-slide-pagination span {
    width: 10px;
    text-align: center;
    font-size: 13px;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}

.rv-popup__info {
    width: 40%;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    height: 100%;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.rv-popup.not-attached .rv-popup__info {
    width: 100%;
    max-height: none;
    height: 100vh;
}

.rv-popup__info::-webkit-scrollbar {
    width: 3px;
    background: #bbb;
}

.rv-popup__info::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #bbb;
}

.rv-popup__info::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgb(0 0 0 / 10%);
    background-color: #f8f8f8;
}

.rv-detail {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
}

.rv-detail__prd-box {
    padding: 0 0 15px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
}

.rv-detail__prd-thumb {
    width: 50px;
    height: 50px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.rv-detail__prd-thumb > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rv-detail__prd-info {
    display: block;
    width: calc(100% - 50px);
    padding-left: 15px;
    box-sizing: border-box;
    line-height: 1.5;
}

.rv-detail__prd-name {
    font-size: 15px;
    color: #333;
    font-weight: 600;
}

.rv-detail__prd-price {
    font-size: 14px;
    color: #8c8c8c;
    font-weight: 500;
}

.rv-detail__btn {
    font-size: 11px;
    border: 1px solid #ebebeb;
    padding: 5px 15px;
    display: inline-block;
    line-height: 1;
}

.rv-detail__score {
    margin-bottom: 0px;
}

.rv-detail__score img {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
}

.rv-detail__subject .adminAnswer {
    display: none;
}

.rv-detail__writing-info {
    margin-bottom: 23px;
    margin-left: auto;
    line-height: 1.3;
}

.rv-detail__writing-info > div {
    font-size: 13px;
    color: #888;
}

.rv-detail__writing-info > div:not(:first-child)::before {
    content: '';
    width: 1px;
    height: 10px;
    background: rgb(204, 204, 204);
    vertical-align: middle;
    margin: 0 7px;
    display: inline-block;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}

.rv-detail__subject {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 15px;
    color: #222;
    line-height: 1.3;
}

.rv-detail__content,
.rv-detail__content * {
    font-size: 14px !important;
    color: #4f4f4f !important;
    font-family: inherit !important;
    line-height: 1.5 !important;
    font-weight: 500 !important;
}

.rv-detail__vote {
    font-size: 12px;
    color: #333;
    margin-top: 40px;
}

.rv-like {
    fill: none;
    stroke: #828282;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.rv-detail__vote strong {
    margin-left: 3px;
    font-weight: bold;
    color: #666;
}

.rv-detail__report {
    position: absolute;
    bottom: -3px;
    right: 0;
}

.rv-detail__btn--report {
    margin-left: 2px;
}

.rv-popup .xans-board-commentlist {
    margin: 0;
    border-top: none;
    border-bottom: 1px solid #ebebeb;
    padding: 0;
}

.rv-popup .xans-board-commentlist .boardComment li div.commentTop {
    padding: 0 0 10px;
}

.rv-popup .xans-board-commentlist .boardComment li {
    padding: 16px 0;
    font-size: 12px;
}

.rv-popup .xans-board-commentlist .boardComment li .date {
    margin: 0 10px;
    font-size: 11px;
}

.rv-popup .xans-board-commentlist .boardComment li .formGroup {
    margin: 0;
}

.rv-popup .xans-board-commentlist .boardComment li .formGroup .button .rv-detail__btn {
    margin-left: 0;
    margin-top: 20px;
}

.rv-popup .xans-board-commentwrite {
    padding: 0;
    margin: 0;
    background: #fff;
    margin-top: 20px;
}

.rv-popup .xans-board-commentwrite .comment-auth {
    margin: 20px 0;
    padding: 26px 16px;
    background: #f6f6f6;
    border-radius: 4px;
}

.rv-popup .xans-board-commentwrite h4 {
    margin: 0 0 10px 0;
    font-size: 12px;
    font-weight: 500;
}

.rv-popup .xans-board-commentwrite textarea {
    border-color: #ebebeb;
    font-size: 12px;
    padding: 10px;
}

.rv-popup .xans-board-commentwrite .inside {
    padding: 10px 10px 5px;
    border-color: #ebebeb;
    border-top: none;
}

.rv-popup .xans-board-commentwrite .input {
    border-color: #ebebeb;
    border-top: 1px solid #ebebeb;
}

.rv-popup .xans-board-commentwrite span {
    font-size: 11px;
    display: block;
    margin-bottom: 0;
}

.rv-popup .xans-board-commentwrite span label {
    width: 50px;
    display: inline-block;
}

.rv-popup .xans-board-commentwrite span.inside span {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    margin-right: 0;
}

.rv-popup .xans-board-commentwrite span.outside {
    padding: 0;
}

.rv-popup .xans-board-commentwrite input[type=text],
.rv-popup .xans-board-commentwrite input[type=password] {
    width: calc(100% - 50px);
    margin: 0;
    border-color: #ebebeb;
    border-radius: 4px;
}

.rv-popup .xans-board-commentwrite .input .btnSubmit {
    position: static;
    width: 100%;
    background: #333;
    height: 45px;
    padding: 0;
    line-height: 43px;
    font-size: 13px;
    border-radius: 4px;
    font-weight: normal;
}

.rv-popup .grade-box {
    display: none;
}

.rv-popup .xans-board-commentlist .boardComment li div.commentTop,
.rv-popup .xans-board-commentlist .boardComment li .comment {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

/* search */

#top-search {
    background: #f7f8fa;
    border-radius: 4px;
    padding: 15px;
    margin-left: 0;
    margin-right: 0;
}

#top-search .category {
    margin: 0;
}

#top-search .category::before {
    content: '카테고리별 보기';
    margin-right: 10px;
}

#top-search .form:not(.category)::before {
    content: '상품 검색';
    margin-right: 10px;
    color: #888;
    border: 1px solid #e0e0e0e0;
    background: #fff;
    height: 40px;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 0 12px;
    line-height: 38px;
    margin-right: 0;
    font-size: 12px;
}

#top-search .category select:not(:first-child),
#top-search .form:not(.category) select {
    display: none;
}

#top-search .form select,
#top-search #search,
#top-search #search + .btnNormal {
    border-radius: 4px;
}

#top-search #search + .btnNormal {
    border-color: #e0e0e0;
    margin-left: 0;
    flex: inherit;
    padding: 0;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
}

#top-search #search + .btnNormal svg {
    width: 15px;
    height: auto;
    display: block;
}

#top-search #search {
    width: 300px;
}

@media (max-width: 1024px) {

    .rv {
        padding: 0 16px;
    }

    .rv__prd-info {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .rv__prd-info > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .rv__attached-item {
        width: 60px;
        height: 60px;
    }

    #top-search {
        margin-left: 0;
        margin-right: 0;
    }

    .rv-popup .xans-board-commentlist .boardComment li .formGroup button,
    .rv-popup .xans-board-commentlist .boardComment li .formGroup .button,
    .rv-popup .ec-base-button {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 768px) {

    .board-top {
        margin-bottom: 0;
    }

    .rv__info--pc {
        display: none !important;
    }

    .rv__info--m,
    .rv__info--footer {
        display: block;
    }

    .rv__item {
        padding: 20px 0 25px;
        flex-direction: column-reverse;
    }

    .rv__item:first-child {
        padding-top: 22px;
    }

    .rv__prd-info {
        background: rgb(248, 249, 250);
        padding: 10px;
        border-radius: 4px;
        box-sizing: border-box;
        margin: 15px 0 0;
    }

    .rv__prd-thumb {
        width: 40px;
        margin-bottom: 0;
        margin-right: 10px;
    }

    .rv__prd-name {
        font-size: 11px;
    }

    .rv__info {
        min-width: auto;
        text-align: left;
        padding: 0;
        margin-left: 0;
        width: 100%;
        border: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 8px;
    }

    .rv__score {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
        font-size: 0;
        line-height: 1;
        margin-right: 3px;
    }

    .rv__score img {
        width: 67px;
        margin-bottom: 0;
    }

    .rv__info * {
        font-size: 11px;
        margin-bottom: 1px !important;
    }

    .rv__info .rv__date {
        margin-bottom: 0;
        margin-right: 8px;
    }

    .rv__info .rv__writer {
        margin-right: 8px;
    }
    
    .rv__more svg {
        position: relative;
        top: -1px;
    }
    
    .rv__more.on svg {
        top: 0px;
    }

    .rv__content {
        width: 100%;
    }

    .rv__attached:not(:empty) {
        margin-bottom: 15px;
    }

    .rv__subject {
        font-size: 13px;
    }

    .rv__summary {
        font-size: 13px;
        box-sizing: border-box;
        min-width: auto;
        width: 100%;
    }

    .rv__more {
        font-size: 13px;
        margin-top: 25px;
    }

    .rv__vote--m {
        display: flex !important;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .rv__vote svg {
        fill: #a6a6a6;
        width: 12px;
    }

    .rv__vote svg path {
        stroke: #a6a6a6;
    }

    .rv__vote span {
        height: 12px;
        color: #a6a6a6;
    }

    .rv-frame__content {
        max-height: 100%;
        height: 100%;
        box-sizing: border-box;
    }

    .rv-frame__header {
        height: 50px;
        background: #fff;
        font-size: 17px;
        font-weight: bold;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        box-shadow: 1px 1px 5px #bebebe;
        box-sizing: border-box;
        display: flex !important;
        opacity: 0;
    }

    html.loaded .rv-frame__header {
        transition: opacity 0.3s ease;
    }

    #rv-frame.loaded ~ .rv-frame__header {
        opacity: 1;
    }

    .rv-frame__header-close {
        position: absolute;
        top: 50%;
        right: 12px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 0;
        line-height: 1;
    }

    .rv-frame__header-close svg {
        width: 20px;
        height: auto;
        line-height: 1;
    }

    #rv-frame {
        border-radius: 0px;
        height: calc(100% - 49px) !important;
        margin-top: 49px;
    }

    .rv-popup__attached {
        width: calc(min(100vw, 720px));
        height: calc(min(50vh, 720px));
    }

    .rv-popup__info {
        width: 100%;
        height: auto;
        overflow: auto;
        max-height: 50vh;
    }

    .rv-popup__info {
        padding: 16px;
    }

    .rv-detail__prd-thumb {
        width: 45px;
        height: 45px;
    }

    .rv-slide-nav {
        display: none !important;
    }

}

@media (max-width: 767px) {

    #top-search {
        margin-top: 16px;
        display: none;
    }

    .xans-board-search .form {
        width: 100%;
    }

    #top-search .form:not(.category)::before {
        font-size: 11.5px;
        margin-right: 3px;
        width: 70px;
        padding: 0;
        text-align: center;
        border-radius: 0;
    }

    #top-search .form select,
    #top-search #search,
    #top-search #search + .btnNormal {
        border-radius: 0px;
    }

    #top-search #search {
        margin-top: 0;
        margin-left: 0;
        width: calc(100% - 116px);
        flex: inherit;
    }

    #top-search #search + .btnNormal {
        margin-left: 3px;
        margin-top: 0;
    }

    #top-search #search + .btnNormal svg {
        width: 14px;
    }


}
@charset "utf-8";

/* **************************** //필수 CSS 수정 및 삭제 불가 **************************** */
* {-webkit-font-smoothing: antialiased;}
/* tag reset */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,img { margin:0; padding:0; }
html { width:100%; height:100%; }
body,code { font-size:13px; font-family: 'Pretendard Variable',"맑은 고딕","malgun gothic","돋움","dotum",sans-serif; color:#000; color:var(--font-color-base); background:#fff; letter-spacing: -0.4px; font-weight: 500; }
body:not(#body-iframe) { min-width:320px; }
body#popup { min-width:0; }
li { list-style:none; }
img,fieldset { border:none; vertical-align:top; }
table { width:100%; border:0; border-spacing:0; border-collapse:collapse; }
caption { display:none; }
th,td { border:0; vertical-align:top; }
input,select,textarea { font-size:100%;     font-family: 'Pretendard Variable',"맑은 고딕","malgun gothic","돋움","dotum",sans-serif; color:#000; color:var(--font-color-base); vertical-align:middle; border-radius:0; box-sizing:border-box; }
button { font-family: 'Pretendard Variable',"맑은 고딕","malgun gothic","돋움","dotum",sans-serif; overflow:visible; padding:0; margin:0; border:0; cursor:pointer; background:none; }
strong {font-weight: 500;}
hr.layout { display:none; }
a { text-decoration:none; color:#000; color:var(--font-color-base); }
a:hover { text-decoration:underline; }
a:active { text-decoration:none; }
.objHidden { visibility:hidden; position:absolute; left:-1000px; top:-1000px; height:0; width:0; }
#content_CONTAINER table, #bi_inquire_content_CONTAINER table { border:0; margin:0 0 -1px; }
#content_CONTAINER table:before, #bi_inquire_content_CONTAINER table:before { display:none; }
#content_CONTAINER td, #bi_inquire_content_CONTAINER td { width:auto !important; padding:0; }

#progressPaybarBackground { position:absolute; z-index:99; left:0; top:0; width:100%; height:100%; filter:alpha(opacity=40); opacity:0.3; background-color:#000; }
#progressPaybarView { position:fixed; z-index:100; top:50%; left:0; right:0; transform:translateY(-50%); }
#progressPaybarView h3 { font-size:32px; color:#444b59; }
#progressPaybarView .box { width:586px; margin:0 auto; padding:67px 0; text-align:center; background:#fff; }
#progressPaybarView .box .txt { margin:8px 0 36px; font-size:15px; line-height:26px; color:#667084; }

/* contents */
#skipNavigation {position:absolute; top:0; left:0; z-index:100; width:100%; height:0;}
#skipNavigation p, #skipNavigation ul, #skipNavigation ul li {height:0;}
#skipNavigation p a {position:absolute; left:0; top:0; display:block; overflow:hidden; width:1px; height:1px; margin-left:-1px; margin-bottom:-1px; text-align:center; color:#000; white-space:nowrap;}
#skipNavigation p a:focus, #skipNavigation p a:hover, #skipNavigation p a:active {width:100%; height:auto; padding:10px 0; background:#c4122f; color:#fff; z-index:100;}

.displaynone { display:none; }
.dimmed { position:fixed; top:0; left:0; z-index:99; width:100%; height:100%; background:#fff; opacity:0.8; filter:alpha(opacity=80); }
.blind { display: block; overflow: hidden; position: absolute; font-size: 1px; line-height: 0; color: transparent; text-indent: -150%; white-space: nowrap;}

/* IE Not Supoorted */
:root {
  --font-color-base:#000;
  --font-color-heading:#000;
  --font-color-primary:#000;
  --font-color-secondary:#ef441f;
  --font-color-warn:#ec2a1d;
  --font-color-success:#0985df;
}

/* **************************** 필수 CSS 수정 및 삭제 불가 **************************** */

@charset "utf-8";

/* Layout */
#header { background:#fff; box-sizing:border-box; }
#header .topArea { position:relative; }
#header .navigation .btnNav { overflow:hidden; white-space:nowrap; font-size:1px; color:transparent; line-height:1px; width:24px; height:24px; background:none; }
#header .navigation__util .menu { display:inline-block; overflow:hidden; width:24px; height:24px; margin-left:15px; font-size:1px; line-height:1px; color:transparent; white-space:nowrap; text-indent:150%; vertical-align:top; background:none; }
#topBanner { position:relative; overflow:hidden; height:34px; text-align:center; background:#000; }
#topBanner .desc { overflow:hidden; font-size:12px; color:#fff; box-sizing:border-box; line-height: 1; }
#topBanner .btnClose { position:absolute; right:50px; top:10px; width:13px; height:13px; background:none; overflow:hidden; white-space:nowrap; text-indent:150%; font-size:1px; color:transparent; line-height:1px; }
#topBanner.hidden { display:none; }
#footer { background:#f6f6f6; }
#footer .inner { overflow:hidden; position:relative; }
.dimmed { display:none; z-index:1000; position:fixed; top:0; left:0; bottom:0; right:0; width:100%; height:100%; background:rgba(0,0,0,0.3); }

/********************* Mobile *********************/
@media all and (max-width:767px) {
    /* responsive class */
    .RTI, .RTB, .RTIB { display:none !important; }
    .RMB { display:block !important; }
    .RMI { display:inline !important; }
    .RMIB { display:inline-block !important; }

    #header .navigation .btnNav {left:16px; }
    #header .navigation__util { right:16px; }
}

/********************* Mobile / Tablet *********************/
@media all and (max-width:1024px) {
    /* responsive class */
	.RWI, .RW, .RWB, .RWIB { display:none !important; }
    .RTMB { display:block !important; }
    .RTMI { display:inline-block !important; }

    #capp-shop-new-product-optionselect-layer { position:fixed !important; top:0 !important; right:0 !important; left:auto !important; width:100% !important; height:100% !important; margin:0 !important; }

    #header { position:relative; height:60px; padding:20px 0 0; box-sizing:border-box; }
    #header .navigation .btnNav {position:absolute; top:18px;  }
    #header .navigation__util { position:absolute;  top:18px; }
    .bottom-nav { z-index:901; position:fixed; bottom:0; width:100%; height:52px; -webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);-webkit-transition: -webkit-transform .3s linear,padding-bottom .3s linear;transition: transform .3s linear,padding-bottom .3s linear; }
    .bottom-nav--hide { -webkit-transform: translate3d(0,60px,0); transform: translate3d(0,60px,0); }
    .bottom-nav__tabBar { display:flex;justify-content: space-between; height:52px; padding:14px 26px 0; box-sizing:border-box; background:#fff; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); -webkit-transition: -webkit-transform .3s linear,padding-bottom .3s linear; transition: transform .3s linear,padding-bottom .3s linear; }
    .bottom-nav__tabBar li a,
    .bottom-nav__tabBar li button { position:relative; display:block; white-space:nowrap; width:24px; height:24px; font-size:1px; line-height:1px; color:transparent; text-indent:150%; vertical-align:top; background:none; }
    .bottom-nav__tabBar li button:focus { outline:0; }
    .bottom-nav__tabBar .count { display:block; position:absolute; top:12px; right:-5px; width:16px; height:16px; font-size:11px; color:#fff; text-align:center; text-indent:0; line-height:15px; border-radius:50%; background:#000; }
    .bottom-nav__top { opacity:0; visibility:hidden; position:absolute; top: -72px; right:16px; width:54px; height:54px; padding:15px 0 0; font-size:14px; border:1px solid #e3e3e3; box-sizing:border-box; text-align:center; text-transform: uppercase; background:rgba(256,256,256,0.9); transition:.5s; }
    .bottom-nav__top a { display:block; }
    .bottom-nav__top .icon.icoArrowTop { display:block; margin:0 auto; }
    .bottom-nav__top--show { opacity:1; visibility:visible; }
    .bottom-nav__top span { display:block; margin:4px 0 0; }
    #detail .bottom-nav { z-index:401; }
    #detail .bottom-nav--hide .bottom-nav__top { opacity:0; }
    .button--fixed .bottom-nav__tabBar { display:none; }
    .button--fixed #header.fixed { overflow:hidden; position:fixed; top:0; width:100%; height:60px; z-index:1000; transition:.5s; }
	.button--fixed #header.fixed .navigation { position:absolute; top:0; left:0; right:0; background:#fff; }
    #contents { position:relative; padding-bottom:100px; }
    #footer { padding:0 0 82px; }
    #topBanner { height:auto; }
    #topBanner .desc { overflow:visible; height:auto; line-height:1.67; }
    #topBanner .btnClose { right:16px; top:12px; }
    
    .xans-layout-mobileaction { position:absolute; top:45px; left:16px; }
    .xans-layout-mobileaction a { overflow:hidden; display:block; text-indent:-150%; color:transparent; font-size:1px; line-height:1px; white-space:nowrap; }
    #detail .xans-layout-mobileaction { top:16px; }
}

/********************* Tablet *********************/
@media all and (min-width:768px) and (max-width:1024px) {
    /* responsive class */
    .RMI, .RMB, .RMIB { display:none !important; }
    .RTI { display:inline !important; }
    .RTB { display:block !important; }
    .RTIB { display:inline-block !important; }
    
    #header .navigation .btnNav { left:24px;  }
    #header .navigation__util { right:24px; }
}

/********************* PC *********************/
@media all and (min-width:1025px) {
    /* responsive class */
    .RMI, .RMB, .RMIB, .RTI, .RTB, .RTIB, .RTMI, .RTMB { display:none !important; }
    .RWI { display:inline !important; }
    .RWB { display:block !important; }
    .RWIB { display:inline-block !important; }
    
    #header { padding:0 49px; transition:.5s; }
    #header.fixed { overflow:hidden; position:fixed; top:0; width:100%; height:60px; z-index:1000; transition:.5s; }
	#header.fixed .navigation { position:absolute; top:0; left:49px; right:49px; background:#fff; }
    #header .navigation { position:relative; min-height:64px; }
    #header .navigation .btnNav { position:absolute; left:0; top:20px; }
	#header .navigation__util { position:absolute; right:0; top:20px; }
    #contents { max-width:1280px; min-height:800px; padding:0 50px 200px; margin:0 auto; }
    section.gInner { max-width:1240px; margin:0 auto; }

    #footer { padding:40px 0 44px; }
    #footer:before { content:""; display:block; position:absolute; bottom:100px; left:0; right:0; border-top:1px solid #e0e0e0; }
    #footer .inner { max-width:1340px; margin:0 auto; padding:0 50px; }
    
    #quick { z-index:10; position:absolute; top:284px; right:51px; width:93px; background:#fff; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25); }
	#quick.fixed {position:fixed; top:84px;}
	#quick .pageTop a { display:block; padding:19px 0; text-align:center; font-size:14px; text-transform:uppercase; }
    #quick .pageTop .icon { vertical-align:middle; }
}

/********************* PC *********************/
@media all and (max-width:1553px) {
	#quick { display:none; }
}

#modalBackpanel { display:none; position:absolute; top:0; left:0; z-index:10000; width:100%; height:100%; background:#000; }
#modalContainer { display:none; position:absolute; top:100px; left:100px; z-index:10001; width:975px; height:720px; border:1px solid #333; background:#fff; }
#modalContainer #modalContent { width:100%; height:100%; }
/* Font */
.txtInfo {
    color: #868686;
    font-size: 12px;
    line-height: 22px;
}

p.txtInfo,
ul.txtInfo {
    margin: 10px 0 0;
}

span.txtInfo {
    margin-left: 10px;
}

p.txtInfo.typeDot,
.txtInfo.typeDot li {
    position: relative;
    padding: 0 0 0 14px;
}

p.txtInfo.typeDot:before,
.txtInfo.typeDot li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #868686;
}

.txtList {
    color: #868686;
    font-size: 13px;
    line-height: 20px;
}

p.txtList,
ul.txtList {
    margin: 10px 0 0;
}

.txtWarn {
    color: var(--font-color-warn);
}

.txtEm {
    color: var(--font-color-primary);
}

.txtSecondary {
    color: var(--font-color-secondary);
}

.txtSuccess {
    color: var(--font-color-success);
}

.txtDel,
.strike,
.discount {
    text-decoration: line-through;
    font-weight: normal;
}

.strike strong,
.discount strong {
    font-weight: normal;
}

.txtNormal {
    font-weight: normal;
    font-style: normal;
}

.txtNum {
    display: inline-block;
    font-size: 11px;
    color: #939393;
    word-break: normal;
}

.txt11 {
    font-size: 11px;
}

.txt12 {
    font-size: 12px;
}

.txt13 {
    font-size: 13px;
}

.txt14 {
    font-size: 14px;
}

.txt16 {
    font-size: 16px;
}

.txt18 {
    font-size: 18px;
    letter-spacing: -1px;
}

.txtIcon {
    font-size: 12px;
    font-style: normal;
}

.txtBreak {
    word-break: break-all;
    word-wrap: break-word;
}

/* JP, TW, CN */
html:lang(ja) .txt11,
html:lang(zh) .txt11,
html:lang(zh-tw) .txt11 {
    font-size: 12px;
}

@-webkit-keyframes fadeInTitle {
    
    from {
        opacity: 0;
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
    
}
    
@keyframes fadeInTitle {
    
    from {
        opacity: 0;
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
    
}

.titleArea {
    opacity: 0;
}

html.loaded .titleArea {
-webkit-animation: fadeInTitle 0.6s ease forwards;
animation: fadeInTitle 0.6s ease forwards;
-webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
}

.titleArea h2,
.titleArea h3 {
    font-weight: 700;
}

.titleArea h2,
.titleArea h2 * {
    color: #000 !important;
}

/* grid */
.gBlank5 {
    display: block;
    margin-top: 5px;
}

.gBlank10 {
    display: block;
    margin-top: 10px;
}

.gBlank15 {
    display: block;
    margin-top: 15px;
}

.gBlank20 {
    display: block;
    margin-top: 20px;
}

.gBlank30 {
    display: block;
    margin-top: 30px;
}

.gIndent10 {
    margin-left: 10px;
}

.gIndent20 {
    margin-left: 20px;
}

.gSpace10 {
    margin-right: 10px;
}

.gSpace20 {
    margin-right: 20px;
}

.gMerge {
    position: relative;
    z-index: 1;
    margin-top: -1px;
}

/* svg icon */
svg.icon {
    display: block;
}

/* css icon */
.icon.icoClose {
    display: block;
    position: relative;
    overflow: hidden;
    width: 15px;
    height: 15px;
    margin: 0 auto;
    font-size: 1px;
    line-height: 0;
    color: transparent;
    white-space: nowrap;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.icon.icoClose:before {
    content: "";
    position: absolute;
    top: 0;
    right: 7px;
    width: 1px;
    height: 15px;
    background: #000;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.icon.icoClose:after {
    content: "";
    position: absolute;
    top: 7px;
    right: 0;
    width: 15px;
    height: 1px;
    background: #000;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.icon.icoClose.white:before,
.icon.icoClose.white:after {
    background: #fff;
}

.icon[class*="icoArrow"] {
    display: inline-block;
    overflow: hidden;
    width: 8px;
    height: 8px;
    text-indent: 120%;
    white-space: nowrap;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.icon.icoArrowRight {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.icon.icoArrowLeft {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.icon.icoArrowTop {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.icon.icoArrowBottom {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.icon[class*="icoArrow"].white {
    border-color: #fff;
}

.icon.icoNav {
    display: block;
    width: 20px;
    height: 2px;
    color: #000;
    background: currentColor;
    box-shadow: 0 14px 0;
    margin: -8px auto 0;
    position: relative;
}

.icon.icoNav:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 20px;
    height: 2px;
    background: currentColor;
}

.icon.icoUser {
    overflow: hidden;
    display: inline-block;
    width: 22px;
    height: 22px;
    border-bottom: 2px solid #000;
    box-sizing: border-box;
}

.icon.icoUser:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    margin: 0 auto 1px;
    border-radius: 50%;
    border: 2px solid #000;
}

.icon.icoUser:after {
    content: "";
    display: block;
    width: 18px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #000;
}

/* Form */
input[type=text],
input[type=password] {
    height: 40px;
    line-height: 40px;
    padding: 2px 4px 2px 15px;
    border: 1px solid #e0e0e0;
    color: var(--font-color-base);
    font-size: 13px;
    box-sizing: border-box;
    border-radius: 4px;
    outline: 1px;
}

input[type="button"],
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="image"],
textarea,
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

select:focus {
    outline: none;
}

input[type=text]:not(:disabled):focus,
input[type=password]:not(:disabled):focus,
input[type=text]:not(:disabled):hover,
input[type=password]:not(:disabled):hover {
    border-color: #000;
    transition: .3s;
}

input[type=text]:disabled {
    background: #f9f9f9;
}

input[type=text][readonly] {
    background: #f9f9f9;
}

textarea {
    padding: 10px 15px;
    border: 1px solid #e0e0e0;
    line-height: 1.5;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #c1c1c1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #c1c1c1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #c1c1c1;
    opacity: 1;
}

input.gFull {
    width: 100%;
}

/* file */
input[type="file"] {
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    color: #7d7d7d;
}

input[type="file"]::file-selector-button,
input[type="file"]::-webkit-file-upload-button {
    height: 40px;
    padding: 0 20px;
    font-size: 13px;
    color: #1c1c1c;
    border: 1px solid #bcbcbc;
    border-radius: 0;
    background: #fff;
    box-sizing: border-box;
    -webkit-appearance: none;
}

/* select */
select {
    max-width: 100%;
    height: 40px;
    padding: 0 30px 0 10px;
    font-size: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-sizing: border-box;
/*    background: #fff url("//img.echosting.cafe24.com/skin/skin/common/ico_select.png") no-repeat right 10px center;*/
    background: #fff url("//www.pruvie.kr/moa/img/icon/icon_arrow_down.svg") no-repeat right 10px center;
    background-size: 11px auto;
    box-sizing: border-box;
}

select::-ms-expand {
    display: none;
}

/* radio */
input[type="radio"] {
    position: relative;
    opacity: 1;
    width: 18px;
    height: 18px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    background: url("//img.echosting.cafe24.com/skin/skin/common/bg_radio.png") no-repeat 0 0;
    background-size: 18px 18px;
    outline: 0;
}

input[type="radio"]:checked {
    background-image: url("//img.echosting.cafe24.com/skin/skin/common/bg_radio_checked.png");
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
}

input[type="radio"]::-ms-check {
    border: 1px solid #000;
    background-color: #fff;
}

/* checkbox */
input[type="checkbox"] {
    position: relative;
    opacity: 1;
    cursor: pointer;
    width: 15px;
    height: 15px;
    vertical-align: text-top;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #000;
    background: #fff;
    outline: 0;
}

input[type="checkbox"]:checked {
    border: 0;
    background-image: url("//img.echosting.cafe24.com/skin/skin/common/bg_checkbox_checked.png");
    background-size: 15px 15px;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
}

/* ie support */
input[type="checkbox"]::-ms-check {
    border: 1px solid #ababab;
    background-color: #fff;
}

input[type="checkbox"]:checked::-ms-check {
    color: transparent;
    border: 0;
    background-image: url("//img.echosting.cafe24.com/skin/skin/common/bg_checkbox_checked.png");
    background-size: 15px 15px;
    background-repeat: no-repeat;
}

label > input[type=radio],
label > input[type=checkbox] {
    margin: 0 10px 0 0;
    vertical-align: middle;
}

label + label {
    margin-left: 15px;
}

input[type=radio] + label,
input[type=checkbox] + label {
    margin: 0 15px 0 10px;
    vertical-align: middle;
}

legend {
    visibility: hidden;
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 0;
    height: 0;
    line-height: 0;
}

table tr.radioType input,
span.noBorder input {
    border: none !important;
    width: auto !important;
    height: auto !important;
    margin: 0 3px 0 0 !important;
    vertical-align: middle !important;
    background: none !important;
}

.gLabel {
    display: inline-block;
}

.gLabel label {
    margin-right: 20px;
    line-height: 22px;
}

.fWidthFull input[type=text] {
    width: 100%;
    height: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fWidthFull textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fWidthFull select {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fList.typeHor .gLabel {
    margin-right: 20px;
}

.fList.typeVer .gLabel {
    display: block;
}

/* ec-base-chk */
.ec-base-chk {
    display: inline-block;
    position: relative;
    margin: 0 8px 0 0;
    vertical-align: top;
    cursor: pointer;
}

/* path */
.path {
    overflow: hidden;
    margin: 10px 0 0;
    height: 30px;
    line-height: 30px;
}

.path span {
    overflow: hidden;
    position: absolute;
    width: 0;
    height: 0;
    white-space: nowrap;
    text-indent: 100%;
}

.path ol {
    float: right;
}

.path li {
    display: inline-block;
}

.path li:not(:first-child):before {
    content: "/";
    display: inline-block;
    margin: 0 4px 0 2px;
    color: #7d7d7d;
    font-size: 11px;
    vertical-align: middle;
}

.path li:first-child {
    background: none;
}

.path li:first-child a {
    font-size: 0;
}

.path li:first-child a::before {
    content: 'Home';
    font-family: inherit;
    color: currentColor;
    font-size: 13px;
}

.path li a {
    font-size: 13px;
    color: #7d7d7d;
    text-decoration: none;
}

.path li.current a,
.path li:last-child a,
.path li strong,
.path li strong a {
    color: #000;
    font-size: 13px;
    font-weight: 500;
}

.path li.current:first-child a {
    font-size: 0;
}

/* ec-base-field */
.ec-base-field {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

.ec-base-field input[type="text"],
.ec-base-field input[type="password"] {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.ec-base-field input ~ [class*='btn'] {
    margin-left: 5px;
}

.ec-base-field.code {
    margin: 0 -9px;
    align-items: center;
}

.ec-base-field.code input[type="text"],
.ec-base-field.code input[type="password"] {
    margin: 0 9px;
}

/* ec-base-radio */
.ec-base-radio.typeDelivery .ec-base-label {
    display: block;
}

/* ec-base-qty */
.ec-base-qty {
    position: relative;
    display: inline-block;
    width: 103px;
    padding: 0 30px;
    vertical-align: top;
    box-sizing: border-box;
}

.ec-base-qty input[type="text"] {
    width: 45px;
    height: 30px;
    padding: 0;
    line-height: 28px;
    margin-left: -1px;
    border: 1px solid #e5e5e5;
    text-align: center;
    border-radius: 0px;
}

.ec-base-qty input[type="text"]:focus,
.ec-base-qty input[type="text"]:hover {
    border: 1px solid #e5e5e5;
}

.ec-base-qty img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .00001;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.ec-base-qty .up {
    position: absolute;
    right: 0;
    top: 0;
}

.ec-base-qty .down {
    position: absolute;
    left: 0;
    top: 0;
}

.ec-base-qty a {
    width: 30px;
    height: 30px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 150%;
    color: transparent;
    font-size: 1px;
    line-height: 1px;
}

.ec-base-qty a:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    width: 9px;
    height: 1px;
    background: #000;
}

.ec-base-qty .up:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1px;
    height: 9px;
    margin: -4px 0 0 0;
    background: #000;
}

.ec-base-qty .qtyUp {
    position: absolute;
    right: 0;
    top: 0;
}

.ec-base-qty .qtyDown {
    position: absolute;
    left: 0;
    top: 0;
}

.ec-base-qty .qtyUp .up {
    position: static;
    left: auto;
    top: auto;
}

.ec-base-qty .qtyDown .down {
    position: static;
    left: auto;
    top: auto;
}

/* ec-base-step */
.ec-base-step {
    margin: 40px 0 50px;
    text-align: center;
}

.ec-base-step li {
    display: inline-block;
    font-size: 14px;
    color: #939393;
}

.ec-base-step li:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    border-left: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.ec-base-step .selected {
    color: #000;
}

/********************* Mobile *********************/
@media all and (max-width:767px) {
    .gInnerMargin {
        margin: 0 16px;
    }

    .titleArea {
        margin: 40px 16px;
    }
}

/********************* Mobile / Tablet *********************/
@media all and (max-width:1024px) {

    /* titleArea */
    .titleArea {
        text-align: center;
    }

    .titleArea h2 {
        display: inline-block;
        color: var(--font-color-heading);
        font-size: 20px;
    }

    .titleArea h3 {
        display: inline-block;
        color: var(--font-color-heading);
        font-size: 16px;
    }

    .titleArea--middle {
        margin: 0;
        padding: 27px 16px 12px;
        text-align: left;
    }

    .titleArea--middle h2 {
        display: inline-block;
        color: var(--font-color-heading);
        font-size: 16px;
    }

    .titleArea .desc {
        font-size: 12px;
        color: #6d6d6d;
    }

    /* path */
    .path {
        margin: 0;
        opacity: 0;
        overflow: hidden;
        width: 1px;
        height: 1px;
        font-size: 1px;
        line-height: 1px;
        white-space: nowrap;
        color: transparent;
        text-indent: 150%;
    }

    .ec-base-step li:not(:last-child):after {
        margin: -2px 15px 0;
    }

}

/********************* Tablet *********************/
@media all and (min-width:768px) and (max-width:1024px) {
    .gInnerMargin {
        margin: 0 24px;
    }

    .titleArea {
        margin: 40px 24px 30px;
    }

    .titleArea--middle {
        margin: 0;
    }

    .path {
        margin: 0 24px;
    }
}

/********************* PC *********************/
@media all and (min-width:1025px) {
    .titleArea {
        margin: 35px 0 45px;
        text-align: center;
    }

    .titleArea h2 {
        display: inline-block;
        color: #000;
        color: var(--font-color-heading);
        font-size: 24px;
    }

    .titleArea h3 {
        color: #000;
        color: var(--font-color-heading);
        font-size: 16px;
    }

    .titleArea--middle {
        margin: 50px 0 20px;
        text-align: left;
    }

    .titleArea--middle h2 {
        color: #000;
        color: var(--font-color-heading);
        font-size: 16px;
        font-weight: normal;
    }

    .titleArea.titleArea--myshop {
        margin: 50px 0 20px;
        text-align: left;
    }

    .titleArea.titleArea--myshop h2 {
        color: #000;
        font-size: 19px;
    }

    .titleArea .desc {
        font-size: 13px;
        color: #6d6d6d;
    }

    .titleArea ul {
        padding: 5px 0;
        color: #939393;
        line-height: 18px;
    }

    .titleArea ul li {
        position: relative;
        padding: 0 0 0 9px;
    }

    .titleArea ul li:before {
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        content: "";
        width: 2px;
        height: 2px;
        margin: -2px 0 0 0;
        background: #939393;
    }

    .path + .titleArea {
        margin-top: 55px;
    }

    .ec-base-step li:not(:last-child):after {
        margin: -2px 30px 0;
    }

    /* memberArea */
    .memberArea {
        max-width: 898px;
        margin: 0 auto;
    }
    
    #capp-shop-new-product-optionselect-backlayer {
        display: none !important;
    }

    #capp-shop-new-product-optionselect-layer {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        left: auto !important;
/*        width: 380px !important;*/
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
    }

    #capp-shop-new-product-optionselect-layer > iframe {
        z-index: 1111;
        position: relative;
    }

    #capp-shop-new-product-optionselect-layer:after {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 1;
        background: #00000040;
    }

    #capp-shop-new-product-optionselect-backlayer {
        width: 100% !important;
        background: #000;
    }

    #capp-shop-new-product-optionselect-backlayer + #capp-shop-new-product-optionselect-layer:after {
        display: none;
    }
}
/* button */
[class^='btnNormal'],
a[class^='btnNormal'] {
    display: inline-block;
    padding: 12px 20px;
    height: 40px;
    font-size: 13px;
    box-sizing: border-box;
    border: 1px solid #bcbcbc;
    line-height: 1;
    font-weight: normal;
    text-decoration: none;
    vertical-align: middle;
    word-spacing: -0.5px;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
    color: #000;
    background-color: #fff;
    -webkit-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border-radius: 4px;
    font-weight: 600;
}

[class^='btnSubmit'],
a[class^='btnSubmit'] {
    display: inline-block;
    padding: 12px 20px;
    height: 40px;
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid transparent;
    line-height: 1;
    font-weight: bold;
    text-decoration: none;
    vertical-align: middle;
    word-spacing: -0.5px;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    background-color: var(--btn-color);
    border-radius: 4px;
    font-weight: 600;
}

[class^='btnEm'],
a[class^='btnEm'] {
    display: inline-block;
    box-sizing: border-box;
    padding: 2px 8px;
    border: 1px solid transparent;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    text-decoration: none;
    vertical-align: middle;
    word-spacing: -0.5px;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    background-color: #737373;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

[class^='btnBasic'],
a[class^='btnBasic'] {
    display: inline-block;
    box-sizing: border-box;
    padding: 2px 8px;
    border: 1px solid #d1d1d1;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    text-decoration: none;
    vertical-align: middle;
    word-spacing: -0.5px;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
    color: #222;
    background-color: #f0f0f0;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

[class^='btnNormal']:not(.disabled):hover,
[class^='btnNormal']:not(.disabled).selected {
    border-color: #000;
}

[class^='btnEm']:not(.disabled):hover {
    background-color: #77797d;
}

[class^='btnBasic']:not(.disabled):hover {
    background-color: #e5e5e5;
}

[class^='btnNormal'].disabled {
    border-color: #e3e3e3;
    color: #999;
}

[class^='btnSubmit'].disabled {
    background-color: #9297a2;
    color: #f0f0f0;
}

[class^='btnEm'].disabled {
    background-color: #b5b6b9;
    color: #f0f0f0;
}

[class^='btnBasic'].disabled {
    color: #999;
}

[class^='btn'] + [class^='btn'] {
    margin-left: 6px;
}

/* sizeQty */
[class^='btn'].sizeQty {
    padding: 9px 20px;
    height: 30px;
    margin-left: 6px;
    font-size: 12px;
    line-height: 12px;
}

/* btnText */
.btnText {
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    text-decoration: underline;
}

/* width full */
[class^='btn'].gFull {
    width: 100%;
}

[class^='btn'].gFull + [class^='btn'].gFull {
    margin: 10px 0 0;
}

/* btnMore */
.xans-product-listmore {
    text-align: center;
}

.btnMore {
    display: inline-block;
    width: 250px;
    height: 52px;
    line-height: 50px;
    box-sizing: border-box;
    border: 1px solid rgb(219,222,226);
    text-align: center;
    border-radius: 4px;
    font-size: 15px;
    background: #fff;
    color: #333;
    margin: 0 auto 0;
    font-weight: 600;
    text-indent: 5px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.06);
}

.btnMore--prd {
    text-indent: 0px;
}

.btnMore .icon {
    margin: -8px 0 0 10px;
    vertical-align: middle;
    border-color: #fff;
}

.btnMore svg {
    width: 10px;
    height: auto;
    margin-left: 4px;
}

.btnMore g {
    stroke: #222;
    stroke-width: 2px;
}

/* ec-base-button */
.ec-base-button {
    margin: 20px 0;
    text-align: center;
}

.btnMore span {
    margin: 0 1px;
}

.ec-base-button.justify {
    position: relative;
}

.ec-base-button:after {
    display: block;
    content: "";
    clear: both;
}

.ec-base-button .gLeft {
    float: left;
    text-align: left;
}

.ec-base-button .gRight {
    float: right;
    text-align: right;
}

.ec-base-button.justify .gLeft {
    position: absolute;
    left: 0;
}

.ec-base-button.justify .gRight {
    position: absolute;
    right: 0;
}

.ec-base-button .text {
    margin: 0 6px 0 10px;
    color: #353535;
    line-height: 24px;
}

/* type */
.ec-base-button.typeBorder {
    margin-top: -1px;
    padding: 10px 20px;
    border: 1px solid #d7d5d5;
}

/* gBottom */
.ec-base-button.gBottom {
    margin: 50px 0 0;
}

.ec-base-button.gBottom [class^='btn'] + [class^='btn'] {
    margin-left: 10px;
}

/* gColumn */
.ec-base-button[class*="gColumn"] {
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.ec-base-button[class*="gColumn"]:after {
    display: none;
}

.ec-base-button[class*="gColumn"] [class^='btn'] {
    margin: 0 5px;
    padding-left: 8px;
    padding-right: 8px;
    word-break: keep-all;
    word-wrap: break-word;
    white-space: normal;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

/* gFlex */
.ec-base-button[class*="gColumn"] .gFlex2 {
    -webkit-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.ec-base-button[class*="gColumn"] .gFlex3 {
    -webkit-flex: 3;
    -moz-flex: 3;
    -ms-flex: 3;
    flex: 3;
}

.ec-base-button[class*="gColumn"] .gFlex4 {
    -webkit-flex: 4;
    -moz-flex: 4;
    -ms-flex: 4;
    flex: 4;
}

/* gFixed */
.ec-base-button.gFixed {
    position: fixed;
/*    z-index: 990;*/
    z-index: 9;
    left: 0;
    bottom: 0;
    max-width: 100%;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    background: #fff;
}

.ec-base-button.gFixed > .ec-base-button,
.ec-base-button.gFixed > .ec-base-button[class*="gColumn"] {
    margin: 10px 11px;
}

/********************* Mobile *********************/
@media all and (max-width:767px) {
    .btnMore {
        display: block;
        min-width: auto;
        max-width: 100%;
        width: 100%;
        padding: 0;
/*        line-height: 48px;*/
        margin: 40px auto 0;
        font-weight: 650;
    }
    
    .btnMore svg {
        width: 10px;
    }
    
    .btnMore g {
        stroke-width: 4px;
    }
    
    .btnMore .icon {
        margin: -6px 0 0 10px;
        width: 6px;
        height: 6px;
    }
}

/********************* Mobile / Tablet *********************/
@media all and (max-width:1024px) {

    /* size */
    [class^='btn'].sizeS {
        padding: 10px 20px;
        height: 32px;
        font-size: 13px;
    }

    [class^='btn'].sizeM {
        padding: 14px 20px;
        height: 45px;
        font-size: 14px;
/*        line-height: 18px;*/
    }

    [class^='btn'].sizeL {
        padding: 14px 26px;
        height: 50px;
        min-width: 80px;
        font-size: 15px;
/*        line-height: 21px;*/
        font-weight: bold;
    }

    /* width Fix */
    [class^='btn'][class*='Fix'] {
        min-width: 72px;
        word-break: keep-all;
        word-wrap: break-word;
    }

    [class^='btn'][class*='Fix'].sizeS {
        min-width: 96px;
    }

    [class^='btn'][class*='Fix'].sizeM {
        min-width: 135px;
        padding-left: 15px;
        padding-right: 15px;
    }

    [class^='btn'][class*='Fix'].sizeL {
        min-width: 160px;
        padding-left: 8px;
        padding-right: 8px;
    }

    /* ec-base-button */
    .ec-base-button {
        margin-left: 16px;
        margin-right: 16px;
    }

    .ec-base-button [class^='btn'] + [class^='btn'] {
        margin-left: 6px;
    }

    /* gBottom */
    .ec-base-button.gBottom {
        display: flex;
        margin-left: 16px;
        margin-right: 16px;
    }

    .ec-base-button.gBottom .gLeft,
    .ec-base-button.gBottom .gRight {
        display: flex;
        flex: 1;
    }

    .ec-base-button.gBottom [class^='btn'] {
        flex: 1;
    }

    .ec-base-button.gBottom [class^='btn'] + [class^='btn'] {
        margin-left: 10px;
    }

    /* gBreak */
    .ec-base-button.gBreak {
        flex-direction: column;
    }

    .ec-base-button.gBreak .gLeft + .gRight {
        margin: 10px 0 0;
    }

    .ec-base-button.gBreak .gBreak {
        flex-direction: column;
    }

    .ec-base-button.gBreak > [class^='btn'] + [class^='btn'],
    .ec-base-button.gBreak .gBreak [class^='btn'] + [class^='btn'] {
        margin: 10px 0 0;
    }

    .ec-base-button .ec-base-button[class*="gColumn"] {
        margin: 0 -5px;
    }

    /* gColumnM (mobile only flex) */
    .ec-base-button[class*="gMColumn"] {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        margin-left: 11px;
        margin-right: 11px;
    }

    .ec-base-button[class*="gMColumn"]:after {
        display: none;
    }

    .ec-base-button[class*="gMColumn"] [class^='btn'] {
        margin: 0 5px;
        padding-left: 8px;
        padding-right: 8px;
        word-break: keep-all;
        word-wrap: break-word;
        white-space: normal;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
    }

    .ec-base-button[class*="gMColumn"] .gLeft,
    .ec-base-button[class*="gMColumn"] .gRight {
        float: none;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        width: 100%;
    }

    /* reset */
    .gInnerMargin .ec-base-button,
    .gInnerMargin .ec-base-button.gBottom,
    .gInnerMargin.ec-base-button.gBottom {
        margin-left: 0;
        margin-right: 0;
    }
}

/********************* PC *********************/
@media all and (min-width:1025px) {

    /* size */
    [class^='btn'].sizeS {
        padding: 10px 20px;
        height: 35px;
        font-size: 13px;
    }

    [class^='btn'].sizeM {
        padding: 13px 20px;
        height: 42px;
        font-size: 14px;
/*        line-height: 17px;*/
    }

    [class^='btn'].sizeL {
        padding: 17px 26px;
        height: 50px;
        min-width: 80px;
        font-size: 15px;
/*        line-height: 18px;*/
/*        font-weight: bold;*/
        font-weight: 700;
    }

    /* width Fix */
    [class^='btn'][class*='Fix'] {
        min-width: 72px;
        word-break: keep-all;
        word-wrap: break-word;
    }

    [class^='btn'][class*='Fix'].sizeS {
        min-width: 96px;
    }

    [class^='btn'][class*='Fix'].sizeM {
        min-width: 135px;
        padding-left: 15px;
        padding-right: 15px;
    }

    [class^='btn'][class*='Fix'].sizeL {
        min-width: 160px;
        padding-left: 8px;
        padding-right: 8px;
    }
}
.ec-base-tab {
    position: relative;
}

.ec-base-tab .menu {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.ec-base-tab .menu:after {
    content: "";
    display: block;
    clear: both;
}

.ec-base-tab .menu li a {
    display: inline-block;
    color: #6d6d6d;
    text-decoration: none;
    outline: 0;
    text-align: center;
}

.ec-base-tab .menu li.selected a {
    position: relative;
    color: #000;
}

.ec-base-tab > .right {
    position: absolute;
    top: 8px;
    right: 10px;
    line-height: 24px;
    color: #909090;
}

/* typeNav */
.ec-base-tab.typeNav .menu {
    margin: 0 0 20px;
    border-bottom: 1px solid #868686;
    background: #fff;
}

.ec-base-tab.typeNav .menu li {
    background: #f6f6f6;
}

.ec-base-tab.typeNav .menu li a {
    border: 1px solid #e5e5e5;
    border-bottom: 0;
    color: #545454;
    background: #f6f6f6;
}

.ec-base-tab.typeNav .menu li.selected a {
    position: relative;
    border-color: #868686;
    color: #000;
    font-weight: bold;
    background: #fff;
}

.ec-base-tab.typeNav .menu li.selected a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #fff;
}

/* typeMenu */
.ec-base-tab.typeMenu {
    display: flex;
    margin: 10px 0;
}

.ec-base-tab.typeMenu ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
}

.ec-base-tab.typeMenu li {
    height: 30px;
    white-space: nowrap;
    float: none;
}

.ec-base-tab.typeMenu li a {
    line-height: 30px;
    color: #777;
}

.ec-base-tab.typeMenu .button {
    display: inline-block;
    margin: 0 30px 0 10px;
    padding-bottom: 5px;
}

.ec-base-tab.typeMenu .button.active {
    position: relative;
    font-weight: bold;
    color: #000;
}

.ec-base-tab.typeMenu .button.active::after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 1px;
    background: #000;
}

.ec-base-tab.typeMenu ul > li {
    position: relative;
}

.ec-base-tab.typeMenu ul > li .iconWrap {
    display: block;
    position: relative;
}

.ec-base-tab.typeMenu ul > li .iconWrap:after {
    content: "";
    position: absolute;
    top: -24px;
    right: 15px;
    display: inline-block;
    width: 7px;
    height: 7px;
    border: 1px solid #6d6d6d;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg)
}

.ec-base-tab.typeMenu ul > li > ul,
.ec-base-tab.typeMenu ul > li > ul > li ul {
    position: absolute;
    top: 35px;
    left: 0;
    display: inline-block;
    border: 1px solid #e5e5e5;
    padding: 15px 0 15px 20px;
    background-color: #fff;
}

.ec-base-tab.typeMenu ul > li > ul > li {
    position: static;
    padding-right: 50px;
}

.ec-base-tab.typeMenu ul > li > ul > li .button {
    margin: 0;
}

.ec-base-tab.typeMenu ul > li > ul > li .iconWrap:after {
    top: -19px;
    right: -30px;
}

.ec-base-tab.typeMenu ul > li > ul > li ul {
    top: -1px;
    left: 100%;
}

.ec-base-tab.typeMenu ul > li > ul > li ul > li {
    padding-right: 50px;
}

.ec-base-tab.typeMenu ul > li > ul {
    display: none;
}

.ec-base-tab.typeMenu ul > li > ul > li ul {
    display: none;
}

.ec-base-tab.typeMenu ul > li > ul.active {
    display: inline-block;
}

.ec-base-tab.typeMenu ul > li > ul > li ul.active {
    display: inline-block;
}

.ec-base-tab.typeMenu .icoOpen {
    display: none;
}

/* gScroll */
.ec-base-tab.gScroll {
    overflow-x: auto;
    overflow-y: hidden;
    box-sizing: border-box;
}

/********************* Mobile / Tablet *********************/
@media all and (max-width:1024px) {

    /* typeNav */
    .ec-base-tab.typeNav .menu {
        display: flex;
        border-bottom: 1px solid #868686;
        margin: 0 16px 20px;
    }

    .ec-base-tab.typeNav .menu li {
        flex: 1;
    }

    .ec-base-tab.typeNav .menu li a {
        height: 100%;
        padding: 16px 8px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ec-base-tab.typeNav .menu li a .count {
        align-self: flex-end;
        padding-left: 3px;
    }

    .ec-base-tab.typeMenu {
        position: relative;
        height: 40px;
        z-index: 1;
    }

    .ec-base-tab.typeMenu .menu {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        overflow-x: auto;
        overflow-y: hidden;
    }
}

/********************* PC *********************/
@media all and (min-width:1025px) {

    /* typeNav */
    .ec-base-tab.typeNav .menu {
        margin: 0 0 20px;
    }

    .ec-base-tab.typeNav .menu li {
        float: left;
        margin-left: -1px;
    }

    .ec-base-tab.typeNav .menu li a {
        min-width: 218px;
        padding: 16px 20px;
    }
}

/* gFlex */
.ec-base-tab.gFlex .menu {
    display: flex;
}

.ec-base-tab.gFlex .menu > li {
    display: flex;
    align-items: center;
    float: none;
    flex: 1;
    position: relative;
    margin-left: 0;
}

.ec-base-tab.gFlex .menu > li a {
    width: 100%;
    min-width: 0;
    word-break: break-all;
}
/* Align */
.ec-base-table th[scope*="row"] {
    text-align: left;
}

.ec-base-table .left {
    text-align: left;
}

.ec-base-table .center {
    text-align: center;
}

.ec-base-table .right {
    text-align: right;
}

.ec-base-table td.left {
    text-align: left;
}

.ec-base-table td.center {
    text-align: center;
}

.ec-base-table td.right {
    text-align: right;
}

.ec-base-table .top th,
.ec-base-table .top td,
.ec-base-table th.top,
.ec-base-table td.top {
    vertical-align: top;
}

.ec-base-table .middle th,
.ec-base-table .middle td,
.ec-base-table th.middle,
.ec-base-table td.middle {
    vertical-align: middle;
}

.ec-base-table .bottom th,
.ec-base-table .bottom td,
.ec-base-table th.bottom,
.ec-base-table td.bottom {
    vertical-align: bottom;
}

/* Table */
.ec-base-table {
    border-top: 1px solid #000;
}

.ec-base-table th {
    font-weight: 500;
}

.ec-base-table th,
.ec-base-table td {
    height: 29px;
    padding: 14px 20px;
    line-height: 22px;
    vertical-align: middle;
    font-size: 14px;
    color: #333;
}

.ec-base-table th {
    border-bottom: 1px solid #e5e5e5;
    background-color: #f7f8fa;
}

.ec-base-table td {
    border-bottom: 1px solid #e5e5e5;
}

.ec-base-table th img.icon,
.ec-base-table td img.icon {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.ec-base-table td [class^="btn"],
.ec-base-table td a[class^="btn"] {
    vertical-align: baseline;
}

/* gBorderClear */
.ec-base-table.gBorderClear {
    border-top: 0;
}

.ec-base-table td.gBorderClear {
    border-bottom: 0;
}

/* Table - Empty */
.ec-base-table .message {
    padding: 56px 0;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    color: #6d6d6d;
}

/* Table - typeWrite */
.ec-base-table.typeWrite th,
.ec-base-table.typeWrite td {
    height: auto;
}

.ec-base-table.typeWrite td [class^="btn"],
.ec-base-table.typeWrite td a[class^="btn"] {
    vertical-align: middle;
}

/* formMultiple */
.ec-base-table.typeWrite .formMultiple dl,
.ec-base-table.typeWrite .formMultiple ul {
    width: 100%;
}

.ec-base-table.typeWrite .formMultiple dt {
    margin: 0 0 2px 0;
}

.ec-base-table.typeWrite .formMultiple li,
.ec-base-table.typeWrite .formMultiple dd {
    margin: 0 0 10px 0;
}

.ec-base-table.typeWrite .formMultiple li:last-of-type,
.ec-base-table.typeWrite .formMultiple dd:last-of-type {
    margin-bottom: 0;
}

/* formGroup */
.ec-base-table.typeWrite .formGroup input[type="text"],
.ec-base-table.typeWrite .formGroup input[type="password"],
.ec-base-table.typeWrite .formGroup select,
.ec-base-table.typeWrite .formGroup [class^="btn"] {
    min-width: 0;
    margin: 0 5px;
}

.ec-base-table.typeWrite .formGroup input[type="text"] + [class^="btn"] {
    margin-left: 5px;
}

.ec-base-table.typeWrite .formGroup:not(td) {
    width: auto;
    margin-left: -5px;
    margin-right: -5px;
}

.ec-base-table.typeWrite .formGroup.code {
    font-size: 20px;
    color: #7f7f7f;
}

/* txtInfo */
.ec-base-table.typeWrite td p.txtInfo,
.ec-base-table.typeWrite td ul.txtInfo {
    width: 100%;
}

/* form */
.ec-base-table.typeWrite td input[type="text"] + [class^='btn'],
.ec-base-table.typeWrite td input[type="password"] + [class^='btn'],
.ec-base-table.typeWrite td input[type="text"] + a[class^='btn'],
.ec-base-table.typeWrite td input[type="password"] + a[class^='btn'] {
    margin-left: 10px;
}

.ec-base-table.typeWrite td label {
    line-height: 32px;
}

/* address */
.ec-base-table.typeWrite .ec-address {
    width: 100%;
}

.ec-base-table.typeWrite .ec-address .btnBasic {
    display: inline-block;
    padding: 12px 20px;
    height: 40px;
    font-size: 13px;
    box-sizing: border-box;
    border: 1px solid #bcbcbc;
    line-height: 1;
    font-weight: normal;
    text-decoration: none;
    vertical-align: middle;
    word-spacing: -0.5px;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
    color: #000;
    background-color: #fff;
}

.ec-base-table.typeWrite .ec-address-area select {
    display: block;
    margin: 10px 0 0;
}

.ec-base-table.typeWrite .ec-address-area select:first-of-type {
    margin-top: 0;
}


/********************* Mobile / Tablet *********************/
@media all and (max-width:1024px) {

    /* gFlow */
    .ec-base-table .gFlow {
        display: inline-block;
        width: 100%;
        margin-top: 5px;
    }

    /* gBorderClear */
    .ec-base-table tr.gBorderClear td {
        border-bottom: 0;
    }

    .ec-base-table.typeList tr.gBorderClear {
        border-bottom: 0;
    }

    /* Table - typeWrite */
    .ec-base-table.typeWrite {
        padding: 10px 0;
    }

    .ec-base-table.typeWrite tr {
        display: block;
    }

    .ec-base-table.typeWrite th {
        display: block;
        padding: 6px 15px 0;
        border-bottom: 0;
        text-align: left;
        background-color: transparent;
    }

    .ec-base-table.typeWrite td {
        display: block;
        padding: 2px 15px 10px;
        border-bottom: 0;
        align-items: center;
    }

    /* formMultiple */
    .ec-base-table.typeWrite .formMultiple {
        padding-top: 10px;
    }

    /* formGroup */
    .ec-base-table.typeWrite td.formGroup {
        padding-left: 10px;
        padding-right: 10px;
    }

    .ec-base-table.typeWrite td.formGroup.date {
        padding-left: 10px;
        padding-right: 15px;
    }

    .ec-base-table.typeWrite .formGroup {
        display: flex;
        flex-flow: wrap;
        box-sizing: border-box;
        align-items: center;
    }

    .ec-base-table.typeWrite .formGroup input[type="text"],
    .ec-base-table.typeWrite .formGroup input[type="password"],
    .ec-base-table.typeWrite .formGroup select {
        flex: 1;
    }

    /* txtInfo */
    .ec-base-table.typeWrite span.txtInfo {
        display: block;
        width: 100%;
        margin: 10px 0 0;
    }

    /* form */
    .ec-base-table.typeWrite td input[type="text"],
    .ec-base-table.typeWrite td input[type="password"],
    .ec-base-table.typeWrite td select {
        width: 100%;
    }

    /* address */
    .ec-address .ec-address-zipcode {
        display: flex;
        flex-flow: wrap;
    }

    .ec-base-table.typeWrite .ec-address .ec-address-zipcode input[type="text"] {
        flex: 1;
    }

    .ec-base-table.typeWrite .ec-address .ec-address-zipcode .ec-base-label {
        display: block;
        width: 100%;
        margin: 5px 0 0;
    }

    /* Table - typeList */
    .ec-base-table.typeList thead {
        display: none;
    }

    .ec-base-table.typeList table,
    .ec-base-table.typeList tbody {
        display: block;
    }

    .ec-base-table.typeList tr {
        display: block;
        position: relative;
        padding: 20px 8px 19px;
        border-bottom: 1px solid #e5e5e5;
        text-align: left;
    }

    .ec-base-table.typeList tr:after {
        content: "";
        display: block;
        clear: both;
    }

    .ec-base-table.typeList td {
        height: auto;
        display: block;
        float: left;
        padding: 3px 8px;
        border-bottom: 0;
        text-align: left;
        color: #6d6d6d;
    }

    .ec-base-table.typeList td a {
        color: #6d6d6d;
    }

    .ec-base-table.typeList td.chk {
        box-sizing: border-box;
        padding: 0;
    }

    .ec-base-table.typeList td.chk .boardChk {
        margin: 5px 8px 0 8px;
    }

    .ec-base-table.typeList td.chk:not(.no) .boardChk {
        margin: 5px 8px 0px 8px
    }

    .ec-base-table.typeList td.subject {
        float: none;
        box-sizing: border-box;
    }

    .ec-base-table.typeList td.subject a {
        color: #000;
    }

    .ec-base-table.typeList.gThumb td.thumb {
        overflow: hidden;
        position: absolute;
        top: 24px;
        left: 16px;
        width: 65px;
        height: calc(100% - 45px);
        padding: 0;
    }

    .ec-base-table.typeList.gThumb td.thumb a {
        display: block;
        height: 100%;
        text-align: center;
    }

    .ec-base-table.typeList.gThumb td.thumb img {
        max-width: 100%;
        max-height: 100%;
    }

    .ec-base-table.typeList.gThumb tr {
        padding-left: 90px;
        padding-right: 20px;
    }

    .ec-base-table.typeList.gThumb td.chk {
        z-index: 1;
        position: absolute;
        top: 16px;
        right: 16px;
        padding: 0;
    }

    .ec-base-table.typeList.gThumb td.chk .boardChk {
        margin: 0;
    }
}

/********************* PC *********************/
@media all and (min-width:1025px) {

    /* gFlow */
    .ec-base-table .gFlow {
        width: 100%;
        margin-left: 20px;
    }

    /* gBorderClear */
    .ec-base-table tr.gBorderClear td {
        border-bottom: 0;
    }

    /* Table */
    .ec-base-table th {
        padding: 14px 30px;
    }

    /* Table - typeWrite */
    .ec-base-table.typeWrite th {
        padding: 10px 30px;
    }

    .ec-base-table.typeWrite th[scope*="row"] {
        padding-right: 15px;
    }

    .ec-base-table.typeWrite td {
        padding: 10px 20px;
    }

    /* formMultiple */
    .ec-base-table.typeWrite .formMultiple {
        padding-top: 22px;
        padding-bottom: 22px;
    }

    /* formGroup */
    .ec-base-table.typeWrite td.formGroup {
        padding-left: 15px;
        padding-right: 15px;
    }

    .ec-base-table.typeWrite .formGroup input[type="text"],
    .ec-base-table.typeWrite .formGroup select {
        width: 190px;
    }

    /* form */
    .ec-base-table.typeWrite td input[type="text"],
    .ec-base-table.typeWrite td input[type="password"],
    .ec-base-table.typeWrite td select {
        width: 290px;
    }

    .ec-base-table.typeWrite td .ec-base-qty input[type="text"] {
        width: 45px;
    }

    /* address */
    .ec-base-table.typeWrite .ec-address input[type="text"],
    .ec-base-table.typeWrite .ec-address select {
        width: 450px;
    }

    .ec-base-table.typeWrite .ec-address .ec-address-zipcode input[type="text"] {
        width: 200px;
    }

    .ec-base-table.typeWrite .ec-address .ec-address-zipcode .ec-base-label {
        margin: 0 0 0 15px;
        line-height: 40px;
    }

    /* Table - typeList */
    .ec-base-table.typeList {
        border-top: 0;
    }

    .ec-base-table.typeList th,
    .ec-base-table.typeList td {
        padding: 15px 10px 16px;
    }

    .ec-base-table.typeList th {
        border-bottom: 0;
    }

    .ec-base-table.typeList td.subject {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.ec-base-tooltip { display:none; z-index:999; position:absolute; top:inherit !important; left:0 !important; right:0 !important; padding:14px 28px 14px 14px; text-align:left; border:1px solid #ccc; border-radius:2px; letter-spacing:normal; box-sizing:border-box; background-color:#fff;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.15);
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.15);
}
.ec-base-tooltip .title { display:block; padding:0 20px 0 0; font-size:15px; color:#000; line-height:43px; background:#fff; }
.ec-base-tooltip ul { color:#757575; }
.ec-base-tooltip ul li { font-size:13px; }
.ec-base-tooltip .content table + .title { margin-top:14px; }
.ec-base-tooltip p { float:none; font-size:12px; text-align:left; }
.ec-base-tooltip p strong { font-weight:normal; font-size:13px; }
.ec-base-tooltip h3 { margin:0 0 8px; font-size:13px; border-bottom:0; }
.ec-base-tooltip h3 + p { margin:0 5px 10px; }
.ec-base-tooltip h4 { margin:15px 10px 8px 5px; font-size:12px; }
.ec-base-tooltip h4:before { display:inline-block; content:""; margin:0 5px 0 0; width:3px; height:3px; background:#666; vertical-align:middle; }
.ec-base-tooltip table th,
.ec-base-tooltip table td { padding:8px 10px 7px 10px; border:1px solid #e8e8e8; line-height:1.5em; }
.ec-base-tooltip table th { padding-right:0; background:#fbf9fa; }
.ec-base-tooltip table thead th { text-align:center; }
.ec-base-tooltip table tbody th { text-align:left; }
.ec-base-tooltip table .left { text-align:left; }
.ec-base-tooltip table .center { text-align:center; }
.ec-base-tooltip table .right { text-align:right; }
.ec-base-tooltip table .info { padding:0; color:#757575; }
.ec-base-tooltip table p.info:before,
.ec-base-tooltip table ul.info li:before { display:inline-block; content:""; margin:0 3px 0 0; width:4px; height:1px; background:#757575; vertical-align:middle; }
.ec-base-tooltip .info { padding:10px 10px 0; margin:5px 0 0; }
.ec-base-tooltip p.bullet,
.ec-base-tooltip ul.bullet { margin:8px 10px; }
.ec-base-tooltip p.bullet:before,
.ec-base-tooltip ul.bullet li:before { display:inline-block; content:""; margin:-3px 3px 0 0; width:0; height:0; border:solid transparent; border-left-color:#333; border-width:2px 0 2px 2px; vertical-align:middle; }
.ec-base-tooltip ul.bullet li { line-height:1.5em; }
.ec-base-tooltip .btnClose { position:absolute; right:14px; top:14px; padding:10px; cursor:pointer; display:block; overflow:hidden; width:17px; height:17px; box-sizing:border-box; font-size:1px; line-height:0; text-indent:150%; color:transparent; white-space:nowrap; -webkit-transform:rotate(45deg); transform:rotate(45deg); }
.ec-base-tooltip .btnClose:before { content:""; position:absolute; top:0; right:8px; width:1px; height:17px; background:#000; -webkit-transition:.3s ease-out; transition:.3s ease-out; }
.ec-base-tooltip .btnClose:after { content:""; position:absolute; top:8px; right:0; width:17px; height:1px; background:#000; -webkit-transition:.3s ease-out; transition:.3s ease-out; }
.ec-base-tooltip .btnClose img { opacity:0; }
.ec-base-tooltip .edge { z-index:20; position:absolute; left:50%; top:-6px; display:block; margin:0 0 0 -5px; width:10px; height:6px; }
.ec-base-tooltip .edge:before,
.ec-base-tooltip .edge:after { display:inline-block; content:""; position:absolute; top:0; width:0; height:0; border:solid transparent; }
.ec-base-tooltip .edge:before { margin:1px 0 0; border-bottom-color:#565960; border-width:0 5px 5px 5px; }
.ec-base-tooltip .edge:after { left:1px; margin:2px 0 0; border-bottom-color:#fff; border-width:0 4px 4px 4px; }
	/* typeUpper */
    .ec-base-tooltip.typeUpper { position:absolute; left:-90px !important; bottom:33px !important; width:200px; margin:0; padding:14px 28px 14px 14px; border:1px solid #ccc; border-radius:2px;
        -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.15);
        -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.15);
        box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.15);
    }
    .ec-base-tooltip.typeUpper:before { content:""; position:absolute; left:40%; bottom:-5px; display:inline-block; width:0; height:0; margin:-3px 0 0; border-left:5px solid transparent; border-top:5px solid #ccc; border-right:5px solid transparent; }
    .ec-base-tooltip.typeUpper:after { content:""; position:absolute; left:40%; bottom:-4px; display:inline-block; width:0; height:0; margin:-3px 0 0; border-left:5px solid transparent; border-top:5px solid #fff; border-right:5px solid transparent; }
    .ec-base-tooltip.typeUpper .edge { top:auto; bottom:-6px; }
    .ec-base-tooltip.typeUpper .edge:before { margin:0 0 -5px; border-top-color:#ccc; border-width:5px 5px 0 5px; }
    .ec-base-tooltip.typeUpper .edge:after { left:1px; margin:0 0 -4px; border-top-color:#fff; border-width:4px 4px 0 4px; }

/* shippingFee */
  .shippingFee { display:inline-block; vertical-align:middle; color:#000; margin-left:10px; }
  .shippingFee > a.btnNormal { margin:-3px 0 0 5px; }
  .shippingFee .wrap h3 { line-height:36px; }
  .shippingFee .wrap h4 { position:relative; margin:0 7px 7px; }
  .shippingFee .wrap h4:before { display:inline-block; content:""; margin:0 5px 0 0; width:3px; height:3px; background:#666; vertical-align:middle; }
  .shippingFee .wrap table + h4 { margin-top:14px; }
  .shippingFee .wrap p strong { font-weight:normal; font-size:13px; }
  .shippingFee .wrap table { background:#fff; }
  .shippingFee .wrap th,
  .shippingFee .wrap td { padding:7px; border:1px solid #d5d5d5; }
  .shippingFee .wrap th { width:80px; border-right-width:0; }
  .shippingFee .wrap td { white-space:normal; }
  .shippingFee .wrap .info { margin:0; color:#7d7d7d; }

/********************* Mobile / Tablet *********************/
@media all and (max-width:1024px) {
    .ec-base-tooltip { width:88%; margin:5px auto 0; }
    .ec-base-tooltip .edge { display:none; }
    .shippingFee { position:static; }
    .shippingFee .ec-base-button { text-align:center; }
    .shippingFee .btnStrong { display:inline-block; padding:12px 20px; height:40px; font-size:13px; box-sizing:border-box; border:1px solid transparent; line-height:1; font-weight:normal; text-decoration:none; vertical-align:middle; word-spacing:-0.5px; letter-spacing:0; text-align:center; white-space:nowrap; color:#fff; background-color:#000; }  
}

/********************* PC *********************/
@media all and (min-width:1025px) {
	.shippingFee { position:relative; }
    .shippingFee .ec-base-tooltip { margin:10px 0 0 -150px; width:360px; }
}
span.ec-base-help,
p.ec-base-help,
ul.ec-base-help li { margin:2px 0; padding:1px 0 1px 22px; font-size:12px; line-height:19px; color:#6d6d6d; background:url('//img.echosting.cafe24.com/skin/skin/common/ico_info.svg') no-repeat 0 0; }

div.ec-base-help { margin:50px 0 20px; line-height:18px; }
div.ec-base-help > h2,
div.ec-base-help > h3 { display:block; margin:0 0 20px; font-size:16px; color:#000;}
div.ec-base-help .inner { padding:20px; border:1px solid #e5e5e5; border-top:1px solid #000; }
div.ec-base-help h4 { margin:22px 0 -4px; color:#000; font-size:12px; font-weight:normal; }
div.ec-base-help h4:first-child { margin-top:0; }
div.ec-base-help p,
div.ec-base-help ul,
div.ec-base-help ol { margin:15px 0 0 0; }
div.ec-base-help p,
div.ec-base-help li { color:#6d6d6d; font-size:12px; line-height:21px; }
div.ec-base-help p,
div.ec-base-help ul li { padding:0 0 0 12px; }
div.ec-base-help p:before,
div.ec-base-help ul li:before { content:""; display:inline-block; width:3px; height:3px; margin:7px 9px 0 -12px; vertical-align:top; border-radius:50%; background:#6d6d6d; }

/********************* Mobile / Tablet *********************/
@media all and (max-width:1024px) {
    span.ec-base-help,
    p.ec-base-help,
    ul.ec-base-help li { margin:10px 0; }
    div.ec-base-help > h2,
    div.ec-base-help > h3 { padding:0 15px; }
}
.ec-base-fold {
    position: relative;
}

.ec-base-fold > .title {
    position: relative;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.3;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.ec-base-fold > .title h2,
.ec-base-fold > .title h3 {
    display: inline-block;
    font-size: 13px;
    line-height: 1.3;
}

.ec-base-fold > .title:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.ec-base-fold > .contents {
    display: none;
    background: #fff;
}

.ec-base-fold .ec-base-fold {
    border-width: 1px 0 0;
}

.ec-base-fold .ec-base-fold + .ec-base-fold {
    margin-top: 0;
}

.ec-base-fold.selected > .title:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ec-base-fold.selected > .contents {
    display: block;
}

.ec-base-fold.selected > .contents .info:not(:empty) {
/*    padding-bottom: 30px;*/
}

/* theme1 */
.ec-base-fold.theme1 {
    position: relative;
}

.ec-base-fold.theme1 > .title {
    border-top: 1px solid #000;
}

.ec-base-fold.theme1 > .title h2 {
    padding: 15px 0;
    font-weight: normal;
}

.ec-base-fold.theme1 > .title h3 {
    padding: 20px 0;
    font-size: 16px;
}

.ec-base-fold.theme1 > .title:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    overflow: hidden;
    display: inline-block;
    width: 7px;
    height: 7px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -5px;
}

.ec-base-fold.theme1.selected > .title:after {
    margin-top: -2px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.ec-base-fold.theme1.gBottomLine > .title {
    border-top: 0;
    border-bottom: 1px solid #000;
}

.ec-base-fold.theme1.gClearLine > .title {
    border-top: 0;
    border-bottom: 1px solid transparent;
}

.ec-base-fold.theme1 + .ec-base-fold.theme1 {
    margin-top: 0;
}

/* ec-base-table */
.ec-base-fold.theme1.gBottomLine > .contents .ec-base-table,
.ec-base-fold.theme1.gBottomLine .ec-base-fold > .contents .ec-base-table {
    border: 0;
}

/********************* Mobile / Tablet *********************/
@media all and (max-width:1024px) {
    .ec-base-fold.theme1.gMargin {
        margin-left: 16px;
        margin-right: 16px;
    }

    .ec-base-fold.theme1 > .title {
        padding: 0 16px;
    }

    .ec-base-fold.theme1 > .title h2 {
        font-size: 16px;
    }

    .ec-base-fold.theme1 > .title:after {
        right: 4px;
    }


    /* ec-base-table */
    .ec-base-fold.theme1 .ec-base-table.typeList {
        border-color: #e5e5e5
    }
}

/********************* PC *********************/
@media all and (min-width:1025px) {
    .ec-base-fold.theme1 .title > h2 {
        font-size: 16px;
        font-weight: 500;
    }
}
/* base */
.ec-base-box { padding:20px; margin-left:auto; margin-right:auto; border:5px solid #e5e5e5; }
.ec-base-box.gHalf { position:relative; padding:20px 0; }
.ec-base-box.gHalf:before { position:absolute; top:0; left:50%; display:block; content:""; width:1px; height:100%; background-color:#e6e6e6; }
.ec-base-box.typeBg { background-color:#fbfafa; }
.ec-base-box.typeThin { border-width:1px; border-color:#e5e5e5; }
.ec-base-box.typeThin h3.boxTitle { margin:0 0 20px; font-size:16px; font-weight:normal; text-align:center; }
.ec-base-box.typeThinBg { border-width:1px; border-color:#d7d5d5; background-color:#fbfafa; }
.ec-base-box.center { text-align:center; }
.ec-base-box .headDesc { margin:0 0 40px; font-size:16px; line-height:22px; color:var(--font-color-heading); }
    .ec-base-box.typeThin > .agree { color:#6d6d6d; font-size:12px; line-height:20px; background:#fff; }
    .ec-base-box.typeThin > .agree p { padding:0 0 30px; }

/* typeMember */
.ec-base-box.typeMember { border-width:1px; border-color:#e5e5e5; }
.ec-base-box.typeMember h3.boxTitle { margin:0 0 20px; font-size:16px; font-weight:normal; text-align:center; }
.ec-base-box.typeMember .content { margin:0 auto; text-align:center; }
.ec-base-box.typeMember input[type="text"],
.ec-base-box.typeMember input[type="password"], 
.ec-base-box.typeMember select { width:100%; }
.ec-base-box.typeMember .info { font-size:13px; line-height:20px; color:#6d6d6d; }
.ec-base-box.typeMember .information { display:table; table-layout:fixed; padding:10px 0; width:100%; box-sizing:border-box; }
.ec-base-box.typeMember .information > .title, .ec-base-box.typeMember .information > .thumbnail { display:table-cell; padding:0 15px; width:70px; text-align:center; vertical-align:middle; }
.ec-base-box.typeMember .information > .title { vertical-align:middle; }
.ec-base-box.typeMember .information > .thumbnail img { max-width:70px; }
.ec-base-box.typeMember .information .description { display:table-cell; padding:0 10px; width:auto; line-height:1.5em; border-left:1px solid #e8e8e8; vertical-align:middle; }
    .ec-base-box.typeMember.gMessage { border-width:1px; border-color:#d7d5d5; }

/* typeProduct */
.ec-base-box.typeProduct { display:table; table-layout:fixed; padding:10px; width:100%; box-sizing:border-box; border:10px solid #f6f6f6; }
.ec-base-box.typeProduct .thumbnail, .ec-base-box.typeProduct .information { display:table-cell; vertical-align:top; position:relative; }
.ec-base-box.typeProduct .thumbnail { width:85px; }
.ec-base-box.typeProduct .thumbnail img { max-width:65px; }

/********************* Mobile / Tablet *********************/
@media all and (max-width:1024px) {
    .ec-base-box.gPadding { padding:50px 18px 40px; }
    /* typeMember */
    .ec-base-box.typeMember { padding:50px 18px 40px; }
}

/********************* Tablet *********************/
@media all and (min-width:768px) and (max-width:1024px) {
   .additionalInfo { margin:0 24px; }
}

/********************* PC *********************/
@media all and (min-width:1025px) {
    .ec-base-box.gPadding { padding:74px 0; }
    /* typeMember */
	.ec-base-box.typeMember { padding:74px 0; }
    .ec-base-box.typeMember .content { width:421px; } 
}
.ec-base-desc { overflow:hidden; text-align:left; }
.ec-base-desc:after { content:""; display:block; clear:both; }
.ec-base-desc dt, .ec-base-desc .term { float:left; width:100px; margin:0 0 2px; padding:0 4px 0 0; line-height:22px;-webkit-box-sizing:border-box; -moz-webkit-box:border-box; box-sizing:border-box; font-weight:normal; }
.ec-base-desc dd, .ec-base-desc .desc { display:block; margin:0 0 2px; padding:0 5px 0 100px; min-height:22px; line-height:22px; word-wrap:break-word; word-break:break-all; }
.ec-base-desc dd:after, .ec-base-desc .desc:after { content:""; display:block; clear:left; }

/* size */
.ec-base-desc.gSmall dt, .ec-base-desc.gSmall .term { width:30%; }
.ec-base-desc.gSmall dd, .ec-base-desc.gSmall .desc { padding-left:30%; }
.ec-base-desc.gMedium dt, .ec-base-desc.gMedium .term { width:40%; }
.ec-base-desc.gMedium dd, .ec-base-desc.gMedium .desc { padding-left:40%; }
.ec-base-desc.gLarge dt, .ec-base-desc.gLarge .term { width:50%; }
.ec-base-desc.gLarge dd, .ec-base-desc.gLarge .desc { padding:0 0 0 50%; }
    /* gVer */
    .ec-base-desc.gVer dt,
    .ec-base-desc.gVer dd,
    .ec-base-desc.gVer .term,
    .ec-base-desc.gVer .desc { display:block; float:none; width:100%; }
    .ec-base-desc.gVer dd,
    .ec-base-desc.gVer .desc { margin:10px 0 20px; padding:0; }

/* align */
.ec-base-desc.centerDT dt, .ec-base-desc.centerDD dd, .ec-base-desc.centerDT .term, .ec-base-desc.centerDD .desc,
.ec-base-desc.center, .ec-base-desc .center { text-align:center; }
.ec-base-desc.rightDT dt, .ec-base-desc.rightDD dd, .ec-base-desc.rightDT .term, .ec-base-desc.rightDD .desc,
.ec-base-desc.right, .ec-base-desc .right { text-align:right; }
.ec-base-desc.rightDD dd, .ec-base-desc.rightDD .desc { padding-right:0; }

/* typeDot */
.ec-base-desc.typeDot dt,
.ec-base-desc.typeDot .term { position:relative; padding:0 4px 0 10px; }
.ec-base-desc.typeDot dt:before,
.ec-base-desc.typeDot .term:before { position:absolute; top:50%; left:0; content:""; display:block; width:2px; height:2px; margin:-2px 0 0 0; background:#383838; }

.ts-info {
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-block;
    padding: 5px 6px;
    height: 25px;
    border-radius: 4px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 13px;
    line-height: 1;
    box-sizing: border-box;
    min-width: 125px;
    white-space: nowrap;
    gap: 3px;
}

.ts-info.end {
    font-weight: 600;
    padding: 5px 8px;
}

.ts-info:not(.end)::before {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    background: url("//www.pruvie.kr/moa/img/icon/icon_clock.svg") no-repeat left center;
    background-size: 100% auto;
    margin-right: 3px;
}

.ts-info span {
    display: block;
    font-weight: 700;
}

.ts-info span:not(:first-child) {
    width: 16px;
    text-align: center;
}

.best-prd.ec-base-product .prdList {
    counter-reset: section;
}

.best-prd.ec-base-product .prdList > li .thumbnail::before {
    counter-increment: section;
    content: counter(section);
    font-size: 14px;
    background: #333;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    padding: 0;
}

.ec-base-product .title {
    margin: 0 0 30px;
    font-size: 12px;
    color: #707070;
}

.ec-base-product .title h2 {
    font-weight: normal;
    font-size: 30px;
    color: #2e2e2e;
    text-align: center;
    font-weight: 600;
}

.ec-base-product .title h3 {
    color: #000;
    font-weight: 600;
}

.ec-base-product img {
    vertical-align: middle;
}

.ec-base-product a[href^='/product/detail.html'] > img {
    border: 1px solid #ececec;
}

.ec-base-product .prdList {
    margin: 0;
    text-align: left;
    font-size: 0;
    line-height: 0;
}

.ec-base-product .prdList.grid4,
.ec-base-product .prdList.grid5,
.ec-base-product .jsPrdSlide:not(.swiper-container) .prdList {
    width: calc(100% + 20px);
    margin-left: -10px;
}

.ec-base-product .prdList.grid3 {
    width: calc(100% + 20px);
    margin-left: -10px;
}

.ec-base-product .prdList > li {
    display: inline-block;
    margin: 0 0 18px;
    color: #757575;
    vertical-align: top;
    position: relative;
}

.titleArea[data-parent*="BEST"] ~ .xans-product-normalpackage .ec-base-product .prdList,
.titleArea[data-parent*="Best"] ~ .xans-product-normalpackage .ec-base-product .prdList,
.titleArea[data-parent*="best"] ~ .xans-product-normalpackage .ec-base-product .prdList,
.titleArea[data-parent*="베스트"] ~ .xans-product-normalpackage .ec-base-product .prdList,
.ec-base-product .prdList--best {
    counter-reset: section;
}

.titleArea[data-parent*="BEST"] ~ .xans-product-normalpackage .ec-base-product .prdList > li::after,
.titleArea[data-parent*="Best"] ~ .xans-product-normalpackage .ec-base-product .prdList > li::after,
.titleArea[data-parent*="best"] ~ .xans-product-normalpackage .ec-base-product .prdList > li::after,
.titleArea[data-parent*="베스트"] ~ .xans-product-normalpackage .ec-base-product .prdList > li::after,
.ec-base-product .prdList--best > li::after {
    counter-increment: section;
    content: "BEST " counter(section);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    width: 60px;
    height: 22px;
    line-height: 1;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    padding: 0;
    border-radius: 4px;
    letter-spacing: 0px;
    background: #333;
}

.ec-base-product .prdList .chk {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    display: block;
    margin: 0 0 10px;
}

.ec-base-product .prdList .thumb,
.ec-base-product .prdList .thumbnail {
    position: relative;
    text-align: center;
    width: auto;
    white-space: normal;
}

.ec-base-product .prdList .thumb {
    position: relative;
    margin: 0 0 10px;
}

.ec-base-product .prdList .thumb .img img {
    width: 100%;
    height: 100%;
}

.ec-base-product .prdList .thumbnail {
    position: relative;
    margin: 0 0 10px;
}

.ec-base-product .prdList .thumbnail a img {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 8px;
}

.ec-base-product .prdList .thumbnail a img.hover-thumb {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

html.loaded .ec-base-product .prdList .thumbnail a img.hover-thumb {
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}

.ec-base-product .prdList .icon__box {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

html.loaded .ec-base-product .prdList .icon__box > span {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.ec-base-product .prdList .icon__box > span {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
}

@media(hover:hover) {
    
    .prd-nav:hover {
        border-color: #000;
    }
    
    .ec-base-product .prdList > li:hover .thumbnail a img.hover-thumb {
        opacity: 1;
    }
    
    .ec-base-product .prdList > li:hover .icon__box > span {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }   
    
    .ec-base-product .prdList .wish:hover img {
        background: #fff url("//www.pruvie.kr/moa/img/icon/like-heart-fill.svg") no-repeat center;
        background-size: 15px auto;
    }
}

.ec-base-product .prdList .wish {
    z-index: 1;
    display: block;
    width: 30px;
    cursor: pointer;
/*    transition-delay: 0.15s !important;*/
}

.ec-base-product .prdList .wish img {
    width: 0;
    height: 0;
    background: #fff url("//www.pruvie.kr/moa/img/icon/like-heart.svg") no-repeat center;
    background-size: 15px auto;
    padding: 100% 100% 0 0;
    border-radius: 4px;
/*    border-radius: 50%;*/
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

.ec-base-product .prdList .wish img[icon_status="on"] {
    background: #fff url("//www.pruvie.kr/moa/img/icon/like-heart-fill.svg") no-repeat center;
    background-size: 15px auto;
}

.ec-base-product .prdList .cart {
    z-index: 1;
    display: block;
    width: 30px;
    cursor: pointer;
    margin-bottom: 5px;
}

.ec-base-product .prdList .cart img {
    width: 0;
    height: 0;
    border-radius: 4px;
    background: #fff url("//www.pruvie.kr/moa/img/icon/bag.svg") no-repeat center;
    padding: 100% 100% 0 0;
/*    border-radius: 50%;*/
    background-size: 15px auto;
}

.ec-base-product .prdList .thumbnail .prdIcon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.ec-base-product .prdList .thumbnail .icon {
    vertical-align: middle;
}

.ec-base-product .prdList .thumbnail .icon:after {
    content: "";
    display: block;
    clear: both;
}

.ec-base-product .prdList .thumbnail .benefit {
    position: absolute;
    left: 0;
    bottom: 0;
}

.ec-base-product .prdList .icon {
    margin: 5px 0 0;
    text-align: left;
}

.ec-base-product .prdList .icon:empty {
    display: none;
}

.ec-base-product .prdList .icon img {
    margin: 0 2px 0 0;
    max-height: 23px;
}

.ec-base-product .prdList .description {
    margin: 17px 0 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.3;
    white-space: normal;
}

.ec-base-product .prdList .description .name {
    display: block;
    letter-spacing: -0.2px;
}

/*
.ec-base-product .prdList .description .name span:last-child[style*="bold;"] {
    font-weight: 650 !important;
}
*/

.ec-base-product .prdList .description span.grid {
    display: block;
}

/* grid */

.ec-base-product ul.grid1 > li {
    width: 100%;
    margin-bottom: 40px;
}

.ec-base-product ul.grid2 > li {
    width: 50%;
}

.ec-base-product ul.grid3 > li {
    width: calc(33.33% - 20px);
    margin: 0 10px 60px;
}

.ec-base-product ul.grid4 > li,
.ec-base-product .jsPrdSlide:not(.swiper-container) ul.grid-slide > li {
    width: calc(25% - 20px);
    margin: 0 10px 60px;
}

.titleArea[data-parent*="BEST"] ~ .xans-product-normalpackage .ec-base-product .prdList > li,
.titleArea[data-parent*="Best"] ~ .xans-product-normalpackage .ec-base-product .prdList > li,
.titleArea[data-parent*="best"] ~ .xans-product-normalpackage .ec-base-product .prdList > li,
.titleArea[data-parent*="베스트"] ~ .xans-product-normalpackage .ec-base-product .prdList > li,
.ec-base-product ul.grid5 > li {
    width: calc(20% - 15px);
    margin: 0 7.5px 60px;
}

/*
.ec-base-product ul.grid-slide > li {
    width: 20%;
}
*/

.ec-base-product ul.grid3 .color {
    max-width: 230px;
}

.ec-base-product ul.grid4 .color {
    max-width: 190px;
}

.ec-base-product ul.grid5 .color {
    max-width: 130px;
}

/* right display */
.ec-base-product ul.grid2 li:after {
    content: "";
    display: block;
    clear: both;
}

.ec-base-product ul.grid2 li .thumbnail {
    text-align: left;
    margin: 0;
}

.ec-base-product ul.grid2 li .description {
    padding: 0;
}

.ec-base-product ul.grid2 li .description .chk {
    position: static;
    text-align: left;
}

/* module="product_ListItem" */
.ec-base-product .spec {
    margin: 5px 0 0;
    font-size: 0;
}

.ec-base-product .spec > li {
    margin: 0 0 10px;
    line-height: 1.3;
}

.ec-base-product .spec > li .title * {
    font-weight: normal !important;
}

.ec-base-product .spec > li.option_colorchip {
    display: none;
}

.ec-base-product .spec > li.summary_desc {
    display: inline-block;
    width: 100%;
    margin: 0;
    line-height: 1.4;
    margin-bottom: 0;
}

.ec-base-product .spec > li.price {
    margin-bottom: 14px;
    color: #000;
    font-size: 16px;
}

.ec-base-product .spec > li.product_custom,
.ec-base-product .spec > li.product_price,
.ec-base-product .spec > li.prd_price_sale {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 6px 0px 0;
}

/*
.ec-base-product .spec > li.product_price *,
.ec-base-product .spec > li.prd_price_sale * {
    font-weight: 600 !important;
}
*/

.ec-base-product .spec > li.product_custom,
.ec-base-product .spec.is-sale > li.product_price,
.ec-base-product .spec li.product_price:first-child,
.ec-base-product .spec li.summary_desc + li.product_price {
    vertical-align: bottom;
    display: block;
    line-height: 1;
    margin: 15px 0 2px;
}

.ec-base-product .spec .sale-per {
    display: inline-block;
    font-size: 17px;
    color: var(--sale-per-color);
    font-weight: 700;
    letter-spacing: 0;
    margin-right: 5px;
}

.ec-base-product .grid3 .spec .sale-per {
    font-size: 19px;
}

.ec-base-product .spec .sale-per::after {
    content: '%';
    font-size: 11px;
    font-weight: normal;
}

.ec-base-product .spec.is-sale li.product_custom {
    display: none;
}

.ec-base-product .spec > li.prd_price_sale ~ li.product_price span,
.ec-base-product .spec > li.price.sale {
    text-decoration: line-through;
}

.ec-base-product .spec.is-sale > li.product_price span {
    font-weight: 500 !important;
    color: #bbb !important;
    font-size: 13px !important;
    text-decoration: line-through;
}

.ec-base-product .grid3 .spec.is-sale > li.product_price span {
    font-size: 15px !important;
}

.ec-base-product .spec > li.review_cnt .title,
.ec-base-product .spec > li.review_cnt span,
.ec-base-product .spec > li.summary_desc span,
.ec-base-product .spec > li.product_custom span {
    font-weight: 500 !important;
}

.ec-base-product .spec > li.review_cnt .title {
    font-size: 0;
}

.ec-base-product .spec > li.price ~ .sale {
    margin-bottom: 14px;
    color: #000;
    font-size: 16px;
}

.ec-base-product .spec > li.sale-per {
    color: #ee5555;
    font-weight: 500;
/*    margin-left: 3px;*/
    margin-right: 6px;
    font-size: 12px;
}

.ec-base-product .spec > li.review_cnt,
.ec-base-product .spec > li:last-child {
    margin-bottom: 0;
}

.ec-base-product .spec > li.review_cnt {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #f8f8f8;
    padding: 5px 10px;
    border-radius: 40px;
    line-height: 1;
}

.ec-base-product .grid3 .spec > li.review_cnt {
    bottom: 2px;
}

.ec-base-product .spec > li.review_cnt > span {
    margin-left: 3px;
}

.ec-base-product .spec .summary {
    color: #6d6d6d;
    font-size: 12px;
}

.ec-base-product .spec .color,
.ec-base-product .xans-product-colorchip {
    overflow: hidden;
    display: inline-block;
    margin: 0;
    line-height: 1;
}

.ec-base-product .xans-product-colorchip {
    margin-bottom: 2px;
}

.ec-base-product .spec .chips,
.ec-base-product .xans-product-colorchip > span {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 4px 4px 0;
    border: 1px solid rgba(50,50,50,0.1);
    box-sizing: border-box;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
}

.ec-base-product .discountPeriod {
    display: inline-block;
    z-index: 10;
    position: relative;
    width: 55px;
    height: 19px;
    vertical-align: middle;
}

.ec-base-product .layerDiscountPeriod strong.title {
    display: block;
    margin: 0 0 12px;
    padding: 0 35px 0 0;
    font-weight: bold;
    color: #2e2e2e;
}

.ec-base-product .layerDiscountPeriod .content p {
    margin: 2px 0 0;
    font-size: 11px;
    line-height: 16px;
    color: #757575;
    letter-spacing: -1px;
}

.ec-base-product .layerDiscountPeriod .content p strong {
    font-weight: normal;
    font-size: 12px;
    color: #2e2e2e;
}

.ec-base-product .layerDiscountPeriod .content p strong span {
    font-size: 11px;
}

.ec-base-product .prdList .shippingFee {
    position: relative;
    display: inline-block;
}

.ec-base-product .prdList .shippingFee .button {
    display: inline-block;
    float: none;
}

.ec-base-product .prdList .shippingFee .ec-base-tooltip {
    z-index: 11;
    display: block;
    margin: 0 0 0 -170px;
    width: 360px;
}

.ec-base-product .prdList .shippingFee .ec-base-tooltip table th {
    width: 40px;
}

.ec-base-product .prdList .shippingFee .ec-base-tooltip table th,
.ec-base-product .prdList .shippingFee .ec-base-tooltip table td {
    padding: 7px 10px 8px 10px;
}

.ec-base-product .btnTooltip {
    display: inline-block;
}

.differentialShipping {
    display: none;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    border: 1px solid #000;
    background: #fff;
}

.differentialShipping h3.title {
    height: 60px;
    margin: 0 20px;
    padding: 20px 0;
    font-size: 16px;
    color: #000;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
}

.differentialShipping .content {
    padding: 12px 18px 14px 18px;
    border-top: 0;
    text-align: center;
    background: #fff;
}

.differentialShipping .close {
    position: absolute;
    right: 14px;
    top: 16px;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.differentialShipping .close a {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
}

.differentialShipping .close:before {
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    width: 1px;
    height: 21px;
    background: #000;
}

.differentialShipping .close:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: 21px;
    height: 1px;
    background: #000;
}

.differentialShipping .close img {
    display: none;
}

.differentialShipping .content ul {
    color: #757575;
    line-height: 25px;
}

.differentialShipping .content li {
    overflow: hidden;
}

.differentialShipping .content li strong {
    float: left;
    font-weight: normal;
}

.differentialShipping .content li span {
    float: right;
    color: #2e2e2e;
}

.differentialShipping .content .info {
    margin: 7px 0 0;
    padding: 7px 0 0;
    border-top: 1px dotted #b0b1b3;
    color: #80aeef;
    text-align: right;
}

/* Thumbnail icon position */
.ec-product-bgLT {
    background-position: left top;
}

.ec-product-bgLC {
    background-position: left center;
}

.ec-product-bgLB {
    background-position: left bottom;
}

.ec-product-bgRT {
    background-position: right top;
}

.ec-product-bgRC {
    background-position: right center;
}

.ec-product-bgRB {
    background-position: right bottom;
}

.ec-product-bgCT {
    background-position: center top;
}

.ec-product-bgCC {
    background-position: center center;
}

.ec-product-bgCB {
    background-position: center bottom;
}

.prd_price_sale span span,
.prd_promotion_date {
    display: none;
}

/* Slide products */

.prd-nav-wrap {
    position: absolute;
    top: 1px;
    right: 0;
}

.prd-nav {
    width: 46px;
    height: 46px;
    background: #fff;
     border: 1px solid #e8ecef; 
    position: absolute;
/*
    top: 50%;
    margin-top: -24px;
*/
    top: calc(25% + (0px * 0.25));
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,.04);
    -webkit-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
}

.prd-nav--prev {
    left: -75px;
}

.prd-nav--next {
    right: -75px;
}

.prd-nav svg {
    width: 14px;
    height: auto;
}

.prd-nav svg g {
    stroke: #000;
    stroke-width: 2px;
}

@media all and (max-width:1024px) {

    .ec-base-product .prdList .icon__box > span {
        opacity: 1;
        visibility: visible;
    }

    .ec-base-product .prdList .cart {
        width: 22px;
    }

    .ec-base-product .prdList .cart img {
        background-size: 12px auto;
    }
    
    .ec-base-product .prdList .wish img,
    .ec-base-product .prdList .wish img[icon_status="on"] {
        background-size: 12px auto;
        background-position: center 5px;
    }
    
    .ec-base-product .prdList .wish {
        width: 22px;
        height: 22px;
    }
    
    html.loaded .ec-base-product .prdList .icon__box > span,
    .ec-base-product .prdList .wish img {
        transition: none;
    }
    
    .titleArea[data-parent*="BEST"] ~ .xans-product-normalpackage .ec-base-product .prdList > li,
    .titleArea[data-parent*="Best"] ~ .xans-product-normalpackage .ec-base-product .prdList > li,
    .titleArea[data-parent*="best"] ~ .xans-product-normalpackage .ec-base-product .prdList > li,
    .titleArea[data-parent*="베스트"] ~ .xans-product-normalpackage .ec-base-product .prdList > li,
    .ec-base-product ul.grid5 > li,
    .ec-base-product ul.grid4 > li,
    .ec-base-product .jsPrdSlide:not(.swiper-container) ul.grid-slide > li {
        width: calc(25% - 16px);
        margin: 0 8px 60px;
    }
    
    .ec-base-product .prdList.grid4,
    .ec-base-product .prdList.grid5,
    .ec-base-product .jsPrdSlide:not(.swiper-container) .prdList {
        width: calc(100% + 16px);
        margin-left: -8px;
    }
    
}

/********************* Mobile / Tablet *********************/
@media all and (max-width:1024px) {

    .ec-base-product .discountPeriod {
        position: static;
    }

    .ec-base-product .btnTooltip {
        position: static;
    }

    .differentialShipping {
        left: 0;
        right: 0;
        width: 88%;
        margin: 10px auto 0;
    }
}

/********************* Tablet *********************/
@media all and (min-width:768px) and (max-width:1024px) {
    .ec-base-product ul.grid5 > li {
        width: 33.33%;
    }

}

/********************* PC *********************/
@media all and (min-width:1025px) {
    .ec-base-product .title h3 {
        margin: 50px 0 5px;
        font-size: 17px;
    }
    
    .ec-base-product .title p {
        color: #8c8c8c;
    }

    .ec-base-product .layerDiscountPeriod {
        left: 50%;
        top: 26px;
        width: 247px;
        margin: 0 0 0 -124px;
    }

    .ec-base-product .btnTooltip {
        position: relative;
    }

    .differentialShipping {
        left: 50%;
        top: 17px;
        width: 350px;
        margin: 0 0 0 -176px;
    }
}

@media (max-width: 768px) {
    
    #contents .ec-base-product ul.grid3 {
        width: calc(100% + 15px);
        margin-left: -7.5px;
    }
    
    #contents .ec-base-product ul.grid3 > li {
        width: calc(33.333% - 15px);
        margin: 0 7.5px 50px;
    }
    
}

@media (max-width: 767px) {
    
    .ec-base-product ul.grid5 > li {
        width: 50%;
    }

    .ec-base-product .prdList .wish {
        width: 22px;
    }
    
    .ec-base-product .spec .chips,
    .ec-base-product .xans-product-colorchip > span {
        width: 6px;
        height: 6px;
        margin: 0 3px 3px 0;
    }
    
    .prd-nav-wrap {
        display: none !important;
    }
    
    .ec-base-product .prdList .thumbnail {
        margin-bottom: 12px;
    }
    
    
    .titleArea[data-parent*="BEST"] ~ .xans-product-normalpackage .ec-base-product .prdList,
    .titleArea[data-parent*="Best"] ~ .xans-product-normalpackage .ec-base-product .prdList,
    .titleArea[data-parent*="best"] ~ .xans-product-normalpackage .ec-base-product .prdList,
    .titleArea[data-parent*="베스트"] ~ .xans-product-normalpackage .ec-base-product .prdList,
    .ec-base-product ul.grid4,
    #contents .ec-base-product ul.grid3 {
        width: calc(100% + 12px) !important;
        margin-left: -6px !important;
    }
    
    .titleArea[data-parent*="BEST"] ~ .xans-product-normalpackage .ec-base-product .prdList > li,
    .titleArea[data-parent*="Best"] ~ .xans-product-normalpackage .ec-base-product .prdList > li,
    .titleArea[data-parent*="best"] ~ .xans-product-normalpackage .ec-base-product .prdList > li,
    .titleArea[data-parent*="베스트"] ~ .xans-product-normalpackage .ec-base-product .prdList > li,
    .ec-base-product ul.grid4 > li,
    #contents .ec-base-product ul.grid3 > li {
        width: calc(50% - 12px);
        margin: 0 6px 35px;
    }
    
    .titleArea[data-parent*="BEST"] ~ .xans-product-normalpackage .ec-base-product .prdList.grid1 > li,
    .titleArea[data-parent*="Best"] ~ .xans-product-normalpackage .ec-base-product .prdList.grid1 > li,
    .titleArea[data-parent*="best"] ~ .xans-product-normalpackage .ec-base-product .prdList.grid1 > li,
    .titleArea[data-parent*="베스트"] ~ .xans-product-normalpackage .ec-base-product .prdList.grid1 > li {
        width: 100%;
        margin: 0 0 35px;
    }
    
    .titleArea[data-parent*="BEST"] ~ .xans-product-normalpackage .ec-base-product .prdList > li::after,
    .titleArea[data-parent*="Best"] ~ .xans-product-normalpackage .ec-base-product .prdList > li::after,
    .titleArea[data-parent*="best"] ~ .xans-product-normalpackage .ec-base-product .prdList > li::after,
    .titleArea[data-parent*="베스트"] ~ .xans-product-normalpackage .ec-base-product .prdList > li::after,
    .ec-base-product .prdList--best > li::after {
        font-size: 10px;
        top: 7px;
        left: 7px;
        width: 46px;
        height: 18px;
    }
    
    .ec-base-product .prdList .description .name * {
        font-size: 14px !important;
    }
    
    .ec-base-product .prdList.grid1 .description .name * {
        font-size: 16px !important;
    }
    
    .ec-base-product .prdList .description {
        margin: 10px 0 0;
    }
    
    .ec-base-product .spec {
        margin: 4px 0 0;
    }
    
    .ec-base-product .spec > li {
        margin: 0 0 7px;
    }
    
    .ec-base-product .spec > li.review_cnt {
        padding: 4px 8px;
    }
    
    .ec-base-product .grid3 .spec > li.review_cnt {
        bottom: 0;
    }
    
    .ec-base-product .spec > li.review_cnt .title {
        font-size: 0 !important;
    }
    
    .ec-base-product .spec > li.sale-per,
    .ec-base-product .spec > li.product_price *,
    .ec-base-product .spec > li.prd_price_sale * {
        font-size: 15px !important;
    }
    
    .ec-base-product .spec > li *,
    .ec-base-product .spec > li.product_custom *,
    .ec-base-product .spec.is-sale > li.product_price span,
    .ec-base-product .grid3 .spec > li.product_custom,
    .ec-base-product .grid3 .spec.is-sale > li.product_price span {
        font-size: 12px !important;
    }
    
    .ec-base-product .grid1 .spec > li.sale-per,
    .ec-base-product .grid1 .spec > li.product_price *,
    .ec-base-product .grid1 .spec > li.prd_price_sale * {
        font-size: 17px !important;
    }
    
    .ec-base-product .grid1 .spec > li.product_custom *,
    .ec-base-product .grid1 .spec.is-sale > li.product_price span,
    .ec-base-product .grid1 .spec > li.summary_desc * {
        font-size: 14px !important;
    }
    
    .ec-base-product .spec > li.review_cnt .title *,
    .ec-base-product .spec > li.review_cnt .title + span {
        font-size: 11px !important;
    }
    
    .ec-base-product .spec .sale-per,
    .ec-base-product .spec > li.product_custom, .ec-base-product .spec > li.product_price, .ec-base-product .spec > li.prd_price_sale {
        margin-right: 5px;
/*        line-height: 1.5;*/
    }
    
    .ec-base-product .spec > li.prd_price_sale ~ li.product_price,
    .ec-base-product .spec > li.product_custom {
        vertical-align: middle;
    }
    
    .ec-base-product .prdList .icon img {
        max-height: 11px;
    }
    
    .ec-base-product .prdList .description .name {
        font-weight: normal;
    }
    
    .ts-info,
    .ts-info.end {
        height: 24px;
        padding: 0 6px;
        font-size: 12px;
        top: 8px;
        left: 8px;
        width: calc(100% - 16px);
        justify-content: center;
        min-width: 120px;
        gap: 1px;
        line-height: 1;
    }
    
    .ts-info {
        font-weight: bold;
    }
    
    .ts-info.end {
        font-size: 13px;
    }
    
}
.ec-base-prdInfo {
    position: relative;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    background: #fff;
}

.ec-base-prdInfo .prdBox {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}

.ec-base-prdInfo .check {
    display: inline-block;
    margin: 0 10px 0 0;
}

.ec-base-prdInfo .check label {
    margin: 0;
}

.ec-base-prdInfo .thumbnail {
    overflow: hidden;
    width: 83px;
    height: 83px;
    margin: 0 15px 0 0;
    border: 1px solid #d5d5d5;
    box-sizing: border-box;
}

.ec-base-prdInfo .thumbnail img {
    width: 100%;
}

.ec-base-prdInfo .description {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 18px;
}

.ec-base-prdInfo .description .prdName {
    display: block;
    margin: 0 0 7px;
    font-weight: 600;
    font-size: 15px;
}

.ec-base-prdInfo .description .prdName a {
    color: #000;
}

.ec-base-prdInfo .description .prdName .ec-set-product-name {
    display: block;
    margin: 0 0 3px;
}

.ec-base-prdInfo .description .prdName img {
    margin: 0 1px;
    vertical-align: middle;
}

.ec-base-prdInfo .description .price,
.ec-base-prdInfo .description .price li {
    font-size: 15px;
    color: #000;
    line-height: 20px;
    display: flex;
    align-items: center;
    margin-right: 5px;
    margin-bottom: 3px;
}

.ec-base-prdInfo .description .price strong {
    font-weight: 500;
}

.ec-base-prdInfo .description .price .refer {
    font-size: 11px;
}

.ec-base-prdInfo .description .price .discount {
/*    font-weight: normal;*/
    text-decoration: line-through;
}

.ec-base-prdInfo .description .price .strike {
/*    font-weight: normal;*/
    text-decoration: line-through;
}

.ec-base-prdInfo .description .price .strike strong {
/*    font-weight: normal;*/
}

.ec-base-prdInfo .description .info {
    margin: 5px 0 0;
}

.ec-base-prdInfo .description .info li {
    margin: 0 0 3px;
    font-size: 12px;
    color: #7d7d7d;
}

.ec-base-prdInfo .description .info a {
    color: #7d7d7d;
}

.ec-base-prdInfo .description .info .mileage {
    display: inline-block;
}

.ec-base-prdInfo .description .info .mileage img {
    vertical-align: text-top;
}

.ec-base-prdInfo .description input[type="number"] {
    max-width: 51px;
}

.ec-base-prdInfo .description .info .amount button {
    margin: 0;
    padding: 0;
    border: 0;
}

.ec-base-prdInfo .description .info .amount {
    width: 50px;
}

.ec-base-prdInfo .description .info input.amount {
    text-align: right;
}

.ec-base-prdInfo .description input[type="tel"] {
    text-align: right;
}

.ec-base-prdInfo .description .quantity input[type="tel"] {
    width: 51px;
}

.ec-base-prdInfo .sumPrice strong {
    font-size: 16px;
}

.ec-base-prdInfo .quantity {
    margin: 20px 0 0;
    padding: 0 0 0 98px;
    box-sizing: border-box;
    width: 100%;
}

.ec-base-prdInfo.gCheck .quantity {
    padding: 0 0 0 125px;
}

.ec-base-prdInfo .btnDelete {
    display: block;
    position: absolute;
    top: 20px;
    right: -5px;
    overflow: hidden;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    font-size: 1px;
    line-height: 0;
    color: transparent;
    white-space: nowrap;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ec-base-prdInfo .btnDelete:before {
    content: "";
    position: absolute;
    top: 4px;
    right: 14px;
    width: 1px;
    height: 21px;
    background: #b5b5b5;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.ec-base-prdInfo .btnDelete:after {
    content: "";
    position: absolute;
    top: 14px;
    right: 4px;
    width: 21px;
    height: 1px;
    background: #b5b5b5;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.ec-base-prdInfo .optionGroup {
    margin: 15px 0 0;
}

.ec-base-prdInfo .optionGroup:empty {
    margin-top: 0;
}

.ec-base-prdInfo .optionGroup li {
    margin: 5px 0 0;
    line-height: 20px;
    color: #7d7d7d;
}

.ec-base-prdInfo .optionGroup .optionName {
    line-height: 18px;
    word-break: break-all;
}

.ec-base-prdInfo .optionGroup li .product {
    display: block;
    margin: 8px 0 0;
    color: #000;
}

.ec-base-prdInfo .optionGroup li .change {
    margin: 0 0 0 5px;
    white-space: nowrap;
}

.ec-base-prdInfo .optionGroup .product.displaynone + .optionStr {
    display: inline-block;
    margin-right: 10px;
    color: #000;
}

.ec-base-prdInfo .optionGroup .product.displaynone + .optionStr:empty {
    margin-right: 0;
}

.ec-base-prdInfo .optionGroup li br {
    display: none;
}

.ec-base-prdInfo .optionGroup .file a {
    color: #07a4fd;
    text-decoration: underline;
    word-break: break-all;
}

.ec-base-prdInfo .optionSelect {
    padding: 10px 20px 20px;
    background: #f6f6f6;
}

.ec-base-prdInfo .optionSelect li {
    margin: 10px 0 0;
}

.ec-base-prdInfo .optionSelect select,
.ec-base-prdInfo .optionSelect input {
    width: calc(100% - 258px);
}

.ec-base-prdInfo .optionSelect + .optionSelect {
    margin-top: -34px;
    padding-top: 0;
}

.ec-base-prdInfo .optionDesc {
    display: inline-block;
    width: 254px;
    color: #545454;
}

.ec-base-prdInfo .prdFoot {
    line-height: 26px;
    border-top: 1px solid #e5e5e5;
}

.ec-base-prdInfo .prdFoot:after {
    content: '';
    display: block;
    clear: both;
}

.ec-base-prdInfo .prdFoot .gLeft {
    float: left;
    text-align: left;
    line-height: 32px;
}

.ec-base-prdInfo .prdFoot .gRight {
    float: right;
    text-align: right;
}

.ec-base-prdInfo .prdFoot .txtStatus {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
}

.ec-base-prdInfo .prdFoot .store {
    color: #000;
    font-weight: normal;
}

.ec-base-prdInfo .prdFoot span span.discount {
    text-decoration: line-through;
}

.ec-base-prdInfo .prdFoot span span.discount strong {
    font-weight: normal;
}

.ec-base-prdInfo .optionModifyLayer {
    display: none;
}

.ec-base-prdInfo .optionModifyLayer .dimmed {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}

.ec-base-prdInfo .optionModifyLayer .title {
    display: block;
    margin: 0 0 6px;
    font-size: 13px;
}

.ec-base-prdInfo .optionModifyLayer .prdInfo {
    font-size: 13px;
}

.ec-base-prdInfo .optionModifyLayer .prdInfo li {
    margin: 0 0 20px;
}

.ec-base-prdInfo .optionModifyLayer .prdInfo li:empty {
    margin: 0;
}

.ec-base-prdInfo .optionModifyLayer .prdModify li {
    display: flex;
    margin: 10px 0 0;
}

.ec-base-prdInfo .optionModifyLayer .prdModify li:first-child {
    margin-top: 0;
}

.ec-base-prdInfo .optionModifyLayer .prdModify .optionDesc {
    display: inline-block;
    width: 89px;
    padding: 11px 0 0;
    font-size: 13px;
    color: #545454;
}

.ec-base-prdInfo .optionModifyLayer .prdModify li select {
    flex: 1;
    width: 100%;
}

.ec-base-prdInfo .optionModifyLayer .prdModify li input[type=text] {
    flex: 1;
    width: 100%;
}

/* order_result.html > orderArea > ec-base-prdInfo */
.orderArea .ec-base-fold .ec-base-prdInfo {
    border-bottom: 1px solid #d5d5d5;
}

.orderConfirmLayer .orderArea .ec-base-prdInfo {
    border-bottom: 0;
}

.orderArea .ec-base-prdInfo + .ec-base-prdInfo {
    border-top: 1px solid #d5d5d5;
}

/* ec-base-prdEmpty */
.ec-base-prdEmpty {
    text-align: center;
    color: #6d6d6d;
    border-top: 1px solid #000;
    border-bottom: 1px solid #e5e5e5;
}

/********************* Mobile / Tablet *********************/
@media all and (max-width:1024px) {
    .ec-base-prdInfo .prdBox {
        padding: 24px 16px;
    }

    .ec-base-prdInfo .description {
        padding: 0 10px 0 0;
    }

    .ec-base-prdInfo .sumPrice {
        margin: 20px 0 0;
        padding: 0 0 0 98px;
        box-sizing: border-box;
        width: 100%;
    }

    .ec-base-prdInfo .buttonGroup {
        margin: 20px 0 0;
        padding: 0 0 0 98px;
        box-sizing: border-box;
        width: 100%;
    }

    /* gCheck */
    .ec-base-prdInfo.gCheck .sumPrice,
    .ec-base-prdInfo.gCheck .quantity,
    .ec-base-prdInfo.gCheck .buttonGroup {
        padding: 0 0 0 125px;
    }

    .ec-base-prdInfo .btnDelete {
        right: 12px;
    }

    .ec-base-prdInfo .optionSelect {
        margin: 0 16px 24px;
        padding: 10px 20px 20px;
    }

    .ec-base-prdInfo .optionSelect li {
        margin: 10px 0 0;
    }

    .ec-base-prdInfo .optionSelect select,
    .ec-base-prdInfo .optionSelect input {
        width: 100%;
    }

    .ec-base-prdInfo .optionSelect + .optionSelect {
        margin-top: -34px;
        padding-top: 0;
    }

    .ec-base-prdInfo .optionDesc {
        display: block;
        margin: 0 0 10px;
        color: #545454;
    }

    .ec-base-prdInfo .prdFoot {
        padding: 18px 16px;
    }

    .optionModifyLayer .ec-base-button {
        display: flex;
    }

    .optionModifyLayer .ec-base-button [class*='Fix'] {
        flex: 1;
        min-width: auto;
    }

    /* ec-base-prdEmpty */
    .ec-base-prdEmpty {
        padding: 40px 0;
    }
}

/********************* PC *********************/
@media all and (min-width:1025px) {
    .ec-base-prdInfo .prdBox {
        position: relative;
        padding: 25px 0;
    }

    .ec-base-prdInfo .description {
        margin: 0 250px 0 0;
    }

    .ec-base-prdInfo .sumPrice {
        text-align: right;
        padding: 0 42px 0 0;
    }

    .ec-base-prdInfo .buttonGroup {
        position: absolute;
        bottom: 25px;
        right: 0;
        width: 300px;
        text-align: right;
    }

    .ec-base-prdInfo .btnDelete {
        right: -5px;
    }

    .ec-base-prdInfo .optionSelect {
        margin: 0 0 24px 98px;
        padding: 10px 20px 20px;
    }

    .ec-base-prdInfo .optionSelect li {
        margin: 10px 0 0;
    }

    .ec-base-prdInfo .optionSelect select,
    .ec-base-prdInfo .optionSelect input {
        width: calc(100% - 258px);
    }

    .ec-base-prdInfo .optionSelect + .optionSelect {
        margin-top: -34px;
        padding-top: 0;
    }

    .ec-base-prdInfo .optionDesc {
        width: 254px;
    }

    .ec-base-prdInfo .prdFoot {
        padding: 18px 0;
    }

    .optionModifyLayer .ec-base-layer {
        width: 485px;
    }

    /* ec-base-prdEmpty */
    .ec-base-prdEmpty {
        padding: 56px 0;
    }
}
/* typeList */
.ec-base-paginate.typeList {
  margin: 60px 0;
  text-align: center;
  font-size: 0;
  line-height: 0;
}

.ec-base-paginate.typeList > a {
  display: inline-block;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
}

.ec-base-paginate.typeList > a::after,
.ec-base-paginate.typeList > a:first-child::before,
.ec-base-paginate.typeList > a:last-child::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #000;
  vertical-align: middle;
  transform: rotate(45deg);
}

.ec-base-paginate.typeList > a:first-child::before,
.ec-base-paginate.typeList > a:last-child::before {
  margin: 0 -3px;
}

.ec-base-paginate.typeList > a:first-child::after,
.ec-base-paginate.typeList > a:first-child::before,
.ec-base-paginate.typeList > a:first-child + a::after {
  transform: rotate(-135deg);
}

.ec-base-paginate.typeList ol {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
}

.ec-base-paginate.typeList li {
  display: inline-block;
  margin: 0 2px;
  vertical-align: top;
}

.ec-base-paginate.typeList li:first-child {
  margin-left: 0;
}

.ec-base-paginate.typeList img {
  vertical-align: top;
}

.ec-base-paginate.typeList li a {
  display: block;
  width: 40px;
  padding: 12px 0;
  font-size: 12px;
  color: #6d6d6d;
  border: 1px solid #e5e5e5;
  line-height: 14px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 4px;
}

.ec-base-paginate.typeList a:hover {
  text-decoration: none;
}

.ec-base-paginate.typeList a.this {
  position: relative;
  z-index: 1;
  color: #000;
  border-color: #000;
}

.ec-base-paginate.typeList a.nolink {
  cursor: default;
}

/* typeSwipe */
.ec-base-paginate.typeSwipe {
  text-align: center;
}

.ec-base-paginate.typeSwipe .prev,
.ec-base-paginate.typeSwipe .next {
  display: none;
}

.ec-base-paginate.typeSwipe [id*='swipe-button'] button {
  display: inline-block;
  margin: 0 7px;
  width: 8px;
  height: 8px;
  overflow: hidden;
  font-size: 1px;
  line-height: 0;
  text-indent: -9999px;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

.ec-base-paginate.typeSwipe [id*='swipe-button'] button.selected {
  opacity: 1;
}
.swiper-container {margin-left: auto;margin-right: auto;position: relative;overflow: hidden;list-style: none;padding: 0;z-index: 1;}.swiper-wrapper {position: relative;width: 100%;height: 100%;z-index: 1;display: flex;transition-property: transform;box-sizing: content-box;}.swiper-container-android .swiper-slide, .swiper-wrapper {transform: translate3d(0px, 0, 0) }.swiper-slide {flex-shrink: 0;width: 100%;height: 100%;position: relative;transition-property: transform;}.swiper-container-fade .swiper-slide {transition-property: opacity;}.swiper-pagination-bullet {width: 8px;height: 8px;display: inline-block;border-radius: 100%;background: #000;opacity: .2;}.swiper-pagination-clickable .swiper-pagination-bullet {cursor: pointer;}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 4px;}.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {bottom: 10px;left: 0;width: 100%;}.swiper-container .swiper-notification {position: absolute;left: 0;top: 0;pointer-events: none;opacity: 0;z-index: -1000;}.swiper-scrollbar-drag {height: 100%;width: 100%;position: relative;background: rgba(0,0,0,.5);border-radius: 10px;left: 0;top: 0;}.swiper-container-multirow > .swiper-wrapper {-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}
:root {
    
    /* 🔽 포인트 색상(회원가입 포인트 아이콘 + 장바구니 아이콘 + 오늘출발 배송 문구) : 변경하실 색상을 RGB값이나 HEX 코드로 작성해주세요. 🔽 */
    --main-color: rgb(38, 86, 246);
    
    /* 🔽 포인트 색상(페이지 전체 버튼 색상) : 변경하실 색상을 RGB값이나 HEX 코드로 작성해주세요. 🔽 */
    --btn-color: #222;
    
    /* 🔽 탑배너 배경색상 : 변경하실 색상을 RGB값이나 HEX 코드로 작성해주세요. 🔽 */
    --top-banner-bg: #222;
    
    /* 🔽 타임세일 카테고리 원형 아이콘 색상 : 변경하실 색상을 RGB값이나 HEX 코드로 작성해주세요. 🔽 */
    --timesale-color: #FF6C00;
    
    /* 🔽 상품 할인율 색상 : 변경하실 색상을 RGB값이나 HEX 코드로 작성해주세요. 🔽 */
    --sale-per-color: #e32e15;
    
    /* 🔽 포토리뷰 게시글 별점 색상 (포토리뷰만 적용) : 변경하실 색상을 RGB값이나 HEX 코드로 작성해주세요. 🔽 */
    --review-star-color: rgb(255,184,0);
    
    /* 🔽 오늘출발 배송 아이콘 색상 : 변경하실 색상을 RGB값이나 HEX 코드로 작성해주세요. 🔽 */
    --shipping-today-bg: linear-gradient(142deg, #84a1ff 5%, #2656f6 53%, #15359f 102%);
}


html:not(.basic) {
    opacity: 1;
}

html.loaded {
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 50px; 
}

.container--layout {
    max-width: 1600px;
}

.clearfix::after {
    content: '';
    display: block;
    clear: both;
}

.display-m {
    display: none;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.inline {
	font-size: 0;
}

.inline>*,
.inline .inline__block {
	display: inline-block;
	vertical-align: top;
}

.relative {
    position: relative;
}

a:hover {
	text-decoration: none;
}

.hover-opacity {
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.hover-opacity:hover {
	opacity: 0.5;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex--v-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex--h-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ui-unset {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.hidden {
    opacity: 0;
    visibility: hidden;
}

.company-name {
    margin-right: -2px;
}
    
.company-name[data-chk="9999"] {
    font-size: 0;
}

.company-name[data-chk="9999"]::after {
    content: '모아스튜디오';
    font-size: 13px;
}

@media(max-width: 1024px) {
    .display-pc {
        display: none;
    }

    .display-m {
        display: block;
    }
}

.mCafe24Post .search {
	opacity: 1;
  display: block !important;
  top: 0;
  left: 0;
  visibility: visible;
}

/* coach mark */

body > .header .coach-mark__guide {
    display: none !important;
}

.coach-mark {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.85);
    z-index: 100;
}

.coach-mark .header__wrap {
    background: transparent;
}

.coach-mark .header__top,
.coach-mark .header__bottom {
    border: none;
}

.coach-mark .top-banner *,
.coach-mark .header * {
    pointer-events: none;
}

.coach-mark .coach-mark__icon {
    width: 30px;
    height: 30px !important;
    background: #fff;
    display: flex !important;
}

.coach-mark .coach-mark__icon svg {
    transform: translateY(0px);
}

.coach-mark .mark {
    position: relative;
    background: #fff;
    padding: 5px;
}

.coach-mark__guide {
    position: absolute;
    top: 30px;
    left: 0;
    white-space: nowrap;
    font-size: 0;
    line-height: 1;
}

.coach-mark__arrow {
    width: 45px;
    height: auto;
    display: block;
    margin: 10px 0;
}

.coach-mark__caption {
    display: block;
    line-height: 1.5;
    color: #fff;
    font-size: 14px;
}

.coach-mark__title {
    margin-bottom: 5px;
}

.coach-mark__guide--event {
    top: 30px;
    left: 10px;
}

.coach-mark__arrow--event {
    margin-bottom: 0;
}

.coach-mark__caption--event {
    position: absolute;
    left: calc(100% + 5px);
    top: 28px;
}

.coach-mark__guide--lookbook {
    top: -10px;
    left: calc(100% + 15px);
}

.coach-mark__arrow--lookbook {
    margin: 0;
}

.coach-mark__caption--lookbook {
    display: block;
    position: absolute;
    top: 0;
    left: calc(100% + 15px);
}

.coach-mark__guide--login {
    top: -7px;
    right: calc(100% + 15px);
    left: auto;
}

.coach-mark__arrow--login {
    margin: 0;
}

.coach-mark__caption--login {
    position: absolute;
    top: -5px;
    right: calc(100% + -15px);
}

.coach-mark__guide--cart {
    left: -7px;
    top: 35px;
}

.coach-mark__caption--cart {
    position: absolute;
    right: 0;
}

.view-origin {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 600px;
    margin-left: -300px;
}

.view-origin__txt {
    font-size: 18px;
    color: #fff;
    margin: 20px 0 35px;
    line-height: 1.5;
}

.view-origin__img-txt {
    width: 594px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.view-origin__img-banner {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.view-origin__btn {
    border: 2px solid #fff;
    height: 40px;
    width: 100%;
    font-size: 16px;
    color: #fff;
    margin-top: 35px;
    width: 40px;
    border-radius: 50%;
    cursor: pointer;
}

.coach-mark__point {
    color: #FFD800;
}

.coach-mark__shipping {
    position: absolute;
    top: 445px;
    right: -10px;
}

.view-origin--shipping {
    top: 180px;
}

.view-origin--shipping .view-origin__img-txt {
    width: 438px;
}

.view-origin__btn--shipping {
    position: absolute;
    top: 30px;
    right: 40px;
}

@media (max-width: 768px) {
    .coach-mark {
        display: none;
    }
}
@keyframes transformIcon {
    0% {
        opacity: 0;
        position: relative;
    }
    100% {
        opacity: 1;
        position: relative;
    }
}

@keyframes transformCategory {
    0% {
        opacity: 0;
        width: 100%;
        left: 0;
    }
    100% {
        opacity: 1;
        width: 100%;
        left: 0;
    }
}

html.loaded .category__link,
html.loaded .user-menu__link,
html.loaded .left-menu__link {
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.top-banner {
    overflow: hidden;
    position: relative;
    width: 100%;
    background: var(--top-banner-bg);
    text-align: center;
    z-index: 11;
    height: 40px;
}

.top-banner__list,
.top-banner__item {
    width: 100%;
    height: 100%;
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column;
}

.top-banner__item {
/*    width: 50%;*/
    box-sizing: border-box;
}

.top-banner__link {
    font-size: 14px;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
}

.top-banner__link .i-kakao {
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 18px;
    background: url("//www.pruvie.kr/moa/img/icon/kakao.png") no-repeat;
    background-size: 100% auto;
    margin-right: 7px;
    position: relative;
    top: 11px;
}

.top-banner .btnClose {
    position: absolute;
    left: calc(100vw - 78px);
    top: 10px;
    width: 13px;
    height: 13px;
    background: none;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 150%;
    font-size: 1px;
    color: transparent;
    line-height: 1px;
}

header.header {
    width: 100%;
    height: 145px;
    z-index: 11;
}

.header__wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border-bottom: 1px solid #efefef;
}

.header__wrap.fixed {
    position: fixed;
    transform: translateY(-80px);
}

html.loaded .header__top {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header__top {
    height: 90px;
}

.header__wrap.fixed {
/*    height: 60px;*/
}

.top-logo {
    position: absolute;
    height: 100%;
/*    left: 0;*/
    z-index: 2;
}

/*
.chk-moa[data-chk="9999"] ~ .top-logo {
    width: 140px;
    margin-left: -70px;
    top: 2px;
}
*/

.top-logo__item {
    height: 100%;
    display: flex;
    align-items: center;
}

.top-logo__item:nth-child(2) {
    display: none;
}

.chk-moa[data-chk="9999"] ~ .top-logo .top-logo__link svg {
    display: block;
    width: 100%;
/*    height: auto;*/
}

.top-logo__item img {
    width: auto;
    height: auto;
    max-height: calc(100% - 40px);
    min-height: calc(100% - 66px);
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.chk-moa[data-chk="9999"] ~ .top-logo .top-logo__link img {
    width: 100%;
}

/*
.chk-moa[data-chk="9999"] ~ .top-logo .top-logo__link img {
    display: none;
}
*/

.header-top__right {
    margin-left: auto;
}

.header-top__menu:not(:first-child)::before {
    content: '';
    margin: 0 10px;
    width: 1px;
    height: 11px;
    background: rgb(233,235,237);
}

.header-top__link {
    font-size: 14px;
    color: #808080;
    font-weight: 500;
}

.header__bottom {
    height: 65px;
    margin-top: -10px;
}

.header__wrap.fixed .header__bottom {
    height: 70px;
}

.header__bottom .top-logo {
    opacity: 0;
    visibility: hidden;
    top: 0;
}

.header__bottom .top-logo > .top-logo__item:nth-child(1) {
    display: flex;
    height: 100%;
    box-sizing: border-box;
}

.header__bottom .top-logo img {
    max-height: calc(100% - 36px);
    min-height: calc(100% - 46px);
}

.header__wrap.fixed .header__bottom .top-logo {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease, visibility 0.5s ease, top 0.5s ease;
/*    transition-delay: 0.1s !important;*/
}

.header__wrap > div > .container,
.category,
.category > .category__list {
    height: 100%;
}

.header__wrap.fixed .other {
    opacity: 0;
    animation: transformIcon .5s ease forwards;
}

.category {
    position: absolute;
    bottom: 0;
    text-align: center;
    overflow: visible;
}

.category > .category__list {
    margin-left: -20px;
    width: auto;
}

.header__wrap.fixed .category__list {
    margin-left: 0;
    justify-content: center;
}

.category .category__item {
    position: relative;
    margin: 0 20px;
    height: 100%;
}

.category__link {
    font-size: 16px;
    display: block;
    font-weight: 600;
    color: #000;
    position: relative;
/*    color: rgba(0,0,0,.87);*/
}

.category .category__item[data-name="타임세일"] .category__link,
.category .category__item[data-name="타임특가"] .category__link,
.category .category__item[data-name="타임 특가"] .category__link,
.category .category__item[data-name="타임 세일"] .category__link,
.category .category__item[data-name="TIMESALE"] .category__link,
.category .category__item[data-name="TIME SALE"] .category__link,
.aside-category__item[data-name="타임세일"] .aside-category__link span,
.aside-category__item[data-name="타임 세일"] .aside-category__link span,
.aside-category__item[data-name="TIMESALE"] .aside-category__link span,
.aside-category__item[data-name="TIME SALE"] .aside-category__link span {
    position: relative;
}

.category .category__item[data-name="타임세일"] .category__link::after,
.category .category__item[data-name="타임특가"] .category__link::after,
.category .category__item[data-name="타임 특가"] .category__link::after,
.category .category__item[data-name="타임 세일"] .category__link::after,
.category .category__item[data-name="TIMESALE"] .category__link::after,
.category .category__item[data-name="TIME SALE"] .category__link::after,
.aside-category__item[data-name="타임세일"] .aside-category__link span::after,
.aside-category__item[data-name="타임 세일"] .aside-category__link span::after,
.aside-category__item[data-name="TIMESALE"] .aside-category__link span::after,
.aside-category__item[data-name="TIME SALE"] .aside-category__link span::after {
    content: '';
    position: absolute;
    top: -2px;
    right: -7px;
    display: inline-block;
    /* padding: 2px 10px; */
    border-radius: 50%;
    background: var(--timesale-color);
    font-weight: 600;
    width: 5px;
    height: 5px;
}

.user-menu__link {
    line-height: 59px;
/*    font-weight: 500;*/
    font-size: 14px;
}

.slash {
    font-size: 14px;
    margin: 0 2px;
}

/*
.header__wrap.fixed .icon-menu {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
*/

.icon-menu__item {
    margin-left: 20px;
    cursor: pointer;
    position: relative;
}

.icon-menu__item svg {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

.icon-menu__item--all-cate.on .hamburger-bars:nth-child(3) {
    top: 7px;
    transform: rotate(-45deg);
    width: 20px;
}

.icon-menu__item--user .user-menu {
    display: block;
    height: 100%;
/*
    height: 68px;
    line-height: 73px;
*/
}

.join-benefit {
    position: absolute;
    display: inline-block;
    top: -25px;
    left: 50%;
    width: 50px;
    height: 16px;
    line-height: 17px;
    font-size: 11px;
    color: #fff;
    margin: 0 0 0 -17px;
    border: 1px solid var(--main-color);
    border-radius: 4px;
    background: var(--main-color);
    text-align: center;
    font-weight: 700;
}

.join-benefit::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin: 0 0 0 -3px;
    border-style: solid;
    border-width: 5px 4px 0;
    display: block;
    width: 0;
    z-index: 1;
    border-color: var(--main-color) transparent;
}

.icon-search-mobile {
    display: none;
}

.cart-count {
    display: block;
    position: absolute;
    top: -5px;
    right: -7px;
    font-size: 10px;
    text-align: center;
    line-height: 13px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--main-color);
    border: 1px solid #fff;
    color: #fff;
    box-sizing: border-box;
    font-weight: 600;
}

.sub-category {
    position: absolute;
    background: rgba(255,255,255,.95);
/*    width: 140px;*/
    width: 150px;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    left: 50%;
    margin-left: -75px;
    top: calc(100% + 5px);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.sub-category--s {
    width: 110px;
    margin-left: -55px;
/*    top: calc(100% + 10px);*/
}

.sub-category--s .sub-category__link {
    font-size: 13px;
}


.left-menu .sub-category,
.icon-menu__item--user .sub-category--my-menu {
    top: calc(100% + 7.5px);
    width: 95px;
    margin-left: -47.5px;
}

.header-transform .header__wrap .sub-category--my-menu {
    top: calc(100% + 5px);
}

html.loaded .sub-category {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.sub-category--depth-three {
    top: -5px;
    left: 0;
    margin-left: 0;
    -webkit-transform: translateX(calc(100% - 2px));
    transform: translateX(calc(100% - 2px));
}

.sub-category__list {
    padding: 10px 0;
    text-align: center;
}

.sub-category__item {
    position: relative;
    padding: 0 10px;
}

.sub-category__link {
    display: block;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    line-height: 33px;
    transition: background 0.2s ease;
}

div.other {
    margin-left: auto;
    position: relative;
    z-index: 1;
}


.seach-icon-x-img {
    width: 18px;
    height: auto;
    transform: translateY(2px);
    display: none;
}

.jsSearchBtn.on .seach-icon-img {
    display: none;
}

.jsSearchBtn.on .seach-icon-x-img {
    display: block;
    transform: translateY(1px);
}

/*
.seach-icon-x-img {
    display: block;
    width: 18px;
    height: auto;
    position: absolute;
    top: 2px;
}
*/

.top-search-popup {
    position: absolute;
    top: 50px;
    right: 0;
    width: 370px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #efefef;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
}

html.loaded .top-search-popup {
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.top-search.on .top-search-popup {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.header__wrap.fixed .top-search-popup {
    top: 53px;
    right: -45px;
}

.top-search-popup__wrapper {
    padding: 24px;
}

.top-search-popup__title {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin-bottom: 16px;
}

.header__wrap:not(.fixed) .top-search-box {
    display: none;
}

.top-search-box form {
    position: relative;
}

.header__wrap.fixed .top-search input[type="text"].top-search-popup__input {
    width: 100%;
    height: 40px;
    text-indent: 20px;
}

.top-search-popup__btn {
    position: absolute;
    top: 50%;
    right: 17px;
    margin-top: -7.5px;
    cursor: pointer;
}

.top-search-popup__btn img {
    width: 15px;
    height: auto;
}

.hot-keyword-list {
    gap: 8px;
}

.top-search-popup .search__keyword {
    margin: 0;
}

.top-search-popup__close {
    cursor: pointer;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 25px;
    right: 23px;
}

.top-search-popup__close::before,
.top-search-popup__close::after {
    content: '';
    display: block;
    width: 15px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 7px;
    right: 0;
    transform: rotate(45deg);
}

.top-search-popup__close::after {
    transform: rotate(-45deg);
}


/*
html.loaded .category {
    transition: transform .8s ease;
}
*/

/*
html.loaded .top-search input[type="text"] {
    transition: width .6s ease;
}

html.loaded .top-search {
    transition: left .6s ease, margin-top .6s ease;
}
*/

.other__menu {
    cursor: pointer;
    font-size: 0;
}

.other__menu:not(:last-child) {
    margin-right: 16px;
}

.other__link--hasChild {
    padding-bottom: 24px;
    display: block;
    transform: translateY(12px);
}

.other__menu--all-cate {
    width: 20px;
    height: 16px;
    cursor: pointer;
    position: relative;
    margin-left: 5px;
}


.hamburger-bars {
    width: 20px;
    height: 1px;
    background: #000;
    display: block;
    position: absolute;
    left: 0;
    transform-origin: left;
/*    box-shadow: 0px 0.5px 0px #000;*/
    box-shadow: 0px 1px 0px rgba(0,0,0,0.4);
}

html.loaded .hamburger-bars {
    -webkit-transition: transform 0.2s cubic-bezier(0.4, 0.4, 0.000, 1.0);
    transition: transform 0.2s cubic-bezier(0.4, 0.4, 0.000, 1.0);
}

.hamburger-bars:nth-child(1) {
    top: 0;
}

.jsAllCateToggle.on .hamburger-bars:nth-child(1) {
    transform: rotate(45deg);
    top: 1px;
}

.icon-menu__item--all-cate.on .hamburger-bars:nth-child(1) {
    top: 7px;
    transform: rotate(45deg);
    width: 20px;
}

.hamburger-bars:nth-child(2) {
    top: 50%;
    margin-top: -1px;
}

.jsAllCateToggle.on .hamburger-bars:nth-child(2),
.icon-menu__item--all-cate.on .hamburger-bars:nth-child(2) {
    opacity: 0;
}

.hamburger-bars:nth-child(3) {
    top: 14px;
}

.jsAllCateToggle.on .hamburger-bars:nth-child(3) {
    transform: rotate(-45deg);
    top: 15px;
}

.search {
    position: absolute;
    top: 145px;
    left: 0;
    width: 100%;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    background: #fff;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    height: 0;
    z-index: 1;
}

/*
.header__wrap.fixed .search {
    top: 55px;
}
*/

.search.on {
    opacity: 1;
    visibility: visible;
}

.header__wrap.fixed .search {
    top: 150px;
}

.search__form {
    max-width: 420px;
    margin: 0 auto;
    padding: 30px 0 24px;
}

.search__field {
    width: 100%;
    font-size: 0;
    position: relative
}

.search__submit {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -8px;
    cursor: pointer;
}

.search__submit img {
    width: 16px;
    height: auto;
}

.search .search__input {
    border: none;
    padding: 0;
    margin: 0;
    height: 50px;
    width: 100%;
    font-size: 15px;
    color: #888;
    margin: 0;
    box-sizing: border-box;
    text-indent: 20px;
    font-weight: 600;
    border: 1px solid #f5f6f7;
    background: #f5f6f7;
    border-radius: 40px;
}

.search .search__input:hover,
.search .search__input:focus {
    border-color: #333 !important;
}

.search .search__input::placeholder {
    color: #888;
}

.search__hot-keyword {
    margin-top: 30px;
}

.hot-keyword__title {
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 12px;
    letter-spacing: -0.2px;
}

.search__keyword {
    border: 1px solid rgb(219,222,226);
    border-radius: 40px;
    padding: 9px 16px;
    font-size: 14px;
    line-height: 1;
    display: flex;
    cursor: pointer;
/*    color: rgb(111,119,133);*/
    color: #333;
/*    font-weight: 600;*/
    margin: 0 5px 5px 0;
}

/*
.search__keyword:before {
    content: '#';
}
*/

.search__keyword:empty {
    display: none;
}

.search__close {
    position: absolute;
    top: 50%;
    right: 0;
    display: none;
    height: 18px;
    margin-top: -9px;
    cursor: pointer;
}

.search__close svg {
    width: 18px;
    height: auto;
}

.search-bg {
    position: absolute;
    top: 145px;
    left: 0;
    width: 100%;
    height: calc(100vh - 71px);
    background: rgba(0,0,0,.55);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 0;
    opacity: 0;
    visibility: hidden;
}

.header__wrap.fixed .search-bg {
    top: 150px;
    height: calc(100vh - 70px);
}

html.loaded .search,
html.loaded .search-bg {
    -webkit-transition: all 0.6s cubic-bezier(0.4, 0.4, 0.000, 1.0);
    transition: all 0.6s cubic-bezier(0.4, 0.4, 0.000, 1.0);
}

html.loaded .all-c,
html.loaded .all-cate-bg {
    -webkit-transition: transform 0.3s cubic-bezier(0.4, 0.4, 0.000, 1.0), opacity 0.3s cubic-bezier(0.4, 0.4, 0.000, 1.0), visibility 0.3s cubic-bezier(0.4, 0.4, 0.000, 1.0);
    transition: transform 0.3s cubic-bezier(0.4, 0.4, 0.000, 1.0), opacity 0.3s cubic-bezier(0.4, 0.4, 0.000, 1.0), visibility 0.3s cubic-bezier(0.4, 0.4, 0.000, 1.0);
}

.search.on + .search-bg {
    opacity: 1;
    visibility: visible;
}

.footer {
    position: relative;
    padding: 50px 0 0;
    border-top: 1px solid #efefef;
}

.container--footer {
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.footer__column--company {
    width: 50%;
}

.footer__info-wrap {
    width: 50%;
    margin-top: 60px;
    margin-left: auto;
    justify-content: right;
}

.footer__column:not(:first-child) {
    margin-left: 100px;
}

.footer__title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer__title--bank {
/*    margin-bottom: 17px;*/
    margin-bottom: 19px;
}

.footer__logo {
    margin-bottom: 20px;
}

.footer-logo__link:nth-child(2) {
    display: none;
}

.footer__logo img {
    max-height: 20px;
    width: auto;
}

.footer__txt,
.footer__txt a {
    font-size: 13.5px;
    line-height: 2;
    color: #8c8c8c;
}

.footer__info-item {
    display: flex;
    align-items: center;
}

.footer__info-item:not(:last-child)::after {
    content: '';
    margin: 0 7px;
    background: rgb(233,235,237);
    font-size: 13px;
    width: 1px;
    height: 10px;
    display: inline-block;
}

.footer__txt a {
    display: inline-block;
}

.footer__txt--designby,
.footer__txt--link {
    color: #a7a7a7;
}

.footer__txt--link {
    display: inline;
}

.footer__txt--cs-no {
    font-size: 21px;
    color: #000;
    font-weight: bold;
    line-height: 1.5;
    margin: 8px 0 5px;
}

.footer__txt--notice {
    padding: 8px 15px;
    background: #f4f4f4;
    border-radius: 4px;
    color: #333;
    line-height: 1;
    text-align: center;
/*    margin-top: 17px;*/
    margin-top: 24px;
     display: inline-block; 
}

.footer__txt--copyright {
    margin-top: 12px;    
}

html.loaded .policy__about,
html.loaded .policy__link {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.policy {
/*    border-radius: 2px;*/
    width: 120px;
    height: 35px;
    margin-top: 20px;
    border: 1px solid #efefef;
    cursor: pointer;
}

.policy::after {
    content: '';
    display: block;
    width: 10px;
    height: 5px;
    background: url("//www.pruvie.kr/moa/img/icon/icon_arrow_down.svg") no-repeat center;
    position: absolute;
    top: 15px;
    right: 15px;
    background-size: 100% auto;
    -webkit-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
}

.policy.on::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.policy__item {
    margin-right: 25px;
}

.policy__about,
.policy__link {
    font-size: 13px;
    font-weight: 600;
    color: #333;
}

.policy__about {
    display: block;
    height: 40px;
    line-height: 36px;
    padding-left: 15px;
    width: calc(100% - 60px);
    font-size: 12px;
}

.footer__bottom {
    border-top: 1px solid #efefef;
    height: 80px;
    margin-top: 50px;
}

.footer__bottom .container {
    width: 100%;
    justify-content: space-between;
}

.social__item:not(:first-child) {
    margin-left: 30px;
}

.social__item img {
    width: auto;
    height: 20px;
}

.social__item--icon_naver img {
    height: 16px;
}

/* popup */

.mpopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
/*
    opacity: 0;
    visibility: hidden;
*/
}

.mpopup__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    z-index: 1;
/*
    opacity: 0;
    visibility: hidden;
*/
}

.mpopup__container {
    max-width: 385px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.mpopup__banner-item img {
    width: 100%;
    height: auto;
}

.mpopup__footer {
    background: rgb(250, 252, 252);
}

.mpopup__btn {
    width: 50%;
    height: 62px;
    font-size: 14.5px;
    color: #333;
    font-weight: 600;
}

.mpopup .mpopup__pager {
    position: absolute;
    bottom: 15px !important;
    left: 50% !important;
    width: auto !important;
    z-index: 1;
    text-align: center;
    transform: translateX(-50%);
    padding: 5px;
    background: rgba(0,0,0,0.4);
    border-radius: 40px;
}

.mpopup__pager .swiper-pagination-bullet {
    background: #fff;
}

.mpopup__pager .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

@media (hover: hover) {
    
    .mpopup__btn:hover {
        opacity: .5;
    }
    
    .all-c .sub-category__list > li:hover > .sub-category__link,
    .all-c__child-link:hover {
        color: #000;
    /*    text-decoration: underline;*/
    }

    .all-c .sub-category:not(.sub-category--depth-three) > .sub-category__list > li:hover > .sub-category__link::after,
    .all-c__child-link:hover::after {
        background: #000;
    }
    
    .category .category__item:hover .category__link,
    .left-menu__item:hover .left-menu__link,
    .policy__link:hover {
        opacity: .4;
    }
    
    .all-c .sub-category__item:hover .sub-category--depth-three {
        opacity: 1;
        visibility: visible;
    }
    
    .header__wrap:not(.search-on) .header__bottom li:hover > .sub-category:not(.on),
    .header__wrap:not(.search-on) .header__bottom li.sub-category__item:hover > .sub-category--depth-three,
    .header__wrap:not(.search-on) .icon-menu__item:hover > .sub-category {
        top: calc(100%);
        opacity: 1;
        visibility: visible;
    }
    
    .header__wrap:not(.search-on) .header__bottom li:hover > .sub-category--depth-three {
        top: -11px !important;
    }

/*
    .header__wrap:not(.search-on) .other__menu:hover > .sub-category {
        top: calc(100% + 5px) !important;
    }
*/

    .sub-category__item:hover > .sub-category--depth-three:not(.on) {
        top: -1px;
        opacity: 1;
        visibility: visible;
    }
    
    .sub-category__item:hover > .sub-category__link,
    .header__wrap:not(.search-on) .icon-menu__item--user .sub-category__item:hover > .sub-category__link {
        background: rgba(100,100,100,0.05);
    }
    
    html.loaded .search__keyword {
        transition: border-color 0.3s ease;
    }
    
    .search__keyword:hover {
        border-color: #868686;
    }
    
}

/* all cate */

.all-c {
    position: absolute;
    top: 146px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 20;
    border-bottom: 1px solid #efefef;
    transform: translateY(5px);
    opacity: 0;
    visibility: hidden;
}

.all-c.on {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.all-c.up {
    top: 151px;
}

.all-c__inner {
    justify-content: space-between;

}

.all-c__column {
/*    padding-top: 50px;*/
}

.all-c__column:first-child {
    flex: 2;
    max-height: 400px;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 40px 0;
}

.all-c__column:first-child::-webkit-scrollbar {
    width: 3px;
    background: #bbb;
    border-radius: 20px;
}

.all-c__column:first-child::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: #bbb;
}

.all-c__column:first-child::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgb(0 0 0 / 10%);
    background-color: #f8f8f8;
    border-radius: 50px;
}

.all-c .category__item {
    width: calc(100% / 6);
    display: block;
    position: relative;
    align-items: baseline;
} 

.all-c .category__item:nth-child(1n+7) {
    margin-top: 40px;
}

.all-c .category__item > a,
.all-c__title {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.all-c .sub-category {
    position: relative;
    left: 0;
    top: 0;
    margin: 15px 0 0;
    border: none;
    padding: 0;
    text-align: left;
    opacity: 1;
    visibility: visible;
}

.all-c .sub-category__list {
    padding: 0;
    text-align: left;
}

.all-c__child {
    margin-top: 15px;
}

.all-c__column:last-child {
    padding-left: 40px;
    border-left: 1px solid #efefef;
    margin: 40px 0;
}

.all-c__other .all-c__child:last-child {
    margin-left: 40px;
}

.all-c .sub-category__item {
    padding: 0;
}

.all-c .sub-category__item:not(:last-child),
.all-c__child-item:not(:last-child) {
    margin-bottom: 15px;
    position: relative;
    padding: 0;
}

.all-c .sub-category__link,
.all-c__child-link {
    padding: 0;
    font-size: 14px;
    color: #888;
    font-weight: 500;
    position: relative;
    line-height: 1.1;
    display: inline-block;
}

.all-c .sub-category:not(.sub-category--depth-three) > .sub-category__list > li > .sub-category__link::after,
.all-c__child-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
}

.all-c .sub-category--depth-three {
    position: absolute;
    left: -35%;
    border: 1px solid #ebebeb;
    padding: 10px 15px;
    min-width: 100px;
    margin: 0;
    width: auto;
    top: 0 !important;
    opacity: 0;
    visibility: hidden;
    display: none !important;
}

.all-c .sub-category--depth-three .sub-category__item {
    padding: 0;
    text-align: left;
    margin: 0;
}

.all-c .sub-category--depth-three .sub-category__link {
    text-align: center;
    line-height: 2;
    font-size: 13px;
}

html.loaded .all-c .sub-category__link,
html.loaded .all-c__child-link {
    transition: color 0.2s ease;
}

html.loaded .all-c .sub-category__link::after,
html.loaded .all-c__child-link::after {
    transition: background 0.2s ease;
}

.all-cate-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
}

.all-cate-bg.on {
    opacity: 1;
    visibility: visible;
}

/* Side */

.aside,
.aside-bg {
    display: none;
}

/* Scroll btn */

.quick-menu {
    position: fixed;
    width: 46px;
    bottom: 0;
    right: 40px;
    margin-bottom: 50px;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
}

.quick-menu__item {
    cursor: pointer;
    margin-top: 10px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    box-shadow: rgba(63, 71, 77, 0.25) 0px 2px 10px;
}

.quick-menu__item--custom {
    background: rgba(255,255,255,.9);
/*    border: 1px solid #d9d9d9;*/
}

html.loaded .quick-menu {
    -webkit-transition: opacity 0.3s ease-in-out,visibility 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out,visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out,visibility 0.3s ease-in-out;
}

.quick-menu.on {
    opacity: 1;
    visibility: visible;
}

.quick-menu__item--custom.jsScrollUp svg {
    width: 14px;
    height: auto;
}

.quick-menu__item--custom.jsTodayBtn svg {
    width: 24px;
}

.quick-menu img {
    width: 100%;
    height: auto;
}

/* Cart layer */

.xans-order-layerbasketpackage.ec-base-layer-area {
    background: transparent;
    z-index: 1111;
}

#cart-layer {
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    -webkit-transition: all 0.7s cubic-bezier(0.4, 0.4, 0.000, 1.0);
    transition: all 0.7s cubic-bezier(0.4, 0.4, 0.000, 1.0);
}

#cart-layer.on {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.cart-layer-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.7s cubic-bezier(0.4, 0.4, 0.000, 1.0);
    transition: all 0.7s cubic-bezier(0.4, 0.4, 0.000, 1.0);
}

#cart-layer.on + .cart-layer-bg {
    opacity: 1;
    visibility: visible;
}

/* Today view */

.today-view {
    width: 340px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    background: #fff;
    z-index: 9;
/*    height: 412px;*/
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
}

.today-view.on {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.today-view__inner {
    padding: 0 0 12px;
}

.today-view__title {
    font-size: 15px;
    font-weight: 700;
    border-bottom: 1px solid #ebebeb;
    padding: 18px 20px 18px;
}

#today-view {
    transition: height 0.6s ease;
}

#today-view body {
    overflow: hidden;
}

.today-view__close {
    position: absolute;
    top: 18px;
    right: 20px;
    cursor: pointer;
    z-index: 1;
}

.today-view__close svg {
    width: 18px;
    height: auto;
}

.today-view__close svg path {
    fill: #333;
    stroke-width: 0.4px;
    stroke: #fff;
}

.today-view__content {
    max-height: 248px;
/*    max-height: 258px;*/
    overflow: auto;
    padding: 20px;
}

.today-view__content::-webkit-scrollbar {
    width: 3px;
    background: #bbb;
}

.today-view__content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #bbb;
}

.today-view__content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgb(0 0 0 / 10%);
    background-color: #f8f8f8;
}

.today-view__item:not(:last-child) {
    padding-bottom: 20px;    
/*    border-bottom: 1px solid #ebebeb;*/
    margin-bottom: 0;
}

.today-view__link {
    width: 100%;
    font-size: 0;
}

.today-view__thumb {
    width: 66px;
    height: auto;
    border-radius: 4px;
    margin-right: 10px;
}

.today-view__info {
    display: block;
    width: calc(100% - 76px);
}

.today-view__name {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #222;
}

.today-view__info li {
    margin-right: 7px;
    font-size: 13px;
    font-weight: 600;
}

.today-view__discount * {
    font-weight: 600;
}

.today-view__info li.strike,
.today-view__sale--fake:not(.displaynone) ~ .today-view__discount * {
    color: #8c8c8c;
    text-decoration: line-through;
    font-weight: 500;
}

.today-view__sale--fake:not(.displaynone),
.today-view__sale--fake:not(.displaynone) ~ .strike {
    display: none;
}

.today-view__sale--fake:not(.displaynone) ~ .today-view__discount {
}

.today-view__btn {
    width: 80px;
    height: 34px;
    border: 1px solid #ebebeb;
    line-height: 34px;
    font-size: 12px;
    background: #fff;
    margin: 4px 0;
    box-sizing: border-box;
    font-weight: 600;
    border-radius: 2px;
}

#todayPaginate.ec-base-paginate.typeList {
/*    margin: 12px 0 0;*/
    margin: 0;
    padding: 15px 0 0;
    border-top: 1px solid #ebebeb;
} 

#todayPaginate.ec-base-paginate.typeList > a {
    width: 24px;
    height: 24px;
    line-height: 24px;
}

#todayPaginate.ec-base-paginate.typeList > a::after,
#todayPaginate.ec-base-paginate.typeList > a:first-child::before,
#todayPaginate.ec-base-paginate.typeList > a:last-child::before {
    width: 6px;
    height: 6px;
}

#todayPaginate.ec-base-paginate.typeList ol {
    margin: 0 5px;
}

#todayPaginate.ec-base-paginate.typeList li a {
    font-size: 12px;
    width: 28px;
    padding: 6px 0;
}

.today-view__content .ec-base-prdEmpty {
    border-top: 0;
    padding-top: 21px;
    font-size: 14px;
    border-bottom: 1px solid #ebebeb;
    border: none;
    padding-bottom: 0;
}

.loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 20px);
    background: #fff;
    z-index: 1;
}

.loading.stop {
    opacity: 0;
    visibility: hidden;
    -webkit-transition:  opacity 0.3s ease, visibility 0.3s ease;
    transition:  opacity 0.3s ease, visibility 0.3s ease;
}

.loading-effect {
  margin: auto;
  border: 3px solid #EAF0F6;
  border-radius: 50%;
  border-top: 3px solid #333;
  width: 30px;
  height: 30px;
  animation: spinner 1.5s linear infinite;
}

.loading.stop .new-products__loading-effect {
    animation: none;
}

@keyframes spinner {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Side */

.aside {
    position: fixed;
    top: 0;
    left: 0;
    width: 83%;
    max-width: 320px;
    height: 100%;
    background: #fff;
    z-index: 12;
    display: block;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

html.loaded .aside,
html.loaded .aside-bg {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.aside.on {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.aside__close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    color: #000;
    cursor: pointer;
    width: 45px;
    height: 54px;
    z-index: 1;
}

.aside__close svg {
    width: 14px;
    height: auto;
}

.membership {
    padding: 20px;
    background: #f5f6f7;
    margin-bottom: 10px;
}

.membership__inner {
    
}

.membership__txt {
    display: block;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.4;
    color: #707070;
}

.membership__btn {
    font-size: 15px;
    font-weight: bold;
}

.membership__btn:not(:last-child)::after {
    content: '';
    margin: 0 8px;
    width: 1px;
    height: 10px;
    background: #d9d9d9;
}

.membership__arrow {
    margin-left: 5px;
    position: relative;
    top: 1.5px;
    width: 20px;
    height: 20px;
    background: #000;
    border-radius: 50%;
    -webkit-box-shadow: 2px 3px 4.5px 0.15px rgb(0 0 0 / 25%);
    box-shadow: 2px 3px 4.5px 0.15px rgb(0 0 0 / 25%);
}

.membership__arrow::after, .membership__arrow::before {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: 0px;
    margin-left: -0.5px;
    width: 5px;
    height: 1px;
    background: #fff;
    content: "";
}

.membership__arrow::before {
    -webkit-transform: rotate(45deg) translate(-50%,-45%);
    transform: rotate(45deg) translate(-50%,-45%);
}

.membership__arrow::after {
    -webkit-transform: rotate(-45deg) translate(-40%,-50%);
    transform: rotate(-45deg) translate(-40%,-50%);
}

.aside__banner {
    margin: 0 16px 16px;
    border-radius: 4px;
    overflow: hidden;
    line-height: 1;
    font-size: 0;
}

.aside__banner img {
    max-width: 100%;
    height: auto;
}

.aside-menu__list {
    border-bottom: 1px solid #eee;
}

.aside-menu__item {
    width: 33.333%;
    padding: 16px 0;
    position: relative;
    box-sizing: border-box;
}

.aside-menu__item:nth-child(2) {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.aside-menu__link {
    display: block;
}

.aside-menu__link span {
    font-size: 11.5px;
    display: block;
    text-align: center;
    margin: 5px auto;
    letter-spacing: 0.5px;
}

.aside-menu__link .aside-menu__count {
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 20px;
    background: #333;
    color: #fff;
    font-size: 10px;
    letter-spacing: 0px;
}

.aside-category {
    padding-bottom: 10px;
}

.aside-category__list {
    padding: 5px 0;
}

.aside-category__item {
/*        margin-bottom: 10px;*/
    padding: 0;
}

.aside-category__link {
    font-size: 17px;
    display: block;
    width: calc(100% - 90px);
    padding: 17px 16px;
    line-height: 1;
    font-weight: 650;
/*        line-height: 1.8;*/
}

.aside-category a.cate {
    position: absolute;
    top: 0;
    right: 8px;
    width: 30px;
    height: 50px;
    text-align: center;
    z-index: 1;
    opacity: 0.7;
    background: url("//www.pruvie.kr/moa/img/icon/icon_arrow_down.svg") no-repeat center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.aside-category a.cate svg,
.aside-category__item:not(.relative) a.cate {
    display: none;
}

.aside-category a.cate.on {
    right: 7px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.aside-child {
    display: none;
    padding: 10px 0 14px 30px;
}

.aside-child a.cate {
    top: 0;
    height: 18px;
}

.aside-child > li {
    position: relative;
    padding-bottom: 20px;
}

.aside-child > li:last-child {
    padding-bottom: 0;
}

.aside-child > li > .view {
/*        font-size: 14px;*/
    display: block;
    font-size: 15px;
/*    opacity: .8;*/
    color: #7a7a7a;
}

.aside-child-third {
    display: none;
    padding: 20px 0 0 16px;
}

.aside-child-third > li:not(:last-child) {
    padding-bottom: 20px;
}

.aside-child-third > li > .view {
    font-size: 15px;
    color: #222;
}

.aside-child-third > li.noChild .cate {
    display: none;
}

.aside-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.58);
    z-index: 11;
    display: block;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.4,0.4,0.000,1.0);
    transition: all 0.4s cubic-bezier(0.4,0.4,0.000,1.0);
}

.aside.on + .aside-bg {
    opacity: 1;
    visibility: visible;
}

.aside__inner {
    height: 100%;
    overflow: auto;
}

.user {
    position: absolute;
    left: 20px;
    bottom: 0;
    width: calc(100% - 40px);
}

.user__item {
    line-height: 50px;
    margin-right: 20px;
}

.user__item--right {
    margin-left: auto;
    margin-right: 0;
}

.user__link {
    font-size: 14px;
    text-decoration: underline;
    position: relative;
}

.user__link--join::after {
    content: attr(data-point);
    position: absolute;
    font-size: 10px;
    padding: 0 6px;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    background: #d6d2cb;
    border-radius: 4px;
    color: #fff;
    margin: 16px 0 16px 8px;
}

/* login popup */

.login-popup,
.login-popup-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
    display: none;
}

.login-popup-bg {
    background: rgba(0,0,0,.5);
    backdrop-filter: blur(5px);
    z-index: 11;
}

.login-popup__close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.login-popup__close svg {
    width: 24px;
    height: auto;
}

.login-popup > div {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.login-popup__container {
    background: #fff;
    border-radius: 2px;
    padding: 50px;
/*
    width: 350px;
*/
    width: 400px;
    box-sizing: border-box;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

html.loaded .login-popup__container {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.login-popup.on .login-popup__container {
    transform: translateY(0);
}

.login-popup-form__title {
    font-size: 21px;
    font-weight: bold;
}

.login-popup-form__desc {
    color: #999;
    padding: 11px 0 40px;
    line-height: 1.4;
}

#type-popup label {
    display: block;
    width: 100%;
    margin: 0;
} 

#type-popup label + label {
    margin-top: 20px;
}

#type-popup label::before {
    content: attr(title);
    font-size: 13px;
    position: absolute;
    -wekbit-transform: translateY(0px);
    transform: translateY(0px);
    display: block;
    width: 100%;
    color: #999;
}

#type-popup label input {
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    padding: 0;
    height: 30px;
    margin-top: 20px;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}

#type-popup label input:focus,
#type-popup label input:valid {
    border-color: #000;
}

.login-popup__util {
    padding: 11px 0 40px;
}

.login-popup__util li:nth-child(2)::after {
    content: '/';
    margin: 0 5px;
    font-size: 13px;
    color: #999;
}

.login-popup__util li:nth-child(2) {
    margin-left: auto;
}

.login-popup__util li a {
    color: #999;
}

.login-popup__btn-area {
    margin-bottom: 10px;
}

.login-popup__btn-area .btnSubmit {
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 48px;
}

.login-popup__sns--top .btnKakao {
    margin-bottom: 40px;
}

.login-popup__sns[data-chk="9999"] ~ .login-popup__sns--fake {
    display: none;
}

.login-popup__sns [class*="btn"] {
    display: block;
    border-radius: 2px;
    font-size: 15px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-weight: 500;
    text-decoration: none;
    box-sizing: border-box;
    background-size: 20px 0;
}

.login-popup__sns [class*="btn"] + [class*="btn"] {
    margin: 10px 0 0;
}

.login-popup__sns .btnKakao {
    color: #000;
    background: #fee500 url("//img.echosting.cafe24.com/skin/skin/member/ico_kakao.svg") no-repeat 20px 15px;
}

.login-popup__sns .btnNaver {
    color: #fff;
    background: #1ec800 url("//img.echosting.cafe24.com/skin/skin/member/ico_naver.svg") no-repeat 20px 15px;
}

.login-popup__sns .btnFacebook {
    color: #fff;
    background: #177bf2 url("//www.pruvie.kr/moa/img/icon/icon_facebook.svg") no-repeat 20px 15px;
}

.login-popup__sns .btnLine {
    color: #fff;
    background: #00c300 url("//img.echosting.cafe24.com/skin/skin/member/ico_line.svg") no-repeat 20px 15px;
}

.login-popup__sns .btnGoogle {
    color: #000;
    border: 1px solid #bcbcbc;
    background: #fff url("//img.echosting.cafe24.com/skin/skin/member/ico_google.svg") no-repeat 20px 15px;
}

.login-popup__sns .btnApple {
    color: #000;
    border: 1px solid #000;
    background: #fff url("//img.echosting.cafe24.com/skin/skin/member/ico_apple.svg") no-repeat 20px 13px;
}

.popup-join-btn {
    border-radius: 0 !important;
    display: none !important;
}

/* cart popup */

#cart-data {
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    height: 100%;
    background: #fff;
    z-index: 11;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.7s cubic-bezier(0.4,0.4,0.000,1.0);
    transition: all 0.7s cubic-bezier(0.4,0.4,0.000,1.0);
}

#cart-data.on {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.cart-data__hero {
    height: 70px;
    margin: 0 20px;
    border-bottom: 1px solid #ebebeb;
}

.cart-data__title {
    font-size: 17px;
    letter-spacing: 1px;
}

.cart-data__close {
    margin-left: auto;
    cursor: pointer;
}

.cart-data__close svg {
    width: 20px;
    height: auto;
    line-height: 1;
}

.cart-data__inner {
    height: calc(100% - 71px);
    padding: 0 20px;
}

#cart-cont::-webkit-scrollbar {
    width: 3px;
    background: #bbb;
}

#cart-cont::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #bbb;
}

#cart-cont::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgb(0 0 0 / 10%);
    background-color: #f8f8f8;
}

#cart-cont.ec-base-fold.selected > .contents {
    overflow: hidden;
}

#cart-data .cart-product {
    height: 100%;
}

#cart-data .ec-base-fold.theme1 {
    overflow: auto;
    padding: 0;
}

#cart-data .ec-base-prdInfo {
    border-color: #ebebeb;
}

#cart-data .ec-base-prdInfo .description .price,
#cart-data .ec-base-prdInfo .description .price li {
    font-size: 12px;
}

#cart-data .ec-base-prdInfo .description .price {
    display: flex;
    align-items: center;
}

#cart-data .ec-base-prdInfo .description .price li.discount-price {
    color: #8c8c8c;
    display: none;
}

#cart-data .ec-base-prdInfo .description .price li:not(:last-child) {
    margin-right: 5px;    
}

#cart-data .ec-base-prdInfo .optionGroup {
    margin: 0 0 3px;
}

#cart-data .ec-base-prdInfo .optionGroup li {
    margin: 0;
    font-size: 11px;
}

#cart-data .ec-base-prdInfo .optionGroup .product.displaynone + .optionStr {
    color: #8c8c8c;
}

#cart-data .ec-base-prdInfo .thumbnail {
    width: 72px;
    height: auto;
    border: none;
}

#cart-data .ec-base-prdInfo .thumbnail img {
    width: 100%;
    height: auto;
}

.xans-order-basketpackage .ec-base-prdInfo .description {
    margin: 0 30px 0 0;
}

#cart-data .ec-base-prdInfo.gCheck .quantity {
    padding: 0;
    margin: 7px 0 0 0;
}

#cart-data .ec-base-qty {
    width: 93px;
    padding: 0 25px;
}

#cart-data .ec-base-qty input[type="text"] {
    height: 25px;
    font-size: 11px;
}

#cart-data .ec-base-qty a {
    width: 25px;
    height: 25px;
}

#cart-data .ec-base-qty a:before {
    left: 8px;
    width: 9px;
}

#cart-data .ec-base-qty .up:after {
    margin: -4px 0 0 0;
}

#cart-data .ec-base-prdInfo .btnDelete {
    top: 15px;
    right: 5px;
}

#cart-data .ec-base-prdInfo .btnDelete:before {
    top: 6px;
    right: 10px;
    height: 16px;
}

#cart-data .ec-base-prdInfo .btnDelete:after {
    top: 14px;
    right: 3px;
    width: 16px;
}

#cart-data .totalSummary {
    border: none;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 20px 0;
}

#cart-data .totalSummary__item {
    margin: 0 0 15px;
}

#cart-data .totalSummary .total {
    margin: 0;
    padding: 0;
    border: none;
}

#cart-data .cart-container {
    display: block;
    height: 100%;
}

#cart-data .ec-base-prdInfo:last-child {
    border: none;
}

#cart-data .cart-total {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0px 20px 0;
    box-sizing: border-box;
    background: #fff;
    margin: 0;
}

#cart-data .totalSummary .total .title,
#cart-data .totalSummary .paymentPrice strong {
    font-size: 13px;
}

#cart-data [class^='btn'].sizeL {
    border-radius: 0;
    padding: 0;
    height: 50px;
    line-height: 47px;
    font-size: 14px;
}

#cart-data [class^='btn'].gFull + [class^='btn'].gFull {
    margin-top: 5px;
}

#cart-data .ec-base-prdInfo .check,
#cart-data .summary,
#cart-data .totalSummary__title,
#cart-data .ec-base-prdInfo .buttonGroup,
#cart-data [class^='btn'].sizeQty,
#cart-data .ec-base-prdInfo .description .prdName img,
#cart-data .ec-base-prdInfo .description .info,
#cart-data .ec-base-prdInfo .sumPrice {
    display: none;    
}

.cart-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.cart-loading.stop {
    opacity: 0;
    visibility: hidden;
    -webkit-transition:  opacity 0.3s ease, visibility 0.3s ease;
    transition:  opacity 0.3s ease, visibility 0.3s ease;
}

.cart-loading__effect {
  margin: auto;
  border: 5px solid #EAF0F6;
  border-radius: 50%;
  border-top: 5px solid #333;
  width: 40px;
  height: 40px;
  animation: spinner 1.5s linear infinite;
}

.cart-loading.stop .cart-loading__effect {
    animation: none;
}

.cart-data-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.55);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.7s cubic-bezier(0.4,0.4,0.000,1.0);
    transition: all 0.7s cubic-bezier(0.4,0.4,0.000,1.0);
}

#cart-data.on ~ .cart-data-bg {
    opacity: 1;
    visibility: visible;
}

@keyframes spinner {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media (max-width: 1680px) {
    
/*
    .footer__column:not(:first-child) {
        margin-left: 100px;
    }
*/
}

@media (max-width: 1440px) {
    
    #contents,
    .container {
        padding-left: 50px;
        padding-right: 50px;
    }
    
}

@media (max-width: 1280px) {
    
    
    
}

@media(max-width: 1024px) {
    
    #contents,
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }
    
    .product-conatainer {
        padding: 0;
    }
    
    .top-banner {
        height: 40px;
    }
    
    .top-banner__link {
        font-size: 13px;
    }
    
    header.header,
    .header__wrap {
        height: 105px;
    }
    
    .header__top {
        height: 55px;
        background: #fff;
/*        border-bottom: 1px solid #efefef;*/
    }
    
    .header__wrap.fixed {
        transform: translateY(0);
        position: absolute;
    }
    
    .header__wrap.m-fixed {
        position: fixed;
        top: 0;
    }
    
    .header__wrap::after {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0,0,0,0.58);
        opacity: 0;
        visibility: hidden;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        z-index: -1;
    }
    
    .header__wrap.search-on::after {
        opacity: 1;
        visibility: visible;
    }
    
    html.loaded .header__wrap::after {
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    
    .header__hamburger svg,
    .header__hamburger img {
        width: 20px;
        height: auto;
    }
    
    .header__hamburger svg rect {
        height: 0.8px;
    }
    
    .header__bottom .top-logo,
    .top-logo__item:nth-child(1),
    .top-search__field::before,
    .top-search-popup__close {
        display: none;
    }
    
    .top-logo {
        width: auto;
        margin-left: 0;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        height: 100%;
    }
    
    .top-logo__item:nth-child(2) {
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: center;
    }
    
    .top-logo__item img {
        height: auto;
        max-height: calc(100% - 20px);
        min-height: auto;
    }
    
    .chk-moa[data-chk="9999"] + .top-logo .top-logo__item img {
        max-height: calc(100% - 36px);
    }
    
    .header__wrap.fixed .other {
        opacity: 1;
        animation: none;
    }
    
    .header__bottom {
        margin: 0;
        height: 50px;
        position: static;
    }
    
    .header__bottom > .container {
        position: static;
        padding: 0;
        height: auto !important;
    }
    
    .category {
        display: block;
        width: 100%;
        height: 50px;
        position: relative;
        overflow: hidden;
    }
    
    .category > .category__list {
        flex-wrap: nowrap;
        margin: 0;
        justify-content: center;
    }
    
    .category .category__item {
        margin: 0 15px;
    }
    
    .category__link {
        font-size: 15px;
    }
    
    .sub-category {
        display: none;
    }
    
    div.other {
        position: absolute;
        top: 0;
        height: 55px;
        right: 16px;
    }
    
    .other__menu:first-child {
        margin-right: 12px;
    }
    
    .other__menu--cart {
        margin-right: 0 !important;
    }
    
    .search,
    .header__wrap.fixed .search {
        top: 54px;
    }
    
    .search-bg,
    .header__wrap.fixed .search-bg {
        top: 55px;
        height: calc(100vh - 55px);
    }
    
    .search__form {
        padding: 20px 0 14px;
    }
    
    .hot-keyword__title {
        display: block;
        font-size: 15px;
    }
    
    .search__field {
        width: 100%;
    }
    
    
    .search .search__input {
        font-size: 15px;
    }
    
    .search__hot-keyword {
        width: 100%;
    }
    
    .search__hot-keyword > .flex {
        width: 100%;
        justify-content: left;
        padding-bottom: 0;
    }
    
    .search__keyword {
        margin: 0 6px 6px 0;
    }
    
    .policy {
        border: none;
    }
    
    .policy::after {
        display: none !important;
    }
    
    .policy__select {
        display: block;
        width: 100%;
        height: 50px;
        box-sizing: border-box;
        font-size: 13px;
        padding-left: 20px;
    } 
    
    #cart-data .ec-base-fold > .contents {
        border-top: 0;
    }
    
    #cart-data .ec-base-prdInfo .prdBox {
        padding: 16px 0;
    }
    
    #cart-data .ec-base-prdInfo .thumbnail {
        width: 70px;
    }
    
    #cart-data.xans-order-basketpackage .ec-base-prdInfo .description {
        margin: 0;
        width: calc(100% - 85px);
        padding: 0;
    }
    
    #cart-data .ec-base-prdInfo .description .prdName {
        font-size: 12px;
    }
    
    #cart-data .ec-base-prdInfo .btnDelete {
        top: 7px;
    }
    
    #cart-data .cart-data__inner .ec-base-button {
        margin-bottom: 0;
    }
    
    #cart-data .cart-data__inner {
        height: calc(100% - 54px);
        padding: 0 16px;
    }
    
    #cart-data .cart-total {
        padding: 0 16px;
    }
    
    #cart-data .totalSummary {
        margin: 0;
    }
    
    #cart-data .ec-base-fold.theme1 {
        height: calc(100% - 249px) !important;
    }
    
    #cart-data .ec-base-prdInfo .description .prdName {
        margin: 0;
    }
    
    .all-c,
    .all-cate-bg {
        display: none !important;
    }
    
    .footer__column--company.display-pc,
    .footer__bottom .policy__list ~ .display-pc {
        display: block;
    }
    
    .footer__column--company.display-m,
    .footer__bottom .policy__list ~ .display-m {
        display: none;
    }
    
}

@media (min-width: 1023px) {
    
    .header__wrap.fixed .category {
        animation: transformCategory .5s ease forwards;
    }
    
    @keyframes bounce {
        0%,100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

        50% {
            -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
        }
    }
    
    .join-benefit {
        animation: bounce 1.6s infinite;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}

@media (max-width: 1023px) {
    
    /* Footer */
    
    .footer {
        padding: 35px 0;
    }
    
    .footer__column {
        width: 50%;
/*        width: fit-content;*/
        text-align: center;
    }
    
    .footer__column:not(:first-child) {
        margin-left: 0;
    }

    .footer__column--company {
        width: 100%;
        padding-top: 35px;
/*        border-top: 1px solid #ebebeb;*/
        text-align: center;
        position: relative;
    }
    
    .footer__column--company::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: -16px;
        width: calc(100% + 32px);
        border-bottom: 1px solid #ebebeb;
    }
    
    .footer__info-wrap {
        margin-top: 0;
        width: 100%;
        justify-content: space-between;
    }

    .footer__left,
    .footer__right,
    .footer__column {
        float: none;
    }
    
    .footer__left {
        margin-bottom: 40px;
    }
    
    .footer__logo {
        margin-bottom: 12px;
    }
    
    .footer__logo svg {
        width: 100px;
        height: auto;
    }
    
    .footer__logo--pc {
        display: none;
    }
    
    .footer__logo--mobile {
        display: block;
        width: 120px;
        margin-bottom: 12px;
    }
    
    .footer__logo img {
        width: 100%;
        height: auto;
    }
    
    .footer__title {
        margin-top: 0;
        margin-bottom: 0;
        position: relative;
        padding: 0;
    }
    
    .footer__title--bank {
        margin-bottom: 6px;
    }
    
    .footer__title--dropdown span {
        display: inline-block;
        padding-right: 17px;
    }
    
    .footer__title--dropdown span::after {
        content: '';
        width: 11px;
        height: 18px;
        background: url("//www.pruvie.kr/moa/img/icon/icon_arrow_down.svg") no-repeat center;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        transition: transform 0.3s ease;
    }
    .footer__title--dropdown.on span::after {
        transform: rotate(180deg);
        top: -1px;
    }
    
    .footer__column--dropdown .footer__title {
        padding-left: 0;
    }
    
    .footer__info {
        padding: 7px 0 35px;
    }
    
    .footer__column--company .footer__info {
        padding: 25px 0 0;
        display: none;
    }
    
    .footer__bottom {
        height: auto;
        border: none;
        margin-top: 25px;
    }
    
    .footer__bottom .container {
        display: block;
    }
    
    .policy {
        margin-top: 0;
        width: 100%;
        height: auto;
        box-sizing: border-box;
    }
    
    .policy__list {
        position: static;
        width: 100%;
        justify-content: center;
        margin: 0 0 10px;
    }
    
    .footer__column--company-m .policy__list {
        display: flex;
        margin-top: 20px;
    }
    
    .policy__item {
        padding: 0;
        margin: 0 2.5px;
        height: auto;
    }
    
    .policy::after {
        top: 22px;
    }
    
    .policy__link {
        font-size: 11px;
        font-weight: 400;
        color: #333;
        padding: 5px 10px;
        background: #f4f4f4;
        border-radius: 4px;
    }
    
    .footer__txt--copyright {
        margin-top: 15px;
        text-align: center;
    }
    
    .footer__txt {
        font-size: 12px;
        line-height: 1.7;
    }
    
    .footer__column--company .footer__txt {
        justify-content: center;
    }
    
    .footer__txt--cs-no {
        font-size: 19px;
        line-height: 1.5;
        margin: 0 0 5px;
        letter-spacing: -0.5px;
    }
    
    .footer__txt--notice {
        padding: 7px 12px;
        margin-top: 18px;
        font-size: 12px;
        line-height: 1;
    }
    
    .footer__nav--sns {
        font-size: 0;
    }
    
    .footer__nav--sns > .footer__menu {
        display: inline-block;
        vertical-align: top;
        margin-right: 15px;
    }
    
    .footer__link {
        line-height: 2.1;
    }
    
    .scroll-btn {
        right: 16px;
    }
    
    .kakao-cs {
        width: 134px;
        height: 40px;
        line-height: 40px;
        margin-top: 15px;
    }
    
    .social {
        margin: 15px 0 0;
        justify-content: center;
    }
    
    .quick-menu {
        width: 42px;
        right: 16px;
    }
    
    .footer__column--company.display-pc,
    .footer__bottom .policy__list ~ .display-pc {
        display: none;
    }
    
    .footer__column--company.display-m,
    .footer__bottom .policy__list ~ .display-m {
        display: block;
    }
    
}

@media (max-width: 768px) {
    #contents {
        padding-left: 0;
        padding-right: 0;
    }
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }
    
    /* login popup */
    .popup-join-btn {
        display: block !important;
        padding: 0 !important;
        line-height: 48px !important;
        margin-top: 10px !important;
    }
    
}

@media screen and (max-width: 767px) {
    
    .category.swiper-container-initialized > .category__list {
        justify-content: normal !important;
    }
    
    .category .category__item {
        flex-shrink: 0;
        height: 100%;
        position: relative;
        transition-property: transform;
        padding: 0 22px 0 0;
        margin: 0;
    }
    
    .category .category__item:first-child {
        padding-left: 16px;
    }
    
    .category .category__item:last-child {
        padding-right: 16px;
    }
    
    .category .category__link {
        color: #222;
    }
    
    .category__item.current .category__link {
        color: #000;
        font-weight: bold;
    }

    .category__item.current .category__link::before {
        content: '';
        position: absolute;
        bottom: -16px;
        left: 0;
        width: 100%;
        height: 2px;
        background: #000;
    }

    
    #cart-layer {
        min-width: 320px;
        width: 60%;
        left: auto;
        right: 0;
    }
    
    .login-popup__close {
        top: 18px;
        right: 14px;
    }

    .login-popup__close svg {
        width: 20px;
    }

    .login-popup__container {
        width: calc(100% - 32px);
        padding: 32px 16px;
        box-sizing: border-box;
    }
    
    /* today view */
    
    .today-view.is-mobile {
        width: 320px;
        height: 100%;
        top: 0;
        bottom: auto;
        right: 0;
        z-index: 20;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
    
    .today-view.is-mobile:not(.is-animate) {
        transition: none;
    }
    
    html.loaded .today-view.is-animate {

        -webkit-transition: transform 0.6s ease;
        transition: transform 0.6s ease;
    }
    
    html.loaded .today-view.is-animate + .today-view-bg {
        -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
        transition: opacity 0.6s ease, visibility 0.6s ease;
    }
    
    .today-view.on {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    
    .today-view.is-mobile + .today-view-bg {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.58);
        position: fixed;
        top: 0;
        left: 0;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        z-index: 11;
        opacity: 0;
        visibility: hidden;
    }
    
    .today-view.is-mobile.on ~ .today-view-bg {
        opacity: 1;
        visibility: visible;
    }
    
    .today-view.is-mobile .today-view__close {
        right: 16px;
    }
    
    .today-view.is-mobile .today-view__inner {
        padding: 0 16px 16px;
        height: calc(100% - 16px);
    }
    
    .today-view.is-mobile .today-view__title {
        padding: 0;
        height: 53px;
        line-height: 53px;
    }
    
    .today-view.is-mobile #today-view {
        width: 100% !important;
        height: 100% !important;
    }
    
    #body-iframe.is-mobile {
        min-width: auto;
    }
    
    #body-iframe.is-mobile .today-view__item:not(:last-child) {
        padding-bottom: 16px;
    }
    
    #body-iframe.is-mobile .today-view__link {
        width: 100%;
    }
    
    #body-iframe.is-mobile .today-view__btn-box {
        display: none;
    }
    
    #body-iframe.is-mobile .today-view__content {
        max-height: calc(100vh - 104px);
        padding: 16px 5px 16px 0;
        box-sizing: border-box;
    }
    
    #body-iframe.is-mobile .today-view__thumb {
        width: 70px;
    }
    
    #body-iframe.is-mobile .today-view__info {
        width: calc(100% - 88px);
    }
    
    /* cart */
    
    #cart-data {
        width: 310px;
        z-index: 12;
    }
    
    .cart-data-bg {
        z-index: 11;
    }
    
    .cart-data__hero {
        height: 53px;
    }
    
    .cart-data__title {
        font-size: 14px;
    }
    
    .cart-data__inner .ec-base-button {
        margin-left: 0;
        margin-right: 0;
    }
    
    #cart-data [class^='btn'].sizeL {
        font-weight: 500;
        height: 45px;
        line-height: 42px;
    }
    
    #cart-data .cart-data__inner #orderFixArea {
        display: none !important;
    }
    
    /* popup */
    
    .mpopup__container {
        max-width: calc(100% - 32px);
    }
    
}
body { position:relative; left:0; transition:left 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
body.expand { overflow-x:hidden; }
body.expand #aside { visibility:visible; overflow-x:hidden; }
body.expand #layoutDimmed { display:block; }
body.expand #aside { left:0; }

#aside { z-index:1001; visibility:hidden; position:fixed; top:0px; bottom:0; overflow:auto; overflow-x:hidden; min-width:225px; width:458px; background-color:#fff; transition:500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);}
#aside .btnClose { position:absolute; font-size:1px; line-height:1px; color:transparent; text-indent:150%; white-space:nowrap;  }

.navigation-menu__member { border-bottom:1px solid #000; }
.navigation-menu__member a { display:inline-block; font-weight:bold; text-transform: uppercase; text-decoration:none; }
.navigation-menu__category .categoryList ul { display:none; }
.navigation-menu__category .categoryList li { position:relative; }
.navigation-menu__category .categoryList li.selected > ul { display:block; }
.navigation-menu__category .categoryList > li.selected .slideSubMenu { padding:0 0 0 10px; }
.navigation-menu__category .categoryList > li.selected .slideSubMenu a.view { color: #595959;  }
.navigation-menu__category .categoryList > li.selected .slideSubMenu ul { padding:0 0 0 20px; }
.navigation-menu__category .categoryList > li.selected .slideSubMenu ul a.view { color: #929292; }
.navigation-menu__category .categoryList a.cate,
.navigation-menu__project .icoCategory { position:absolute; right:0; top:0; word-wrap:break-word;overflow:hidden; width:48px; height:48px; font-size:1px; line-height:1px; color:transparent; text-indent:150%; white-space:nowrap;  }
.navigation-menu__category .categoryList a.cate:before,
.navigation-menu__project .icoCategory:before { content:""; display:block; width:10px; height:10px; margin:18px auto 0; border-left:1px solid #929292; border-bottom:1px solid #929292; -webkit-transition:.3s ease-out; transition:.3s ease-out;-webkit-transform:rotate(-45deg); transform:rotate(-45deg); }
.navigation-menu__category .categoryList li.selected > a.cate:before,
.navigation-menu__project .selected .icoCategory:before { margin-top:22px; -webkit-transform:rotate(135deg); transform:rotate(135deg); }
.navigation-menu__category .categoryList li.noChild > a.cate { display:none; }
.navigation-menu__category .icoBookmark { display:none; }
.navigation-menu__project { border-top:1px solid #ebebeb; }
.navigation-menu__project .title { position:relative; display:block; padding:15px 0; font-size:18px; }
.navigation-menu__board { border-top:1px solid #ebebeb; }

/********************* Mobile *********************/
@media all and (max-width:767px) {
    body.expand { left:292px; position:fixed; }
    #aside { left:-292px;  width:292px; }
    #aside .btnClose { top:25px; right:17px; width:18px; height:18px; }
    #aside .btnClose .icon { width:23px; height:23px; margin: -2px 0 0 -2px; }
    #aside .btnClose .icon:before { right:11px; height:23px; }
    #aside .btnClose .icon:after {top:11px; width:23px; }
    .navigation-menu__member { padding:79px 0 30px 16px; }
    .navigation-menu__member a { margin:0 10px 0 0; font-size:14px; }
    .navigation-menu__board,
    .navigation-menu__category,
    .navigation-menu__project { padding:13px 0 30px 16px; }
    .navigation-menu__board .menu a { display:block; padding:15px 0; font-size:16px; text-decoration:none;  }
    .navigation-menu__category .view,
    .navigation-menu__project .view { display:block; padding:15px 0; font-size:16px; text-decoration:none; }
    .navigation-menu .menu { margin:2px 0; }
}

/********************* Mobile / Tablet *********************/
@media all and (max-width:1024px) {
    .navigation-menu__member .count { display:inline-block; min-width:24px; padding:3px 4px 3px; font-size:13px; text-align:center; border:1px solid #000; border-radius:20px; box-sizing:border-box; }
}

/********************* Tablet *********************/
@media all and (min-width:768px) and (max-width:1024px) {
	#aside { left:-458px;  width:458px; }
}

/********************* Tablet / PC *********************/
@media all and (min-width:768px) {
    #aside .btnClose {  top:40px; right:50px;  width:25px; height:25px; }
    #aside .btnClose .icon { width:30px; height:30px; margin: -2px 0 0 -2px;}
    #aside .btnClose .icon:before { right:15px; height:30px; }
    #aside .btnClose .icon:after {top:15px; width:30px; }
    .navigation-menu__member { padding:95px 0 39px 50px; }
    .navigation-menu__member a { margin:0 18px 0 0; font-size:18px; }
    .navigation-menu .menu { margin:2px 0; }
    .navigation-menu__category,
    .navigation-menu__project { padding:23px 38px 25px 50px; }
    .navigation-menu__category .view,
    .navigation-menu__project .view  { display:block; padding:15px 0; font-size:18px; text-decoration:none; }
    .navigation-menu__board { padding:23px 50px 25px; }
    .navigation-menu__board .menu a { display:block; padding:15px 0; font-size:18px; text-decoration:none; }
}

/********************* PC *********************/
@media all and (min-width:1025px) {
    body.expand { left:458px; }
    #aside { left:-458px;  width:458px; }
}

/* reset */
li {
    list-style: none;
}

table {
    width: 100%;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

caption {
    display: none;
}

h1,
h3 {
    margin: 0;
}

.ec-base-layer-area {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

.ec-base-layer {
    z-index: 1001;
    border: 1px solid #000;
    background: #fff;
    box-sizing: border-box;
}

.ec-base-layer .header {
    margin: 0 20px;
    padding: 20px 0;
    color: #000;
    border-bottom: 1px solid #e5e5e5;
}

.ec-base-layer > .header > h1,
.ec-base-layer > .header > h3,
.ec-base-layer > .header > h5 {
    font-size: 16px;
    font-weight: 700;
}

.ec-base-layer > .content {
    padding: 20px;
    font-size: 13px;
    line-height: 22px;
    min-height: 90px;
    box-sizing: border-box;
}

.ec-base-layer div.ec-base-help {
    margin-top: 0;
}

.ec-base-layer .btnClose {
    position: absolute;
    right: 7px;
    top: 7px;
    padding: 10px;
    cursor: pointer;
    display: block;
    overflow: hidden;
    width: 20px;
    height: 20px;
    font-size: 1px;
    line-height: 0;
    color: transparent;
    white-space: nowrap;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ec-base-layer .btnClose:before {
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    width: 1px;
    height: 21px;
    margin: 10px 10px 0 0;
    background: #000;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.ec-base-layer .btnClose:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: 21px;
    height: 1px;
    margin: 10px 10px 0 0;
    background: #000;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

/* typeModal */
.ec-base-layer.typeModal {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(calc(-50% + 0.5px));
}

/* typeLayer */
.ec-base-layer.typeLayer {
    position: absolute;
    margin-top: 10px;
}

/* typeSide */
.ec-base-layer.typeSide {
    position: fixed;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 0;
}

.ec-base-layer.typeSide .header {
    padding: 74px 16px 10px;
    margin: 0;
    border: 0;
}

.ec-base-layer.typeSide .header h2 {
    font-size: 18px;
    font-weight: normal;
}

.ec-base-layer.typeSide .content {
    position: relative;
    padding: 0;
    flex: 1;
    overflow: auto;
    height: 100%;
}

.ec-base-layer.typeSide .ec-base-button[class*="gColumn"] {
    margin: 25px 16px;
}

.ec-base-layer.typeSide .btnClose {
    top: 5px;
    width: 24px;
    height: 24px;
    padding: 20px 17px;
}

.ec-base-layer.typeSide .btnClose:before {
    right: 10px;
    height: 20px;
}

.ec-base-layer.typeSide .btnClose:after {
    top: 9px;
    width: 20px;
}

/* gAlert */
.ec-base-layer.gAlert > .header {
    display: block;
    overflow: hidden;
    position: absolute;
    font-size: 1px;
    line-height: 0;
    color: transparent;
    text-indent: -150%;
    white-space: nowrap;
    padding: 0;
    color: transparent;
    border: 0;
}

.ec-base-layer.gAlert > .content {
    padding: 45px 0 25px;
    text-align: center;
}

/* gScroll */
.ec-base-layer.gScroll {
    height: auto;
}

.ec-base-layer.gScroll > .content {
    overflow: auto;
    height: auto;
    max-height: 70vh;
}

/* popup */
#popup {
    padding: 0 0 30px;
}

#popup .ec-base-layer {
    border: 0;
}

#popup .ec-base-layer .btnClose {
    top: 6px;
}

/********************* Mobile / Tablet *********************/
@media all and (max-width:1024px) {
    .ec-base-layer {
        position: fixed;
        top: 50%;
        left: 0;
        right: 0;
        min-width: 320px;
        width: calc(100% - 32px);
        margin: 0 auto;
        transform: translateY(calc(-50% + 0.5px));
    }

    .ec-base-layer.typeSide {
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        transform: initial;
    }

    #popup .ec-base-layer {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        border: 0;
        transform: initial;
    }
}

/********************* PC *********************/
@media all and (min-width:1025px) {
    .ec-base-layer {
        min-width: 308px;
    }

    .ec-base-layer.typeSide {
        top: 0;
        right: 0;
        left: auto;
        bottom: 0;
        width: 380px;
    }

    .ec-base-layer.gAlert {
        width: 360px;
    }
}
.xans-layout-multishopshipping { display:none; }
.xans-layout-multishopshipping .worldshipLayer { width:448px; }
.xans-layout-multishopshipping .worldshipLayer .content .desc { display:block; margin:4px 0 14px; }
.xans-layout-multishopshipping .worldshipLayer select { width:100%; margin:10px 0 0; }
