:root {
    --weight-400: 'CoreSansCRegular', 'AppleSDGothicNeo-Regular', 'NotoSansKRRegular', sans-serif;
    --weight-500: 'CoreSansCMedium', 'AppleSDGothicNeo-Medium', 'NotoSansKRMedium', sans-serif;
    --weight-600: 'CoreSansCBold', 'AppleSDGothicNeo-SemiBold', 'NotoSansKRSmBold', sans-serif;
    --weight-700: 'CoreSansCBold', 'AppleSDGothicNeo-Bold', 'NotoSansKRBold', sans-serif;
    --weight-800: 'CoreSansCBold', 'AppleSDGothicNeo-Bold', 'NotoSansKRExaBold', sans-serif;
}

.wawa109 {
    text-align: left;
    background: white;
}
h2.wawa109__title {
    color: #333;
    font-size: 31px;
    font-family: var(--weight-800);
}

.badge {
    height: 70px;
    background: #111;
}
.badge__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1140px;
    height: 100%;
    margin: 0 auto;
}

.badge__title {
    display: flex;
    align-items: center;
    color: white;
    font: 15px / 100% var(--weight-500);
}
.badge__title > strong {
    margin-right: 9px;
    font: 24px / 100% var(--weight-700);
}
.badge--data {
    color: white;
    font: 16px / 100% var(--weight-400);
}

.badge--data::before {
    content: '';
    display: inline-flex;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background: url("//webimage.10x10.co.kr/fixevent/event/2023/124554/m/badge_calendar.png") no-repeat center center / 100%;
    vertical-align: middle;
}
.badge--color {
    color: #7a7a7a;
}

.intro {
    display: flex;
    align-items: start;
    height: 796px;
    margin-bottom: 122px;
}
.intro__img {
    width: 957px;
    background: #c4c4c4;
}
.intro__container {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 107px 60px 78px;
    text-align: left;
    background: #FAFAFA;
    box-sizing: border-box;
}
.intro__title {
    margin-bottom: 16px;
    color: #111;
    font: 42px / 135% var(--weight-800);
    letter-spacing: -0.42px;
}
.intro__sub-text {
    margin-bottom: 34px;
    color: #333;
    font: 18px / 200% var(--weight-500);
    letter-spacing: -0.36px;
}
.intro__sub-text strong {
    font: 20px / 153% var(--weight-800);
}

.count {
    margin-bottom: 46px;
}

.count__sale {
    color: #FF214F;
    font: 17px / 140% var(--weight-500);
    letter-spacing: -0.34px;
}
.count__sale > strong {
    font: 26px / 140% var(--weight-600);
    letter-spacing: -0.52px;
}
.count__number {
    margin-bottom: 5px;
    color: #333;
    font: 23px / 140% var(--weight-600);
    letter-spacing: -0.71px;
}
.count__number >strong {
    font: 35px / 140% var(--weight-600);
    letter-spacing: -0.71px;
}
.count__participate {
    display: inline-block;
    height: 26px;
    padding: 2px 10px 0;
    margin-left: 10px;
    color: #FF214F;
    font: 16px / 140% var(--weight-700);
    text-align: center;
    border-radius: 5px;
    background: rgba(255, 210, 220, 0.40);
    vertical-align: super;
}

.count__day {
    color: #888;
    font: 17px / 140% var(--weight-700);
    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: 17px / 140% var(--weight-600);
}
.schedule > p+p {
    margin-top: 10px;
}
.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: 98px;
    color: #5C5C5C;
    font: 20px / 160% var(--weight-500);
    letter-spacing: -0.8px;
    text-align: left;
}


.introduce {
    display: flex;
    flex-direction: column;
    align-items: center;

}
.introduce__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.introduce .wawa109__title,
.product .wawa109__title {
    width: 1160px;
    padding: 0 10px 8px;
    margin-bottom: 44px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.20);
}


.product {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.product .wawa109__title {
    margin-bottom: 0;
}
.product__container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 1160px;
}

.product__container button {
    position: absolute;
    background: transparent;
    cursor: pointer;
}
.product__container .btn-move1 {
    top: 150px;
    left: 680px;
    width: 200px;
    height: 253px;
}
.product__container .btn-move2 {
    top: 800px;
    left: 668px;
    width: 256px;
    height: 253px;
}
.product__container .btn-move3 {
    bottom: 185px;
    left: 601px;
    width: 269px;
    height: 320px;
}


.product:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 270px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 46%);
}

.btn-more {
    position: absolute;
    bottom: 114px;
    left: 50%;
    background: transparent;
    transform: translateX(-50%);
    z-index: 1;
    cursor: pointer;
}

.info {
    padding-bottom: 60px;
    background: #F4F4F4;
}
.info__title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 57px;
    border-top: 1px solid #8A8A8A;
    border-bottom: 1px solid #8A8A8A;
    color: #5C5C5C;
    font: 23px / 160% var(--weight-600);
    text-align: center;
    letter-spacing: -0.46px;
}
.info__title:before {
    content: '!';
    width: 20px;
    height: 20px;
    margin: 0 8px 4px 0;
    border-radius: 50%;
    color: white;
    font-size: 1.1vw;
    text-align: center;
    line-height: 20px;
    background: #5C5C5C;
}
.info__date {
    padding: 44px 0 33px;
    color: #8a8a8a;
    font: 18px / 160% var(--weight-400);
    text-align: center;
}
.info__date--title {
    margin-bottom: 8px;
    color: #5c5c5c;
    font: 20px / 160% var(--weight-700);
}
.wawa109 dl {
    display: flex;
    width: 1160px;
    margin: 0 auto;
    padding-bottom: 17px;
}
.wawa109 dt {
    width: 130px;
    color: #5c5c5c;
    font: 18px / 160% var(--weight-700);
    letter-spacing: -0.36px;
}
.wawa109 dd {
    flex: 1;
    color: #8A8A8A;
    font: 17px / 160% var(--weight-500);
    letter-spacing: -0.34px;
}

a.btn-fixed {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 50%;
    bottom: 100px;
    width: 400px;
    height: 80px;
    color: white;
    font: 20px / 80px var(--weight-500);
    text-align: center;
    transform: translateX(-50%);
    border-radius: 50px;
    background: #FF214F;
    box-shadow: 0 4px 6px 3px #c578787a;
    z-index: 1;
}
a.btn-fixed > span {
    padding-left: 15px;
}
a:hover {
    text-decoration: none;
}

.vod-wrap {
    width: 100%;
    height: 520px;
}
.vod-col {
    overflow: hidden;
    position: relative;
    top: 0;
    left: 50%;
    width: 924px;
    height: 520px;
    margin-left: -462px;
    border-radius: 3px;
}

.vod-col iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.img-more {
    overflow: hidden;
    width: 100%;
    height: 950px;
}

.img-more--full {
    height: inherit;
}
