﻿/*--------------------------------------活動頁------------------------------------*/
.nav-btn {
    position: absolute;
    right: 0;
}
.nav-btn .btn {
    min-width: auto;
}
.nav-btn a {
    cursor: pointer;
}
.nav-btn a .btn-icon {
    color: #fff;
    width: 2em;
    height: 2em;
    text-align: center;
    line-height: 2em;
    border-radius: 4px;
    border: 1px solid rgba(255,255,255,0.5);
}
.nav-btn a:hover .btn-icon {
    color: #000;
    background: #fff;
}
/*----大標題----*/
.pageEventTitle {
    background: url(../../images/PromotePayoneerEvent/PayoneerEvent_thBg.png) repeat-x top;
}
.img-map, .img-padgift {
    position: absolute;
}
.img-map {
    left: 15%;
    top: -20px;
    z-index: 0;
    width: 50%;
}
.img-padgift {
    right: -60px;
    top: 0px;
    z-index: 1;
    width: 80%;
}
.pageEventTitle .bgRed {
    font-size: 21px;
    color: #fff;
    padding: 0.3em 0.5em;
    background: #af1e23;
    display: inline-block;
    font-weight: bold;
    position: relative;
    z-index: 2;
    margin-top: 50px;
}
.pageHead {
    font-size: 22.5px;
    font-weight: bold;
    line-height: 1.6;
    position: relative;
    z-index: 2;
    text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
    margin-top: 0.8em;
}
.pageHead .hotText {
    color: #ffe500;
    text-shadow: 0 0 5px rgba(0,0,0,0.5), 0 0 10px rgba(0,0,0,0.3);
}

/*----活動說明----*/
.eventContent {
    width: 100%;
    max-width: 1000px;
    padding: 1em 1.5em;
    background: #fff;
    margin-top: 25px;
    font-size: 16px;
}
.eventContent h5::before {
    content: '';
    display: block;
    width: 5.5em;
    height: 5px;
    background: #f5bc1d;
    position:relative;
    top: -1em;
    left: -0.5em;
}
.eventContent ol {
    margin-bottom: 0;
}

/*----活動優惠----*/
.eventPayoneer {
    position: relative;
    padding: 0 0 30px 0;
}
.img-IDSsystem, .img-withPayoneer {
    z-index: 0;
}
.img-withPayoneer {
    position: absolute;
    right: 0;
    width: 45%;
    top: 10px;
    text-align: right;
}
.img-IDSsystem {
    position: static;
    width: 50%;
    margin-bottom: -10px;
    padding-top: 10px;
}
.eventPayoneerContent {
    width: 100%;
    max-width: 620px;
    position: relative;
    z-index: 1;
}
.eventPayoneerContent .head {
    background: #f5bc1d;
    padding: 0.5em 1em 0.5em 1.5em;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    left: -30px;
    display: inline-block;
    position: relative;
    bottom: -20px;
}
.eventPayoneerContent ol {
    border: 2px solid #f5bc1d;
    padding: 2em 1.5em 1em 2.5em;
    font-size: 18px;
}

/*----服務介紹----*/
.pageEventAbout {
    background: #efeeed;
    padding: 50px 0 20px 0;
}
.pageEventAbout h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.3;
}
.pageEventAbout .about h4 {
    font-size: 16px;
    margin-top: 0.6em;
    text-align: center;
    line-height: 1.3;
}
.pageEventAbout .aboutItem {
    text-align: center;
    margin-bottom: 15px;
}
/*----教學課程----*/
.pageEventCourse {
    min-height: 360px;
    padding: 50px 0;
}
.img-Course {
    margin-top: 15px;
}
.img-Course img {
    width: 100%;
    height: auto;
}
.pageEventCourse .course-inner {
    width: 100%;
    position: relative;
    z-index: 1;
}
.pageEventCourse .course-h3 {
    font-size: 20px;
    font-weight: 500;
    color: #5e5e5f;
    margin-bottom: 0.5em;
}
.course-title {
    font-size: 29px;
    font-weight: bold;
}
.course-title small {
    border: 2px solid #d94645;
    color: #d94645;
    padding: 3px 5px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
}
.course-subTitle {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3;
    margin: 0.5em 0;
}
.pageEventCourse .text {
    font-size: 16px;
    text-align: justify;
    text-justify: inter-ideograph;
    padding: 0 0 0 1.5em;
}
.pageEventCourse .text li{
    margin-bottom: 0.5em;
    list-style-type: none;
    text-indent: -1.3em;
}
.pageEventCourse .text li::before {
    font-family: 'FontAwesome';
    content:'\f138';
    color: #eb5d1e;
    margin-right: 0.3em;
}
/*-------------------------------------------第三頁表單------------------------------------------------------------*/
.formInfo {
    font-size: 22px;
    margin: 1.5em 0;
}

.payonner-giftBox {
    margin-top: 2em;
}
h3.payonner-step {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0.5em;
    text-indent: -45px;
    margin-left: 45px;
}
h3.payonner-step .no {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    background: #eb5d1e;
    color: #fff;
    margin-right: 0.3em;
    border-radius: 50%;
    text-indent: 0;
}
.payonner-giftBoxInner {
    background: #fefaec;
    padding: 30px 25px;
    border-radius: 5px;
}
.payonner-giftBoxInner .custom-control-label {
    font-size: 18px;
    font-weight: 600;
}
.payonner-giftBoxInner .custom-control-label .highlight {
    margin-left: 0.2em;
    font-size: 0.9em;
}
.payonner-giftBoxInner .custom-control-input:checked ~ .custom-control-label {
    background: #fffc00;
}
.payonner-payinfoInner {
    margin-left: 15px;
    margin-top: 15px;
}
@media (min-width: 520px) {
    .pageEventTitle .bgRed {
        font-size: 32px;
        margin-top: 100px;
    }
    .pageHead {
        font-size: 32px;
    }
}

@media (min-width: 576px) {
    /*----大標題----*/
    .img-map {
    }
    .img-padgift {
        top: -10px;
        right: -90px;
    }


    /*----活動說明----*/
    .eventPayoneerContent {
        width: 80%;
        margin: 0 auto;
    }
    .eventPayoneerContent .head {
        padding: 0.5em 1em;
    }
    /*----活動優惠----*/
    .img-IDSsystem, .img-withPayoneer {
        position: absolute;
    }
    .img-IDSsystem {
        width: 40%;
        left: -15%;
        top: 20%;
        margin-bottom: 0;
        padding-top: 0;
    }
    .img-withPayoneer {
        right: -20px;
        width: 30%;
        bottom: -5px;
        top: auto;
        z-index: 2;
    }

    .pageEventCourse .course-inner {
        width: 80%;
    }
    .course-subTitle {
        width: 100%;
    }

    .pageEventCourse .text {
        width: 100%;
    }
    .img-Course {
        position: absolute;
        left: 60%;
        bottom: 0;
        z-index: 0;
        margin-top: 0;
    }
    .img-Course img {
        width: auto;
    }
    .pageEventCourse .course-h3 {
        font-size: 26px;
        margin-bottom: 1em;
    }
    .course-title {
        font-size: 36px;
    }
    .course-title small {
        padding: 5px 8px;
        font-size: 24px;
    }
    .course-subTitle {
        font-size: 28px;
    }
    .pageEventCourse .text {
        font-size: 18px;
    }

    .payonner-giftBoxInner .custom-control-label .highlight {
        padding: 0.3em 0.5em;
        border: 1px solid #eb5d1e;
        border-radius: 4px;
        white-space: nowrap;
    }
}
@media (min-width: 768px) {
    /*----大標題----*/
    .img-map {
        left: 40%;
    }
    .img-padgift {
        right: -100px;
        top: 30px;
    }
    .pageEventTitle .bgRed {
        font-size: 36px;
    }

    .pageHead {
        font-size: 36px;
    }
    /*----活動說明----*/
    .eventContent {
        width: 90%;
        margin-top: 85px;
        font-size: 18px;
        margin-left: 15px;
        padding: 1em 1.5em;
    }
    .eventContent h5::before {
        top: -1em;
    }

    /*----活動優惠----*/
    .eventPayoneer {
        padding: 15px 0 50px 0;
    }
    .eventPayoneerContent {
        width: 70%;
    }
    .img-withPayoneer {
        right: -10%;
        width: 40%;
        bottom: auto;
        top: 10px;
        z-index: 0;
    }
    .img-IDSsystem {
        width: 40%;
        left: -15%;
    }

    .pageEventAbout .about h4 {
        font-size: 18px;
    }

    .pageEventAbout h3 {
        font-size: 26px;
    }

    .pageEventCourse .course-inner {
        width: 70%;
    }
}

@media (min-width: 992px) {
    /*----大標題----*/
    .img-map {
        left: 40%;
        width: auto;
    }

    .img-padgift {
        right: -100px;
        top: 30px;
        width: auto;
    }

    .pageEventTitle .bgRed {
        font-size: 46px;
    }
    .eventPayoneerContent {
        width: 100%;
    }
    .img-IDSsystem {
        width: 30%;
        left: -30px;
    }
    .img-withPayoneer {
        right: -15%;
        text-align: left;
    }

    .pageHead {
        font-size: 46px;
    }

    .pageEventAbout h3 {
        font-size: 32px;
    }

    .course-title small {
        margin-left: 0.5em;
    }
}
@media (max-width: 1200px) {
    .container {
        overflow: hidden;
    }
}