.sect {
    width: 100%;
}

/*---------- section1 (start) ----------*/
.sect1 {
    width: 100%;
    padding: 0;
}

.sect1 .bg {
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.15) 100%), url("../img/graffitiHall/kv.webp") center top no-repeat;
    background-size: cover;
}

.sect1 .bg.pad {
    display: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.15) 100%), url("../img/graffitiHall/kv.webp") center no-repeat;
    background-size: cover;
}

.sect1 .bg.phone {
    display: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.15) 100%), url("../img/graffitiHall/kv.webp") center no-repeat;
    background-size: cover;
}

.sect1 .ctx {
    height: 100%;
    padding: 0;
}

.sect1 .ctx .cont {
    width: 60%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    bottom: 100px;
}

.sect1 .ctx .cont .title {
    flex: 0 0 100%;
    margin: 0 0 30px;
    letter-spacing: 8px;
    line-height: 1.5em;
    font-family: PMingLiU, "新細明體", serif;
    /* font-weight: bold; */
    font-size: 52px;
    text-shadow: 0 0 2px #fff;
    color: #fff;
}

.sect1 .ctx .cont .title .spacing {
    padding: 0 0 0 170px;
    box-sizing: border-box;
}

.sect1 .ctx .cont .desp {
    flex: 0 0 100%;
    line-height: 1.6em;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

.sect1 .ctx .cont .desp .txt1 {
    padding: 3px 15px;
    box-sizing: border-box;
    display: inline-block;
    border: solid 1px #fff;
}

.sect1 .ctx .cont .desp .txt2 {
    width: 220px;
    padding: 3px 15px;
    box-sizing: border-box;
    color: #000;
    background: #fff;
}

.sect1 .ctx .cont .desp .txt3 {
    margin: 5px 0 30px;
    padding: 3px 15px;
    box-sizing: border-box;
    color: #000;
    background: #fff;
}

.sect1 .ctx .cont .desp .txt4 {
    line-height: 1.8em;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 20px;
}

/* @media screen and (min-width: 1601px) {
    .sect1 .ctx {
        width: 1600px;
    }

    .sect1 .ctx .cont .title {
        letter-spacing: 10px;
        font-size: 60px;
    }

    .sect1 .ctx .cont .desp {
        font-size: 24px;
    }
} */

@media screen and (min-width: 1201px) and (max-width: 1366px) {
    .sect1 .ctx .cont {
        width: 55%;
    }

    .sect1 .ctx .cont .title {
        margin: 0 0 20px;
        letter-spacing: 6px;
        font-size: 40px;
    }

    .sect1 .ctx .cont .desp {
        font-size: 14px;
    }

    .sect1 .ctx .cont .desp .txt4 {
        font-size: 18px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .sect1 .bg.desktop {
        display: none;
    }

    .sect1 .bg.pad {
        display: block;
    }

    .sect1 .bg.phone {
        display: none;
    }

    .sect1 .ctx .cont {
        width: 70%;
        padding: 40px;
        left: 0;
        bottom: 0;
    }

    .sect1 .ctx .cont .title {
        letter-spacing: 5px;
        font-size: 32px;
    }


    .sect1 .ctx .cont .title .spacing {
        padding: 0 0 0 90px;
    }

    .sect1 .ctx .cont .desp {
        flex: 0 0 100%;
    }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .sect1 .bg.desktop {
        display: none;
    }

    .sect1 .bg.pad {
        display: none;
    }

    .sect1 .bg.phone {
        display: block;
    }

    .sect1 .ctx .cont {
        width: 100%;
        padding: 40px 20px;
        left: 0px;
        bottom: 0;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
    }

    .sect1 .ctx .cont .title {
        margin: 0 0 20px;
        letter-spacing: 3px;
        font-size: 28px;
        text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 15px #000;
    }

    .sect1 .ctx .cont .title .spacing {
        padding: 0 0 0 50px;
    }

    .sect1 .ctx .cont .desp .txt2 {
        width: 250px;
    }

    .sect1 .ctx .cont .desp {
        flex: 0 0 100%;
        font-size: 16px;
    }

    .sect1 .ctx .cont .desp .txt4 {
        font-size: 18px;
    }
}
/*---------- section1 (end) ----------*/


/*---------- section2 (start) ----------*/
.sect2 {
    padding: 0;
}

.sect2 .ctx {
    padding: 20px 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #fff;
}

.sect2 .ctx .gallery {
    flex: 0 0 50%;
    margin: 20px 0 0;
    padding: 0 50px;
    box-sizing: border-box;
}

.sect2 .ctx .gallery .pic1 {
    width: 100%;
    /* border: solid 1px #ccc; */
    object-position: center;
    object-fit: contain;
}

.sect2 .ctx .cont {
    flex: 0 0 50%;
    margin: 60px 0 0;
    padding: 0 50px;
    box-sizing: border-box;
    letter-spacing: 0.5px;
    line-height: 2em;
    font-weight: 400;
    font-size: 18px;
    color: #539c51;
}

.sect2 .ctx .cont .highlight {
    margin: 30px 0 0;
    font-family: PMingLiU, "新細明體", serif;
    font-weight: bold;
    font-size: 32px;
    color: #b3453e;
    transform: scaleY(0.98);
}

.sect2 .ctx .pic2 {
    width: 250px;
    position: absolute;
    left: 48%;
    bottom: -50px;
    z-index: 1;
    /* border: solid 1px #ccc; */
    object-position: center;
    object-fit: contain;
    transform: translateX(-50%);
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .sect2 .ctx {
        max-width: 768px;
        padding: 40px 40px 60px;
    }

    .sect2 .ctx .gallery {
        flex: 0 0 100%;
    }

    .sect2 .ctx .cont {
        flex: 0 0 100%;
        margin: 20px 0 40px;
        padding: 0 50px;
        text-align: center;
    }

    .sect2 .ctx .pic2 {
        position: relative;
        left: 50%;
        bottom: 0;
    }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .sect2 .ctx {
        padding: 60px 20px;
    }

    .sect2 .ctx .gallery {
        flex: 0 0 100%;
        margin: 0;
        padding: 0;
    }

    .sect2 .ctx .cont {
        flex: 0 0 100%;
        margin: 20px 0;
        padding: 0;
    }

    .sect2 .ctx .cont .highlight {
        font-size: 24px;
    }

    .sect2 .ctx .pic2 {
        position: relative;
        left: 50%;
        bottom: 0;
    }
}
/*---------- section2 (end) ----------*/


/*---------- section3 (start) ----------*/
.sect3 {
    padding: 0;
    background: #e0e0e0;
}

.sect3 .ctx {
    padding: 100px 0 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* color: #fff; */
}

.sect3 .ctx .left {
    flex: 0 0 35%;
}

.sect3 .ctx .left .txt1 {
    margin: 0 0 10px;
    letter-spacing: 1.2px;
    font-weight: 500;
}

.sect3 .ctx .left .txt2 {
    margin: 0 0 5px;
    font-size: 20px;
}

.sect3 .ctx .left .txt3 {
    margin: 0 0 10px;
    font-size: 22px;
}

.sect3 .ctx .left .txt4 {
    font-weight: bold;
    font-family: PMingLiU, "新細明體", serif;
    font-size: 32px;
    transform: scaleY(0.98);
}

.sect3 .ctx .right {
    flex: 0 0 60%;
    /* border: solid 1px #ccc; */
    box-sizing: border-box;
    position: relative;
}

.sect3 .ctx .right .block {
    flex: 0 0 100%;
    margin: 0 0 60px;
    line-height: 1.6em;
}

.sect3 .ctx .right .block .tit {
    margin: 0 0 15px;
    padding: 2px 20px;
    box-sizing: border-box;
    display: inline-block;    
    border: solid 1px #404040;
    position: relative;
    font-weight: 600;
}

.sect3 .ctx .right .block .tit .line {
    width: 110px;
    position: absolute;
    right: 100%;
    top: 50%;    
    height: 1px;
    background: #404040;
    transform: translateY(-50%);
}

.sect3 .ctx .right .block table td:nth-child(1) {
    vertical-align: top;
}

.sect3 .ctx .right .vline {
    width: 1px;
    height: 400px;
    position: absolute;
    left: -110px;
    bottom: 117px;
    background: #404040;
}

.sect3 .ctx .list {
    flex: 0 0 100%;
    width: 100%;
    margin: 20px 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    bottom: -50px;
    z-index: 1;
}

.sect3 .ctx .list .listTit {
    flex: 0 0 100%;
}

.sect3 .ctx .list .item {
    margin: 10px 0 0;
    box-sizing: border-box;
    display: flex;
    border: solid 1px #303030;
}

.sect3 .ctx .list .item.item1 {
    flex: 0 0 60%;
}

.sect3 .ctx .list .item.item2 {
    flex: 0 0 35%;
}

.sect3 .ctx .list .item .icon {
    flex: 0 0 150px;
    padding: 20px;
    box-sizing: border-box;
    border-right: solid 1px #303030;
    letter-spacing: 1px;
    align-items: center;
    text-align: center;
    font-weight: 600;
    background: #e0e0e0;
}

.sect3 .ctx .list .item .icon img {
    width: 50%;
}

.sect3 .ctx .list .item .desp {
    flex: 1 1 auto;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .sect3 .ctx {
        padding: 40px;
    }

    .sect3 .ctx .left .txt4 {
        font-size: 24px;
    }

    .sect3 .ctx .list {
        position: static;
    }

    .sect3 .ctx .right .block {
        margin: 0 0 20px;
    }

    .sect3 .ctx .right .block .tit .line {
        display: none;
    }

    .sect3 .ctx .right .vline {
        display: none;
    }

    .sect3 .ctx .list .item.item1 {
        flex: 0 0 48%;
    }

    .sect3 .ctx .list .item.item2 {
        flex: 0 0 48%;
    }

    .sect3 .ctx .list .item .icon {
        flex: 0 0 100px;
        padding: 20px 10px;
    }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .sect3 .ctx {
        padding: 60px 20px;
    }

    .sect3 .ctx .left {
        flex: 0 0 100%;
        margin: 0 0 20px;
    }

    .sect3 .ctx .left .txt1 {
        margin: 0;
    }

    .sect3 .ctx .left .txt2 {
        margin: 0;
    }

    .sect3 .ctx .left .txt3 {
        margin: 0 0 10px;
    }

    .sect3 .ctx .right {
        flex: 0 0 100%;
    }

    .sect3 .ctx .right .block {
        margin: 20px 0;
    }

    .sect3 .ctx .right .block .tit {
        margin: 0 0 5px;
    }

    .sect3 .ctx .right .block .tit .line {
        display: none;
    }

    .sect3 .ctx .right .vline {
        display: none;
    }

    .sect3 .ctx .list {
        position: static;
    }

    .sect3 .ctx .list .item.item1 {
        flex: 0 0 100%;
    }

    .sect3 .ctx .list .item.item2 {
        flex: 0 0 100%;
    }

    .sect3 .ctx .list .item .icon {
        flex: 0 0 100px;
        padding: 20px 10px;
    }
}
/*---------- section3 (end) ----------*/


/*---------- section4 (start) ----------*/
.sect4 {
    padding: 100px 0 20px;
    background: #fff;
}

.sect4 .ctx .cont table {
    margin: -5px 0 0;
}

.sect4 .ctx .cont table td {
    vertical-align: top;
    line-height: 1.7em;
    font-size: 18px;
}

.sect4 .ctx .cont table td .line {
    margin: 0 20px 0 0;
    font-size: 30px;
}

.sect4 .gallery {
    width: 100%;
    margin: 20px 0;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    /* justify-content: flex-start; */
    flex-wrap: wrap;
}

.sect4 .gallery .pic {
    width: 33.33%;
    flex: 0 1 33.3%;
    display: block;
    object-position: center;
    object-fit: cover;
}

.sect4 .ctx .title {
    line-height: 1.5em;
    text-align: center;
    font-family: PMingLiU, "新細明體", serif;
    font-weight: bold;
    font-size: 30px;
    color: #007176;
}

.sect4 .ctx .subTitle {
    margin: 15px 0 0;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #007176;
}

.sect4 .ctx .list {
    margin: 40px 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sect4 .ctx .list .item {
    border: solid 1px #007176;
    box-sizing: border-box;
}

.sect4 .ctx .list .item.item1,
.sect4 .ctx .list .item.item3 {
    flex: 0 0 17%;
}

.sect4 .ctx .list .item.item2,
.sect4 .ctx .list .item.item4 {
    flex: 0 0 28%;
}

.sect4 .ctx .list .item img {
    width: 100%;
    object-position: center;
    object-fit: cover;
}

.sect4 .ctx .list .item .tit {
    margin: 10px 0 0;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    color: #007176;
}

.sect4 .ctx .list .item .desp {
    padding: 10px 25px 30px;
    box-sizing: border-box;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .sect4 {
        padding: 0;
    }

    .sect4 .gallery {
        margin: 40px 0 20px;
    }

    .sect4 .ctx {
        padding: 40px;
    }

    .sect4 .ctx .list .item.item1,
    .sect4 .ctx .list .item.item3 {
        flex: 0 0 37%;
        margin: 0 0 20px;
    }

    .sect4 .ctx .list .item.item2,
    .sect4 .ctx .list .item.item4 {
        flex: 0 0 60%;
        margin: 0 0 20px;
    }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .sect4 {
        padding: 40px 0 20px;
    }

    .sect4 .ctx .title {
        font-size: 24px;
    }

    .sect4 .gallery {
        margin: 20px 0;
        padding: 0 20px;
    }

    .sect4 .gallery .pic {
        flex: 100%;
        margin: 0 0 5px;
    }

    .sect4 .ctx .list .item.item1,
    .sect4 .ctx .list .item.item3 {
        flex: 0 0 100%;
        margin: 0 0 20px;
    }

    .sect4 .ctx .list .item.item2,
    .sect4 .ctx .list .item.item4 {
        flex: 0 0 100%;
        margin: 0 0 20px;
    }
}
/*---------- section4 (end) ----------*/


/*---------- section5 (start) ----------*/
.sect5 {
    padding: 0;
    background: #b9da8e;
}

.sect5 .ctx {
    width: 1000px;
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sect5 .ctx .cont {
    flex: 0 0 35%;
}

.sect5 .ctx .cont .title {
    margin: 0 0 20px;
    letter-spacing: 1px;
    font-family: PMingLiU, "新細明體", serif;
    font-weight: bold;
    font-size: 32px;
    transform: scaleY(0.98);
}

.sect5 .ctx .cont table {
    margin: 20px 0 0;
    letter-spacing: 1px;
    border-collapse: collapse;
}

.sect5 .ctx .cont table td {
    vertical-align: top;
    line-height: 1.6em;
    font-weight: 400;
}

.sect5 .ctx .download {
    flex: 0 0 60%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.sect5 .ctx .download a {
    flex: 0 1 auto;
    padding: 20px 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: solid 1px #000;
    background: #fff;
}

.sect5 .ctx .download a .txt {
    flex: 0 0 auto;
    margin: 0 30px 0 0;
    padding: 0 0 5px;
    border-bottom: solid 1px #303030;
    letter-spacing: 1px;
    font-weight: 700;
    color: #303030;
}

.sect5 .ctx .download a .icon {
    flex: 0 0 50px;
}

.sect5 .ctx .download a .icon img {
    width: 100%;
    vertical-align: bottom;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .sect5 .ctx {
        width: 100%;
        padding: 40px;
    }

    .sect5 .ctx .cont {
        flex: 0 0 53%;
    }

    .sect5 .ctx .cont table {
        margin: 0;
    }

    .sect5 .ctx .cont table td {
        float: left;
    }

    .sect5 .ctx .download {
        flex: 0 0 42%;
    }

    .sect5 .ctx .download a {
        margin: 0 0 10px;
    }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .sect5 .ctx {
        width: 100%;
        padding: 40px 20px;
    }

    .sect5 .ctx .cont {
        flex: 0 0 100%;
    }

    .sect5 .ctx .cont .title {
        font-size: 20px;
    }

    .sect5 .ctx .cont table {
        margin: 0px 0 0;
    }

    .sect5 .ctx .cont table td {
        float: left;
    }

    .sect5 .ctx .cont table td .line {
        font-size: 20px;
    }

    .sect5 .ctx .download {
        flex: 0 0 100%;
        margin: 20px 0 0;
    }

    .sect5 .ctx .download a {
        flex: 0 0 300px;
        margin: 5px auto;
    }
}
/*---------- section5 (end) ----------*/


/*---------- section6 (start) ----------*/
.sect6 {
    padding: 0;
    background: #fff;
}

.sect6 .ctx {
    width: 1000px;
    padding: 20px 0;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .sect6 .ctx {
        width: 100%;
        padding: 20px;
    }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .sect6 .ctx {
        width: 100%;
        padding: 20px;
    }
}
/*---------- section4 (end) ----------*/