.museumTopBanner {
    width: 100%;
    height: 200px;
    line-height: 200px;
    background-color: rgba(0, 0, 0, 1);
}

.museum {
    background-color: var(--primary);
}

.museumTopBannerImg {
    width: 100%;
    height: 200px;
    line-height: 200px;
    color: rgba(255, 255, 255, 1);
    font-size: 2em;
    text-align: center;
    font-weight: 700;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .5;
    display: block;
    position: absolute;
}

.museumTopBannerText {
    width: 100%;
    height: 200px;
    line-height: 200px;
    color: rgba(255, 255, 255, 1);
    font-size: 2em;
    text-align: center;
    font-weight: 700;
    word-wrap: break-word;
    word-break: normal;
    display: block;
    position: absolute;
}

.museumMainArea {
    padding: 50px 0 0 calc(100% / 1440* 108);
}

.museumTitleBrick {
    display: flex;
    align-items: center;
    height: 50px;
    color: var(--primary);
}

.museumTitleDot {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-bottom: 0.5rem;
    border-radius: 3px;
    background-color: var(--primary);
}

.museumTitleText {
    font-size: 28px;
    font-weight: bolder;
}

.museumContentLine {
    padding: 1em;
}
.museumContentLine a {
    color: #345e6b;
    text-decoration: underline;
}

a:focus-within {
    outline: 2px var(--primary) dashed;
}

.museumContentTitle {
    font-size: 1.2em;
    font-weight: 600;
}

.museumContentText {
    max-width: 1224px;
    width: 100%;
    padding-bottom: 0.5em;
    word-wrap: break-word;
    word-break: normal;
    border-bottom: 2px rgba(242, 242, 242, 1) solid;
}

.websiteLink {
    color: var(--secondary);
    outline: none;
}

.museumContentTextBrick {
    padding: 0px 5px;
}

.psLine {
    max-width: 95%;
    padding: 0px 0px 70px 20px;
    color: var(--btn_primary);
    font-weight: 600;
}

.activityArea {
    max-width: 1224px;
    width: 100%;
}

.activityBirck {
    padding: 1em 0px;
    border-bottom: 2px rgba(150, 150, 150, .2) dashed;
}

.activityImgArea,
.activityIntroArea {
    display: inline-block;
}

.activityImgArea {
    width: 40%;
    max-width: 40%;
    padding-right: 30px;
    vertical-align: top;
}

.activityIntroArea {
    width: 60%;
    max-width: 60%;
    padding-left: 30px;
    vertical-align: top;
}

.activityNameBrick {
    font-size: 2em;
    font-weight: 600;
}

.actIntorTitle {
    padding-left: 40px;
    font-size: 1.2em;
    height: 1.6em;
    line-height: 1.6em;
    font-weight: 800;
    background-size: 20px;
    background-repeat: no-repeat;
}

.actIntorContent {
    padding-left: 10px;
    padding-bottom: 20px;
    word-wrap: break-word;
    word-break: normal;
}

.introDate {
    background-position: 10px 5px;
    background-image: url("../img/calander.png");
}

.introlocate {
    background-position: 10px 5px;
    background-image: url("../img/locator.png");
}

.introCharge {
    background-position: 10px 5px;
    background-image: url("../img/charge.png");
}

.introTarget {
    background-position: 10px 5px;
    background-image: url("../img/target.png");
}

.introCollectt {
    background-position: 10px 5px;
    background-image: url("../img/stemp.png");
}

.introBrief {
    background-position: 10px 5px;
    background-image: url("../img/brief.png");
    text-align: justify;
}

.activityImgContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 355px;
}

.activityImgLeft,
.activityImgRight {
    width: 35px;
}

.imgMoveBtnContainer {
    outline: none;
    border-radius: 999em;
}
.imgMoveBtnContainer a:focus .imgMoveBtn {
    border: 2px white dashed;
}

.imgMoveBtn {
    width: 35px;
    height: 35px;
    border-radius: 999em;
    background-color: var(--primary);
}
.imgMoveBtn:hover {
    animation: flash .1s ease;
    opacity: 0.9;
}

.imgMoveLeft,
.imgMoveRight {
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
}

.imgMoveLeft {
    background-image: url('../img/img_moveLeft.png');
}

.imgMoveRight {
    background-image: url('../img/img_moveRight.png');
}

.activityImgBody {
    width: 270px;
    height: 250px;
    overflow: hidden;
    display: inline-block;
}

.activityImgDrawer {
    width: 100%;
    height: 100%;
    line-height: 280px;
    transition: all .5s ease;
}

.imgContainer {
    width: 270px;
    height: 250px;
    line-height: 100px;
    vertical-align: top;
    display: inline-block;
}

.imgCase {
    width: 100%;
    height: 100%;
    padding: 10px;
    text-align: center;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.actImg, .appImg {
    height: 100%;
    padding: 0px;
    margin: 0px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .15);
}

.activityImgDotArea {
    width: 355px;
    height: 18px;
    line-height: 18px;
    text-align: center;
}

.activityImgDotArea a {
    outline: none;
}

.imgDotContainer {
    width: 18px;
    height: 18px;
    padding: 5px;
    border-radius: 999em;
    display: inline-block;
}

.imgDot {
    width: 8px;
    height: 8px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 999em;
    display: block;
}

.dotPicked {
    background-color: var(--primary);
}

.buttonArea,
.actButtonContainer,
.actActionBtnBrick {
    line-height: 50px;
    text-align: center;
}

.actButtonContainer,
.actActionBtnBrick,
.actActionBtn,
.actActionDoneBtn {
    max-width: 45%;
    min-width: 160px;
    width: 45%;
    height: 50px;
    line-height: 50px;
    display: inline-block;
}

.actButtonContainer,
.actActionBtnBrick {
    max-width: 45%;
    min-width: 180px;
    width: 45%;
    height: 70px;
    line-height: 70px;
    color: rgba(255, 255, 255, 1);
    margin-left: auto;
    margin-right: auto;
}

.actActionBtnBrick {
    padding: 10px;
}

.actActionBtn,
.actActionDoneBtn {
    border-radius: 5px;
}

.actActionBtn {
    background-color: var(--primary);
}

.actActionBtn:hover {
    animation: flash .1s ease;
}

.actActionDoneBtn {
    background-color: rgba(204, 204, 204, 1);
}

.noDataAlarm {
    height: 50px;
    line-height: 50px;
    margin-bottom: 50px;
    text-align: center;
    /*color: rgba(150, 150, 150);*/
    color: #676565;
    font-size: 2em;
    font-weight: 800;
}

.collectLimitation {
    width: 100;
    line-height: 30px;
    padding-bottom: 20px;
    font-size: 0.7rem;
    color: rgba(255, 0, 0, 1);
    text-align: center;
}

@media only screen and (min-width: 0px) and (max-width: 900px) {
    .museumTopBanner {
        width: 100%;
        height: 150px;
        line-height: 150px;
        background-color: rgba(0, 0, 0, 1);
    }

    .museumTopBannerImg {
        width: 100%;
        height: 150px;
        line-height: 150px;
        color: rgba(255, 255, 255, 1);
        font-size: 2em;
        text-align: center;
        font-weight: 700;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        opacity: .5;
        display: block;
        position: absolute;
        z-index: 1;
    }

    .museumTopBannerText {
        width: 100%;
        height: 150px;
        line-height: 40px;
        padding: 40px 20px 20px 20px;
        color: rgba(255, 255, 255, 1);
        font-size: 2em;
        text-align: center;
        font-weight: 700;
        word-wrap: break-word;
        word-break: normal;
        display: block;
        position: absolute;
        z-index: 2;
    }

    .museumMainArea {
        padding: 0px !important;
    }

    .museumTitleBrick {
        padding-left: 20px;
    }

    .activityNameBrick {
        padding: 10px;
        font-size: 1.5em;
    }

    .activityArea {
        max-width: 100%;
        width: 100%;
    }

    .activityImgArea {
        width: 100%;
        max-width: 100%;
        padding: 10px;
        vertical-align: top;
    }

    .activityIntroArea {
        width: 100%;
        max-width: 100%;
        padding: 10px;
        vertical-align: top;
    }

    .actIntorContent {
        padding: 10px;
    }

    .activityImgLeft,
    .activityImgRight {
        width: 30px;
    }
    .imgMoveBtn {
        width: 30px;
        height: 30px;
        border-radius: 999em;
        background-color: var(--primary);
    }
    .imgMoveLeft,
    .imgMoveRight {
        background-size: 10px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .actButtonContainer,
    .actActionBtnBrick,
    .actActionBtn,
    .actActionDoneBtn {
        width: 45% !important;
    }

    .noDataAlarm {
        font-size: 1.5em;
    }
}