*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    position: relative;
    color: #373737;
    font-family: Lato, "source-han-sans-traditional", "微軟正黑體", "繁黑體", 'Microsoft JhengHei', 'Microsoft YaHei', 'Heiti TC', 'LiHei Pro', sans-serif, "新細明體", PMingLiU;
    font-weight: 200;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.serif {
    font-family: "Times New Roman", "source-han-serif-tc", serif;
}

h2.serif {
    font-size: 24px;
    letter-spacing: 2px;
    color: #246992;
    text-align: center;
}

.sans-serif {
    font-family: Lato, "source-han-sans-traditional", sans-serif;
}

.clearfix {
    clear: both;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 10;
}

nav a,
nav img {
    display: block;
    transition: all 0.3s;
}

nav img {
    height: 35px;
}

nav.navbar {
    background-color: rgba(0, 0, 0, 0.5);
}

nav.navbar img {
    height: 30px;
}

@media screen and (min-width: 992px) {
    nav img {
        height: 40px;
    }
    nav.navbar img {
        height: 35px;
    }
    h2.serif {
        font-size: 28px;
    }
}

header .container {
    position: relative;
}

header .bg-img-block {
    height: 85vh;
    background-image: url(../img/welcome/bg.jpg);
    background-size: cover;
    background-position: center;
}

header .bg-object {
    position: absolute;
    top: 0;
    left: -8.333333%;
    width: auto;
    height: 85vh;
}

header .image-block {
    margin-top: 60px;
    padding-left: 0;
    padding-right: 0;
}

header .title-block {
    position: absolute;
    bottom: 45px;
    margin-right: -8.333333%;
}

header .title-block h2 {
    position: relative;
    display: table;
    margin: 0 auto;
    padding-left: 0.6em;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0.6em;
}

body.questionnaire header .title-block h2 {
    padding-left: 0.2em;
    letter-spacing: 0.2em;
}

body.questionnaire header .title-block h2 span {
    display: inline-block;
}

header .title-block h2::before,
header .title-block h2::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: 40px;
    border-bottom: 1px solid #373737;
}

header .title-block h2::before {
    right: 100%;
}

header .title-block h2::after {
    left: 100%;
}

header .image-block img,
header .title-block img {
    display: block;
}

@media screen and (min-width: 768px) {
    header .bg-img-block {
        height: 465px;
    }
    header .bg-object {
        height: 465px;
    }
}

@media screen and (min-width: 992px) {
    header .bg-img-block {
        height: 650px;
    }
    header .bg-object {
        height: 650px;
    }
    header .image-block {
        margin-top: 60px;
        padding-left: 15px;
        padding-right: 15px;
    }
    header .title-block {
        bottom: 95px;
    }
    header .title-block h2 {
        margin: 40px auto 0;
        font-size: 24px;
    }
    header .title-block h2::before,
    header .title-block h2::after {
        width: 50px;
    }
    body.questionnaire header .title-block h2::before,
    body.questionnaire header .title-block h2::after {
        width: 45px;
    }
}

@media screen and (min-width: 1200px) {
    header .bg-img-block {
        height: 780px;
    }
    header .bg-object {
        height: 780px;
    }
    header .title-block h2 {
        padding-left: 0.768em;
        font-size: 27px;
        letter-spacing: 0.768em;
    }
    body.questionnaire header .title-block h2 {
        padding-left: 0.25em;
        letter-spacing: 0.25em;
    }
    header .title-block h2::before,
    header .title-block h2::after {
        width: 70px;
    }
}

footer {
    position: relative;
    color: #246992;
    text-align: center;
    margin-top: 30px;
}

footer .contain {
    display: table;
    padding: 15px 40px;
    margin: auto;
    border-top: 1px solid #246992;
}

footer span {
    display: inline-block;
}

section {
    padding-top: 60px;
    padding-bottom: 60px;
}

section.survey {
    padding-top: 30px;
}

section.leads .h4 {
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 0.1em;
}

section.leads h3 {
    margin: 15px 0 0;
    color: #246992;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.25;
}

section.leads h3 span {
    display: inline-block;
}


/*
section.leads .text::before,
section.leads .text::after {
	position: absolute;
	color: #246992;
	font-family: "Times New Roman", "source-han-serif-tc",serif;
	font-size: 60px;
	line-height: 0;
	opacity: 0.5;
}
*/

section.leads .text {
    position: relative;
    display: table;
    margin: auto;
    /*	padding: 40px 15px;*/
    font-size: 18px;
    text-align: center;
    line-height: 1.75;
}


/*
section.leads .text::before {
	content: '“';
	top: 21px;
	left: 0;
}
section.leads .text::after {
	content: '”';
	bottom: 0;
	right: 0;
}
*/

section.leads .text p {
    margin: 18px 0;
}

section.leads .text p+p {
    margin-top: 1em;
}

section.leads .video {
    margin-top: 2em;
    border-top: 15px solid #1c1b19;
    border-bottom: 15px solid #1c1b19;
}

@media screen and (min-width: 769px) {
    section.leads .h4 {
        font-size: 21px;
    }
    section.leads h3 {
        font-size: 48px;
    }
    section.leads .text {
        /*		padding: 60px 15px;*/
        font-size: 20px;
    }
    section.leads .text span {
        display: block;
    }
    section.leads .serif {
        text-align: center;
    }
}

section.buy img {
    display: block;
    margin: auto;
    width: auto;
    height: 300px;
}

section.buy .text p {
    font-size: 18px;
    text-align: center;
}

section.buy .text a.btn {
    display: table;
    position: relative;
    margin: 20px auto 0;
    padding: 7px 24px 7px calc(24px + 0.2em);
    color: #373737;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: 0.2em;
    -webkit-box-shadow: inset 0 0 0 1px #373737;
    box-shadow: inset 0 0 0 1px #373737;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

@media screen and (min-width: 769px) {
    section.buy .text p {
        font-size: 21px;
    }
}

a.btn::before,
a.btn::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 1px solid transparent;
}

a.btn::before {
    top: 0;
    left: 0;
}

a.btn::after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

section.buy .text a.btn:hover {
    color: #C4B095;
    background-color: rgba(0, 0, 0, 0.9);
}

a.btn:hover::before,
a.btn:hover::after {
    width: 100%;
    height: 100%;
}

a.btn:hover::before {
    border-top-color: #C4B095;
    border-right-color: #C4B095;
    -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}

a.btn:hover::after {
    border-bottom-color: #C4B095;
    border-left-color: #C4B095;
    -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
    -webkit-transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
    transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}

section.tks {
    text-align: center;
}

section.tks h3 {
    font-size: 27px;
    font-weight: 500;
}

section.tks p {
    font-size: 18px;
    font-weight: 300;
}

section.tks p span {
    display: inline-block;
}

section.tks p a {
    color: #c3af95;
    text-decoration: none;
}

section.tks a.btn {
    display: inline-table;
    position: relative;
    margin: 20px 5px;
    padding: 7px 17px;
    color: #373737;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: normal;
    -webkit-box-shadow: inset 0 0 0 1px #373737;
    box-shadow: inset 0 0 0 1px #373737;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

section.tks a.btn.facebook {
    color: #4677af;
    -webkit-box-shadow: inset 0 0 0 1px #4677af;
    box-shadow: inset 0 0 0 1px #4677af;
}

section.tks a.btn:hover,
section.tks a.btn.facebook:hover {
    color: #C4B095;
    background-color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 480px) {
    section.tks h3 span {
        display: inline-block;
    }
}

@media screen and (max-width: 767px) {
    body {
        /*padding-top: 90vh;*/
    }
    header {
        /*position: absolute;
		top: 0;*/
        width: 100%;
        overflow-x: hidden;
    }
    header .bg-object {
        display: none;
    }
    header .bg-img-block {
        height: auto;
        overflow: hidden;
    }
    header .image-block {
        position: relative;
        margin-top: 0;
        padding-top: 60px;
        height: auto;
    }
    header .image-block img {
        width: calc(100% + 60px);
        margin-left: -30px;
        /*position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);*/
    }
    header .title-block {
        margin: 0;
        bottom: 100px;
        z-index: 1;
    }
    header .title-block .title {
        position: relative;
    }
    header .title-block .title::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
        width: 300%;
        padding-top: 100%;
        background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0) 75%);
        background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0) 75%);
        background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0) 75%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
        z-index: -1;
    }
    header .title-block h2 {
        padding-left: 0.35em;
        letter-spacing: 0.35em;
    }
    body.questionnaire header .title-block h2 {
        padding-left: 0.25em;
        padding-right: 0.125em;
        letter-spacing: 0.125em;
    }
    header .title-block h2::before,
    header .title-block h2::after {
        width: 25px;
    }
    body.questionnaire header .title-block h2::before,
    body.questionnaire header .title-block h2::after {
        width: 15px;
    }
    section.leads,
    section.dayNnight .animate-block,
    section.buy {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    section.survey {
        padding-top: 0px;
        padding-bottom: 40px;
    }
    section.leads .text {
        font-size: 17px;
        font-weight: 400;
    }
    section.leads .text span.line {
        display: inline;
    }
    section.leads .text span.blcok {
        display: block;
    }
    footer .contain {
        padding: 15px;
        font-size: 14px;
    }
    section.tks a.btn {
        margin: 7px 5px;
    }
}

@media screen and (max-width: 376px) {
    body.questionnaire header .title-block h2 {
        line-height: 1.25;
        text-align: center;
    }
    body.questionnaire header .title-block h2::before,
    body.questionnaire header .title-block h2::after {
        width: 0;
    }
}

@media screen and (max-width: 374px) {
    body {
        /*padding-top: 97.5vh;*/
        letter-spacing: -0.035em;
    }
    header .bg-img-block,
    header .image-block {
        height: 70vh;
    }
    header .image-block img {
        width: calc(100% + 70px);
    }
    header .title-block h2 {
        font-size: 18px;
        padding-left: 0.25em;
        letter-spacing: 0.25em;
    }
    section.survey,
    section.leads,
    section.dayNnight .animate-block,
    section.buy {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    section.leads h3 {
        font-size: 32px;
    }
    section.leads .text,
    section.dayNnight .text,
    section.buy .text p {
        font-size: 16px;
    }
    h2.serif {
        margin: 10px 0;
    }
}

ul.timer {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

ul.timer li {
    display: inline-block;
}

ul.timer li p {
    display: none;
    color: #a7abb1;
    font-size: 18px;
}


/*0514 新增*/

header .title-img {
    width: 100%;
    height: 330px;
    margin-top: 150px;
    background: url(../img/welcome/title-line.png) 0 0 no-repeat;
    background-size: cover;
}

header .title h2 {
    padding-left: 0.8em;
    font-size: 27px;
    letter-spacing: 0.8em;
    margin: 40px auto;
    position: relative;
    color: #eee;
    display: table;
}

header .title h2::before,
header .title h2::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: 40px;
    border-bottom: 1px solid #ddd;
}

header .title h2::before {
    right: 100%;
}

header .title h2::after {
    left: 100%;
}

section.survey iframe {
    width: 60%;
    margin: auto;
    display: block;
}

section.survey .surveyForeword {
    text-align: center;
}

section.survey .surveyForeword p {
    font-size: 20px;
    margin: 10px auto 20px;
}

section.survey .surveyForeword h3 {
    margin: 10px auto;
    font-size: 20px;
}

section.survey .surveyForeword .serif span {
    display: block;
}

section.survey .page {
    width: 100%;
    border: 1px solid #ccc;
    margin: 20px auto;
    display: block;
}

section.survey .page-cover {
    width: 69%;
}

section.survey .surveyForeword h4 {
    font-size: 22px;
    margin: 50px auto 4px;
}

section.survey img.arrowdown {
    width: 16px;
    position: relative;
    animation: Move 1s infinite;
    animation-direction: alternate;
}

@keyframes Move {
    from {
        top: 0;
    }
    to {
        top: 10px;
    }
}


/*感謝頁*/

.thkPage {
    background-color: #f1f2f3;
}

.thkPage .tks-container {
    text-align: center;
    padding-top: 8%;
}

.thkPage .tks-container .downloadBlock {
    display: inline-block;
    border: 2px solid #ff7e85;
    background-color: #d60c18;
    padding: 10px 30px;
    border-radius: 6px;
    margin: auto;
    color: #fff;
    font-size: 17px;
    letter-spacing: 3px;
    font-weight: 600;
    vertical-align: middle;
    transition: .5s;
}

.tks-container a {
    text-decoration: none;
}

.tks-container a:hover .downloadBlock {
    background-color: #fff;
    color: #373737;
}

.tks-container .page {
    width: 80%;
    margin-bottom: 30px;
}

.tks-container p {
    font-size: 18px;
    color: #373737;
    font-weight: 300;
}

.tks-container h4 {
    color: #000;
    font-weight: 600;
    font-size: 26px;
    margin: 10px auto;
}

.tks-container .txt {
    margin-top: 50px;
    font-weight: 600;
}

.thkPage footer {
    font-size: 15px;
    color: #373737;
    padding: 20px;
    margin: 0;
}

@media screen and (max-width: 1024px) {
    header .title-img {
        height: 270px;
        margin: 130px auto 0;
    }
    header .title h2 {
        font-size: 21px;
        font-weight: 400;
    }
}

@media screen and (max-width: 768px) {
    header .title-img {
        height: 212px;
        margin: 100px auto 0;
    }
}

@media screen and (max-width: 767px) {
    header .title-img {
        background: url(../img/welcome/title-line-mb.png) 0 0 no-repeat;
        background-size: contain;
        height: 182px;
    }
    header .title h2 {
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 4px;
        padding-left: 5px;
        margin-top: 0;
        margin-bottom: 80px;
    }
    section.survey .surveyForeword {
        padding: 0;
    }
    section.survey .surveyForeword .serif {
        margin-top: 30px;
    }
    section.survey .surveyForeword h4 {
        font-size: 20px;
        margin: 30px auto 4px;
    }
    section.survey .surveyForeword p {
        font-size: 17px;
        font-weight: 400;
    }
    section.survey .page {
        width: 100%;
        margin: 0px auto;
    }
    section.survey iframe {
        width: 100%;
    }
    header .title h2::before,
    header .title h2::after {
        width: 24px;
    }
    .thkPage .tks-container {
        text-align: center;
        padding: 10% 20px 0;
    }
    .tks-container p {
        font-size: 17px;
    }
    .tks-container .page {
        width: 90%;
        margin-bottom: 24px;
    }
    .tks-container .txt2 {
        margin-top: 20px;
        font-size: 14px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 374px) {
    header .title h2 {
        font-size: 17px;
    }
    header .title h2::before,
    header .title h2::after {
        display: none;
    }
    header .title-img {
        height: 150px;
    }
    section.survey .surveyForeword .serif span {
        display: inline;
    }
    section.survey .surveyForeword p {
        font-size: 16px;
    }
}

section.paln {
    padding-top: 0;
}

section.paln .text {
    font-size: 20px;
    text-align: center;
}

section.paln .text p .tip {
    font-size: .8em;
    color: #aaa;
}

section.paln span.tip {
    display: table;
    margin: 0 auto;
}

section.paln .text .block {
    display: block;
}

section.paln .text .line {
    display: inline-block;
}

section.paln .product_content {
    list-style: none;
    margin: 30px 0;
    padding: 0;
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
}

section.paln .product_content li {
    position: relative;
    align-self: center;
    padding: 40px 30px;
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    text-align: center;
    letter-spacing: 0.2px;
}

section.paln .product_content li span {
    display: block;
    line-height: 1.25;
    font-size: 1.65em;
    font-weight: 200;
}

section.paln .product_content li img {
    width: 200px;
    height: auto;
    margin: 0 auto;
    margin-top: 10px;
    -webkit-filter: drop-shadow(1px 6px 7px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(1px 6px 7px rgba(0, 0, 0, 0.3))
}

section.paln .product_content li .money {
    font-size: 2.8em;
    font-weight: 600;
}

section.paln .product_content li .money span {
    display: inline-block;
    font-size: .4em;
    font-weight: 400;
}

section.paln .product_content li .subBtn {
    margin-top: 10px;
}

section.paln .product_content li .subBtn a {
    display: table;
    padding: 12px 34px;
    margin: 0 auto;
    color: #fff;
    background-color: #096499;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid #096499;
    border-radius: 30px;
    transition: all .3s;
}

section.paln .product_content li .subBtn a:hover {
    background-color: #074e77;
    border: 2px solid #074e77;
}

section.paln .product_content li.readYearCard {
    width: 35%;
    order: 2;
    border: 2px solid #d60c18;
    background-color: #fff;
}

section.paln .product_content li.readYearCard a {
    background-color: #d60c18;
    border: 2px solid #d60c18;
}

section.paln .product_content li.readYearCard a:hover {
    background-color: #c00000;
    border: 2px solid #c00000;
}

section.paln .product_content li.readYearCard .limitSale {
    position: absolute;
    top: 10px;
    right: -25px;
    z-index: 2;
    color: #fff;
    padding: 6px 7px;
    background-color: #d60c18;
}

section.paln .product_content li.readCrad,
section.paln .product_content li.yearCrad {
    width: 32.5%;
    max-height: 480px;
}

section.paln .product_content li.readCrad {
    order: 1;
    border-right: 0px;
}

section.paln .product_content li.yearCrad {
    order: 3;
    border-left: 0px;
}

section.paln .product_content li.readCrad i {
    font-style: normal;
    font-size: .8em;
    font-weight: lighter;
}

@media (max-width: 1024px) and (min-width: 768px) {
    section.paln .product_content {
        margin: 0;
    }
    section.paln .product_content li {
        padding: 40px 0px;
    }
    section.paln .product_content li span {
        font-size: 1.35em;
    }
    section.paln .product_content li .money {
        font-size: 2.1em;
        line-height: .8;
    }
    section.paln .product_content li.readYearCard {
        width: 37%;
    }
    section.paln .product_content li.readCrad,
    section.paln .product_content li.yearCrad {
        width: 31.5%;
    }
}

@media (max-width: 768px) {
    section.paln .product_content li span {
        font-size: 1.08em;
    }
    section.paln .product_content li.readYearCard .limitSale {
        top: 6px;
        right: -27px;
    }
    section.paln .product_content li img {
        width: 180px;
        height: 160px;
    }
    section.paln .product_content li .subBtn a {
        padding: 8px 34px;
    }
}

@media (max-width: 414px) {
    section.paln .text {
        font-size: 17px;
        font-weight: 400;
        line-height: 1.75;
        text-align: center;
    }
    section.paln .text .block {
        display: inline;
    }
    section.paln .text .tip {
        display: block;
    }
    section.paln .product_content {
        margin: 0;
    }
    section.paln .product_content li {
        margin-bottom: 10px;
        padding: 40px 0;
    }
    section.paln .product_content li span {
        font-size: 1.65em;
    }
    section.paln .product_content li.readYearCard {
        width: 100%;
        order: 1;
    }
    section.paln .product_content li.readCrad,
    section.paln .product_content li.yearCrad {
        width: 100%;
        border: 1px solid #ddd;
    }
    section.paln .product_content li.readCrad {
        order: 2;
    }
    section.paln .product_content li.readYearCard .limitSale {
        right: -10px;
    }
    section.paln .product_content li .subBtn a {
        padding: 12px 34px;
    }
}

@media (max-width: 320px) {
    section.paln {
        padding: 30px 0;
    }
    section.paln .product_content li span {
        font-size: 1.45em;
    }
}
