@charset "utf-8";
/* CSS Document */

html,
body {
    font-size: 1em;
    font-family: "微軟正黑體", "Microsoft JhengHei", Arial;
    color: #333;
    letter-spacing: 1px;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.h1,
h1 {
    line-height: 63px;
}

.h2,
h2 {
    line-height: 42px;
}

.h3,
h3 {
    line-height: 32px;
}

@media (max-width: 768px) {
    .h1,
    h1 {
        font-size: 1.5em;
        line-height: 1.5;
    }

    .h2,
    h2 {
        font-size: 1.35em;
        line-height: 1.5;
    }

    .h3,
    h3 {
        font-size: 1.2em;
        line-height: 1.5;
    }
}

ul {
    list-style: none;
}

a:hover,
q:after {
    text-decoration: none;
}

q:before,
q:after {
    content: "";
}

/*去除撐開及框線問題 end*/
.brick {
    position: absolute;
    color: rgba(0, 0, 0, 0);
}

.brick:hover {
    color: rgba(0, 0, 0, 0);
}

/*導盲磚隱藏 end*/
/*視差滾動按鈕*/
.sideNav {
    width: 30px;
    position: fixed;
    right: 0px;
    top: 23%;
    background-color: rgba(0, 0, 0, 0.3);
    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

.sideNav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sideNav a {
    display: block;
    width: 30px;
    color: #fff;
    margin-left: -7px;
    background-color: rgba(0, 0, 0, 0) !important;
}

.sideNav a:hover,
.sideNav a:focus {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #ff6600;
}

.sideNav .active a {
    color: #ff6600;
}

/*視差滾動按鈕 end*/

.lpg-con-main h2 {
    padding: 10px 15px 10px 25px;
}

@media screen and (min-width: 768px) {
    .lpg-con-main h2 {
        margin: 20px 10px 20px 10px;
    }
}

@media (max-width: 767px) {
    .lpg-con-main h2 {
        margin: 10px 15px 10px 15px;
    }
}

@media screen and (min-width: 1024px) {
    .lpg-con-main h3 {
        margin: 15px 15px 0px 20px;
        padding: 10px 20px 0px 20px;
    }
}

@media (max-width: 1023px) {
    .lpg-con-main h3 {
        margin: 20px 10px 0px 15px;
        padding: 0px 0px 0px 0px;
    }
}

.lpg-con-main .container {
    padding: 30px 0 0 0;
}

/*第1頁*/
#p01 {
    background-image: url(../images/home/p01_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
}

#p01 h1 {
    margin: 0 0 30px 0;
}

#p01 .col-sm-3 {
    top: 180px;
    padding-left: 160px;
}

@media (max-width: 1025px) {
    #p01 .col-sm-3 {
        padding-left: 80px;
    }
}

@media (max-width: 769px) {
    #p01 .col-sm-3 {
        padding-left: 15px;
        top: 145px;
    }
}

@media (max-width: 600px) {
    #p01 .col-sm-3 {
        top: 0px;
    }
}

#p01 .col-sm-12 img {
    margin: auto;
}

/*第2頁*/
#p02 {
    background-image: url(../images/home/p02_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
}

img {
    margin-right: auto;
    margin-left: auto;
}

#p02 img {
    margin-bottom: 15px;
}

@media screen and (min-width: 1280px) {
    #p02 img {
        margin-top: 120px;
    }
}

@media (max-width: 1279px) and (min-width: 1024px) {
    #p02 img {
        margin-top: 220px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    #p02 img {
        margin-top: 260px;
    }
}

@media (max-width: 767px) {
    #p02 img {
        margin-top: 30px;
    }
}

.arrow_box {
    position: relative;
    background: #ffffff;
    border: 1px solid #c8e8fc;
    border-radius: 10px;
}

.arrow_box:after,
.arrow_box:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-width: 15px;
}

.arrow_box:before {
    border-width: 16px;
}

@media screen and (min-width: 768px) {
    #p02 .arrow_box:after,
    #p02 .arrow_box:before {
        right: 100%;
        top: 80%;
    }

    #p02 .arrow_box:after {
        border-color: rgba(255, 255, 255, 0);
        border-right-color: #ffffff;
        margin-top: -15px;
    }

    #p02 .arrow_box:before {
        border-color: rgba(200, 232, 252, 0);
        border-right-color: #c8e8fc;
        margin-top: -16px;
    }
}

@media (max-width: 767px) {
    #p02 .arrow_box:after,
    #p02 .arrow_box:before {
        top: 100%;
        left: 50%;
    }

    #p02 .arrow_box:after {
        border-right-color: rgba(0, 0, 0, 0);
        border-top-color: #ffffff;
        margin-bottom: 0px;
        margin-left: -15px;
    }

    #p02 .arrow_box:before {
        border-right-color: rgba(0, 0, 0, 0);
        border-top-color: #c8e8fc;
        margin-bottom: 0px;
        margin-left: -16px;
    }
}

/*第3頁*/
@media screen and (min-width: 768px) {
    .dial-q .arrow_box:after,
    .dial-q .arrow_box:before {
        left: 100%;
        top: 50%;
    }

    .dial-q .arrow_box:after {
        border-color: rgba(255, 255, 255, 0);
        border-left-color: #ffffff;
        margin-top: -15px;
    }

    .dial-q .arrow_box:before {
        border-color: rgba(200, 232, 252, 0);
        border-left-color: #c8e8fc;
        margin-top: -16px;
    }
}

@media (max-width: 767px) {
    .dial-q .arrow_box:after,
    .dial-q .arrow_box:before {
        top: 100%;
        left: 50%;
    }

    .dial-q .arrow_box:after {
        border-right-color: rgba(0, 0, 0, 0);
        border-top-color: #ffffff;
        margin-top: 0px;
        margin-left: -15px;
    }

    .dial-q .arrow_box:before {
        border-right-color: rgba(0, 0, 0, 0);
        border-top-color: #c8e8fc;
        margin-top: 0px;
        margin-left: -16px;
    }
}

.dial-a .arrow_box ol {
    padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .dial-a .arrow_box:after,
    .dial-a .arrow_box:before {
        right: 100%;
        top: 50%;
    }

    .dial-a .arrow_box:after {
        border-color: rgba(255, 255, 255, 0);
        border-right-color: #ffffff;
        margin-top: -15px;
    }

    .dial-a .arrow_box:before {
        border-color: rgba(200, 232, 252, 0);
        border-right-color: #c8e8fc;
        margin-top: -16px;
    }
}

@media (max-width: 767px) {
    .dial-a .arrow_box:after,
    .dial-a .arrow_box:before {
        top: 100%;
        left: 50%;
    }

    .dial-a .arrow_box:after {
        border-right-color: rgba(0, 0, 0, 0);
        border-top-color: #ffffff;
        margin-left: -15px;
    }

    .dial-a .arrow_box:before {
        border-right-color: rgba(0, 0, 0, 0);
        border-top-color: #c8e8fc;
        margin-left: -16px;
    }
}

@media screen and (min-width: 1280px) {
    #p03 .col-sm-pull-9 img {
        padding-top: 90px;
    }
}

@media (max-width: 1279px) and (min-width: 1024px) {
    #p03 .col-sm-pull-9 img {
        padding-top: 120px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    #p03 .col-sm-pull-9 img {
        padding-top: 190px;
    }
}

/*第4頁*/
.title {
    background-image: url(../images/home/title_bg_md.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    padding: 0px;
    margin: 0px;
}

.title h2 {
    color: #fff;
}

@media screen and (min-width: 1280px) {
    .title {
        background-image: url(../images/home/title_bg_md.png);
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .title h2 {
        font-size: 2.75em;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .title {
        background-image: url(../images/home/title_bg_sm.png);
        padding-top: 18px;
        padding-bottom: 18px;
    }
}

@media (max-width: 767px) {
    .title {
        background-image: url(../images/home/title_bg_xs.png);
        background-size: cover;
        padding-top: 18px;
        padding-bottom: 18px;
    }
}

.exp {
    background-color: #fff;
    border: 1px solid #c8e8fc;
    border-radius: 10px;
    margin: 0px 15px 15px 15px;
}

.exp h3 {
    padding-bottom: 15px;
}

.p04-img {
    padding: 60px 0px;
}

@media (max-width: 1023px) and (min-width: 768px) {
    #p04 .exp .col-sm-3 img {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .p04-img {
        padding: 0px 0px;
    }
}

/*第5頁*/
.p05-img {
    padding: 50px 0px 0px 0px;
}

@media (max-width: 1279px) and (min-width: 1024px) {
    #p05 .exp .col-sm-3 img {
        padding-top: 50px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    #p05 .exp .col-sm-3 img {
        padding-top: 120px;
    }
}

@media (max-width: 767px) {
    .p05-img {
        padding: 0px 0px 0px 0px;
    }
}

/*第6頁*/
.p06-img {
    padding: 50px 0px 0px 0px;
}

@media (max-width: 767px) {
    .p06-img {
        padding: 0px 0px 0px 0px;
    }
}

/*第7頁*/
@media (max-width: 1279px) and (min-width: 1024px) {
    #p07 .exp .col-sm-3 img {
        padding-top: 50px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    #p07 .exp .col-sm-3 img {
        padding-top: 120px;
    }
}

/*第10頁*/
@media screen and (min-width: 768px) {
    #p10 .col-sm-pull-9 img {
        padding-top: 90px;
    }
}

/*第11頁*/
@media screen and (min-width: 1280px) {
    #p11 .col-sm-pull-9 img {
        padding-top: 90px;
    }
}

@media (max-width: 1279px) and (min-width: 1024px) {
    #p11 .col-sm-pull-9 img {
        padding-top: 160px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    #p11 .col-sm-pull-9 img {
        padding-top: 180px;
    }
}

/*第12頁*/
@media screen and (min-width: 1280px) {
    #p12 .col-sm-pull-9 img {
        padding-top: 90px;
    }
}

@media (max-width: 1279px) and (min-width: 1024px) {
    #p12 .col-sm-pull-9 img {
        padding-top: 160px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    #p12 .col-sm-pull-9 img {
        padding-top: 240px;
    }
}

.pager {
    width: 100%;
    background-color: #fff;
    margin-bottom: 0px !important;
}

.pager i {
    padding-right: 6px;
}

.pager a {
    margin-top: 0px;
    margin-bottom: 15px;
}

#p01, #p03, #p05, #p07, #p09, #p11, #p13 {
    background-color: #FEFCD3;
}

#p02, #p04, #p06, #p08, #p10, #p12 {
    background-color: #FFE9D2;
}

#p14 {
    background-color: #ffa94b;
    padding-bottom: 30px;
    color: #fff;
}

#p14 img {
    height: 67px;
}