div.works-content h1{
    margin: initial;
    font-size: initial;
    color:  initial;
}

div.works-content h2{
    margin: initial;
    font-size: initial;
    color:  initial;
}

div.works-content h3{
    margin: initial;
    font-size: initial;
    color:  initial;
}

div.works-content h4{
    margin: initial;
    font-size: initial;
    color:  initial;
}

div.works-content strong {
    font-weight: 600;
}

/* banner */
.title{
    animation-delay: 0s;
    animation-duration: 1s;
}

/* circle */
.works-circle {
    top: -50%;
    right: 6%;
    width: 12%;
}

/* work detail */
#workPictures,
.works-tags > span,
.works-title > p,
.works-content > *
{
    font-weight: lighter !important;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
}


.works-tags span {
    font-size: 24px;
    letter-spacing: 5px;
}

.works-tags .tag-grep {
    font-size: 20px;
    margin: 0 5px;
}

.works-title p {
    font-size: 45px;
    letter-spacing: 5px;
}

.works-content {
    letter-spacing: 5px;
}

/* 下方作品集圖片 */

#workPictures {
    /*background: #a0a0a0;*/
    /*padding: 50px;*/
    margin-top: 5%;
}

.works-detail-images {
    width: 100%;
}

.works-detail-info {
    width: 80%;
}

.works-detail-info-title {
    border-bottom: 1px solid #393939;
    width: 100%;
}

.works-detail-info-title > p {
    font-size: 20px;
    text-align: right;
}

.works-detail-info-text {
    margin-top: 20px;
    width: 100%;
}

.works-detail-info-text > .images-info {
    font-size: 20px;
}

.works-detail-info-text > .images-type {
    font-size: 14px;
}

#works_header {
    position: relative;
    text-align: right;
}

.worksH1 {
    position: relative;
    right: 20%;
    top: 20%;
    display: inline-block;
}

.hook {
    display: none;
}

.work_footer {
    margin-top: 5%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.work_footer img {
    cursor: pointer;
}

@media screen and (max-width: 900px) {
    .container {
        max-width: initial;
    }

    #works_header {
        height: 150px;
    }

    .hook {
        display: block;
        top: 50%;
        left: 40%;
        width: 40%;
    }

    .works-circle {
        top: -60%;
        left: 25%;
        right: initial;
    }

    .worksH1 {
        top: 5%;
        right: 38%;
        font-size: 40px;
    }

    #workDetail {
        padding: 3% 5%;
    }
}