/*pagemods/mods/bigintro/css/bigintro.css*/
.pg-cns-type-bigintro {
    max-width: 1180px;
    margin: 0 auto;
}

.pg-cns-type-bigintro .pg-cns-i {
    max-width: 700px;
    padding: 50px 10px 50px 10px;
}

.pg-cns-type-bigintro .pg-cns-i,
.pg-cns-type-bigintro .pg-cns-i * {
    font-size: 35px;
    color: #888888;
    font-family: Alexander, serif !important;
    font-style: normal;
    line-height: 40px;
}

.body-mobile .pg-cns-type-bigintro .pg-cns-i,
.body-mobile .pg-cns-type-bigintro .pg-cns-i * {
    font-size: 25px;
    line-height: 30px;
}

.body-mobile .pg-cns-type-bigintro .pg-cns-i {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pg-cns-type-bigintro a {
    transition: all 0.3s;
}

.pg-cns-type-bigintro a:hover {
    color: #79b4ba !important;
}/*pagemods/mods/textonimage/css/textonimage.css*/
.pg-cns-type-bigintro {
    max-width: 1180px;
    margin: 0 auto;
}

.pg-cns-type-bigintro .pg-cns-i {
    font-size: 35px;
    color: #888888;
    max-width: 700px;
    font-family: Alexander, serif !important;
    font-style: normal;
    line-height: 40px;
    padding: 50px 10px 50px 10px;
}

.body-mobile .pg-cns-type-bigintro .pg-cns-i,
.body-mobile .pg-cns-type-bigintro .pg-cns-i * {
    font-size: 25px;
    line-height: 30px;
}

.body-mobile .pg-cns-type-bigintro .pg-cns-i {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pg-cns-type-textonimage-data1 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.pg-cns-type-textonimage-data2 {
    background: rgba(0,0,0,0.5);
    padding: 60px 0px 60px 0px;
}

.pg-cns-type-textonimage-data2 * {
    font-size: 25px;
    color: #ffffff;
    text-align: center;
}

.pg-cns-type-textonimage-data2-data {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 10px
}/*pagemods/mods/blocklist/css/blocklist.css*/
.pg-cns-type-blocklist-title {
    text-align: center;
    margin: 0 auto 30px auto;
    font-size: 25px;
    max-width: 700px;
}

.pg-cns-type-blocklist {
    padding: 30px 0 30px 0;
    max-width: 1180px;
    margin: 0 auto;
}

.pg-cns-type-blocklist-list-one {
    float: left;
    width: 33.33333333%;
    box-sizing: border-box;
    padding: 0 10px;
}

.body-mobile .pg-cns-type-blocklist-list-one {
    float: none;
    width: 100%;
    margin-bottom: 10px;
}

.pg-cns-type-blocklist-list-one-i {
    background-color: #f9f9f9;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 20px;
}

.body-mobile .pg-cns-type-blocklist-list-one-i {
    height: auto !important;
}

.pg-cns-type-blocklist-list-one-title {
    font-weight: bold;
    margin-bottom: 10px;
}/*pagemods/mods/remark/css/remark.css*/
.pg-cns-type-remark {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 10px 30px 10px;
}

.pg-cns-type-remark .pg-cns-i {
    background: url(/pagemods/mods/remark/i/remark2.png) no-repeat left center;
    background-size: 40px;
    padding-left: 55px;
}

.body-pageid-56594 .pg-cns-type-remark,
.body-pageid-56758 .pg-cns-type-remark.pg-cns-id-3 {
    max-width: 360px;
}/*pagemods/mods/gallery/css/gallery.css*/
.pg-cns-type-gallery-list-one-i {
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-position: center center;
}

.pg-cns-type-gallery-list-one-i a {
    display: block;
    width: 100%;
    height: 100%;
}

.pg-cns-type-gallery {
    padding: 30px 0 30px 0;
}

.pg-cns-type-gallery-list-one {
    display: inline-block;
    width: 25%;
    box-sizing: border-box;
    padding: 0 10px;
}

.body-mobile .pg-cns-type-gallery-list-one {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

@supports not (aspect-ratio: 16 / 9) {
    .pg-cns-type-gallery-list-one-i {
        height: 190px !important;
    }
}

.pg-cns-type-gallery-list-cover {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.pg-cns-type-gallery-list-scroll {
    width: 100%;
    margin: 0 auto;
    overflow: scroll;
    overflow-y: hidden;
    height: 160px;
    white-space: nowrap;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.pg-cns-type-gallery-list-left {
    position: absolute;
    cursor: pointer;
    left: -30px;
    top: 50%;
    margin-top: -15px;
    color: #79b4ba;
    text-shadow: 0 0 6px rgba(255, 255, 255, 1);
}

.pg-cns-type-gallery-list-right {
    position: absolute;
    cursor: pointer;
    right: -30px;
    top: 50%;
    margin-top: -15px;
    color: #79b4ba;
    text-shadow: 0 0 6px rgba(255, 255, 255, 1);
}

.pg-cns-type-gallery-list-left:after {
    font-family: FontAwesome;
    content: "\f053";
    font-size: 30px;
}

.pg-cns-type-gallery-list-right:after {
    font-family: FontAwesome;
    content: "\f054";
    font-size: 30px;
}


.body-mobile .pg-cns-type-gallery-list-left {
    left: -18px;
}

.body-mobile .pg-cns-type-gallery-list-right {
    right: -18px;
}

.body-mobile .pg-cns-type-gallery-list-cover {
    margin-right: 20px;
    margin-left: 20px;
}

.body-mobile .pg-cns-type-gallery-list-scroll .pg-cns-type-gallery-list-one {
    display: inline-block !important;
}/*pagemods/mods/blocklist/css/blocklist.css*/
.pg-cns-type-blocklist-title {
    text-align: center;
    margin: 0 auto 30px auto;
    font-size: 25px;
    max-width: 700px;
}

.pg-cns-type-blocklist {
    padding: 30px 0 30px 0;
    max-width: 1180px;
    margin: 0 auto;
}

.pg-cns-type-blocklist-list-one {
    float: left;
    width: 33.33333333%;
    box-sizing: border-box;
    padding: 0 10px;
}

.body-mobile .pg-cns-type-blocklist-list-one {
    float: none;
    width: 100%;
    margin-bottom: 10px;
}

.pg-cns-type-blocklist-list-one-i {
    background-color: #f9f9f9;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 20px;
}

.body-mobile .pg-cns-type-blocklist-list-one-i {
    height: auto !important;
}

.pg-cns-type-blocklist-list-one-title {
    font-weight: bold;
    margin-bottom: 10px;
}