#schedule_title {
	width: 23%;
	height: 5rem;
	margin-left: 77%;
	background-image: url(../images/schedule_title.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

#date {
    position: relative;
	width: 30%;
	margin-top: 4.5rem;
}

#date_pic {
    width: 100%;
}

#date_text {
	position: absolute;
    top: 47%;
    left: 32%;
	font-size: 1.5vw;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: bold;
	text-align: center;
}

#schedule {
    position: absolute;
    top: 5rem;
    right: 4%;
	width: 55%;
}

#schedule_iframe {
    width: 100%;
    height: 37.5rem;
}

/* Mobile Style */
@media only screen and (max-width: 768px) {

    #schedule_title {
        width: 43vw;
        height: 8.74vw;
        margin-left: 57vw;
        background-image: url(../images/schedule_title-m.svg)
    }

    #date {
        margin-top: -3rem;
    }

    #schedule {
        width: 90%;
        top: 30vw;
        right: 5%;
    }

}
