.fubao {
    text-align: left;
    background: white;
}
h2.fubao__title {
    color: #333;
    font-size: 31px;
    font-weight: 700;
}

.badge {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    line-height: 70px;
    padding: 0 432px 0 437px;
    background: #111;
}

.badge p {
    display: flex;
    align-items: center;
    color: white;
    font-size: 15px;
    font-weight: 500;
}
.badge p > strong {
    margin-right: 9px;
    font-size: 24px;
    font-weight: 700;
}
p.badge--data {
    font-size: 16px;
    font-weight: 400;
}

.badge--data::before {
    content: '';
    display: inline-flex;
    width: 19px;
    height: 19px;
    margin-right: 8px;
    background: url("//webimage.10x10.co.kr/fixevent/event/2023/124554/m/badge_calendar.png") no-repeat center center / 100%;
}
.badge--color {
    color: #7a7a7a;
}

.intro {
    display: flex;
    align-items: start;
    margin-bottom: 123px;
}
.intro__img {
    width: 972px;
    height: 790px;
    background: #c4c4c4;
}
.intro__container {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    height: calc(790px - 233px);
    padding: 118px 77px 115px;
    text-align: left;
    background: #FAFAFA;
}
.intro__title {
    margin-bottom: 29px;
    color: #111;
    font-size: 42px;
    font-weight: 800;
    line-height: 135%;
    letter-spacing: -0.42px;
}
.intro__sub-text {
    margin-bottom: 47px;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.36px;
}
.intro__sub-text strong {
    font-weight: 800;
}

.count {
    margin-bottom: 46px;
}

.count__sale {
    color: #FF214F;
    font-size: 17px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.34px;
}
.count__sale > strong {
    font-size: 26px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.52px;
}
.count__number {
    margin-bottom: 5px;
    color: #333;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.47px;
}
.count__number >strong {
    font-size: 35px;
    letter-spacing: -0.71px;
}
.count__participate {
    display: inline-block;
    height: 26px;
    padding: 2px 10px 0;
    margin-left: 10px;
    color: #FF214F;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
    border-radius: 5px;
    background: rgba(255, 210, 220, 0.40);
    vertical-align: super;
}

.count__day {
    color: #888;
    font-size: 17px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.34px;
}

.schedule {
    width: 440px;
    padding: 24px 18px;
    border-radius: 10px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    background: white;
    box-sizing: border-box;
}

.schedule > p {
    color: #333;
    font-size: 17px;
    font-weight: 400;
}
.schedule > p+p {
    margin-top: 9px;
}
.schedule > p::before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-right: 10px;
    vertical-align: text-bottom;
}
.schedule--data::before {
    background: url("//webimage.10x10.co.kr/fixevent/event/2023/124554/m/schedule_calendar.png") no-repeat center center / 100%;
}
.schedule--delivery::before {
    background: url("//webimage.10x10.co.kr/fixevent/event/2023/124554/m/schedule_delivery.png") no-repeat center center / 100%;
}

.project-team {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 124px;
}
.project-team__inner {
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: 1160px;
}

.project-team__inner > p {
    flex: 1;
    margin-left: 224px;
    color: #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 170%;
    letter-spacing: -0.2px;
    text-align: left;
}
.project-team__inner > p .point-color {
    color: #111;
    font-weight: 800;
}

.photo-event {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 124px;
}
.photo-event > h2.fubao__title {
    position: absolute;
    top: 95px;
    left: 50%;
    transform: translateX(-50%);
    width: 1160px;
    padding: 0 10px 17px;
    color: white;
    margin-bottom: 72px;
    border-bottom: 1px solid white;
}
.introduce {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 100px;
}
.introduce__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.introduce .fubao__title {
    width: 1160px;
    padding: 0 10px 17px;
    margin-bottom: 72px;
    border-bottom: 1px solid #DBDBDB;
}
.fubao__swiper {
    width: 1920px;
    height: 720px;
}
.swiper-slide {
    width: 1140px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.product {
    position: relative;
    padding: 127px 0 174px;
}
.product:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 542px;
    background: #FFFBEC;
    z-index: 0;
}
.product.is-first:before {
    content: none;
}
.product__inner {
    position: relative;
    width: 1106px;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
}

.fubao .thumbnail {
    position: relative;
    width: 1002px;
    height: 628px;
    margin: 0 auto 53px;
    border-radius: 6px 6px 0 0;
    background: #C4C4C4;
    cursor: pointer;
}
.fubao .thumbnail img {
    width: 100%;
    object-fit: cover;
}
.product__tag {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 9px 13px 5px;
    color: white;
    font-size: 21px;
    font-weight: 500;
    line-height: 36px;
    background: #333;
    border-radius: 2px;
}

.product__tag:after {
    content: '+';
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-left: 5px;
    color: #333;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    background: white;
    border-radius: 50%;
    vertical-align: text-top;
}
.product__label {
    margin-bottom: 5px;
    color: #FF214F;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.36px;
}
.product__set-name {
    margin-bottom: 10px;
    color: #333;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
}
.product__configuration {
    margin-bottom: 84px;
    color: #5C5C5C;
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: -0.39px;
}
.product__list-container {
    display: flex;
    align-items: start;
    justify-content: center;
    text-align: left;
}
.product__configuration--point {
    background: #E6FFBF;
    font-weight: 500;
}
.product__list {
    position: relative;
    width: 360px;
    padding: 28px;
    border-radius: 11px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    background: rgba(245, 246, 247, 0.40);
    box-sizing: border-box;
}
.product__list.is-soldout::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("//webimage.10x10.co.kr/fixevent/event/2023/124554/pc/soldout.png/10x10/optimize") no-repeat center center / 100%;
    z-index: 5;
}
.product__list.is-dim::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.2);
    z-index: 5;
}
.product__list.is-end::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #FFF;
    font-family: var(--sd);
    font-size: 25px;
    text-align: center;
    border-radius: 2.13vw;
    background: rgba(0, 0, 0, 0.60);
    z-index: 5;
}
.product__list.is-end::after {
    content: '판매 종료';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: var(--sd);
    font-size: 25px;
    transform: rotate(-8.846deg);
    z-index: 5;
}

.product__old-price {
    color: #999;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.34px;
    text-decoration: line-through;
}
.product__price {
    color: #111;
    font-size: 27px;
    font-weight: 600;
    letter-spacing: -0.54px;
}
.product__percent {
    color: #FF214F;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.36px;
}
.product__participate {
    position: absolute;
    top: 28px;
    right: 28px;
    padding: 7px 8px 6px;
    color: #FF214F;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.28px;
    border-radius: 5px;
    background: rgba(255, 210, 220, 0.50);
}
.product__name {
    margin-bottom: 10px;
    color: #333;
    font-size: 18px;
    font-weight: 500;
}
.product__name__spacing {
    margin-bottom: 37px;
}
.btn-group {
    display: flex;
    align-items: center;
    justify-content: end;
}
button.btn-basket {
    width: 42px;
    height: 42px;
    margin-right: 5px;
    border: 1px solid #FF214F;
    border-radius: 4px;
    background: white;
}
button.btn-basket > img {
    width:  20px;
}
button.btn-buy {
    min-width: 130px;
    padding: 7px 15px 8px;
    color: white;
    font-size: 18px;
    font-weight: 700;
    background:  #FF214F;
    border-radius: 4px;
}

.product__list .alertLyrV15.none {
    display: none !important;
}
.product__list .alertLyrV15.isView {
    position: absolute;
    top: 30%;
    left: 48.5%;
    transform: translate(-50%,-50%);
    display: block;
    margin: 0;
    width: 272px;
    height: 143px;

    background: url('//fiximage.10x10.co.kr/web2015/shopping/bg_descript_box.png/10x10/optimize') 50% 100% no-repeat;
    z-index: 1;
}
.product__list .alertLyrV15.isView > img {
    display: block;
    overflow: hidden;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 9px;
    height: 9px;
    text-indent: -999em;
    background: url('//fiximage.10x10.co.kr/web2015/common/btn_delete2.gif/10x10/optimize') 0 0 no-repeat;
    z-index: 305;
    cursor: pointer;
}
.product__list .alertLyrV15 .alert-cart > p {
    font-weight: bold;
}
.product__list .alertLyrV15 .alert-cart {
    padding: 25px 20px;
    text-align: center;
    background: white;
    border: 1px solid #eee;
}
.product__list .alertLyrV15 .alert-cart__buttons {
    padding-top: 10px;
}
.product__list .alertLyrV15 .alert-cart__buttons__continue {
    padding: 9px 10px 10px;
    font-size: 11px;
    line-height: 13px;
    color: white;
    background: #d50c0c;
    border: 1px solid #d50c0c;
    font-weight: bold;
    cursor: pointer;
}
.product__list .alertLyrV15 .alert-cart__buttons__move {
    padding: 9px 10px 10px;
    font-size: 11px;
    line-height: 13px;
    color: #d50c0c;
    background: white;
    border: 1px solid #d50c0c;
    font-weight: bold;
    cursor: pointer;
}


.project {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.project__brand {
    display: block;
    margin: 90px 0 43px;
    cursor: pointer;
}
.project__logo {
    width: 319px;
}
.project__info {
    width: 1920px;
}
