.share-mobile {
    margin: 0 auto;
    width: 750px;
}
.hidden-detail{
    position: relative;
    height: 6000px;
    overflow: hidden;
}
.detail-more {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 390px;
    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;
}
.detail-more > button {
    position: absolute;
    top: 50%;
    left: 50%;
    background: transparent;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.count {
    position: relative;
    margin-bottom: 100px;
    padding-left: 60px;
    width: 750px;
    text-align: left;
}
.count:after {
    content: '';
    position: absolute;
    bottom: -34px;
    left: calc(50% - 375px);
    width: 750px;
    height: 1px;
    background-color: #DBDBDB;
}
.count__sale {
    color: #ff214f;
    font-family: var(--weight-600);
    font-size: 26px;
    line-height: 36px;
    letter-spacing: -0.4px;
}
.count__sale > strong {
    font-size: 40px;
    line-height: 56px;
    letter-spacing: -0.74px;
    font-family: var(--weight-800);
}
.count__number {
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
    color: #333;
    font-family: var(--weight-800);
    font-size: 36px;
    line-height: 50px;
    letter-spacing: -2px;
}
.count__number >strong {
    font-size: 54px;
    font-family: var(--weight-800);
    line-height: 58px;
    letter-spacing: -2px;
}
.count__participate {
    display: inline-block;
    padding: 9px 16px 3px;
    margin: 0 0 9px 16px;
    color: #ff214f;
    font-family: var(--weight-800);
    font-size: 24px;
    line-height: 33px;
    border-radius: 8px;
    background: rgba(255, 210, 220, 0.40);
    vertical-align: super;
}
.count__day {
    color: #888;
    font-family: var(--weight-600);
    font-size: 26px;
    line-height: 36px;
    letter-spacing: -0.45px;;
}

.goal {
    padding: 0 0 22px 60px;
    width: 750px;
    font-size: 26px;
    font-family: var(--weight-500);
    text-align: left;
    line-height: 1.4;
    color: #5C5C5C;
}
.goal > strong {
    font-size: 40px;
    font-family: var(--weight-700);
}
.schedule {
    padding: 38px 28px;
    margin: 0 40px 120px;
    border-radius: 14px;
    border: 2px solid rgba(17, 17, 17, 0.08);
    background: rgba(245, 246, 247, 0.50);
}

.schedule > p {
    color: #333;
    font-family: var(--weight-400);
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.45px;
    text-align: left;
}
.schedule > p+p {
    margin-top: 14px;
}
.schedule > p::before {
    content: '';
    display: inline-block;
    width: 42px;
    height: 42px;
    margin-right: 11px;
    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%;
}
.btn-push-alarm.push-fixed {
    position: fixed;
    bottom: 0;
    left: calc(50% - 375px);
    display: block;
    width: 750px;
    z-index: 100000;
}
.preorder-notice {
    padding: 100px 44px 92px 50px;
    background-color: #f4f4f4;
}
.notice__title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    border-top: 1px solid #8A8A8A;
    border-bottom: 1px solid #8A8A8A;
    color: #5C5C5C;
    font-family: var(--weight-600);
    font-size: 30px;
    letter-spacing: -1px;
    margin: 0 48px 72px;
}
.notice__title::before {
    content: '!';
    width: 25px;
    height: 25px;
    margin: 0 18px 6px;
    border-radius: 50%;
    color: white;
    font-size: 22px;
    text-align: center;
    line-height: 28px;
    background: #5C5C5C;
}
.notice__desc {
    padding-bottom: 56px;
    text-align: left;
}
.notice__desc--title {
    font-size: 26px;
    font-family: var(--weight-700);
    line-height: 42px;
    color: #5C5C5C;
}
.notice__desc--text {
    position: relative;
    font-size: 24px;
    font-family: var(--weight-400);
    line-height: 38px;
    letter-spacing: -1.2px;
    word-break: keep-all;
    color: #8A8A8A;
}
.notice__desc--text::before {
    content: '·';
    position: absolute;
    top: 0;
    left: -11.25px;
}

.video-container {
    position: absolute;
    top: 6209px;
    left: 50%;
    width: 680px;
    transform: translateX(-50%);
}
.video-container .video-col {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video-container .video-col iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
