.bal-p-campaign {
    padding: 0;
    text-align: center;
    background-color: #CDB56E;
    border-radius: 1.4rem;
    overflow: hidden;
}
.bal-p-campaign.three-months-free {
    background-color: #EBE690;
}
.bal-p-campaign.three-months-free small {
    font-size: 12px;
}
.bal-p-feature-sct__bdy small {
    font-size: 9px;
    margin-left: 60px;
}
.ballet-p-campaign__top {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ballet-p-campaign__topTitle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.ballet-p-campaign__topBg {
    width: 100%;
}
.ballet-p-campaign__topTitle p {
    font-weight: bold;
    color: #463C00;
    font-size: 1.8rem;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
    width: 18.564rem;
    padding: 0 .4998rem;
    line-height: 1.375;
}
.ballet-p-campaign__bottomTimer {
    position: relative;
    background-color: #EBE690;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
}
.bal-p-campaign__hdr-date {
    display: none;
}
.ballet-p-campaign__content {
    
}
.bal-p-campaign__hdr-countdown {
    margin: 0;
    position: absolute;
    color: #463C00;
}
.ballet-p-campaign__content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ballet-p-campaign__contentInfo {
    width: 108%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}
.ballet-p-campaign__contentChoices {
    width: 100%;
}
.ballet-p-campaign__contentPresents,
.ballet-p-campaign__bottomPresent img {
    width: 85%;
}
.ballet-p-campaign__bottomDesc {
    width: 80%;
    margin: 0 auto;
    text-align: left;
    font-weight: 600;
    color: #ffffff;
}
@media only screen and (max-width: 500px){
    .bal-p-campaign__hdr-countdown {
        left: calc(50% - 42px);
        top: calc(50% + 7px);
    }
    .ballet-p-campaign__content {
        padding-top: 8vw;
    }
    .ballet-p-campaign__bottomTimerImg {
        height: 16vw;
    }
    .ballet-p-campaign__bottomDesc {
        font-size: 3vw;
        padding-bottom: 10px;
    }
}

/* Screen  */
@media only screen and (min-width: 500px){
    .bal-p-campaign__hdr-countdown {
        left: calc(50% - 88px);
        top: 95px;
    }
    .ballet-p-campaign__content {
        padding-top: 70px;
    }
    .ballet-p-campaign__bottomTimer {
        width: 828px;
        height: 160px;
    }
    .ballet-p-campaign__bottomTimerImg {
        height: 122px;
    }
    .ballet-p-campaign__bottomDesc {
        font-size: 16px;
        padding-bottom: 20px;
    }
}
body > main > div.bal-p-studio-dtl__ld > ul > li{
    margin: 5px;
}
