﻿@charset "utf-8";

a{
    text-decoration: none;
    color: #009dc1;
}

/*首頁旅遊紀錄&我的行程按鈕*/

.mbtnar {
    position: fixed;
    bottom: 20%;
    right: 5px;
    width: 5%;
}

.mbtbx {
    margin: 10px 0 10px 0;
    height: 85px;
}

.mbtbx:nth-child(1){
background-image: url(/TripIsU/images/mbtn02_pc.png);
background-repeat: no-repeat;
background-size: 100%;
background-position: center center;
}

.mbtbximg{
background-image: url(/TripIsU/images/mbtn02_1_pc.png) !important;	
}

.mbtbx:nth-child(2){
background-image: url(/TripIsU/images/mbtn01_pc.png);
background-repeat: no-repeat;
background-size: 100%;
background-position: center center;
}

.mbtbx:nth-child(3){
background-image: url(/TripIsU/images/mbtn03_pc.png);
background-repeat: no-repeat;
background-size: 100%;
background-position: center center;
}

.mbtbx a{
display: block;
height: 85px;
}


/*平板 iPad Pro*/
@media screen and (min-width: 1024px) and (max-width: 1366px){

.mbtnar {
    bottom: 6%;
    right: 5px;
    width: 7%;
}

}


/*平板 iPad*/
@media screen and (min-width: 768px) and (max-width: 1024px){

.mbtnar {
    position: fixed;
    bottom: 0%;
    right: inherit;
    left: 0px;
    width: 100%;
}

.mbtbx {
    margin: 0px 0 0px 0;
    height: 85px;
    float: left;
    width: 50%;
}

.mbtbx:nth-child(1){
background-image: url(/TripIsU/images/mbtnbg_1024.png);
background-repeat: no-repeat;
background-size: 100%;
background-position: center bottom;
}

.mbtbx:nth-child(1) a {
    background-image: url(/TripIsU/images/mbtn03.png);
    background-repeat: no-repeat;
    background-size: 48%;
    background-position: center center;
    width: 100%;
    margin: 10px auto 0 auto;
}

.mbtbx:nth-child(2){
background-image: url(/TripIsU/images/mbtnbg_1024.png);
background-repeat: no-repeat;
background-size: 100%;
background-position: center bottom;
}

.mbtbx:nth-child(2) a {
    background-image: url(/TripIsU/images/mbtn01.png);
    background-repeat: no-repeat;
    background-size: 48%;
    background-position: center center;
    width: 100%;
    margin: 10px auto 0 auto;
}

.mbtbx:nth-child(3){
background-image: url(/TripIsU/images/mbtnbg_1024.png);
background-repeat: no-repeat;
background-size: 100%;
background-position: center bottom;
}

.mbtbx:nth-child(3) a {
    background-image: url(/TripIsU/images/mbtn02.png);
    background-repeat: no-repeat;
    background-size: 48%;
    background-position: center center;
    width: 100%;
    margin: 10px auto 0 auto;
}

}


/*平板 iPad橫向*/
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation:landscape){

.mbtbx {
    margin: 0px 0 0px 0;
    height: 55px;
    float: left;
    width: 50%;
}

.mbtbx a {
    height: 50px;
}

.mbtbx:nth-child(1) a {
    background-size: 27%;
    width: 100%;
    margin: 4px auto 0 auto;
}

.mbtbx:nth-child(2) a {
    background-size: 27%;
    width: 100%;
    margin: 4px auto 0 auto;
}

.mbtbx:nth-child(3) a {
    background-size: 27%;
    width: 100%;
    margin: 4px auto 0 auto;
}

}


@media screen and (max-width: 960px){

.mbtbx img {
    width: 40%;

}


}


@media screen and (max-width: 480px){

.mbtnar {
    position: fixed;
    bottom: 0%;
    right: inherit;
    left: 0px;
    width: 100%;
}

.mbtbx {
    margin: 0px 0 0px 0;
    height: 55px;
    float: left;
    width: 33.333%;
}

.mbtbx a {
    height: 60px;
}

.mbtbx:nth-child(1){
background-image: url(/TripIsU/images/mbtnbg.png) !important;
background-repeat: no-repeat;
background-size: 100%;
background-position: center bottom;
}

.mbtbx:nth-child(1) a {
    background-image: url(/TripIsU/images/mbtn02.png);
    background-repeat: no-repeat;
    background-size: 82%;
    background-position: center center;
    width: 100%;
    margin: 3px auto 0 auto;
}

.mbtbx:nth-child(1).mbtbximg a {
    background-image: url(/TripIsU/images/mbtn02_1.png);
}

.mbtbx:nth-child(2){
background-image: url(/TripIsU/images/mbtnbg.png);
background-repeat: no-repeat;
background-size: 100%;
background-position: center bottom;
}

.mbtbx:nth-child(2) a {
    background-image: url(/TripIsU/images/mbtn01.png);
    background-repeat: no-repeat;
    background-size: 84%;
    background-position: center center;
    width: 100%;
    margin: 6px auto 0 auto;
}

.mbtbx:nth-child(3){
background-image: url(/TripIsU/images/mbtnbg.png);
background-repeat: no-repeat;
background-size: 100%;
background-position: center bottom;
}

.mbtbx:nth-child(3) a {
    background-image: url(/TripIsU/images/mbtn03.png);
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: center center;
    width: 100%;
    margin: 4px auto 0 auto;
}

}

/*首頁旅遊紀錄&我的行程按鈕-----結束*/


/*抵達景點跳窗*/

.arvpopbg{
position: fixed;
background-color: rgba(0,0,0,0.90);
top: 0px;
left: 0px;
height: 100%;
width: 100%;
z-index: 99;
display: none;
}
.arvpopbg2{
position: fixed;
background-color: rgba(0,0,0,0.90);
top: 0px;
left: 0px;
height: 100%;
width: 100%;
z-index: 99;
display: none;
}
.arclose {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 50px;
    height: 50px;
    background-image: url(/TripIsU/images/close.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.arvp01 {
    width: 29%;
    position: absolute;
    top: 9%;
    left: 34%;
    background-image: url(/TripIsU/images/arvpbg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 88%;
}

.arvcon{
width: 85%;
margin: 40px auto 0 auto;
height: 95%;
overflow: auto;
padding: 0 20px;
}

.arvh1 {
    color: #033e87;
    font-size: 1.4em;
    text-align: center;
    margin: 6px 0 18px 0;
	font-weight: bold;
	line-height: 1.3em;
}

.arvh1 span{
    color: #dd035a;
	font-size: 1.15em;
	margin:0 0 0 5px;
}

.arvpc {
width: 300px;
height: 300px;
border-radius: 50%;
margin: 0 auto 20px auto;
background-image: url(/TripIsU/images/smpc5.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

.arvbadge{
margin: 0 0 40px 0;
}

.arbgal{
margin: 0 3px 0 3px;
float: left;
width: 16%;
}

.arbgebox{
background-image: url(/TripIsU/images/sunlight.png);
background-repeat: no-repeat;
background-size: 100%;
}

.arbgebox img {
    width: 107%;
    margin-top: -8px;
}

.arvbgtt{
color: rgba(92,92,92,1.00);
font-size: 0.8em;
text-align: center;
margin-top: -5px;
}

.arvstx{
font-size: 1.15em;
margin: 0 auto 15px auto;
text-align: justify;
width: 90%;
}

.arfall{
margin: 0 0 10px 0;
}

.arfall ul{

}

.arfall ul li{
font-size:1.15em;
padding: 9px 5px 5px 5px;
}

.arfall ul li:after{
content: '';
display: block;
clear: both;
}

.arfall ul li:nth-child(even){
background-color:#f3e1e1;
}

.arfall ul li ._deleteFavourite{
font-size:1.15em;
padding: 9px 5px 5px 5px;
width: 28%;
/* display: inline-block; */
float: right;			 
}

._linkFavourite {
    width: 8%;
    display: inline-block;
    float: right;
    margin: 8px;
}

._linkFavourite img{
    width: 100%;
}

._deleteFavourite {
    width: 70%;
    display: inline-block;
}

._deleteFavourite img{
    width:100%;	
}

.dfnam {
    float: left;
    width: 56%;
}

.dfal {
    float: right;
    width: 35%;
}

.arfts{
font-size: 1em;
margin: 0 0 3px 0;
}

.arfem {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 5px 5px 5px;
    border: 3px solid #f2c12a;
    border-radius: 10px;
    height: 55px;
    background-color: #fff;
}

.atftbox {
    background-color: transparent;
    height: 38px;
    width: 99%;
    border: none;
	font-size: 1.05em;
}

.atftbox:focus-visible {
    outline: none;
}

.arsend{
margin: 20px 0 0 0;
text-align: center;
}

.arsend a{
 color: #fff !important;
}

.arsendbtn {
    padding: 10px 20px 10px 20px;
    text-align: center;
    background-color: #fc7938;
    color: #fff;
    border-radius: 8px;
	font-size: 1.1em;
	display: inline-block;
}

#myfav_add{
background-color: #2ca3af !important;
cursor: pointer;
float: left;
clear: both;
margin: 0 0 10px 0;	
}

#myfav_cancel{
background-color: #939292 !important;
cursor: pointer;
float: left;
clear: both;
margin: 0 0 10px 0;
}

#myfav_cancel img{
width:19px;
}

.arvw{
background-image: -webkit-linear-gradient(270deg,rgba(243,163,0,1.00) 0%,rgba(243,120,0,1.00) 100%);
background-image: -moz-linear-gradient(270deg,rgba(243,163,0,1.00) 0%,rgba(243,120,0,1.00) 100%);
background-image: -o-linear-gradient(270deg,rgba(243,163,0,1.00) 0%,rgba(243,120,0,1.00) 100%);
background-image: linear-gradient(180deg,rgba(243,163,0,1.00) 0%,rgba(243,120,0,1.00) 100%);
}

.arsendbtn img {
    padding: 2px 7px 0 0;
	width: 25px;
    float: left;
	box-sizing: content-box;
}

.arvinftx {
    font-size: 1.28em;
    margin: 0 0 35px 0;
    color: #e73c01;
    font-weight: bold;
    text-align: center;
	padding: 10px 0 0 0;
}

.arvinftx span{
    font-size: 0.85em;
    color: #6f6f6f;
    font-weight: normal;
	display: block;
}

.arrecdbtn {
    padding: 10px 20px 10px 20px;
    text-align: center;
    background-color: #fc7938;
    color: #fff;
    border-radius: 8px;
    font-size: 1.3em;
    display: inline-block;
}

.arrecdbtn img {
    padding: 0 0px 0 0;
    width: 58%;
    margin-top: -23px;
    float: left;
}

@media screen and (max-width: 1920px){

.arvcon {
    margin: 20px auto 0 auto;
}

.arfall1 {
    float: left;
    width: 46%;
    margin: 0 2% 15px 2%;
}

.arfem1 {
    background-color: #f1ebe2;
    padding: 5px 10px 5px 10px;
	height: 43px;
}

.arfts1 {
    width: 65%;
    margin: 0 auto;
}

.arfts1 img{
    width: 100%;
}

.arvpc {
    width: 200px;
    height: 200px;
    margin: 0 auto 20px auto;
}

.arbgebox img {
    width: 95%;
    margin-top: -8px;
}

.arbgal {
    height: 85px;
}

.arsendbtn {
    padding: 9px 20px 10px 20px;
}

.arsendbtn img {
    padding: 2px 15px 0 0;
    width: 24px;
    margin-top: 0px;
}

#startPUSH img {
    width: 28px;
    margin-top: 0px;
}
	
}

@media screen and (max-width: 1440px){
	
.arvp01 {
    width: 29%;
    top: 5%;
    left: 34%;
    height: 95%;
}

.arvcon {
    margin: 15px auto 0 auto;
}

.arvpc {
    width: 200px;
    height: 200px;
    margin: 0 auto 10px auto;
}

.arbgebox img {
    width: 98%;
    margin-top: -8px;
}

.arbgal {
    height: 70px;
}

}


@media screen and (max-width: 1280px){
	
.arvcon {
    width: 85%;
    margin: 30px auto 0 auto;
    height: 80%;
}
	
}


/*平板 iPad Pro*/
@media screen and (min-width: 1024px) and (max-width: 1366px){

.arvp01 {
    width: 40%;
    position: absolute;
    top: 10%;
    left: 29%;
    height: 80%;
}

.arvcon{
width: 85%;
margin: 30px auto 0 auto;
}

.arvh1 {
    font-size: 1.7em;
    margin: 0 0 10px 0;
}

#startPUSH img {
    width: 27px;
    margin-top: 0px;
}

}



/*平板 iPad*/
@media screen and (min-width: 768px) and (max-width: 1024px){

.arvp01 {
    width: 60%;
    position: absolute;
    top: 10%;
    left: 20%;
    height: 80%;
}

.arvcon{
width: 85%;
margin: 30px auto 0 auto;
}

.arvh1 {
    font-size: 1.6em;
    margin: 0 0 10px 0;
}

.arvpc {
    width: 200px;
    height: 200px;
}

.arvbadge {
    margin: 0 0 20px 0;
}

.arvstx {
    font-size: 1em;
}

.arfem {
    height: 50px;
}

.arsendbtn {
    font-size: 1em;
}

.atftbox {
    height: 32px;
    font-size: 1em;
}

.arvinftx {
    font-size: 1.2em;
}

}

/*平板 iPad橫向*/
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation:landscape){

.arvp01 {
    width: 40%;
    top: 10%;
    left: 30%;
    height: 80%;
}

}



@media screen and (max-width: 480px){

.arvp01 {
    width: 90%;
    top: 9%;
    left: 5%;
    height: 88%;
}

.arvcon {
    width: 90%;
    margin: 20px auto 0 auto;
	padding: 0 7px;
	height: 75%;
}

.arvh1 {
    font-size: 1.5em;
}

.arvpc {
    width: 180px;
    height: 180px;
}

.arbgal {
    height: 80px;
}

.arvbadge {
    margin: 0 0 15px 0;
}

.arvstx {
    font-size: 1em;
}

.arfem {
    height: 40px;
}

.atftbox {
    height: 25px;
    font-size: 1em;
}

.arsendbtn {
    padding: 8px 13px 8px 13px;
    font-size: 1em;
}

.arclose {
    width: 35px;
    height: 35px;
}

.arvinftx {
    font-size: 1.15em;
}

.arfall ul li{
font-size:1em;
}

.arrecdbtn {
    font-size: 1.15em;
}

.arrecdbtn img {
    width: 57%;
}

.arsendbtn img {
    padding: 2px 15px 0 0;
    width: 25px;
    margin-top: 0px;
}

#startPUSH img {
    width: 25px;
    margin-top: -1px;
}

.arfem1 {
    height: 65px;
}

.dfnam {
    float: left;
    width: 55%;
}

.dfal {
    float: right;
    width: 44%;
}


}

/*手機橫向*/
@media screen and (min-width: 375px) and (max-width: 960px) and (orientation:landscape){

.arvp01 {
    width: 35%;
    top: 9%;
    left: 33%;
    height: 88%;
}

.arvh1 {
    font-size: 1.35em;
    margin: 0 0 20px 0;
}

.arvpc {
    width: 170px;
    height: 170px;
}

.arvbadge {
    margin: 0 0 20px 0;
}

}


/*抵達景點跳窗----結束*/

/*抵達景點小卡牌跳窗*/

.arvp02 {
    width: 29%;
    position: absolute;
    top: 9%;
    left: 34%;
    background-image: url(/TripIsU/images/arvpcrdbg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 88%;
}

.arcdh1 {
    background-image: url(/TripIsU/images/arvtitbg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 98%;
    margin: 10px auto 20px auto;
    text-align: center;
    color: #dd035a;
    font-size: 1.5em;
    font-weight: bold;
    padding: 11px 0 15px 0;
}

.arcdvall{
margin: 0 0 20px 0 ;
}

.arcdbx{
float: left;
margin: 0 4px 40px 4px;
width: 30%;
}

.arcdbx_pc{
margin: 0 0 5px 0;
background-repeat: no-repeat;
background-size: 100%;
text-align: center;
height: 130px;
}

.arcpcbg01{
background-image: url(/TripIsU/images/arvcdbg.png);
}

.arcpcbg02{
background-image: url(/TripIsU/images/arvcdbg2.png);
}

.arcpcbg03{
background-image: url(/TripIsU/images/arvcdbg3.png);
}

.arcdbx_pc img {
    width: 100%;
}

.arcdbx_txt {
    background-color: #cfc9e5;
    padding: 1px 0 1px 0;
    border-radius: 5px;
    text-align: center;
    font-size: 0.95em;
}

.arcdbx_txt span {
    color: #f0013f;
    font-size: 1.3em;
    font-weight: bold;
    font-style: italic;
    margin: 0 2px 0 2px;
}

.arvsecbtn{

}

.arvsecbtn img{
width: 78%;
}

@media screen and (max-width: 1920px){
.arcdbx_pc {
    height: 175px;
}

.arvp02 {
    top: 3%;
    height: 95%;
}

}

@media screen and (max-width: 1440px){
.arcdbx_pc {
    height: 136px;
}

}


@media screen and (max-width: 480px){

.arvp02 {
    width: 90%;
    top: 9%;
    left: 5%;
    height: 88%;
}

.arcdh1 {
    width: 99%;
    padding: 10px 50px 10px 50px;
    font-size: 1.4em;
    margin: 10px auto 7px auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.arcdbx_pc {
    height: 128px;
}

}


/*抵達景點小卡牌跳窗----結束*/


/*抵達景點跳窗_已遊覽過本次無徽章及成就跳窗*/

.arvp03 {
    width: 29%;
    position: absolute;
    top: 9%;
    left: 34%;
    background-image: url(/TripIsU/images/arvnobg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 88%;
}

.arvp03 .arvh1{
margin: 20px 0 0 0;
}

.arnch2 {
    font-size: 1.2em;
    width: 90%;
    margin: 30px auto 30px auto;
    text-align: justify;
}

@media screen and (max-width: 480px){

.arvp03 {
    width: 90%;
    top: 9%;
    left: 5%;
    height: 88%;
}
}


/*抵達景點跳窗_已遊覽過本次無徽章及成就跳窗----結束*/

/*抵達景點跳窗_成就徽章跳出*/

.arvp04 {
    width: 29%;
    position: absolute;
    top: 9%;
    left: 34%;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 88%;
}

.arvcd_ligbg{
background-image: url(/TripIsU/images/avcard_ligbg.png);
background-repeat: no-repeat;
background-size: 120%;
width: 100%;
height: 100%;
background-position: center center;
opacity: 0.7;
position: fixed;
}

.arvLV1{
    background-image: url(/TripIsU/images/avcardbg01.png);
}

.arvLV2{
    background-image: url(/TripIsU/images/avcardbg02.png);
}

.arvLV3{
    background-image: url(/TripIsU/images/avcardbg03.png);
}

.acrd_close {
    text-align: right;
    width: 3.5%;
    height: 30px;
    margin: 20px 15px 0 0;
    padding: 0 0 0 20px;
    color: #fff;
    font-size: 1.1em;
    background-image: url(/TripIsU/images/close.svg);
    background-repeat: no-repeat;
    background-size: 40%;
    float: right;
    background-position: left -1px;
}

.acrd_close a{
color: #fff;
display: block;
}

.acrd_share {
width: 5%;
height: 26px;
background-color: #3fc2df;
padding: 4px 9px 0px 9px;
color: #fff;
font-size: 1em;
border-radius: 20px;
clear: both;
margin: 0 0 0 11%;
text-align: center;
position: absolute;
bottom: 3%;
left: 0%;
background-image: -webkit-linear-gradient(270deg,rgba(0,185,231,1.00) 0%,rgba(0,151,200,1.00) 100%);
background-image: -moz-linear-gradient(270deg,rgba(0,185,231,1.00) 0%,rgba(0,151,200,1.00) 100%);
background-image: -o-linear-gradient(270deg,rgba(0,185,231,1.00) 0%,rgba(0,151,200,1.00) 100%);
background-image: linear-gradient(180deg,rgba(0,185,231,1.00) 0%,rgba(0,151,200,1.00) 100%);
}

.acrd_share a{
display: block;
color: #fff;
}

.acrd_share a img {
    width: 16px;
    margin: 0 5px 0 0;
}

.avcrd_clsh1 {
    text-align: center;
    font-size: 1.25em;
    color: #fff;
    margin: 27px 0 0 0;
    font-weight: bold;
}

.avcrd_clsh2 {
    text-align: center;
    font-size: 1.2em;
    margin: 10px 0 0 0;
    font-weight: bold;
}

.acdch2_LV1{
color: #dc0404;
}

.acdch2_LV2{
color: #dc0404;
}

.acdch2_LV3{
color: #9d6a01;
}

.avcrd_badage{
margin: 15px auto 0 auto;
text-align: center;
width: 68%;
}

.avcrd_badage img{
width: 100%;
}

.arvsscrdare {
    margin: 0 0 20px 0;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 6%;
}

.arvsscdbox {
    display: inline-block;
    width: 4%;
    height: 95px;
    margin: 0 4px 0 4px;
    background-image: url(/TripIsU/images/arv_sscdbg.png);
    background-repeat: no-repeat;
    background-size: 100%;
	opacity: 0.3;
}

.arvsscdbox img {
    width: 76%;
    margin: 10px 0 0 0;
}

.arvsc_bk{
background-image: url(/TripIsU/images/arv_sscd_bk.png) !important;
}

.arvsc_bk img{
visibility: hidden;
}

.arvsc_ac {
width: 6%;
height: 106px;
box-shadow: 0px 0px 8px 1px rgba(255,255,255,0.70);
-webkit-box-shadow: 0px 0px 8px 1px rgba(255,255,255,0.70);
opacity: 1;
}

.arvbdgsend {
    margin: 20px 0 0 0;
    text-align: center;
    position: absolute;
    bottom: 3%;
    right: 2%;
}

.shrall{
	margin: 20px 0 0 0;
    position: absolute;
    bottom: 3%;
    left: 2%;
}

.shrall .fb,.shrall .tw,.shrall .line{
	display:inline-block;
	width: 28%;
	margin:0 3px 0 0;
}

.shrall .fb img,.shrall .tw img,.shrall .line img{
	width: 100%;
}


@media screen and (max-width: 1920px){

.avcrd_clsh1 {
    font-size: 1.3em;
    margin: 65px 0 0 0;
}

.avcrd_clsh2 {
    font-size: 1.25em;
    margin: 25px 0 0 0;
}
	
}


@media screen and (max-width: 1440px){

.avcrd_clsh1 {
    font-size: 1.25em;
    margin: 46px 0 0 0;
}

.avcrd_clsh2 {
    font-size: 1.25em;
    margin: 14px 0 0 0;
}
	
}


@media screen and (max-width: 480px){

.arvp04 {
    width: 95%;
    top: 11.5%;
    left: 3%;
    height: 60%;
}

.acrd_close {
    width: 10%;
    height: 25px;
    padding: 0 0 0 20px;
    font-size: 1em;
    background-size: 40%;
    background-position: left -2px;
}

.acrd_share {
    width: 16%;
}

.avcrd_clsh1 {
    font-size: 1.15em;
    margin: 42px 0 0 0;
}

.avcrd_clsh2 {
    font-size: 1.1em;
    margin: 15px 0 0 0;
}

.arvsscrdare {
    bottom: 14%;
}

.arvsscdbox {
    width: 12%;
    height: 67px;
    margin: 0 4px 0 4px;
}

.arvsc_ac {
width: 17%;
height: 92px;
}

}

@media screen and (max-width: 375px){

.arvsscrdare {
    bottom: 8%;
}
	
}

/*抵達景點跳窗_成就徽章跳出----結束*/


/*實地遊覽選擇頁*/

.trvcinf {
    font-size: 1.2em;
    width: 90%;
    margin: 0 auto 15px auto;
}

.checkbbtn {
    margin: 11px 0 0 0;
}

.checkbbtn a {
    background-color: #24b7b4;
    padding: 5px 12px 5px 12px;
    color: #fff;
    border-radius: 5px;
    box-shadow: 2px 3px 2px #c1c1c1;
}

.trvcselall{
    margin: 30px 0 0 0;
}

.trvc_selcA {
    width: 95%;
    margin: 0 auto;
}

#search .drawer:nth-child(1) .accordion-header {
    border-radius: 5px;
    background-image: url(url), -webkit-linear-gradient(270deg,rgba(59,187,158,1.00) 0%,rgba(17,152,122,1.00) 100%);
    background-image: url(url), -moz-linear-gradient(270deg,rgba(59,187,158,1.00) 0%,rgba(17,152,122,1.00) 100%);
    background-image: url(url), -o-linear-gradient(270deg,rgba(59,187,158,1.00) 0%,rgba(17,152,122,1.00) 100%);
    background-image: url(url), linear-gradient(180deg,rgba(59,187,158,1.00) 0%,rgba(17,152,122,1.00) 100%);
    border-right: 1px solid #0e6f59;
    border-left: 1px solid #0e6f59;
    border-bottom: 2px solid #0e6f59;
    border-top: 1px solid #4bdcbb;
}

.trcstxt{
text-align: center;
color: rgba(70,70,70,1.00);
margin: 10px 0 20px 0;
}

.trcseAcon{
padding: 0 0 10px 0;
}

.trcseAcon:after,.trcseBcon:after{
content: '';
display: block;
clear: both;
}

.trcsAbox{
float: left;
width: 45%;
margin: 0 2% 20px 2%;
}

.trcsA_pc{
margin: 0 0 2px 0;
}

.trcsA_pc img{
width: 100%;
}

.trcsA_txt{
color: #328ac8;
text-align: center;
height: 45px;
}

.trcseBcon {
    padding: 0 0 10px 0;
    width: 100%;
    margin: 0 auto;
}

.trcsBbox {
    float: left;
    width: 44%;
    margin: 0 4% 15px 4%;
    position: relative;
    background-color: #C8EFF0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #1CD3D3;
    border-radius: 8px;
    padding: 10px 5px 10px 9%;
    font-size: 1em;
}

.trcsBbox:nth-child(2n) {
    margin: 0 0% 15px 4%;
}

.trcsBpc {
    position: absolute;
    left: -25px;
    width: 38%;
    top: 7px;
}

.trcsBpc img{
width: 100%;
}

.trvc_selcB{
padding: 25px 0 0 0;
margin: 30px 0 0 0;
border-top: 1px solid #929292;
}

.trvc_sBtit{
font-size: 1.3em;
font-weight: bold;
color: #2c2c2c;
width: 92%;
margin: 0 auto;
height: 30px;
}

.trvc_sBtit::before {
    content: "";
    width: 5px;
    background-color: #d21023;
    height: 29px;
    float: left;
    margin: 0 8px 0 0;
}

.trvc_sBtit::after{
content: "";
display: block;
clear: both;
}

.trvc_sBsst{
font-size: 1.05em;
margin: 7px auto 0 auto;
width: 92%;
color: #2c2c2c;
}

.selcBall{
margin: 15px 0 0 0;
padding: 0 0 15px 0
}

.selcBall:after{
content: '';
display: block;
clear: both;
}

.selcB_box{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-radius: 5px;
margin: 0 0 20px 0;
}

.selcB_box:nth-child(1){
background-color: #fde4d6;
}

.selcB_box:nth-child(2){
background-color: #c7f1ec;
}

.selcB_box:nth-child(3){
background-color: #f4fbd7;
}

.selcB_box:nth-child(4){
background-color: #fdddf4;
}

.selcB_box:nth-child(5){
background-color: #d7f1fb;
}

.selcB_box:nth-child(6){
background-color: #d3fbc6;
}

.selcB_tiop{

}

.selcB_tiop:after,.selcB_bom:after{
content: '';
display: block;
clear: both;
}

.selcB_tiop_left{
float: left;
color: #de103b;
font-size: 1.2em;
font-weight: bold;
width: 70%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 3px 0 0px 10px;
border-top-left-radius: 5px;
height: 60px;
}

.selcB_tiop_left img{
margin: 0 8px 0 0;
}

.selcB_tiop_right {
    float: right;
    width: 30%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-image: url(/TripIsU/images/sercb_chk_wht.svg);
    background-position: 20% center;
    padding: 19px 0 17px 3%;
    border-top-right-radius: 5px;
    font-size: 1.1em;
    text-align: center;
	height: 60px;
}

.selcB_box:nth-child(1) .selcB_tiop_right{
background-color: #efc1a7;
}

.selcB_box:nth-child(2) .selcB_tiop_right{
background-color: #8dddd3;
}

.selcB_box:nth-child(3) .selcB_tiop_right{
background-color: #a5df8a;
}

.selcB_box:nth-child(4) .selcB_tiop_right{
background-color: #efa4d9;
}

.selcB_box:nth-child(5) .selcB_tiop_right{
background-color: #78cae9;
}

.selcB_bom {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 10px 22px 10px;
    -webkit-box-shadow: 0px 0px 4px #9e9e9e;
    box-shadow: 0px 0px 6px 0px #b3b3b3;
    border-radius: 5px;
}

.selcB_box:nth-child(1) .selcB_bom{
background-color: #fcd5bf;
}

.selcB_box:nth-child(2) .selcB_bom{
background-color: #9be5dc;
}

.selcB_box:nth-child(3) .selcB_bom{
background-color: #c9edb9;
}

.selcB_box:nth-child(4) .selcB_bom{
background-color: #f6c2e7;
}

.selcB_box:nth-child(5) .selcB_bom{
background-color: #afe4f8;
}

.selcB_box:nth-child(6) .selcB_bom{
background-color: #b0d7a3;
}

.selcB_box:nth-child(6) input {
    /* height: 30%; */
    width: 85%;
    margin: 0 0 0 5%;
    font-size: 0.95em;
    font-family: "微軟正黑體";
    padding: 10px 5px 10px 5px;
    border: 1px solid #a1a1a1;
}

.selcBbx {
    float: left;
    width: 31%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 4px 7px 4px;
    background-color: #fff;
    border-radius: 5px;
    /* text-align: center; */
    padding: 0px 10px 0px 35px;
    background-image: url(/TripIsU/images/sercb_chk_gry.svg);
    background-repeat: no-repeat;
    background-position: 10% center;
    color: #2c2c2c;
    height: 47px;
    display: table;
    font-size: 0.95em;
}

.selcBbx span {
    display: table-cell;
    vertical-align: middle;
}

.selbxac{
background-color: #f37d3b !important;
background-image: url(/TripIsU/images/sercb_chk_wht.svg);
color: #fff !important;
}

.trcselbbtn{
border-radius: 5px;
background-image: -webkit-linear-gradient(270deg,rgba(111,212,180,1.00) 0.52%,rgba(87,187,155,1.00) 100%);
background-image: -moz-linear-gradient(270deg,rgba(111,212,180,1.00) 0.52%,rgba(87,187,155,1.00) 100%);
background-image: -o-linear-gradient(270deg,rgba(111,212,180,1.00) 0.52%,rgba(87,187,155,1.00) 100%);
background-image: linear-gradient(180deg,rgba(111,212,180,1.00) 0.52%,rgba(87,187,155,1.00) 100%);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
font-size: 1.25em;
color: #fff;
padding: 10px 0 10px 0;
border-bottom: 2px solid #30866a;
}

.trcselbbtn a{
	color:#fff;
}

.trcselbbtn img{
width: 30px;
margin: 0 10px 0 0;
}

.trvc_selruls {
    padding: 30px 0 0 0;
    margin: 35px 0 0 0;
    border-top: 1px solid #929292;
}

.trcsru_ftx{
color: #ed1d44;
font-size: 1.05em;
}

.trcsru_rall{
margin: 15px 0 0 0;
padding: 0 0 20px 0;
}

.trcsru_rall:after{
content: '';
display: block;
clear: both;
}

.trcsru_rbox{
float: left;
width: 45%;
margin: 0 2% 20px 2%;
-webkit-box-shadow: 0px 0px 3px #A8A8A8;
box-shadow: 0px 0px 3px #A8A8A8;
}

.trcsru_rbox_pc {
    height: 140px;
    overflow: hidden;
}

.trcsru_rbox_pc img{
width: 100%;
}

.trcsru_rbox_tx{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 5px 10px 10px 10px;
background-color: #fff;
position: relative;
}

.trcsru_rbth1{
font-size: 1em;
height: 50px;
}

.trcsru_rbth1 a{
color:#000;
}

._trcsru_rbth2 {
    font-size: 0.9em;
    color: #787878;
	height: 35px;
    /*float: right;*/
}

.trcsru_rb_heart{
background-image: url(/TripIsU/images/arvser_heart.svg);
background-repeat: no-repeat;
background-size: 100%;
width: 25px;
height: 22px;
}

.heratac{
background-image: url(/TripIsU/images/arvser_heart_ac.svg);
}

.trcsru_rb_badge {
    background-image: url(/TripIsU/images/bdgico.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 30px;
    height: 31px;
    position: absolute;
    right: 6px;
    bottom: 4px;
}

.serbtarea{
    padding: 0 0 30px 0;
}

.serbtarea a {
    display: inline-block;
    width: 46%;
	margin: 0 5px 0 0;
}

.serbtarea a img {
    width: 100%;
}

@media screen and (max-width: 1920px){

.trcsAbox {
    width: 21%;
    margin: 0 2% 20px 2%;
}

.trcsBpc {
    left: -10px;
    width: 13%;
    top: -11px;
}

.selcBbx {
    width: 31%;
    margin: 0 4px 7px 4px;
    padding: 0px 10px 0px 45px;
    height: 47px;
    font-size: 0.95em;
}

.trcsru_rbox {
    width: 21%;
    margin: 0 2% 20px 2%;
}

.serbtarea a {
    width: 18%;
}

.selcB_box {
    margin: 0 20px 20px 20px;
    width: 46%;
    float: left;
}

.selcB_bom {
    height: 160px;
}

}

@media screen and (max-width: 1440px){
	
.trcsBpc {
    left: -10px;
    width: 13%;
    top: -5px;
}	

.selcBbx {
    width: 31%;
    margin: 0 4px 7px 4px;
    padding: 0px 10px 0px 43px;
    height: 47px;
    font-size: 0.95em;
}

.selcB_box {
    margin: 0 18px 20px 18px;
    width: 46%;
}

.trcsru_rbox {
    width: 21%;
    margin: 0 2% 20px 2%;
}
	
}

@media screen and (max-width: 1280px){

.selcB_box {
    margin: 0 12px 20px 12px;
}	
	
}


@media screen and (max-device-width: 480px){
	
.trcsAbox {
    width: 45%;
}

.trcsBpc {
    left: -25px;
    width: 38%;
    top: 7px;
}	
	
.selcBbx {
    width: 32%;
    margin: 0 1px 6px 2px;
    padding: 0px 5px 0px 25px;
    color: #2c2c2c;
    height: 47px;
    font-size: 0.95em;
    background-size: 16px;
}

.trcsru_rbox_pc {
    height: 140px;
    overflow: hidden;
}

.trcsru_rbox {
    width: 45%;
    margin: 0 2% 20px 2%;
}
	
.serbtarea a {
    width: 46%;
}

.selcB_box {
    margin: 0 0px 20px 0px;
    width: 100%;
    float: none;
}

.selcB_bom {
    height: auto;
}

.trcsBbox {
    font-size: 0.9em;
}
	
}


/*實地遊覽選擇頁----結束*/

/*實地遊覽選擇頁跳窗*/

.arvp05 {
    width: 29%;
    position: absolute;
    top: 9%;
    left: 34%;
    background-image: url(/TripIsU/images/selcinf_popbg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 88%;
}

.viwinftx{
font-size: 1em;
margin: 10px auto 10px auto;
text-align: justify;
}

.viwinftx_gys{
font-size: 0.9em;
color: #808080;
width: 90%;
margin: 10px auto 10px auto;
}

.viwlistall{
color: #0aa687;
}

.viwlistall ul {
    margin: 0px;
    padding: 0 0 0 38px;
}

.viwlistall ul li{
    margin: 0 0 8px 0;
    list-style-position: outside;
    list-style-type: disc;
}

.viwlistall ul li a{
    color: #0aa687;
}

.bdgqur{
color: #696b6b;
font-size: 0.9em;
}

.arvp06 {
    width: 29%;
    position: absolute;
    top: 9%;
    left: 34%;
    background-image: url(/TripIsU/images/selcinf_popbg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 88%;
}

.arsenobtn {
    padding: 10px 20px 10px 20px;
    text-align: center;
    background-color: #9b9b9b;
    color: #fff;
    border-radius: 8px;
    font-size: 1.1em;
    display: inline-block;
	margin: 0 3px 0 3px;
}

.arsenobtn img {
padding: 2px 7px 0 0;
width: 25px;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

@media screen and (max-width: 1920px){

.viwinftx {
    font-size: 1.12em;
    margin: 10px auto 30px auto;
    line-height: 1.7em;
	clear: both;
}

.viwlistall ul li {
    font-size: 1.1em;
}

.bdgqur {
    margin: 5px 0 0 0;
}

}


@media screen and (max-width: 1280px){
	
.arvp05 {
    width: 35%;
    top: 9%;
    left: 32%;
    height: 88%;
}
	
}


@media screen and (max-width: 480px){

.arvp05 {
    width: 93%;
    top: 7.5%;
    left: 3.5%;
    height: 88%;
}

.arvp06 {
    width: 90%;
    top: 9%;
    left: 5%;
    height: 88%;
}

.arvp06 .arvcon {
    width: 85%;
    margin: 20px auto 0 auto;
}

.arsenobtn {
    padding: 8px 13px 8px 13px;
    font-size: 1em;
}

.viwinftx{
font-size: 1em;
margin: 10px auto 10px auto;
text-align: justify;
}

.viwinftx #_myPackage, .viwinftx #_myGudie {
    width: 48%;
    display: inline-block;
}

.viwinftx #_myPackage img,.viwinftx #_myGudie img{
width:100%;
}

.viwlistall ul li{
    font-size: 1em;
}

.bdgqur {
    margin: 3px 0 0 0;
}

}


/*實地遊覽選擇頁跳窗----結束*/

/*旅遊紀錄簿_實地遊覽成就*/

.recbokh1 {
    text-align: center;
    background-image: url(/TripIsU/images/trA_intbg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    font-size: 2.6em;
    font-weight: bold;
    letter-spacing: 2px;
    color: #14889D;
    margin: 0 auto 30px auto;
}

.recbokswt {
    text-align: center;
    font-size: 1.82em;
    color: #592918;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.trboktab{
margin: 0 0 15px 0 ;
}

.trboktab:after{
content: '';
display: block;
clear: both;
}

.trbokbox{
float: left;
width: 31.5%;
margin: 0 3px 0 3px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 15px 0 15px 0;
text-align: center;
font-size: 1.05em;
border-radius: 8px;
background-image: url(/TripIsU/images/trvbok_tabbg.png);
background-repeat: repeat;
color: #fff;
}

.tbox_ac{
background-image: url(/TripIsU/images/trvbok_tabbg_ac.png);
box-shadow: 0 0 4px 1px #b7b7b7;
}

.trbokbox a{
display: block;
color: #fff;
}

.trboksst {
    text-align: center;
    font-size: 1.05em;
    color: #323232;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #c1c1c1;
}

.trboksst span{
font-size: 1.2em;
color: #ee094a;
font-style: italic;
font-weight: bold;
margin: 0 5px 0 5px;
font-family: Arial;
}

.todaywin{
padding: 0 0 15px 0;
background-image: url(/TripIsU/images/trbokfirework.png);
background-repeat: no-repeat;
background-size: 100%;
}

.todaywh1{
text-align: center;
color: #d74340;
font-size: 1.5em;
margin: 0 0 10px 0;
}

.towin_bdg_bg{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 10px 10px 10px 10px;
border-radius: 8px;
background-image: url(/TripIsU/images/trbok_tdwinbg.png);
background-repeat: repeat;
border: 1px solid #F8C284;
-webkit-box-shadow: inset 0px 0px 0px 1px #F4F4F4;
box-shadow: inset 0px 0px 0px 1px #F4F4F4;
width: 98%;
margin: 0 auto 0 auto;
}

.towin_bdg_bg:after{
content: '';
display: block;
clear: both;
}

.twbg_box{
float: left;
width: 45%;
margin: 0 2% 20px 2%;
}

.twbg_box_pc{
margin: 0 0 0px 0;
}

.twbg_box_pc img{
width: 100%;
}

.twbg_box_h1{
color: #dc0404;
text-align: center;
font-size: 1.05em;
margin: 0 0 5px 0;
}

.twbg_box_h2{
color: #fff;
text-align: center;
font-size: 1.05em;
margin: 0 0 3px 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 6px 0 6px 0;
background-color: #d74340;
border-radius: 5px;
}

.twbg_wnum{
text-align: center;
color: #3f3f3f;
font-size: 1.05em;
font-family: Arial;
}

.twbg_wnum span {
    color: #00b9e1;
    font-size: 1.4em;
    font-style: italic;
    margin: 0 5px 0 0;
}

.twbg_wdate{
text-align: center;
color: #7f7f7f;
font-size: 0.9em;
font-family: Arial;
}

.tevwcard {
    background-image: url(/TripIsU/images/trbok_cardbg2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 275px;
    width: 110%;
    margin: 5px 0 0 -18px;
    position: relative;
    padding: 0 0 15px 0;
}

.tevwcard_title_year {
    position: absolute;
    left: 46%;
    top: 18%;
    font-size: 1.2em;
    color: #ed6d00;
}

.tevwcard_title {
background-image: url(/TripIsU/images/trbok_card_titbg.png);
background-repeat: no-repeat;
background-size: 100%;
width: 52%;
position: absolute;
top: 1%;
left: 24%;
height: 65px;
text-align: center;
color: #fff;
font-size: 1.15em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 20px 0 0 0;
}

.tevwcard_con{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 82%;
margin: 0 auto 0 auto;
padding: 70px 0 0 0;
} 

.tvcdh1{
color: #d74340;
text-align: center;
margin: 0 0 5px 0;
font-size: 1.3em;
font-weight: bold;
}

.tvbgar{

}

.tvbgar:after{
content: '';
display: block;
clear: both;
}

.tvbgbk{
width: 31%;
float: left;
margin: 0 1% 0 1%;
}

.tvbgbk_pc{
width: 95px;
height: 95px;
background-color: rgba(255,255,255,0.40);
border-radius: 50%;
border: 1px solid rgba(196,196,196,1.00);
text-align: center;
margin: 45px auto 0 auto;
}

.tvbgbk_pc img{
width: 95%;
}

.tvbgbk_pc2{
width: 95px;
height: 95px;
margin: 0 10px 10px 0;
text-align: center;
}

.tvbgbk_pc2 img{
width: 100%;
}

.tvbgbk_num{
text-align: center;
color: #3f3f3f;
font-size: 0.9em;
font-family: Arial;
margin: 3px 0 0 0;
}

.tvbgbk_num span {
    color: #00b9e1;
    font-size: 1.3em;
    font-style: italic;
    margin: 0 5px 0 0;
}

.tvbgbk_num span:nth-child(2){
color: #f3083f;
font-size: 1em;
}

.netnm{
font-size: 1.25em;
}

.netnm span{
font-size: 0.85em;
}

@media screen and (max-width: 1920px){
	
.twbg_box {
    width: 21%;
}

.tevwcard {
    height: 490px;
    width: 47%;
    margin: 10px 20px 10px 10px;
    padding: 0 0 15px 0;
    float: left;
}

.allin:after{
content: '';
display: block;
clear: both;
}

.tevwcard_title {
    width: 52%;
    top: 1%;
    left: 24%;
    height: 90px;
    font-size: 1.15em;
    padding: 29px 0 0 0;
}

.tevwcard_con {
    width: 82%;
    padding: 103px 0 0 0;
}

.tvbgbk_pc2{
    width: 90%;
    height: 150px;
}


}

@media screen and (max-width: 1440px){

.tevwcard {
    height: 410px;
    width: 47%;
    margin: 10px 19px 10px 9px;
    padding: 0 0 15px 0;
    float: left;
}

.tevwcard_title {
    width: 54%;
    top: 1%;
    left: 23%;
    height: 75px;
    font-size: 1.05em;
    padding: 27px 0 0 0;
}

.tevwcard_con {
    width: 82%;
    padding: 87px 0 0 0;
}

.tvbgbk_pc2 {
    height: 145px;
	margin: 0 10px 5px 0;
}
	
}


@media screen and (max-width: 1280px){
	
.tevwcard {
    height: 375px;
    width: 47%;
    margin: 10px 10px 10px 10px;
}

.tevwcard_title {
    font-size: 1.05em;
    padding: 25px 0 0 0;
    width: 59%;
    left: 21%;
}

.tvbgbk_pc2 {
    height: 120px;
}

.tevwcard_con {
    padding: 73px 0 0 0;
}
	
}


/*Ipad*/
@media screen and (min-width: 768px) and (max-width: 1024px){
	
.recbokh1 {
    font-size: 1.7em;
    letter-spacing: 0px;
    margin: 0 auto 20px auto;
}

.recbokswt {
    font-size: 1.3em;
    margin: 0 0 20px 0;
}

.twbg_box{
width: 45%;
}

.tevwcard {
    height: 340px;
    width: 52%;
    margin: 5px 0px 0 -17px;
    padding: 0 0 15px 0;
    float: left;
}

.tevwcard_title {
    width: 60%;
    top: -1%;
    left: 20%;
    height: 71px;
    font-size: 1em;
    padding: 22px 0 0 0;
}

.tevwcard_con{
width: 82%;
padding: 70px 0 0 0;
} 	
	
}


@media screen and (max-width: 480px){
	
.recbokh1 {
    font-size: 1.7em;
    letter-spacing: 0px;
    margin: 0 auto 20px auto;
}

.recbokswt {
    font-size: 1.3em;
    margin: 0 0 20px 0;
}

.twbg_box{
width: 45%;
}

.tevwcard {
   height: 355px;
    width: 110%;
    margin: 5px 0 0 -18px;
    padding: 0 0 15px 0;
	float:none;
}

.tevwcard_title {
    width: 60%;
    top: -1%;
    left: 20%;
    height: 71px;
    font-size: 1.05em;
    padding: 21px 0 0 0;
}

.tevwcard_con{
width: 82%;
padding: 70px 0 0 0;
} 

.twbg_box_h1 {
    height: 50px;
}

.tvbgbk_pc{
margin: 35px auto 0 auto;
}

.tvbgbk_pc2{
width: 95px;
height: 115px;
}


}

@media screen and (max-width: 375px){

.tevwcard_title {
    width: 68%;
    top: -1%;
    left: 16%;
    height: 70px;
    font-size: 1.02em;
    padding: 21px 0 0 0;
}
	
}

/*旅遊紀錄簿_實地遊覽成就----結束*/

/*旅遊紀錄簿_遊覽景點紀錄*/

.trbokrec_sel {
    padding: 18px 0 18px 0;
    border-top: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    text-align: center;
    margin: 30px 0 30px 0;
}

.trbokrec_sel:after{
content: '';
display: block;
clear: both;
}

.trbk_select {
    padding: 9px 6px 6px 6px;
    border: 2px solid #c0c0c0;
    border-radius: 5px;
    margin: 0 2px 0 2px;
    min-width: 100px;
    font-size: 1em;
	float: left;
}

.trbk_mrsel {
    padding: 8px 15px 8px 15px;
    text-align: center;
    background-color: #efe89d;
    box-shadow: 0 0 5px 1px #cacaca, inset 0 0 5px 1px #fff;
    color: #f55b08;
    font-size: 1em;
    border-radius: 5px;
    margin: 0 9px 0 8px;
    float: left;
}

.trbk_mrsel a{
display: block;
color: #f55b08;
}

.trbk_lisall{
padding: 0 0 40px 0;
}

.trbk_lisbar{
padding: 13px 15px 13px 15px;
background-image: -webkit-linear-gradient(180deg,rgba(142,239,238,1.00) 0%,rgba(100,225,224,1.00) 100%);
background-image: -moz-linear-gradient(180deg,rgba(142,239,238,1.00) 0%,rgba(100,225,224,1.00) 100%);
background-image: -o-linear-gradient(180deg,rgba(142,239,238,1.00) 0%,rgba(100,225,224,1.00) 100%);
background-image: linear-gradient(270deg,rgba(142,239,238,1.00) 0%,rgba(100,225,224,1.00) 100%);
margin: 0 0 2px 0;
}

.trbk_lisbar:nth-child(2n){
background-image: -webkit-linear-gradient(0deg,rgba(182,244,234,1.00) 0%,rgba(140,240,225,1.00) 100%);
background-image: -moz-linear-gradient(0deg,rgba(182,244,234,1.00) 0%,rgba(140,240,225,1.00) 100%);
background-image: -o-linear-gradient(0deg,rgba(182,244,234,1.00) 0%,rgba(140,240,225,1.00) 100%);
background-image: linear-gradient(90deg,rgba(182,244,234,1.00) 0%,rgba(140,240,225,1.00) 100%);
}

.trbk_lisbar:after{
content: '';
display: block;
clear: both;
}

.trbk_lisbar_h1{
color: #21507c;
float: left;
width: 56%;
margin: 0 2% 0 0;
font-size: 1.05em;
}

.trbk_lisbar_h1 a{
color: #21507c;
}

.trbk_lisbar_h2{
color: #535353;
float: left;
width: 17%;
margin: 0 2% 0 0;
}

.trbk_lisbar_h3{
color: #7b7b7b;
float: left;
width: 20%;
margin: 0 2% 0 0;
font-size: 0.9em;
}

.trlb_heart {
    background-image: url(/TripIsU/images/arvser_heart.svg);
    background-repeat: no-repeat;
    background-size: 40%;
    height: 23px;
    background-position: center center;
}

.trlb_heart_ac {
    background-image: url(/TripIsU/images/arvser_heart_ac.svg);
}

.trbk_addtrv{
padding: 40px 0 40px 0;
text-align: center;
}

.trbk_addtrv a {
    display: block;
    width: 40%;
    padding: 12px 0px 12px 30px;
    background-image: url(/TripIsU/images/addfort.svg);
    background-repeat: no-repeat;
    background-position: 13% center;
    background-size: 25px;
    color: #fff;
    background-color: #eb3963;
    box-shadow: 0 0 5px 1px #cacaca, inset 0 0 1px 1px #fff;
    margin: 0 auto;
	border-radius: 5px;
}

.arv_mselpop {
    width: 29%;
    position: absolute;
    top: 9%;
    left: 34%;
    background-image: url(/TripIsU/images/arvpbg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 88%;
}

.arvmsph1 {
    color: #dd035a;
    font-size: 1.6em;
    margin: 6px 0 18px 0;
    font-weight: bold;
}

.mrslb{
margin: 0 0 0px 0;
}

.mrslb_checkbox{
width: 20px;
height: 20px;
float: left;
margin: 3px 7px 0 0;
}

.mrslb label{
font-size: 1.07em;
}

.card {
    margin: 0 0 8px 0;
	border: none !important;
}

.card-header {
    border: none;
    color: #fff;
    font-size: 1.15em;
    padding: 10px 10px 10px 55px !important;
    font-weight: bold;
	border-radius: 5px !important;
}

.card-header a{
	color: #fff;
	display: block;
}

.card-header a:hover{
	color: #fff;
	text-decoration: none;
}

.card:nth-child(1) .card-header{
    background-color: #ee815f;
    background-image: url(/TripIsU/images/mrsel_icon01.png);
    background-repeat: no-repeat;
    background-position: 2% center;
    background-size: 15%;
}

.card:nth-child(1) .collapse{
background-color: rgba(255,207,192,0.70);
}

.card:nth-child(2) .card-header{
    background-color: #40cbba;
    background-image: url(/TripIsU/images/mrsel_icon02.png);
    background-repeat: no-repeat;
    background-position: 2% center;
    background-size: 15%;
}

.card:nth-child(2) .collapse{
background-color: rgba(151,222,213,0.70);
}

.card:nth-child(3) .card-header{
    background-color: #7ebe62;
    background-image: url(/TripIsU/images/mrsel_icon03.png);
    background-repeat: no-repeat;
    background-position: 2% center;
    background-size: 15%;
}

.card:nth-child(3) .collapse{
background-color: rgba(188,239,166,0.70);
}

.card:nth-child(4) .card-header{
    background-color: #e286c7;
    background-image: url(/TripIsU/images/mrsel_icon04.png);
    background-repeat: no-repeat;
    background-position: 2% center;
    background-size: 15%;
}

.card:nth-child(4) .collapse{
background-color: rgba(252,204,238,0.70);
}

.card:nth-child(5) .card-header{
    background-color: #65bee0;
    background-image: url(/TripIsU/images/mrsel_icon05.png);
    background-repeat: no-repeat;
    background-position: 2% center;
    background-size: 15%;
}

.card:nth-child(5) .collapse{
background-color: rgba(174,224,243,0.70);
}

.card:nth-child(6) .card-header{
    background-color: #75b990;
    background-image: url(/TripIsU/images/mrsel_icon06.png);
    background-repeat: no-repeat;
    background-position: 2% center;
    background-size: 15%;
}

.card:nth-child(6) .collapse{
background-color: rgba(211,251,198,0.70);
}

.card-body {
    padding: 15px 25px 15px 30px !important;
}

#keyword {
    width: 86%;
    padding: 7px 5px 7px 5px;
    border: 1px solid #a5a5a5;
}

.collapse {
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}

.mb-0 {
background-image: url(/TripIsU/images/awdown.svg);
background-repeat: no-repeat;
background-position: 99% center;
}

.explan { 
    font-size: 0.9em;
    color: #fff;
    background-size: 13%;
	float: left;
	line-height: 1.05em;
}

.explan a {
	border-radius: 5px;
    display: block;
    padding: 6px 13px 6px 43px;
    color: #fff;
	background-color: #639696;
	background-image: url(../images/explan.png);
    background-repeat: no-repeat;
    background-position: 12% center;
}
.explan a:hover {
    color: #fff;
    text-decoration:none;
	background-color: #639696;
}
.exptitle{
padding: 10px 10px 10px 10px;
background-color: #57a3ae;
color: #fff;
}

.exptitle:after,.expbar:after{
content: '';
display: block;
clear: both;
}

.ex01{
float: left;
width: 67%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0 5px 0 0;
}
.ex01 div 
{
font-size: 0.8em;
margin: 1px 0 0 0;
color: #525252;
}

.ex02{
float: left;
width: 33%;
}
.ex02 ul 
{
    font-size: 0.8rem;
    float: left;
    font-weight: bold;
}
.ex02 ul li
{
    list-style-type: disc;
    margin-left: 15px;
}

.expal{

}

.expbar{
padding: 10px 10px 10px 10px;
}

.expbar:nth-child(1){
background-color: rgba(255,207,192,0.70);
  
}

.expbar:nth-child(1) .ex01{
  background-image: url(../images/trcsel_ic01.png);
  background-repeat: no-repeat;
  background-size: 15%;
  padding: 4px 5px 0 34px;
}

.expbar:nth-child(2){
background-color: rgba(151,222,213,0.70);
}

.expbar:nth-child(2) .ex01{
  background-image: url(../images/trcsel_ic02.png);
  background-repeat: no-repeat;
  background-size: 15%;
  padding: 4px 5px 0 34px;
}

.expbar:nth-child(3){
background-color: rgba(188,239,166,0.70);
}

.expbar:nth-child(3) .ex01{
  background-image: url(../images/trcsel_ic03.png);
  background-repeat: no-repeat;
  background-size: 15%;
  padding: 4px 5px 0 34px;
}

.expbar:nth-child(4){
background-color: rgba(252,204,238,0.70);
}

.expbar:nth-child(4) .ex01{
  background-image: url(../images/trcsel_ic04.png);
  background-repeat: no-repeat;
  background-size: 15%;
  padding: 4px 5px 0 34px;
}

.expbar:nth-child(5){
background-color: rgba(174,224,243,0.70);
}

.expbar:nth-child(5) .ex01{
  background-image: url(../images/trcsel_ic05.png);
  background-repeat: no-repeat;
  background-size: 15%;
  padding: 4px 5px 0 34px;
}

.expbar:nth-child(6){
background-color: rgba(255,213,200,0.70); 
}

.expbar:nth-child(6) .ex01{
  background-image: url(../images/trcsel_ic06.png);
  background-repeat: no-repeat;
  background-size: 15%;
  padding: 4px 5px 0 34px;
}

.expbar:nth-child(7){
background-color: rgba(175,213,243,0.70);
}

.expbar:nth-child(7) .ex01{
  background-image: url(../images/trcsel_ic07.png);
  background-repeat: no-repeat;
  background-size: 15%;
  padding: 4px 5px 0 34px;
}

.expbar:nth-child(8){
background-color: rgba(236,239,166,0.70);
}

.expbar:nth-child(8) .ex01{
  background-image: url(../images/trcsel_ic09.png);
  background-repeat: no-repeat;
  background-size: 15%;
  padding: 4px 5px 0 34px;
}

.expbar:nth-child(9){
background-color: rgba(252,204,204,0.70);
}

.expbar:nth-child(9) .ex01{
  background-image: url(../images/trcsel_ic10.png);
  background-repeat: no-repeat;
  background-size: 15%;
  padding: 4px 5px 0 34px;
}


@media screen and (max-width: 1920px){
	
.trbk_select {
    padding: 9px 6px 6px 6px;
    margin: 0 2px 0 2px;
    min-width: 100px;
    font-size: 1em;
	float: none;
    display: inline-block;
}

.trbk_mrsel {
    padding: 8px 15px 8px 15px;
    margin: 0 9px 0 8px;
    float: none;
    display: inline-block;
}

.explan {
    font-size: 0.9em;
    color: #fff;
    background-size: 13%;
    line-height: 1.05em;
	float: none;
    display: inline-block;
}

.explan a {
    padding: 13px 13px 13px 43px;
}

.explan a br{
    display: none;
}
	
.card-header {
    padding: 10px 10px 10px 75px !important;
}

.trlb_heart {
    background-size: 13%;
    height: 23px;
}

.trbk_addtrv a {
    width: 16%;
}

.expbar:nth-child(1) .ex01,.expbar:nth-child(2) .ex01,.expbar:nth-child(3) .ex01,.expbar:nth-child(4) .ex01,.expbar:nth-child(5) .ex01,.expbar:nth-child(6) .ex01,.expbar:nth-child(7) .ex01,.expbar:nth-child(8) .ex01,.expbar:nth-child(9) .ex01{
  background-size: 15%;
  padding: 4px 5px 0 42px;
}




}


@media screen and (max-width: 1280px){
	
.arv_mselpop {
    width: 39%;
    top: 7%;
    left: 28%;
    height: 88%;
}
	
}



/*Ipad*/
@media screen and (min-width: 768px) and (max-width: 1024px){
	
.arv_mselpop {
    width: 65%;
    top: 9%;
    left: 18%;
	height: 90%;
}

.trlb_heart {
    background-size: 21%;
    height: 23px;
}

.trbk_addtrv a {
    width: 25%;
}

}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation:landscape){
	
.arv_mselpop {
    width: 50%;
    top: 6%;
    left: 25%;
}	

}

@media screen and (max-width: 480px){

.trbk_select {
    padding: 9px 6px 6px 6px;
    margin: 0 2px 0 2px;
    min-width: 100px;
    font-size: 1em;
	float: left;
}

.trbk_mrsel {
    padding: 8px 15px 8px 15px;
    margin: 0 9px 0 8px;
    float: left;
}

.explan {
    font-size: 0.9em;
    color: #fff;
    background-size: 13%;
    float: left;
    line-height: 1.05em;
}

.explan a{
   padding: 6px 13px 6px 43px;
}

.explan a br{
    display: inherit;
}

.arv_mselpop {
    width: 90%;
    top: 9%;
    left: 5%;
    height: 88%;
}

.arvmsph1 {
    font-size: 1.3em;
}

.card-header {
    padding: 10px 10px 10px 55px !important;

}

.trlb_heart {
    background-size: 40%;
    height: 23px;
}

.trbk_addtrv a {
    width: 45%;
}

.expbar:nth-child(1) .ex01{
  background-size: 15%;
  padding: 4px 5px 0 34px;
}


.expbar:nth-child(2) .ex01{
  background-size: 15%;
  padding: 4px 5px 0 34px;
}


.expbar:nth-child(3) .ex01{
  background-size: 15%;
  padding: 4px 5px 0 34px;
}

.expbar:nth-child(4) .ex01{
  background-size: 15%;
  padding: 4px 5px 0 34px;
}

.expbar:nth-child(5) .ex01{
  background-size: 15%;
  padding: 4px 5px 0 34px;
}


.expbar:nth-child(6) .ex01{
  background-size: 15%;
  padding: 4px 5px 0 34px;
}


.expbar:nth-child(7) .ex01{
  background-size: 15%;
  padding: 4px 5px 0 34px;
}

}

@media screen and (max-width: 390px){
	
.trbk_select {
    min-width: 95px;
}

.trbk_mrsel {
    padding: 8px 10px 8px 10px;
    margin: 0 5px 0 5px;
}

.explan a {
    padding: 6px 8px 6px 40px;
}
	
}


/*旅遊紀錄簿_遊覽景點紀錄----結束*/


/*旅遊紀錄簿_線上旅遊*/

.trbonline_search {
    padding: 30px 0 30px 0;
    border-top: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
    margin: 30px 0 30px 0;
}

.trbol_serh1{
font-size: 1.3em;
color: #0AACC7;
margin: 0 0 10px 0;
font-weight: bold;
}

.trbol_serbox {
    padding: 5px 10px 5px 10px;
    border: 1px solid #bbbbbb;
    background-color: #fff;
}

.trbol_tx {
border: none;
width: 100%;
padding: 10px 5px 10px 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.trbol_sbtn {
    text-align: center;
    margin: 15px 0 0 0;
}

.trbol_sbtn a {
    display: inline-block;
    padding: 10px 20px 10px 38px;
    background-color: #e35400;
    color: #fff;
    background-image: url(../images/arvserch.svg);
    background-repeat: no-repeat;
    background-size: 18%;
    background-position: 12% center;
    border-radius: 25px;
}

.trbol_ru {
    padding: 0 0 15px 0;
    margin: 10px 0 0 0;
}

.trbol_rubox {
    margin: 0 0 15px 0;
}

.trbol_rutitle {
    color: #e23d70;
    font-size: 1.4em;
    background-image: url(../images/icon_go2.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 0 0 42px;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.trbol_ruA {
    margin: 0 auto 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px 10px 10px;
}

.tbruA_box {
    margin: 0 0 10px 0;
}

.trbol_ruA_tt {
    color: #505050;
    font-weight: bold;
    font-size: 1.1em;
    margin: 0 0 10px 0;
}

.sw_ruA_tliall {
    color: #505050;
    font-size: 1em;
}

.sw_ruA_tliall:after{
content: '';
display: block;
clear: both;
}

.sw_rli {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 3% 0 13px;
    margin: 0 0 7px 0;
    background-repeat: no-repeat;
    background-image: url(../images/dot2.png);
    background-position: left 29%;
}

/*旅遊紀錄簿_線上旅遊----結束*/

/*我的行程*/

.mytrvsst {
    /*text-align: center;*/
    font-size: 1.05em;
    color: #323232;
    padding: 0 0 20px 0;
    margin: -15px 0 20px 0;
}
.mytrvsst a, .mytrvsst a:hover
{
    text-decoration:underline;
}

.mytrvsst ul li{
    margin:0 0 10px 23px;
	list-style-type: decimal;
}

.mytrcardall{
margin: 20px 0 0 0;
padding: 0 0 40px 0;
}

.mytrcardbox {
    margin: 0 0 15px -11px;
    min-height: 500px;
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 13px 13px 13px;
    width: 104%;
}

.mycd_self{
background-image: url(/TripIsU/images/mytrv_bg01.png);
}

.mycd_suite{
background-image: url(/TripIsU/images/mytrv_bg02.png);
}

.mycd_h1{
color: #d74340;
font-weight: bold;
font-size: 1.3em;
text-align: center;
margin: 0 0 10px 0;
}

.mycdtrall {
    width: 96%;
    margin: 24px 0 0 22px;
    position: relative;
}

.mycdtrall:after,.mycdtrblock:after{
content: '';
display: block;
clear: both;
}

.mycdtrblock {
float: left;
width: 50%;
position: relative;
background-image: url(../images/nexarrow.svg);
background-repeat: no-repeat;
background-position: 97% center;
background-size: 8%;
padding: 0 10px 0 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0 0 18px 0;
}

.mycdtrblock:last-child {
background-image: none;

}

.mytrnumc {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #4dc6e3;
    color: #fff;
    left: -5px;
    top: -13px;
    font-size: 0.8em;
}

.mycdtrblock_pc {
    float: left;
    margin: 0 5px 0 0;
}

.mycdtrblock_pc,.mycdtrblock_pc img{
width: 63px;
height: 63px;
border-radius: 50%;
}

.mycdtrblock_pc img{

}

.mycdtrblock_txt{
color: #314d56;
font-size: 0.95em;
float: left;
width: 50%;
padding: 6px 0 0 0;
height: 63px;
}

.mytrmortx {
    color: #d80152;
    font-size: 1.05em;
    text-align: right;
    position: absolute;
    right: 10px;
    bottom: 7px;
	cursor: pointer;
}

.mytrvbtm{
text-align: right;
margin: 5px 0 0 0;
}

.mytrvbtm_deltime{
color: #6a6a6a;
font-size: 0.9em;
display: inline-block;
margin: 0 9px 0 0;
}

.mytrvbtm_delbtn{
display: inline-block;
}

.mytrvbtm_delbtn a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 9px 5px 24px;
    background-color: #a1a1a1;
    background-image: url(../images/send_no.svg);
    background-repeat: no-repeat;
    background-position: 9% center;
    background-size: 11%;
    border-radius: 5px;
    color: #fff;
    font-size: 0.9em;
}

@media screen and (max-width: 1920px){
	
.mytrvsst {
    padding: 0 0 20px 0;
    margin: 10px 0 20px 0;
	line-height: 1.6em;
}

.mytrcardbox {
    margin: 0 40px 30px 0px;
    min-height: 505px;
    background-size: 100%;
    padding: 70px 30px 25px 35px;
    width: 45%;
    float: left;
}

.mycd_h1 {
    font-size: 1.8em;
    margin: 0 0 50px 0;
}

.mycdtrblock_pc, .mycdtrblock_pc img {
    width: 75px;
    height: 75px;
}

.mycdtrblock {
margin: 0 0 35px 0;
}
	
}


@media screen and (max-width: 1280px){
	
.mycd_self {
    background-image: url(/TripIsU/images/mytrv_bg01_l.png);
}

.mycd_suite {
    background-image: url(/TripIsU/images/mytrv_bg02_l.png);
}

.mytrcardbox {
    padding: 60px 30px 25px 35px;
}
	
.mycd_h1 {
    font-size: 1.5em;
    margin: 0 0 25px 0;
}

.mycdtrblock_txt {
    width: 48%;
}


	
}


/*Ipad*/
@media screen and (min-width: 768px) and (max-width: 1024px){

.mytrcardbox {
    margin: 0 10px 15px 0px;
    min-height: 340px;
    background-size: 100%;
    padding: 36px 11px 13px 11px;
    width: 48%;
    float: left;
}

.mycd_h1{
font-size: 1.3em;
margin: 0 0 10px 0;
}

.mycdtrblock_pc, .mycdtrblock_pc img {
    width: 50px;
    height: 50px;
}

.mycdtrblock {
margin: 0 0 18px 0;
}

.mycdtrblock_txt {
    width: 54%;
}

.mycd_self {
    background-image: url(/TripIsU/images/mytrv_bg01.png);
}

.mycd_suite {
    background-image: url(/TripIsU/images/mytrv_bg02.png);
}

}

@media screen and (max-width: 480px){

.mytrvsst ul{
    text-align: left;
}

.mytrvsst ul li{
    margin:0 0 8px 23px;
}

.mytrcardbox {
    margin: 0 0 15px -11px;
    min-height: 370px;
    background-size: 100%;
    padding: 50px 13px 13px 13px;
    width: 104%;
	float: none;
}

.mycd_h1{
font-size: 1.3em;
margin: 0 0 10px 0;
}

.mycdtrblock_pc,.mycdtrblock_pc img{
width: 63px;
height: 63px;
}

.mycdtrblock {
margin: 0 0 18px 0;
width: 49%;
}

.mycdtrblock_txt {
    width: 50%;
}

.mycd_self {
    background-image: url(/TripIsU/images/mytrv_bg01.png);
}

.mycd_suite {
    background-image: url(/TripIsU/images/mytrv_bg02.png);
}
	
}

@media screen and (max-width: 375px){

.mycd_self {
    background-image: url(/TripIsU/images/mytrv_bg01_L.png);
}

.mytrcardbox {
    min-height: 373px;
}

.mycd_suite {
    background-image: url(/TripIsU/images/mytrv_bg02_L.png);
}
	
}


/*我的行程----結束*/


/*我的行程_調整行程內容*/

.mtr_backlist{
text-align: right;
margin: 0 0 10px 0;
}

.mtr_backlist a {
    display: inline-block;
    padding: 7px 10px 7px 35px;
    color: #fff;
    background-color: #a4a4a4;
    background-image: url(../images/back_arrow.svg);
    background-repeat: no-repeat;
    background-position: 6% center;
    border-radius: 5px;
}

.mtrved_title{
font-size: 1.5em;
color: #d74340;
margin: 0 0 5px 0;
font-weight: bold;
}

.mtrved_data{
margin: 0 0 15px 0;
}

.mtrved_data:after{
content: '';
display: block;
clear: both;
}

.mtrved_dttx{
color: #575757;
float: left;
font-size: 0.95em;
}
.mtrved_dttx span{
color: #d74340;
font-weight: bold;
}
.mtrved_edtbtn{
float: right;
width: 27%;
}

.mtrved_edtbtn img{
width: 100%;
}

.mveditall{
padding: 0 0 30px 0;
margin: 30px 0 0 0;
}

.mveditall:after{
content: '';
display: block;
clear: both;
}

.mved_box{
float: left;
margin: 0 2% 20px 2%;
width: 45%;
position: relative;
border-radius: 5px;
}

.mved_box_num{
position: absolute;
background-color: #ff8814;
width: 25px;
height: 25px;
border-radius: 50%;
top: -10px;
left: -10px;
font-size: 0.9em;
color: #fff;
text-align: center;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 3px 0 0 0;
}

.mved_box_num img{
width: 49%;
}

.mved_box_pc{
border-top-left-radius: 5px;
border-top-right-radius: 5px;
height: 115px;
overflow: hidden;
}

.mved_box_pc img{
border-top-left-radius: 5px;
border-top-right-radius: 5px;
width: 100%;
}

.mved_box_txt {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 8px 15px 8px;
    color: #314d56;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 60px;
	font-size: 1.2em;
}

.mved_box_txt a{
    color: #314d56;
}

.mved_box_stamp {
    position: absolute;
    width: 63px;
    height: 63px;
    bottom: 20px;
    right: -10px;
    background-image: url(../images/tralA_stamp.png);
    background-repeat: no-repeat;
    background-size: 100%;
}


@media screen and (max-width: 1920px){

.mved_box_pc {
    height: 300px;
}

.mved_box {
    width: 29%;
}

.mtrved_edtbtn {
    width: 10%;
}

.mtrved_title{
font-size: 1.8em;
}

.mved_box_stamp {
    width: 90px;
    height: 90px;
}

.mved_box_num{
width: 33px;
height: 33px;
font-size: 1em;
padding: 5px 0 0 0;
}
	
}


@media screen and (max-width: 1280px){
	
.mved_box_pc {
    height: 200px;
}
	
}


/*Ipad*/
@media screen and (min-width: 768px) and (max-width: 1024px){

.mved_box_pc{
height: 250px;
}

.mved_box{
width: 45%;
}

.mved_box_txt {
	font-size: 1em;
}

.mtrved_edtbtn{
width: 15%;
}

.mtrved_title{
font-size: 1.5em;
}

.mved_box_stamp {
    width: 63px;
    height: 63px;
}

.mved_box_num{
width: 25px;
height: 25px;
font-size: 0.9em;
padding: 3px 0 0 0;
}
	
}


@media screen and (max-width: 480px){

.mved_box_pc{
height: 115px;
}

.mved_box{
width: 45%;
}

.mved_box_txt {
	font-size: 1em;
}

.mtrved_edtbtn{
width: 27%;
}

.mtrved_title{
font-size: 1.5em;
}

.mved_box_stamp {
    width: 63px;
    height: 63px;
}

.mved_box_num{
width: 25px;
height: 25px;
font-size: 0.9em;
padding: 3px 0 0 0;
}
	
}

/*我的行程_調整行程內容----結束*/

/*選單展開內容*/

#mnuopen{
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
position: fixed;
z-index: 99;
top: 0px;
right: 0px;
visibility: hidden;
overflow: hidden;
}

.meclose {
    position: absolute;
    top: 10px;
    right: 8px;
    z-index: 1;
}

.mnuc{
width: 25%;
height: 100%;
position: absolute;
padding: 30px 0 0 0;
right: 0px;
background-color: #197ea0;
background-image: -webkit-linear-gradient(270deg,rgba(0,189,212,1.00) 0.52%,rgba(1,133,196,1.00) 100%);
background-image: -moz-linear-gradient(270deg,rgba(0,189,212,1.00) 0.52%,rgba(1,133,196,1.00) 100%);
background-image: -o-linear-gradient(270deg,rgba(0,189,212,1.00) 0.52%,rgba(1,133,196,1.00) 100%);
background-image: linear-gradient(180deg,rgba(0,189,212,1.00) 0.52%,rgba(1,133,196,1.00) 100%);
}

.mnuc ul{
padding: 0px;
margin: 0px;
}

.mnuc ul li {
text-align: center;
color: #fff;
font-size: 1.4em;
border-bottom: 1px solid #95e9f7;
}

.mnuc ul li a{
display: block;
color: #fff;
padding: 17px 0 17px 0;
}

.mnuc ul li a:hover {
    background-color: #12cfef;
    text-decoration: none;
}

@media screen and (max-width: 480px){
.mnuc{
width: 100%;
}

}

/*選單展開內容----結束*/


