.pc-hidden-detail {
    position: relative;
    height: 7400px;
    overflow: hidden;
}
.pc-hidden-detail.size-wide {
    height: 11500px;
}
.pc-detail-more {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 270px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 46%);
    z-index: 1;
}
.pc-detail-more > button {
    position: absolute;
    bottom: 70px;
    left: 50%;
    background: transparent;
    transform: translateX(-50%);
    z-index: 1;
}
.pc-preorder-badge > img{
    width: 100%;
}
.pc-preorder-intro {
    display: flex;
    align-items: start;
    height: 816px;
}
.pc-preorder-intro__main--image.size-full {
    width: 607px;
    height: 100%;
    background: #c4c4c4;
}
.pc-preorder-intro__main--image.size-wide {
    width: 996px;
    height: 100%;
    background: #c4c4c4;
}
.pc-preorder-intro__detail {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding-left: 50px;
    height: 100%;
    text-align: left;
    background: white;
    box-sizing: border-box;
}
.pc-preorder-intro__detail.size-wide {
    padding-right: 50px;
}
.pc-preorder-intro__detail.size-full > img {
    max-width: 483px;
}
.pc-preorder-intro__detail.size-wide > img {
    max-width: 100%;
}

.pc-count {
    width: 100%;
    text-align: left;
}
.pc-count__sale {
    color: #FF214F;
    font-size: 17px;
    font-family: var(--weight-500);
    line-height: 140%;
    letter-spacing: -0.34px;
}
.pc-count__sale > strong {
    font-size: 26px;
    font-family: var(--weight-600);
    line-height: 140%;
    letter-spacing: -0.52px;
}
.pc-count__number {
    margin-bottom: 5px;
    color: #333;
    font-size: 24px;
    font-family: var(--weight-600);
    line-height: 140%;
    letter-spacing: -0.47px;
}
.pc-count__number >strong {
    font-size: 35px;
    letter-spacing: -0.71px;
}
.pc-count__participate {
    display: inline-block;
    height: 26px;
    padding: 2px 10px 0;
    margin-left: 10px;
    color: #FF214F;
    font-family: var(--weight-700);
    font-size: 15px;
    line-height: 28px;
    text-align: center;
    border-radius: 5px;
    background: rgba(255, 210, 220, 0.40);
    vertical-align: super;
}
.pc-count__day {
    margin-bottom: 60px;
    color: #888;
    font-size: 17px;
    font-family: var(--weight-700);
    line-height: 140%;
    letter-spacing: -0.34px;
}
.pc-goal {
    padding-bottom: 10px;
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 140%;
    color: #5C5C5C;
    /*border-top: 1px solid #DBDBDB;*/
}
.pc-goal > strong {
    font-size: 23px;
    font-weight: 600;
    line-height: 140%;
}
.pc-schedule {
    width: 445px;
    padding: 24px 20px;
    border-radius: 10px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    background: white;
    box-sizing: border-box;
}
.pc-schedule.size-wide {
    width: 100%;
    padding: 24px 20px;
    border-radius: 10px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    background: white;
    box-sizing: border-box;
}

.pc-schedule > p {
    color: #333;
    font-size: 17px;
    font-family: var(--weight-400);
}
.pc-schedule > p+p {
    margin-top: 8px;
}
.pc-schedule > p::before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-right: 10px;
    vertical-align: text-bottom;
}
.pc-schedule--data::before {
    background: url("//webimage.10x10.co.kr/fixevent/event/2023/124554/m/schedule_calendar.png") no-repeat center center / 100%;
}
.pc-schedule--delivery::before {
    background: url("//webimage.10x10.co.kr/fixevent/event/2023/124554/m/schedule_delivery.png") no-repeat center center / 100%;
}
.pc-preorder-push.btn-push-alarm.push-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: 100000;
}
.pc-preorder-push {
    cursor: pointer;
}
.pc-preorder-notice {
    padding-bottom: 40px;
    background: #F4F4F4;
}
.pc-notice__title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 57px;
    border-top: 1px solid #8A8A8A;
    border-bottom: 1px solid #8A8A8A;
    color: #5C5C5C;
    font-family: var(--weight-600);
    font-size: 23px;
    line-height: 57px;
    text-align: center;
    letter-spacing: -0.46px;
}
.pc-notice__title:before {
    content: '!';
    width: 20px;
    height: 20px;
    margin: 0 8px 6px;
    border-radius: 50%;
    color: white;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    background: #5C5C5C;
}
.pc-notice__date {
    padding: 51px 0 47px;
    color: #8a8a8a;
    font: 18px / 160% var(--weight-400);
    text-align: center;
}
.pc-notice__date--title {
    color: #5c5c5c;
    font: 22px / 160% var(--weight-700);
}
.pc-notice__desc {
    display: flex;
    padding: 0 38px 32px;
}
.pc-notice__desc--title {
    width: 130px;
    color: #5c5c5c;
    font: 18px / 160% var(--weight-700);
    letter-spacing: -0.36px;
}
.pc-notice__desc--text {
    flex: 1;
    color: #8A8A8A;
    font: 17px / 160% var(--weight-500);
    letter-spacing: -0.34px;
    text-align: left;
}
.pc-notice__desc--text > span {
    display: block;
}
