*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: '';
}

.clearfix:after {
    clear: both;
}

body {
    background: #fff;
    color: #69606b;
    font-weight: 400;
    font-size: 100%;
    line-height: 1.8;
    font-family: "Microsoft JhengHei", "SF Pro TC", "SF Pro Text", "PingFang TC", Arial, sans-serif;
    font-display: auto;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

.bg1 {
    background: #222229;
}

a {
    outline: none;
    color: #fff;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #fff;
}

html,
body,
.container,
.header {
    height: 100%;
}

p {
    font-size: 1.125rem;
    margin: 1.5rem auto;
}

.wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.heroimg {
    width: 100vw;
    height: 100vh;
    background: url(../img/visual2-1.png) center no-repeat;
    background-size: cover;
}

/* Header */
.header {
    position: relative;
    margin: 0 auto;
    min-height: 560px;
    width: 100%;
}

.bg-img {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bg-img img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
}

.title {
    z-index: 1000;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: calc(100% - 2.5rem);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.title h1 {
    padding: 0;
    color: #fff;
    font-weight: 800;
    font-size: 3.25rem;
    line-height: 1.5;
    margin: 0 auto;
}

.title h2 {
    padding: 0;
    margin: 0 auto 2rem auto;
    color: #fff;
}

.title p {
    color: #fff;
    /*padding: 0.6rem 0;*/
    font-weight: 300;
    font-size: 0.85rem;
    margin: 0 auto;
}

.title p.subline {
    max-width: 900px;
    font-size: 1.125rem;
}

.center {
    text-align: center;
}

.topbox {
    width: 100%;
    display: table;
    z-index: 999;
    position: relative;
}

.topbox>div {
    display: table-cell;
    padding: 1.125rem;
    vertical-align: middle;
}

.logo {
    font-size: 1.25rem;
    color: #fff;
}

.share {
    text-align: right;
}

.share ul {
    margin: 0 auto;
    padding: 0;
}

.share ul li {
    display: inline-block;
    font-size: 1.2rem;
    text-align: center;
    vertical-align: middle;
    list-style: none;
    padding: 0 10px 0 0;
    cursor: pointer;
}

.share ul li:nth-of-type(3) {
    padding: 0;
}

.share ul li i.icon-facebook,
.share ul li i.icon-line,
.share ul li i.icon-twitter {
    font-size: 1.35rem;
}

.share ul li.hide {
    display: none;
}

.share ul a,
.share ul li a {
    color: #fff;
    display: block;
}

/* Trigger Button */
button.trigger {
    position: fixed;
    bottom: 40px;
    left: 50%;
    z-index: 5000;
    display: block;
    margin-left: -0.5rem;
    padding: 0;
    border: none;
    background: transparent;
    color: transparent;
    font-size: 2rem;
    cursor: pointer;
}

.container:not(.notrans) button.trigger {
    -webkit-transition: opacity 0.3s 0.5s;
    -moz-transition: opacity 0.3s 0.5s;
    transition: opacity 0.3s 0.5s;
}

.container.modify:not(.notrans) button.trigger {
    opacity: 0;
    pointer-events: none;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}

button.trigger:focus {
    outline: none;
}

button.trigger span {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

button.trigger span::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.line {
    width: 10rem;
    height: 1px;
    background-color: #38bce7;
    margin: 1.125rem 0;
}

.block {
    margin: 0 auto 8rem auto;
}

.block h2 {
    color: #fff;
}

.book-title {
    color: #fff;
    font-weight: 600;
    text-align: center;
    position: relative;
    margin: 0 auto;
    font-size: 1.25rem;
}

.book-title>div {
    display: inline-block;
    /*background-color: #090915;*/
    padding: 0 10px;
    position: relative;
    z-index: 1;
}

.book-title:after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: 20px;
    z-index: -1;
}

.book {
    /*border: 1px solid #33ccff;*/
    margin: -22px auto 0;
    padding: 0;
    position: relative;
    border-radius: 20px;
    background-color: #090915
}

.book-content {
    padding: 40px;
}

.book-content p {
    margin: 0 auto 1.5rem auto;
}

.book-content p:before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
}

/* Conent */
.content {
    margin: 0 auto;
    padding: 0 0 3rem;
}

.content>div:not(.title) {
    margin: -80px auto 0;
    max-width: 800px;
}

.content>div:not(.title) p:last-child {
    margin: 0 auto;
}

.content h3 {
    margin: 0;
    font-size: 1.4rem;
}

/***** Individual effects *****/
.intro-effect-push>header>ul.grid,
.intro-effect-push>.content>div.title {
    display: none !important;
    opacity: 0 !important;
}

/* -------------------------- */
/* Push */
/* -------------------------- */
.intro-effect-push:not(.notrans) .header,
.intro-effect-push:not(.notrans)>.title,
.intro-effect-push:not(.notrans) .content>div {
    -webkit-transition-property: opacity, -webkit-transform;
    -moz-transition-property: opacity, -moz-transform;
    transition-property: opacity, transform;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
}

.intro-effect-push:not(.notrans) .header {
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-duration: 1.2s;
    -moz-transition-duration: 1.2s;
    transition-duration: 1.2s;
}

.intro-effect-push .codrops-dremos a {
    color: #108576;
}

.intro-effect-push .header {
    position: absolute;
    z-index: 1500;
}

.intro-effect-push>.title {
    position: relative;
    top: auto;
    left: auto;
    padding: 4rem 1.125rem 2rem;
}

.intro-effect-push .content>div {
    margin-top: 50px;
    color: #d0d0d0;
}

.intro-effect-push>.title,
.intro-effect-push .content>div {
    -webkit-transform: translateY(400px);
    -moz-transform: translateY(400px);
    transform: translateY(400px);
    opacity: 0;
}

.intro-effect-push.modify>.title,
.intro-effect-push.modify .content>div {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.intro-effect-push.modify .header {
    opacity: 0;
    -webkit-transform: translateY(-100%) scale(0.9);
    -moz-transform: translateY(-100%) scale(0.9);
    transform: translateY(-100%) scale(0.9);
}

/* Delays */
.intro-effect-push.modify:not(.notrans)>.title {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.intro-effect-push.modify:not(.notrans) .content>div {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.video-container {
    position: relative;
    padding-bottom: 71%;
    padding-top: 30px;
    margin: 2rem auto;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container2 {
    position: relative;
    padding-bottom: 50%;
    padding-top: 0px;
    margin: 2rem auto;
    height: 0;
    overflow: hidden;
}

.video-container2 iframe,
.video-container2 object,
.video-container2 embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoinfo {
    margin: 0 auto;
}

.videoinfo p {
    font-size: 0.85rem;
    margin: 0 auto;
}

.text {
    font-size: 4.8rem;
    text-transform: uppercase;
    background: linear-gradient(to right, #ff992f 0%, #222229 88%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    top: 0.5rem;
    position: relative;
}

/* center the blockquote in the page */
.blockquote-wrapper {
    display: block;
    margin: 4rem auto;
}

.bquote-title {
    margin: 0 auto 0.5rem auto;
    padding: 0;
    font-size: 1.25rem;
    color: #fff;
}

/* Blockquote main style */
.blockquote {
    color: #fff;
    position: relative;
    margin: 0 auto;
    align-self: center;
}

/* Blockquote header */
.blockquote h2 {
    position: relative;
    /* for pseudos */
    font-size: 1.125rem;
    font-weight: normal;
    margin: 0;
    border: 1px solid #989898;
    padding: 40px;
    border-radius: 20px;
}

/* Blockquote right double quotes */
.blockquote h2:after {
    content: "";
    position: absolute;
    border: 1px solid #989898;
    border-radius: 0 20px 0 0;
    width: 60px;
    height: 50px;
    bottom: -50px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 3;
}

.blockquote h2:before {
    content: "";
    position: absolute;
    width: 80px;
    border: 6px solid #222229;
    bottom: -3px;
    left: 50px;
    z-index: 2;
}

/* Blockquote subheader */
.blockquote h3 {
    position: relative;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding-top: 15px;
    z-index: 1;
    margin-left: 130px;
    padding-left: 12px;
}

.blockquote h4:first-letter {
    margin-left: -12px;
}

span.num {
    font-family: arial;
}

.video-thumbnail {
    z-index: 300;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.video-frame {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.thumbnail-link .video-thumbnail {
    display: block;
}

.thumbnail-link:hover .video-thumbnail {
    display: none;
}

.time {
    padding: 0.6rem 0 0 0;
}

.fb-box {
    width: 100%;
    margin: 2rem auto 0 auto;
}

footer, footer p {
    color: #fff;
    text-align: center;
    font-size: 0.75rem;
    padding: 0.75rem;
}

/* Media Queries */
@media screen and (max-width: 768px) {
    .title h1 {
        font-size: 2.25rem;
    }

    .share ul li.hide.in-web {
        display: inline-block;
    }

    .in-app-module .share ul li.hide.in-app {
        display: inline-block;
    }

    .in-app-module .share ul li.hide.in-web {
        display: none;
    }
}

@media screen and (max-width: 414px) {
    .intro-effect-grid .grid li h2 {
        display: none;
    }

    .intro-effect-push .header .title {
        top: 34%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    button.trigger::before {
        display: none;
    }

    .title h1 {
        font-size: 2.25rem;
        /*text-align: justify;*/
    }

    .intro-effect-push .content>div {
        padding: 0 2rem 1.125rem 2rem;
    }

    .text {
        font-size: 3.8rem;
    }

    .title h2 {
        font-size: 1.25rem;
    }

    .block {
        margin: 0 auto 8rem auto;
    }
}

@media screen and (max-width: 320px) {
    .intro-effect-push .header .title {
        top: 30%;
    }

    .intro-effect-push>.title {
        padding: 2rem 1.125rem 2rem;
    }

    .title h1 {
        font-size: 1.8rem;
    }

    .blockquote h2 {
        padding: 30px 20px;
    }

    .book-content {
        padding: 40px 20px;
    }

    .block {
        margin: 0 auto 4rem auto;
    }

    p, .title p.subline, .blockquote h2 {
        font-size: 1rem;
    }
}