@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

header {
    position: relative;
    width: 100%;
    height: 80px;
}

header:before {
    display: inline-block;
    content: "";
    width: 1px;
    height: 100%;
    vertical-align: middle;
}

header #logo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/ap_logo.png);
}

header #logo:after {
    display: block;
    content: "";
    padding-top: 62.5%;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]+label {
    display: none;
}

input[type="checkbox"]+label ul {
    width: 45px;
    height: 30px;
}

input[type="checkbox"]+label ul li {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 5px;
    transition: 0.5s all;
    background-color: #002e5e;
}

input[type="checkbox"]+label ul li:nth-of-type(1) {
    top: 0%;
}

input[type="checkbox"]+label ul li:nth-of-type(2) {
    top: 50%;
}

input[type="checkbox"]+label ul li:nth-of-type(3) {
    top: 100%;
}

ul#menu {
    position: absolute;
    top: 20px;
    text-align: right;
    width: 100%;
}

ul#menu li {
    width: 16%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    color: #002e5e;
    font-size: 1rem;
    border-right: 1px solid #002e5e;
}

ul#menu li:nth-last-child(2),
ul#menu li:last-child {
    border-right: none;
}

ul#menu li a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
}

ul#menu li.promo a,
ul#menu li.promo a:hover,
ul#menu li.promo a:focus,
ul#menu li.promo a:active {
    position: relative;
    color: #ED174C;
    font-weight: bold;
    font-size: 115%;
    font-style: normal;
    letter-spacing: 1px;
}

ul#menu li.promo a::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -22px;
    width: 20px;
    height: 20px;
    background: url(../images/time.svg) no-repeat;
    background-size: 100%;
}

ul#menu dt {
    text-align: right;
}

ul#menu dt dl {
    display: inline-block;
    width: 43px;
    height: 43px;
    background-repeat: no-repeat;
    background-size: cover;
}

ul#menu dt dl a {
    display: block;
    width: 43px;
    height: 43px;
}

ul#menu dt dl:after {
    display: block;
    content: "";
    padding-top: 100%;
}

ul#menu dt dl:nth-of-type(1) {
    background-image: url(../images/ap_menu_fb.png);
}

ul#menu dt dl:nth-of-type(2) {
    background-image: url(../images/ap_menu_line.png);
}

ul#menu dt dl:hover:nth-of-type(1),
ul#menu dt dl:active:nth-of-type(1),
ul#menu dt dl:focus:nth-of-type(1) {
    background-image: url(../images/ap_menu_fb_hv.png);
}

ul#menu dt dl:hover:nth-of-type(2),
ul#menu dt dl:active:nth-of-type(2),
ul#menu dt dl:focus:nth-of-type(2) {
    background-image: url(../images/ap_menu_line_hv.png);
}

footer {
    height: 60px;
    text-align: center;
    color: #7d7d7d;
}

footer:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 1px;
    height: 100%;
}

footer span {
    font-size: 1rem;
}

footer span:before {
    display: inline-block;
    vertical-align: middle;
    content: url(../images/amway_logo.png);
}

a {
    display: block;
}

br.m {
    display: none;
}

h1 {
    font-size: 2.5rem;
    line-height: 1.5;
    color: #fff;
    font-weight: bolder;
}

h1.bl {
    color: #3f728f;
}

span {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: bolder;
}

span.bl {
    color: #88b0d0;
}

span.gray {
    color: #909291;
}

html,
body {
    min-height: 100%;
    height: 100%;
    font-family: Helvetica, Arial, "LiHei Pro", "微軟正黑體", "新細明體", sans-serif;
    font-size: 100%;
}

#wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

#content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: calc(100% - 140px);
}

#content a {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    text-decoration: none;
    transition: 0.5s all;
}

#content a:hover,
#content a:active,
#content a:focus {
    opacity: 0.8;
}

#content a h1 {
    padding-top: 10%;
}

#content a img.m {
    display: none;
}

#content a .mask {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

#content a:nth-of-type(1) {
    background-position: left bottom;
    background-image: url(../images/ldp_vision_l.png);
}

#content a:nth-of-type(1) .mask {
    background-image: url(../images/ldp_line_l.png);
}

#content a:nth-of-type(2) {
    background-image: url(../images/ldp_vision_r.png);
}

#content a:nth-of-type(2) .mask {
    background-image: url(../images/ldp_line_r.png);
}

@media screen and (max-width: 1023px) {
    header {
        z-index: 2;
    }

    h1 {
        font-size: 2rem;
    }

    span {
        font-size: 1.5rem;
    }

    input[type="checkbox"]+label {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 3;
        -ms-transform: translate(-30%, 50%);
        -webkit-transform: translate(-30%, 50%);
        transform: translate(-30%, 50%);
    }

    input[type="checkbox"]:checked+label ul li:nth-of-type(1) {
        top: 50%;
        -ms-transform: rotate(45deg) translate(0, -50%);
        -webkit-transform: rotate(45deg) translate(0, -50%);
        transform: rotate(45deg) translate(0, -50%);
    }

    input[type="checkbox"]:checked+label ul li:nth-of-type(2) {
        width: 0;
    }

    input[type="checkbox"]:checked+label ul li:nth-of-type(3) {
        top: 50%;
        -ms-transform: rotate(-45deg) translate(0, -50%);
        -webkit-transform: rotate(-45deg) translate(0, -50%);
        transform: rotate(-45deg) translate(0, -50%);
    }

    input[type="checkbox"]:checked+label+ul#menu {
        display: block;
    }

    ul#menu {
        display: none;
        width: 100%;
        height: 100%;
        background-color: #FFF;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        padding-top: 100px;
    }

    ul#menu li {
        display: block;
        width: 100%;
        line-height: 5;
    }

    ul#menu li.promo {
        line-height: 2;
    }

    ul#menu li dt {
        text-align: center;
    }

    #content {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
    }

    #content a {
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        background-size: auto 100%;
    }

    #content a h1 {
        padding-top: 0;
        width: 100%;
        position: absolute;
        top: 5%;
        left: 50%;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #content a span {
        position: absolute;
        width: 100%;
        top: 10%;
        left: 50%;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #content a:nth-of-type(1) {
        background-image: none;
    }

    #content a:nth-of-type(2) {
        background-image: none;
    }

    #content a img.m {
        display: block;
        width: 100%;
        height: auto;
    }

    #content a .mask {
        background-size: auto 100%;
    }
}

@media screen and (max-width: 768px) {
    br.m {
        display: block;
    }

    footer span {
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 600px) {
    h1 {
        font-size: 1.6rem;
    }

    span {
        font-size: 1.2rem;
    }

    #content a h1 {
        top: 5%;
    }

    #content a span {
        top: 20%;
    }
}


.desktopHide {
    display: none !important;
}

.mobileHide {
    display: block !important;
}

@media screen and (max-width: 1023px) {

    .desktopHide {
        display: block !important;
    }

    .mobileHide {
        display: none !important;
    }
}

.link-holder {
    position: fixed;
    top: 15%;
    right: 37px;
    z-index: 99;
    min-width: 150px;
}

.link-holder .button {
    position: absolute;
    right: 0;
    width: 34px;
    height: 34px;
    background: url(menu-btn.png) 0 0 no-repeat;
    background-size: 100%;
    cursor: pointer;
    border: 1px solid gray
}

.link-holder .menu {
    width: 100%;
    margin: 42px 0 0;
    padding: 0;
}

.link-holder .menu li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: right;
    border-top: 1px dashed gray;
    padding: 20px 0 8px;
    letter-spacing: 0.1em;
    font-weight: bolder;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
    -webkit-user-select: none;
    /* webkit (safari, chrome) browsers */
    -moz-user-select: none;
    /* mozilla browsers */
    -khtml-user-select: none;
    /* webkit (konqueror) browsers */
    -ms-user-select: none;
    /* IE10+ */
}

.link-holder .menu li a {
    text-decoration: none;
    color: #fff;
}

.link-holder .menu li.top {
    border-top: 0 none;
}