@charset "UTF-8";
*, *:before, *:after {
  margin: 0;
  padding: 0;
  font-weight: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 16px;
  color: #707070;
  -webkit-text-size-adjust: none;
  font-family: Arial,Helvetica,"微軟正黑體",sans-serif;
}

ol, ul {
  list-style-type: none;
}

svg {
  fill: currentColor;
}

legend {
  display: none;
}

a {
  text-decoration: none;
  color: #707070;
}

a:hover {
  text-decoration: none;
  color: #FF9100;
  -webkit-transition: color 0.1s 0.15s linear;
  transition: color 0.1s 0.15s linear;
}

a:focus {
  color: #FF9100;
  text-decoration: none;
  outline: none;
}

img {
  width: 100%;
  height: auto;
}

input {
  border: 1px solid #A5A5A5;
  text-indent: 15px;
  border-radius: 5px;
}

.posr{
  position: relative;
  top: 0;
  left: 0;
}

.posa{
  position: absolute;
  top: 0;
  left: 0;
}

.flex-space-between{
  display: flex;
  justify-content:space-between;
}

input::-webkit-input-placeholder {
  color: #A5A5A5;
}

input:-ms-input-placeholder {
  color: #A5A5A5;
}

input::-ms-input-placeholder {
  color: #A5A5A5;
}

input::placeholder {
  color: #A5A5A5;
}

input[type="radio"] {
  display: none;
}

input:focus {
  border-color: #FF9100;
  outline: none;
}

.orange {
  color: #FF9100;
}

.posr{
  position: relative;
  top: 0;
  left: 0;
}

.posa{
  position: absolute;
  top: 0;
  left: 0;
}

.store_btn {
  width: 300px;
  height: 50px;
  margin: 0 auto;
  font-size: 18px;
  color: #ffffff;
  outline: none;
  border: none;
  border-radius: 50px;
}

.store_label {
  width: 100%;
  margin-bottom: 10px;
}

.store_input {
  width: 100%;
  height: 48px;
  margin-bottom: 15px;
}

.store_input[type="date"] {
  text-indent: 8px;
  color: #A5A5A5;
}

.store_input_center {
  width: 100%;
  height: 48px;
  text-align: center;
  text-indent: 0;
}

.store_input_sm {
  width: 100%;
  height: 30px;
  margin-bottom: 15px;
}

.store_textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 44px;
  max-height: 148px;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border-color: #A5A5A5;
  outline: none;
}

.store_textarea:hover, .store_textarea:focus {
  border-color: #FF9100;
}

.store_textarea::-webkit-input-placeholder {
  color: #A5A5A5;
}

.store_textarea:-ms-input-placeholder {
  color: #A5A5A5;
}

.store_textarea::-ms-input-placeholder {
  color: #A5A5A5;
}

.store_textarea::placeholder {
  color: #A5A5A5;
}

.store_select {
  display: inline-block;
  border: 1px solid #FF9100;
  border-radius: 5px;
  vertical-align: middle;
  padding: 0 5px;
  margin-bottom: 20px;
  background-color: #ffffff;
}

.store_select select {
  width: 100%;
  height: 44px;
  outline: none;
  background-color: transparent;
  border: none;
}

.store_select select:hover, .store_select select:focus {
  border-color: #FF9100;
}

.store_search_link {
  background-color: #FF9100;
  color: #ffffff;
  display: inline-block;
  border: 1px solid #FF9100;
  padding: 10px 20px;
  border-radius: 20px;
  margin-bottom: 10px;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.store_search_link:hover, .store_search_link:focus {
  background-color: #FFB757;
  color: #ffffff;
  border-color: #FFB757;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
}

.img_box {
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
}

.img_box img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.img_box .center_p {
  height: 30px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  color: #ffffff;
  font-size: 28px;
  z-index: 1;
}

.justify {
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  -moz-text-align-last: justify;
  -webkit-text-align-last: justify;
}

.justify:after {
  content: '';
  display: inline-block;
  width: 100%;
}

.table {
  border: 1px solid #FF9100;
  border-top-width: 2px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-collapse: separate;
  position: relative;
  top: -5px;
  left: 0;
}

.table .table-bordered {
  border: none;
}

.table .tr_hide {
  background-color: #FFF3E3;
}

.table .tr_hide th {
  text-align: center;
  border: none !important;
}

.table tbody tr td {
  text-align: center;
  border-color: transparent;
}

.table tbody tr td[data-th] {
  overflow: hidden;
}

.table tbody tr td[data-th]:after {
  content: '';
  display: block;
  clear: both;
  line-height: 0;
  font-size: 0;
}

.table .img_box {
  width: 100px;
  height: 100px;
}

.table .Trli {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: left;
  margin-top: 0px;
}

@media screen and (max-width: 767px) {
  .table {
    border: none;
    top: -3px;
  }
  .table .tr_hide {
    display: none !important;
  }
  .table .table-bordered th, .table .table-bordered td {
    border: 0;
  }
  .table tbody tr td, .table tbody tr th {
    padding: 15px 15px 15px 30px;
    letter-spacing: 1px;
  }
  .table tbody tr td {
    border-color: #FF9100;
  }
  .table tbody tr td:first-child {
    border-color: transparent;
  }
  .table.table_rwd {
    min-width: 100%;
  }
  .table.table_rwd tr {
    display: block;
    border: 1px solid #FF9100;
  }
  .table.table_rwd td {
    display: block;
    width: 100%;
    text-align: left;
  }
  /* overflow: hidden; */
  .table.table_rwd td:before {
    content: attr(data-th) " : ";
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    color: #707070;
  }
  .table.table_rwd .number:before {
    content: "";
  }
}

.scrollbar_none {
  overflow: hidden;
  overflow-y: scroll;
}

.scrollbar_none::-webkit-scrollbar {
  width: 0;
}

.scrollbar_none::-webkit-scrollbar-track-piece {
  background-color: transparent;
  -webkit-border-radius: 6px;
}

.crumb {
  display: inline-block;
  font-size: 14px;
}

.crumb .breadcrumb {
  padding: 15px 0 10px;
  background-color: transparent;
}

.crumb .breadcrumb li {
  display: inline-block;
  margin-right: 5px;
}

.crumb .breadcrumb li a.active {
  color: #FFB757;
}

.crumb .breadcrumb li:before {
  padding-left: 0;
}

.clearbox.self {
  clear: both;
}

.clearbox:after {
  content: '';
  display: block;
  clear: both;
  font-size: 0px;
  width: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}

.white_space {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.direction_icon {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
}

.direction_icon:before, .direction_icon:after {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -1px;
  left: 80px;
}

.direction_icon:before {
  content: '';
  border: 1px solid #ffffff;
  border-radius: 50%;
}

.direction_icon:after {
  content: '>';
  top: 0;
  left: 85px;
}

.svg_box {
  position: relative;
  top: 0;
  left: 0;
}

.svg_box:before {
  content: '';
  display: block;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
}

.hoverDark {
  position: relative;
  top: 0;
  left: 0;
}

.hoverDark:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: .5;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  pointer-events: none;
}

.hoverDark:hover:after {
  opacity: .2;
  -webkit-transition: opacity .4s .2s ease;
  transition: opacity .4s .2s ease;
}

.hoverFill {
  border: 1px solid #FFB757;
  border-radius: 5px;
  padding: 5px 100px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #FFB757), color-stop(50%, #ffffff));
  background-image: linear-gradient(to right, #FFB757 50%, #ffffff 50%);
  background-size: 200% 100%;
  background-position: right;
  color: #FFB757;
  /**/
  /**/
  -webkit-transition: background .25s , color .3s;
  transition: background .25s , color .3s;
}

.hoverFill:before {
  border-color: #FFB757;
  -webkit-transition: border-color .25s;
  transition: border-color .25s;
}

.hoverFill:hover {
  background-position: left;
  color: #ffffff;
  -webkit-transition: background 0.25s 0.2s, color 0.3s 0.4s;
  transition: background 0.25s 0.2s, color 0.3s 0.4s;
}

.hoverFill:hover:before {
  border-color: #ffffff;
  -webkit-transition: border-color .3s .4s;
  transition: border-color .3s .4s;
}

.hoverShallow {
  background-color: #FF9100;
}

.hoverShallow:hover {
  -webkit-transition: background-color .25s .15s ease-in-out;
  transition: background-color .25s .15s ease-in-out;
  background-color: #FFA732;
}

.data_nextAll_slide {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  height: 60px;
  border: 1px solid #FF9100;
  line-height: 60px;
  padding-left: 30px;
  border-radius: 50px;
  font-size: 20px;
}

.data_nextAll_slide.qadata {
  height:auto;
  padding-right: 30px;
}

.data_nextAll_slide .svg_box {
  position: absolute;
  right: 20px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.data_nextAll_slide .svg_box:before {
  width: 100%;
  height: 100%;
  background-color: #FF9100;
  -webkit-mask-image: url("../images/icon/left.svg");
          mask-image: url("../images/icon/left.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.data_nextAll_slide.active .svg_box {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.modal-content {
  border-radius: 20px;
}

.modal-dialog {
  margin-top: 100px;
  margin-bottom: 100px;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.btPrHalf {
  padding-right: 7.5px;
}

.btPlHalf {
  padding-left: 7.5px;
}

.btPrHalf-0 {
  padding-right: 0;
}

.btPlHalf-0 {
  padding-left: 0;
}

.modal-header {
  position: relative;
  top: 0;
  left: 0;
  border: none;
  padding-bottom: 0px;
}

.modal-header .close {
  position: absolute;
  right: 15px;
  top: 18px;
  color: #FF9100;
  opacity: 1;
  font-size: 30px;
  font-weight: lighter;
}

.pagination img {
  width: 15px;
  height: 15px;
}

.pagination > li > a {
  opacity: 0.5;
  color: #707070;
  border-color: transparent;
}

.pagination > li > a:hover, .pagination > li > a:focus {
  opacity: 1;
  background-color: transparent;
  border-color: transparent;
}

[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../images/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}

.icon-arrow-left {
  background-position: -240px -96px;
}

.icon-arrow-right {
  background-position: -264px -96px;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: block;
}

.modal-body {
  padding: 15px 18px;
}

/* 方向 */
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  outline: none;
  position: absolute;
  top: 33%;
}

.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span {
  color: #ffffff;
  font-size: 44px;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  background-color: transparent;
  opacity: 1;
}

.owl-carousel .owl-nav .owl-prev:hover span,
.owl-carousel .owl-nav .owl-next:hover span {
  color: #FF9100;
}

.owl-carousel .owl-nav .owl-prev {
  left: 15px;
}

.owl-carousel .owl-nav .owl-next {
  right: 15px;
}

/* 點點 */
.owl-theme .owl-dots {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
}

.owl-theme .owl-dots .owl-dot {
  outline: none;
}

.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 5px;
  background-color: #ffffff;
  opacity: .65;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #FF9100;
  opacity: 1;
}

.advisory_form .sw-theme-dots > ul.step-anchor {
  text-align: center;
  margin: 8px 0;
  display: none;
}

.advisory_form .sw-theme-dots > ul.step-anchor:before {
  display: none;
}

.advisory_form .sw-theme-dots > ul.step-anchor li {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.advisory_form .sw-theme-dots > ul.step-anchor li:not(:last-child) {
  margin: 0 50px;
}

.advisory_form .sw-theme-dots > ul.step-anchor li:not(:last-child) a {
  padding: 5px 23px;
  color: #FF9100;
  background-color: #ffffff;
  border: 1px solid #FF9100;
  font-weight: normal;
  border-radius: 20px;
  cursor: not-allowed;
}

.advisory_form .sw-theme-dots > ul.step-anchor li:not(:last-child) a:before, .advisory_form .sw-theme-dots > ul.step-anchor li:not(:last-child) a:after {
  display: none;
}

.advisory_form .sw-theme-dots > ul.step-anchor li:first-child > a:before,
.advisory_form .sw-theme-dots > ul.step-anchor li:nth-child(2) > a:before {
  display: block;
  width: 95%;
  height: 3px;
  border-radius: unset;
  top: 0;
  bottom: 0;
  left: 105%;
  margin: auto;
  background-color: #FF9100;
}

.advisory_form .sw-theme-dots > ul.step-anchor li:last-child {
  position: absolute;
  right: 0;
  top: -15px;
}

.advisory_form .sw-theme-dots > ul.step-anchor li:last-child a {
  color: #FF9100;
  opacity: 1;
  font-size: 30px;
  font-weight: lighter;
}

.advisory_form .sw-theme-dots > ul.step-anchor li.active > a, .advisory_form .sw-theme-dots > ul.step-anchor li.done > a {
  color: #ffffff;
  background-color: #FF9100;
  cursor: pointer;
}

.advisory_form .sw-theme-dots > ul.step-anchor .close:before, .advisory_form .sw-theme-dots > ul.step-anchor .close:after {
  display: none;
}

.advisory_form .sw-main {
  margin-bottom: 30px;
}

.advisory_form .btn-group.sw-btn-group {
  float: none;
  width: 50%;
  display: block;
  margin: 0 auto;
}

.advisory_form .btn-group.sw-btn-group button {
  outline: none;
}

.advisory_form .btn-group.sw-btn-group .btn.btn-secondary.sw-btn-next {
  width: 300px;
  height: 50px;
  background-color: #FF9100;
  margin: 0 auto;
  border-radius: 5px;
  font-size: 18px;
  color: #ffffff;
  border-radius: 50px;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.advisory_form .btn-group.sw-btn-group .btn.btn-secondary.sw-btn-next:hover {
  background-color: #FFB757;
}

.advisory_form .btn.btn-secondary.sw-btn-prev, .advisory_form .btn.btn-info {
  display: none;
}

.fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed th, .fc-unthemed thead {
  border-color: #F3F3F3;
  color: #707070;
  font-size: 16px;
}

.fc-unthemed td {
  font-size: 12px;
}

main {
  overflow: hidden;
}

.logo img {
  height: 50px;
}

.wrapper {
  padding-top: 60px;
}

.allbanner .img_box {
  height: 250px;
}

.allbanner .img_box img {
  top: auto;
  left: auto;
  bottom: 0;
  /* height: auto; */
  -webkit-transform: none;
          transform: none;
}

header .navbar .navbar-nav .memberin .member_btn:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#FF9100;}

header {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

header .logo {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
}

header .logo:before {
  content: '';
  display: block;
  width: 1px;
  height: 60%;
  background-color: #707070;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  opacity: 0.5;
}

header .navbar {
  min-height: 60px;
  padding-top: 5px;
}

header .navbar .navcontroll {
  border: none;
}

.trip_btn{
  color:#707070;
  background-color: transparent;
  line-height: 36px;
  font-size:16px;
}

.trip_btn:focus,.trip_btn:focus:active,.trip_btn:hover{
  outline:none;
  box-shadow: none;
}

.trip_title_link{
  padding: 0;
  font-size:16px;
}
.trip_dropdown{
  width: 1280px;
  padding: 10px 25px 0;
}
.trip_dropdown > .trip_row{
  border-bottom:1px solid #ccc;
  padding: 20px 0 5px;
  display: flex;
  /* justify-content: space-between; */
}
/* .trip_dropdown > .trip_row:last-child{border:none;} */
.trip_dropdown li{
  border-right:1px solid #ccc;
  width: 19%;
  display: inline-block;
  padding-right: 30px;
  margin-right: 5px;
  margin-left: 15px;
  margin-bottom: 20px;
}
.trip_dropdown li:last-child{border:none;}
.trip_dropdown .item {
  border-top:2px solid #ff9100;
  padding-top: 5px;
  margin-top: 5px;
}
.trip_dropdown .item a{
  display: block;
  line-height: 36px;
}

header .navbar .navcontroll .icon-bar {
  width: 30px;
  margin-bottom: 6px;
  background-color: #FF9100;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

header .navbar .navcontroll:hover, header .navbar .navcontroll:active, header .navbar .navcontroll:focus {
  background-color: transparent;
}

header .navbar .navcontroll.in .icon-bar {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

header .navbar .navcontroll.in .icon-bar:nth-child(2n) {
  -webkit-transform: translateY(10px) rotate(45deg);
          transform: translateY(10px) rotate(45deg);
}

header .navbar .navcontroll.in .icon-bar:nth-child(3n) {
  opacity: 0;
}

header .navbar .navcontroll.in .icon-bar:last-child {
  -webkit-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
}

header .navbar .navbar-nav {
  padding-top: 3px;
  padding-right: 30px;
}

header .navbar .navbar-nav.navbar-right li:last-child a {
  color: #707070;
}

header .navbar .navbar-nav.navbar-right li:last-child a:before {
  width: 100%;
  height: 35px;
  -webkit-mask-size: 16px;
          mask-size: 16px;
  background-color: #707070;
  -webkit-mask-image: url(../images/icon/country.svg);
  left: -5px;
}

header .navbar .navbar-nav.navbar-right li:last-child a:hover, header .navbar .navbar-nav.navbar-right li:last-child a:active {
  color: #FF9100;
}

header .navbar .navbar-nav a:hover, header .navbar .navbar-nav a:active {
  color: #FF9100;
}

header .navbar .navbar-nav .memberin {
  padding-right: 30px;
}

header .navbar .navbar-nav .memberin .dropdown {
  display: inline-block;
}

header .navbar .navbar-nav .memberin .member_btn{
  background-color: transparent;
  outline: none;
  box-shadow: none;
  font-size: 16px;
  padding-top: 4px;
}

header .navbar .navbar-nav .memberin a {
  color: #707070;
  padding-left: 30px;
}
header .navbar .navbar-nav .memberin a:hover{color:#ff9100;}

header .navbar .navbar-nav .memberin a:before {
  width: 18px;
  height: 35px;
  -webkit-mask-size: 16px;
          mask-size: 16px;
  background-color: #707070;
  left: 0;
}

header .navbar .navbar-nav .memberin a:hover, header .navbar .navbar-nav .memberin a:active {
  color: #FF9100;
}

header .navbar .navbar-nav .member_dropdown li a,
header .navbar .navbar-nav .lang_dropdown li a{padding-left: 15px;}

header .navbar .navbar-nav .login {
  display: inline-block;
  padding: 0;
  padding-top: 15px;
  margin-left: -7px;
}

header .navbar .navbar-nav .login:before {
  -webkit-mask-image: url("../images/icon/member.svg");
          mask-image: url("../images/icon/member.svg");
  left: -23px;
}

header .navbar .navbar-nav .login:after {
  /* content: ' / '; */
  /* color: #707070; */
}

header .navbar .navbar-nav .signin {
  display: inline-block;
  padding: 0;
  padding-right: 15px;
}

header .navbar .navbar-nav .signin:before {
  display: none;
  -webkit-mask-image: url("../images/icon/country.svg");
          mask-image: url("../images/icon/country.svg");
  left: 68px;
}

footer {
  background-color: #F3F3F3;
  padding-top: 40px;
}

footer .logo img {
  width: auto;
}

footer address li {
  margin-bottom: 9px;
}

footer address li:before {
  display: inline-block;
  vertical-align: middle;
  padding-right: 35px;
  width: 13px;
  height: 13px;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #707070;
  left: -40px;
  top: 5px;
}

footer address li:nth-child(1):before {
  -webkit-mask-image: url("../images/icon/phone.svg");
          mask-image: url("../images/icon/phone.svg");
}

footer address li:nth-child(2):before {
  -webkit-mask-image: url("../images/icon/wechat.svg");
          mask-image: url("../images/icon/wechat.svg");
}

footer address li:nth-child(3):before {
  -webkit-mask-image: url("../images/icon/line.svg");
          mask-image: url("../images/icon/line.svg");
}

footer address li:nth-child(4):before {
  -webkit-mask-image: url("../images/icon/fb.svg");
          mask-image: url("../images/icon/fb.svg");
}

footer address li:nth-child(5):before {
  -webkit-mask-image: url("../images/icon/mail.svg");
          mask-image: url("../images/icon/mail.svg");
}

footer address li:hover:before {
  -webkit-mask-image: none;
          mask-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  width: 13px;
  height: 13px;
  background-size: contain;
}

footer address li:nth-child(1):hover:before {
  background-image: url("../images/icon/footer_phone.png");
}

footer address li:nth-child(2):hover:before {
  background-image: url("../images/icon/footer_wechat.png");
}

footer address li:nth-child(3):hover:before {
  background-image: url("../images/icon/footer_line.png");
}

footer address li:nth-child(4):hover:before {
  background-image: url("../images/icon/footer_fb.png");
}

footer address li:nth-child(5):hover:before {
  background-image: url("../images/icon/footer_mail.png");
}

footer .other_link {
  padding-right: 0;
}

footer .other_link .footer_atag {
  display: inline-block;
  width: 46%;
  height: 60px;
  line-height: 60px;
  margin-bottom: 20px;
  margin-right: 6%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/pic/footer_pic_cooperation.png");
}

footer .other_link .footer_atag a {
  color: #ffffff;
  position: relative;
  z-index: 1;
  display: block;
}

footer .other_link .footer_atag:before {
  display: inline-block;
  vertical-align: sub;
  width: 24px;
  height: 24px;
  padding-right: 40px;
  background-color: #ffffff;
  -webkit-mask-image: url("../images/icon/qa.svg");
          mask-image: url("../images/icon/qa.svg");
}

footer .other_link .footer_atag:nth-child(2) {
  background-image: url("../images/pic/footer_pic_qa.png");
  margin-right: 0;
}

footer .other_link .footer_atag:nth-child(2):before {
  -webkit-mask-image: url("../images/icon/cooperation.svg");
          mask-image: url("../images/icon/cooperation.svg");
}

footer h6 {
  height: 30px;
  color: #ffffff;
  background-color: #707070;
  padding-top: 10px;
  overflow: hidden;
  margin-bottom: 0px;
}

footer h6 p {
  display: inline-block;
  margin-right: 2%;
}

.subscription {
  padding-top: 20px;
}

.subscription label {
  display: flex;
  justify-content:space-between;
  padding: 5px;
  background-color: #fff;
  border-radius: 5px;
  font-size:14px;
}

.subscription input {
  display: inline-block;
  width: 55%;
  border-color:transparent;
  font-size:14px;
}

.subscription input::placeholder {
  font-weight:normal;
}

.subscription .subBtn {
  display: inline-block;
  width: 45%;
  background-color: #FF9100;
  color:#fff;
  padding: 5px 15px;
  font-weight:normal;
  border-radius: 5px;
  border-color:transparent;
  transition:background-color .3s ease-in-out;
}

.subscription .subBtn:hover,
.subscription .subBtn:focus {
  background-color: #FFB757;
  outline:none;
}

.index_banner {
  background-color: #F3F3F3;
  padding: 30px 0;
  margin-bottom: 30px;
}

.index_banner .banner {
  margin-bottom: 15px;
}

.index_banner .banner .img_box {
  height: 400px;
}

.index_banner .banner .img_box img {
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
}

.index_banner .banner_owl .img_box {
  height: 200px;
}

.index_content .other_link {
  margin-bottom: 30px;
}

.index_content .other_link .link {
  height: 200px;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: 20px bottom;
  padding-top: 5%;
  padding-left: 50%;
  font-size: 24px;
  color: #ffffff;
}

.index_content .other_link .link p {
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.index_content .other_link .link h4 {
  margin-top: 10px;
  font-weight: normal;
  position: relative;
  z-index: 1;
}

.index_content .other_link .link h4:before {
  left: 80px;
}

.index_content .other_link .link h4:after {
  left: 85px;
}

.index_content .other_link .link-1 {
  background-image: url("../images/pic/home_cooperation.png");
  background-color: #FF9D6D;
}

.index_content .other_link .link-2 {
  background-image: url("../images/pic/home_pic_news2.png");
  background-color: #FFB757;
  background-size: 35%;
  background-position: 30px bottom;
}

.index_content .introduction {
  margin-bottom: 30px;
  background-color: #FFF3E3;
  overflow: hidden;
  padding-bottom: 30px;
  padding-top: 30px;
}

.index_content .introduction h4 {
  margin-bottom: 15px;
}

.index_content .introduction img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
}

.index_content .introduction .item .svg_box {
height: 125px;

}

.index_content .introduction .item .svg_box:before {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #FFB757;
  -webkit-mask-position: center;
          mask-position: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.index_content .introduction .item_1 .svg_box:before {
  -webkit-mask-image: url("../images/icon/features_cut3.svg");
          mask-image: url("../images/icon/features_cut3.svg");
}

.index_content .introduction .item_2 .svg_box:before {
  -webkit-mask-image: url("../images/icon/features_cut4.svg");
          mask-image: url("../images/icon/features_cut4.svg");
}

.index_content .introduction .item_3 .svg_box:before {
  -webkit-mask-image: url("../images/icon/features_cut2.svg");
          mask-image: url("../images/icon/features_cut2.svg");
}

.index_content .introduction .item_4 .svg_box:before {
  -webkit-mask-image: url("../images/icon/features_cut1.svg");
          mask-image: url("../images/icon/features_cut1.svg");
}

.index_content .presentation {
  margin-bottom: 100px;
}

.index_content .presentation .img_box {
  height: 240px;
}

.index_content .presentation .img_box .center_p {
  font-size: 24px;
}

.index_content .presentation .text_easy {
  padding-top: 10px;
  letter-spacing: 1px;
  line-height: 30px;
  margin-bottom: 20px;
}

.index_content .presentation a:before {
  top: 5px;
  left: 120px;
  right: 0;
  margin: auto;
}

.index_content .presentation a:after {
  top: 5px;
  left: 130px;
  right: 0;
  margin: auto;
}

.country_tw {
  margin-bottom: 85px;
}

.country_tw .list_1 {
  margin-bottom: 15px;
}

.country_tw .list_1 .img_box {
  height: 300px;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
}

.country_tw .list_2 {
  margin-bottom: 15px;
}

.country_tw .list_2 .img_box {
  height: 200px;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
}

.country_tw .list_2 .item .center_p {
  color: #FF9100;
  bottom: 60px;
}

.country_tw .list_2 .item a {
  position: absolute;
  top: 100px;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 30px;
  line-height: 30px;
  width: 190px;
  color: #fff;
  padding-left: 40px;
  border-radius: 5px;
}

.country_tw .list_2 .item a:before {
  top: 4px;
  left: auto;
  right: 40px;
}

.country_tw .list_2 .item a:after {
  left: auto;
  right: 35px;
}

.country_tw .list_2 .item a.en_title:before,
.country_tw .list_2 .item a.en_title:after {
  display: none;
}

.country_list {
  margin-bottom: 30px;
  margin-top: 30px;
}

.only_for_startdate2 {
  margin: 10px auto;
}
.only_for_startdate2 .ui-datepicker {
  width: 100%;
}

.travel_geography .item .item_content h5.country_h5item_wrap {
  height: 80px;
  overflow: inherit;
}

.country_h5item_wrap .center_p {
  -webkit-line-clamp: 2;
}

.country_h5item_box {
  display: flex;
  justify-content:space-between;
}

.country_list h3 {
  margin: 0px;
  margin-bottom: 10px;
}

.country_list .img_box {
  height: 150px;
}

.country_list a.direction_icon {
  margin-top: 2px;
  color: #FF9100;
  padding-right: 50px;
}

.country_list a.direction_icon:before {
  border-color: #FF9100;
  top: 0;
}

.country_list a.direction_icon:after {
  left: 75px;
}

.country_list .item p {
  top: -60px;
}

.country_list .item a {
  width: 140px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  border-radius: 5px;
  position: absolute;
  top: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.country_list .listItem {
  padding: 15px;
  text-align:center;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
}

.listItembox {
  height: 80px;
}

.country_list .listItem p {
  font-size:18px;
  margin: 10px 0;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #FF9100;
}

.country_list .listItem a {
  display: inline-block;
  padding: 5px 45px;
  border-radius: 5px;
  color:#fff;
  background-color: #FF9100;
}

.country_list .listItem a:hover{
  background-color: #FFA732;
}

.country_geography_category {
  background-color: #F3F3F3;
  color: #707070;
  padding: 17px 17px 0;
  margin-bottom: 20px;
  overflow: hidden;
}

.country_geography_category h4 {
  margin-top: 0px;
  font-weight: normal;
  font-size: 16px;
  word-break: keep-all;
  margin-bottom: 15px;
}

.country_geography_category ul {
  margin: 0;
}

.country_geography_category li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}

.country_geography_category li a {
  border-radius: 20px;
  border: 1px solid #707070;
  padding: 5px 8px;
  margin: 0 10px;
  margin-left: 0;
}

.country_geography_category li a:hover, .country_geography_category li a:focus {
  border-color: #FF9100;
  -webkit-transition: all 0.1s 0.15s linear;
  transition: all 0.1s 0.15s linear;
}

.country_geography h3 span {
  padding-left: 15px;
  font-size: 16px;
}

.country_geography h3 span b {
  color: #FF9100;
}

.country_geography .item {
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

.country_geography .item img {
  height: 150px;
}

.country_geography .item .item_content {
  padding: 5px 15px 12px;
}

.country_geography .item .item_content > * {
  margin-bottom: 15px;
}

.country_geography .item .item_content h5 {
  color: #FF9100;
  font-size: 18px;
  -webkit-line-clamp: 2;
  /* word-break: break-all; */
  overflow: hidden;
  height: 38px;
}

.country_geography .item .item_content p {
  height: 105px;
  overflow: hidden;
}

.country_geography .item .item_content a {
  display: block;
  color: #ffffff;
  padding: 3px 0;
  margin: 0px;
  border-radius: 5px;
}

.country_geography li:hover .owl-nav {
  opacity: 1;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.country_geography li .owl-nav {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: 0;
}

.country_geography li .owl-nav .owl-prev,
.country_geography li .owl-nav .owl-next {
  top: 0;
  bottom: 0;
  margin: auto;
}

.country_geography li .owl-nav .owl-prev span,
.country_geography li .owl-nav .owl-next span {
  background-color: #A5A5A5;
  font-size: 37px;
  display: block;
  width: 37px;
  height: 44px;
  line-height: 37px;
  font-weight: bolder;
  opacity: 0.4;
}

.country_geography li .owl-nav .owl-prev:hover span,
.country_geography li .owl-nav .owl-next:hover span {
  color: #ffffff;
  opacity: 1;
}

.country_geography li .owl-nav .owl-prev {
  right: auto;
  left: 0;
}

.country_geography li .owl-nav .owl-next {
  left: auto;
  right: 0;
}

.country_geography a {
  display: inline-block;
  margin: 20px 0;
}

.travel_geography .img_box {
  height: 150px;
}

.travel_geography .item .item_content {
  padding: 5px 10px 12px;
}

.travel_geography .item .item_content h6 {
  font-size: 14px;
  color: #A5A5A5;
  letter-spacing: 1px;
}

.travel_geography .item .item_content h5 {
  font-size: 22px;
  letter-spacing: 1px;
}

.travel_geography .item .item_content h5 p {
  height: auto;
  overflow: auto;
}

.travel_geography .item .item_content h5 p.center_p {
  font-size:18px;
}

.travel_geography .item .item_content h5 span {
  color: #707070;
  font-size: 14px;
  /* word-break: keep-all; */
}

.travel_geography .item .item_content h5 span b {
  font-size: 22px;
  color: #FF9100;
}

.travel_geography .item .item_content h4 {
  color: #707070;
}

.travel_geography .item .item_content h4 span {
  margin-left: 10px;
}

.country_contents {
  margin-bottom: 30px;
}

.country_contents img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
}

.country_contents h2 {
  font-size: 28px;
  border-bottom: 3px solid #FF9100;
  margin-top: 0px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.country_contents .text_box {
  font-size: 18px;
  line-height: 36px;
  color: #707070;
  margin-bottom: 20px;
  padding: 15px 10px;
  background-color: #F3F3F3;
  height: 270px;
  overflow-x: hidden;
  overflow-y: scroll;
  border-radius: 5px;
}

.country_contents a {
  display: block;
  color: #ffffff;
  padding: 14px 0px;
  border-radius: 20px;
}

.country_contents p {
  font-weight: lighter;
  font-size: 14px;
  padding-top: 18px;
}

.country_contents p b {
  font-size: 18px;
  padding: 0 8px;
}

.country_contents .quote p {
  padding-top: 0px;
}

.icons{padding-top: 5px;}
.icons a{
  display: inline-block;
  color:#999;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 3px;
}
.icons a:first-child{background-image: url('../images/icon/share_line.svg');}
.icons a:first-child:hover{background-image: url('../images/icon/share_line_hover.svg');}
.icons a:nth-child(2){background-image: url('../images/icon/share_fb.svg');}
.icons a:nth-child(2):hover{background-image: url('../images/icon/share_fb_hover.svg');}
.icons a:last-child{background-image: url('../images/icon/share_google.svg');}
.icons a:last-child:hover{background-image: url('../images/icon/share_google_hover.svg');}
.icons a:nth-child(3){background-image: url('../images/icon/share_google.svg');}
.icons a:nth-child(3):hover{background-image: url('../images/icon/share_google_hover.svg');}

.country_contents_speciality {
  background-color: #F3F3F3;
  padding-bottom: 30px;
}

.country_contents_speciality h2 {
  font-size: 28px;
  color: #707070;
}

.country_contents_speciality .country_contents_fix {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 80px;
  position: fixed;
  top: auto;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
}

.country_contents_speciality .country_contents_fix.in {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

.country_contents_speciality .country_contents_fix:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  /* background-image: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0))); */
  /* background-image: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); */
  background-color: #fff;
  opacity: 0.96;
  background-repeat: no-repeat;
  background-size: cover;
}

.country_contents_speciality .country_contents_fix h3 {
  font-size: 28px;
  color: #000;
  padding-left: 30px;
  padding-top: 6px;
}

.country_contents_speciality .country_contents_fix a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  color: #ffffff;
  margin-top: 15px;
}

.country_contents_speciality .country_contents_fix a:before {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-mask-size: 40%;
          mask-size: 40%;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url("../images/icon/qa.svg");
          mask-image: url("../images/icon/qa.svg");
}

.country_contents_speciality .country_contents_fix a.fix_modalsm_1 {
  width: 100%;
  height: auto;
  padding: 14px 0;
  border-radius: 20px;
}

.country_contents_speciality .country_contents_fix a.fix_modalsm_2, .country_contents_speciality .country_contents_fix a.fix_top {
  background-color: rgba(165, 165, 165, 0.5);
}

.country_contents_speciality .country_contents_fix a.fix_modalsm_2:hover, .country_contents_speciality .country_contents_fix a.fix_modalsm_2:focus, .country_contents_speciality .country_contents_fix a.fix_top:hover, .country_contents_speciality .country_contents_fix a.fix_top:focus {
  background-color: #FF9100;
}

.country_contents_speciality .country_contents_fix a.fix_top:before {
  -webkit-mask-image: url("../images/icon/top.svg");
          mask-image: url("../images/icon/top.svg");
}

.travel_contents .text_box {
  height: 160px;
}

.travel_contents h6 {
  font-size: 14px;
  margin-top: 0px;
  word-spacing: 10px;
}

.travel_contents span {
  font-size: 14px;
  font-weight: lighter;
}

.travel_contents span b {
  font-size: 22px;
  color: #FF4C00;
}

.travel_contents .price {
  padding: 10px 15px 0;
  margin-bottom: 15px;
  background-color: #FFF3E3;
  border-radius: 5px;
}

.travel_contents .price h6 {
  padding-top: 10px;
}

.travel_contents .price p {
  padding-top: 0;
  font-size: 28px;
  color: #FF4C00;
}

.travel_contents .departure {
  padding: 10px 15px 0;
  margin-bottom: 15px;
  background-color: #F3F3F3;
  border-radius: 5px;
}

.travel_contents .departure p {
  color: #707070;
  font-weight: bold;
  font-size: 16px;
  padding-top: 0;
}

.travel_contents .departure h6 {
  padding-top: 3px;
}

.travel_contents_speciality .travel_contents_fix {
  color: #FF9100;
}

.travel_contents_speciality .travel_contents_fix p {
  padding-top: 20px;
  font-size: 28px;
}

.travel_contents_speciality .travel_contents_fix span {
  padding-top: 20px;
  display: inline-block;
  color: #707070;
  font-size: 14px;
}

.travel_contents_speciality .travel_contents_fix span b {
  font-size: 22px;
  color: #FF4C00;
}

.travel_contents_speciality .travel_contents_fix a {
  margin-left: auto;
}

.moretrips {
  background-color: #fff;
  margin-bottom: -85px;
}

.moretrips.white {
  background-color: #ffffff;
  margin-top: 30px;
  margin-bottom: 0px;
}

.moretrips.white h5 {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 13px;
  margin-left: 10px;
}

.moretrips.white h5.red {
  background-color: #FF4C00;
}

.moretrips.white h5.orange {
  background-color: #FF9100;
}

.moretrips.white h5.blue {
  background-color: #32AFE4;
}

.moretrips.white h5.green {
  background-color: #629300;
}

.moretrips.white h4 {
  border: none;
  padding-bottom: 0;
  margin: 10px 0;
}

.moretrips h4 {
  color: #FF9100;
  padding:0 10px;
  margin: 10px;
  word-break: break-all;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.moretrips a {
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
  display: block;
  padding-bottom: 10px;
  margin-bottom: 20px;
  height: 260px;
}

.newmoretrips a {
  height: auto;
}

.moretrips a img{
  height: 200px;
  object-fit: contain;
}

.moretrips p {
  margin: 0 10px 10px;
  height: 110px;
  overflow: hidden;
}

.cars h2 {
  margin: 0 0 30px;
}

.cars .cars_content .item {
  padding: 10px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
}

.cars .cars_content .item .img_box {
  height: 200px;
}

.cars .cars_content .item .img_box img {
  height: auto;
}

.cars .cars_content .item h4 {
  color: #FF9100;
  margin-bottom: 15px;
}

.cars .cars_content .item .text_box {
  height: 105px;
  overflow: hidden;
  text-align: justify;
}

.cars article {
  overflow: hidden;
  background-color: #FFF3E3;
  padding: 30px;
  border-radius: 20px;
}

.cars article .svg_box:before {
  width: 70px;
  height: 70px;
  background-color: #FF4C00;
}

.cars article .item:first-child .svg_box:before {
  -webkit-mask-image: url("../images/icon/exclude.svg");
          mask-image: url("../images/icon/exclude.svg");
}

.cars article .item:last-child .svg_box:before {
  -webkit-mask-image: url("../images/icon/contain.svg");
          mask-image: url("../images/icon/contain.svg");
}

.cars article p {
  margin-bottom: 15px;
  color: #FF4C00;
  font-size: 24px;
}

.cooperation h4 {
  margin-top: 20px;
}

.cooperation .other_link {
  background-color: #F3F3F3;
  padding: 20px 45px 5px;
  border-radius: 15px;
  margin-bottom: 30px;
}

.cooperation .other_link img {
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
}

.cooperation form {
  padding: 8px 50px 50px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-bottom: 30px;
}

.cooperation form .item {
  margin-bottom: 10px;
}

.cooperation form textarea {
  margin-bottom: 30px;
}

.cooperation form .store_btn {
  width: 100%;
}

.cooperation form h3 {
  margin-bottom: 20px;
  color: #FF9100;
}

.cooperation form .social_software {
  padding-top: 5px;
}

.cooperation form .social_software img {
  display: inline-block;
  width: 20px;
  height: 18px;
  opacity: 0.6;
  margin-right: 5px;
}

.search_form {
  background-color: #FFF3E3;
  padding: 10px 15px;
  margin-bottom: 30px;
  overflow: hidden;
}

.search_form input {
  margin-bottom: 0px;
  height: 40px;
}

.search_form .title {
  border-right: 1px solid #A5A5A5;
}

.search_form .title p {
  color: #A5A5A5;
  padding-top: 8px;
}

.search_form .search_box, .search_form .day, .share_box .search_box {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 20px;
}

.search_form .search_box button, .search_form .day button, .share_box button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border: none;
  outline: none;
}

.search_form .search_box img, .search_form .day img, .share_box .search_box img {
  width: 15px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  opacity: 0.5;
}

.share_box .search_box img {top: -15px;}
.search_box .store_input_sm {height: 40px;}

.search_form .search_box .date_img, .search_form .day .date_img, .share_box .search_box .date_img {
  right: auto;
  left: 20px;
}

.search_form .subject_category {
  padding-top: 10px;
}

.search_form .subject_category li {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  margin-bottom: 25px;
}

.search_form .subject_category li a {
  border-radius: 20px;
  padding: 12px 15px;
  font-weight: normal;
}

.search_form .subject_category li a.orange {
  color: #ffffff;
  background-color: #FF9100;
}

.search_form .subject_category li a.red {
  color: #ffffff;
  background-color: #FF4C00;
}

.search_form .subject_category li a.green {
  color: #ffffff;
  background-color: #629300;
}

.search_form .subject_category li a.blue {
  color: #ffffff;
  background-color: #32AFE4;
}

.search_list li {
  border: 1px solid #A5A5A5;
  border-radius: 50px;
  -webkit-transition: border-color .3s linear;
  transition: border-color .3s linear;
  padding: 5px 0px 7px 30px;
  margin-bottom: 10px;
}

.search_list li:hover {
  border-color: #FF9100;
  -webkit-transition: border-color .2s linear;
  transition: border-color .2s linear;
}

.search_list img {
  border-radius: 10px;
  width: 87px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}

.search_list h5 {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 13px;
}

.search_list h5.red {
  background-color: #FF4C00;
}

.search_list h5.orange {
  background-color: #FF9100;
}

.search_list h5.blue {
  background-color: #32AFE4;
}

.search_list h5.green {
  background-color: #629300;
}

.search_list p {
  color: #A5A5A5;
  font-size: 12px;
  margin-bottom: 0px;
}

.search_list h3 {
  font-size: 16px;
  margin-top: 22px;
}

.search_list .direction_icon {
  margin-top: 20px;
  color: #FF9100;
  left: -70px;
  width: 65px;
}

.search_list .direction_icon:before {
  border-color: #FF9100;
  left: 70px;
  top: 0;
}

.search_list .direction_icon:after {
  left: 65px;
}

.search_list .link {
  text-align: right;
}

.news_contents {
  margin-bottom: 30px;
}

.news_contents h2 {
  border-bottom: 5px solid #FFB757;
  margin: 0px 0px 15px;
  padding-bottom: 30px;
}

.qa ul li {
  margin-bottom: 15px;
}

.qa ul li .item {
  display: none;
}

.qa ul li p {
  padding: 20px;
}

.log_reg {
  background-image: url("../images/pic/pic2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.log_reg .log_reg_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 142px 0;
}

.log_reg form {
  width: 380px;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px 30px;
}

.log_reg form h3 {
  color: #FF9100;
  margin: 0px 0px 20px;
}

.log_reg form p {
  font-size: 14px;
  color: #FF9100;
  margin-top: -10px;
}

.log_reg form a {
  display: inline-block;
}

.log_reg form button {
  width: 100%;
  margin-top: 70px;
}

.log_reg .login {
  margin-right: 60px;
  height: 430px;
}

.log_reg .registration {
  height: 480px;
}

.log_reg .registration button {
  margin-top: 30px;
}

.remembe_tag{
  display: inline-block;
  padding-left: 25px;
}
.remembe_tag label span{
  display: block;
  width: 15px;
  height: 15px;
  border:1px solid #333;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: 150%;
  background-position: center;
  position: absolute;
  top: 2px;
  left: -20px;
}
.remembe_tag input:checked + span{background-image: url('../images/icon/contain.svg');}
.remembe_tag input{
  width: 0;
  height: 0;
  border:none;
  visibility: hidden;
}

.peer_print_wrap .title{
  align-items:center;
  margin-bottom: 20px;
}
.peer_print_wrap .print_tag a{
  padding: 10px 55px;
  border-radius: 20px;
  background-color: #FF9100;
  color:#fff;
}
.peer_print{
  background-color: #fff;
  box-shadow: 0 2px 2px 2px #ddd;
  padding: 15px 50px;
}
.peer_print .logo{display: none;}
.peer_print h3{margin-bottom: 40px;}
.peer_print h4{
  font-size:14px;
  margin-bottom: 20px;
}
.peer_print h4 p{
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
.peer_print p{
  color:#aaa;
  font-size:14px;
}
.peer_print p span{color:#333;}
.peer_print p span.orange{
  color:#FF9100;
  font-size:18px;
}
.peer_print .table {
  border-color:#ddd;
  margin-bottom: 10px;
}
.peer_print .table .tr_hide{background-color: transparent;}
.peer_print .table .tr_hide th,
.peer_print .table tbody tr td{
  border:1px solid #ddd !important;
}

.forget_password_modal h5 {
  color: #FF9100;
  font-size: 24px;
}

.forget_password_modal button {
  width: 100%;
  margin-top: 20px;
}

.member {
  background-color: #FCFCFC;
  padding: 70px 0;
}

.member h2 {
  color: #FF9100;
  margin-bottom: 30px;
}

.member .member_slide {
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  margin: 0 30px;
  padding: 30px 0px;
}

.member .member_slide .upimg_form input {
  display: none;
}

.member .member_slide .upimg_form .img_box {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.member .member_slide .upimg_form .img_box p {
  padding: 5px 10px;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  height: 30px;
  margin: 0;
}

.member .member_slide .upimg_form .img_box p:before {
  -webkit-mask-image: url("../images/icon/edit.svg");
          mask-image: url("../images/icon/edit.svg");
  z-index: 2;
  background-color: #ffffff;
  width: 15px;
  height: 15px;
  top: 0;
  left: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
}

.member .member_slide .upimg_form .img_box p:after {
  content: '編輯';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  top: 0;
  padding-top: 5px;
  text-indent: 5px;
  font-size: 14px;
}

.member .member_slide h3 {
  margin-bottom: 30px;
}

.member .member_slide .menu ul {
  padding: 0 10px;
}

.member .member_slide .menu ul li.active a {
  border-color: #FF9100;
  color: #FF9100;
}

.member .member_slide .menu ul li a {
  display: block;
  padding: 10px 0;
  border: 1px solid transparent;
  border-radius: 20px;
}

.member .member_info p, .member .member_info a, .member .member_info input {
  margin-bottom: 40px;
}

.member .member_info .info_title, .member .member_info p, .member .member_info a {
  padding-top: 15px;
}

.member .member_info a {
  display: block;
  color: #FF9100;
}

.member_contents {
  position: relative;
  top: 0;
  left: 0;
}

.member_amount .data_nextAll_slide {
  border-radius: 5px;
  border-bottom-width: 2px;
  height: 50px;
  line-height: 50px;
}

.member_amount .data_nextAll_slide .svg_box {
  top: 48px;
  right: 40px;
}

.member_amount .data_nextAll_slide p {
  margin-bottom: 0px;
}

.member_amount .data_nextAll_slide p span {
  color: #FF9100;
}

.member_amount li {
  margin-bottom: 10px;
}

.member_amount .amount_item {
  display: none;
}

.member_amount .pay {
  color: #FF4C00;
}

.member_amount .pay.have {
  color: #629300;
}

.member_amount .num {
  color: #FF9100;
}

.calendar {
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
  padding-top: 10px;
}

.calendar .fc-day-header {
  padding: 10px;
  background-color: #F3F3F3;
}

.calendar .fc-center h2 {
  color: #707070;
  font-size: 20px;
  margin: 10px 0px 0px;
}

.calendar .fc-day-grid-event .fc-content {
  white-space: normal !important;
}

.calendar .fc-state-default {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.calendar .fc-state-default span {
  color: #A5A5A5;
  font-size: 24px;
}

.calendar .fc-state-default span:hover {
  color: #FF9100;
}

.member_news .title p {
  padding-left: 30px;
}

.member_news .data_nextAll_slide.active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: none;
}

.member_news .text_box {
  position: relative;
  top: -3px;
  background-color: #FFF3E3;
  padding: 15px 30px;
  border: 1px solid #FF9100;
  border-top: none;
}

.member_management {
  /* margin-top: -70px; */
}

.member_search {
  margin-bottom: 15px;
}

.member_search form .store_box {
  display: inline-block;
  vertical-align: top;
}

.member_search form .store_box input {
  display: inline-block;
  border: 1px solid #FF9100;
  border-radius: 5px;
  vertical-align: middle;
  padding: 0 5px;
  margin-bottom: 20px;
  background-color: #ffffff;
  width: 100px;
  height: 44px;
}

.management_contents {
  width: 100%;
  overflow-x: scroll;
}

.management_contents .table {
  padding: 0 10px 0 0;
  border-collapse: separate;
  border-spacing: 0 10px;
  margin-top: -10px;
  min-width: 1620px;
  top: 0;
  border: none;
}

.management_contents .table thead tr th {
  border: none;
  text-align:center;
}

.management_contents .table tbody td {
  border: solid 1px #FF9100;
  border-style: solid none;
  padding: 15px 10px 15px;
}

.management_contents .table tbody td:first-child {
  border-left-style: solid;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.management_contents .table tbody td:last-child {
  border-right-style: solid;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

.management_contents .table tbody td .svg_box {
  padding: 3px 30px 0 15px;
}

.management_contents .table tbody td .svg_box:before {
  width: 20px;
  height: 20px;
  background-color: #A5A5A5;
  -webkit-mask-image: url("../images/icon/edit.svg");
          mask-image: url("../images/icon/edit.svg");
}

.management_contents .table tbody td .svg_box:hover:before {
  background-color: #FF9100;
}

.management_contents .table tbody td.pay {
  color: #FF4C00;
}

.management_contents .table tbody td.pay.have {
  color: #629300;
}

.management_contents .table tbody td.num {
  color: #FF9100;
}

.management_contents .table tbody td p,
.management_contents .table tbody td .print_link {
  padding: 3px 20px;
  border-radius: 20px;
  background-color: #FF9100;
  color: #ffffff;
  margin: 0px;
}

.member_addmanagement form fieldset {
  margin-bottom: 30px;
  border-radius: 5px;
  border: 1px solid #FF9100;
}

.member_addmanagement form fieldset .store_select {
  width: 100%;
}

.member_addmanagement form fieldset h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 5px 30px;
  font-size: 16px;
  background-color: #FF9100;
  color: #ffffff;
}

.member_addmanagement form .addmanagement_contents {
  padding: 0 12%;
}

.member_addmanagement form .addmanagement_contents p {
  padding: 12px 0;
  margin: 0;
}

.member_addmanagement form .addmanagement_contents p:after {
  width: 100%;
}

.member_addmanagement form .addmanagement_contents select, .member_addmanagement form .addmanagement_contents input {
  height: 48px;
}

.member_addmanagement form .addmanagement_contents .store_select, .member_addmanagement form .addmanagement_contents .store_input, .member_addmanagement form .addmanagement_contents .store_textarea {
  border-color: #A5A5A5;
}

.member_addmanagement form .addmanagement_contents .cars .box {
  padding: 10px 15px;
}

.member_addmanagement form .addmanagement_contents .cars .box, .member_addmanagement form .addmanagement_contents .cars label, .member_addmanagement form .addmanagement_contents .cars input {
  display: inline-block;
  height: auto;
}

.member_addmanagement form .addmanagement_contents .cars input[type="radio"] {
  display: none;
}

.member_addmanagement form .addmanagement_contents .cars input[type="radio"] + label span {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  border: 1px solid #A5A5A5;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.member_addmanagement form .addmanagement_contents .cars input[type="radio"]:checked + label span {
  background-image: url("../images/icon/select.svg");
  border: none;
}

.member_addmanagement form .addmanagement_contents .store_textarea {
  margin-bottom: 15px;
}

.member_addmanagement form .addmanagement_contents .client {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 60px;
}

.member_addmanagement form .addmanagement_contents .client .del, .member_addmanagement form .addmanagement_contents .orderInsure_content .add {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  padding: 0 10px;
  border: 1px solid #FF9100;
  z-index: 1;
}

.member_addmanagement form .addmanagement_contents .client .del .svg_box, .member_addmanagement form .addmanagement_contents .orderInsure_content .add .svg_box {
  width: 25px;
  height: 25px;
}

.member_addmanagement form .addmanagement_contents .client .del .svg_box:before, .member_addmanagement form .addmanagement_contents .orderInsure_content .add .svg_box:before {
  width: 80%;
  height: 80%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #FF9100;
  -webkit-mask-position: center;
          mask-position: center;
}

.member_addmanagement form .addmanagement_contents .client .del {
  top: 10px;
  left: -40px;
}

.member_addmanagement form .addmanagement_contents .client .del .svg_box:before {
  -webkit-mask-image: url("../images/icon/form_less.svg");
          mask-image: url("../images/icon/form_less.svg");
}

.member_addmanagement form .addmanagement_contents .orderInsure_content{
  position: relative;
  top: 0; 
  left: 0;
}

.member_addmanagement form .addmanagement_contents .orderInsure_content .add {
  top: auto;
  left: auto;
  bottom: -15px;
  right: 15px;
}

.member_addmanagement form .addmanagement_contents .orderInsure_content .add .svg_box:before {
  -webkit-mask-image: url("../images/icon/form_plus.svg");
          mask-image: url("../images/icon/form_plus.svg");
}

.member_addmanagement form .shopping_cars_btn button {
  width: 100%;
}

.member_addmanagement form .shopping_cars_btn a {
  width: 100%;
  display: block;
  line-height: 50px;
}

.member_addmanagement form .shopping_cars_btn a:hover{
  color:#fff;
}

.member_addmanagement form .shopping_cars_btn button.hoverFill {
  padding: 0;
  color: #FF9100;
  border-color: #FF9100;
  border-radius: 50px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #FF9100), color-stop(50%, #ffffff));
  background-image: linear-gradient(to right, #FF9100 50%, #ffffff 50%);
}

.member_addmanagement form .shopping_cars_btn button.hoverFill:hover {
  color: #ffffff;
}

.print_box {
  position: absolute;
  top: 0;
  right: 0;
}

.shopping_cars h4 {
  margin: 0px;
}

.shopping_list {
  padding: 10px;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  border-radius: 5px;
}

.shopping_list .img_box {
  width: 160px;
  height: 140px;
}

.shopping_list .item {
  height: 140px;
  padding-left: 30px;
  overflow: hidden;
}

.shopping_list .item h4 {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #707070;
}

.shopping_list .item .text_box {
  text-align: justify;
  height: 60px;
  overflow: scroll;
  margin-bottom: 10px;
}

.shopping_list .item p span {
  font-size: 24px;
  color: #FF9100;
}

.shopping_list .svg_box {
  top: 50px;
}

.shopping_list .svg_box:before {
  width: 20px;
  height: 20px;
  background-color: #A5A5A5;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url("../images/icon/trash.svg");
          mask-image: url("../images/icon/trash.svg");
}

.shopping_list .svg_box:hover:before {
  background-color: #FF9100;
}

.shopping_pay {
  margin: 0 40px 0 20px;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
  padding: 30px 20px 15px;
  border-radius: 20px;
}

.shopping_pay h4 {
  text-align: center;
  margin-bottom: 20px;
}

.shopping_pay .store_btn {
  width: 160px;
  height: 35px;
}

.shopping_pay .store_btn.en_title {
  height: 50px;
}

.shopping_pay .money p {
  color: #FF9100;
  font-size: 32px;
  border-bottom: 1px solid #A5A5A5;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.shopping_pay label, .shopping_pay input {
  display: inline-block;
}

.shopping_pay input {
  margin: 0px 5px 15px 15px;
}

.member_driver .store_select {
  width: 100%;
  margin-bottom: 45px;
  border-color: #A5A5A5;
}

.member_driver .store_textarea {
  margin-bottom: 45px;
}

.advisory .modal-dialog {
  width: 740px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.advisory_form {
  padding: 8px 0;
}

.advisory_form article {
  overflow: hidden;
  background-color: #FFF3E3;
  padding: 30px;
  border-radius: 20px;
}

.advisory_form article .svg_box:before {
  width: 70px;
  height: 70px;
  background-color: #FF4C00;
}

.advisory_form article .item:first-child .svg_box:before {
  -webkit-mask-image: url("../images/icon/exclude.svg");
          mask-image: url("../images/icon/exclude.svg");
}

.advisory_form article .item:last-child .svg_box:before {
  -webkit-mask-image: url("../images/icon/contain.svg");
          mask-image: url("../images/icon/contain.svg");
}

.advisory_form article p {
  padding-top: 15px;
  margin-bottom: 15px;
  color: #FF4C00;
}

.advisory_step .step_box {
  padding: 0 25px;
}

.advisory_step .step_box button, #success-modal button {
  width: 300px;
  height: 50px;
  background-color: #FF9100;
  margin: 0 auto;
  border-radius: 5px;
  font-size: 18px;
  outline: none;
  color: #ffffff;
  border-radius: 50px;
  border: none;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.advisory_step .step_box button:hover, #success-modal button:hover {
  background-color: #FFB757;
}

.advisory_step .step_box .step-1 h2 {
  color: #FF9100;
  border: none;
}

.advisory_step .step_box .step-1 input[type="text"] {
  width: 140px;
  height: 48px;
  text-align: center;
  text-indent: 0;
}

.advisory_step .step_box .step-1 input[type="number"] {
  width: 140px;
  height: 48px;
  text-align: center;
  text-indent: 0;
}

.advisory_step .step_box .step-1 label {
  border: 1px solid #A5A5A5;
  border-radius: 20px;
  padding: 7px 10px;
  margin-right: 3%;
}

.advisory_step .step_box .step-1 label:hover {
  color: #FF9100;
  border-color: #FF9100;
  -webkit-transition: color .3s ease, border-color .3s ease;
  transition: color .3s ease, border-color .3s ease;
}

.advisory_step .step_box .step-1 textarea {
  max-width: 300px;
  max-height: 100px;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  border-color: #A5A5A5;
}

.advisory_step .step_box .step-1 textarea::-webkit-input-placeholder {
  color: #A5A5A5;
}

.advisory_step .step_box .step-1 textarea:-ms-input-placeholder {
  color: #A5A5A5;
}

.advisory_step .step_box .step-1 textarea::-ms-input-placeholder {
  color: #A5A5A5;
}

.advisory_step .step_box .step-1 textarea::placeholder {
  color: #A5A5A5;
}

.advisory_step .step_box .step-1 textarea:focus {
  border-color: #FF9100;
  outline: none;
}

.advisory_step .step_box .step-1 .item {
  margin-bottom: 15px;
}

.advisory_step .step_box .step-1 #product_type_1:checked ~ label[for="product_type_1"],
.advisory_step .step_box .step-1 #product_type_2:checked ~ label[for="product_type_2"],
.advisory_step .step_box .step-1 #product_type_3:checked ~ label[for="product_type_3"],
.advisory_step .step_box .step-1 #product_type_2_1:checked ~ label[for="product_type_2_1"],
.advisory_step .step_box .step-1 #product_type_2_2:checked ~ label[for="product_type_2_2"],
.advisory_step .step_box .step-1 #product_type_2_3:checked ~ label[for="product_type_2_3"],
.advisory_step .step_box .step-1 #product_type_3_1:checked ~ label[for="product_type_3_1"],
.advisory_step .step_box .step-1 #product_type_3_2:checked ~ label[for="product_type_3_2"],
.advisory_step .step_box .step-1 #product_type_3_3:checked ~ label[for="product_type_3_3"],
.advisory_step .step_box .step-1 #product_type_4_1:checked ~ label[for="product_type_4_1"],
.advisory_step .step_box .step-1 #product_type_4_2:checked ~ label[for="product_type_4_2"],
.advisory_step .step_box .step-1 #product_type_4_3:checked ~ label[for="product_type_4_3"] {
  color: #FF9100;
  border-color: #FF9100;
  -webkit-transition: color .3s ease, border-color .3s ease;
  transition: color .3s ease, border-color .3s ease;
}

.advisory_step .step_box .step-1 .adv_container .usecarday {
  position: relative;
  top: 0;
  left: 0;
}

/* .advisory_step .step_box .step-1 .adv_container .usecarday span {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  display: block;
  position: absolute;
  top: 45px;
  right: 20px;
  width: 10px;
  height: 10px;
  border: 2px solid #A5A5A5;
  border-left-color: transparent;
  border-bottom-color: transparent;
  color: #FF9100;
} */

.advisory_step .step_box .step-1 .adv_container .usecarday input {
  text-align: left;
  padding-right: 40px;
  padding-left: 15px;
}

.advisory_step .step_box .step-1 .adv_container .usecarday input:focus + span {
  border-color: #FF9100;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.advisory_step .step_box .step-1 .adv_container:last-child input[type="text"] {
  width: 100%;
}

.advisory_step .step_box .step-1 .adv_container .write {
  padding-top: 10px;
}

.advisory_step .step_box .step-1 .adv_container .write p {
  padding-top: 5px;
}

.advisory_step .step_box .step-1 .adv_container .write input {
  height: 30px;
  text-align: left;
  text-indent: 15px;
}

.advisory_step .step_box .step-1 .adv_container .car_products {
  /* owl */

}

.advisory_step .step_box .step-1 .adv_container .car_products h4 a {
  left: auto;
  right: 0;
  display: inline-block;
  padding: 3px 10px;
  top: -5px;
  font-size:14px;
}

.advisory_step .step_box .step-1 .adv_container .car_products ul {
  padding: 5px;
  border: 1px solid #A5A5A5;
  border-radius: 5px;
  height: 132px;
}

.advisory_step .step_box .step-1 .adv_container .car_products li {
  padding: 2px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid transparent;
}

.advisory_step .step_box .step-1 .adv_container .car_products li:focus, .advisory_step .step_box .step-1 .adv_container .car_products li.active {
  border-color: #FF9100;
  outline: none;
}

.advisory_step .step_box .step-1 .adv_container .car_products li > *:not(img) {
  margin: 5px 0;
}

.advisory_step .step_box .step-1 .adv_container .car_products img {
  margin-bottom: 10px;
}

.advisory_step .step_box .step-1 .adv_container .car_products h5 {
  font-size: 14px;
}

.advisory_step .step_box .step-1 .adv_container .car_products p {
  font-size: 12px;
}

.advisory_step .step_box .step-1 .adv_container .car_products:hover .owl-nav {
  opacity: 1;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.advisory_step .step_box .step-1 .adv_container .car_products .owl-nav {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: 0;
}

.advisory_step .step_box .step-1 .adv_container .car_products .owl-nav .owl-prev,
.advisory_step .step_box .step-1 .adv_container .car_products .owl-nav .owl-next {
  top: 0;
  bottom: 0;
  margin: auto;
  width: 35px;
}

.advisory_step .step_box .step-1 .adv_container .car_products .owl-nav .owl-prev span,
.advisory_step .step_box .step-1 .adv_container .car_products .owl-nav .owl-next span {
  background-color: #A5A5A5;
  font-size: 37px;
  display: block;
  width: 37px;
  height: 44px;
  line-height: 37px;
  font-weight: bolder;
  opacity: 0.4;
}

.advisory_step .step_box .step-1 .adv_container .car_products .owl-nav .owl-prev:hover span,
.advisory_step .step_box .step-1 .adv_container .car_products .owl-nav .owl-next:hover span {
  color: #ffffff;
  opacity: 1;
}

.advisory_step .step_box .step-1 .adv_container .car_products .owl-nav .owl-prev {
  right: auto;
  left: 0;
}

.advisory_step .step_box .step-1 .adv_container .car_products .owl-nav .owl-next {
  left: 88%;
  right: 0;
}

.advisory_step .step_box .step-2 h2 {
  margin-bottom: 0px;
}

.advisory_step .step_box .step-2 input {
  width: 100%;
  height: 48px;
}

.advisory_step .step_box .step-2 input::-webkit-input-placeholder {
  color: #A5A5A5;
}

.advisory_step .step_box .step-2 input:-ms-input-placeholder {
  color: #A5A5A5;
}

.advisory_step .step_box .step-2 input::-ms-input-placeholder {
  color: #A5A5A5;
}

.advisory_step .step_box .step-2 input::placeholder {
  color: #A5A5A5;
}

.advisory_step .step_box .step-2 .passenger_info {
  padding-right: 10px;
  margin-bottom: 0;
}

.advisory_step .step_box .step-2 .passenger_info label {
  width: 100%;
  margin: 0 0 20px;
  border: none;
  padding: 0;
}

.advisory_step .step_box .step-2 input[type="text"] {
  width: 100%;
  text-align: left;
}

.advisory_step .step_box .step-1 .item.social_software {
  margin-bottom: 0;
}

.advisory_step .step_box .step-2 .item.social_software label.svg_box {
  border: none;
  padding: 0;
  margin-right: 0;
}

.advisory_step .step_box .step-2 .social_software p {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bolder;
}

.advisory_step .step_box .step-2 .social_software p span {
  font-size: 14px;
  color: #FF9100;
}

.advisory_step .step_box .step-2 .social_software img {
  display: inline-block;
  width: 20px;
  height: 18px;
  opacity: 0.6;
  margin-right: 5px;
}

.advisory_step .step_box .step-2 .social_software input {
  height: 30px;
  margin-bottom: 15px;
  text-indent: 15px;
  width: 95%;
}

.advisory_step .step_box .step-3 h2 {
  margin: 40px 0;
  font-size: 28px;
}

.finish_content {
  padding: 20px;
}

.finish_content h3, .finish_content button {
  margin: 15px 0;
}

.change_password_modal .modal-dialog {
  margin-top: 0px;
}

.change_password_modal h5 {
  font-size: 24px;
  color: #FF9100;
}

.change_password_modal .store_btn {
  width: 100%;
}

.shopping_modal .item {
  padding-left: 0;
  margin-left: -30px;
}

.shopping_modal .item h4 {
  margin-top: 5px;
}

.shopping_modal .item .text_box {
  margin-bottom: 5px;
}

.shopping_modal .print {
  margin-top: 45px;
  margin-right: 20px;
}

.shopping_modal h5 {
  text-align: center;
  font-size: 24px;
  color: #FF9100;
}

.gotop {
  position: fixed;
  bottom: 115px;
  right: 0px;
  z-index: 1;
}

.gotop a {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #FF9100;
  margin-bottom: 1px;
}

.gotop a:before {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-mask-size: 40%;
          mask-size: 40%;
  -webkit-mask-position: center;
          mask-position: center;
}

.gotop a:first-child {
  border-top-left-radius: 20px;
}

.gotop a:first-child:before {
  -webkit-mask-image: url("../images/icon/qa.svg");
          mask-image: url("../images/icon/qa.svg");
}

.gotop a:last-child {
  border-bottom-left-radius: 20px;
}

.gotop a:last-child:before {
  -webkit-mask-image: url("../images/icon/top.svg");
          mask-image: url("../images/icon/top.svg");
}

.img_box .new_right_p{
  text-align: right;
  top: 10%;
  font-size:22px;
  bottom:auto;
  padding: 0 30px;
}
.img_box .new_left_p{
  text-align: left;
  top: 25%;
  bottom:auto;
  padding: 0 30px;}
/* supper start */

.fb_iframe_widget{
  width:100%;
}
.fb_iframe_widget span,.fb_iframe_widget iframe{
  width:100% !important;
}

.limit_p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.grayFilter{
  -webkit-filter:grayscale(1);
}

.lang_btn{
  background: none;
  border: none;
  box-shadow: none;
  background-image: url('../images/icon/country.svg');
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: left center;
  text-indent: 10px;
  color:#707070;
  line-height: 36px;
}

.lang_btn:focus{
  background-image: url('../images/icon/country.svg');
  outline:none;
  box-shadow: none;
  color:#707070;
}

.lang_btn:active:focus,.lang_btn:hover,.trip_btn:hover,.trip_btn:active:focus{color:#ff9100;}

header .dropdown-menu{top: 150%;}

.lang_dropdown,.member_dropdown{
  padding: 10px 15px;
}

.lang_dropdown:before,.member_dropdown:before{
  content:'';
  display: block;
  position: absolute;
  top: -10px;
  right: 40px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  transform: rotate(-45deg);
  border: 1px solid #ccc;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.lang_dropdown li,.member_dropdown li{
  border-bottom:1px solid #ccc;
  padding: 10px 20px;
}

.lang_dropdown li a:hover,.member_dropdown li a:hover{background: none;}

.lang_dropdown li:last-child,.member_dropdown li:last-child{border:none;}

.darkBlue{
  position: relative;
  top: 0;
  left: 0;
}
.darkBlue .badge{
  position: absolute;
  top: 10px;
  left: -5px;
  padding: 2px 5px;
  background-color: #f00;
}

.carPayNum{
  position: relative;
  top: 0;
  left: 0;
}

.carPayNum:before{
  content:'';
  display: block;
  position: absolute;
  top: 0;
  left: -30px;
  background-image: url('../images/icon/icon_cart.svg');
  background-size: 16px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.explanatory{
  display: flex;
  justify-content:space-between;
  align-items:center;
}

.explanatory h3{margin-top: 0px;}
.explanatory .icons{padding-top: 0;}
.explanatory .icons a{
  width: 20px;
  height: 20px;
}

.explanatory h3 p{
  display: inline-block;
  padding: 3px 10px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 13px;
  /* background-color: #FF4C00; */
  margin-right: 15px;
}

.explanatory h3.orange p{background-color: #FF9100;}
.explanatory h3.red p{background-color: #FF4C00;}
.explanatory h3.blue p{background-color: #32AFE4;}
.explanatory h3.green p{background-color: #629300;}

.explanatory h3 span{
  color:#A5A5A5;
  font-size:14px;
}

/* supper end */

/* media start */

@media screen and (max-width: 1600px){
  /* header start */
  .trip_dropdown{width: 900px;}
  /* header end */
}

@media screen and (max-width: 1200px) {
  /* header start */
  .trip_dropdown{
    width: 300px;
    height: 90vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .trip_dropdown > .trip_row{display: block;}
  .trip_dropdown li{
    width: 100%;
    border:none;
  }
  /* header end */
  .member .member_slide {
    margin: 0 15px;
  }
  .member_management {
    margin-top: 0px;
  }
  .shopping_pay .store_btn {
    width: 120px;
  }
  .index_content .introduction img {
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 991px) {
  .btPlHalf-0 {
    padding-left: 15px;
  }
  .btPrHalf-0 {
    padding-right: 15px;
  }
  .trip_btn,.lang_btn{font-size:14px;}
  header .navbar .navbar-nav a {
    font-size: 14px;
    padding-right: 0;
  }
  .country_tw .list_2 .item .center_p {
    font-size: 22px;
  }
  .country_tw .list_2 .item a {
    width: 90%;
    margin-left: 6%;
    height: 50px;
    line-height: 50px;
  }
  .country_tw .list_2 .item a:before {
    top: 14px;
    right: 20px;
  }
  .country_tw .list_2 .item a:after {
    right: 15px;
  }
  .travel_geography .item .center_p {
    font-size: 26px;
  }
  .travel_geography .item .item_content h4 {
    line-height: 30px;
  }
  .country_contents .quote p {
    padding-top: 10px;
  }
  .cars .cars_content .item .img_box {
    height: 100px;
  }
  .member .member_slide {
    margin: 0;
  }
  .member_search form .store_box {
    display: inline-block;
    margin-bottom: 15px;
  }
  .shopping_pay {
    margin: 0;
  }
  .shopping_modal.modal .modal-dialog {
    height: auto;
  }
  .shopping_modal.modal .img_box {
    width: 100%;
    margin-bottom: 15px;
  }
  .shopping_modal.modal .item {
    margin-left: 0px;
  }
  .shopping_modal.modal .print_box {
    text-align: center;
    position: static;
  }
  .shopping_modal.modal .print_box a {
    display: inline-block;
    margin: 0px;
  }
}

@media screen and (max-width: 767px) {
  .btPlHalf {
    padding-left: 15px;
  }
  .btPrHalf {
    padding-right: 15px;
  }
  .text_easy {
    padding-left: 15px;
    padding-right: 15px;
  }
  .crumb .breadcrumb {
    padding: 15px 0;
    margin-bottom: 0px;
  }
  .crumb .breadcrumb li {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .allbanner .img_box img {
    height: 100%;
  }
  .justify {
    text-align: center;
  }
  .justify:after {
    display: none;
  }
  header .logo {
    width: 250px;
  }
  header .logo:before {
    display: none;
  }
  header .navbar {
    background: none;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  header .navbar .navcontent {
    height: 60px;
  }
  header .navbar .navbar-header {
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 0 0 #ffffff, 0 -5px 0 0 #ffffff, 0 3px 8px black;
            box-shadow: 0 5px 0 0 #ffffff, 0 -5px 0 0 #ffffff, 0 3px 8px black;
  }
  header .navbar .navcontroller {
    border: none;
    background-color: #ffffff;
    width: 100vw;
    height: 100vh;
    margin: 0 -15px;
    max-height: none;
    -webkit-transform: translate(130%, 0);
            transform: translate(130%, 0);
    overflow-x: hidden;
    overflow-y: scroll;
  }
  header .navbar .navcontroller.in {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
    -webkit-transition: transform .3s linear;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    border-top: 1px solid #ccc;
    padding-top: 20px;
  }
  header .navbar .navbar-nav {
    margin: 0 auto;
    padding-right: 0;
    width: 80%;
    order:2;
  }
  header .navbar .navbar-nav.navbar-right {
    order:1;
  }
  header .navbar .navbar-nav.navbar-right li:last-child a:before {
    -webkit-mask-position: center;
    top: 5px;
    left: -33px;
  }
  header .navbar .navbar-nav .memberin .dropdown{display: block;}
  header .navbar .navbar-nav .memberin {
    padding-right: 0;
  }
  header .navbar .navbar-nav .darkBlue{padding-left: 30px;}
  header .navbar .navbar-nav a {
    display: block;
    font-size: 16px;
    padding: 20px 0;
  }
  .member_dropdown{padding: 10px 0;}
  header .navbar .navbar-nav .memberin .member_btn{padding: 10px 0;}
  header .nav li{border-bottom:1px solid #ccc;}
  header .navbar .navbar-nav:not(.navbar-right) li:last-child{border:none;}
  header .navbar .navbar-nav .login,
  header .navbar .navbar-nav .signin {
    display: block;
    padding: 15px 0;
    margin: 0;
  }
  .trip_btn{padding: 12px 0;}
  header .navbar .navbar-nav .login:before,
  header .navbar .navbar-nav .signin:before {
    -webkit-mask-position: center;
            mask-position: center;
    left: -35px;
    top: 6px;
  }
  header .navbar .navbar-nav .login:after,
  header .navbar .navbar-nav .signin:after {
    content: '';
  }
  .trip_dropdown{
    height: 50vh;
    padding: 10px;
  }
  .trip_dropdown > .trip_row{
    padding: 0;
    border:none;
  }
  .trip_dropdown .item{display: none;}
  .lang_btn{padding: 12px 20px;}
  header .trip_dropdown li{
    margin-bottom: 0;
    border:none;
  }
  .lang_dropdown:before, .member_dropdown:before{display: none;}
  footer {
    font-size: 18px;
  }
  footer .logo img {
    height: 60px;
    margin-bottom: 20px;
  }
  footer address ul {
    padding-left: 34px;
  }
  footer .other_link {
    padding-right: 15px;
  }
  footer h6 {
    height: auto;
    font-size: 16px;
  }
  footer h6 p {
    display: block;
    margin-right: 0;
  }
  .index_banner {
    margin-bottom: 0px;
  }
  .index_banner .banner .img_box {
    height: 300px;
  }
  .index_content .introduction {
    height: auto;
  }
  .index_content .other_link {
    margin-bottom: 0px;
  }
  .index_content .presentation {
    text-align: center;
    margin-bottom: 30px;
  }
  .index_content .presentation a:after {
    left: 120px;
  }
  .country_tw, .country_tw .list_1 {
    margin-bottom: 0px;
  }
  .country_list h3 {
    font-size: 18px;
    margin-top: 3px;
  }
  .country_contents_speciality .country_contents_fix {
    height: auto;
    padding-bottom: 20px;
  }
  .travel_contents_speciality .travel_contents_fix:before {
    background-image: -webkit-gradient(linear, left top, right top, from(white), color-stop(130%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 130%);
  }
  .moretrips {
    margin-bottom: 0px;
    padding-bottom: 30px;
  }
  .search_form .title {
    border: none;
  }
  .search_form .subject_category {
    text-align: center;
  }
  .search_form .subject_category li {
    margin: 25px 15px;
  }
  .search_list img {
    width: 100%;
    height: 150px;
  }
  .search_list li {
    border-radius: 20px;
    padding: 15px;
  }
  .search_list h3, .search_list .link {
    text-align: center;
  }
  .search_list .direction_icon {
    left: 0;
  }
  .search_list .direction_icon:after {
    left: 70px;
  }
  .log_reg form {
    width: 90%;
    margin: 0 auto;
  }
  .log_reg .login {
    margin: 30px auto;
  }
  .log_reg .log_reg_content {
    display: block;
    padding: 50px 0;
  }
  .member {
    padding: 20px 0 70px;
  }
  .member_slide_box {
    padding: 0;
  }
  .member_slide_box .member_slide {
    display: none;
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    z-index: 2;
    background-color: #ffffff;
    height: auto;
    max-height: 110px;
    width: 100%;
    overflow: hidden;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
    -webkit-transition: max-height .4s ease-in-out;
    transition: max-height .4s ease-in-out;
  }
  .member_slide_box .member_slide.in {
    max-height: 500px;
    -webkit-transition: max-height .3s ease-in-out;
    transition: max-height .3s ease-in-out;
  }
  .member_slide_box .member_slide .upimg_form {
    margin-bottom: 30px;
  }
  .member_slide_box .member_slide .upimg_form label {
    padding-left: 20px;
  }
  .member_slide_box .member_slide .upimg_form .img_box {
    width: 75px;
    height: 75px;
  }
  .member_slide_box .member_slide .upimg_form .img_box p:before {
    width: 12px;
    height: 12px;
  }
  .member_slide_box .member_slide .upimg_form .img_box p:after {
    padding-top: 7px;
    text-indent: 7px;
    font-size: 12px;
    left: 0;
  }
  .member_slide_box .member_slide .upimg_title {
    text-align: left;
  }
  .member_slide_box .member_slide h3 {
    font-size: 20px;
    padding-left: 15px;
  }
  .member_slide_box .member_slide .menu ul li a {
    display: inline-block;
    padding: 10px 80px;
  }
  .member_contents .store_btn {
    width: 100%;
    margin: 30px 0px;
  }
  .member_contents .member_info p, .member_contents .member_info a, .member_contents .member_info input {
    margin-bottom: 15px;
  }
  .member_amount .data_nextAll_slide {
    height: auto;
  }
  .member_amount .data_nextAll_slide .svg_box {
    top: -55px;
  }
  .member_amount .table .Trli {
    border-radius: 0;
  }
  .member_amount .table .Trli:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .member_news .title {
    display: none;
  }
  .member_news .data_nextAll_slide .svg_box {
    top: -150px;
  }
  .management_contents .table tbody td:first-child {
    border-color: #FF9100;
    padding: 15px 0;
  }
  .member_addmanagement form fieldset h3 {
    margin-bottom: 0;
  }
  .member_addmanagement form .addmanagement_contents {
    padding: 15px;
  }
  .member_addmanagement form .addmanagement_contents .store_select {
    margin-bottom: 10px;
  }
  .member_addmanagement form .addmanagement_contents .client .del {
    left: 15px;
  }
  .member_addmanagement form .addmanagement_contents .client .add {
    bottom: -20px;
  }
  .member_search form .store_box input {
    width: 80px;
    font-size: 14px;
    text-indent: 5px;
  }
  .shopping_pay label, .shopping_pay input {
    display: block;
  }
  .shopping_pay label {
    margin-bottom: 30px;
  }
  .shopping_list .item {
    height: auto;
    padding-left: 0;
    overflow: auto;
    margin: 15px 0;
  }
  .shopping_list .item .text_box {
    height: auto;
    overflow: auto;
    margin-bottom: 15px;
  }
  .shopping_list .img_box {
    width: 100%;
  }
  .shopping_list a {
    width: 20px;
    height: 20px;
    display: block;
    margin: 15px auto;
  }
  .shopping_list a .svg_box {
    top: 0;
  }
  .advisory .modal-dialog {
    width: 95%;
    margin-top: 230%;
    margin-bottom: 230%;
  }
  .advisory .modal-body {
    padding: 15px;
  }
  .advisory_form .sw-theme-dots > ul.step-anchor {
    top: 15px;
  }
  .advisory_form .sw-theme-dots > ul.step-anchor li:not(:last-child) {
    margin: 0;
  }
  .advisory_form .sw-theme-dots > ul.step-anchor li:not(:last-child) a {
    padding: 5px 15px;
    font-size: 14px;
  }
  .advisory_form .sw-theme-dots > ul.step-anchor li:not(:last-child) a:before {
    display: none;
  }
  .advisory_form .sw-theme-dots > ul.step-anchor li:last-child {
    top: -50px;
  }
  .advisory_form .btn-group.sw-btn-group .btn.btn-secondary.sw-btn-next, .advisory_form .btn-group.sw-btn-group {
    width: 100%;
  }
  .advisory_form .advisory_step .step_box {
    padding: 10px;
  }
  .advisory_form .advisory_step .step_box .step-1 label {
    margin-right: 2%;
  }
  .advisory_form .advisory_step .step_box .step-1 input {
    width: 100%;
  }
  .advisory_form .advisory_step .step_box .step-1 textarea {
    max-width: 100%;
  }
  .advisory_form .advisory_step .step_box .step-1 .adv_container .car_products ul {
    height: auto;
  }
  .advisory_form .advisory_step .step_box .step-1 .adv_container .car_products .owl-nav {
    margin-top: 1px;
    opacity: 1;
  }
  .advisory_form .advisory_step .step_box .step-1 .adv_container .car_products .owl-nav .owl-next, .advisory_form .advisory_step .step_box .step-1 .adv_container .car_products .owl-nav .owl-prev {
    width: 36px;
  }
  .advisory_form .advisory_step .step_box .step-1 .adv_container .car_products .owl-nav .owl-next {
    left: auto;
  }
  .advisory_form .advisory_step .step_box .step-2 .passenger_info {
    padding-right: 0;
    border: none;
  }
  .advisory_form .advisory_step .step_box .step-3 h2 {
    line-height: 56px;
  }
  .advisory_form .advisory_step .step_box button {
    width: 100%;
  }
  .advisory_form article {
    padding: 30px 30px 0;
  }
  .advisory_form article .item {
    margin-bottom: 30px;
  }
  .advisory_form article .svg_box:before {
    width: 50px;
    height: 50px;
    top: 12px;
    left: -10px;
  }
  .shopping_modal h5 {
    padding: 0 30px;
  }
  .shopping_modal .print_box a {
    width: 100%;
    height: 40px;
  }
  .shopping_modal .item .text_box {
    height: 60px;
    overflow: scroll;
  }
  header .dropdown-toggle{
    font-size:16px;
    width: 100%;
    text-align:left;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  header .dropdown-toggle:focus,.dropdown-toggle:active:focus,.dropdown-toggle:hover{
    outline:none;
    box-shadow: none;
  }
  header .caret{
    position: absolute;
    top: 25px;
    right: 0;
  }
  .lang_dropdown{padding: 0;}
  .navbar-nav .open .dropdown-menu.lang_dropdown>li{
    border:none;
  }
  .navbar-nav .open .dropdown-menu.lang_dropdown>li>a{
    padding: 12px 0 0;
  }
  .print_content .table.table_rwd td:before{display: block;}
}

@media screen and (max-width: 414px) {
  .trip_dropdown {height: auto;}
  .index_banner{padding-top: 0;}
  .index_content .introduction img {
    width: 150px;
    height: 150px;
  }
  .search_form .subject_category li{
    width: 32%;
    margin-left: 0;
    margin-right: 0;
  }
  .index_banner .banner .img_box {
    height: 200px;
  }
  .cars .cars_content .item .img_box {
    height: 250px;
  }
  .cars article .svg_box {
    height: 100px;
  }
  .cars article .svg_box:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
  .country_contents_speciality .country_contents_fix h3{
    margin: 15px 0 5px;
  }
  .travel_contents_speciality .travel_contents_fix p,
  .travel_contents_speciality .travel_contents_fix span{
    padding-top: 0;
  }
  .advisory .modal-dialog{margin-top: 100%;}
  .country_contents_fix h3,
  .country_contents_fix a.fix_modalsm_2,
  .country_contents_fix a.fix_top{display: none;}
  .country_contents_fix .col-xs-7{width: 100%;}
}

@media screen and (max-width: 375px) {
  .advisory .modal-dialog{margin-top: 130%;}
}

@media screen and (max-width: 320px) {
  .advisory .modal-dialog{margin-top: 150%;}
}
/*# sourceMappingURL=front_end.css.map */


/* 列印專屬CSS */
@media print {
  html{-webkit-print-color-adjust: exact;}
  .wrapper,.member{
    padding: 0;
    margin: 0;
  }
  header,
  footer,
  .member .member_slide,
  .peer_print_wrap .title,
  .peer_print_wrap .print_tag a{display: none;}
  .peer_print_wrap{border-bottom:1px solid #ddd;}
  .peer_print{
    background-color: #fff;
    box-shadow: 0 2px 2px 2px #ddd;
    padding: 15px 50px;
    width: 100vw;
    background-color: #ddd;
  }
  .peer_print .logo{display: inline-block;}
  .peer_print .logo img{width: 150px;}
  .peer_print p span.orange{
    color:#FF9100;
  }
}

/* #u_0_0{width: 100% !important;} */
.fb_iframe_widget_fluid_desktop iframe *{width: 100%;}


@media screen and (max-width:1600px){
  .advisory .modal-dialog{margin-top: 150px;}
  .en_adv .modal-dialog {
    margin-top: 210px;
  }
}
@media screen and (max-width:1440px){}
@media screen and (max-width:1360px){}
@media screen and (max-width:1280px){
  .advisory .modal-dialog{margin-top: 200px;}
  .en_adv .modal-dialog {
    margin-top: 250px;
  }
}
@media screen and (max-width:1024px){}
@media screen and (max-width:768px){
  .advisory .modal-dialog{margin-top: 80px;margin-top: 640px;
    margin-bottom: 670px;}
  .en_adv .modal-dialog {
    margin-top: 140px;
  }
  footer address li:before {
    -webkit-mask-image: none;
            mask-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
  }
  
  footer address li:nth-child(1):before {
    background-image: url("../images/icon/footer_phone.png");
  }
  
  footer address li:nth-child(2):before {
    background-image: url("../images/icon/footer_wechat.png");
  }
  
  footer address li:nth-child(3):before {
    background-image: url("../images/icon/footer_line.png");
  }
  
  footer address li:nth-child(4):before {
    background-image: url("../images/icon/footer_fb.png");
  }
  
  footer address li:nth-child(5):before {
    background-image: url("../images/icon/footer_mail.png");
  }
}
@media screen and (max-width:414px){
  .advisory .modal-dialog{
    margin-top: -60px;
    height: 2200px;
    margin-bottom: 0;
  }
  .en_adv .modal-dialog {
    margin-top: 510px;
  }
}
@media screen and (max-width:375px){
  .advisory .modal-dialog{margin-top: -60px;height: 2100px;}
  .en_adv .modal-dialog {
    margin-top: 520px;
  }
}
@media screen and (max-width:320px){
  .advisory .modal-dialog{margin-top: -60px;height: 2200px;}
  
  .en_adv .modal-dialog {
    margin-top: 590px;
  }
}

.texthtml ul{
  list-style-type: disc;
}
.texthtml ol{
  list-style-type: decimal;
}