#product {}

#product .box-wrapper .cont {
    margin-top: 0;
}

#product .back {
    position: absolute;
    top: 0;
    left: 0;
}

/* 썸네일 */
#product .content {}

#product .content-top-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 1192px;
    margin: 0 auto;
    margin-top: 40px;
    padding-bottom: 80px;
    border-bottom: 1px solid #e9e9e9;
}

#product .thumb-wrapper {
    width: 545px;    
    min-width: 545px;
    min-height: 200px;
    opacity: 0;
    transition: opacity 0.2s ease;
}
#product .main-thumb {
    width: 100%;
    background: rgb(253 253 253);
    color: white;
}

#product .main-thumb-bottom .swiper-slide-thumb-active{
    border: 3px solid #6a0595;
}

#product .main-thumb-bottom .swiper-slide,
#product .main-thumb .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

#product .main-thumb-bottom .swiper-slide::before,
#product .main-thumb .swiper-slide::before {
    content: '';
    display: inline-block;
    margin-top: 100%;
}

#product .main-thumb .expand {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 20px;
    width: 52px;
    height: 52px;
    z-index: 201;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;

    -moz-transform: translate3d(0px, 0px, 1px);
    -webkit-transform: translate3d(0px, 0px, 1px);
    transform: translate3d(0px, 0px, 1px);
}
#product .main-thumb .sw-arrow {
    background-image: none;
    /* border: 1px solid red; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    font-size: 35px;
    z-index: 200;
    color: #ffffff;
}
#product .main-thumb .sw-arrow.swiper-button-prev {
    left: 0;
}
#product .main-thumb .sw-arrow.swiper-button-next {
    right: 0;
}

#product .main-thumb .pg {
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    z-index: 200;
}

#product .main-thumb .pg .swiper-pagination-bullet {
    background: white;
}
#product .main-thumb-bottom {
    margin-top: 9px;
    height: 80px;
}
#product .info {
    display: inline-block;
    width: 100%;
    padding-left: 90px;
    padding-right: 40px;
    overflow: hidden;
}
/* 태그 */
#product .tags {
    display: inline-block;
    width: 100%;
    padding: 10px;
}

#product .tags .i-tag {
    opacity: 0.7;
    padding: 2px;
    float: left;
}

#product .tags .i-tag.active {
    opacity: 1;
}

#product .tags .i-tag .item {
    margin-right: 5px;
    padding: 3px 5px;
    font-size: 15px;
    color: #8F8F8F;
    background: #F7F7F7;
}


/* 타이틀 */
#product .main-tit {
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #0f0f0f;
    padding: 0 10px;
}
#product .main-tit-sub {
    font-size: 16px;
    margin-top: 7px;
    font-weight: 500;
    color: #8f8f8f;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 10px;
}


/* 태그 */
#product .price-wrapper {
    /* height: 50px; */
    padding: 0 10px;
    margin-top: 38px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e9e9e9;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#product .price-wrapper .price-inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
#product .price-wrapper .price-inner .price {
    color: #b8b8b8;
    font-size: 30px;
    text-decoration: line-through;
}
#product .price-wrapper .price-inner .price::after{
    content:'원';
    font-size: 18px;
}
#product .price-wrapper .price-inner .price-event{
    font-size: 13px;
    color: #ff7571;
    font-weight: 400;
}

#product .price-wrapper .discount {
    margin-left: auto;
    width: 180px;
    height: 46px;
    /* padding: 0 15px; */
    margin-top: 7px;
    background: #FF7571;
    color: white;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    cursor: pointer;
}

#product .price-wrapper .discount i {
    margin-left: 5px;
}


/* 쿠폰 */
#product .coupon-wrapper {
    margin-top: 30px;
}

#product .coupon-wrapper .tit {
    display: flex;
    font-size: 14px;
    color: #ff7571;
    padding-right: 40px;

}
#product .coupon-wrapper .tit .coupon-nav {
    display: inline-block;
    margin-left: auto;
    font-size: 14px;
    color: #0f0f0f;
}
#product .coupon-wrapper .tit .coupon-nav .left{
    display: inline-block;
    font-weight: 900;
}
#product .coupon-wrapper .tit .coupon-nav .right{
    display: inline-block;
    font-weight: 400;
}
#product .coupon-wrapper .cont {
    
}
#product .coupon-wrapper .cont .swiper-wrapper{
    /* margin: 0 40px;     */
}
#product .coupon-wrapper .sw-arrow {
    background-image: none;
    /* border: 1px solid red; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    z-index: 200;
    color: #a5a5a5;
}
#product .coupon-wrapper .sw-arrow.swiper-button-prev {
    left: 0;
}
#product .coupon-wrapper .sw-arrow.swiper-button-next {
    right: 0;
}

.svg path.svg-size0008 {
    display: block;
}
#product .i-coupon {
    margin: 10px 40px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.15);
}

#product .i-coupon .item {
    position: relative;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: white;
    /* box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.05); */
    /* filter: drop-shadow(0 5px 5px rgba(0,0,0, 0.35)); */
    clip-path: url('#my-clip-path');

    cursor: pointer;
}

#product .i-coupon .item .item-cont {
    width: 100%;

    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

#product .i-coupon .item .item-cont .item-tit {
    font-size: 13px;
    font-weight: 600;
    margin-left: 20px;
    margin-right: 10px;
    letter-spacing: -0.03em;
}

#product .i-coupon .item .item-cont .item-sub {
    font-size: 12px;
    margin-top: 4px;
    color: #b9b9b9;
    margin-left: 20px;
}

#product .i-coupon .item .item-thumb {
    min-width: 72px;
    height: 100%;
    background: #5D0682;
    display: flex;
    align-items: center;
    justify-content: center;
}

#product .i-coupon .item .item-thumb i {
    font-size: 23px;
    color: white;
}
/* 이 패키지의 구성 상품 */
#product .package-items {
    display: none;
    background-color: white;
    padding-top: 80px;
    padding-bottom: 95px;
}
#product .package-items .head {
    text-align: left;
}
#product .package-items .cont{}
#product .package-items .cont .i-product-single{
    width: 283px;
    display: inline-block;
    margin: 5px;
}

/* 샵 목록 */
#product .shop-wrapper {
    margin-top: 70px;
}

#product .shop-wrapper .shops {
    margin: 0 auto;
    width: 990px;
}

#product .i-shop {
    padding: 44px 0px;
}

#product .i-shop .item {
    position: relative;
}

#product .i-shop .item {
    position: relative;
}

#product .i-shop .item .head-tit {
    /* height: 70px; */
    padding-bottom: 19px;
    margin-bottom: 34px;
    /* display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column; */
    border-bottom: 4px solid black;
}

#product .i-shop .item .head-tit .type {
    font-size: 18px;
    font-weight: 800;
    color: #0f0f0f;
}

#product .i-shop .item .head-tit .name {
    font-size: 30px;
    font-weight: 400;
    color: #0f0f0f;
}

#product .i-shop .item .comment {
    font-size: 18px;
    font-weight: 300;
    padding-left: 35px;
    padding-top: 34px;
    padding-bottom: 34px;
    background-color: #F6F7F8;
}

#product .i-shop .item .comment span {
    display: inline-block;
    width: 100%;
    font-weight: 700;
}

#product .i-shop .item .swiper-button-next,
#product .i-shop .item .swiper-button-prev {
    transform: scale(0.7) !important;
    width: 47px;
    height: 80px;
    margin-top: -40px;
}

#product .i-shop .item .gallery-top {}

#product .i-shop .item .gallery-top .expand {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 20px;
    width: 52px;
    height: 52px;
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;

    -moz-transform: translate3d(0px, 0px, 1px);
    -webkit-transform: translate3d(0px, 0px, 1px);
    transform: translate3d(0px, 0px, 1px);
}

#product .i-shop .item .gallery-top .swiper-slide {
    background: #F6F7F8;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

#product .i-shop .item .gallery-top .swiper-slide::before {
    content: '';
    display: inline-block;
    /* margin-top: 100%; */
    margin-top: 73.63%;
}

#product .i-shop .item .gallery-thumbs {
    padding-top: 5px;
}



#product .i-shop .item .gallery-thumbs .swiper-slide {
    background: rgb(228, 228, 228);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

#product .i-shop .item .gallery-thumbs .swiper-slide::before {
    content: '';
    display: inline-block;
    margin-top: 100%;
}
#product .i-shop .item .gallery-thumbs .swiper-slide-thumb-active {
    border: 3px solid #6a0595;
}

/* package top */
#product .package-wrapper-top {
    border-bottom: 1px solid #e9e9e9;
}

#product .package-wrapper-top ul {
    display: inline-block;
    width: 100%;
    padding: 20px 0px;
}

#product .package-wrapper-top li {
    padding: 10px 10px;
    display: flex;
}
#product .package-wrapper-top li pkg-tit {
    font-size: 15px;
    color: #0f0f0f;
    font-weight: 600;
    min-width: 160px;
}
#product .package-wrapper-top li pkg-cont {
    font-size: 15px;
    color: #3d3d3d;
    font-weight: 400;
}

/* package bottom */
/* 패키지구성 */
#product .package-wrapper {
    padding-top: 120px;
    padding-bottom: 180px;
    background: white;
    /* border: 1px solid red; */
}

#product .package-wrapper .head {
    max-width: 990px;
    border-bottom: 2px solid black;
    text-align: left;
    padding-bottom: 31px;
}
#product .package-wrapper .head .t1 {
    font-size: 26px;
}
#product .package-wrapper .cont {
    /* padding: 10px 16px; */
    max-width: 990px;
}
#product .package-wrapper {}

#product .package-wrapper ul {
    display: inline-block;
    width: 100%;
    /* padding: 0 19px; */
    border-bottom: 1px solid #dddddd;
}

#product .package-wrapper li {
    /* padding: 16px 10px; */
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#product .package-wrapper pkg-tit::before {
    content: '';
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
}
#product .package-wrapper li.studio pkg-tit::before{
    display: inline-block;
    background-image: url('../../../img/mobile/ic-studio.png');
}
#product .package-wrapper li.dress pkg-tit::before{
    display: inline-block;
    background-image: url('../../../img/mobile/ic-dress.png');
}
#product .package-wrapper li.makeup pkg-tit::before{
    display: inline-block;
    background-image: url('../../../img/mobile/ic-makeup.png');
}
#product .package-wrapper li.bonus pkg-tit::before{
    display: inline-block;
    background-image: url('../../../img/mobile/ic-bonus.png');
}
#product .package-wrapper pkg-tit {
    /* min-width: 238px; */
    width: 100%;
    height: 100%;
    font-weight: 700;
    color: #5D0682;
    font-size: 18px;
    background-color: #F6F7F8;
    padding-left: 25px;
    padding-right: 20px;

    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#product .package-wrapper li:last-child {
    border-top: 1px solid #dddddd;
}
#product .package-wrapper li:last-child pkg-tit {
    background-color: white;
}


#product .package-wrapper pkg-cont {
    padding-left: 38px;
    min-width: 752px;
}
#product .package-wrapper pkg-item {
    color: black;
    font-size: 18px;
    margin-right: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#product .package-wrapper pkg-item::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #3D3D3D;
    margin-right: 5px;
    display: inline-block;
}
/* 연관 상품 */
#product .relate {
    padding-top: 170px;
}

#product .relate .head {
    text-align: left;
}
#product .relate .cont {
    /* padding: 0 10px; */
    margin-top: 20px;
}

#product .relate .swiper-container {
    overflow: visible;
}

#product .relate .swiper-slide {}







/* PC */
@media screen and (min-width: 481px) {
    /* #product .content .info {
        max-width: 1080px;
        margin: 0 auto;
    }
    #product .main-thumb .swiper-slide::before {
        margin-top: 50%;
    }
    #product .i-shop {
        max-width: 1080px;
        margin: 0 auto;
    }
    #product .i-shop .item .gallery-top .swiper-slide::before {
        margin-top: 50%;
    } */

}