/*!
 _ _  _
| | || | tour-search-mobile
| | || | INTERPARK UI Development Team
`___'|_| v0.3.0

*/
html {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-touch-callout: none;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font: normal 62.5%/1.3 -apple-system, BlinkMacSystemFont, Roboto, "Droid Sans", "Helvetica Neue", "Apple SD Gothic Neo", "sans-serif", sans-serif;
}

button {
  border: 0;
  background-color: transparent;
  outline: none;
}

.customSearchWrap * {
  font-size: 1.3rem;
  font-weight: normal;
  color: #000;
}

.customSearchWrap .titleWrap {
  position: relative;
  box-sizing: border-box;
  height: 4.4rem;
  padding-top: 1.5rem;
}

.customSearchWrap .titleWrap h1 {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: normal;
  text-align: center;
}

.customSearchWrap .titleWrap h1 .beta {
  position: relative;
  top: -.2rem;
  display: inline-block;
  margin-left: .4rem;
  padding: .2rem .3rem;
  border-radius: .3rem;
  background-color: #bfa36e;
  font-size: 0;
}

.customSearchWrap .titleWrap h1 .beta i {
  font-size: .8rem;
  line-height: 1;
  color: #fff;
}

.customSearchWrap .titleWrap h1 .beta:before {
  position: absolute;
  top: 0;
  left: -.4rem;
  width: 0;
  height: 0;
  border-top: .4rem solid #bfa36e;
  border-left: .4rem solid transparent;
  border-right: .4rem solid transparent;
  content: "";
}

.customSearchWrap .titleWrap .customSearch {
  position: absolute;
  top: .4rem;
  right: 1rem;
  width: 3.4rem;
  height: 3.4rem;
  background: url("//openimage.interpark.com/tour-mobile/pages/combineSearch/customSearch/icon_customSearch.png") no-repeat;
  background-size: 100%;
  font-size: 0;
  color: transparent;
}

.customSearchWrap .titleWrap .customSearch:active {
  background-color: #f7f7f7;
}

.customSearchWrap .info {
  padding: 1.1rem 2rem;
  line-height: 1.5;
  color: #666;
  text-align: center;
}

.customSearchWrap .contentsWrap {
  padding-bottom: 5.9rem;
  background-color: #f3f3f3;
}

.customSearchWrap .contentsWrap .section {
  border-bottom: .1rem solid #dadada;
}

.customSearchWrap .contentsWrap .section .sectionTitle {
  position: relative;
  padding: 2.1rem 0 .8rem 2rem;
}

.customSearchWrap .contentsWrap .section .sectionTitle .title {
  font-size: 1.7rem;
  font-weight: normal;
}

.customSearchWrap .contentsWrap .section .sectionTitle .allSelectButton {
  position: absolute;
  top: 1.9rem;
  right: 1.5rem;
  padding: .5rem;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #666;
}

.customSearchWrap .contentsWrap .section .sectionTitle .allSelectButton:before {
  position: absolute;
  top: .6rem;
  left: -1.7rem;
  width: 1.9rem;
  height: 1.9rem;
  background: url("//openimage.interpark.com/tour-mobile/pages/combineSearch/customSearch/icon_allCheck_off.png") no-repeat;
  background-size: 100% !important;
  content: "";
}

.customSearchWrap .contentsWrap .section .sectionTitle .allSelectButton.selected:before {
  background: url("//openimage.interpark.com/tour-mobile/pages/combineSearch/customSearch/icon_allCheck_on.png") no-repeat;
}

.customSearchWrap .contentsWrap .section .sectionInner {
  overflow: hidden;
  background-color: #fff;
}

.customSearchWrap .contentsWrap .section .sectionInner ul li {
  float: left;
}

.customSearchWrap .contentsWrap .section .sectionInner ul:after {
  display: block;
  clear: both;
  content: "";
}

.customSearchWrap .contentsWrap .section.withWhom .sectionInner, .customSearchWrap .contentsWrap .section.where .sectionInner {
  padding: 2rem 5.333vw .5rem;
}

.customSearchWrap .contentsWrap .section.withWhom .sectionInner ul li, .customSearchWrap .contentsWrap .section.where .sectionInner ul li {
  position: relative;
  overflow: hidden;
  width: 33.333%;
  margin-bottom: 1.6rem;
}

.customSearchWrap .contentsWrap .section.withWhom .sectionInner ul li .content, .customSearchWrap .contentsWrap .section.where .sectionInner ul li .content {
  width: 26.666vw;
  margin: 0 auto;
  text-align: center;
}

.customSearchWrap .contentsWrap .section.withWhom .sectionInner ul li .content span, .customSearchWrap .contentsWrap .section.where .sectionInner ul li .content span {
  display: block;
}

.customSearchWrap .contentsWrap .section.withWhom .sectionInner ul li .content span.img, .customSearchWrap .contentsWrap .section.where .sectionInner ul li .content span.img {
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: .7rem;
  padding-top: 100%;
}

.customSearchWrap .contentsWrap .section.withWhom .sectionInner ul li .content span.img img, .customSearchWrap .contentsWrap .section.where .sectionInner ul li .content span.img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: contain;
}

.customSearchWrap .contentsWrap .section.withWhom .sectionInner ul li:nth-child(3n+1) .content, .customSearchWrap .contentsWrap .section.where .sectionInner ul li:nth-child(3n+1) .content {
  float: left;
}

.customSearchWrap .contentsWrap .section.withWhom .sectionInner ul li:nth-child(3n) .content, .customSearchWrap .contentsWrap .section.where .sectionInner ul li:nth-child(3n) .content {
  float: right;
}

.customSearchWrap .contentsWrap .section.withWhom .sectionInner ul li.selected .content .img:before, .customSearchWrap .contentsWrap .section.where .sectionInner ul li.selected .content .img:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
}

.customSearchWrap .contentsWrap .section.withWhom .sectionInner ul li.selected .content .img:after, .customSearchWrap .contentsWrap .section.where .sectionInner ul li.selected .content .img:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 4.5rem;
  height: 4.5rem;
  margin: auto;
  background: url("//openimage.interpark.com/tour-mobile/pages/combineSearch/customSearch/icon_check.png") no-repeat;
  background-size: 100%;
  content: "";
}

.customSearchWrap .contentsWrap .section.when {
  position: relative;
}

.customSearchWrap .contentsWrap .section.when .sectionInner {
  overflow: hidden;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 2.2rem 5.333vw 2rem;
  width: 100%;
  overflow-x: scroll;
}

.customSearchWrap .contentsWrap .section.when .sectionInner .date {
  position: relative;
  margin-left: 1rem;
  padding-top: 2.7rem;
}

.customSearchWrap .contentsWrap .section.when .sectionInner .date .year {
  position: absolute;
  top: 0;
  left: 0;
}

.customSearchWrap .contentsWrap .section.when .sectionInner .date ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.customSearchWrap .contentsWrap .section.when .sectionInner .date ul li {
  margin-left: 1rem;
}

.customSearchWrap .contentsWrap .section.when .sectionInner .date ul li a {
  display: block;
  width: 5.2rem;
  height: 5.2rem;
  background-color: #f3f3f3;
  line-height: 5.2rem;
  text-align: center;
}

.customSearchWrap .contentsWrap .section.when .sectionInner .date ul li:first-child {
  margin-left: 0;
}

.customSearchWrap .contentsWrap .section.when .sectionInner .date ul li.selected a {
  background-color: #ef3e43;
}

.customSearchWrap .contentsWrap .section.when .sectionInner .date ul li.selected a span {
  color: #fff;
}

.customSearchWrap .contentsWrap .section.when .sectionInner .date:first-child {
  margin-left: 0;
}

.customSearchWrap .contentsWrap .section.when .sectionInner .date:last-child {
  padding-right: 5.333vw;
}

.customSearchWrap .contentsWrap .section.when .sectionInner:before, .customSearchWrap .contentsWrap .section.when .sectionInner:after {
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 1rem;
  height: 12.1rem;
  pointer-events: none;
  content: "";
}

.customSearchWrap .contentsWrap .section.when .sectionInner:before {
  left: 0;
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.customSearchWrap .contentsWrap .section.when .sectionInner:after {
  right: 0;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.customSearchWrap .contentsWrap .section.price .sectionInner {
  padding: 5.1rem 5.333vw 2.1rem;
}

.customSearchWrap .contentsWrap .section.price .sectionInner .rangeBarWrap .rangeBarInner {
  box-sizing: border-box;
  width: 100%;
}

.customSearchWrap .contentsWrap .section.price .sectionInner .rangeBarWrap .rangeBarInner .rangeBar {
  width: 100%;
  height: .4rem;
  margin: 1.5rem 0 1.3rem;
  background-color: #e2e2e2;
  touch-action: none;
  -webkit-user-select: none;
  user-select: none;
}

.customSearchWrap .contentsWrap .section.price .sectionInner .rangeBarWrap .rangeBarInner .rangeBar .noUi-base {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.customSearchWrap .contentsWrap .section.price .sectionInner .rangeBarWrap .rangeBarInner .rangeBar .noUi-base .noUi-connects {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.customSearchWrap .contentsWrap .section.price .sectionInner .rangeBarWrap .rangeBarInner .rangeBar .noUi-base .noUi-connects .noUi-connect {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ef3f43;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  will-change: transform;
}

.customSearchWrap .contentsWrap .section.price .sectionInner .rangeBarWrap .rangeBarInner .rangeBar .noUi-base .noUi-origin .noUi-handle {
  position: absolute;
  top: -1.1rem;
  left: auto;
  z-index: 1;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 50%;
  background-color: #ef3f43;
  box-shadow: 0 0.2rem 0.1rem rgba(0, 0, 0, 0.2);
}

.customSearchWrap .contentsWrap .section.price .sectionInner .rangeBarWrap .rangeBarInner .rangeBar .noUi-base .noUi-origin .noUi-handle.noUi-handle-lower {
  right: -1.2rem;
}

.customSearchWrap .contentsWrap .section.price .sectionInner .rangeBarWrap .rangeBarInner .rangeBar .noUi-base .noUi-origin .noUi-handle.noUi-handle-upper {
  right: -.9rem;
}

.customSearchWrap .contentsWrap .section.price .sectionInner .rangeBarWrap .rangeBarInner .rangeBar .noUi-base .noUi-origin .noUi-handle:after {
  position: absolute;
  top: .5rem;
  left: .5rem;
  width: .9rem;
  height: .9rem;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}

.customSearchWrap .contentsWrap .section.price .sectionInner .rangeBarWrap .rangeBarInner .rangeBar .noUi-base .noUi-origin .noUi-tooltip {
  position: relative;
  top: -4rem;
  left: -3.8rem;
  display: inline-block;
  padding: .3rem 1rem .4rem .8rem;
  border: .1rem solid #a5a5a5;
  border-radius: .5rem;
  background-color: #fff;
  white-space: nowrap;
}

.customSearchWrap .contentsWrap .section.price .sectionInner .rangeBarWrap .rangeBarInner .rangeBar .noUi-base .noUi-origin .noUi-tooltip:before {
  position: absolute;
  bottom: -.8rem;
  left: 4.1rem;
  width: 1rem;
  height: .8rem;
  background: url("//openimage.interpark.com/tour-mobile/pages/combineSearch/customSearch/custom_priceTooltipArrow.png") no-repeat;
  background-size: 100%;
  content: "";
}

.customSearchWrap .contentsWrap .section.price .sectionInner .rangeBarWrap .rangeBarInner .rangeBar .noUi-base .noUi-origin .noUi-tooltip.minimum {
  left: -.1rem;
}

.customSearchWrap .contentsWrap .section.price .sectionInner .rangeBarWrap .rangeBarInner .rangeBar .noUi-base .noUi-origin .noUi-tooltip.minimum:before {
  left: .6rem;
}

.customSearchWrap .contentsWrap .section.price .sectionInner .rangeBarWrap .rangeBarInner .rangeBar .noUi-base .noUi-origin .noUi-tooltip.maximum {
  left: auto;
  right: 6.8rem;
}

.customSearchWrap .contentsWrap .section.price .sectionInner .rangeBarWrap .rangeBarInner .rangeBar .noUi-base .noUi-origin .noUi-tooltip.maximum:before {
  left: auto;
  right: .5rem;
}

.customSearchWrap .contentsWrap .section.price .sectionInner .rangeBarWrap .priceWrap {
  margin-top: 1.6rem;
}

.customSearchWrap .contentsWrap .section.price .sectionInner .rangeBarWrap .priceWrap span:last-child {
  float: right;
}

.customSearchWrap .contentsWrap .section.price .sectionInner .rangeBarWrap .priceWrap:after {
  display: block;
  clear: both;
  content: "";
}

.customSearchWrap .contentsWrap .section.theme .sectionInner {
  padding: 2rem 2.666vw 1rem 5.333vw;
}

.customSearchWrap .contentsWrap .section.theme .sectionInner ul li {
  margin: 0 1rem 1rem 0;
}

.customSearchWrap .contentsWrap .section.theme .sectionInner ul li a {
  display: block;
  height: 3.8rem;
  padding: 0 3rem;
  border-radius: 2rem;
  font-size: 1.5rem;
  line-height: 3.8rem;
  border: .1rem solid #dedede;
}

.customSearchWrap .contentsWrap .section.theme .sectionInner ul li.selected a {
  border-color: #ef3e43;
  color: #ef3e43;
}

.customSearchWrap .contentsWrap .section:first-child {
  border-top: .1rem solid #dadada;
}

.customSearchWrap .contentsWrap .applyButton {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 5rem;
  margin-top: .9rem;
  background-color: #ef3e43;
  font-size: 1.7rem;
  color: #fff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.customSearchWrap .contentsWrap .applyButton:active {
  opacity: .5;
}

.customSearchWrap .contentsWrap .applyButton:disabled {
  background-color: #ccc;
}
