.Koongya {
    text-align: left;
    background: white;
}
.Koongya section {
    position: relative;
}

.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;
}
.intro__img {
    width: 972px;
    height: 790px;
    background: #c4c4c4;
}
.intro__img img {
    width: 100%;
}
.intro__container {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    height: calc(790px - 233px);
    padding: 166px 51px 0;
    text-align: left;
    background: white;
}
.intro__title {
    padding-bottom: 67px;
}

.count {
    width: 440px;
    margin-bottom: 46px;
}
.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__day {
    color: #888;
    font-size: 17px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.34px;
}
.count__goal {
    margin-top: 18px;
    padding-top: 19px;
    font-size: 16px;
    line-height: 140%;
    color: #5C5C5C;
    border-top: 1px solid #DBDBDB;
}
.count__goal > strong{
    font-size: 23px;
    font-weight: 600;
    line-height: 140%;
}

.schedule {
    width: 440px;
    padding: 24px 18px;
    border-radius: 10px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    background: rgba(245, 246, 247, 0.50);;
    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;
}
.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.Koongya__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;
}
.introduce__container {
    height: 3458px;
    overflow: hidden;
}
.is-introduce .introduce__container {
    height: inherit;
    overflow: inherit;
}
.introduce__button {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 552px;
    background: linear-gradient(359deg, #FFF 41.54%, rgba(255, 255, 255, 0.73) 56.87%, rgba(255, 255, 255, 0.00) 91.21%);
    z-index: 1;
}
.introduce__button button {
    position: absolute;
    bottom: 172px;
    left: calc(50% - 256px);
    width: 512px;
    background: transparent;
}

.product {
    position: relative;
    padding-bottom: 140px;
}
.product__inner {
    position: relative;
    width: 1106px;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
}

.Koongya .thumbnail {
    position: relative;
    width: 1002px;
    height: 628px;
    margin: 0 auto 53px;
    border-radius: 6px 6px 0 0;
    background: #C4C4C4;
    cursor: pointer;
}
.Koongya .thumbnail img {
    width: 100%;
    object-fit: cover;
}
.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: 42px;
    color: #5C5C5C;
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: -0.39px;
}
.product__btn-move {
    width: 483px;
    height: 63px;
    margin: 0 auto 72px;
    color: #FF214F;
    font-size: 21px;
    font-weight: 700 ;
    text-align: center;
    background: white;
    border: 1px solid #FF214F;
    border-radius: 47px;
}
.product__list-container {
    display: flex;
    align-items: start;
    justify-content: center;
    text-align: left;
}
.product__list {
    position: relative;
    width: 400px;
    padding: 30px 22px 62px;
    margin-right: 41px;
    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:last-child {
    margin-right: 0;
}
.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/125045/pc/soldout.png/10x10/optimize") no-repeat center center / 100%;
    border-radius: 11px;
    z-index: 5;
}
.product__list.is-soldout-min::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("//webimage.10x10.co.kr/fixevent/event/2023/125045/pc/soldout-min.png?v=1.0/10x10/optimize") no-repeat center center / 100%;
    border-radius: 11px;
    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: 11px;
    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__price {
    color: #111;
    font-size: 27px;
    font-weight: 500;
    letter-spacing: -0.54px;
}
.product__text {
    padding: 7px 8px 6px;
    color: #FF214F;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.28px;
    border-radius: 5px;
    background: rgba(255, 210, 220, 0.50);
}
.product__name {
    color: #333;
    font-size: 18px;
    font-weight: 400;
}
button.btn-buy {
    position: absolute;
    bottom: 20px;
    right: 21px;
    min-width: 108px;
    padding: 11px 13px 13px;
    color: white;
    font-size: 18px;
    font-weight: 700;
    background: #FF214F;
    border-radius: 4px;
}

.project {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.project__brand {
    display: block;
    margin: 90px 0 43px;
    cursor: pointer;
}
