#story .storySec4 ul > li:nth-child(3) {height: 580px;}

#history .history_list > li .content > li .month {min-width: 59px;}

#medical .medical_wrap {max-width: 1080px;}

@media screen and (max-width: 1024px) {
    #story .storySec4 ul > li:nth-child(3) {height: 51vw;}
}

@media screen and (max-width: 768px) {
    #story .storySec4 ul > li:nth-child(3) {height: 53vw;}
    #history .history_list > li .content > li .month {min-width: 40px;}
}

@media screen and (max-width: 540px) {
    #story .storySec4 ul > li:nth-child(3) {height: auto;}
    #history .history_list > li .content > li .month {min-width: 35px;}
}
