/* 출퇴근 이벤트 내용 보기 */
.commute_event section .inner{
    margin: 0 auto;
    padding: 90px 0;
    width: 700px;
}
.commute_event .section1{
    position: relative;
}
.commute_event .section1 .title{
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: end;
    top: 104px;
    left: 50%;
    transform: translateX(-50%);
    width: 614px;
}
.commute_event .section1 .title figure{}
.commute_event .section1 .title figure img{}
.commute_event .section1 .title .tit1{}
.commute_event .section1 .title .tit1 img{}
.commute_event .section1 .title .clock{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -9px;
}
.commute_event .section1 .title .clock img{}
.commute_event .section1 .title .tit2{
    position: relative;
}
.commute_event .section1 .title .tit2 img{}
.commute_event .section2{
    background: #e4edf3;
}
.commute_event .section2 .inner{}
.commute_event .section2 .inner span{
    font-size: 2.4rem;
    font-weight: 700;
    color: #666;
}
.commute_event .section2 .inner ul{
    margin-top: 15px;
}
.commute_event .section2 .inner ul li{
    position: relative;
    padding-left: 8px;
    font-size: 1.8rem;
    line-height: 1.7;
    letter-spacing: -0.5px;
    color: #666;
}
.commute_event .section2 .inner ul li:after{
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    width: 2px;
    height: 2px;
    background: #666;
}