/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%; font: inherit; vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block; } body {line-height: 1; } ol, ul {list-style: none; } blockquote, q {quotes: none; } blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; } table {border-collapse: collapse; border-spacing: 0; }

/* project */
body {
    background-color: #000;
    color: #fff;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Helvetica, Arial, "cwTeXHei", "微軟正黑體", "Microsoft JhengHei", "Heiti TC", "新細明體", sans-serif;
    font-size: 15px;
    letter-spacing: 0.2em;
}
p {
    line-height: 165%;
    text-align: justify;
}
a {
    color: #fff;
    text-decoration: none;
}
.blk-allpage {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}
.blk-banner,
.blk-playlist,
.blk-car {
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.blk-banner {
    z-index: 10;
    padding-top: 43%;
    background-image: url('./../images/banner-desktop-empty.png');
}
.blk-car {
    z-index: 10;
    margin-top: 42%;
    padding-top: 68%;
    background-image: url('./../images/car-desktop-clear.png');
}
.blk-playlist {
    z-index: 20;
    position: absolute;
    margin-top: -8%;
    padding-top: 57%;
    background-image: url('./../images/line-desktop.png');
}

.pkg-list {
    display: -ms-flexbox; display: -webkit-flex; display: flex;
    -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
    -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
    -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
    -webkit-align-content: stretch; -ms-flex-line-pack: stretch; align-content: stretch;
    -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;
    position: absolute;
    margin: 0 auto;
    padding: 0;
    width: 92%;
    left: 4%;
    top: 12%;
}
.pkg-list .pkg-list-item {
    position: relative;
    -webkit-order: 0; -ms-flex-order: 0; 
    -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto;
    -webkit-align-self: auto; -ms-flex-item-align: auto; align-self: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 45%;
}
.pkg-list .pkg-list-item:nth-of-type(n+2) {
    margin-left: 15px;
}
.pkg-list .pkg-list-item:nth-of-type(1) {
    background-image: url('./../images/background-desktop-classic.png');
    transform: translateY(5%);
}
.pkg-list .pkg-list-item:nth-of-type(2) {
    background-image: url('./../images/background-desktop-backbone.png');
}
.pkg-list .pkg-list-item:nth-of-type(3) {
    background-image: url('./../images/background-desktop-childhood.png');
    transform: translateY(-5%);
}
.pkg-list .pkg-list-item .pkg-list-item-title {
    position: absolute;
    display: block;
    width: 45%;
    left: 50%;
    top: 41%;
    transform: translateX(-50%);
}
.pkg-list .pkg-list-item:nth-of-type(1) .pkg-list-item-title,
.pkg-list .pkg-list-item:nth-of-type(1) .pkg-list-item-listen {
    margin-top: -6%;
}
.pkg-list .pkg-list-item:nth-of-type(3) .pkg-list-item-title,
.pkg-list .pkg-list-item:nth-of-type(3) .pkg-list-item-listen {
    margin-top: 6%;
}
.pkg-list .pkg-list-item .pkg-list-item-listen {
    position: absolute;
    left: 50%;
    top: 54%;
    transform: translateX(-50%);
}
.pkg-list .pkg-list-item .pkg-list-item-listen .pkg-list-item-listen-icon {
    transform: scaleX(0.6);
}
.pkg-list .pkg-list-item .pkg-list-item-description {
    position: absolute;
    display: block;
    width: 77%;
    left: 50%;
    top: 78%;
    transform: translateX(-50%);
}

.pkg-car {
    position: relative;
}
.pkg-car .pkg-car-go {
    position: absolute;
    left: 7%;
    top: 15%;
    width: 32%;
}
.pkg-car .pkg-car-go .ui-link {
    margin-top: 1.5em;
}
.pkg-car .pkg-car-price {
    position: absolute;
    left: 63%;
    top: 58%;
    width: 38%;
}
.pkg-car .pkg-car-price .pkg-car-price-project {
    display: block;
    margin-bottom: 1.2em;
    max-width: 100%;
}
.pkg-car .pkg-car-price .ui-link {
    top: 52%;
}
.pkg-car .pkg-car-price p:first-of-type {
    margin-bottom: 6.2em;
}
.pkg-car .pkg-car-price p:last-of-type span {
    display: block;
}

.pkg-footer {
    padding: 25px 90px 33px;
}
.pkg-footer:after {
    display: block;
    content: '';
    clear: both;
}
.pkg-footer .pkg-footer-mark,
.pkg-footer .pkg-footer-logo {
    position: relative;
}
.pkg-footer .pkg-footer-mark {
    margin-top: 10px;
}
.pkg-footer .pkg-footer-mark {
    float: left;
}
.pkg-footer .pkg-footer-logo {
    float: right;
}
.pkg-footer .pkg-footer-mark img,
.pkg-footer .pkg-footer-logo img {
    display: block;
    max-width: 100%;
}

.ui-link {
    position: absolute;
    display: block;
    padding: 0.5em 1.2em;
    border: 1px solid #fff;
    white-space: nowrap;
}
.ui-link:hover:before,
.ui-link:hover:after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid #fff;
    transform-origin: center center;
    -webkit-animation: ani-link 1s infinite;
    -moz-animation: ani-link 1s infinite;
    -o-animation: ani-link 1s infinite;
    animation: ani-link 1s infinite;
}
.ui-link:hover:after {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.ui-link .fa {
    margin-left: 0.4em;
}

.ui-nojustify {
    text-align: left !important;
}

@-webkit-keyframes ani-link {
  0%   { opacity: 1; transform: scale(1); }
  100% { opacity: 0; transform: scale(1.3); }
}
@-moz-keyframes ani-link {
  0%   { opacity: 1; transform: scale(1); }
  100% { opacity: 0; transform: scale(1.3); }
}
@-o-keyframes ani-link {
  0%   { opacity: 1; transform: scale(1); }
  100% { opacity: 0; transform: scale(1.3); }
}
@keyframes ani-link {
  0%   { opacity: 1; transform: scale(1); }
  100% { opacity: 0; transform: scale(1.3); }
}

@media screen and (max-width:767px) {
    body {
        letter-spacing: 0.1em;
    }
    p {
        line-height: 145%;
    }
    .blk-allpage {
        background-image: url('./../images/line-mobile.png');
        background-repeat: repeat;
        background-position: left bottom;
    }
    .blk-banner {
        padding-top: 89%;
        background-image: url('./../images/banner-mobile-empty.png');
    }
    .blk-playlist {
        padding-top: 138%;
        background-image: none;
    }
    .blk-car {
        margin-top: 117%;
        padding-top: 116%;
        background-image: url('./../images/car-mobile-higher.png');
    }
    .pkg-footer {
        padding-left: 10%;
        padding-right: 10%;
        background-color: #000;
    }
    .pkg-footer .pkg-footer-mark {
        max-width: 25%;
    }
    .pkg-footer .pkg-footer-logo {
        max-width: 12%;
    }
    .pkg-list {
        width: 100%;
        left: 0;
        top: 5px;
        -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
    }
    .pkg-list .pkg-list-item {
        padding-top: 49%;
        -webkit-order: 0; -ms-flex-order: 0; 
        -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%;
    }
    .pkg-list .pkg-list-item .pkg-list-item-title,
    .pkg-list .pkg-list-item .pkg-list-item-listen {
        margin-top: 0 !important;
    }
    .pkg-list .pkg-list-item .pkg-list-item-title,
    .pkg-list .pkg-list-item .pkg-list-item-listen,
    .pkg-list .pkg-list-item .pkg-list-item-description {
        left: 57%;
        transform: none;
    }
    .pkg-list .pkg-list-item .pkg-list-item-title {
        width: 26%;
        top: 15%;
    }
    .pkg-list .pkg-list-item .pkg-list-item-listen {
        top: 65%;
    }
    .pkg-list .pkg-list-item .pkg-list-item-description {
        width: 39%;
        top: 35%;
    }
    .pkg-list .pkg-list-item:nth-of-type(n+2) {
        margin-left: 0;
    }
    .pkg-list .pkg-list-item:nth-of-type(1) {
        margin-bottom: -8%;
        background-image: url('./../images/background-mobile-classic-line.png');
        transform: translateY(0);
    }
    .pkg-list .pkg-list-item:nth-of-type(2) {
        background-image: url('./../images/background-mobile-backbone-line.png');
    }
    .pkg-list .pkg-list-item:nth-of-type(3) {
        margin-top: -8%;
        background-image: url('./../images/background-mobile-childhood-line.png');
        transform: translateY(0);
    }
    .pkg-car .pkg-car-go {
        position: absolute;
        left: 5%;
        top: 10%;
        width: 40%;
    }
    .pkg-car .pkg-car-go .ui-link {
        margin-top: 1em;
    }
    .pkg-car .pkg-car-price {
        left: 53%;
        top: 55%;
        width: 45%;
    }
    .pkg-car .pkg-car-price .ui-link {
        top: auto;
        bottom: 18%;
    }
    .pkg-car .pkg-car-price p:last-of-type {
        position: absolute;
        top: 90%;
    }
    .pkg-car .pkg-car-price p:last-of-type span {
        display: inline;
    }

    .ui-link .fa {
        margin-left: 0.8em;
    }
}

@media screen and (max-width:375px) {
    .pkg-car .pkg-car-price {
        top: 47%;
    }
}

@media screen and (max-width:599px) {
    body {
        font-size: 12px;
    }
}
@media screen and (min-width:600px) and (max-width:767px) {
    body {
        font-size: 14px;
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
    .pkg-car .pkg-car-price {
        left: 58%;
        top: 48%;
    }
}

@media screen and (min-width:1200px) {
    body {
        font-size: 18px;
    }
    .pkg-car .pkg-car-go p span {
        display: block;
    }
}

@media screen and (max-width:360px) {
    body p {
        line-height: 125%;
        letter-spacing: 0;
    }
    .pkg-list .pkg-list-item .pkg-list-item-title,
    .pkg-list .pkg-list-item .pkg-list-item-listen,
    .pkg-list .pkg-list-item .pkg-list-item-description {
        left: 53%;
    }
    .pkg-list .pkg-list-item .pkg-list-item-title {
        width: 22%;
        top: 12%;
    }
    .pkg-list .pkg-list-item .pkg-list-item-description {
        width: 44%;
        top: 28%;
    }
    .pkg-car .pkg-car-go {
        width: 42%;
        left: 3%;
    }
    .pkg-car .pkg-car-price .pkg-car-price-project {
        margin-bottom: 0.6em;
    }
    .pkg-car .pkg-car-price .ui-link {
        bottom: 22%;
    }
}

