#tour-page .main__banner {
  position: relative;
  height: 785px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image:url('/theme/basic/img/main/main__slider__1.png');
}

.bxslider_img {
	width: 1980px;
	height: 800px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#tour-page .main__search {
  height: 100%;
  position: relative;
}

#tour-page .main__search .search-decoration {
  position: absolute;
}

#tour-page .main__search .search-decoration.deco-type-title {
  position: absolute;
  top: 250px;
}

#tour-page .main__search .search-decoration.deco-type-title h3 {
  color: #4B4B4B;
  font-weight: 700;
  font-size: 29px;
  position: inherit;
  top: 105px;
  white-space: nowrap;
}

#tour-page .main__search .search-decoration.deco-type-title h1 {
  color: #D6222C;
  font-size: 60px;
  position: inherit;
  top: 160px;
  right: 30px;
  white-space: nowrap;
  text-shadow: 4px 2px 2px rgba(0, 0, 0, 0.3);
}

#tour-page .main__search .search-decoration.deco-type-image {
	top:35%;
	left:-20%;
	position: absolute;
}

#tour-page .main__search .search-box {
	top: 610px;
	position: absolute;
	width: 100%;
	height: 140px;
	color: #000;
	background-color: #ffffff;
	border-radius: 10px;
	overflow: hidden;
}

#tour-page .main__search .search-box .input-group {
/*
  color: #311E1E;
  font-size: 14px;
  cursor: pointer;
  text-align:center;
  width:50%;
  float: left;
 */
	width: 100%;
}

#tour-page .main__search .search-box__title {
  padding: 30px;
}

#tour-page .main__search .search-box__title p:first-child {
  font-size: 30px;
  font-weight: 700;
}

#tour-page .main__search .search-box__title p:last-child {
  font-size: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.32);
}

#tour-page .main__search .search-box__content {
	/*
	padding: 20px 0;
	*/
	height:100%;
}

.search-box__content div {
	height:100%;
	float:left;
	padding:25px;
}
.search-box__content .search-box1 {
	width:300px;
	border-right: 1px solid #F1F1F1;
}

.search-box__content .search-box2 {
	width:180px;
	border-right: 1px solid #F1F1F1;
	padding-left: 45px;
}

.search-box__content .search-box3 {
	width:180px;
	border-right: 1px solid #F1F1F1;
	padding-left: 45px;
}

.search-box__content .search-box4 {
	width:180px;
	border-right: 1px solid #F1F1F1;
	padding-left: 45px;
}

.search-box__content .search-box5 {
	width:180px;
	border-right: 1px solid #F1F1F1;
	padding-left: 45px;
}

.search-box__content .search-box6 {
	width: 180px;
	background-color: #F1CD15;
	position: relative;
}

.search-box__content .search-box6 img {
	position:absolute;
	top:50%;
	left:43%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
}


#tour-page .main__search .search-box__content .search-box__header {
	width: 35%;
	float: left;
	text-align:center;
	font-size: 15px;
}

#tour-page .main__search .search-box__content .search-box__header div {
	height: 60px;
	margin-bottom: 20px;
	line-height: 60px;
	font-size:17px;
	color:#C2A200;

	background-color:#fff;

	border-left:1px solid #D4D4D4;
	border-top:1px solid #D4D4D4;
	border-bottom:1px solid #D4D4D4;

	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

#tour-page .main__search .search-box__content .search-box__body {
	width: 100%;
	height: 100%;
	padding: 0px !important;
}

/*
#tour-page .main__search .search-box__content .search-box__body > div {
	height: 60px;
	margin-bottom: 20px;
	line-height: 60px;

	background-color:#fff;

	border-right:1px solid #D4D4D4;
	border-top:1px solid #D4D4D4;
	border-bottom:1px solid #D4D4D4;

	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
*/
.select-sty {
	border:0px !important;
	width: 95% !important;
	margin-top: -2px;
}

#tour-page .main__search .search-box__icon {
	float:left;
	width:100%;
	height:60px;
	background-color: #F1CD15;
	margin-top:15px;
	font-size: 1.1rem;
	text-align:center;
	line-height:60px;
	border-radius: 15px;
	cursor: pointer;
	color:#ffffff;
}

#tour-page .main__content {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}

#tour-page .main__content .container-list .card {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  row-gap: 10px;
  font-size: 13px;
  background-color:#ffffff;
}

#tour-page .main__content .container-list .card-title {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 20px;
}

#tour-page .main__content .container-list .card-title .card-name {
  font-size: 14px;
}

#tour-page .main__content .container-list .card-title .card-meta {
  padding-top: 5px;
  font-size: 12px;
  color: #949494;
}

#tour-page .main__content .container-list .card-price {
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 10px;
}

#tour-page .main__content .container-list .card-price .sale-price {
  padding: .3rem 0;
  padding-bottom: 10px;
  font-size: 16px;
}

#tour-page .main__content .container-list .card-price .discount-price {
  font-size: 16px;
  float:left;
  color:#F21414;
}

#tour-page .main__content .container-list .card-price .normal-price {
  color: #BFBFBF;
  text-decoration: line-through;
  font-size: 12px;
}

#tour-page .main__content .container-list .card-price > div {
	text-align:right;
}

#tour-page .main__content .container-list .card-image {
  width: 100%;
  height: 150px;
  /*background-size: cover;*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

#tour-page .main__content .container-list .card-action button {
  height: 30px;
  text-align: left;
  background-color: #ffffff;
  color: #000000;
}

#tour-page .main__content .container-list .card-action img {
	margin-left:49%;
}

#tour-page .main__notice__title {
	height: 270px;
	text-align:center;
	border: 1px solid #F1CD15;
}

#tour-page .main__notice__title .img1 {
	top: -70%;
	left: 30%;
	position: relative;
}

#tour-page .main__notice__title .img2 {
	top: -30%;
	left: -30%;
	position: relative;
}

#tour-page .main__notice__title h3 {
	font-weight: 400;
	font-size: 24px;
	margin-top: 140px;
}

#tour-page .main__notice {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 20px;
}

#tour-page .main__notice .card:nth-child(1){
	width:585px;
	background-image: url('/theme/basic/img/main/tip_img1.png');
}

#tour-page .main__notice .card1_title {
	color: #ffffff;
	font-size: 24px;
	margin-top: 180px;
	margin-left: 60px;
}

#tour-page .main__notice .card1_content {
	width: 525px;
	height: 135px;
	background-color: #ffffff;
	border-radius: 20px;
	margin-top: 25px;
	margin-left: 30px;
	padding: 25px;
}

#tour-page .main__notice .card2_content {
	width: 270px;
	height: 125px;
	background-color: #ffffff;
	border-radius: 20px;
	margin-top: 35px;
	margin-left: 285px;
	padding: 30px;
}

#tour-page .main__notice .card2_content h3 {
	font-weight: 700;
	font-size: 19px;
	line-height: 1.7em;
}

#tour-page .main__notice .card2_content h2 {
	font-size: 14px;
	color: #757575;
}

#tour-page .main__notice .card:nth-child(2){
	width:585px;
	height:185px;
	background-image: url('/theme/basic/img/main/tip_img2.png');
}

#tour-page .main__notice .card:nth-child(3){
	width:585px;
	height:185px;
	background-image: url('/theme/basic/img/main/tip_img3.png');
}

#tour-page .main__notice .board-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
      grid-template-columns: 1fr auto;
}

#tour-page .main__notice .board-row span {
  font-size: 13px;
  color: #fff;
}

#tour-page .main__notice .card {
  border-radius: 20px;
}

#tour-page .main__notice .card .card-title {
  font-size: 16px;
  padding-bottom: 20px;
  color: #1C1C1C;
}

#tour-page .main__notice .card .card-text p {
  font-size: 13px;
  line-height: 1.3rem;
  color: #323232;
}

#tour-page .main__notice .card .card-action {
  font-size: 13px;
  color: #323232;
}

#tour-page .main__notice .card:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / span 2;
}

#tour-page .main__notice .card:nth-child(2), #tour-page .main__notice .card:nth-child(3), #tour-page .main__notice .card:nth-child(5) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 1fr;
      grid-template-columns: 200px 1fr;
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

#tour-page .main__notice .card:nth-child(2) .card-content, #tour-page .main__notice .card:nth-child(3) .card-content, #tour-page .main__notice .card:nth-child(5) .card-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr 20px;
      grid-template-rows: auto 1fr 20px;
}

#tour-page .main__notice .card:nth-child(2) .card-img, #tour-page .main__notice .card:nth-child(3) .card-img, #tour-page .main__notice .card:nth-child(5) .card-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#tour-page .main__notice .card:nth-child(2) .card-img img, #tour-page .main__notice .card:nth-child(3) .card-img img, #tour-page .main__notice .card:nth-child(5) .card-img img {
  width: 100%;
}

#tour-page .main__notice .card:nth-child(4) {
  display: -ms-grid;
  display: grid;
}

#tour-page .main__notice .card:nth-child(4) .card-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr 20px;
      grid-template-rows: auto 1fr 20px;
}

#tour-page .main__notice .card:nth-child(4) .card-content .card-list {
  display: -ms-grid;
  display: grid;
  gap: .2rem;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#tour-page .main__notice .card:nth-child(3) .card-title,
#tour-page .main__notice .card:nth-child(3) .card-text p,
#tour-page .main__notice .card:nth-child(3) .card-action, #tour-page .main__notice .card:nth-child(4) .card-title,
#tour-page .main__notice .card:nth-child(4) .card-text p,
#tour-page .main__notice .card:nth-child(4) .card-action {
  color: #fff;
}

#tour-page .main__list {
	min-height: 300px;
	position: relative;
}

#tour-page .main__list-bg {
	/*
  z-index: 1;
  position: absolute;
  top: -230px;
  margin-top: 70px;
  */
  width: 100%;
  height: 80px;
  color: #311E1E;
}

#tour-page .main__list-bg .bg__title {
  position: absolute;
  /*top: 30%;*/
  left: 67.5%;
  -webkit-transform: translate(-50%, -30%);
          transform: translate(-50%, -30%);
  text-align: center;

}

#tour-page .main__list-bg .bg__title h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.6em;
}

#tour-page .main__list-content {
  position: relative;
  border: 0px;
  z-index: 2;
}

#tour-page .main__list-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(330px, auto);
  gap: 10px;
}

#tour-page .main__list-page {
  margin-top: 40px;
  margin-bottom: 10px;
  text-align: center;
}

#tour-page .main__list .card {
  border: 1px solid #eee;
  padding: 20px;
}

#tour-page .main__info {
	margin-top: 50px;
	margin-bottom: 15px;
	height: 410px;
	text-align: center;
}

#tour-page .main__info .area_info {
	position: absolute;
	z-index: 2;
	top: 60px;
	left: 55px;
	width: 400px;
	height: 280px;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 20px -2px gray;
	font-size: 14px;
	text-align: center;
	padding: 50px;
}

#tour-page .main__info-title {
  position: relative;
  padding: 10px;
}

#tour-page .main__info-title h3 {
	font-weight: 400;
	font-size: 24px;
	line-height: 1.6em;
}

#tour-page .main__info-title p {
  text-indent: .5rem;
  font-size: 13px;
  color: #C6FDF9;
  line-height: 1.6rem;
}

#tour-page .main__info-title img {
	position: absolute;
	right: 10px;
	bottom: 0px;
}

#tour-page .main__info-content {
	background-color: #fff;
	border-radius: 20px;
	padding-top: 40px;
	height: 100%;
	font-size: 13px;
}


.main {
	position: absolute !important;
	z-index:100 !important;
	width:100% !important;
}