@charset "UTF-8";

@media (max-width: 1024px) {
    .pc-s {
        display: none !important;
    }
}

@media (min-width: 1025px) {
    .mb-s {
        display: none !important;
    }
}

@media (max-width: 639px) {

    .activity02-list span.tip {
        color: rgba(255, 255, 255, .8);
        letter-spacing: 1px;
        text-align: center;
        display: block;
        font-size: 14px;
    }


    div.gift_container {
        width: calc(95% - 0px);
        /* height:180px; */
        overflow: hidden;
        margin: 0 auto 30px;
    }

    div.gift_container div.gift_block img {
        display: block;
        margin-left: 17%;
        width: 70%;
    }

    .gift_dom .slick-arrow {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        width: 20px;
        height: 20px;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;
        color: transparent;
        border: none;
        outline: 0;
        background: 0 0;
    }

    .gift_dom .slick-next:before,
    .gift_dom .slick-prev:before {
        content: '';
    }

    .gift_dom .slick-next,
    .gift_dom .slick-prev {
        outline: 0;
        width: 22px;
        height: 40px;
        z-index: 2;
    }

    .gift_dom .slick-prev {
        left: 0px;
        top: 60px;
        background: url(../images/main_controls.png) no-repeat;
        opacity: .7;
    }

    .gift_dom .slick-prev:hover {
        opacity: 1;
    }

    .gift_dom .slick-next {
        right: 0px;
        top: 60px;
        background: url(../images/main_controls.png) -22px 0 no-repeat;
        opacity: .7;
    }

    .gift_dom .slick-next:hover {
        opacity: 1;
    }

}

@media (min-width: 640px) {

    .activity02-list span.tip {
        color: rgba(255, 255, 255, .8);
        letter-spacing: 1px;
        text-align: center;
        display: block;
        font-size: 24px;
    }


    div.gift_container {
        width: calc(90% - 15px);
        height: 300px;
        overflow: hidden;
        margin: 0 auto 0px;
    }

    div.gift_container div.gift_block img {
        display: block;
        margin: 0 auto;
        width: 70%;
    }

    .gift_dom .slick-arrow {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        width: 20px;
        height: 20px;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;
        color: transparent;
        border: none;
        outline: 0;
        background: 0 0;
    }

    .gift_dom .slick-next:before,
    .gift_dom .slick-prev:before {
        content: '';
    }

    .gift_dom .slick-next,
    .gift_dom .slick-prev {
        outline: 0;
        width: 22px;
        height: 40px;
        z-index: 2;
    }

    .gift_dom .slick-prev {
        left: 0px;
        top: 90px;
        background: url(../images/main_controls.png) no-repeat;
        opacity: .7;
    }

    .gift_dom .slick-prev:hover {
        opacity: 1;
    }

    .gift_dom .slick-next {
        right: 0px;
        top: 90px;
        background: url(../images/main_controls.png) -22px 0 no-repeat;
        opacity: .7;
    }

    .gift_dom .slick-next:hover {
        opacity: 1;
    }
}



/*div.gift_container
{
  width: calc(90% - 15px);
  height:300px;
  overflow: hidden;
  margin:0 auto 30px;
}*/

div.gift_container div.gift_block {
    cursor: pointer;
    /*width: 25%;*/
    /*float: left;*/
}

div.gift_container div.gift_block_no_cursor {
    cursor: inherit;
}

div.gift_container div.gift_block p {
    text-align: center;
}

.gift_container div.gift_block p span {
    font-size: 16px;
    color: #fff;
    margin-top: -2px;
    display: block;
}

.gift_container div.gift_block p b {
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}

.gift_remarks {
    text-align: center;
    margin: 0 auto 50px !important;
}

.gift_remarks a {
    display: inline-block;
    color: #fff;
    text-decoration: underline;
    /* text-decoration: none; */
}


/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span {
    font-family: '微軟正黑體' !important;
}

h1,
h2,
h3,
h4 {
    font-weight: bold;
}

a {
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    text-decoration: none;
    cursor: pointer;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
}

ul.cjk-ideographic {
    padding-left: 30px;
}

ul.cjk-ideographic li {
    list-style-type: cjk-ideographic;
}

.line-height-normal {
    line-height: normal;
}


.text-orange {
    color: #FF8249;
}

.text-blue {
    color: #005e98;
}

.text-green {
    color: #5FBA44;
}

.text-red {
    color: red;
}

.text-purple {
    color: #C849FF;
}

.text-purple {
    color: #8c2da3;
}

.text-green2 {
    color: #7BC032;
}

.text-bold {
    font-weight: bold;
}

.text1 {
    font-size: 1rem;
}

.text2 {
    font-size: 2rem;
}

.text3 {
    font-size: 3rem;
}

.text4 {
    font-size: 4rem;
}

.text6 {
    font-size: 6rem;
}

.text12 {
    font-size: 12px;
}

.text14 {
    font-size: 14px;
}

.text16 {
    font-size: 16px;
}

.text18 {
    font-size: 18px;
}

.text22 {
    font-size: 22px;
}

.text24 {
    font-size: 24px;
}

.text26 {
    font-size: 26px;
}

.text28 {
    font-size: 28px;
}

.text32 {
    font-size: 32px;
}

.line-h38 {
    line-height: 38px;
}

.w-100 {
    width: 100% !important;
}

.w-80 {
    width: 80% !important;
}

.w-60 {
    width: 60% !important;
}

.w-50 {
    width: 50% !important;
}

.w-25 {
    width: 25% !important;
}

.w-80px {
    width: 80px !important;
}

.w-120px {
    width: 120px !important;
}

.w-175px {
    width: 175px !important;
    line-height: 30px !important;
}

.w-222px {
    width: 222px !important;
    text-align: left;
}

.w-320px {
    width: 320px !important;
    height: 64px;
}

.w-400px {
    width: 400px !important;
}

.w-100-img img {
    width: 100% !important;
}

.h-100 {
    height: 100% !important;
}

.h-80 {
    height: 80% !important;
}

.h-75 {
    height: 75% !important;
}

.h-60 {
    height: 60% !important;
}

.h-50 {
    height: 50% !important;
}

.h-25 {
    height: 25% !important;
}

.h-72px {
    min-height: 72px !important;
}

.h-120px {
    min-height: 120px !important;
}

.h-138px {
    min-height: 138px !important;
}

.h-170px {
    min-height: 170px !important;
}

.h-175px {
    min-height: 175px !important;
}

.h-195px {
    min-height: 195px;
}

.h-214px {
    min-height: 214px;
}

.h-240px {
    min-height: 240px !important;
}

.h-320px {
    min-height: 320px !important;
}

.h-400px {
    min-height: 400px !important;
}

.over-text {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.over-2 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.over-3 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.over-4 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 96px;
}

.over-5 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 110px;
}

.over-6 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.border-n {
    border: none !important;
}

.border-tb {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}

.border-t-g {
    border-top: 1px solid #ddd;
}

.border-r {
    border-right: 1px solid #ededed;
}

.border-b {
    border-bottom: 1px solid #ddd;
}

.border-b-g {
    border-bottom: 1px solid #ededed;
}

.border-b-2b {
    border-bottom: 2px solid #0f51a3;
}

.border-t-w {
    border-top: 1px solid #fff;
}

.border-md-r {
    border-bottom: 1px solid #000;
}

@media (min-width: 992px) {
    .border-md-r {
        border-right: 1px solid #000;
        border-bottom: none;
    }
}

.underline {
    text-decoration: underline;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .btn-sm-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (min-width: 1200px) {
    .w-md-100 {
        width: 100% !important;
    }

    .w-md-80 {
        width: 80% !important;
    }

    .w-md-60 {
        width: 60% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-25 {
        width: 25% !important;
    }

    .w-md-80px {
        width: 80px !important;
    }

    .w-md-120px {
        width: 120px !important;
    }

    .w-md-175px {
        width: 175px !important;
        line-height: 40px !important;
    }

    .w-md-240px {
        width: 240px !important;
    }

    .w-md-320px {
        width: 320px !important;
        height: 64px;
    }

    .w-md-400px {
        width: 400px !important;
    }
}

@media (max-width: 768px) {
    .w-sm-100 {
        width: 100% !important;
    }

    .w-sm-80 {
        width: 80% !important;
    }

    .w-sm-60 {
        width: 60% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-25 {
        width: 25% !important;
    }

    .w-sm-80px {
        width: 80px !important;
    }

    .w-sm-120px {
        width: 120px !important;
    }

    .w-sm-175px {
        width: 175px !important;
        line-height: 40px !important;
    }

    .w-sm-240px {
        width: 240px !important;
    }

    .w-sm-320px {
        width: 320px !important;
        height: 64px;
    }

    .w-sm-400px {
        width: 400px !important;
    }
}

.ml-0 {
    margin-left: 0px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-48 {
    margin-left: 48px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.ml-60 {
    margin-left: 60px !important;
}

.ml-70 {
    margin-left: 70px !important;
}

.ml-80 {
    margin-left: 80px !important;
}

.ml-90 {
    margin-left: 90px !important;
}

.ml-100 {
    margin-left: 100px !important;
}

/*------Margin right-------*/
.mr-0 {
    margin-right: 0px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mr-60 {
    margin-right: 60px !important;
}

.mr-70 {
    margin-right: 70px !important;
}

.mr-80 {
    margin-right: 80px !important;
}

.mr-90 {
    margin-right: 90px !important;
}

.mr-100 {
    margin-right: 100px !important;
}

/*------Margin Top-------*/
.mt-0 {
    margin-top: 0px !important;
}

.mt-7 {
    margin-top: 7px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-52 {
    margin-top: 52px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-110 {
    margin-top: 110px !important;
}

.mt-180 {
    margin-top: 180px !important;
}

/*------Margin Bottom-------*/
.mb-0 {
    margin-bottom: 0px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-7-5 {
    margin-bottom: 7.5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-58 {
    margin-bottom: 58px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-83 {
    margin-bottom: 83px !important;
}

.mb-85 {
    margin-bottom: 85px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mtb-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

/*------Padding all-------*/
.p-60 {
    padding: 60px !important;
}

/*------Padding left-------*/
.pl-0 {
    padding-left: 0px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pl-60 {
    padding-left: 60px !important;
}

.pl-70 {
    padding-left: 70px !important;
}

.pl-80 {
    padding-left: 80px !important;
}

.pl-90 {
    padding-left: 90px !important;
}

.pl-100 {
    padding-left: 100px !important;
}

/*------Padding right-------*/
.pr-0 {
    padding-right: 0px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

.pr-70 {
    padding-right: 70px !important;
}

.pr-80 {
    padding-right: 80px !important;
}

.pr-90 {
    padding-right: 90px !important;
}

.pr-100 {
    padding-right: 100px !important;
}

/*------Padding Left Right-------*/
.plr-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.plr-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.plr-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.plr-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
}

.plr-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.plr-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
}

.plr-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.plr-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
}

.plr-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
}

/*------Padding Top-------*/
.pt-0 {
    padding-top: 0px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-75 {
    padding-top: 75px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-94 {
    padding-top: 94px !important;
}

.pt-95 {
    padding-top: 95px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pt-110 {
    padding-top: 110px !important;
}

.pt-140 {
    padding-top: 140px !important;
}

/*------Padding-------*/
.p-50 {
    padding: 50px !important;
}

.p-48 {
    padding: 48px !important;
}

.p-40 {
    padding: 40px !important;
}

.p-38 {
    padding: 38px !important;
}

/*------Padding Bottom-------*/
.pb-0 {
    padding-bottom: 0px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-55 {
    padding-bottom: 55px !important;
}

.pb-58 {
    padding-bottom: 58px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-65 {
    padding-bottom: 65px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-75 {
    padding-bottom: 75px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-95 {
    padding-bottom: 95px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pb-110 {
    padding-bottom: 110px !important;
}

.pb-120 {
    padding-bottom: 120px !important;
}

.pb-130 {
    padding-bottom: 130px !important;
}

.pb-140 {
    padding-bottom: 140px !important;
}

/*------Padding  Top Bottom-------*/
.ptb-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.ptb-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.ptb-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.ptb-11 {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
}

.ptb-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.ptb-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.ptb-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.ptb-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.ptb-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.ptb-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.ptb-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}

.ptb-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.ptb-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
}

.ptb-58 {
    padding-top: 58px !important;
    padding-bottom: 58px !important;
}

.ptb-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.ptb-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.ptb-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.ptb-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

.ptb-92 {
    padding-top: 92px !important;
    padding-bottom: 92px !important;
}

.ptb-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.ptb-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
}

.ptb-118 {
    padding-top: 118px !important;
    padding-bottom: 118px !important;
}

.ptb-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}

.ptb-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
}

.ptb-132 {
    padding-top: 132px !important;
    padding-bottom: 132px !important;
}

.ptb-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
}

.ptb-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}

.ptb-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
}

.ptb-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
}

.ptb-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
}

.ptb-240 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
}

@media (min-width: 768px) {
    .pl-md-0 {
        padding-left: 0 !important;
    }

    .pr-md-0 {
        padding-right: 0 !important;
    }

    .pl-md-30 {
        padding-left: 30px !important;
    }

    .mb-md-30 {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .mb-md-30 {
        margin-bottom: 15px;
    }

    .mb-sm-30 {
        margin-bottom: 30px;
    }
}

.wrap .navigation-item {
    /* box-shadow: 10px 10px red inset; */
}

.wrap .navigation-item,
.wrap .kv-item {
    margin: 0 -15px;
}

.wrap .wrap .kv-item::after {
    content: "";
    width: 100x;
    border: 10px solid yellow;
}

.wrap .navigation-item .fx {
    overflow-x: overlay;
    padding-top: 10px;
    margin-top: -10px;
    padding-bottom: 0px;
    position: relative;
}

/*.wrap .navigation-item .fx::-webkit-scrollbar{
    position: absolute;
    bottom: 0px;
    z-index: 2;
}*/
.wrap .navigation-item .fx .nav {
    width: max-content;
    /*flex-wrap: nowrap;
   overflow-x: auto;*/
}

.wrap .navigation-item .fx::-webkit-scrollbar {
    position: absolute;
    z-index: 2;
    background-color: #00000000;
    height: 8px;
}


.wrap .navigation-item .fx::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .6);
    background-color: #5e73ce;
}

.wrap .navigation-item .fx .nav li {
    width: auto;
}

.wrap .navigation-item .fx .nav li a {
    /* width: 18vw; */
    width: 19.82vw;
}

.wrap .navigation-item .fx .nav li a.sl_gap {
    width: 23vw;
}

@media (max-width: 991px) {
    .wrap .navigation-item .fx .nav li a, .wrap .navigation-item .fx .nav li a.sl_gap {
        width: 100%;
    }
}

/* .kv_box_shadow{
  position: relative;
}

.kv_box_shadow::after{
  content: '';
  height: 100%;
  width: 100%;
  box-shadow: 0 -50px 50px #000 inset;
  position: absolute;
  top: 0;
  left: 0;
} */

.wrap .navigation-item img,
.wrap .kv-item img {
    width: 100%;
}

.wrap section {
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.wrap .navigation-item ul {
    width: 100%;
    background: #c8c8c8;
}

.wrap .navigation-item ul li {
    text-align: center;
    width: 20%;
    height: 65px;
    position: relative;
}

@media (max-width: 992px) {

    .wrap .navigation-item ul li:nth-child(3),
    .wrap .navigation-item ul li:nth-child(4) {
        width: 30%;
    }
}

@media (max-width: 767px) {
    .wrap .navigation-item ul {
        width: max-content;
    }

    .wrap .navigation-item ul li {
        /* width: 25%;       */
        background-color: #c8c8c8;
        width: auto !important;
    }
}

.wrap .navigation-item ul li:after {
    content: '';
    height: 40px;
    width: 1px;
    background: #828282;
    position: absolute;
    left: -0.5px;
    margin: auto;
    top: 0;
    bottom: 0;
    /* z-index: 1; */
}

.wrap .navigation-item ul li:first-child:after {
    display: none;
}

.wrap .navigation-item ul li a {
    /* background-color: #c8c8c8; */
    position: relative;
    font-size: 30px;
    height: 65px;
    line-height: 65px;
    color: #646464;
    display: block;
    letter-spacing: -1px;
}

@media (max-width: 1280px) {
    .wrap .navigation-item ul li a {
        letter-spacing: -2px;
        letter-spacing: 0;
        padding: 0 10px;
    }
}

@media (min-width: 991px) {
    .wrap .navigation-item ul li a {
        font-size: 1.5vw;
    }
}

@media (max-width: 990px) {
    .wrap .navigation-item ul li a {
        font-size: 18px;
        line-height: 22px;
        padding-top: 18px;
    }
}

@media (max-width: 768px) {
    .wrap .navigation-item ul li a {
        font-size: 18px;
        padding-left: 2.5px;
        padding-right: 2.5px;
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 1450px) and (min-width: 991px) {
    .wrap .navigation-item ul li a {
        font-size: -webkit-calc(1.6vw);
        font-size: -moz-calc(1.6vw);
        font-size: calc(1.6vw);
        letter-spacing: 0;
    }
}

.wrap .navigation-item ul li.active a {
    background-color: none;
    text-decoration: none;
    color: #fff;
    z-index: 0;
}

.wrap .navigation-item ul li.active a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 88px;
    background-image: url(../images/nav-hover.png);
    background-size: cover;
    background-position: bottom;
    z-index: -1;
}

@media (min-width: 769px) {
    .wrap .navigation-item ul li:hover a {
        background-color: none;
        text-decoration: none;
        color: #fff;
        z-index: 0;
    }

    .wrap .navigation-item ul li:hover a:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 88px;
        background-image: url(../images/nav-hover.png);
        background-size: cover;
        background-position: bottom;
        z-index: -1;
    }
}


.wrap .bg-item {
    margin: 0 -15px;
    background-image: url(../images/bg.png);
    background-size: 100% 100%;
}

@media (max-width: 990px) {
    .wrap .bg-item {
        padding: 0 15px;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.wrap .step-item {
    padding: 60px 0;
}

.wrap .step-item .event_text {
    padding-bottom: 60px;
}

@media (max-width: 990px) {
    .wrap .step-item {
        padding: 30px 0;
    }

    .wrap .step-item .event_text {
        padding-bottom: 30px;
    }
}

@media (max-width: 414px) {
    .wrap .step-item .event_text {
        font-size: 4.3vw;
    }

    .wrap .step-item .event_text br {
        display: none;
    }
}

.wrap .step-item .flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wrap .step-item .flex .step01,
.wrap .step-item .flex .step02 {
    text-align: center;
}

.wrap .step-item .flex .step01 img,
.wrap .step-item .flex .step02 img {
    margin-bottom: 10px;
}

.wrap .step-item .flex .step01 {
    padding: 0 10px 0 40px;
}

@media (max-width: 990px) {
    .wrap .step-item .flex .step01 {
        padding: 0;
        margin-bottom: 15px;
    }
}

.wrap .step-item .flex .step02 {
    padding: 0 40px 0 10px;
}

@media (max-width: 990px) {
    .wrap .step-item .flex .step02 {
        padding: 0;
        margin-bottom: 15px;
    }
}

.wrap .step-item .step03 {
    background: url(../images/step03.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 100%;
    height: 147px;
}

@media (max-width: 414px) {
    .wrap .step-item .step03 {
        background: url(../images/step03_m.png);
        height: 82px;
        background-size: cover;
        text-align: center;
    }
}

@media (max-width: 375px) {
    .wrap .step-item .step03 {
        height: 55px;
        background-size: cover;
    }
}

.wrap .step-item .step03 span {
    position: absolute;
    color: #fff;
    font-size: 30px;
    white-space: nowrap;
    background-repeat: no-repeat;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    top: 76px;
}

.wrap .step-item .step03 span br {
    display: none;
}

@media (max-width: 990px) {
    .wrap .step-item .step03 span {
        font-size: 22px;
        top: 80px;
    }
}

@media (max-width: 414px) {
    .wrap .step-item .step03 span {
        font-size: 14px;
        /*  top: 25px; */
        top: 7.5vw;
    }

    .wrap .step-item .step03 span br {
        display: block;
    }
}

.wrap .step-item .step04 {
    background: url(../images/step04.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 100%;
    height: 100px;
}

@media (max-width: 414px) {
    .wrap .step-item .step04 {
        height: 42px;
    }
}

.wrap .step-item .step04 span {
    position: absolute;
    color: #fff;
    font-size: 30px;
    white-space: nowrap;
    background-repeat: no-repeat;
    left: 51.5%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    top: 26px;
}

@media (max-width: 990px) {
    .wrap .step-item .step04 span {
        font-size: 22px;
        top: 33px;
    }
}

@media (max-width: 414px) {
    .wrap .step-item .step04 span {
        font-size: 14px;
        top: 11px;
    }
}

.wrap .step-item p {
    font-size: 24px;
    color: #fff;
    margin: 0;
}

@media (max-width: 768px) {
    .wrap .step-item p {
        font-size: 16px;
    }
}

@media (max-width: 375px) {
    .wrap .step-item p {
        font-size: 14px;
    }
}

/* .wrap .step-item .highline {
      display: inline;
      color: #fff;
      font-size: 30px;
      text-shadow: 0 0 10px #ff9c00,0 0 10px #ff9c00,0 0 10px #ff9c00;
    }
    @media (max-width: 990px) {
      .wrap .step-item .highline {
        font-size: 22px;
      }
    }
    @media (max-width: 414px) {
      .wrap .step-item .highline {
        font-size: 14px;
        text-shadow: 0 0 5px #ff9c00,0 0 5px #ff9c00,0 0 5px #ff9c00;
      }
    } */

.highline_ss {
    display: inline;
    color: #fff;
    font-size: 20px;
    text-shadow: 0 0 10px #ff9c00, 0 0 10px #ff9c00, 0 0 10px #ff9c00;
}

@media (max-width: 990px) {
    .highline_ss {
        font-size: 16px;
    }
}

@media (max-width: 413px) {
    .highline_ss {
        font-size: 14px;
        text-shadow: 0 0 5px #ff9c00, 0 0 5px #ff9c00, 0 0 5px #ff9c00;
    }
}

.highline_m {
    display: inline;
    color: #fff;
    font-size: 30px;
    text-shadow: 0 0 10px #ff9c00, 0 0 10px #ff9c00, 0 0 10px #ff9c00;
}

@media (max-width: 990px) {
    .highline_m {
        font-size: 20px;
    }
}

@media (max-width: 414px) {
    .highline_m {
        font-size: 16px;
        text-shadow: 0 0 5px #ff9c00, 0 0 5px #ff9c00, 0 0 5px #ff9c00;
    }
}


@media (min-width: 769px) {
    .wrap .p80-wrap {
        padding-left: 80px;
        padding-right: 80px;
    }
}

.wrap .activity01-item {
    background-image: url(../images/section4-bg.png);
    padding: 175px 25px 60px;
    background-size: cover;
    background-size: 100% 100%;
}

@media (min-width: 769px) {
    .wrap .activity01-item {
        background-position: center;
    }
}

@media (max-width: 768px) {
    .wrap .activity01-item {
        background-image: url(../images/section4-bg_m.png);
        padding: 15vw 0 5vw;
        background-size: contain;
        background-repeat: no-repeat;
        position: relative;
        z-index: 0;
    }

    .wrap .activity01-item:before {
        position: absolute;
        content: '';
        display: block;
        top: 120px;
        left: 0;
        background: url(../images/section-bg-c_m.png);
        width: 100%;
        height: calc(100% - 120px);
        background-size: 100%;
        z-index: -1;
    }
}

@media (max-width: 768px) and (max-width: 375px) {
    .wrap .activity01-item:before {
        top: 65px;
        height: calc(100% - 65px);
    }
}

@media (max-width: 768px) {
    .wrap .activity01-item::after {
        position: absolute;
        content: '';
        display: block;
        bottom: -8px;
        left: 0;
        background: url(../images/section-bg-b_m.png);
        width: 100%;
        height: 8px;
        background-size: 100% 100%;
    }
}

.wrap .activity01-item .week-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (max-width: 768px) {
    .wrap .activity01-item .week-wrap {
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
    }
}

.wrap .activity01-item .week-wrap .weekdays,
.wrap .activity01-item .week-wrap .weekend {
    background-image: url(../images/section4-img01.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 43px 0px;
}

@media (max-width: 768px) {

    .wrap .activity01-item .week-wrap .weekdays,
    .wrap .activity01-item .week-wrap .weekend {
        padding: 40px;
        background-size: 100% 100%;
    }
}

@media (max-width: 375px) {

    .wrap .activity01-item .week-wrap .weekdays,
    .wrap .activity01-item .week-wrap .weekend {
        padding: 30px;
    }
}

.wrap .activity01-item .week-wrap h2,
.wrap .activity01-item .week-wrap p {
    color: #fff;
    text-align: center;
}

.wrap .activity01-item .week-wrap h2 {
    font-size: 30px;
}

@media (max-width: 768px) {
    .wrap .activity01-item .week-wrap h2 {
        font-size: 22px;
    }
}

.wrap .activity01-item .week-wrap p {
    font-size: 24px;
    line-height: 36px;
    margin: 0;
}

@media (max-width: 768px) {
    .wrap .activity01-item .week-wrap p {
        font-size: 16px;
        line-height: 22px;
    }
}

.wrap .activity01-item .timeline {
    padding: 30px;
}

@media (max-width: 768px) {
    .wrap .activity01-item .timeline {
        padding: 15px;
    }
}

.wrap .activity01-item .timeline ul li {
    color: #fff;
    font-size: 20px;
    margin-bottom: 25px;
}

.wrap .activity01-item .timeline ul li label {
    background-color: #ffbdd6;
    color: #000;
    font-size: 18px;
    text-align: center;
    border-radius: 15px;
    padding: 0 10px;
    min-width: 110px;
    margin-right: 15px;
    margin-bottom: 0;
}

.wrap .btn-custom01 {
    background-image: url(../images/section4-btn.png);
    width: 454px;
    /*    height: 124px;*/
    color: #fff;
    font-size: 30px;
    padding: 38.5px .75rem;
    background-repeat: no-repeat;
}

@media (max-width: 1200px) {
    .wrap .instruction-item .btn-custom01 {

        font-size: 27px;

    }
}

@media (max-width: 768px) {
    .wrap .btn-custom01 {
        font-size: 24px;
        width: 100%;
        padding: 33.5px .75rem;
        background-size: contain;
        background-position: center;
    }

    .wrap .instruction-item .btn-custom01 {

        font-size: 18px;
        padding: 28.5px .75rem;
    }


}

.wrap .activity01-item .tips-item .tips-word_dd {
    display: inline-block;
    text-align: left;
}
@media (max-width: 768px) {
    .wrap .activity01-item .tips-item {
        padding: 0 15px;
    }
}

.wrap .activity01-item .tips-item .tips-word_dd .icon_new {
    display: inline-block;
    vertical-align: middle;    margin-left: 10px;
   
}
@media (max-width: 768px) {
    .wrap .activity01-item .tips-item .tips-word_dd .icon_new {
   width: 50px;
}}

.wrap .activity01-item .tips-item .tips-word_dd .icon_new img{
    width:100%;
    max-width: 60px;

}




.wrap .activity01-item .tips-item .tips-icon {
    width: 58px;
    margin-right: 15px;
}

.wrap .activity01-item .tips-item .tips-word {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.wrap .activity01-item .tips-item .tips-word p {
    font-size: 24px;
    color: #fff;
}
.wrap .activity01-item .tips-item .tips-word b {
    font-size: 24px;
    padding: 10px 10px 10px 30px;
    color: #fff;
    font-weight: 500;
}


@media (max-width: 768px) {
    .wrap .activity01-item .tips-item .tips-word p {
        font-size: 18px;
        margin-top: 20px;
    }
}

.wrap .activity01-item .tips-item .tips-word span {
    /* font-size: 20px; */
    color: #fff;
}

@media (max-width: 768px) {
    .wrap .activity01-item .tips-item .tips-word span {
        font-size: 16px;
    }
}

.wrap .activity02-item {
    background-image: url(../images/section5-bg.png?v=1);
    background-repeat: no-repeat;
    padding: 155px 40px 50px;
    background-size: cover;
    background-size: 100%;
}

@media (min-width: 769px) {
    .wrap .activity02-item {
        background-position: center;
    }
}

@media (max-width: 768px) {
    .wrap .activity02-item {
        background-image: url(../images/section5-bg_m.png);
        padding: 16vw 15px 50px;
        background-size: contain;
        background-repeat: no-repeat;
        position: relative;
        z-index: 0;
    }

    .wrap .activity02-item:before {
        position: absolute;
        content: '';
        display: block;
        top: 120px;
        left: 0;
        background: url(../images/section-bg-c_m.png);
        width: 100%;
        height: calc(100% - 120px);
        background-size: 100%;
        z-index: -1;
    }
}

@media (max-width: 768px) and (max-width: 375px) {
    .wrap .activity02-item:before {
        top: 68px;
        height: calc(100% - 68px);
    }
}

@media (max-width: 768px) {
    .wrap .activity02-item::after {
        position: absolute;
        content: '';
        display: block;
        bottom: -8px;
        left: 0;
        background: url(../images/section-bg-b_m.png);
        width: 100%;
        height: 8px;
        background-size: 100% 100%;
    }
}

.wrap .activity02-item .activity02-list {
    letter-spacing: -1px;
    padding-left: 15px;
}

.wrap .activity02-item .activity02-list li {
    font-size: 24px;
    color: #fff;
    position: relative;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .wrap .activity02-item .activity02-list li {
        font-size: 18px;
    }
}

.wrap .activity02-item .activity02-list>li:before {
    position: absolute;
    content: '';
    display: block;
    background-image: url(../images/section5-icon.png);
    width: 17px;
    height: 19px;
    left: -25px;
    top: 6.5px;
}

@media (max-width: 768px) {
    .wrap .activity02-item .activity02-list>li:before {
        left: -20px;
        top: 2.5px;
    }
}

.wrap .activity02-item .activity02-list li .same-img {
    position: relative;
    display: inline-block;
    text-indent: -9999px;
    margin: 0 35px;
}

.wrap .activity02-item .activity02-list li .same-img:before {
    content: '';
    display: inline-block;
    position: absolute;
    background: url(../images/section5-img01.png);
    width: 60px;
    height: 59px;
    left: -42px;
    top: -14px;
}

@media (max-width: 768px) {
    .wrap .activity02-item .activity02-list li .same-img {
        zoom: .7;
    }

    .wrap .activity02-item .activity02-list li .same-img:before {
        top: -24px;
    }
}

.wrap .activity02-item .activity02-list li .same-img2 {
    position: relative;
    display: inline-block;
    text-indent: -9999px;
    margin: 0 35px;
}

.wrap .activity02-item .activity02-list li .same-img2:before {
    content: '';
    display: inline-block;
    position: absolute;
    background: url(../images/section5-img02.png);
    width: 60px;
    height: 59px;
    left: -42px;
    top: -14px;
}

@media (max-width: 768px) {
    .wrap .activity02-item .activity02-list li .same-img2 {
        zoom: .7;
    }

    .wrap .activity02-item .activity02-list li .same-img2:before {
        top: -24px;
    }
}


.wrap #activity03-item.activity01-item {
    background-image: url(../images/section8-bg.png);
    padding: 175px 40px 60px;
    background-size: cover;
    background-size: 100% 100%;
}
.wrap #activity03-item .tips-item .tips-word p{
    font-size: 30px;
    padding: 10px 0 10px 30px;
    text-shadow: 0 0 10px #ff9c00, 0 0 10px #ff9c00;
}
.wrap #activity03-item .tips-item .tips-word li {
    color: #fff;
    font-size: 24px;
    position: relative;
    padding-left: 30px;
margin-bottom: 10px;
}

.wrap #activity03-item .tips-item .tips-word li:before {
    position: absolute;
    content: '';
    width: 17px;
    height: 19px;
    background-size: contain;
    background-image: url(../images/star.png);
    left: 0px;
    top: 8px;

}

@media (max-width: 768px) {
    .wrap #activity03-item.activity01-item {
        background-image: url(../images/section8-bg-m.png);
        padding: 15vw 0px 5vw;
        background-size: contain;
    }
}

.act03-w5 {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 40px;

}

.act03-w5 div {
    margin: 12px 5px;
}

@media (max-width: 768px) {

    .wrap #activity03-item .tips-item .tips-word p {  font-size: 5vw;}
    .wrap #activity03-item .tips-item .tips-word li {
        font-size: 4.2vw;
    }

    .act03-w5 {
        flex-wrap: wrap;
    }

    .act03-w5 div {
        width: 100px;
    }
}

.wrap .instruction-item {
    background-image: url(../images/section6-bg.png);
    padding: 175px 40px 55px;
    background-size: cover;
}

@media (min-width: 1176px) {
    .wrap .instruction-item {
        background-size: 100% 100%;
    }
}

@media (min-width: 769px) {
    .wrap .instruction-item {
        background-position: center;
    }
}

@media (max-width: 768px) {
    .wrap .instruction-item {
        background-image: url(../images/section6-bg_m.png);
        padding: 18vw 15px 35px;
        background-size: contain;
        background-repeat: no-repeat;
        position: relative;
        z-index: 0;
    }

    .wrap .instruction-item:before {
        position: absolute;
        content: '';
        display: block;
        top: 120px;
        left: 0;
        background: url(../images/section-bg-c_m.png);
        width: 100%;
        height: calc(100% - 120px);
        background-size: 100%;
        z-index: -1;
    }
}

@media (max-width: 768px) and (max-width: 375px) {
    .wrap .instruction-item:before {
        top: 65px;
        height: calc(100% - 65px);
    }
}

@media (max-width: 768px) {
    .wrap .instruction-item::after {
        position: absolute;
        content: '';
        display: block;
        bottom: -8px;
        left: 0;
        background: url(../images/section-bg-b_m.png);
        width: 100%;
        height: 8px;
        background-size: 100% 100%;
    }
}

.wrap .instruction-item .instruction-top-wrap {
    background-image: url(../images/section6-banner.png);
    width: 100%;
    height: 500px;
    position: relative;
}

@media (min-width: 769px) and (max-width: 1100px) {
    .wrap .instruction-item .instruction-top-wrap {
        background-position: 38%;
    }
}

@media (max-width: 768px) {
    .wrap .instruction-item .instruction-top-wrap {
        background-image: url(../images/section6-banner_m.png);
        background-size: 100% 100%;
        /*        height: 300px; */
        /*              height: 69.923vw;*/
        height: auto;
        padding-top: 76%;
    }

}

.wrap .instruction-item .instruction-top-wrap .instruction-top-item {
    position: absolute;
    top: 15%;
    left: 33%;
    width: 60%;
}

@media (max-width: 768px) {
    .wrap .instruction-item .instruction-top-wrap .instruction-top-item {
        top: 8%;
        left: 20%;
        width: 75%;
    }
}

.wrap .instruction-item .instruction-top-wrap .instruction-top-item .instruction-list {
    color: #fff;
    font-size: 30px;
}

@media (max-width: 1200px) {
    .wrap .instruction-item .instruction-top-wrap .instruction-top-item .instruction-list {
        font-size: 27px;
    }
}

@media (max-width: 768px) {
    .wrap .instruction-item .instruction-top-wrap .instruction-top-item .instruction-list {
        font-size: 22px;
        line-height: 1.5em;
    }
}

@media (max-width: 767px) {
    .wrap .instruction-item .instruction-top-wrap .instruction-top-item .instruction-list {
        font-size: 3.2vw;
    }
}

@media (max-width: 375px) {
    .wrap .instruction-item .instruction-top-wrap .instruction-top-item .instruction-list {
        font-size: 12px;
    }
}

.wrap .instruction-item .instruction-bottom-item {
    margin: 0 30px;
    position: relative;
}

.wrap .instruction-item .instruction-bottom-item:before {
    position: absolute;
    content: '';
    display: block;
    right: 0;
    top: 0;
    width: 98px;
    height: 73px;
    /* background-image: url(../images/section6-btn-center.png); */
    z-index: 2;
}

@media (max-width: 768px) {
    .wrap .instruction-item .instruction-bottom-item:before {
        display: none;
    }
}

.wrap .instruction-item .instruction-bottom-item .instruction-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 17px 25px 21px;
    z-index: 3;
    background-image: url(../images/section6-btn1.png);
    background-size: contain;
    background-size: 100% 100%;
    cursor: pointer;
}

@media (max-width: 768px) {
    .wrap .instruction-item .instruction-bottom-item .instruction-options {
        background-image: url(../images/section6-btn1_m.png);
        padding: 13px 10px;
        margin-right: 5px;
    }
}

.wrap .instruction-item .instruction-bottom-item .instruction-options:hover,
.wrap .instruction-item .instruction-bottom-item .instruction-options.slick-current.slick-active {
    background-image: url(../images/section6-btn2.png);
}

@media (max-width: 768px) {

    .wrap .instruction-item .instruction-bottom-item .instruction-options:hover,
    .wrap .instruction-item .instruction-bottom-item .instruction-options.slick-current.slick-active {
        background-image: url(../images/section6-btn2_m.png);
    }
}

.wrap .instruction-item .instruction-bottom-item .instruction-options img {
    margin-right: 5px;
}

@media (max-width: 768px) {
    .wrap .instruction-item .instruction-bottom-item .instruction-options img {
        margin-right: 0px;
    }
}

.wrap .instruction-item .instruction-bottom-item .instruction-options span {
    color: #fff;
    font-size: 20px;
    display: inline-block;
}

@media (max-width: 768px) {
    .wrap .instruction-item .instruction-bottom-item .instruction-options span {
        font-size: 14px;
        display: none;
    }
}

.wrap .instruction-item .instruction-bottom-item .slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
}

.wrap .instruction-item .instruction-bottom-item .slick-next:before,
.wrap .instruction-item .instruction-bottom-item .slick-prev:before {
    content: '';
}

.wrap .instruction-item .instruction-bottom-item .slick-next,
.wrap .instruction-item .instruction-bottom-item .slick-prev {
    outline: 0;
    width: 22px;
    height: 40px;
    z-index: 2;
}

.wrap .instruction-item .instruction-bottom-item .slick-prev {
    left: -30px;
    background: url(../images/main_controls.png) no-repeat;
    opacity: .7;
}

.wrap .instruction-item .instruction-bottom-item .slick-prev:hover {
    opacity: 1;
}

.wrap .instruction-item .instruction-bottom-item .slick-next {
    right: -30px;
    background: url(../images/main_controls.png) -22px 0 no-repeat;
    opacity: .7;
}

.wrap .instruction-item .instruction-bottom-item .slick-next:hover {
    opacity: 1;
}

.wrap .hami_point-item {
    background-image: url(../images/section7-bg.png);
    padding: 175px 40px 55px;
    background-size: cover;
    background-size: 100% 100%;
    margin-bottom: 120px;
}

@media (min-width: 769px) {
    .wrap .hami_point-item {
        background-position: center;
    }
}

@media (max-width: 768px) {
    .wrap .hami_point-item {
        background-image: url(../images/section7-bg_m.png);
        padding: 16vw 15px 35px;
        background-size: contain;
        background-repeat: no-repeat;
        position: relative;
        margin-bottom: 60px;
        z-index: 0;
    }

    .wrap .hami_point-item:before {
        position: absolute;
        content: '';
        display: block;
        top: 100px;
        left: -4px;
        background: url(../images/section-bg-c_m.png);
        width: calc(100% + 6px);
        height: calc(100% - 100px);
        background-size: 100%;
        z-index: -1;
    }
}

/* @media (max-width: 768px) and (max-width: 768px) {
      .wrap .hami_point-item:before {
        top: 55px;
        height: calc(100% - 55px); } } */
@media (max-width: 768px) {
    .wrap .hami_point-item::after {
        position: absolute;
        content: '';
        display: block;
        bottom: -8px;
        left: -2px;
        background: url(../images/section-bg-b_m.png);
        width: calc(100% + 4px);
        height: 8px;
        background-size: 100% 100%;
    }
}

.wrap .hami_point-item .hami_point-list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    font-size: 24px;
    color: #fff;
    margin: 0 5%;
    display: block;
}

@media (max-width: 768px) {
    .wrap .hami_point-item .hami_point-list {
        zoom: .6;
        margin: 0 10px;
    }
}

.wrap .hami_point-item .hami_point-list img {
    margin-bottom: 10px;
}

.wrap .hami_point-item .hami_point-list p {
    color: #fff;
    margin: 0;
}

.wrap .hami_point-item .hami_point-list:hover {
    text-decoration: none;
}

.wrap .hami_point-item .hami_point-btn {
    width: 60%;
}

@media (max-width: 768px) {
    .wrap .hami_point-item .hami_point-btn {
        width: 100%;
        /*        zoom: .6;*/
    }
}

.wrap .hami_point-item .hami_point-btn .btn-custom02 {
    background-image: url(../images/section7-btn01.png);
    font-size: 30px;
    color: #fff;
    width: 100%;
    /*      height: 124px;  */
    padding: 38.5px .75rem;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width: 1150px) {
    .wrap .hami_point-item .hami_point-btn .btn-custom02 {
        background-size: 100% 100%;
        padding: 38.5px 66px;
    }
}

@media (max-width: 768px) {
    .wrap .hami_point-item .hami_point-btn .btn-custom02 {
        /*                height: 30vw;  */
        /*              padding: 11.83vw .75rem;*/
        padding: 28.5px .75rem;
        /*          background-size: 100% 100%; */
        background-size: contain;
        background-position: center;
        font-size: 18px;
    }
}

@media (max-width: 375px) {
    .wrap .hami_point-item .hami_point-btn .btn-custom02 {
        font-size: 16px;
        /*          height: 110px; */
    }
}

.wrap .hami_point-item .hami_point-btn:last-child {
    width: 40%;
}

@media (max-width: 768px) {
    .wrap .hami_point-item .hami_point-btn:last-child {
        width: 100%;
    }
}

.wrap .hami_point-item .hami_point-btn:last-child .btn-custom03 {
    background-image: url(../images/section7-btn02.png);
    font-size: 30px;
    color: #fff;
    width: 100%;
    /*        height: 124px;   */
    padding: 38.5px .75rem;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width: 1150px) {
    .wrap .hami_point-item .hami_point-btn:last-child .btn-custom03 {
        background-size: 100% 100%;
        padding: 38.5px 66px;
    }
}

@media (max-width: 768px) {
    .wrap .hami_point-item .hami_point-btn:last-child .btn-custom03 {
        background-image: url(../images/section7-btn01.png);
        /*              height: 30vw;*/
        /*          background-size: 100% 100%;    */
        background-size: contain;
        background-position: center;
        /*              padding: 11.83vw .75rem;*/
        padding: 28.5px .75rem;
        font-size: 18px;
    }
}

@media (max-width: 375px) {
    .wrap .hami_point-item .hami_point-btn:last-child .btn-custom03 {
        /*          font-size: 24px;*/
        font-size: 16px;

    }
}

.wrap .protected-item {
    padding-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
}

.wrap .protected-item h5 {
    color: #fff;
    font-size: 24px;
}

@media (max-width: 768px) {
    .wrap .protected-item h5 {
        font-size: 16px;
    }
}

.wrap .protected-item p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .wrap .protected-item p {
        font-size: 14px;
    }
}

.wrap .protected-item ul {
    padding-left: 32px;
}

.wrap .protected-item ul li {
    list-style-type: cjk-ideographic;
    color: #fff;
    font-size: 16px;
}

@media (max-width: 768px) {
    .wrap .protected-item ul li {
        font-size: 14px;
    }
}

.wrap .protected-item ul li ol {
    padding-left: 19px;
}

.wrap .protected-item ul li ol li {
    list-style-type: decimal;
}

.wrap .qrcode {
    position: fixed;
    top: 20%;
    right: 1.5%;
    z-index: 9999;
    max-width: 130px;
}

.wrap .qrcode img {
    width: 100%;
}

@media (max-width: 414px) {
    .wrap .qrcode {
        display: none;
    }
}

@media (max-width: 767px) {
    img {
        max-width: 100% !important;
    }
}


@media (min-width: 992px) {
    .pc_hide {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .mb_hide {
        display: none !important;
    }
}


.ov-hidden {
    overflow: hidden;
    position: relative;
    height: 100%;

}

.goo .fx {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}

.more_a,
.more_a:hover {
    color: #fff;
    font-size: 16px;
    text-decoration: revert;
    text-decoration: underline;
}

/* 2021_01 */
.flex_left {
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.new_left {
    width: 75%;
}

.new_right {
    width: 25%;
    align-self: center;
    text-align: center;
}

.hide {
    display: none;
}

.wrap .step-item p {
    font-size: 20px;
    margin-top: 10px;
}

ol.parenthesis {
    counter-reset: list;
}

ol.parenthesis>li {
    list-style: none;
}

ol.parenthesis>li:before {
    content: "("counter(list) ") ";
    counter-increment: list;
    margin-left: -1.5em;
    background: #000;
}

@media (max-width: 768px) {
    .activity01-item .flex-w {
        flex-wrap: wrap !important;
    }

    #activity01-item .p80-wrap {
        padding: 0 10px;
    }

    #activity01-item .p80-wrap .schedule {
        width: 70%;
        display: inline-block;
        margin: 0 auto;
    }

    #activity01-item .p80-wrap .schedule img {
        width: 100%;
    }

    .new_left,
    .new_right {
        width: 100%;
    }

    .new_right {
        display: flex;
        flex-direction: row-reverse;
    }

    .wrap .step-item p {
        align-self: center;
        /* font-size: 14px; */
    }

    .win_btn_close,
    .win_btn_open {
        width: 40%;
    }
}

@media (max-width: 450px) {
    #activity01-item .p80-wrap .schedule {
        width: 100%;
    }

    .wrap .step-item p {
        font-size: 4vw;
    }

    .wrap .activity01-item .timeline ul li {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .wrap .activity01-item:before,
    .wrap .activity02-item:before,
    .wrap .instruction-item:before,
    .wrap .hami_point-item:before {
        top: 50px;
        height: calc(100% - 50px);
    }

    .wrap .hami_point-item:before {
        left: 0px;
        width: calc(100% + 0px);
    }

    .wrap .activity01-item .tips-item .tips-word p,
    .wrap .activity01-item .timeline ul li,
    .wrap .activity01-item .timeline ul li label {
        font-size: 4.2vw;
    }

    .wrap .btn-custom01 {
        font-size: 20px;
        letter-spacing: 2px;
    }

    .wrap .activity02-item .activity02-list li,
    .wrap .activity02-item .activity02-list li p {
        font-size: 4.2vw;
    }

    .wrap .activity02-item {
        padding: 16vw 15px 30px;
    }
}


/*buy*/
.buy {
    position: fixed;
    width: 160px;
    height: 160px;
    float: right;
    right: 1%;
    -webkit-animation: buying 2s;
    animation: buying 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    color: #fff;
    background: url("https://ibobby.ai.hinet.net/images/btn_gobuy.png");
    background-repeat: no-repeat;
    background-position: center center;
    box-sizing: border-box;
    padding: 40px;
    text-align: center;
    font-size: 34px;
    line-height: 1.2em;
    letter-spacing: 2px;
    font-family: "DFMingStd", "微軟正黑體", "Microsoft JhengHei";
    /* opacity: 0.8; */
    z-index: 101;
}

.buy a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.buy:hover {
    background-color: transparent;
}

@-webkit-keyframes buying {

    0%,
    100% {
        bottom: 20%;
    }

    50% {
        bottom: 17%;
    }
}

@keyframes buying {

    0%,
    100% {
        bottom: 20%;
    }

    50% {
        bottom: 17%;
    }
}

@media screen and (max-width: 603px) {

    /*buy*/
    .buy {
        padding: 18px;
        right: 15px;
        font-size: 20px;
        line-height: 1.1em;
        letter-spacing: 2px;
        background-size: 100% 100%;
        width: 80px;
        height: 80px;
        /* opacity:0.8; */
    }

}

/* ::-webkit-scrollbar {
  width: 6px;
} */

/* Track */
/* ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px grey;
  border-radius: 10px;
} */

/* Handle */
/* ::-webkit-scrollbar-thumb {
  background: #5e73ce;
  border-radius: 10px;
}  */

.set_in p {
    /* letter-spacing: -1px; */
    text-align: left;
}

.set_in p.set_in_lucky {
    text-align: center;
}

.prize_ul {
    margin: 0 0 0 10px;
}

.set_in ul li.prize {
    list-style-type: disc;
    color: #fff;
}

.set_wrapper .set_in ul li.prize p {
    margin: 0;
    letter-spacing: -1px;
}


.activity01-item .tips-item {
    margin: 0 0 20px 20px;
}

@media (max-width: 768px) {
    .wrap .activity01-item .tips-item {
        margin: 0px;
    }

    .wrap .activity01-item .tips-item .tips-icon {
        width: 35px;
        margin-right: 5px;
    }
}

.activity01-item .flex-w {
    flex-wrap: nowrap;
}

.schedule {
    width: 35%;
    position: relative;
}

.btn_schedule {
    position: absolute;
    bottom: -10%;
    left: 16%;
}

.month_programs {
    width: 65%;
    position: relative;
}

.month_programs .program_headline {
    margin-top: 10px;
    font-size: 30px;
    color: #fff;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .month_programs .program_headline {
        font-size: 20px;
    }
}

.month_programs .program_contain {
    display: flex;
    margin: 0 0 30px;
}

.month_programs .program_hide {
    display: none;
}

.program_contain .program_img {
    width: 280px;
    height: 280px;
}

.program_contain .program_img img {
    height: 80%;
    margin: 0 25px;
}

.program_info {
    margin: 0 0 0 15px;
    width: calc(100% - 280px);
    position: relative;

}

@media (max-width: 1024px) {
    .program_info {
        margin: 0;
        width: 100%;
    }

    .program_contain .program_img {
        width: 160px;
        height: 160px;
        margin: 15px auto;
        transform: translateX(-40%);
    }
    .program_options {
    
        max-width: 280px;
    }
    

}

@media (max-width: 320px) {
    .program_contain .program_img {
        width: 150px;
        height: 150px;
    }
}

.program_info .program_tag {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
}

.program_info .program_title {
    color: #ff97a3;
    margin: 15px 0;
}

.program_info .program_hoster {
    color: #fff;
    margin: 0 0 10px;
}

.schedule .program_description {
    padding: 0px 15px;
    color: #fff;
    overflow-y: scroll;
    height: 375px;
    background-color: #0a112b;
    box-shadow: 0 0 5px #d2d9e4, 0 0 5px #d2d9e4, 0 0 5px #d2d9e4 inset;
}

.schedule .program_description img {
    margin: auto;
    width: 100%;
}


.program_info .program_description {
    padding: 10px 15px;
    color: #fff;
    overflow-y: scroll;
    height: 220px;
    background-color: #0a112b;
    padding-bottom: 70px;
    /*box-shadow: inset 0px -10px 8px rgba(80, 80, 80, 0.3);*/
}.program_info .program_description .link{
    width: 80%;
    margin: 0 auto;
}.program_info .program_description .link img{
    width: 100%;
    max-width: 100%;
}

.program_info .program_description:before {
    width: 100%;
    content: '';
    height: 25%;
    background: linear-gradient(90deg, #0A112B 40%, #0A112B00 100%);
    background: -moz-linear-gradient(90deg, #0A112B 40%, #0A112B00 100%);
    background: -webkit-linear-gradient(90deg, #0A112B 40%, #0A112B00 100%);
    background: -o-linear-gradient(90deg, #0A112B 40%, #0A112B00 100%);
    position: absolute;
    bottom: 0px;
    z-index: 2;
    left: 0px;

}

.program_info .program_description p {
    color: #fff;
}

.program_info .program_description p.pink {
    color: #ff97a3;
    margin-bottom: 5px;
}

.program_info .program_description p span {
    text-shadow: 0 0 5px #f4b04b, 0 0 5px #f4b04b, 0 0 5px #f4b04b;
    font-size: 1em;
    color: #fff;
}

.program_info .program_description p.program_ex_title {
    color: #5ca1d7;
    margin: 5px 0;
}

.program_info .program_description .pro-flex {
    display: flex;
    justify-content: start;
    margin-bottom: 15px;
}

.program_info .program_description .pro-flex img {
    width: 48px;
    height: 48px;

}

.program_info .program_description .pro-flex p {
    color: #aee9ff;
    margin-left: 15px;
}

.program_options {
    /* margin: 0 -10px; */
    position: absolute;
    bottom: 30px;
    left: 2px;
    max-width: 280px;
    padding: 0 25px;
}

.program_options .options_img {
    cursor: pointer;
    margin: 0 5px;
    width: 80px;
}

.program_options .options_img .boxShadowName {
    color: #e3ded2;
    text-align: center;
    margin: 0 auto;
    font-size: 12px;
    line-height: 36px;
    width: 92px;
    height: 36px;
    background-image: url('../images/program5/text-shadow.png');
    background-size: cover;
    background-position: center;
}

@media (max-width:768px) {
    .program_options .options_img .boxShadowName {
        width: initial;
        height: initial;
    }
}

.program_options .options_img .boxShadowName .mb-db {
    display: none;
}

@media screen and (max-width: 540px) {
    .program_options .options_img .boxShadowName .mb-db {
        display: block;
    }
}

.program_options_slick .slick-current img {
    opacity: .3;
    transform: scale(1.05);
    width: 100%;

}

.program_options_slick .slick-active img {
    width: 100%;
}

.program_options button {
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
}

.program_options .slick-list {
    width: 100%;
    margin: auto 0;
}

.program_options .slick-prev {
    right: -20px;
    background: url(../images/icon_arrow_one.png) no-repeat;
    background-size: 100% 100%;
    opacity: .7;
    border: 0;
    transform: rotateY(180deg);
    background-color: transparent;
    outline: 0;
    color: transparent;
    width: 30px;
    height: 30px;
    margin: auto 0;
}

.program_options .slick-next {
    left: -20px;
    background: url(../images/icon_arrow_one.png) no-repeat;
    background-size: 100% 100%;
    opacity: .7;
    border: 0;
    background-color: transparent;
    outline: 0;
    color: transparent;
    width: 30px;
    height: 30px;
    margin: auto 0;
}

@media (max-width: 1024px) {

    /* .wrap .activity01-item .tips-item .tips-word p{
    margin: 80px 0 0;
  } */

    .month_programs {
        width: 100%;
        margin: 0;

    }

    .program_info {
        margin: 0 auto;
    }

    .program_options {
        display: flex;
        flex-wrap: wrap;
        zoom: .9;
        position: absolute;
        bottom: unset;
        left: unset;
        top: 100px;
        right: 50%;
        transform: translateX(120%);
        width: 140px;
    }

    .program_options .slick-list {
        min-height: 200px;
        overflow: unset;
    }

    .month_programs .program_contain {
        width: 100%;
        display: inline-block;
        /* justify-content: center; */
    }

    .month_programs .program_headline {
        text-align: center;
    }

    .activity01-item .flex-w {
        flex-wrap: wrap !important;

    }

    #activity01-item .p80-wrap {
        padding: 0 10px;
    }

    #activity01-item .p80-wrap .schedule {
        width: 70%;
        display: inline-block;
        margin: 0 auto;
        padding-bottom: 80px;
    }

    #activity01-item .p80-wrap .schedule img {
        width: 100%;
    }

    .wrap .step-item .flex .step01 {
        padding: 0 10px;
    }

    .wrap .step-item .flex .step02 {
        padding: 20px 10px;
    }

    .program_info .program_description {
        width: 100%;
        height: auto;
        overflow: initial;
        box-shadow: initial;
    }

    .program_info .program_title {
        text-align: center;
        margin-top: 70px;
    }

    #pro6-1 {
        position: absolute;
        top: -5px;
        left: 0px;
        width: 50%;
    }

    #pro6-2 {
        position: absolute;
        top: 70px;
        left: 0px;
        width: 50%;
    }

    #pro6-3 {
        position: absolute;
        top: 145px;
        left: 0px;
        width: 50%;
    }

    #pro6-4 {
        position: absolute;
        top: 25px;
        right: -7px;
        width: 50%;
    }

    #pro6-5 {
        position: absolute;
        top: 100px;
        right: -7px;
        width: 50%;
    }

    .schedule .program_description {
        height: 710px;
    }

    .btn_schedule {

        bottom: -4%;
        left: 18.5%;
        width: 60%;
    }


}

@media (max-width: 768px) {
    .btn_schedule {

        bottom: 10%;
        left: 18.5%;
    }

    .schedule .program_description {

        height: 230px;
    }

    .program_options {
        display: flex;
        flex-wrap: wrap;
        zoom: .9;
        position: absolute;
        bottom: unset;
        left: unset;
        top: 85px;
        right: 50%;
        transform: translateX(110%);
        width: 150px;
        padding: 0;
    }

    .program_options_slick .slick-current img {
        transform: unset;
    }
    .program_contain .program_img img{
      height: 95%;
      margin: 0;
    }
    #pro6-1 {
        position: absolute;
        top: 35px;
        left: -12px;
        width: 58%;
    }

    #pro6-2 {
        position: absolute;
        top: 115px;
        left: -12px;
        width:  58%;
    }

    #pro6-3 {
        position: absolute;
        top: 35px;
        right: -12px;
        left: auto;
        width:  58%;
    }

    #pro6-4 {
        position: absolute;
        top: 115px;
        right: -12px;
        width :58%;
    }

    #pro6-5 {
        position: absolute;
        top: 100px;
        right: -7px;
        width: 50%;
    }

    .program_options .slick-list {
        min-height: 200px;
    }
}

@media (max-width: 320px) {
    .program_options {
        zoom: .8;
    }
}




@media (max-width: 768px) {
    .month_programs {
        width: 100%;
        margin: 0;
    }

    .month_programs .program_headline {
        text-align: center;
    }

    .month_programs .program_contain {
        display: inline-block;
        text-align: center;
    }

    .month_programs .program_hide {
        display: none;
    }

    .program_info .program_title {
        font-size: 18px;
        text-align: center;
    }

    .program_info .program_description {
        overflow: initial;
        width: 100%;
        height: 100%;
        /* height: 180px; */
        box-shadow: initial;
        text-align: left;
    }



}

@media (max-width: 540px) {

    div.options_img {
        width: auto;
    }

}

@media (max-width: 350px) {}


nav#menu ul li {
    color: #fff;
}

/* nav ul li a Hami Point 使用方式推薦 字間距調整 */
.sl_gap {
    letter-spacing: -1px !important;
}

.popup_cont_in img {
    display: initial;
}



@media (min-width: 1025px) {
    table.gift {
        margin: 30px auto;
        width: 100%;
        border: 1px solid rgba(255, 255, 255, .3);
        border-radius: 0px;
        border-collapse: separate;
        border-spacing: 0;
    }


    table.gift tr td {
        border: 1px solid rgba(255, 255, 255, .3);
        text-align: center;
        color: #FFF;
        line-height: 1.5;
        letter-spacing: 1px;
        font-size: 24px;
        border-spacing: 0;
    }

    table.gift tr td:nth-child(1) {
        width: 70%;
        text-align: left;
        padding: 10px 10px;
    }

    table.gift tr .td_line_hight {
        line-height: 2;
    }

    table.gift tr td span.mobile {
        display: inline-block;
        color: #FFF;
    }
}



@media (max-width: 1024px) and (min-width: 300px) {

    table.gift {
        margin: 30px auto;
        width: 100%;
        border: 1px solid rgba(255, 255, 255, .3);
        border-radius: 0px;
        border-collapse: separate;
        border-spacing: 0;

    }


    table.gift tr td {
        border: 1px solid rgba(255, 255, 255, .3);
        text-align: center;
        color: #FFF;
        line-height: 2;
        letter-spacing: 1px;
        font-size: 16px;
        border-spacing: 0;
        /*font-size: 14px;*/
        padding-top: 10px;
        padding-bottom: 10px;
    }


    table.gift tr td:nth-child(1) {
        width: 80%;
        text-align: left;
        padding-left: 10px;
    }

    table.gift tr td span.mobile {
        display: block;
        color: #FFF;
    }
}

.program_info .program_description::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.program_info .program_description::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 10px;
}

/* Handle */
.program_info .program_description::-webkit-scrollbar-thumb {
    background: #5e73ce;
    border-radius: 10px;
}

.schedule .program_description::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.schedule .program_description::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 10px;
}

/* Handle */
.schedule .program_description::-webkit-scrollbar-thumb {
    background: #5e73ce;
    border-radius: 10px;
}

ol.week-list1 {
    text-indent: 10%;
    margin-top: -3.2%;
}

ol.week-list {
    text-indent: 25%;
    margin-top: -2.8%;
}

.wrap ol.week-list1 li {
    list-style: disc;
    list-style-position: inside;
    font-size: 24px;
    color: #fff;
    position: relative;
    margin-bottom: 10px;
}

.wrap ol.week-list1 li:before {

    content: unset;

}

.wrap ol.week-list li {
    list-style: disc;
    list-style-position: inside;
    font-size: 24px;
    color: #fff;
    position: relative;
    margin-bottom: 10px;
}

.wrap ol.week-list li:before {

    content: unset;

}
.story-btn {
    width: 40%;
    vertical-align: top;
    display: inline-block;
}
.story-btn .btn-custom02 {
    background-image: url(../images/section7-btn02.png);
    font-size: 22px;
    color: #fff;
    width: 100%;
    /* height: 124px; */
    padding: 40px 0rem;
    padding-right: 60px;
    background-repeat: no-repeat;
    background-size: contain;
}
.story-btn .btn-custom03 {
    background-image: url(../images/section7-btn02.png);
    font-size: 22px;
    color: #fff;
    width: 100%;
    /* height: 124px; */
    padding: 23.5px 0px;
    background-repeat: no-repeat;
    background-size: contain;
    padding-right: 60px;
    text-align: center;
}


@media (max-width: 1024px) {


    ol.week-list {
        text-indent: 30%;
        margin-top: -3%;
    }

}
@media (max-width: 768px) {


    ol.week-list {
        text-indent:unset;
        margin-top: unset;
    }
    ol.week-list1 {
        text-indent:unset;
        margin-top: unset;
        font-size: 4.2vw;
    }
    .wrap ol.week-list1 li {
        font-size: 4.2vw;

    }
    
    .story-btn .btn-custom03 {
        padding: 28.5px 0.75rem;
        background-size: contain;
        background-position: center;
        font-size: 18px;
    }
    .story-btn .btn-custom02 {
        padding: 42px 0.75rem;
        background-size: contain;
        background-position: center;
        font-size: 18px;
    }
    .story-btn{
        width: 100%;
    }
}

.k1 {
    display: inline-block;
    width: 48%;
    margin: 0.2% auto;
}
.k1 img {
    width: 95%;
    margin: 0 auto;
}
    /* height: 30vw; */
    /* padding: 11.83vw 0.75rem; */
    .wrap .navigation-item .fx.gst{
        position: fixed;
    }