.mid_box {
    height: calc(100vh - 100px - 50px);
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.mid_box > .sec {
    height: 100%;
    min-height: 800px;
    float: left;
    width: calc(100% / 5);
    position: relative;
    overflow: hidden;
    transition: all 0.6s;
}
.mid_box > .starbucksrewards {
    width: 500px;
}
.mid_box > .starbucksrewards > .txt > .title {
    font-size: 20px !important;
}
.mid_box > .whatsnew {
    width: calc(100% / 4);
}
.starbucksrewards > img, .whatsnew  > img {
    width: 100%;
}
.mid_box img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transform-origin: top;
    height: 100%;
    transition: all 0.5s;
}
.mid_box > .sec > .txt {
    position: absolute;
    width: 500px;
    height: 200px;
    top: 160px;
    left: 50%;
    transform: translateX(-50%);
}
.mid_box > .sec > .txt > .title {
    font-size: 24px;
    text-align: center;
    transform: scale(1);
    transition: all 0.5s;
    transform-origin: top;
}
.mid_box > .sec > .txt > .mini_title{
    text-align: center;
    font-size: 17px;
    margin: 20px 0 20px;
    transform: scale(0.5);
    opacity: 0;
    transition: all 0.5s;
}
.mid_box > .sec > .txt > .con_body {
    font-size: 13px;
    transform: translateY(50px);
    transition: all 0.8s;
    text-align: center;
    opacity: 0;
}
.sec_hover_act {
    width: 600px !important;
}
.mid_box  > .sec:hover .title {
    transform: scale(1.5);
}
.mid_box  > .sec:hover img {
    left: 0;
    transform: scale(1.8);
}
.mid_box > .sec:hover .mini_title {
    transform: scale(1);
    opacity: 1;
}
.mid_box > .sec:hover .con_body {
    transform: translateY(0px);
    opacity: 1;
}
.event_btn {
    width: 150px;
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    margin: 20px auto 0 !important;
    color: #000000;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.5s;
    overflow: hidden;
    opacity: 0;
}
.event_btn > a {
    display: block;
    width: 100%;
    height: 100%;   
}
.mid_box > .sec:hover .event_btn {
    opacity: 1;
}
.event_btn:hover {
    background: #959595;
}
/* 각 페이지별 폰트 컬러 */
.mid_box > .coffee:nth-child(1),
.mid_box > .coffee:nth-child(2),
.mid_box > .coffee:nth-child(4),
.mid_box > .menu:nth-child(1),
.mid_box > .menu:nth-child(4)
{
    color: #ffffff;
}


@media screen and (min-width: 1024px){
    .mid_box {
        min-width: 1100px;
    }

}

@media screen and (max-width: 1024px){
    .mid_box {
        height: auto;
        overflow: hidden;
    }
    .mid_box > .sec {
        float: none !important;
        width: 100% !important;
    }
    .mid_box img {
        position: absolute;
        bottom: 0;
        left: 0;
        transform: translateX(0) scale(1);
        transform-origin: top;
        transition: all 0.5s;
        width: 100%;
        height: auto;
    }
        
    .mid_box  > .sec:hover img {
        left: 0;
        transform: scale(1.8);
    }
}

@media screen and (min-width: 1600px) {
    .mid_box {
        min-width: 1700px;
    }
}