@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&family=Playfair+Display:wght@200..900&family=Knewave&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;
}
.index .owl-carousel{
  height: calc(100vh - 230px);
}
.btn-secondary.btn-more-light{
    --hover: var(--secondary--300);
    background-color: var(--secondary--200);
    border-color: var(--secondary--200);
    letter-spacing: 2px;
}
.btn-float{
  width: 9rem;
  height: 9rem;
  border-radius: 9rem;
  line-height: 9rem;
  text-align: center;
  position: absolute;
  top: -4.5rem;
  right:3rem;
  text-shadow: 0 0 10px rgba(0 0 0 /10%);
}
.btn-float span{
    position: absolute;
    width: 9.5rem;
    height: 9.5rem;
    left: -0.25rem;
    bottom: -0.25rem;;
    background: var(--secondary-rgba-50);
    border-radius: 50%;
    -webkit-animation: living 3s linear infinite;
    opacity: .4;
    z-index: -1;
}
.btn-float span:nth-child(2) {
    -webkit-animation-delay: 2s;
}
.anim-balloon{
    animation: baloon_1 3s infinite;
    -webkit-animation-direction: alternate;
}
@keyframes baloon_1{
0% { transform:translateY(20px);}
50% {transform:translateY(40px);}
100% {transform:translateY(20px);}
}
@keyframes living {
    0% {
        transform: scale(1);
        opacity: .5
    }

    50% {
        transform: scale(1.5);
        opacity: .3
    }

    100% {
        transform: scale(1.8);
        opacity: 0
    }
}
.ENfont {
    font-family: "Knewave", system-ui;
    font-weight: 400;
    font-style: normal;
    height: 70px;
    font-size: 4rem;
    letter-spacing: 2px;
    white-space: nowrap;
    color: var(--primary);
    transform: translateY(-30px) rotate(-5.36deg);
}
.route_item .card{
  border-radius: 20px;
  box-shadow: 10px 10px  20px rgba( 0 0 0 / 5%);
  margin-bottom: 30px;
}
.route_item .card_body{
  padding: .5rem 2rem 2rem;
}
.route_item .route_title{
  font-size: 3rem;
  line-height: 1.6;
  font-weight: 600;
  color:var(--primary);
}
.route_item .route_title small{
  display: block;
}
.route_cover{
  width: 100%;
  aspect-ratio:4/3;
  border-radius: 20px;
  margin-bottom: 20px;
  /*transform: translate(-3rem,5rem);*/
}
.route_dash{
  position: relative;
  background-color: #444;border-radius: 25px;
  /*border: 1px solid #444;
  border-right:0;
  border-left:0;*/
  display: flex;
  justify-content: space-between;
  
}
.route_dash li{
  position: relative;
  z-index: 2;
  padding: 4px 12px;
  font-size: 18px;
  font-weight: 600;
}
.route_dash li:not(.Length){
 border-radius: 25px;
  color:#fff; 
  background-color: #444;
}
.Length{
    font-size: 2rem;
    font-weight: 600;
}
.route_dash:before{
  content: '';
  position: absolute;
  width: 100%;
  border:2px dashed #fff;
  top:45%;
}
.num{
  width: 100px;
  height: 100px;
  border-radius: 100px;
  line-height: 1.2;
  background-color: var(--primary-300);
  color: #fff;
  text-align: center;
  font-size: 2.8rem;
  padding: 20px;
  position: absolute;
  top: 20px;
  left: 20px;

}
.num small{
  font-size: 1rem;
  display: block
}
.route_box .row:nth-child(2n){
    /*direction: rtl;*/
    /*margin: 5rem 0;*/
}
.route_box .row:nth-child(2n) .num{
      right: -20px;
      left:auto;
}
.shadow-0{box-shadow: none !important;}
.preview-outter {
    width: 100%;
    padding-top: calc(100%* 6 / 9);
    position: relative;
    margin-bottom: 6px;
}
.preview-outter .preview-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/upload.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #f1f1f1;
}
.pic-item{position: relative;}
.del-btn{
    position: absolute;
    top: -26px;
    right: -7px;
    font-size: 30px;
    color: #848484;
    text-shadow: 0 0 10px rgb(8 8 8 / 40%);
    border-radius: 50px;
    background-color: #fff;
}
.form-item{
  margin-bottom: 25px;
}
.form-item label,form label{
  font-size: 16px;
  font-weight: 500;
}
.req-star{
  color:#eb8181;
}
.step_box{
  position: relative
}
.step_box:before{
  position: absolute;
  content: '';
  border-left:4px solid rgba(0, 0, 0, 0.1);
  left:17px;
  top:0;
  height: 100%;
}
.step {
  position: relative;
  min-height: 1em;
  color: gray;
}
.title {
  line-height: 1.5em;
  font-size: 20px;
  font-weight: bold;
}
.caption {
  font-size: 1.1em;
}
.step + .step {
  margin-top: 1.5em
}
.step > div:first-child {
  position: static;
  height: 0;
}
.step > div:not(:first-child) {
  margin-left: 2.5em;
  padding-left: 1em;
}
/* Circle */
.circle {
    background: gray;
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    box-shadow: 0 0 0 3px #fff;
    font-size: 18px;
}
/* Vertical Line */
.circle:after {
    content: ' ';
    position: absolute;
    display: block;
    top: -8px;
    right: 50%;
    bottom: 1px;
    left: 48%;
    height: 100%;
    width: 4px;
    transform: scale(1, 2);
    transform-origin: 50% -100%;
    

}
.step:last-child .circle:after {
  display: none
}
.step.step-active {
  color: var(--primary)
}
.step.step-active .circle {
  background-color: var(--primary);
}
.step.step-active .circle:after{
  background-color: var(--primary);
}
.search-form {
    position: relative;
    border: 2px solid #e7e7e7;
    border-radius: 3rem;
    display: inline-block;
    margin: 10px 0 30px;
    width: 100%;
}
.search-form input {
    padding: 12.8px 48px 12.8px 19.2px;
    padding: .8rem 3rem .8rem 1.2rem;
    border: none;
    background-color: transparent;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: -.05em;
    color: var(--dark);
    outline: 0;
	text-transform:uppercase;
}
.search-form .btn {
    position: absolute;
    top: 53%;
    right: -11.2px;
    right: -.7rem;
    font-size: 19.2px;
    font-size: 1.2rem;
    min-width: 80px;
    min-width: 5rem;
    transform: translateY(-50%);
    padding: 0;
    background: 0 0;
    transition: color .3s;
}
.search-form .btn:active{
  border:0;
}
.result_box.pass{
    border: 2px solid #6cb4e4 !important;
    border-radius: 20px;
    overflow: hidden;
}
.result_box.fail{
    background-color: #fffbf9;
    border: 2px solid #ed8968 !important;
    border-radius: 20px;
    overflow: hidden;
}
.result_box h3{
  text-align: center;
  padding: 0.5em 0.25em;
  font-weight: 600;
}
.result_box.pass h3{
  color: #6cb4e4;
  /*border-top: solid 2px #6cb4e4;*/
  border-bottom: solid 2px #6cb4e4;
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}
.result_box.fail h3{
  color: #ed8968;
  /*border-top: solid 2px #ed8968;*/
  border-bottom: solid 2px #ed8968;
  background: -webkit-repeating-linear-gradient(-45deg, #fdebe5, #fdebe5 3px, #ffded2 3px,#ffded2 7px);
  background: repeating-linear-gradient(-45deg, #fdebe5, #fdebe5 3px, #ffded2 3px,#ffded2 7px);
}
.result_box.fail  p{
  color: #ed8968;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.modal-header{border-bottom:0;}
.modal-header h5{
  font-size: 20px;
}
.btn-default{
  border-color:#efefef;
}
.saleout{
  position: relative;
}
.saleout:before{
    content: '兌換完畢';
    position: absolute;
    color: #ffffff;
    z-index: 3;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    background-color: #31313170;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
.saleout img{
  filter: grayscale(1);
}
.modal h5{
  line-height: 1.5;
  font-weight: 600;
}
.route_page_title {
    position: relative;
    padding: 5px 42px 5px 15px;
    background: var(--primary);
    font-size: 20px;
    color: white;
    line-height: 1.5;
    display: inline-block;
}
.custom_today_data img.icon{
  width: 60px;
  filter: invert(1);
}
.custom_today_data small{font-size: 14px;}
.custom_today_data .card,.custom_today_data .box-shadow-1:before{
  border-radius: 0 5rem !important;
}
.custom_today_data .col-lg-3:nth-child(2) .card,.custom_today_data .col-lg-3:nth-child(2) .box-shadow-1:before{
  border-radius: 5rem 0 !important;
}
.custom_today_data .card-body{
  padding:2rem .5rem;
}
.route_page_title:before {
  position: absolute;
  content: '';
  right: -2px;
  top: -2px;
  border: none;
  border-right: solid 40px white;
  border-bottom: solid 79px transparent;
}
.route_data.card{
  border:1px solid var(--primary);
  border-radius: 10px;
  height: 160px;
}
.route_data p{
  position: relative;
  color: #ffd500;
   z-index: 2;
}
.route_data p:before,.route_data.card small:before{
  content: attr(data-content);
  position: absolute;
  color: var(--primary);
  text-align: center;
  transform: translate(3px,2px);
  z-index: -1;
  
}
.route_data.card h4{
  color: var(--primary);
  font-weight: 700;
  font-size: 1.1em;
  position: absolute;
  top: -.5em;
  line-height: 1;
  margin: 0 auto;
  left:0;
  right:0;
}
.route_data.card h4 span{
  background: #fff;
  padding: 0 .5em;
}
.route_data.card small{
  display: block;
  position: relative;
  font-size: .5em;
  line-height: 1;
}
.tabs{
  margin-bottom: 15px;
}
html body .tabs .nav-tabs .nav-link{
  font-size: 18px;
  letter-spacing: 2px;
  border:none;
  margin:0 10px;
  color:#999;
  background-color: #e4e4e4;
  border-radius: 25px;
}
html body .tabs .nav-tabs .nav-link.active,html body .tabs .nav-tabs .nav-link:hover{
  background-color: var(--primary);
  color:#ffff;
}
.nav-tabs{border-bottom:0;}
.tab-content{
  border:none;
}
.as-ratio1{aspect-ratio:1/1;}
.point_box {
    position: relative;
    margin: 1em 0;
}
.point_box .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    right: -2px;
    padding: 10px;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    z-index: 2;
}
.point_box p {
    margin: 0; 
    padding: 0;
}
.point_box .item_title{
  flex:0 0 45%;
}
.point_box.shop{
    border: solid 2px #04a49d;
}
.point_box.shop .box-title{
    background: #04a49d;
}
.point_box.point{
    border: solid 2px #f4a557;
}
.point_box.point .box-title{
    background: #f4a557;
}
.point_box.food{
    border: solid 2px #687ead;
}
.point_box.food .box-title{
    background: #687ead;
}
#address.modal .modal-body,#gift.modal .modal-body,#mail.modal .modal-body{
  padding:1rem 0px 0;
}
#address.modal .modal-body .row,#gift.modal .modal-body .row,#mail.modal .modal-body .row{
  padding: 0 1rem;
}
#address.modal .modal-body .d-flex .btn:nth-child(1),
#gift.modal .modal-body .d-flex .btn:nth-child(1),
#mail.modal .modal-body .d-flex .btn:nth-child(1){
  border-radius: 0 0 0 8px;
}
#address.modal .modal-body .d-flex .btn:nth-child(2),
#gift.modal .modal-body .d-flex .btn:nth-child(2),
#mail.modal .modal-body .d-flex .btn:nth-child(2){
  border-radius: 0 0 8px 0 ;
}
header .header-btn-collapse-nav span {
    display: block;
    width: 30px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #4c4c4c;
    -webkit-transition: opacity 0.3s 0.3s;
    -o-transition: opacity 0.3s 0.3s;
    transition: opacity 0.3s 0.3s;
}

header .header-btn-collapse-nav span:after, 
header .header-btn-collapse-nav span:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #4c4c4c;
    -webkit-transition: top 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s;
    transition: top 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s;
    transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s;
    transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s;
}
header .header-btn-collapse-nav span:before {
    top: -9px;
}
header .header-btn-collapse-nav span:after {
    bottom: -9px;
}
.mobile-menu-opened header .header-btn-collapse-nav span {
    background-color: transparent;
    -webkit-transition: backgrond 0.3s;
    -o-transition: bbackgrond 0.3s;
    transition: backgrond 0.3s;
}
.mobile-menu-opened header .header-btn-collapse-nav span:before {
    top: calc(50% - 1px);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mobile-menu-opened header .header-btn-collapse-nav span:after {
    bottom: calc(50% - 1px);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mobile-menu-opened header .header-btn-collapse-nav span:after,.mobile-menu-opened  header .header-btn-collapse-nav span:before {
    -webkit-transition: top 0.3s, bottom 0.3s, -webkit-transform 0.3s 0.3s;
    transition: top 0.3s, bottom 0.3s, -webkit-transform 0.3s 0.3s;
    -o-transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s;
    transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s;
    transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}
.mobile-menu-opened body{max-height: 100vh;overflow: hidden}
#footer .list-unstyled li,#footer .list-unstyled li a:not(.btn){
  font-size: 16px;
  color:#fff;
  opacity: .9;
}
.deco_flower1,.deco_flower2{
  content: '';
  position: absolute;
  width: 11vw;
  background-size: contain;
  background-repeat: no-repeat;
}
.deco_flower1{
  background-image: url(../img/flower1.png);
  left:10vw;
  top:10vw;
  height: 15vw;
}
.deco_flower2{
  background-image: url(../img/flower2.png);
  right:12vw;
  top:20vw;
  height: 15vw;
}
#footer{
  margin-top: 40px !important;
}
#footer:before{
  content: '';
  background: url(../img/deco_footer.png) center / contain no-repeat;
  position: absolute;
  bottom: 25%;
  right: 0%;
  width: 21vw;
  height: 14vw;
}
#footer [class^=col]{position: relative;z-index: 2}
.alert-warning{
  border-radius: 50px 0 0 50px;
}
.alert-warning i{
    padding: 14px;
    background-color: #fff;
    border: 1px solid #cebf93;
    border-radius: 25px;
}
.lightbox .thumb-info .thumb-info-wrapper:after{
  background: #fff0;
}
.lightbox .thumb-info .thumb-info-inner{
  display: inline-block;
    padding: 5px 8px;
    background-color: var(--primary--100);
    border-radius: 25px;
    box-shadow: 3px 2px 10px rgb(6 136 165 / 42%);
}
.custom-hero-font-1{
    font-size: calc(20px + 50 * ((100vw - 350px)/(1200 - 350)));
    line-height: calc(0px + 50 * ((100vw - 350px)/(1200 - 350)));
}
.custom-hero-font-2{
  font-size: calc(14px + 20 * ((100vw - 350px)/(1200 - 350)));
  line-height: calc(14px + 20 * ((100vw - 350px)/(1200 - 350)));
}
.today{
  position: absolute;
  top: -0px;
  right:0;
}
.custom-stroke-text-effect-1{
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: var(--primary-rgba-30);
    white-space: nowrap;
}
.custom-stroke-text-effect-1 small{
  display: block;
}





:root{
    --font:'Microsoft JhengHei',-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;

}
::-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) {
#footer:before{
    bottom: 44%;
  }
}
@media (max-width: 1367px) {
  .index .owl-carousel{
    height: calc(50vh);
  }
  .custom-hero-font-1{
    font-size: calc(20px + 50 * ((100vw - 50px)/(1000 - 350)));
    line-height: calc(0px + 50 * ((100vw - 50px)/(1000 - 350)));
  }
  .custom-hero-font-2{
    font-size: calc(14px + 20 * ((100vw - 250px)/(1000 - 250)));
    line-height: calc(14px + 20 * ((100vw - 350px)/(1000 - 350)));
  }
  
}


@media (max-width: 1181px) {
  .index .owl-carousel{
    height: calc(50vh - 300px);
  }
  .route_data.card {
    height: 200px;
  }
  .step_box{
    display: flex;align-items: start;
    margin-bottom: 50px;
  }
  .step{width: calc(100% / 3.5);}
  .step + .step {
    margin-top: 0em;
  }
  .step_box:before {
    border-left: none;
    left: 17px;
    top: 16px;
    height: 4px;
    border-top: 4px solid rgba(0, 0, 0, 0.1);
    width: 100%;
  }
  .circle:after{
    top: 16px;
    height: 4%;
    width: calc(100vw / 5);
    z-index: -1;
  }
  .step > div:not(:first-child){
    margin-top: 40px;
    margin-left: 0em;
  }
  .deco_flower1, .deco_flower2 {
    width: 20vw;
  }
  .deco_flower1{
    top: 2vw;
    height: 11vw;
  }
  #footer:before{
    width: 28vw;
    height: 21vw;
  }
  .body:not(.index) .deco_flower1{
    top:23vw;
    left: 0;
  }
  .body:not(.index) .deco_flower2{
    right: 3vw;
    top: 45vw;
  }

}


@media (max-width: 821px) {
  .index .owl-carousel{
    height: calc(50vh - 200px);
  }
  .btn-float {
    width: 7rem;
    height: 7rem;
    border-radius: 7rem;
    line-height: 7rem;
    top: -5rem;
  }
  .btn-float span {
    position: absolute;
    width: 7.5rem;
    height: 7.5rem;
  }
  .ENfont{
    height: 50px;
    font-size: 3.5rem;
    letter-spacing: 1px;
  }
  .route_item .route_title{font-size:2rem;}
  .num{
    width: 5.5rem;
    height: 5.5rem;
    top: 13px;
    font-size: 1.8rem;
  }
  .route_dash li:nth-child(2){display: none;}
  #footer h5,#footer ul.social-icons{
    display: inline-block;
  }
  #footer .opacity-9,#footer .list-unstyled li, #footer .list-unstyled li a:not(.btn){
    margin-top: 10px;
    opacity: 1 !important;
    text-shadow: 0 0 10px rgb(100 75 53 / 65%);
    font-weight: 600;
  }
  .point_box .col-md-9{
    padding-top: 3rem !important;
    padding-bottom: 2rem !important;
  }
    #footer:before {
      width: 37vw;
      height: 21vw;
  }

}
@media (max-width: 600px) {
  .ENfont {
      height: 30px;
      font-size: 2.5rem;
      letter-spacing: 1px;
  }
  .route_data .card-body{
    padding: .8rem!important
  }
  .route_data.card {
      height: 160px;
  }
  .btn-link-effect-5{
    text-align: left;
  }
  .btn-link-effect-5 span{
    padding-left: 30px !important;
    display: inline-block;
  }
  .btn-link-effect-5 i{
    position: absolute;
    left: 5px;
    top: 9px;
  }
  .point_box .d-flex {
    flex-wrap: wrap;
  }
  .point_box .item_title{flex:0 0 100%;}
  .point_box .col-md-9 {
      padding-top: 2rem !important;
      padding-bottom: 2rem !important;
  }
  #footer:before {
    width: 50vw;
    height: 31vw;
    bottom: auto;
    top: -10%;
  }
  .deco_flower1 {
      top: -6vw;
      height: 18vw;
      width: 30vw;
  }
  .deco_flower2{height: 26vw;}
  .today{
    position: relative;
  }
  .custom-hero-font-1{
    font-size: 6rem;
    line-height: 5rem;
  }
  .custom-hero-font-2{
    font-size: 3rem;
    line-height: 3rem;
  }
}

 /*iphone plus*/
@media (max-width: 430px) {
  #header .header-logo img{width: 100px;height: auto}
  .owl-carousel.custom-nav-1-pos-1 .owl-nav .owl-next{left: 49%;}
  .owl-carousel.custom-nav-1-pos-1 .owl-nav .owl-prev{left: 35%;}
  .index .owl-carousel {
      height: calc(50vh - 200px);
  }
  .btn-float {
      display: none;
  }    
  .btn-float span {
      position: absolute;
      width: 6.3rem;
      height: 6.3rem;
  }
  .ENfont {
      height: 30px;
      font-size: 2.5rem;
      letter-spacing: 1px;
  }
  #footer .opacity-9 {
    flex-wrap: wrap;
    line-height: 2;
  }
  #footer .opacity-9  .vr{display: none;}
  #header .header-nav-main nav > ul > li > a{width: 80vw;}
  .caption{display: none;}
  .circle{margin: 0 auto;}
  .step .title{font-size: 14px; text-align: center;}
  .step > div:not(:first-child) {
      padding-left: 5px;
  }
  .step_box:before {
    left: 28px;
    width: 80%;
  }
  .circle:after{z-index: 0;}
  .step.step-active .circle >span{
    position: relative;
    z-index: 2;    
  }
  .modal-header{align-items: start}

}


/*iphone: 7px*/
@media (max-width: 400px) {
  .ENfont {
      font-size: 2rem;
      letter-spacing:0px;
  }
}



/*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) {}

