/*  index
-------------------------------------------------
    - Import
    - text
    - df-width
    - layout
-------------------------------------------------*/



/*-----------------------------------------------
     Import
-----------------------------------------------*/

/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,800;1,100;1,300;1,400;1,500;1,800&display=swap');



.block-pc{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
        /*background: rgba(203, 152, 152, 0.6);*/
        z-index: 10;
        cursor: default;

}


/*-----------------------------------------------
     text
-----------------------------------------------*/

h3,
h2 {
    color: #f74f6f; 
    font-size: 1.8rem;
    font-weight: 500;
    margin: 0;
    /*! border-bottom: 3px solid #393737; */
    width: 100%;
    position: relative;
    margin: 0 0 1% 0;
    transition: all .3s ease;
    letter-spacing: 0.05rem;
}


h2 span,
h3 span {
    margin: 0% 0 0% 8px;
    color: #888;
}

h2:hover span {
    color: rgb(234, 244, 180);
    transition: all .3s ease;
}


h3 {
    color: #000;
    /*! border-bottom: 3px solid #444; */
    line-height: 1.8;
    /*! max-width: 400px; */
}

h3:after {
    background: #f74f6f;
}

h3:hover:after {
    content: '';
    width: 80px;
    transition: all .3s ease;
}

h3 span {
    color: #555;

}

h3 img {
    max-width: 50%;
}

.h2 {
    margin: 10% 0 3% 0;
}





/*h4:before{
    content: '';
    clip-path: polygon(100% 0, 0 0, 0 99%);
    position: absolute;
    left: 0;
    top: 0;
        background: #b00f1a;


    width: 15px;
    height: 15px;
    animation: rotateX 5s cubic-bezier(.250, .460, .450, .940) 0.3s infinite both;
}
*/

@keyframes rotateX {
    0% {
        -webkit-transform: rotate3d(1, 1, 0, 0deg);
        transform: rotate3d(1, 1, 0, 0deg);
        transform-origin: 50%;
    }

    30% {
        -webkit-transform: rotate3d(1, 1, 0, -180deg);
        transform: rotate3d(1, 1, 0, -270deg);
        transform-origin: 50%;
    }

    80%,
    100% {
        -webkit-transform: rotate3d(1, 1, 0, 0deg);
        transform: rotate3d(1, 1, 0, 0deg);
        transform-origin: 50%;
    }
}

p {
    font-weight: 400;
    color: #000;
    padding: 0 0 0 0;
    /*text-shadow:  0px 0px 3px #555,1px 1px 2px #555;*/

    line-height: 2.5;
}


.text {
    line-height: 2;
    font-size: 2rem;
    padding: 10% 4% 1% 1%;
    bottom: 10%;
    letter-spacing: 0.05rem;
}


.padding-m {
    display: none;
}

.red {
    cursor: pointer;
    color: #3198ed;
    display: inline-block;
    /*! overflow: hidden; */
    position: relative;
    font-size: 1rem;
    letter-spacing: 0.05rem;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.red>a {
    display: inline-block;
    line-height: 0.9;
    width: auto;
    height: auto;
    color: #3198ed;
    padding: 0 0 0 3px;
    font-size: 1rem;
}

.red:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -3px;
    left: 0;
    background: #3198ed;
    ;

}




@media screen and (min-width:1921px) {
    .pre-text-agree {
        margin: 4% 0 59px 0;
    }


}

@media screen and (max-width:1600px) {

    h1,
    h2 {
        font-size: 1.4rem;
    }

    p {
        font-size: 0.95rem;
    }

    /* .red,.red > a {

    font-size: 0.8rem;
    letter-spacing: 0.05rem;
} */
}

@media screen and (max-width:1400px) {

    h1,
    h2 {
        font-size: 1.3rem;
    }

    p {
        font-size: 0.9rem;
        line-height: 1.8;
    }

    .text {

        font-size: 1.5rem;

        line-height: 1.8;
    }


}


@media screen and (max-width:960px) {
    .step>ul>li.for-mobile {
        margin: 1%;
        height: 66px;
        line-height: 26px;
    }

    .step>ul>li.for-mobile .padding-m {
        margin: 0 0 0 25px;
        display: inline-block;
    }


}


@media screen and (max-width:768px) {

    h1,
    h2 {
        font-size: 1.4rem;
    }

    .text {

        font-size: 0.9rem;

        line-height: 1.6;
    }

    h3 img {
        max-width: 80%;
    }

    .red,
    .red>a {

        font-size: 0.8rem;
        line-height: 0.9;
        padding: 0 1px;
        margin: 0;
    }





}


/*-----------------------------------------------
    df-width
-----------------------------------------------*/

.df-width {
    height: 100%;
    position: relative;
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    /* max-width: 700px; */
    z-index: 1;
    /*height: calc(目前寬度 *(原始高度 /原始寬度));*/
    max-width: calc(1920px *(720 /1920));
}


@media screen and (min-width:1921px) {}

@media screen and (max-width:1600px) {
    .df-width {
        max-width: calc(1600px *(700 /1920));
    }
}

@media screen and (max-width:1440px) {
    .df-width {
        max-width: calc(1440px *(700 /1920));
    }
}

@media screen and (max-width:1280px) {
    .df-width {
        max-width: calc(1280px *(600 /1920));
    }
}

@media screen and (max-width:1000px) {
    .df-width {
        max-width: calc(1000px *(700 /1920));
    }
}
@media screen and (max-width:960px) {
    .df-width {
        max-width: calc(960px *(700 /1920));
    }
}

@media screen and (max-width:768px) {
    .df-width {

        width: 100%;

        max-width: 100%;
    }
}

/*  layout
-------------------------------------------------
    - html,body
    - main
    - header
    - section
    - footer
-------------------------------------------------*/

html,
body {
    background: rgba(250, 250, 250, 0.6);
    overscroll-behavior-y: contain;
    /* 網頁內容不會在疊加畫面下方捲動 */
}

/*preload*/
body::before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    width: 1px;
    height: 1px;
    content: '';
    /*
    background-image:
        url(../images/book/001.jpg),
        url(../images/book/002.jpg),
        url(../images/book/003.jpg);
    */
}

/*-----------------------------------------------
    star
-----------------------------------------------*/
.star1_1,.star2_1,.star3_1,.star4_1,.star5_1,.star1_2,.star2_2,.star3_2,.star4_2{
    /* display: none; */
    content:'';
    background: url(../images/star1_02.png) center 0% / 100% no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    /* opacity: 0; */
    pointer-events: none;
    animation: star_ 9s cubic-bezier(.250, .460, .450, .940) 0s infinite both;
}
.star2_1{background: url(../images/star2_02.png) center 0% / 100% no-repeat;animation: star_ 8s cubic-bezier(.250, .460, .450, .940) 1s infinite both; }
.star3_1{background: url(../images/star3_02.png) center 0% / 100% no-repeat;animation: star_ 7s cubic-bezier(.250, .460, .450, .940) 4s infinite both; }
.star4_1{background: url(../images/star4_02.png) center 0% / 100% no-repeat;animation: star_ 6s cubic-bezier(.250, .460, .450, .940) 2s infinite both; }
.star5_1{background: url(../images/star5_02.png) center 0% / 100% no-repeat;animation: star_ 10s cubic-bezier(.250, .460, .450, .940) 3s infinite both; }

.star1_2{background: url(../images/star1_03.png) center 0% / 100% no-repeat;animation: star_ 9s cubic-bezier(.250, .460, .450, .940) 2s infinite both; }
.star2_2{background: url(../images/star2_03.png) center 0% / 100% no-repeat;animation: star_ 6s cubic-bezier(.250, .460, .450, .940) 1s infinite both; }
.star3_2{background: url(../images/star3_03.png) center 0% / 100% no-repeat;animation: star_ 7s cubic-bezier(.250, .460, .450, .940) 0s infinite both; }
.star4_2{background: url(../images/star4_03.png) center 0% / 100% no-repeat;animation: star_ 8s cubic-bezier(.250, .460, .450, .940) 3s infinite both; }


@keyframes star_
{
0%{opacity:1;transform: translate(0px,0px);}
5%,12%{opacity:1;transform: translate(0px,-3px);}
18%{opacity:1;transform: translate(0px,3px);}
25%,90%{opacity:1;transform: translate(0px,0px);}
95%,100%{opacity:1;transform: translate(0px,0px);}
}
@media screen and (max-width:768px)
{
    .star1_1,.star2_1,.star3_1,.star4_1,.star5_1,.star1_2,.star2_2,.star3_2,.star4_2{
        display: none;
        opacity: 0;
        z-index: -1;
    }
}



/*-----------------------------------------------
    main
-----------------------------------------------*/
main {
    overflow: hidden;
    max-width: 1920px;
    margin: auto;
    animation: blur .8s ease-out 0s 1 both;
    background: #fff;
}

section {
    width: 100%;
    text-align: justify;
    background: #fff;


}

.part1 {
    background: url(../images/index_02.jpg) center 0% / 100% no-repeat;
    height: 72vw;
	
    /* transition: all .3s ease; */

}
.touch1{
    position: absolute;
    width: 31%;
    height: 67%;
    /*! background: rgba(203, 152, 152, 0.6); */
    z-index: 2;
    top: 2%;
    right: 0;
}
.touch2{
    position: absolute;
    width: 31%;
    height: 67%;
    /* background: rgba(203, 152, 152, 0.6); */
    z-index: 2;
    top: 42%;
    left: 0;
}
.part1-hover{
    /* display: none; */
    content:'';
    background: url(../images/hover_02.jpg) center 0% / 100% no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}
.part1-hover2{
    /* display: none; */
    content:'';
    background: url(../images/hover2_02.jpg) center 0% / 100% no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}

.part2-hover{
    /* display: none; */
    content:'';
    background: url(../images/hover2_03.jpg) center 0% / 100% no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}

.touch{animation: touch .8s ease-out 0s 1 both;}
.touch_{animation: touch_ .8s ease-out 0s 1 both;}
@keyframes touch {
    0% {
        opacity: 0;
    }

    80%,100% {
        opacity: 1;
    }
}
@keyframes touch_ {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.part2 {

    /*修改001*/
    /*修改001*/
    /*修改001*/
    /*background: url(../images/index_03.jpg) center 0% / 100% no-repeat;*/
    background: url(../images/index_03.jpg) center 0% / 100% no-repeat;
    height: 50vw;


}

.apply_ {
    position: relative;
    height: 30vw;
    margin: 0 0 0 -40px;
    z-index: 10;
}

.store_ {
    position: relative;
    height: 21vw;

}

.fb_ {
    /*! background: #cc838352; */
    height: 18vw;

    position: relative;
}

.award_ {
    /*! background: #cc838352; */
    height: 27vw;

    position: relative;
}

.note_ {
    /* background: #4a99c852; */
    height: 19vw;
    position: relative;

}

@media screen and (min-width:1921px) {
    .part1 {
        background: url(../images/index_02.jpg) center 0% / 100% no-repeat;
        height: 0;
        
        padding: 0 0 72.8% 0;
    }

    .part2 {
        background: url(../images/index_03.jpg) center 0% / 100% no-repeat;
        height: 0;
       
        padding: 0 0 50.5% 0;

    }

    .apply_ {
        height: 0;
        padding: 0 0 97% 0;
    }

    .store_ {
        height: 0;
        padding: 0 0 50% 0;
    }

    .fb_ {
        height: 0;
        padding: 0 0 52% 0;
    }

    .award_ {
        height: 0;
        padding: 0 0 115% 0;
    }

    .note_ {
        height: 0;
        padding: 0 0 0 0;
    }
}

@media screen and (max-width:1600px) {
    .part1 {
        height: 72vw;

    }
}

@media screen and (max-width:1440px) {
    .part1 {
        height: 71.9vw;

    }
}

@media screen and (max-width:1280px) {


    .apply_ {
        transform: scale(0.9) translate(-8%, -7%);
        width: 110%;
    }
}

@media screen and (max-width:1000px) {
    .apply_ {
        transform: scale(0.76) translate(-15%,-10%);
        width: 120%;
    }

}


@media screen and (max-width:768px)
{
    .part1 {
        background: url(../images/mobile_02.jpg) center 0% / 100% no-repeat;
        /* height: 0;
        */ padding: 0 0 330% 0;
        /*! height: 442vw; */
    }

    .part2 {

    /*修改002*/
    /*修改002*/
    /*修改002*/
        /*background: url(../images/mobile_03.jpg) center 0% / 100% no-repeat;
        padding: 0 0 149.5% 0;*/

        background: url(../images/mobile_03.jpg) center 0% / 100% no-repeat;
        padding: 0 0 125% 0;


    }

    .store_ {
        height: 95vw;

    }
    .fb_ {
        height: 44vw;

    }
    .award_ {
        height: 70vw;

    }
    .note_ {
        height: 47vw;
    /*修改004*/
    /*修改004*/
    /*修改004*/
        margin: 0vw 0 0 0;

    }
}


.btn-menu{
    position: fixed;
    width: 47px;
    height: 50px;
    right: 25px;
    top: 14px;
    background: url(../images/icon-menu.png) 50% 0% / 100% no-repeat ;
    z-index: 4;

}

/*-----------------------------------------------
    header
-----------------------------------------------*/
header {
    padding: 0 0 57.3% 0;
    background: url(../images/index_01.jpg) 100% 0 /100% no-repeat;
}


.frame {
    width: 100%;
    height: 100%;
    background: url(../images/frame.png) center 0% /cover no-repeat;
    bottom: 0;
    right: 0;
    z-index: 2;
    position: absolute;
    pointer-events: none;
    max-width: 1920px;
    left: 0;
    margin: auto;
    /* animation:lighten2 2s ease-out 0.5s infinite both; */
}
.frame::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/frame2.png) center 0% /cover no-repeat;
    top: 0;
    left: 0;
    z-index: 1;
    animation:lighten 5s cubic-bezier(.250, .460, .450, .940) 0s infinite both;
}
@keyframes lighten
{
0%{ left: 0px;top: 0px;opacity: 0;}
5%{left: 6px;top: -5px;opacity: 1;}
15%{left: -5px;top: 0px;opacity: 0;}
20%{left: 0px;top: 5px;opacity: 1;}
25%{left: 5px;top: 0px;opacity: 0;}
35%,100%{left: 0px;top: 0;opacity: 0;}

}

.pos_tit {
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 10;
    right: 0;
    top: 31%;
    /*! background: rgba(203, 152, 152, 0.6); */
    pointer-events: none;
    /*! opacity: 0; */

}
@media screen and (min-width:1921px) {

    .frame {
        height: 80vh;

    }
}

@media screen and (max-width:768px) {
    header {
        background: url(../images/mobile_01.jpg) center 50px /100% no-repeat;
        /*! padding: 0 0 135% 0; */
        padding: 0;
        height: 125.4vw;
    }


    .frame {
        background: url(../images/mobile_01.png) 100% 0% /cover no-repeat;
    }

}


@media screen and (max-width:480px)
{
    header {
        height: 136.7vw;
    }
}





/*-----------------------------------------------
    apply_
-----------------------------------------------*/


.apply_>ul {
    display: flex;
    flex-wrap: wrap;
    padding: 13vw 2vw 0 4vw;
}

.apply_>ul.apply {
    width: 40%;
}

.apply_>ul.info {
    width: 55%;
}

.apply_>ul>li {
    width: 100%;
	
    /*! height: 59px; */
}

.btn-msg{
    padding: 1vw 0 0 3%;
    max-width: 200px;
    width: 100%;
}

.pos_apply {
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 10;
    right: 0;
    top: 0%;
    /*! background: rgba(203, 152, 152, 0.6); */
    pointer-events: none;

    /*opacity: 0;*/

}




@media screen and (min-width:1921px) {
    .apply_>ul {
        padding: 10vw 2vw 0 3vw;
    }
}


@media screen and (max-width:768px) {


    .pos_apply {

        top: -3%;


    }

    .apply_ {
        display: flex;

        margin: 0 auto 0;
        transform: scale(1) translate(0, 0);
        padding: 0;
        /*! background: #fff; */
        flex-direction: column;
        height: 218vw;
        width: 85%;
    }

    .apply_>ul {
        flex-direction: column;
        padding: 36vw 2vw 0 4vw;
    }

    .apply_>ul>li {
        width: 90%;
        /*! padding: 20px 0 0 60px; */
        transform: scale(1) translate(0%, 0%);
        margin: 0 auto 0;
    }

    .apply_>ul.apply {
        width: 95%;
        height: 30%;
        padding: 0 0 0 8%;
    }

    .apply_>ul.info {
        width: 100%;
        /*margin: 20% auto 0;*/
        height: 75%;
    }


    .gotop {
        bottom: 6rem;
        right: 5px;
        transform: scale(.7);
    }

    .gotop:hover {
        transform: scale(1);
    }

    .apply_>ul>li.go-msg {
        margin: 0 auto;
        text-align: center;
        padding: 2% 0 0 0%;
    }
    .btn-msg{
        max-width: 400px;
    }
}

@media screen and (max-width:480px) {
    .apply_ {

        height: 225vw;
        width: 90%;
    }

}


@media screen and (max-width:376px) {
    .apply_ {

        height: 225vw;
        width: 95%;
    }


}


/*-----------------------------------------------
    fb_
-----------------------------------------------*/
.btn-go-fb {
    position: absolute;
    cursor: pointer;
    /* background: url(../images/fb.png) 50% 0% / 100% no-repeat; */
    width: 30%;
    height: 51px;
    left: 50%;
    top: 69%;

    max-width: 195px;
    transition: all .3s ease;
}
.thumb {
    content: "";
    position: absolute;
    left: -12%;
    top: 12%;
    width: 20%;
    height: 100%;
    background: url(../images/icon-fb.png) 50% 0% / 100% no-repeat;

    z-index: 10;
    transition: all .3s ease;
}

 .btn-go-fb:hover .thumb{
    left: -7%;
    transition: all .3s ease;
}


@media screen and (max-width:1440px)
{
    .btn-go-fb {
        transform: scale(0.9) translate(-3%,-20%);
    }
    .btn-go-fb:hover .thumb{
        left: -17%;
        transition: all .3s ease;
    }

    .btn-go-fb > .button {

        min-width: 140%;

    }
}
@media screen and (max-width:1280px)
{
    .btn-go-fb {
        transform: scale(0.8) translate(-19%,-20%);
    }
}
@media screen and (max-width:768px)
{
    .btn-go-fb {
        transform: scale(0.9) translate(-34%,0%);
    }
    .thumb {
        content: "";
        left: -7%;
        top: 6%;
        width: 20%;
        height: 100%;

    }

}




/*-----------------------------------------------
    award_
-----------------------------------------------*/
.award_ ul {
    display: flex;
    flex-direction: column;
    padding: 1vw 0 0 6%;
    position: relative;
    height: 100%;
}

.part2::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/item.png) 50% 0% / 100% no-repeat;
    z-index: 10;
    pointer-events: none;
}

.award_ ul li {
    flex: 1;
    /* background: rgba(203, 152, 152, 0.6); */
    background: url(../images/award-bg.png) 50% 0% / 100% no-repeat;
}

.award_ ul li.ok {
    flex: 1;
    /* background: rgba(203, 152, 152, 0.6); */
    background: url(../images/award-bg-ok.png) 50% 0% / 100% no-repeat;
}

@media screen and (min-width:1921px) {
    .award_ ul li {
        padding: 0 0 19% 0;
    }

}


@media screen and (max-width:768px)
{
    .award_ ul {
        padding: 1vw 2% 0 6%;
    }
    .part2::before {
        content: '';
        background: url(../images/item-m.png) 50% 0% / 100% no-repeat;

    }
}





/*-----------------------------------------------
   note_
-----------------------------------------------*/
.btn-note {
    position: absolute;
    top: 70%;
    left: 33%;
    width: 100%;
    max-width: 200px;
}




@media screen and (min-width:1921px) {
    .btn-note {
        top: 59%;

    }
}


@media screen and (max-width:1440px)
{
    .btn-note {
        transform: scale(0.9) translate(-3%,-20%);
    }
}
@media screen and (max-width:1280px)
{
    .btn-note {
        transform: scale(0.8) translate(-11%,-34%);
    }
}
@media screen and (max-width:768px)
{
    .btn-note {
        transform: scale(0.9) translate(-12%,-45%);
    }
}

/*-----------------------------------------------
    df-input
-----------------------------------------------*/

.question {
    position: absolute;
    left: 24%;
    top: 50%;
    color: #fff;
    border-right: 0px solid #c5ddec;
    width: 136px;
    height: 50px;
    line-height: 50px;
    transform: translate(0, -50%);
}

input[type='checkbox'] {
    display: none;
}

input[type='checkbox']+label {
    font-size: 1rem;

}


input[type='checkbox']+label span {
    display: inline-block;
    /*! margin: -5px 5px 0 -53px; */
    width: 30px;
    height: 30px;
    cursor: pointer;
    vertical-align: middle;
    background: url(../images/check.png) 0px top /60px no-repeat;
    /*background: url(../images/check_radio_sheet.png) left top /80px no-repeat;*/
    position: absolute;
    left: 17px;
    top: 20px;
}

input[type='checkbox']:checked+label span {
    background: url(../images/check.png) -30px top /60px no-repeat;
    /*background: url(../images/check_radio_sheet.png) -20px top /80px no-repeat;*/
}

input[type='radio'] {
    display: none;
}


input.df-form,
select.df-form {
    /*transition: border linear .2s, box-shadow linear .5s;*/
    /*animation:input_ 2s ease-out 0s infinite both;*/

    outline: none;
    box-sizing: border-box;

    padding: 11px 0 0 51px;
    font-size: 1.15rem;
    max-width: initial;
    margin: 70px 0 0 0 ;
    color: rgb(148, 157, 174);
    
    line-height: 40px;
    /* border-top: 0px solid #cbcbcb; */
    border:0;

    border-bottom: 1px solid #cbcbcb;
    border-radius: 0;
    text-align: left;
    box-shadow: none;
    font-family: 'Montserrat', 'Noto Sans JP',"Meiryo", 'Noto Sans TC', 'PingFang TC', 'Heiti TC', 'Microsoft JhengHei', Arial, sans-serif;
    height: 3.6vw;
    overflow: hidden;
}



   /*chrome有效*/
   /*chrome有效*/
   /*chrome有效*/
   /*chrome有效*/
.df-form::-webkit-input-placeholder{
    border-top: 0px solid #cbcbcb;
    font-size: 1.15rem;
    text-align: left;
    letter-spacing: 0.05rem;
    color: rgb(148, 157, 174);
    opacity: 1;
    border: 0;
    font-family: 'Montserrat', 'Noto Sans JP',"Meiryo", 'Noto Sans TC', 'PingFang TC', 'Heiti TC', 'Microsoft JhengHei', Arial, sans-serif;

}

::-ms-input-placeholder {

    font-size: 1.15rem;
    text-align: left;
    letter-spacing: 0.05rem;
    color: rgb(148, 157, 174);
    opacity: 1;
    font-family: 'Montserrat', 'Noto Sans JP',"Meiryo", 'Noto Sans TC', 'PingFang TC', 'Heiti TC', 'Microsoft JhengHei', Arial, sans-serif;

}

::-moz-placeholder {

    font-size: 1.15rem;
    text-align: left;
    letter-spacing: 0.05rem;
    color: rgb(148, 157, 174);
    opacity: 1;


    font-family: 'Montserrat', 'Noto Sans JP',"Meiryo", 'Noto Sans TC', 'PingFang TC', 'Heiti TC', 'Microsoft JhengHei', Arial, sans-serif;
}



/*focus shadow*/

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {

    /* transition: border linear .2s, box-shadow linear .5s; */
    outline: none;
    border-color: rgba(255, 255, 255, 0.75);
    font-size: 1.15rem;

    animation: input_ .5s ease-out 0s 1 both;


    /* color: #000;*/
    color: #f74c6c;

    border-bottom: 1px solid #000;
}

input.df-form:focus,
select.df-form:focus {
    /*火狐有效*/
    /*火狐有效*/
    /*火狐有效*/
    /*火狐有效*/
    box-sizing: border-box;
    box-shadow: none;
    opacity: 1;
    color: #f74c6c;
    /* padding: 8px 0 0 51px; */

    /*text-align: left;*/
    color: #000;
    border: 0;
    /*! background: transparent; */
    border-bottom: 1px solid #868383;
    /* animation: input_ .5s ease-out 0s 1 both; */
}

@keyframes input_ {

    0% {

        opacity: 0.5;
        width: 30%;
        transform: scaleX(1.5);
        filter: blur(5px);
    }

    100% {

        width: 100%;
        opacity: 1;
        transform: scaleX(1);
        filter: blur(0);
    }
}

.input_ {
    animation: input_ .5s ease-out 0s 1 both;
}


/*input::-webkit-input-placeholder {
    color: #f74c6c;
    color: #fff;
}

input::-moz-placeholder {
    color: #f74c6c;
    opacity: 1;
}
*/
select.icon_down {
    cursor: pointer;
    background: transparent url(../images/icon-input.png) 16px 1.5vw /1.3vw no-repeat;
    /*隱藏預設的下拉圖示*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*! text-align: center; */
}

input.icon_phone {
    background: transparent url(../images/icon-input.png) 18px -4.3vw /1.3vw no-repeat;

}

input.icon_mail {
    background: transparent url(../images/icon-input.png) 18px -9.7vw /1.3vw no-repeat;

}

/*清除ie的默認選擇框樣式清除，隱藏下拉箭頭*/
select::-ms-expand {
    display: none;
}

/*option樣式的簡單清除*/
option::-ms-expand {
    display: none;
}

option {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari 和 Chrome */
    appearance: none;
}

/*背景色字體顏色*/
option:hover {
    color: #fff;
    background-color: #1E90FF;
}


.for-checkbox {
    padding: 4.5% 0 0 55px;
    height: 70px;
}

@media screen and (min-width:1921px) {

    input.df-form,
    select.df-form {
        height: 2.5vw;
    }

    select.icon_down {
        background: transparent url(../images/icon-input.png) 16px 1.1vw /1.1vw no-repeat;

    }

    input.icon_phone {
        background: transparent url(../images/icon-input.png) 18px -3.8vw /1.1vw no-repeat;

    }

    input.icon_mail {
        background: transparent url(../images/icon-input.png) 10px -8.5vw /1.1vw no-repeat;

    }
}


@media screen and (max-width:1440px) {


    input.df-form,
    select.df-form,
    input[type=text]:focus,
    input[type=password]:focus,
    textarea:focus,
    ::placeholder {
        font-size: 0.8rem;
        height: 45px;

    }

   /*chrome有效*/
.df-form::-webkit-input-placeholder{
    font-size: 0.8rem;
}

    select.icon_down {
        background: transparent url(../images/icon-input.png) 27px 18px /13px no-repeat;
    }

    input.icon_phone {
        background: transparent url(../images/icon-input.png) 26px -49px /15px no-repeat;
    }

    input.icon_mail {
        background: transparent url(../images/icon-input.png) 26px -112px /15px no-repeat;
    }

    input[type='checkbox']+label {
        font-size: 0.8rem;

        line-height: 1.3;
    }

    .for-checkbox {
        padding: 16px 0 0 60px;
    }


}

@media screen and (max-width:1280px) {
    .for-checkbox {
        padding: 19px 0 0 60px;
    }

}



@media screen and (max-width:768px) {
    .df-form {
        font-size: 1rem;
        width: 93%;
        padding: 3px;
        max-width: 375px;
        height: 35px;
    }


    .for-checkbox {
        padding: 19px 0 0 42px;
    }

    input[type='checkbox']+label {
        font-size: 0.8rem;

    }

    input::-moz-placeholder,
    input::-webkit-input-placeholder {
        /*color: #f71644; */
        /*color: #fff;*/
        opacity: 1;
        font-size: 1rem;
    }


    input.df-form,
    select.df-form,
    input[type='text'],
    input[type='number'],
    select,
    textarea {
        color: rgb(148, 157, 174);
    }

    /* ::-webkit-input-placeholder {

        color: rgb(148, 157, 174);

    } */

    ::-ms-input-placeholder {

        color: rgb(148, 157, 174);

    }

    ::-moz-placeholder {

        color: rgb(148, 157, 174);


    }




    .question {
        position: absolute;
        left: 0;
        top: 27%;
        color: #fbfbfb;
        border-right: 0px solid #c5ddec;
        width: 147px;
        height: 25px;
        line-height: 25px;
        /*! transform: translate(0,-50%); */
        right: 0;
        text-align: center;
        margin: auto;
        font-size: 1rem;
        background: #2d4a6a;
        border-radius: 50px;
    }

    input.df-form,
    select.df-form,
    input[type=text]:focus,
    input[type=password]:focus,
    input.df-form:focus,
    select.df-form:focus {
        width: 100%;
        font-size: 1rem;
        text-align: left;
        height: 50px;
    }
   /*chrome有效*/
   .df-form::-webkit-input-placeholder{
    font-size: 1rem;
}

    select.icon_down {
        background: transparent url(../images/icon-input.png) 6px 20px /12px no-repeat;
    }

    input.icon_phone {
        background: transparent url(../images/icon-input.png) 4px -50px /15px no-repeat;
    }

    input.icon_mail {
        background: transparent url(../images/icon-input.png) 5px -113px /15px no-repeat;
    }

    input.df-form,
    select.df-form {

        padding: 5px 0 0 25px;

    }

    input.df-form:focus,
    select.df-form:focus {

        padding: 5px 0 0 25px;

    }

    input[type='checkbox']+label span {

        left: 4px;
        top: 20px;
    }

    .list-choice ::placeholder {
        /* CSS 3 標準 */

        font-size: 1rem;
        letter-spacing: -0.02rem;
        color: #f71644;
        /*color: #fff;*/

    }
}

@media screen and (max-width:480px) {

    input.df-form,
    select.df-form,
    input[type='text'],
    input[type='number'],
    select,
    textarea {
        color: rgb(148, 157, 174);
    }

    input::-moz-placeholder {
        color: rgb(148, 157, 174);
        /*! color: #fff; */
        opacity: 1;
        font-size:0.95rem;

    }


    input[type='radio']+label {
        margin-right: 20px;
        /*! color: #fff; */
        color: rgb(148, 157, 174);
    }

    input.df-form,
    select.df-form,
    input[type=text]:focus,
    input[type=password]:focus,
    input.df-form:focus,
    select.df-form:focus {
        width: 100%;
        font-size: 0.95rem;
        text-align: left;
        height: 45px;
    }

}

@media screen and (max-width:376px)
{
    input.df-form,
    select.df-form,
    input[type=text]:focus,
    input[type=password]:focus,
    input.df-form:focus,
    select.df-form:focus {
        height: 40px;
        font-size: 1rem;
    }

}

/*-----------------------------------------------
    button
-----------------------------------------------*/

.btn-go {
    margin: auto;
    padding: 0;
    counter-increment: itemcounter;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    top: 70%;
    left: 0;
    right: 0;
    max-width: 300px;
}



.button {
    pointer-events: auto;
    cursor: pointer;
    background: #e7e7e7;
    border: none;
    padding: 1rem 3rem;
    margin: 0;
    font-size: inherit;
    position: relative;
    display: inline-block;
    min-width: 220px;
    min-width: 20%;

}
button{
    width: 100%;
    max-width: 200px;
}
button a {
    margin: 0;
    padding: 0;
    line-height: inherit;
}

.button::before,
.button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.button--bestia {
    /*font-size: 1.15rem;*/
    /*! color: #fff; */
    background: none;
    padding: 0;
}

.button--bestia .button__bg {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    /*background: #f81b47;*/
    background: rgb(247, 91, 120);
    background: -moz-linear-gradient(-45deg, rgb(247, 91, 120) 0%, rgb(248, 27, 71) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(247, 91, 120, 1) 0%, rgba(248, 27, 71, 1) 100%);
    background: linear-gradient(135deg, rgb(245, 60, 92) 0%, rgb(245, 60, 92) 100%, rgb(245, 60, 92) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f75b78', endColorstr='#f81b47', GradientType=1);

    border-radius: 0.5rem;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    /*! border-radius: 50px; */
    height: 55px;
}

.button--bestia .button__bg2 {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: green;

    border-radius: 0.5rem;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);

    background: rgb(43, 43, 43);
    background: -moz-linear-gradient(-45deg, rgba(43, 43, 43, 1) 0%, rgba(40, 40, 40, 1) 100%, rgba(19, 19, 19, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(43, 43, 43, 1) 0%, rgba(40, 40, 40, 1) 100%, rgba(19, 19, 19, 1) 100%);
    background: linear-gradient(135deg, rgb(24, 119, 242) 0%, rgb(24, 119, 242) 100%, rgb(24, 119, 242) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#131313', GradientType=1);
}

.button--bestia:hover .button__bg,
.button--bestia:hover .button__bg2 {
    transform: scale3d(1.1, 1, 1);
}

.button--bestia .button__bg::before,
.button--bestia .button__bg::after
{
    content: '';
    position: absolute;
    /*background: #000;*/
    background: rgb(43, 43, 43);
    background: -moz-linear-gradient(135deg, rgb(254, 37, 74) 0%, rgb(254, 5, 49) 100%, rgb(255, 97, 124) 100%);
    background: -webkit-linear-gradient(135deg, rgb(254, 37, 74) 0%, rgb(254, 5, 49) 100%, rgb(255, 97, 124) 100%);
    background: linear-gradient(135deg, rgb(166, 31, 54) 0%, rgb(255, 63, 96) 100%, rgb(255, 25, 64) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#131313', GradientType=1);
    filter: blur(1px);
}


.button--bestia .button__bg2::before,
.button--bestia .button__bg2::after {
    content: '';
    position: absolute;
    /*background: #000;*/
    background: rgb(43, 43, 43);
    background: -moz-linear-gradient(135deg, rgb(254, 37, 74) 0%, rgb(254, 5, 49) 100%, rgb(255, 97, 124) 100%);
    background: -webkit-linear-gradient(135deg, rgb(254, 37, 74) 0%, rgb(254, 5, 49) 100%, rgb(255, 97, 124) 100%);
    background: linear-gradient(135deg, rgb(24, 119, 242) 0%, rgb(0, 75, 171) 100%, rgb(24, 119, 242) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#131313', GradientType=1);
    filter: blur(1px);
}

.button--bestia .button__bg::before,
.button--bestia .button__bg2::before {
    width: 110%;
    height: 0;
    padding-bottom: 110%;
    top: 50%;
    left: 50%;
    /*! border-radius: 50px; */
    transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
}

.button--bestia:hover .button__bg::before,
.button--bestia:hover .button__bg2::before {
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}

.button--bestia .button__bg::after,
.button--bestia .button__bg2::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s;
}

.button--bestia:hover .button__bg::after,
.button--bestia:hover .button__bg2::after {
    opacity: 1;
    transition-duration: 0.01s;
    transition-delay: 0.3s;
    filter: blur(0px);
}

.button--bestia span {
    display: block;
    position: relative;
    padding: 0rem 0rem;
    /*! mix-blend-mode: difference; */
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    transition: all .3s ease;
    line-height: 55px;
}

.button--bestia:hover span {
    letter-spacing: 0.3rem;
    padding: 0rem .5rem;
    transition: all .3s ease;
}




@media screen and (max-width:1600px) {


    .button--bestia .button__bg {
        height: 50px;
    }
    .button--bestia span {

        line-height: 50px;
    }

    button{
            max-width: 180px;
        }
}

@media screen and (max-width:1400px) {


    .button--bestia .button__bg {
        height: 40px;
    }
    .button--bestia span {

        line-height: 40px;
        font-size: 1.3rem;
    }

    button{
        max-width: 140px;
    }

}



@media screen and (max-width:768px) {

    .btn-go {

        top: 78%;

    }

    .btn-apply {
        margin: 20px auto 10px;
        padding: 0;
        counter-increment: itemcounter;
        top: 0;
        left: -6%;
        right: 0;
        text-align: center;
        transform: scale(0.8);
    }

    .button {
        /*! padding: 1rem 3rem; */
        margin: 0 auto;
        min-width: 60%;
    }

    .button {
        margin: 1% auto 5%;
        min-width: 54%;
    }

    .button--bestia span {

        line-height: 30px;
        font-size: 1rem;
    }

    .button--bestia .button__bg {
        max-height: 30px;
    }
}

@media screen and (max-width:480px) {
    .button {
        margin: 0% auto 0;
        min-width: 100%;
        max-width: initial;
    }
    .button--bestia span {

        line-height: 35px;
        font-size: 1.2rem;
    }

    .button--bestia .button__bg {
        max-height: 35px;
    }
}


/*-----------------------------------------------
    list
-----------------------------------------------*/

ol {
    padding: 0 0 0 15px;
}


.note-list {
    margin: 11% auto 0;
    width: 93%;
    height: 83%;
    max-width: 900px;
    overflow: hidden;
    padding: 0 0px 1% 3%;
    color: #000;
    line-height: 1.8;
    /*! top: 50%; */
    /*! left: 50%; */
    /*! transform: translate(-50%, -50%); */
    /*! display: block; */
    position: relative;
}




.note-list ol li {
    line-height: 2.33;
    list-style: none;
    font-size: 0.85rem;
    padding: 0 0 0 20px;
    letter-spacing: 0.03rem;
}

.note-list ol>li>a {
    color: #007bff;
    text-decoration: none;
    display: initial;
}

.note-list ol li:before {
    content: ' ';
    line-height: 1;
    list-style: none;
    font-size: 0.8rem;
    margin: 0 8px 0 -22px;
    color: #f74f6f;
    font-family: 'Montserrat', 'Noto Sans JP',"Meiryo", 'Noto Sans TC', 'PingFang TC', 'Heiti TC', 'Microsoft JhengHei', Arial, sans-serif;
    font-weight: 600;
}


.note-list ol li:nth-child(1):before {
    content: '01';
}

.note-list ol li:nth-child(2):before {
    content: '02';
}

.note-list ol li:nth-child(3):before {
    content: '03';
}

.note-list ol li:nth-child(4):before {
    content: '04';
}

.note-list ol li:nth-child(5):before {
    content: '05';
}

.note-list ol li:nth-child(6):before {
    content: '06';
}

.note-list ol li:nth-child(7):before {
    content: '07';
}

.note-list ol li:nth-child(8):before {
    content: '08';
}

.note-list ol li:nth-child(9):before {
    content: '09';
}

.note-list ol li:nth-child(10):before {
    content: '10';
}

.note-list ol li:nth-child(11):before {
    content: '11';
}

.note-list ol li:nth-child(12):before {
    content: '12';
}

.note-list ol li:nth-child(13):before {
    content: '13';
}

.note-list ol li:nth-child(14):before {
    content: '14';
}

.note-list ol li:nth-child(15):before {
    content: '15';
}

.note-list ol li:nth-child(16):before {
    content: '16';
}

.note-list ol li:nth-child(17):before {
    content: '17';
}

.note-list ol li:nth-child(18):before {
    content: '18';
}

.note-list ol li:nth-child(19):before {
    content: '19';
}

.note-list ol li:nth-child(20):before {
    content: '20';
}

.note-list ol li:nth-child(21):before {
    content: '21';
}
.note-list ol li:nth-child(22):before {
    content: '22';
}
.note-list ol li:nth-child(23):before {
    content: '23';
}
.note-list ol li:nth-child(24):before {
    content: '24';
}
.note-list ol li:nth-child(25):before {
    content: '25';
}
/*.note-list ol li:nth-child(20):before {content: '20';}*/


.note-list ol li p {
    line-height: 2.2;
    font-size: 0.9rem;
    transition: all .3s ease;
    letter-spacing: 0.015rem;
}


.other_ {
    margin: 70px auto;
}


.note-list ol.other_>li:before {
    content: ' ';
    line-height: 1;
    list-style: none;
    font-size: .9rem;
    margin: 0px 14px 0 -19px;
    width: 5px;
    height: 5px;
    background: #f74f6f;
    display: inline-block;
    border-radius: 50%;
}


@media screen and (min-width:1921px) {
    .note-list {

        height: 75%;

        /*! margin: 10% auto; */
    }
}
@media screen and (max-width:1600px) {
    .note-list {

        height: 90%;

        /*! margin: 10% auto; */
    }

}



@media screen and (max-width:768px) {

    .note-list ol li,
    h5 ol li {
        line-height: 1.8;
        list-style: none;
        font-size: 0.9rem;
        padding: 0 0 0 18px;
        letter-spacing: 0.01rem;
        text-align: left;
    }

    .note-list {
        margin: 0 auto 0;
        /*! max-height: 460px; */
        height: 90%;
        padding: 15% 0 0 3%;
        width: 92%;
    }
}




@keyframes barHide {

    0%,
    90% {
        overflow: hidden;
    }


    100% {
        overflow: auto;

    }
}



/*-----------------------------------------------
    df-cover
-----------------------------------------------*/
.df-cover {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*background: rgba(0, 0, 0, .8);*/

    background: rgba(0, 0, 0, 0.9);

}

/*-----------------------------------------------
    box-girl
-----------------------------------------------*/
.box-girl {
    position: absolute;
    background: url(../images/box-girl.png) center top / 100% no-repeat;
    top: -16vw;
    right: 27.8%;
    width: 88%;
    height: 135%;

    pointer-events: none;
}
@media screen and (min-width:2560px) {
	.box-girl {opacity: 0}}
	
@media screen and (min-width:1921px) {
        .box-girl {
        top: -14.5vw;
        right: 36%;
        width: 78%;
        /*! height: 75%; */

    }


}
@media screen and (max-width:1280px) {
    .box-girl {
        top: -19vw;
        right: 52.4%;
        width: 58%;
        /*! height: 75%; */

    }
}

@media screen and (max-width:768px) {
    .box-girl {
        top: -28.9vw;
        right: 36.8%;
        width: 77%;
        height: 97%;

        background: url(../images/box-girl-m.png) center top / 100% no-repeat;
    }
}

@media screen and (max-width:480px) {
    .box-girl {
        top: -54.8vw;
        right: 1.4%;
        width: 99%;
        height: 75%;

    }
}

/*-----------------------------------------------
    box-content
-----------------------------------------------*/
.box-content {
    position: fixed;
    top: 20%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 0% 0 2% 0%;
    z-index: 2;
    width: 45%;
    height: 53vh;
    transition: all .3s;
    text-align: left;
    text-align: justify;
    /*! background: transparent; */
    background: rgba(255, 255, 255, 0.9);
    /*! background: url(../images/box-img.jpg) 0% 100% / 30% no-repeat; */

    max-width: 1300px;
    border-radius: initial;
    transform: initial;
    /*! border: 1px solid rgb(203, 203, 203); */
    /*! max-height: 600px; */
    border-radius: 5px;
}

.box-content-v {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 0% 0 2% 0%;
    z-index: 2;
    width: 65%;
    height: 75vh;
    transition: all .3s;
    text-align: left;
    text-align: justify;
    /*background: transparent;*/
    /*! background: rgba(203, 152, 152, 0.6); */
    /*! background: url(../images/box-img.jpg) 0 65% / 30% no-repeat; */

    max-width: 1300px;
    border-radius: initial;
    transform: initial;
    /*! border: 1px solid rgb(203, 203, 203); */
    /*! max-height: 600px; */
}


.box-content-v .df-close {

    top: -62px;

}

.box-text {
    max-height: 550px;

    margin: 5% auto 0;
    width: 85%;
    height: 83%;
    max-width: 900px;
    overflow: hidden;
    padding: 6% 0px 0% 3%;
    color: #000;
    line-height: 1.8;

    position: relative;
}




@media screen and (max-width:1280px) {
    .box-content {
        /*! height: 75vh; */
        /*! padding: 0% 0 2% 28%; */

        /*! max-height: 448px; */
        width: 80%;

    }
}

@media screen and (max-width:768px) {


    .box-content {
        padding: 0;

        max-height: 690px;
        width: 90%;
        /*! background: url(../images/box-img-m.jpg) 0 0% / 100% no-repeat; */

        top: 22%;
        height: 65vh;
    }

}

@media screen and (max-width:414px) {
    .box-text {
        height: 58vh;

        padding: 0 0 0 1%;
        width: 90%;

    }



}



/*-----------------------------------------------
    df-close
-----------------------------------------------*/
/*.df-close:hover {
    transform: rotateZ(0deg);
}

.df-close {
    display: inline-block;
    position: absolute;
    top: -60px;
    right: 0;
    z-index: 10;
    opacity: 1;
    width: 60px;
    height: 60px;
    cursor: pointer;
    overflow: hidden;
    transition: all .5s;
    transform-origin: 50% 50%;
    background: #000;
}

.df-close::before,
.df-close::after {
    position: absolute;
    top: 50%;
    width: 80%;
    height: 0.15rem;
    border-radius: 5px;
    content: '';
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
}




@media screen and (max-width:1280px) {



    .df-close {
        top: -40px;
        width: 40px;
        height: 40px;
    }

}*/

/*-----------------------------------------------
    box-open & close
-----------------------------------------------*/
.msg,
.note {
    display: none;
}

.df-box {
    z-index: -10;
    opacity: 0;
}

.box-open {
    animation: boxOpen .5s ease-out 0s 1 both;
    transform: scale(1);
    pointer-events: auto;
    z-index: 999;
}

.box-close {
    animation: boxClose 0.3s ease-out 0s 1 both;
    transform: scale(1);
    pointer-events: none;
    z-index: -10;
}


@keyframes boxOpen {
    0% {
        filter: blur(10px);
        opacity: 0;
    }

    100% {
        filter: blur(0px);
        opacity: 1;
    }
}

@keyframes boxClose {
    0% {
        filter: blur(0px);
        opacity: 1;
    }

    100% {
        filter: blur(0px);
        opacity: 0;
    }
}

/*-----------------------------------------------
    footer
-----------------------------------------------*/

footer {
   background:#E3E3E3
}

.cp {
    width: 100%;
    padding: 0 0 8% 0;
    background:
        url(../images/cp_01.png) 0% 50% /48% no-repeat, url(../images/cp_02.png) 95% 56% /45% no-repeat;
}

@media screen and (max-width:1440px) {
    .cp {
        width: 100%;
        padding: 0 0 11% 0;
        background:
            url(../images/cp_01.png) 0% 50% /60% no-repeat, url(../images/cp_02.png) 95% 50% /60% no-repeat;
    }
}



@media screen and (max-width:768px) {
    footer {
    /*修改003*/
    /*修改003*/
    /*修改003*/
        /*background: url(../images/mobile_04.jpg) center 0 /100% no-repeat;
        height: 50vw;*/


        background: url(../images/mobile__04.jpg) center 0 /100% no-repeat;
        height: 48vw;

    }
    .cp {
        background: url(../images/cp-m.png) center 50% /91% no-repeat;

        padding: 0 0 50% 0;
    }
}



/*-----------------------------------------------
    menu-bottom
-----------------------------------------------*/

.menu-bottom {
    position: absolute;
    right: 70px;
    top: 13px;
    width: 25%;
    height: 25px;
    /*! background: rgba(228, 228, 228, 0.4); */

    width: 450px;
    /*! margin: 10px auto 0; */
    z-index: 10;
    border-radius: 5px;
}

.menu-bottom ul li:after {
    content: '';
    background: rgba(159, 159, 159, 0.6);
    width: 1px;
    height: 50%;
    position: absolute;
    top: 25%;
    left: 0;
}

.menu-bottom ul li:nth-child(1):after {

    width: 0px;

}

.menu-bottom ul {
    display: flex;
    width: 98%;
    padding: 0;
    margin: auto;
    /*! width: 440px; */
    background: rgba(228, 228, 228, 0.4);
}

.menu-bottom ul li {
    padding: 0 15px;
    list-style: none;
    /*! flex: 1; */
}

.menu-bottom a {
    font-size: 0.7rem;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #555;
    line-height: 25px;
    font-weight: 500;
    letter-spacing: 0.02rem;
    transition: all .3s ease;
}

.menu-bottom a:hover {
    color: rgba(0, 139, 193, 0.6);
    transition: all .3s ease;

}

.menu-bottom a:before {
    content: '';
    width: 0%;
    height: 1px;
    background: rgba(0, 139, 193, 0.3);
    position: absolute;
    left: 10%;
    bottom: 2px;
    transition: all .5s ease;
    margin: auto;


    left: 0;
    right: 0;
}


.menu-bottom a:hover:before {
    width: 80%;

    transition: all .5s ease;



}

@media screen and (max-width:1600px) {
    .menu-bottom {
        transform: scale(0.9);
        right: 0%;

    }
}

@media screen and (max-width:768px) {
    .menu-bottom {
        transform: scale(0.8) translate(-10%, 0);
        /*! right: initial; */

        /*! left: -8%; */
        top: 10px;
        right: 0;
        left: 0;
    }
}



/*-----------------------------------------------
     join
-----------------------------------------------*/



.join {
    position: absolute;
    max-width: 202px;
    height: 26%;
    right: 0;
    top: 43%;
    /*! background: #5bc0de96; */
    /*! background: url(../images/btn-go.png) center top / 100% no-repeat; */
    /*! background: url(../images/btn-go.jpg) center top / 100% no-repeat; */

    z-index: 9;
    /*! animation: zoomBg 3s cubic-bezier(.250, .460, .450, .940) 0s infinite both; */

    width: 10%;
}

.join:before {
    /*! content: ''; */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*! background: url(../images/btn-go_.png) center top / 100% no-repeat; */
    animation: zoom 3s cubic-bezier(.250, .460, .450, .940) 0s infinite both;

}


@keyframes zoomBg {
    0% {
        filter: blur(0px);
        opacity: 1;
    }

    25% {
        filter: blur(0px);
        opacity: 1;
    }

    50% {
        filter: blur(0px);
        opacity: 1;
    }

    75% {
        filter: blur(0px);
        opacity: 1;
    }

    100% {
        filter: blur(0px);
        opacity: 1;
    }
}

@keyframes zoom {
    0% {
        filter: brightness(1) blur(0px);
        opacity: 1;
        transform: scale(1) translate(0, 0%);
    }

    40% {
        filter: brightness(1.5) blur(3px);
        opacity: 0;
        transform: scale(1.3) translate(20%, -5%);
    }

    100% {
        filter: brightness(1) blur(0px);
        opacity: 0;
        transform: scale(1) translate(0, 0%);
    }
}


@media screen and (max-width:768px) {
    .join {
        opacity: 0;
        pointer-events: none;
        width: 0;
        height: 0;
        z-index: -10;


    }




}

/*-----------------------------------------------
    landpage-box
-----------------------------------------------*/

.landpage-box {
    display: none;

}

@media screen and (max-width:768px) {


    .landpage-box li {
        list-style: none;
        margin: auto;
        /*! text-align: center; */
    }

    .landpage-close {
        right: 14px;
        top: 14px;
        /*! background: rgba(203, 152, 152, 0.6); */


    }

    .landpage-box {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.9) url(../images/landpage-box.png) center 70% / 100% no-repeat;
        z-index: 102;
    }

    .landpage-box2 {
        background: rgba(0, 0, 0, 0.9) url(../images/landpage-box2.png) center 70% / 100% no-repeat;
    }

    .landpage-apply {
        width: 69%;
        height: 41vh;
        margin: 55vh auto 5%;
        padding: 0 0 0 10px;
    }



    .landpage-box li.go-msg {
        text-align: center;
    }

}