@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,300&display=swap');
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important; /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}

html,body {
    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    /* -webkit-user-select: none;   */                /* prevent copy paste, to allow, change 'none' to 'text' */
}
html{
    touch-action: manipulation !important;
    -ms-touch-action: manipulation !important;
}
body{/* background-color: #fbfbfb; */
    background-image: url(../img/bg/space_bg.png);letter-spacing: 1px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom; /*20240418改*/
    /* transform: translateX(15px); */
}
.body{background-color: transparent;}
a:hover{color:#e4097f;}
.pin-wrapper{min-height: 100px}
.main{/*transform: translateY(275px); background-color: #fbfbfb; */}
.text-light-blue{color:#25bbf5;}
/* .pin-wrapper~.main{transform: translateY(-50px);} */
.bg-main{background-color: var(--main) !important;}
.step li{position: relative;display: inline-block;margin-bottom: 0px;padding: 5px 30px 5px 1px;font-weight: 500;color: #ffffff;opacity: .5;line-height: 27px;}
.step li:not(:last-child):after{
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    top: 10px;
    right: 10px;
    color: #ffffff;
}
.list.step li:before{background-color: #ffffff;color: var(--main)}
.list.step li.active:before{color: var(--main);background-color: #fff;}
.list.step li.active,.list.step li.active:after{color: #fff;opacity: 1;}
.w-100{width: 100%}
.form-control-lg,select.form-control-lg{font-size: 15px;line-height: 1;height: 2.8rem !important;}
.has_sub_title{
    background-color: #f7f7f7;
}
.has_sub_title:before{
    content: attr(data-title);
    position: absolute;
    color: #495057;
    z-index: 5;
    top: 20%;
    left: 10px;
    font-size: 14px;

}
.header_logo,.logo-box img{max-width: 100%;}
.has_sub_title input.form-control{
    padding-left: 80px;
    height: 3rem;
}
.w-small.has_sub_title input.form-control{
    padding-left: 50px;
}
.w-lg.has_sub_title input.form-control{
    padding-left: 130px;
}
.input-group>.input-group-text {
    border-radius:0.25rem 0 0 0.25rem;
    border: none;
}
.width_select ~ select,.form-control~.input-group-text{height: 3rem;border-radius: 0 0.25rem 0.25rem 0}
.input-group>.form-control, .input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    height: 3rem !important;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #f6f6f6;
    opacity: 1;
}
.delete_add{
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 20px;
    color: #444;
}
.delete_add:hover{
    color: var(--main);
}
.bg-header{ background-color: #004378; color: #fff;}
.table_title{background-color: #f1f5fa;text-align: left !important;font-weight: 600;color:#004378;}
.price_table tr:not(.bg-header) th,.price_table tr td:not(.table_title){border-bottom: 2px dashed #eee}
.price_table tr:last-child td{border:none;}
.price_table tr:not(:last-child) td:last-child{text-align: right}
#footer .footer-copyright p,#footer a:not(.btn):not(.no-footer-css){color: #fff;font-size: 13px;}
.card-header:before{
    content: '\f067';
    font-family:'Line Awesome Free';
    font-weight: 700;
    position: absolute;
    line-height: 1;
    top: 15px;
    right: 10px;
    font-size: 16px;

}
.collapse:before{
    content: '\f068';
    font-family:'Line Awesome Free';
    font-weight: 700;
    position: absolute;
    line-height: 1;
    top: 15px;
    right: 10px;
    font-size: 16px;
    z-index: 2;
    background-color: #f7f7f7;
    transition: all 0.1s linear;
}
.accordion .card-header a.accordion-toggle{color: #444}
.relate{display:none;}
html .scroll-to-top {
    border: 1px solid var(--main);
    background-color: transparent;
    border-radius: 5px;
    bottom: 50px;
    color: var(--main);
    width: 45px;
    height: 45px;
    z-index: 1040;
    font-size: 1em;
    line-height: 2;
}
html .scroll-to-top:hover{
    background-color: var(--main);
    color: #fff;
}
html .scroll-to-top:before{
    content: 'TOP';
    position: absolute;
    bottom: -27px;
    left: 12px;
}
html .scroll-to-top:hover::before{color: var(--main);}
.avatar{
    width: 40px;
    height: 40px;
    border-radius: 25px;
    background-position: center;
    background-size: cover;
    margin-right: 10px;
}
.user_li{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    background-color: #f1f5fa;
    padding:15px 10px;
    font-size: 18px;
    border-radius: 15px;
    color: #444;
    position: relative !important;
}
.user_li .img{
    background-size: cover;
    background-position: top;
    width: 80px;
    height: 68px;
    position: absolute;
    bottom: -1px;
    right: 10px;
    width: 80px;

}
.nav-tabs li.active .nav-link{background-color: #fff;}


/* 票券 */
.course {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0px 20px rgb(0 0 0 / 10%);
    display: flex;
    max-width: 100%;
    margin: 20px;
    overflow: hidden;
    z-index: 5;
    /* width: 700px; */
}

.course h6 {
    opacity: 1;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.course h2 {
    letter-spacing: 1px;
    margin: 10px 0;
    line-height: 1.5;
    font-weight: 600;
}

.course-preview {
    background-color: #e4b182;
    color: #fff;
    padding: 30px;
    width: 35%;
    position: relative;
}
.course-preview h2,.course-preview h6{color:#fff;}
.course-preview a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    opacity: 0.8;
    margin-top: 30px;
    text-decoration: none;
    position: absolute;
    bottom: 20px;
}

.course-info {
    padding: 30px;
    padding-bottom: 0;
    position: relative;
    width: 100%;
    background-color: #fff;
}
.course-info h2{
    background-color: #f7e6e6;
    padding: 10px 12px 6px;
    border-radius: 10px;
    margin-bottom: 10px;
    color: #e4097f;
    display: inline-block;
}
.course-info h5{
    color: #666;
}
.course-info h2 small{font-size: 12px;display: block;}
.cancel .course-preview{
    background-color: #999;
}
.yet .course-preview{
    background-color: #24bbf5;
}
.over .course-preview{
    background-color: #0f5272;
}

.progress-container {
    position: absolute;
    top: 30px;
    right: 30px;
    text-align: right;
    width: 150px;
}

.progress {
    background-color: #ddd;
    border-radius: 3px;
    height: 5px;
    width: 100%;
}

.progress::after {
    border-radius: 3px;
    background-color: #2A265F;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    width: 66%;
}

.progress-text {
    font-size: 10px;
    opacity: 0.6;
    letter-spacing: 1px;
}
.pay{
    padding: 5px 12px;
    background-color: #ffdf3b;
    color: #8b5d32 !important;
    display: inline-block;
    border-radius: 25px;
    line-height: 1.5;
}
.pay.yet{background-color:#ae2003;color:#fff!important;}
.pay.cancle{ background-color: #c58c57; color: #fff !important;}
.btn.custom_btn {
    position: absolute;
    background-color: #568181;
    border: 0;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 16px;
    padding: 12px 25px;
    letter-spacing: 1px;
    margin-left: 10px;
    bottom: 0;
    right: 20px;
    transition: all 0.1s linear;
}
.btn-grey.custom_btn{
    background-color: #dfdfdf;
    color: #8b8787 !important;
}
.btn.custom_btn:hover{
    color: #fff;
    filter: brightness(0.9);
}
.modal-content{border-radius: 15px;overflow:hidden ;}
.modal-header{border:0;}
.modal-header .close{padding: 0;margin: 0;}
.modal.show .modal-dialog{border-radius: 10px;}
.round0{border-radius: 0px}
html body .btn-grey, html body .btn-outline.btn-grey{
    background-color: #f4f4f4;
    color: #777;
}
html body .btn-grey:hover, html body .btn-outline.btn-grey:hover{
    background-color: #f4f4f4;
    color: #777;
    filter: brightness(0.9);
}
.qrcode{width: 300px;max-width: 100%;text-align: center;margin: 0 auto}
li {
    list-style: none;
    text-decoration: none;
}
.header_logo img{transform: translateY(-20px)}
.main{z-index: 99;}
.pin-wrapper .header_logo img{transform: translateY(0px)}
.pin-wrapper .sticky-wrapper{/* background-color: #fbfbfb; */z-index: 100;}
.sticky-wrapper .sticky-body{background-color: transparent;}
.page_title:before{
    content: url(../img/bg/hr.svg);
    position: absolute;
    width: 100px;
    height: 2px;
    bottom: 12px;
    text-align: center;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.page-header{padding: 0;background-color: transparent;}
.page-header::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 180px;
    /* background-image: url(../img/bg/cloud_up.png); */
    background-position: top;
    background-size: cover;
}/*
.cloud-section{
    position: relative;
    bottom: 0;
    height: 380px;
    width: 100vw;
} */
.cloud-section::after {
    content: "";
    position: absolute;
    bottom: -455px;
    left: 0;
    width: 100%;
    height: 380px;
    /* background-image: url(../img/bg/cloud.png); */
    background-position: bottom;
    background-size: cover;
    z-index: -1;
    display: block;
    pointer-events: none;
}
.bg-space {
    /* background-image: url(../img/bg/space_bg.jpg); */
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 90%;
}
.pos_r{position: relative;}

/* footer */
.footer {
    padding: 150px 0 20px;
    position: relative;
    /* transform: translateY(40px); */
}
footer .left-box::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size: 0;
}
footer .left-box {
}
footer .left-box li {
    float: left;
}
footer .left-box li a {
    font-size: 17px;
    color: #005394;
    font-weight: 600;
    padding: 4px 2px;
    margin-right: 12px;
    transition: all 0.3s;
    position: relative;
    display: inline-block;
}
footer .left-box li a::before {
    content: "";
    width: 0;
    height: 2px;
    background-color: #005394;
    border-radius: 8px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s;
}
footer .left-box li a:hover {
    opacity: 1;
    text-decoration: none;
}
footer .left-box li a:hover::before {
    width: 100%;
}
footer .logo-box img {
    display: inline-block;
}
footer .logo-box p{
    color: #005394;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    font-family: 微軟正黑體,sans-serif;
}
.border-right-dashed-1 {
    border-right: 1px dashed #68ccf8;
}
.copyright-about,footer .logo-box a,.pinfooter{color: #005394;}
.footer a.pinfooter {
    font-size: 0.8em;
    letter-spacing: 0;
    opacity: .6;
}
.footer a.pinfooter:hover {
    opacity: 1;
}
.txtbox{padding-left: 20px;margin-bottom: 30px;margin-top: 20px;color:#444;}
.txtbox:before {
    content: '';
    position: absolute;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #cecece;
}
.main_t{font-weight: 600;font-size: 24px;}
.txtRight{transform: translate(-30px,15px);}
.txtbox .sub_t{
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.card-body a:not(.btn):hover,.card-body a:not(.btn):hover .main_t,.card-body a:not(.btn):hover .sub_t{text-decoration: none;color: var(--second); }
.more_svg svg{
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}
.more_svg svg path{fill: var(--main);}
.more_svg:hover svg path{fill: var(--second);}
.blog-posts>.row:nth-child(2n-1) .col-lg-5{order: 2;transform: translateX(-20px);}
.blog-posts>.row:nth-child(2n-1) .col-lg-6{order: 1;transform: translateX(20px);}
.blog-posts>.row:nth-child(2n-1) .col-lg-5{}
.img2{
    position: absolute;
    right: 26%;
    top: 20%;
    animation-name: rotate_right;
    animation-duration: 1s;
    animation-delay: 0ms;
    transition: all 0.5s;
    transform: rotate(21deg);
    transform-origin: right bottom;
    width: 250px;

}
.img1{
    position: absolute;
    left: 26%;
    bottom: -5%;
    animation-name: rotate_left;
    animation-duration: 1s;
    animation-delay: 5ms;
    transition: all 0.5s;
    transform: rotate(340deg);
    transform-origin: left bottom;
    width: 250px;
}
a.text-primary:focus, a.text-primary:hover{color:var(--second) !important;}
.data_box{display: none;}
.confirm_phone input{border-right: 0;}
.confirm_phone button{border-left: 0;border-color:rgba(0, 0, 0, 0.09); border-radius: 0 0.3rem 0.3rem 0}
.bg-tile::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/tile.svg);
    background-size: contain;
    background-size: 440px;
    background-position: top right;
    opacity: 0.1;
    pointer-events: none;
    z-index: -1;
}
.tab-nav {
    display: flex;
    justify-content: center;
}
.tab-nav .nav-item{
    display: inline-block;
    padding: 8px 24px;
    font-size: 18px;
    color: #25bbf5;
    font-weight: 600;
    background-color: #fff;
    text-decoration: none;
    transition: all 0.3s;
    border-radius: 8px;
    position: relative;
    border: 1px solid #25bbf5;
    margin-right: 12px;
}
.today.tab-nav .nav-item{
    min-width: 164px;
    text-align: center;
}
.tab-nav .nav-item a{color: #25bbf5}
.tab-nav .nav-item.active,.tab-nav .nav-item.active a{
    background-color: #25bbf5;
    color: #fff;
}
.tab-nav .nav-item.active:before{
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 8px 0 8px;
    border-color: #25bbf5 transparent transparent transparent;
}
#header .header-nav-main nav > ul > li > a.btn-arrow-effect-1:hover{color:var(--second) !important;}
.step_info li{display: inline-block;
    padding: 15px;
    font-size: 16px;
    width: calc(100% / 3.05);
    background-color: #efefef;
    color:#666;
    text-align: center;
    font-weight: 600;
    position: relative;
    margin-right: -3px;
}
.step_info li:not(:first-child):before{
    border-bottom: 29px solid transparent;
    border-left: 26px solid #efefef;
    border-top: 29px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    left: -1%;
    top: -3%;
    width: 0;
    z-index: 0;
}
.step_info li:not(:last-child):after{
    content: '';
    background: url(../img/arrow.png) center/cover;
    height: 51px;
    width: 30px;
    position: absolute;
    top: 1px;
    right: -25px;
    z-index: 1;
    filter: brightness(0) opacity(0.2);
}
.step_info li.active:after{
    height: 54px;top: 0px;
}
.step_info li.active{
    background-color: #fff;
    border: 1px solid #6bcff7;
    border-right: 0;
    color: #25bbf5;
}
.step_info li.active:last-child{border-right:1px solid #6bcff7;}
.step_info li.active+li:before{border-left:26px solid #fff;}
.step_info li.active:after{
    filter: brightness(1);
}
.booking_area{
    border: 1px solid #999;
    border-left:0 ;
    border-right:0 ;
    padding: 15px;
}
.booking_area h2{margin-bottom: 0px;font-weight: 400;}
.booking_area h2 span{
    font-family:  'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 3rem;
}
.booking_area h4{
    font-size: 24px;
    color: var(--main);
    font-weight: 900;
    letter-spacing: 0px;
    margin-bottom: 0px;
}
.booking_area select{
    padding: 8px 10px;
    min-height: 48px;
    width: 60%;
    min-width: 200px;

}
.booking_area select:focus{
    box-shadow: none;
}
.booking-time{display: none;}
.booking-time.today{display: inline-table; width: 100%;}
.booking-time .time_item{
    width: calc(100% / 3.2);
    padding: 15px 5px;
    display: inline-block;
    background-color: #fff;
    text-align: center;
    margin-bottom: 5px;
    border: 1px solid #cdcdcd;
    color: #343434;
    cursor: pointer;
}
.booking-time.today .time_item{
    width: calc(100% / 4.2);
    margin-right: 5px;
}
.booking-time .time_item:hover{
    border: 1px solid var(--main);
    color: var(--main);
}
.booking-time .time_item.active{
    background-color: var(--main);
    border: 1px solid var(--main);
    color: #fff;
}
.booking-time .time_item.disabled{
    background-color: #eee;
    border: 1px solid #dfe1e1;
    color: #b0aeae;
    pointer-events: none;
}
.info {
    margin-top: 20px;
    padding: 10px;
    text-align: center;
}
.info span{
    position: relative;
    margin-left: 50px;
}
.info span:before{
    content: '';
    width: 25px;
    height: 25px;
    background-color: #ececec;
    position: absolute;
    left: -30px;
}
.info span:nth-child(1):before{
    background-color: var(--second);
}
/* .info span:nth-child(2):before{
  background-color: var(--main);
} */
.info span:nth-child(2):before{
    background-color: #fff;
    border: 1px solid #cdcdcd;
}

/* 20220608 add */
.text-box {
    padding: 20px 10px;
    background-color: #ffffff;
    border-radius: 5px;
    vertical-align: middle;
    border: 2px solid #f3f3f3;
}
.plan_check~label::before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    top: -10px;
    right: 5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 24px;
    transition-duration: 0.4s;
    transform: scale(0);
}
.plan_check:checked+label.text-box{
    border:2px solid #d1eaf9;
    background-color: #f9fdff;
}
.plan_check+label p{margin-bottom: 0;color:#666;}
.plan_check+label img{width: 60px;filter: grayscale(1)}
.plan_check:checked+label img{ filter: grayscale(0);}
.plan_check:checked+label p{color:var(--main);}
.re_way1,.data_inputs{display: none;}
/*--- 20220608 add ---*/

footer .left-box li a,.copyright-about, footer .logo-box a, .pinfooter,
footer .logo-box p{color: #ffffff;text-shadow: 0 0px 10px rgb(0 0 0 / 70%);font-weight: 600;}


@-webkit-keyframes rotate_right {
    0% {
        -webkit-transform: rotate(3deg) ;
        transform: rotate(3deg) ;
        right: 31%;

    }

    to {
        -webkit-transform: translateZ(0) translateX(0px) rotate(21deg);
        transform: translateZ(0)  translateX(0px) rotate(21deg);
        right: 26%;
    }
}
@-webkit-keyframes rotate_left {
    0% {
        -webkit-transform: rotate(45deg) ;
        transform: rotate(45deg) ;
        left: 28%;

    }

    to {
        -webkit-transform: translateZ(0) translateX(0px) rotate(340deg);
        transform: translateZ(0)  translateX(0px) rotate(340deg);
        left:26%;
    }
}

/* 20230515 */
.recored_box_term{
    position: relative;
    background-color: #eef8fd;
    padding: 14px 25px 10px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    justify-content: end;
    transition: all .15s ease-in;
    overflow: hidden;
}
.recored_box_term:hover{
    color: #e4097f;
    padding-right: 20px;
    background-color: #fcf3fa;
}
.recored_box_term:hover a,.recored_box_term:hover .la-search{
    color: #e4097f;
}
.recored_box_term .la-search{
    color: #0ea0e9;
    position: absolute;
    top: -16px;
    left: 0;
    font-size: 5rem;
    opacity: .1;
}
.today{
    background-color: #fff;
}
html .btn-primary.disabled.custom-btn-style-1, html .btn-primary:disabled.custom-btn-style-1{
    background-color: #eee;
    border: 1px solid #dfe1e1;
    color: #848383;
}
.line_btn{
    background-color: #48c600;
    color: #fff;
    font-weight: 600;
    padding: 5px 15px;
    line-height: 1.5;
    border-radius: 4px;
    margin: 6px 4px;
    display: inline-block;
    background-position: center;
    background-size: cover;
    transition: all .15s ease-in;
}
a.line_btn:hover,a.line_btn:focus{
    color: #fff;
    box-shadow:2px 2px 0px 2px #0d9d2e;
    transform: translateY(-3px);
}
.today_span{
    background-color: #fff2f2;
    width: 22%;
    display: block;
    margin: 0px auto 10px;
    padding: 6px 4px 2px;
    color: var(--pink);
    font-weight: 600;
    font-size: 15px;
}
.booking_area input{
    width: 60%;
    min-width: 200px;
}













:root{
    --font:"overpass",-apple-system, "Helvetica Neue", Helvetica, "Nimbus Sans L", Arial, "Liberation Sans", "PingFang SC", "Hiragino Sans GB", "Source Han Sans CN", "Source Han Sans SC", "Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, "WenQuanYi Zen Hei Sharp", sans-serif;
    --main:#26baf5;
    --mainlight: #60a2cd;
    --maindark: #0c9dd7;
    --second: #e4017e;
    /*
    --second:;
    --seconddark:;
    --seconddlight:; */
}
::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 2px;
}

::-webkit-scrollbar:horizontal {
    height: 2px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid transparent;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

/*
| ----------------------------------------------------
| responsive
| ----------------------------------------------------
*/
@media (max-width:1441px) {
    .cloud-section::after {
        bottom: -380px;
    }
}
@media (max-width: 1367px) {
}


@media (max-width: 1025px) {}


@media (max-width: 769px) {
    .logo-box img{width: 285px;}
    .course-preview h2{font-size: 24px;}
    .course-preview,.course-info{padding: 15px;}
    .pin-wrapper{min-height: 80px;}
    #header .header-nav-main nav > ul li.user_li,  #header .header-nav-main nav > ul li:last-child{padding: 15px 10px;text-align: center;margin-bottom: 10px;}
    #header .header-nav-main nav > ul li .heading.heading-border{margin-bottom: 0px;}
    #header .header-nav-main nav > ul li a{text-align: center; }
    .img1{left: 13%;width: 200px;}
    .img2{right:10%;width: 200px;}

    @-webkit-keyframes rotate_right {
        0% {
            -webkit-transform: rotate(3deg) ;
            transform: rotate(3deg) ;
            right: 13%;

        }

        to {
            -webkit-transform: translateZ(0) translateX(0px) rotate(21deg);
            transform: translateZ(0)  translateX(0px) rotate(21deg);
            right: 10%;
        }
    }
    @-webkit-keyframes rotate_left {
        0% {
            -webkit-transform: rotate(45deg) ;
            transform: rotate(45deg) ;
            left: 18%;

        }

        to {
            -webkit-transform: translateZ(0) translateX(0px) rotate(340deg);
            transform: translateZ(0)  translateX(0px) rotate(340deg);
            left:13%;
        }
    }
}


/*iphone plus*/
@media (max-width: 430px) {
    .course{margin-left: 0;margin-right: 0;display: block}
    .course-preview,.course-info{width: 100%;padding: 15px;}
    .course-preview a{margin-top: 0;bottom:5px;position: relative;}
    .course-preview h2{font-size: 24px;}
    .course-info h6{margin-bottom: 10px;}
    .yet .course-info{padding-bottom: 60px;}
    .btn.custom_btn{transform: translateY(0px);margin-left: 2px;padding: 12px;}
    .course-info h2{display: block;text-align: center;}
    .step_info{display: flex;}
    .step_info li,.step_info li:not(:last-child):after{height: 80px;padding: 15px 12px;display: flex; align-items: center;justify-content: center;}
    .step_info li:nth-child(2){padding:15px 20px;}
    .step_info li:not(:last-child):after{top: -1px; right: -12px;width: 37px;}
    .step_info li:not(:first-child):before,.step_info li.active+li.active+li:before{border-bottom: 40px solid #efefef; border-top: 40px solid #efefef;left: -18px;top: 0;}
    .step_info li.active+li:before{border-left: 33px solid #fff;}
    .step_info li.active+li.active:before,.step_info li.active+li.active+li.active:before{border-bottom: 37px solid #fff; border-top: 40px solid #fff;}
    .img1,.img2{display: none;}
    .border-right-dashed-1 { border-right: none;}
    .booking-time.today .time_item{ width: calc(100% / 3.2); }


}


/*iphone: 7px*/
@media (max-width: 400px) {
    .booking-time.today {
        display: inline-table;
        width: 105%;
        transform: translateX(-2.5%);
    }
}



/*iphone 5*/
@media (max-width: 321px) {}


/*iPhone XR*/
@media only screen
and (device-width : 414px)
and (device-height : 896px)
and (-webkit-device-pixel-ratio : 2) {



}

/*iPhone XS*/
@media only screen
and (device-width : 375px)
and (device-height : 812px)
and (-webkit-device-pixel-ratio : 3) {

}

/*iPhone XS Max*/
@media only screen
and (device-width : 414px)
and (device-height : 896px)
and (-webkit-device-pixel-ratio : 3) {


}
/*橫拿*/
@media screen and  (orientation:landscape) {}
/*縱拿*/
@media screen and (orientation:portrait) {}
/*設備寬高比*/
@media screen and (device-aspect-ratio: 16/9) {}

