﻿.bus_eta {
    position: absolute;
    width: 280px;
    height: 90px;
    vertical-align: middle;
    line-height: 90px;
    background-image: url("./images/lbl_eta_1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    word-break: keep-all;
    font-size: 32px;
    padding: 0px 15px;
    font-family: "Noto Sans KR","Noto Sans CN""Noto Sans","pretendard",Dotum,Gulim,Sans-serif;
    font-weight: bold;
}

.bus_depart {
    position: absolute;
    width: 600px;
    height: 150px;
    vertical-align: middle;
    background-image: url("./images/lbl_Depart_2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    word-break: keep-all;
    padding: 5px 10px;
    font-family: "Noto Sans KR","Noto Sans CN""Noto Sans","pretendard",Dotum,Gulim,Sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    color: white;
    display: flex;
    flex-wrap: wrap;
    place-content: center;
}

    .bus_depart p {
        font-size: 33px;
        margin: 0px;
        line-height: 35px;
    }

    .bus_depart .upper {
        font-size: 45px;
    }

#notice2 {
    display: none;
    background-color: #2a2a2a87;
    z-index: 999;
    position: absolute;
    top: 0px;
    left: 0px;
}

#notice_contents2 {
    margin: 0 auto;
    background-color: #fff;
    margin-top: 40%;
    width: 70%;
    height: 50%;
    text-align: center;
    /* vertical-align: middle; */
    padding: 20px;
    border: solid 15px #534e4b;
    color: #534e4b;
}

.notice_button2 {
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    /* vertical-align: middle; */
    padding: 20px;
    border: solid 5px #534e4b;
    color: #534e4b;
    font-size: 30px;
    font-weight: bold;
    width: 300px;
}

#notice_button_2_2 {
    background-color: #534e4b;
    border: solid 5px #534e4b;
    color: #fff;
}
