/*共用設定*/
/* body {
	font-family: 'Noto Serif TC', serif;	
} */

.tour_info_place .tour_wrap {
  position: relative;
}
/**/
.tour_wrap .tourBuy ul,
.tour_wrap .tourBuy li,
.tour_wrap .tourBag ul.tab,
.tour_wrap .tourBag ul.tab li,
.tour_wrap .tourBag .trip ul.content,
.tour_wrap .tourBag .trip ul.content li {
  /* margin: 0; */
  /* padding: 0; */
  /* border: 0; */
  /* font-size: 100%; */
  /* font: inherit; */
  /* vertical-align: baseline; */
  /* list-style: none; */
}

/*使<pre>的内容自動換行*/
.tour_info_place pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*__________________slider(覆寫）__________________*/

/* .tour_info_place  .ctrl-slider li.pic img{
	object-fit: cover;
    width: 100%;
    height: 480px;
}

.tour_info_place  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	bottom: 5px;
}
.tour_info_place  .bx-wrapper .bx-pager.bx-default-pager a{
	box-shadow: 0px 0px 9px #7b7b7b;
}
.tour_info_place  .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus{
	box-shadow: 0px 0px 9px #7b7b7b;
} */
/*___________________行程內容_________________*/

.tour_wrap .tourBag,
.tour_wrap .tourBuy {
  /* position: relative; */
  /* display: inline-block; */
  /* box-sizing: border-box; */
  /* vertical-align: top; */
  /* padding: 0 20px; */
}

/*________明細資料____________*/
.tour_wrap .tourBag {
  /* width: 66%; */
  /* margin-right: 3%; */
}
.tour_wrap .tourBag > h2 {
  font-size: 24px;
  /* color: #002f7e; */
  font-weight: 600;
}
.tour_wrap .tourBag .mainInfo {
  padding: 0 15px;
  word-wrap: break-word;
}
.tour_wrap .tourBag .mainInfo .img,
.tour_wrap .tourBag .info {
  display: inline-block;
  vertical-align: middle;
}
.tour_wrap .tourBag .info {
  width: 100%;
  line-height: 1.7;
}
.tour_wrap .tourBag .info h3 {
  margin-bottom: 5px;
}
.tour_wrap .tourBag .info h3 > span.subTitle {
  color: #002f7e;
  /* padding-right: 5px; */
  font-weight: 600;
}
.tour_wrap .tourBag .info h3 > span.subTitle:after {
  /* content: '▸'; */
  display: inline-block;
  padding: 0 5px;
}
.tour_wrap .tourBag .info img {
  max-width: 100%;
  height: auto;
  margin: auto;
  display: block;
}
/*tab面板*/
.tour_wrap .tourBag ul.tab {
  /* font-size: 0; */
  /* margin: 10px auto; */
}
.tour_wrap .tourBag ul.tab > li {
  /* display: flex; */
  /* width: 20%; */
  /* font-size: 20px; */
  /* text-align: center; */
}
.tour_wrap .tourBag ul.tab > li a {
  color: #b3b3b3;
  display: block;
  padding: 10px;
  font-size: 0.8em;
}
.tour_wrap .tourBag ul.tab > li a:after {
  /* content: ''; */
  width: 100%;
  display: block;
  height: 3px;
  margin-top: 10px;
  background: #b3b3b3;
}
.tour_wrap .tourBag ul.tab > li.show > a,
.tour_wrap .tourBag ul.tab > li:hover > a {
  color: #002f7e;
}
.tour_wrap .tourBag ul.tab > li.show > a:after {
  background: #002f7e;
}
/*tab 內容*/
.tour_wrap .tourBag .tab_content {
  /* min-height: 300px; */
  /* position: relative; */
  /* padding: 0 10px; */
  /* transition: all 1s; */
}
.tour_wrap .tourBag .tab_content > div {
  /* display: none; */
  /* transition: all .5s; */
}
.tour_wrap .tourBag .tab_content > div img {
  max-width: 100%;
}
.tour_wrap .tourBag .tab_content > div.show {
  display: block;
}

/*每日行程*/
.tour_wrap .tourBag .tab_content .trip .title {
  /* width: 100%; */
  /* box-sizing: border-box; */
  position: relative;
  background: #002f7e;
  padding: 12px;
  color: #fff;
  /* cursor: pointer; */
  /* line-height: 1.3; */
  /* min-height: 39px; */
  font-size: 0.95em;
  border-bottom: 1px solid #fff;
}
.tour_wrap .tourBag .tab_content .trip .title span {
  /* position: absolute; */
  /* top: 13px; */
  /* left: 0; */
  color: #5adcff;
  font-size: 13px;
  border-radius: 7px;
  padding: 0px 10px;
  border: 1px solid;
  margin-right: 10px;
}
.tour_wrap .tourBag .trip .title .ctrl-btn {
  /* width: 24px; */
  /* height: 24px; */
  position: absolute;
  top: 12px;
  right: 10px;
  /* background: #e1f9f8; */
  /* text-align: center; */
  /* color: #fff; */
}
.tour_wrap .tourBag .trip .title .ctrl-btn i {
  font-size: 12px;
  /* line-height: 24px; */
  color: #5adcff;
  transform: rotate(0deg);
  transition: all 0.5s;
  opacity: 1;
}
.tour_wrap .tourBag .trip .title .ctrl-btn i.close {
  transform: rotate(-180deg);
}
.tour_wrap .tourBag .trip .content {
  /* background: #f4f4f4; */
  /* margin-bottom: 40px; */
}
.tour_wrap .tourBag .trip ul.content {
  padding: 15px 0;
  /* margin-left: 140px; */
  /* background: #fff; */
  line-height: 2;
}
.tour_wrap .tourBag .trip ul.content img {
  max-width: 100%;
  height: auto;
}

.tour_wrap .tourBag .trip ul.content > li {
  padding: 0 15px;
  /* line-height: 1.3; */
}

/*費用說明*/
.tour_wrap .tourBag .fee .item {
  width: 100%;
  margin: auto;
  padding: 10px 10px 10px 65px;
  position: relative;
}
.tour_wrap .tourBag .fee .item .icon,
.tour_wrap .tourBag .fee .item p.pay {
  display: inline-block;
}

.tour_wrap .tourBag .fee .icon {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 40px;
  height: 40px;
}
.tour_wrap .tourBag .fee .include .icon {
  background: url(../images/icon/success.png) no-repeat center center;
  background-size: contain;
}
.tour_wrap .tourBag .fee .not_include .icon {
  background: url(../images/icon/error.png) no-repeat center center;
  background-size: contain;
}
.tour_wrap .tourBag .fee .item p.pay {
  font-size: 22px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 10px;
}
.tour_wrap .tourBag .fee .include p.pay {
  color: #749fba;
}
.tour_wrap .tourBag .fee .not_include p.pay {
  color: #c1272d;
}
.tour_wrap .tourBag .fee .item ul.fee li {
  padding: 10px 5px 10px 0px;
}
.tour_wrap .tourBag .fee .rule {
  line-height: 1.5;
}

/*注意事項*/
.tour_wrap .tourBag .note .item {
  padding: 0px 20px 20px 45px;
  line-height: 1.6;
}
.tour_wrap .tourBag .note .title {
  font-size: 18px;
  /* font-weight: 400; */
  color: #ffffff;
  /* line-height: 2; */
  /* margin-left: -25px; */
  background: #012f7e;
  padding: 5px 15px;
}
.tour_wrap .tourBag .note .title:before {
  /* content: '▸'; */
  /* display: inline-block; */
  /* padding:0 5px; */
  /* width: 15px; */
}

/*路線地圖*/ /*景點介紹*/
.tour_wrap .tourBag .map iframe,
.tour_wrap .tourBag .map img,
.tour_wrap .tourBag .video iframe,
.tour_wrap .tourBag .video img {
  max-width: 100%;
  margin-bottom: 15px;
}

/*________訂購面板_________________________________________________________*/
.tour_wrap .tourBuy {
  /* width: 30%; */
  /* background: #ffffff; */
  /* padding: 20px; */
  /* font-size: 18px; */
  /* color: #287399; */
  /* border-radius: 5px; */
  /* box-shadow: 0 8px 20px 0 rgb(0 0 0 / 10%); */
}
.tour_wrap .tourBuy .start_day {
  padding: 10px 0;
  font-weight: 500;
  line-height: 35px;
  color: #287399;
}
.tour_wrap .tourBuy .start_day input {
  height: 35px;
  /*float: right;*/
  border-radius: 5px;
  border: 1px solid #87bade;
  display: block;
  width: 100%;
}
/*消除浮動*/
.tour_wrap .tourBuy .start_day:after,
.tour_wrap .tourBuy .price:after,
.tour_wrap .tourBuy .totalAmout:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
/*價格表*/
.tour_wrap .tourBuy .priceGroup {
  /* margin-bottom: 20px; */
}
.tour_wrap .tourBuy .price {
  /* position: relative; */
  /* margin:15px 0; */
}
.tour_wrap .tourBuy .price label {
  display: block;
}
.tour_wrap .tourBuy .price select,
.tour_wrap .tourBuy .price span {
  /* float: right; */
  /* margin-left: 15px; */
}
.tour_wrap .tourBuy .price span {
  /* color: #46a1c1; */
  /* line-height: 35px; */
  /* font-size: 16px; */
}
.tour_wrap .tourBuy .price select {
  /* width: 50px; */
  /* height: 35px; */
  /* font-size: 14px; */
}
/*總計*/
.tour_wrap .tourBuy .totalAmout {
  padding: 20px 0 15px;
  border-top: 1px dashed #87bade;
}
.tour_wrap .tourBuy .totalAmout p {
  float: right;
  color: #46a1c1;
}
.tour_wrap .tourBuy .totalAmout span.focus {
  font-size: 22px;
}
/*備註*/
.tour_wrap .tourBuy ul.note > li {
  font-size: 14px;
  color: #4d4d4d;
  padding: 5px 0;
  line-height: 1.3;
}
.tour_wrap .tourBuy ul.note > li:before {
  /* content: '＊'; */
  /* display: inline-block; */
}
/*立即訂購*/
.tour_wrap .tourBuy .buy_btn {
  /* margin-top: 15px; */
}
.tour_wrap .tourBuy .buy_btn a {
  display: block;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: #5adcff; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
  /* border-radius: 5px; */
  letter-spacing: 2px;
  /* -webkit-transform: perspective(1px) translateZ(0); */
  /* transform: perspective(1px) translateZ(0); */
  /* box-shadow: 0 0 1px transparent; */
}
.tour_wrap .tourBuy .buy_btn a + a {
  /* margin-top: 15px; */
  /* background: #002f7e; */
  /* color: #5adcff; */
}

/*______________________________RWD__________________________________________*/
@media (max-width: 1000px) {
  /*___________________行程內容_________________*/

  .tour_wrap .tourBag,
  .tour_wrap .tourBuy {
    /* display: block; */
  }
  .tour_wrap .tourBag {
    width: 100%;
  }
}

@media (max-width: 600px) {
  /*__________________slider(覆寫）__________________*/
  .tour_info_place .ctrl-slider li.pic {
    height: 350px;
  }
  /*________明細資料____________*/
  .tour_wrap .tourBag .mainInfo {
    padding: 15px 0px 15px 0px;
    /*margin-top: 10px;*/
  }
  .tour_wrap .tourBag .mainInfo .img {
    display: none;
  }
  .tour_wrap .tourBag .info {
    width: 96%;
    margin: auto;
    display: block;
    line-height: 1.5;
  }

  .tour_wrap .tourBag ul.tab > li {
    font-size: 18px;
    line-height: 1.2;
  }
  .tour_wrap .tourBag ul.tab span {
    display: block;
  }
  .tour_wrap .tourBag .tab_content {
    padding: 0;
  }
  /*每日行程*/
  .tour_wrap .tourBag .tab_content .trip .title {
    padding: 15px 15px 15px 20px;
    line-height: 1.5;
    min-height: auto;
  }
  .tour_wrap .tourBag .tab_content .trip .title span {
    position: relative;
    top: 0px;
    left: 0px;
    display: block;
    padding-right: 20px;
}
.tour_wrap .tourBag .trip ul.content{
	padding: 15px 0;
	background: #fff;
}
.tour_wrap .tourBag .trip ul.content > li{
	padding: 10px 5px 10px 20px;
}
.tour_wrap .tourBag .trip ul.content > li:after{
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    margin-top: 15px;
    margin-left: -20px;
    background: #e1f9f8;
  }
  .tour_wrap .tourBag .trip .title .ctrl-btn {
    width: 20px;
    height: 20px;
    top: 12px;
  }
  .tour_wrap .tourBag .trip .title .ctrl-btn i {
    font-size: 12px;
    line-height: 20px;
    display: block;
  }
  /*費用說明*/
  .tour_wrap .tourBag .fee .item {
    padding: 5px 10px 10px 50px;
  }
  .tour_wrap .tourBag .fee .icon {
    top: 10px;
    left: 5px;
    width: 30px;
    height: 30px;
  }
  .tour_wrap .tourBag .fee .rule {
    margin-left: -45px;
  }
  /*注意事項*/
  .tour_wrap .tourBag .note .item {
    padding: 0px 10px 20px 0px;
  }

  .tour_wrap .tourBag .map iframe,
  .tour_wrap .tourBag .video iframe {
    max-height: 350px;
  }
  /*________訂購面板_________________________________________________________*/
  .tour_wrap .tourBuy {
    width: 100%;
  }
}

