/* 유투브 팝업 */
/* 공통 스타일 */
.btn-play {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    z-index: 1;
}
.btn-play:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url('https://www.cello-square.com/static/assets-new/common/icon-play.png');
}
.btn-play:hover:before {
    background-image: url('https://www.cello-square.com/static/assets-new/common/icon-play-hover.png');
}
.btn-play.btn-play-red {
    border-radius: 100%;
}
p.info {
    font-size: 16px;
    line-height: 1.5;
    margin: 8px 0 12px;
}
.event-detail.con {
    position: relative;
}
.event-detail.con img {
    width: 100%;
}
.event-detail.con .movie {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 78.52422907488987%;
    transform: translateX(-50%);
}
.title-small {
    font-size: 22px;
    color: #1428a0;
} /* 반응형 */
@media screen and (max-width: 1440px) {
    .btn-play.btn-play-red {
        width: 60px;
        height: 60px;
    }
}
@media screen and (max-width: 767px) {
    .btn-play.btn-play-red {
        width: 45px;
        height: 45px;
    }
    p.info {
        font-size: 14px;
    }
    .title-small {
        font-size: 18px;
    }
}

/* .sc-kv */
.express-renewal .sc-kv {
    position: relative;
    text-align: center;
    margin-top: 60px;
}
.express-renewal .sc-kv .i-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.express-renewal .sc-kv .s-inner {
    height: 500px;
    position: relative;
    z-index: 1;
    padding-top: 186px;
}
.express-renewal .sc-kv .i-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.express-renewal .sc-kv .head-box h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -1.08px;
}
.express-renewal .sc-kv .head-box p {
    margin-top: 8px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.54px;
}
.express-renewal .sc-kv .btn-box {
    display: inline-block;
    padding: 12px 32px;
    background: #fff;
    margin-top: 32px;
}
.express-renewal .sc-kv .btn-box a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #121212;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.48px;
}
.express-renewal .sc-kv .btn-box .arrow {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' fill='none'%3E%3Cpath fill='%23000' d='m12.914 8.5-5.707 5.707-1.414-1.414L10.086 8.5 5.793 4.207l1.414-1.414L12.914 8.5Z'/%3E%3C/svg%3E");
}
/* sc-con1 */
.express-renewal .sc-con1 .s-inner {
    padding: 100px 0 62px;
    text-align: center;
}
.express-renewal .sc-con1 .con-tit {
    color: #121212;
    font-size: 36px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -1.08px;
}
.express-renewal .sc-con1 .con-tit span {
    color: #00a491;
}
.express-renewal .sc-con1 .swiper {
    margin-top: 48px;
}
.express-renewal .sc-con1 .swiper-wrapper {
    height: auto;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.express-renewal .sc-con1 .swiper-slide {
    width: 216px;
}
.express-renewal .sc-con1 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.express-renewal .sc-con1 .controller {
    position: relative;
    width: 344px;
    height: 46px;
    margin: 40px auto 0;
}
.express-renewal .sc-con1 .fraction > span,
.express-renewal .sc-con1 .navi-box > button,
.express-renewal .sc-con1 .progress,
.express-renewal .sc-con1 .btn-auto {
    position: absolute;
    top: 50%;
    left: 0;
    height: auto;
    max-height: 100%;
    transform: translateY(-50%);
}
.express-renewal .sc-con1 .fraction span {
    color: #121212;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
}
.express-renewal .sc-con1 .fraction .current {
    left: 52px;
}
.express-renewal .sc-con1 .fraction .total {
    left: 218px;
}
.express-renewal .sc-con1 .navi-box > button {
    width: 20px;
    height: 20px;
}

.express-renewal .sc-con1 .navi-box .btn-next {
    left: 272px;
}
.express-renewal .sc-con1 .navi-box img {
    width: 100%;
}
.express-renewal .sc-con1 .progress {
    width: 80px;
    height: 3px;
    left: 106px;
    background: #dddddd;
}
.express-renewal .sc-con1 .progress span {
    background: #000;
}
.express-renewal .sc-con1 .btn-auto {
    display: flex;
    justify-content: center;
    align-items: center;
    left: auto;
    right: 0;
    width: 32px;
    height: 32px;
    background: #1428a0;
    padding: 8px;
}
.express-renewal .sc-con1 .btn-auto:hover {
    background: #00113e;
}
.express-renewal .sc-con1 .btn-auto img {
    width: 100%;
}
.express-renewal .sc-con1 .btn-auto.pause .i-pause {
    display: none;
}
.express-renewal .sc-con1 .btn-auto.play .i-play {
    display: none;
}

/* sc-con2 */
.express-renewal .sc-con2 .s-inner {
    max-width: 1076px;
    margin: 0 auto;
    padding: 100px 0;
    text-align: center;
}
.express-renewal .sc-con2 .con-tit {
    color: #121212;
    font-size: 48px;
    font-weight: 700;
}
.express-renewal .sc-con2 .features-list {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    gap: 50px;
}
.express-renewal .sc-con2 .features-item {
    width: 200px;
}
.express-renewal .sc-con2 .features-item .i-box {
    padding: 0px 10px;
}
.express-renewal .sc-con2 .features-item img {
    width: 100%;
}
.express-renewal .sc-con2 .features-item .t-box {
    margin-top: 40px;
}
.express-renewal .sc-con2 .features-item strong {
    color: #121212;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.72px;
}
.express-renewal .sc-con2 .features-item p {
    margin-top: 20px;
    color: #121212;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.48px;
}
.express-renewal .sc-con2 .features-item p.m-top {
    margin-top: 56px;
}
/* sc-con3 */
.express-renewal .sc-con3 .s-inner {
    padding: 100px 0px;
    max-width: 908px;
    margin: 0 auto;
}
.express-renewal .sc-con3 .head-box {
    text-align: center;
}
.express-renewal .sc-con3 .head-box h2 {
    color: #121212;
    font-size: 44px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.44px;
}
.express-renewal .sc-con3 .head-box .square {
    position: relative;
    display: inline-block;
    line-height: 1.5;
    font-weight: 700;
    z-index: 1;
    letter-spacing: -1.44px;
}
.express-renewal .sc-con3 .head-box .square::before {
    content: '';
    position: absolute;
    top: 2px;
    right: -10px;
    width: 20px;
    height: 20px;
    background: #00d2b4;
    z-index: -1;
}
.express-renewal .sc-con3 .head-box p {
    margin-top: 16px;
    color: #121212;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.6px;
}
.express-renewal .sc-con3 .quote-content {
    margin-top: 60px;
}
/* sc-con4 */
.express-renewal .sc-con4 .s-inner {
    padding: 100px 0;
    max-width: 1196px;
    margin: 0 auto;
    text-align: center;
}
.express-renewal .sc-con4 .head-box h2 {
    color: #000;
    font-size: 48px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -1.44px;
}
.express-renewal .sc-con4 .head-box p {
    margin-top: 30px;
    color: #121212;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.6px;
}
.express-renewal .sc-con4 .service-box {
    margin-top: 45px;
}
.express-renewal .sc-con4 .service-box img {
    width: 100%;
}
/* sc-con5 */
.express-renewal .sc-con5 {
    position: relative;
}
.express-renewal .sc-con5 .s-inner {
    position: relative;
    padding: 100px 0;
    max-width: 1196px;
    margin: 0 auto;
}
.express-renewal .sc-con5 .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.express-renewal .sc-con5 .head-box {
    margin-top: 60px;
    text-align: center;
}
.express-renewal .sc-con5 .head-box h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -1.2px;
}
.express-renewal .sc-con5 .head-box p {
    margin-top: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.48px;
}
.express-renewal .sc-con5 .swiper {
    margin-top: 60px;
    padding-bottom: 163px;
}
.express-renewal .sc-con5 .swiper-wrapper {
    height: auto;
}
.express-renewal .sc-con5 .content-list .img > img {
    border: 0px;
}
.express-renewal .sc-con5 .content-box {
    margin: 0;
    width: clamp(1px, 30.1vw, 360px);
    padding: 0;
}

.express-renewal .sc-con5 .swiper-slide .btn-play {
    width: 60px;
    height: 60px;
}
.express-renewal .sc-con5 .swiper-slide img {
    height: auto;
}
.express-renewal .sc-con5 .t-box {
    margin-top: 16px;
}
.express-renewal .sc-con5 .t-box strong {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.54px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.express-renewal .sc-con5 .t-box p {
    margin-top: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
}
.express-renewal .sc-con5 .progress {
    position: absolute;
    left: 0;
    width: 100%;
    pointer-events: auto;
    top: auto;
    bottom: 160px;
    background: #5968bc;
    height: 3px;
}
.express-renewal .sc-con5 .progress .swiper-scrollbar-drag {
    background: #fff;
}
/* sc-inquiry */
.express-renewal .sc-inquiry {
    padding-bottom: 115px;
}
.express-renewal .sc-inquiry .h1-heading strong {
    margin-top: 53px;
    margin-bottom: 34px;
}
.express-renewal .sc-inquiry .h1-heading h1 {
    font-weight: 700;
}

.express-renewal .sc-inquiry section#basic-contents-contact-express {
    padding: 0;
}
@media screen and (max-width: 767px) {
    /* .sc-kv */
    .express-renewal .sc-kv {
        margin-top: 40px;
    }
    .express-renewal .sc-kv .s-inner {
        height: 240px;
        padding-top: 40px;
    }
    .express-renewal .sc-kv .head-box h2 {
        font-size: 28px;
        letter-spacing: -1.4px;
    }
    .express-renewal .sc-kv .head-box p {
        font-size: 12px;
        letter-spacing: -0.36px;
    }
    .express-renewal .sc-kv .btn-box {
        margin-top: 16px;
        padding: 10px 20px;
    }
    .express-renewal .sc-kv .btn-box a {
        font-size: 14px;
        letter-spacing: -0.42px;
        gap: 4px;
    }
    /* .sc-con1 */
    .express-renewal .sc-con1 .s-inner {
        padding: 60px 0px;
    }
    .express-renewal .sc-con1 .con-tit {
        font-size: 24px;
        letter-spacing: -0.72px;
        padding: 0px 25px;
    }
    .express-renewal .sc-con1 .controller {
        width: 292px;
    }
    /* sc-con2 */
    .express-renewal .sc-con2 .s-inner {
        padding: 80px 24px;
    }
    .express-renewal .sc-con2 .con-tit {
        font-size: 28px;
        letter-spacing: -0.56px;
    }
    .express-renewal .sc-con2 .con-desc {
        margin-top: 12px;
        color: #121212;
        font-size: 14px;
        font-weight: 700;
        line-height: 150%;
        letter-spacing: -0.42px;
        padding: 0px 22px;
    }
    .express-renewal .sc-con2 .features-list {
        margin-top: 60px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 12px;
        row-gap: 60px;
    }
    .express-renewal .sc-con2 .features-item {
        width: 100%;
    }
    .express-renewal .sc-con2 .features-item .i-box {
        padding: 0px 15px;
    }
    .express-renewal .sc-con2 .features-item .t-box {
        margin-top: 24px;
    }
    .express-renewal .sc-con2 .features-item strong {
        font-size: 14px;
        letter-spacing: -0.42px;
    }
    .express-renewal .sc-con2 .features-item p {
        margin-top: 12px;
        font-size: 12px;
        letter-spacing: -0.36px;
    }
    .express-renewal .sc-con2 .features-item p.m-top {
        margin-top: 12px;
    }
    /* sc-con3 */
    .express-renewal .sc-con3 .s-inner {
        padding: 80px 0px 40px;
    }
    .express-renewal .sc-con3 .head-box h2 {
        font-size: 28px;
        font-weight: 700;
        letter-spacing: -0.84px;
    }
    .express-renewal .sc-con3 .head-box {
        padding: 0px 24px;
    }
    .express-renewal .sc-con3 .head-box .square::before {
        width: 12px;
        height: 12px;
        top: 5px;
        right: -3px;
    }
    .express-renewal .sc-con3 .head-box p {
        font-size: 16px;
        letter-spacing: -0.48px;
        font-weight: 700;
    }
    .express-renewal .sc-con3 .quote-content {
        margin-top: 40px;
        padding: 0px 20px;
    }
    .express-renewal .sc-con3 .quote-content .sub-title {
        display: none;
    }
    .express-renewal .sc-con3 .info-text {
        padding: 0px 24px;
        font-weight: 700;
        line-height: 150%;
        letter-spacing: -0.48px;
    }
    /* sc-con4 */
    .express-renewal .sc-con4 .s-inner {
        padding: 80px 24px;
    }
    .express-renewal .sc-con4 .head-box h2 {
        font-size: 28px;
        letter-spacing: -0.84px;
    }
    .express-renewal .sc-con4 .head-box p {
        margin-top: 16px;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: -0.42px;
    }
    /* sc-con5 */
    .express-renewal .sc-con5 .bg-img {
        object-position: bottom right;
    }
    .express-renewal .sc-con5 .s-inner {
        padding: 80px 0px;
    }
    .express-renewal .sc-con5 .head-box {
        margin-top: 0;
    }
    .express-renewal .sc-con5 .head-box h2 {
        font-size: 28px;
        line-height: 140%;
        letter-spacing: -0.56px;
    }
    .express-renewal .sc-con5 .head-box p {
        margin-top: 16px;
        font-size: 16px;
        font-weight: 400;
    }
    .express-renewal .sc-con5 .swiper {
        margin-top: 40px;
        padding-bottom: 63px;
        padding: 0px 24px 63px;
    }
    .express-renewal .sc-con5 .content-box {
        width: 100%;
    }
    .express-renewal .sc-con5 .t-box {
        display: none;
    }
    .express-renewal .sc-con5 .progress {
        left: 50%;
        transform: translateX(-50%);
        bottom: 80px;
        width: calc(100% - 48px);
    }
    /* sc-inquiry */
    .express-renewal .sc-inquiry {
        padding-bottom: 0;
    }
    .express-renewal .sc-inquiry .h1-heading {
        padding: 40px 24px;
    }
    .express-renewal .sc-inquiry .h1-heading strong {
        margin-top: 0;
        margin-bottom: 16px;
    }
}
.express-renewal .sc-quote-result-title {
    text-align: center;
    margin-top: 25px;
    margin-bottom: -50px;
}
