@font-face {
    font-family: "ClanBlack";
    src: url("./fonts/ClanOT-Black.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ClanBold";
    src: url("./fonts/ClanOT-Bold.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ClanBook";
    src: url("./fonts/ClanOT-Book.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ClanMedium";
    src: url("./fonts/ClanOT-Medium.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "NarrMedium";
    src: url("./fonts/ClanOT-NarrMedium.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.container {
    width: 1250px;
    height: 1080px;
    overflow: hidden;
    position: relative;
}

.header {
    width: 1250px;
    height: 185px;
    position: relative;
}

.info {
    float: right;
    width: 480px;
    height: 72px;
    display: flex;
    margin-top: 58px;
}

.date {
    padding-top: 26px;
    width: 290px;
}

p.innerdate {
    color: #231f20;
    font-size: 1.688rem;
    font-family: "NarrMedium";
    font-weight: normal;
    font-style: normal;
    line-height: 1.2em;
}

.hour {
    width: 175px;
    text-align: right;
}

p.innerhour {
    color: #231f20;
    font-size: 4.125rem;
    font-family: "NarrMedium";
    font-weight: normal;
    font-style: normal;
    line-height: 1.2em;
}

.logo {
    background: url('../assets/logo.jpg');
    width: 265px;
    height: 75px;
    position: absolute;
    top: 62px;
    left: 58px;
}

.main-content {
    width: 1250px;
    height: 380px;
}

.focus {
    width: 1188px;
    height: 380px;
    background-color: #ff6600;
    margin-left: 45px;
}

.activity_description {
    display: flex;
    height: 232px;
    padding-top: 30px;
}

.activity {
    border-right: 1px solid #fff;
    padding-top: 13px;
    padding-left: 34px;
    width: 688px;
}

p.now {
    color: #fff;
    font-size: 1.25rem;
    font-family: "ClanBold";
    font-weight: normal;
    font-style: normal;
    line-height: 1.2em;
    margin-bottom: 7px;
}

p.title {
    color: #fff;
    font-size: 4.125rem;
    font-family: "ClanMedium";
    font-weight: normal;
    font-style: normal;
    line-height: 1em;
}

.activity_hour {
    padding-left: 42px;
    padding-top: 14px;
}

p.title_hour {
    color: #fff;
    font-size: 1.85rem;
    font-family: "ClanBold";
    font-weight: normal;
    font-style: normal;
    line-height: 1.2em;
    margin-bottom: 6px;
}

p.inner_activity_hour {
    color: #fff;
    font-size: 2rem;
    font-family: "ClanBook";
    font-weight: normal;
    font-style: normal;
    line-height: 1.2em;
}

.activity_note {
    margin-top: 5px;
    padding-left: 34px;
}

p.note_title {
    color: #fff;
    font-size: 1.25rem;
    font-family: "ClanBold";
    font-weight: normal;
    font-style: normal;
    line-height: 1.2em;
    margin-bottom: 5px;
}

p.note_content {
    color: #fff;
    font-size: 1.5rem;
    font-family: "ClanBook";
    font-weight: normal;
    font-style: normal;
    line-height: 1.2em;
    margin-bottom: 5px;
}

.next {
    width: 1250px;
    height: 428px;
    margin-top: 88px;
    position: relative;
}

.title_next {
    width: 386px;
    height: 56px;
    background-color: #808285;
    margin-left: 44px;
    padding: 14px 0 0 27px;
}

p.prox {
    color: #fff;
    font-size: 1.875rem;
    font-family: "ClanBlack";
    font-weight: normal;
    font-style: normal;
    line-height: 1.2em;
}

.nextone {
    max-width: 750px;
    border-bottom: 1px solid #e6e7e8;
    margin: 56px 0 0 70px;
}

p.nextone_title {
    color: #231f20;
    font-size: 2.813rem;
    font-family: "ClanBook";
    font-weight: normal;
    font-style: normal;
    line-height: 1.2em;
}

p.nextone_hour {
    color: #000000;
    font-size: 2.188rem;
    font-family: "ClanBold";
    font-weight: normal;
    font-style: normal;
    line-height: 1.2em;
}

.nexttwo {
    max-width: 750px;
    border-bottom: 1px solid #e6e7e8;
    margin: 35px 0 0 70px;
}

p.nexttwo_title {
    color: #231f20;
    font-size: 2.813rem;
    font-family: "ClanBook";
    font-weight: normal;
    font-style: normal;
    line-height: 1.2em;
}

p.nexttwo_hour {
    color: #000000;
    font-size: 2.188rem;
    font-family: "ClanBold";
    font-weight: normal;
    font-style: normal;
    line-height: 1.2em;
}

.qr-space{
    position: absolute;
    top: 0;
    right: 18px;
    width: 350px;
    height: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}