@media (min-width: 750px) {
    .cc-timer-shaft-pc-hidden {
        display: none;
    }
}
@media (max-width: 750px) {
    .cc-timer-shaft-mobile-hidden {
        display: none;
    }
}

.cc-timer-shaft {
    position: relative;
    max-width: 1420px;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
}
.cc-timer-shaft .text-center {
    text-align: center;
}

.timer-shaft-header .title {
    font-size: 52px;
    margin-top: 200px;
    color: #6E3F26;
}
.timer-shaft-header .sub-title {
    font-size: 28px;
    margin-top: 24px;
    color: #6E3F26;
}

.timer-shaft-content {
    color: #6E3F26;
    margin-top: 120px;
    background-position: center 80px;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-bottom: 300px;
}
.timer-shaft-content .item {
    margin-top: 60px;
    display: flex;
    align-items: center;
}
.timer-shaft-content .item:first-child {
    margin-top: 0;
}
.timer-shaft-content .item .left {
    flex-shrink: 0;
    width: 280px;
    height: 280px;
    border-radius: 50%;
}
.timer-shaft-content .item .right {
    flex: 1;
    margin-left: 32px;
    max-width: 950px;
}
.timer-shaft-content .item .right .right-title {
    font-weight: bold;
    font-size: 44px;
    line-height: 52px;
}
.timer-shaft-content .item .right .right-desc {
    margin-top: 18px;
    font-size: 22px;
    line-height: 1.5;
}
.timer-shaft-content .item.reverse {
    flex-direction: row-reverse;
}
.timer-shaft-content .item.reverse .right {
    flex-direction: row-reverse;
    margin-left: 0;
    margin-right: 32px;
    text-align: right;
}

@media (max-width: 1420px) {
    .timer-shaft-header .title {
        font-size: 32px;
    }
    .timer-shaft-header .sub-title {
        font-size: 24px;
    }
}
    
@media (max-width: 1200px) {
    .timer-shaft-content .item .left {
        width: 210px;
        height: 210px;
        border-radius: 50%;
    }
}