@charset "UTF-8";
.ico_arrow_down:after {
  content: "";
  margin-left: 5px;
  border-radius: 5px;
  display: inline-block;
  width: auto;
  height: auto;
  border-top: 8px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

.ico_arrow_up:after {
  content: "";
  margin-left: 5px;
  border-radius: 5px;
  display: inline-block;
  width: auto;
  height: auto;
  border-bottom: 8px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

.icon_bullet_left {
  position: relative;
  display: inline-block;
  width: 9px;
  height: 18px;
  overflow: hidden;
  vertical-align: top;
}
.icon_bullet_left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: 3px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
}
.icon_bullet_left:hover:before {
  border-left: 2px solid #328ca8;
  border-bottom: 2px solid #328ca8;
}

.icon_bullet_right {
  position: relative;
  display: inline-block;
  width: 9px;
  height: 18px;
  overflow: hidden;
  vertical-align: top;
}
.icon_bullet_right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: -3px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.icon_bullet_right:hover:before {
  border-right: 2px solid #328ca8;
  border-top: 2px solid #328ca8;
}

.icon_inventory {
  display: inline-block;
  height: 24px;
  vertical-align: middle;
}
.icon_inventory:before {
  content: "땡처리";
  display: inline-block;
  position: relative;
  width: 45px;
  height: 18px;
  padding: 3px 0;
  margin: 0 3px;
  background-color: #f2f2f2;
  border-radius: 40px;
  color: #222;
  text-align: center;
  vertical-align: middle;
  line-height: 18px;
  font-size: 11px;
  font-weight: 300;
}

.icon_question {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.icon_question:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  background-image: url(../img/sprites/sp_mntrip_ico_20231019.png);
  background-position: -333px -489px;
  width: 14px;
  height: 14px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon_question:after {
    background-image: url(../img/sprites/sp_mntrip_ico_20231019@2x.png);
    background-size: 551px 511px;
  }
}

.icon_question2 {
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  vertical-align: middle;
}
.icon_question2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/sprites/sp_mntrip_ico_20231019.png);
  background-position: -198px -200px;
  width: 14px;
  height: 14px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon_question2:after {
    background-image: url(../img/sprites/sp_mntrip_ico_20231019@2x.png);
    background-size: 551px 511px;
  }
}

.icon_info {
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  vertical-align: middle;
}
.icon_info:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/sprites/sp_mntrip_ico_20231019.png);
  background-position: -222px -200px;
  width: 14px;
  height: 14px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon_info:after {
    background-image: url(../img/sprites/sp_mntrip_ico_20231019@2x.png);
    background-size: 551px 511px;
  }
}

.tmpt_button {
  position: relative;
  white-space: nowrap;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
  color: #222;
  font-size: 15px;
  /*
  * 공통 버튼 정의
  */
  /*
  * 그 외 버튼
  */
  /*
  * 배경 버튼 
  */
}
.tmpt_button > .arrow_next {
  width: 8px;
  height: 16px;
  padding-left: 7px;
  vertical-align: middle;
  margin-top: -2px;
  position: relative;
  display: inline-block;
  width: 8px;
  height: 16px;
  overflow: hidden;
}
.tmpt_button > .arrow_next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: -2px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.tmpt_button > .arrow_prev {
  width: 8px;
  height: 16px;
  padding-right: 7px;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  width: 8px;
  height: 16px;
  overflow: hidden;
}
.tmpt_button > .arrow_prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: 2px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.tmpt_button.m_ty1 {
  min-width: 620px;
  padding: 20px 10px;
  border-radius: 4px;
  color: #fff;
  background-color: #ff5b59;
  font-size: 18px;
}
.tmpt_button.m_ty1.disabled {
  background-color: #eaeaea;
}
.tmpt_button.m_ty1:hover {
  background-color: #2e3342;
  color: #fff;
}
.tmpt_button.m_ty2 {
  min-width: 290px;
  padding: 20px 10px;
  border-radius: 4px;
  color: #fff;
  background-color: #328ca8;
  font-size: 18px;
}
.tmpt_button.m_ty2.mid {
  font-size: 18px;
  min-width: 620px;
}
.tmpt_button.m_ty3 {
  min-width: 290px;
  padding: 20px 10px;
  margin: 0 10px;
  border-radius: 4px;
  color: #fff;
  background-color: #6c6b70;
  font-size: 18px;
}
.tmpt_button.m_ty4 {
  min-width: 264px;
  padding: 15px 10px;
  border-radius: 4px;
  color: #fff;
  background-color: #328ca8;
  font-size: 18px;
}
.tmpt_button.p_ty1 {
  min-width: 220px;
  padding: 15px 10px;
  margin: 0 10px;
  border-radius: 4px;
  color: #fff;
  background-color: #3d4352;
  font-size: 15px;
}
.tmpt_button.p_ty2 {
  min-width: 180px;
  padding: 15px 10px;
  margin: 0 10px;
  border-radius: 4px;
  color: #222;
  background-color: #e5e5e5;
  font-size: 15px;
}
.tmpt_button.p_ty3 {
  min-width: 180px;
  padding: 15px 10px;
  margin: 0 10px;
  border-radius: 4px;
  color: #222;
  background-color: #f5f5f5;
  border: 1px solid #eaeaea;
  font-size: 15px;
}
.tmpt_button.s_ty1 {
  padding: 5px 10px 3px;
  min-width: 70px;
  border-radius: 26px;
  font-size: 15px;
  color: #909090;
  border: 1px solid #d3d3d3;
}
.tmpt_button.s_ty1.on, .tmpt_button.s_ty1:hover {
  background-color: #328ca8;
  color: #fff;
  border-color: transparent;
}
.tmpt_button.s_ty2 {
  min-width: 84px;
  padding: 5px 10px 3px;
  border-radius: 26px;
  background-color: #328ca8;
  color: #fff;
}
.tmpt_button.s_ty2.on, .tmpt_button.s_ty2:hover {
  color: #fff;
  background-color: #222;
}
.tmpt_button.s_ty3 {
  padding: 5px 10px 3px;
  min-width: 70px;
  border-radius: 26px;
  font-size: 15px;
  color: #fff;
  background-color: #328ca8;
}
.tmpt_button.s_ty4 {
  padding: 5px 10px 3px;
  min-width: 70px;
  border-radius: 26px;
  font-size: 15px;
  color: #328ca8;
  border: 1px solid #328ca8;
}
.tmpt_button.s_ty5 {
  min-width: 56px;
  padding: 6px 10px 4px;
  border-radius: 32px;
  background-color: #328ca8;
  color: #fff;
  font-size: 13px;
}
.tmpt_button.s_ty5 {
  min-width: 56px;
  padding: 6px 10px 4px;
  border-radius: 16px;
  background-color: #328ca8;
  color: #fff;
  font-size: 13px;
}
.tmpt_button.s_ty5:focus, .tmpt_button.s_ty5:hover {
  background-color: #222;
}
.tmpt_button.o_ty1 {
  padding: 5px 10px 3px;
  margin: 0 4px;
  min-width: 70px;
  border-radius: 4px;
  font-size: 15px;
  color: #222;
  border: 1px solid #d3d3d3;
}
.tmpt_button.o_ty1.on, .tmpt_button.o_ty1:hover {
  background-color: #328ca8;
  color: #fff;
  border-color: transparent;
}
.tmpt_button.o_ty2 {
  padding: 5px 10px 3px;
  margin: 0 4px;
  min-width: 100px;
  border-radius: 4px;
  font-size: 15px;
  color: #328ca8;
  border: 1px solid #328ca8;
}
.tmpt_button.o_ty2:hover {
  background-color: #328ca8;
  color: #fff;
}
.tmpt_button.o_ty3 {
  padding: 5px 10px 3px;
  margin: 0 4px;
  min-width: 70px;
  border-radius: 4px;
  font-size: 15px;
  color: #fff;
  background-color: #328ca8;
}
.tmpt_button.o_ty4 {
  padding: 5px 10px 3px;
  margin: 0 4px;
  min-width: 70px;
  border-radius: 4px;
  font-size: 15px;
  color: #fff;
  background-color: #eaeaea;
}
.tmpt_button.o_ty4:hover {
  color: #fff;
  background-color: #222;
}
.tmpt_button.o_ty5 {
  padding: 5px 10px 3px;
  min-width: 70px;
  border-radius: 5px;
  color: #222;
  border: 1px solid #d3d3d3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tmpt_button.o_ty5.on, .tmpt_button.o_ty5:hover {
  background-color: #328ca8;
  color: #fff;
  border-color: transparent;
}
.tmpt_button.o_ty6 {
  min-width: 52px;
  padding: 4px 24px;
  color: #222;
  border-radius: 4px;
  background-color: #f9f9f9;
  border: 1px solid #d3d3d3;
  font-size: 13px;
}
.tmpt_button.o_ty7 {
  min-width: 240px;
  height: 52px;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #eaeaea;
  background-color: #3d4352;
}
.tmpt_button.o_ty8 {
  min-width: 56px;
  height: 32px;
  color: #222;
  border-radius: 26px;
  border: 1px solid #eaeaea;
}
.tmpt_button.w_ty1 {
  padding: 6px 10px;
  min-width: 66px;
  border-radius: 26px;
  color: #fff;
  border: 1px solid #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 15px;
  background-color: transparent;
}
.tmpt_button.anywhere {
  width: 162px;
  height: 52px;
  color: #328ca8;
  font-size: 16px;
  background-color: #ffea00;
  border-radius: 26px;
}
.tmpt_button.anywhere.on, .tmpt_button.anywhere:hover {
  background-color: #222;
  color: #fff;
}
.tmpt_button.air_del {
  margin: 11px 0 0 17px;
  position: relative;
  display: inline-block;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background-color: #328ca8;
}
.tmpt_button.air_del:before, .tmpt_button.air_del:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background-color: #fff;
}
.tmpt_button.air_del:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.tmpt_button.air_del:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
.tmpt_button.filter_reset {
  height: 24px;
  padding: 0 8px;
  border-radius: 26px;
  font-size: 11px;
  text-align: center;
  border: 1px solid #328ca8;
  color: #328ca8;
}
.tmpt_button.h_ty1 {
  min-width: 240px;
  padding: 20px 10px;
  margin: 0 10px;
  border-radius: 4px;
  color: #fff;
  background-color: #222;
  font-size: 18px;
}
.tmpt_button.h_ty2 {
  min-width: 240px;
  padding: 20px 10px;
  margin: 0 10px;
  border-radius: 4px;
  color: #222;
  background-color: #eaeaea;
  font-size: 18px;
  font-weight: 700;
}
.tmpt_button.h_ty3 {
  min-width: 240px;
  padding: 14px 10px;
  margin: 0 10px;
  border-radius: 4px;
  color: #222;
  border: 1px solid #d3d3d3;
  font-size: 15px;
}
.tmpt_button.h_ty4 {
  min-width: 310px;
  padding: 15px 10px;
  border-radius: 4px;
  color: #fff;
  background-color: #328ca8;
  font-size: 15px;
}
.tmpt_button.h_ty5 {
  min-width: 200px;
  padding: 4px 24px;
  color: #222;
  border-radius: 4px;
  background-color: #f9f9f9;
  border: 1px solid #d3d3d3;
  font-size: 13px;
}
.tmpt_button.h_ty6 {
  min-width: 200px;
  padding: 4px 24px;
  border-radius: 4px;
  color: #fff;
  background-color: #328ca8;
  font-size: 13px;
}
.tmpt_button.h_ty7 {
  min-width: 310px;
  padding: 15px 10px;
  margin: 0 10px;
  border-radius: 4px;
  color: #fff;
  background-color: #2e3342;
  font-size: 15px;
  font-weight: 700;
}
.tmpt_button.search {
  width: 160px;
  height: 56px;
  border-radius: 0 7px 7px 0;
  margin: 0 0 0 -7px;
  color: #328ca8;
  font-size: 20px;
  font-weight: 700;
  background-color: #fff;
  line-height: 56px;
}
.tmpt_button.search span {
  position: relative;
  vertical-align: middle;
}
.tmpt_button.search:before {
  display: inline-block;
  position: relative;
  margin-right: 8px;
  vertical-align: middle;
  background-image: url(../img/sprites/sp_mntrip_ico_20231019.png);
  background-position: -421px -378px;
  width: 23px;
  height: 23px;
  content: "";
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tmpt_button.search:before {
    background-image: url(../img/sprites/sp_mntrip_ico_20231019@2x.png);
    background-size: 551px 511px;
  }
}
.tmpt_button.search:after {
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 3px;
  height: 40px;
  background: #328ca8;
  content: "";
}
.tmpt_button.search:hover, .tmpt_button.search:focus {
  color: #fff;
  background: #328ca8;
}
.tmpt_button.search:hover:before, .tmpt_button.search:focus:before {
  background-image: url(../img/sprites/sp_mntrip_ico_20231019.png);
  background-position: -285px -224px;
  width: 23px;
  height: 23px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tmpt_button.search:hover:before, .tmpt_button.search:focus:before {
    background-image: url(../img/sprites/sp_mntrip_ico_20231019@2x.png);
    background-size: 551px 511px;
  }
}
.tmpt_button.price_alert {
  padding: 0 12px 0 39px;
  width: 130px;
  height: 38px;
  border-radius: 19px;
  border: 1px solid #d3d3d3;
  color: #3d4352;
}
.tmpt_button.price_alert:before {
  content: "";
  position: absolute;
  left: 14px;
  background-image: url(../img/sprites/sp_mntrip_ico_20231019.png);
  background-position: -505px -128px;
  width: 22px;
  height: 22px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tmpt_button.price_alert:before {
    background-image: url(../img/sprites/sp_mntrip_ico_20231019@2x.png);
    background-size: 551px 511px;
  }
}
.tmpt_button.price_alert:hover {
  border: 1px solid #3d4352;
  color: #fff;
  background-color: #3d4352;
}
.tmpt_button.price_alert:hover:before {
  background-image: url(../img/sprites/sp_mntrip_ico_20231019.png);
  background-position: -64px -489px;
  width: 22px;
  height: 22px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tmpt_button.price_alert:hover:before {
    background-image: url(../img/sprites/sp_mntrip_ico_20231019@2x.png);
    background-size: 551px 511px;
  }
}
.tmpt_button.share {
  padding: 0 12px 0 39px;
  width: 80px;
  height: 38px;
  border-radius: 19px;
  border: 1px solid #d3d3d3;
  color: #3d4352;
}
.tmpt_button.share:before {
  content: "";
  position: absolute;
  left: 12px;
  background-image: url(../img/sprites/sp_mntrip_ico_20231019.png);
  background-position: -96px -456px;
  width: 22px;
  height: 22px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tmpt_button.share:before {
    background-image: url(../img/sprites/sp_mntrip_ico_20231019@2x.png);
    background-size: 551px 511px;
  }
}
.tmpt_button.share:hover {
  border: 1px solid #3d4352;
  color: #fff;
  background-color: #3d4352;
}
.tmpt_button.share:hover:before {
  background-image: url(../img/sprites/sp_mntrip_ico_20231019.png);
  background-position: -192px -489px;
  width: 22px;
  height: 22px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tmpt_button.share:hover:before {
    background-image: url(../img/sprites/sp_mntrip_ico_20231019@2x.png);
    background-size: 551px 511px;
  }
}
.tmpt_button.coupon {
  padding: 0 11px;
  height: 32px;
  color: #328ca8;
  border: 1px solid #328ca8;
  border-radius: 16px;
  font-weight: 700;
  line-height: 32px;
}
.tmpt_button.coupon span {
  position: relative;
}
.tmpt_button.coupon:after {
  background-image: url(../img/sprites/sp_mntrip_ico_20231019.png);
  background-position: -288px -456px;
  width: 22px;
  height: 22px;
  display: inline-block;
  position: relative;
  margin-left: 3px;
  vertical-align: middle;
  content: "";
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tmpt_button.coupon:after {
    background-image: url(../img/sprites/sp_mntrip_ico_20231019@2x.png);
    background-size: 551px 511px;
  }
}
.tmpt_button.coupon:focus, .tmpt_button.coupon:hover {
  color: #fff;
  background-color: #328ca8;
}
.tmpt_button.coupon:focus:after, .tmpt_button.coupon:hover:after {
  background-image: url(../img/sprites/sp_mntrip_ico_20231019.png);
  background-position: -256px -456px;
  width: 22px;
  height: 22px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tmpt_button.coupon:focus:after, .tmpt_button.coupon:hover:after {
    background-image: url(../img/sprites/sp_mntrip_ico_20231019@2x.png);
    background-size: 551px 511px;
  }
}
.tmpt_button.price_graph {
  padding: 0 12px 0 39px;
  width: 130px;
  height: 38px;
  border-radius: 19px;
  border: 1px solid #d3d3d3;
  color: #3d4352;
}
.tmpt_button.price_graph:before {
  content: "";
  position: absolute;
  left: 14px;
  top: 8px;
  background-image: url(../img/sprites/sp_mntrip_ico_20231019.png);
  background-position: -289px -329px;
  width: 22px;
  height: 22px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tmpt_button.price_graph:before {
    background-image: url(../img/sprites/sp_mntrip_ico_20231019@2x.png);
    background-size: 551px 511px;
  }
}
.tmpt_button.price_graph:hover {
  border: 1px solid #3d4352;
  color: #fff;
  background-color: #3d4352;
}
.tmpt_button.price_graph:hover:before {
  background-image: url(../img/sprites/sp_mntrip_ico_20231019.png);
  background-position: -505px -384px;
  width: 22px;
  height: 22px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tmpt_button.price_graph:hover:before {
    background-image: url(../img/sprites/sp_mntrip_ico_20231019@2x.png);
    background-size: 551px 511px;
  }
}
.tmpt_button.calendar {
  margin: 0 8px 0 0;
  width: 77px;
  height: 38px;
  padding: 0 12px 0 34px;
  border-radius: 19px;
  border: 1px solid #d3d3d3;
  color: #222;
}
.tmpt_button.calendar:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 8px;
  background-image: url(../img/sprites/sp_mntrip_ico_20231019.png);
  background-position: -321px -329px;
  width: 22px;
  height: 22px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tmpt_button.calendar:before {
    background-image: url(../img/sprites/sp_mntrip_ico_20231019@2x.png);
    background-size: 551px 511px;
  }
}
.tmpt_button.calendar:hover {
  background-color: #328ca8;
  color: #fff;
  border: none;
}
.tmpt_button.calendar:hover:before {
  background-image: url(../img/sprites/sp_mntrip_ico_20231019.png);
  background-position: -505px -416px;
  width: 22px;
  height: 22px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tmpt_button.calendar:hover:before {
    background-image: url(../img/sprites/sp_mntrip_ico_20231019@2x.png);
    background-size: 551px 511px;
  }
}
.tmpt_button.chart {
  width: 116px;
  height: 38px;
  padding: 0 12px 0 34px;
  border-radius: 19px;
  border: 1px solid #d3d3d3;
  color: #222;
}
.tmpt_button.chart:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 6px;
  background-image: url(../img/sprites/sp_mntrip_ico_20231019.png);
  background-position: -505px -160px;
  width: 22px;
  height: 22px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tmpt_button.chart:before {
    background-image: url(../img/sprites/sp_mntrip_ico_20231019@2x.png);
    background-size: 551px 511px;
  }
}
.tmpt_button.chart:hover {
  background-color: #328ca8;
  color: #fff;
  border: none;
}
.tmpt_button.chart:hover:before {
  background-image: url(../img/sprites/sp_mntrip_ico_20231019.png);
  background-position: -505px -384px;
  width: 22px;
  height: 22px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tmpt_button.chart:hover:before {
    background-image: url(../img/sprites/sp_mntrip_ico_20231019@2x.png);
    background-size: 551px 511px;
  }
}
.tmpt_button.clip {
  width: 40px;
  height: 40px;
  vertical-align: middle;
}
.tmpt_button.clip:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/sprites/sp_mntrip_ico_20231019.png);
  background-position: -319px -213px;
  width: 40px;
  height: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tmpt_button.clip:before {
    background-image: url(../img/sprites/sp_mntrip_ico_20231019@2x.png);
    background-size: 551px 511px;
  }
}
.tmpt_button.clip:hover:before, .tmpt_button.clip.on:before {
  background-image: url(../img/sprites/sp_mntrip_ico_20231019.png);
  background-position: -319px -163px;
  width: 40px;
  height: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tmpt_button.clip:hover:before, .tmpt_button.clip.on:before {
    background-image: url(../img/sprites/sp_mntrip_ico_20231019@2x.png);
    background-size: 551px 511px;
  }
}
.tmpt_button.my_reserv_print {
  margin: 0 8px 0 0;
  height: 32px;
  padding: 2px 12px 0 40px;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  color: #222;
}
.tmpt_button.my_reserv_print:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -11px;
  background-image: url(../img/sprites/sp_mntrip_ico_20231019.png);
  background-position: -64px -456px;
  width: 22px;
  height: 22px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tmpt_button.my_reserv_print:before {
    background-image: url(../img/sprites/sp_mntrip_ico_20231019@2x.png);
    background-size: 551px 511px;
  }
}
.tmpt_button.my_reserv_print:hover, .tmpt_button.my_reserv_print:focus {
  color: #fff;
  background-color: #2c7d96;
  border-color: transparent;
}
.tmpt_button.my_reserv_print:hover:before, .tmpt_button.my_reserv_print:focus:before {
  background-image: url(../img/sprites/sp_mntrip_ico_20231019.png);
  background-position: -160px -489px;
  width: 22px;
  height: 22px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tmpt_button.my_reserv_print:hover:before, .tmpt_button.my_reserv_print:focus:before {
    background-image: url(../img/sprites/sp_mntrip_ico_20231019@2x.png);
    background-size: 551px 511px;
  }
}
.tmpt_button.my_invoice_print {
  margin: 0 8px 0 0;
  height: 32px;
  padding: 2px 12px 0 30px;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  color: #222;
}
.tmpt_button.my_invoice_print:last-child {
  margin-right: 0;
}
.tmpt_button.my_invoice_print:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -11px;
  background-image: url(../img/sprites/sp_mntrip_ico_20231019.png);
  background-position: -32px -456px;
  width: 22px;
  height: 22px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tmpt_button.my_invoice_print:before {
    background-image: url(../img/sprites/sp_mntrip_ico_20231019@2x.png);
    background-size: 551px 511px;
  }
}
.tmpt_button.my_invoice_print:hover, .tmpt_button.my_invoice_print:focus {
  color: #fff;
  background-color: #2c7d96;
  border-color: transparent;
}
.tmpt_button.my_invoice_print:hover:before, .tmpt_button.my_invoice_print:focus:before {
  background-image: url(../img/sprites/sp_mntrip_ico_20231019.png);
  background-position: -505px -448px;
  width: 22px;
  height: 22px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tmpt_button.my_invoice_print:hover:before, .tmpt_button.my_invoice_print:focus:before {
    background-image: url(../img/sprites/sp_mntrip_ico_20231019@2x.png);
    background-size: 551px 511px;
  }
}
.tmpt_button.my_ticket_print {
  margin: 0 8px 0 0;
  height: 32px;
  padding: 0 10px 0 32px;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  color: #222;
}
.tmpt_button.my_ticket_print:before {
  content: "";
  position: absolute;
  left: 5px;
  background-image: url(../img/sprites/sp_mntrip_ico_20231019.png);
  background-position: -64px -456px;
  width: 22px;
  height: 22px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tmpt_button.my_ticket_print:before {
    background-image: url(../img/sprites/sp_mntrip_ico_20231019@2x.png);
    background-size: 551px 511px;
  }
}
.tmpt_button.my_receipt_print {
  margin: 0 8px 0 0;
  height: 32px;
  padding: 0 10px 0 32px;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  color: #222;
}
.tmpt_button.my_receipt_print:before {
  content: "";
  position: absolute;
  left: 5px;
  background-image: url(../img/sprites/sp_mntrip_ico_20231019.png);
  background-position: -64px -456px;
  width: 22px;
  height: 22px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tmpt_button.my_receipt_print:before {
    background-image: url(../img/sprites/sp_mntrip_ico_20231019@2x.png);
    background-size: 551px 511px;
  }
}
.tmpt_button.my_receipt_print:hover, .tmpt_button.my_receipt_print:focus {
  color: #fff;
  background-color: #2c7d96;
  border-color: transparent;
}
.tmpt_button.my_receipt_print:hover:before, .tmpt_button.my_receipt_print:focus:before {
  background-image: url(../img/sprites/sp_mntrip_ico_20231019.png);
  background-position: -160px -489px;
  width: 22px;
  height: 22px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tmpt_button.my_receipt_print:hover:before, .tmpt_button.my_receipt_print:focus:before {
    background-image: url(../img/sprites/sp_mntrip_ico_20231019@2x.png);
    background-size: 551px 511px;
  }
}
.tmpt_button.share_facebook:before {
  content: "";
  display: inline-block;
  position: relative;
  margin: 0 20px;
  background-image: url(../img/sprites/sp_mntrip_ico_20231019.png);
  background-position: -54px -224px;
  width: 50px;
  height: 50px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tmpt_button.share_facebook:before {
    background-image: url(../img/sprites/sp_mntrip_ico_20231019@2x.png);
    background-size: 551px 511px;
  }
}
.tmpt_button.share_twitter:before {
  content: "";
  display: inline-block;
  position: relative;
  margin: 0 20px;
  background-image: url(../img/sprites/sp_mntrip_ico_20231019.png);
  background-position: -114px -224px;
  width: 50px;
  height: 50px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tmpt_button.share_twitter:before {
    background-image: url(../img/sprites/sp_mntrip_ico_20231019@2x.png);
    background-size: 551px 511px;
  }
}
.tmpt_button.my_round_border {
  padding: 4px 14px;
  border-radius: 26px;
  min-width: 36px;
  color: #222;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  margin: 0 3px;
}
.tmpt_button.my_round_border.on, .tmpt_button.my_round_border:hover {
  color: #222;
  background-color: #d3d3d3;
}
.tmpt_button.my_squre_point {
  margin: 0 10px;
  min-width: 220px;
  padding: 15px 10px;
  color: #fff;
  border-radius: 4px;
  background-color: #3d4352;
}
.tmpt_button.my_squre_point:hover, .tmpt_button.my_squre_point:focus {
  background-color: #2c7d96;
}
.tmpt_button.my_squre_point_ty2 {
  margin: 0 10px;
  min-width: 220px;
  padding: 15px 10px;
  color: #222;
  border-radius: 4px;
  background-color: #7bb6c1;
  color: #fff;
}
.tmpt_button.my_squre_black {
  margin: 0 10px;
  min-width: 220px;
  padding: 15px 10px;
  color: #fff;
  border-radius: 4px;
  background-color: #3d4352;
}
.tmpt_button.my_squre_black:hover, .tmpt_button.my_squre_black:focus {
  background-color: #2c7d96;
}
.tmpt_button.my_squre_border {
  min-width: 52px;
  padding: 10px 24px;
  color: #222;
  border-radius: 4px;
  background-color: #f9f9f9;
  border: 1px solid #d3d3d3;
}
.tmpt_button.dtl_reservate {
  display: block;
  width: 341px;
  height: 55px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 4px;
  background-color: #328ca8;
  letter-spacing: -1px;
  line-height: 55px;
}
.tmpt_button.dtl_reservate:hover, .tmpt_button.dtl_reservate:focus {
  background: #3d4352;
}
.tmpt_button.dtl_reservate.disabled {
  background: #eaeaea;
  color: #909090;
  cursor: default;
}
.tmpt_button.dtl_reservate2 {
  display: block;
  width: 220px;
  height: 52px;
  margin: 10px 0;
  color: #fff;
  font-size: 15px;
  border-radius: 4px;
  background-color: #328ca8;
  line-height: 52px;
}
.tmpt_button.dtl_reservate2:hover, .tmpt_button.dtl_reservate2:focus {
  background: #2e3342;
}
.tmpt_button.dtl_coupon {
  display: block;
  width: 220px;
  height: 52px;
  margin: 10px 0;
  color: #328ca8;
  font-size: 15px;
  font-weight: normal;
  border: 1px solid #328ca8;
  border-radius: 4px;
  background-color: #fff;
  line-height: 50px;
}
.tmpt_button.dtl_coupon:hover, .tmpt_button.dtl_coupon:focus {
  background: #328ca8;
  color: #fff;
}
.tmpt_button.dtl_map {
  display: block;
  width: 100px;
  height: 32px;
  color: #222;
  font-size: 13px;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  background-color: #fff;
  line-height: 32px;
}
.tmpt_button.dtl_map:hover, .tmpt_button.dtl_map:focus {
  border-color: #328ca8;
  background: #328ca8;
  color: #fff;
}
.tmpt_button.dtl_cityhome {
  display: block;
  width: 230px;
  height: 52px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border-radius: 4px;
  background-color: #3d4352;
  line-height: 52px;
}
.tmpt_button.dtl_review {
  display: block;
  width: 160px;
  height: 40px;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  background-color: #222;
  line-height: 40px;
}

.tmpt_amount {
  display: inline-block;
  position: relative;
}
.tmpt_amount .tmpt_inpbx input {
  border: none;
  width: 46px;
  height: 46px;
  font-family: "Spoqa-Regular", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.tmpt_amount button.ico_minus:before {
  position: absolute;
  top: 7px;
  left: -35px;
  background-image: url(../img/sprites/sp_mntrip_ico_20231019.png);
  background-position: -168px -414px;
  width: 32px;
  height: 32px;
  content: "";
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tmpt_amount button.ico_minus:before {
    background-image: url(../img/sprites/sp_mntrip_ico_20231019@2x.png);
    background-size: 551px 511px;
  }
}
.tmpt_amount button.ico_minus:hover:before {
  background-image: url(../img/sprites/sp_mntrip_ico_20231019.png);
  background-position: -210px -414px;
  width: 32px;
  height: 32px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tmpt_amount button.ico_minus:hover:before {
    background-image: url(../img/sprites/sp_mntrip_ico_20231019@2x.png);
    background-size: 551px 511px;
  }
}
.tmpt_amount button.ico_plus:before {
  position: absolute;
  top: 7px;
  right: -35px;
  background-image: url(../img/sprites/sp_mntrip_ico_20231019.png);
  background-position: -126px -371px;
  width: 32px;
  height: 32px;
  content: "";
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tmpt_amount button.ico_plus:before {
    background-image: url(../img/sprites/sp_mntrip_ico_20231019@2x.png);
    background-size: 551px 511px;
  }
}
.tmpt_amount button.ico_plus:hover:before {
  background-image: url(../img/sprites/sp_mntrip_ico_20231019.png);
  background-position: -168px -371px;
  width: 32px;
  height: 32px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tmpt_amount button.ico_plus:hover:before {
    background-image: url(../img/sprites/sp_mntrip_ico_20231019@2x.png);
    background-size: 551px 511px;
  }
}

/* 크기 */
.tmpt_button.wide1 {
  min-width: 280px;
}
.tmpt_button.wide2 {
  min-width: 390px;
}
.tmpt_button.wide3 {
  min-width: 100px;
}

/* icon */
.btn.btn_icon {
  min-width: 30px;
  height: 38px;
  padding: 0;
  background-image: none;
  border: none;
  border-radius: 0;
  line-height: 38px;
  text-align: center;
}
.btn.btn_icon:active:not([disabled]) {
  background-image: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* pagination */
.btn_prev,
.btn_next {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
  font-size: 0;
}
.btn_prev:before,
.btn_next:before {
  content: "";
  display: inline-block;
}

.btn_prev:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* dropdown */
.tmpl_drop_wrap .tmpl_drop_opt {
  position: relative;
  height: 30px;
}
.tmpl_drop_wrap .tmpl_drop_opt .tmpl_drop_select {
  display: block;
  overflow: hidden;
  position: relative;
  min-width: 154px;
  height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px 0 10px;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  font-size: 15px;
  line-height: 30px;
  color: #222;
  cursor: pointer;
  text-align: left;
}
.tmpl_drop_wrap .tmpl_drop_opt .tmpl_drop_select .txt {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-top: 1px;
}
.tmpl_drop_wrap .tmpl_drop_opt .tmpl_drop_select .sel_arrow {
  position: absolute;
  top: calc(50% - 3px);
  right: 10px;
  text-align: center;
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 6px;
  overflow: hidden;
}
.tmpl_drop_wrap .tmpl_drop_opt .tmpl_drop_select .sel_arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-top: -2px;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
}
.tmpl_drop_wrap .tmpl_drop_opt .tmpl_drop_scroll {
  display: none;
  overflow-y: auto;
  position: absolute;
  right: 0;
  left: 0;
  top: 100%;
  max-height: 130px;
  margin-top: -1px;
  border: 1px solid #d3d3d3;
  background: #f8f8f8;
}
.tmpl_drop_wrap .tmpl_drop_opt .tmpl_drop_scroll .tmpl_drop_list li a {
  display: block;
  padding: 6px 10px;
  font-size: 15px;
  line-height: 16px;
  border: 1px solid #f8f8f8;
  color: #328ca8;
}
.tmpl_drop_wrap .tmpl_drop_opt .tmpl_drop_scroll .tmpl_drop_list li a:hover {
  border: 1px solid #328ca8;
}
.tmpl_drop_wrap .tmpl_drop_opt .tmpl_drop_scroll .tmpl_drop_list li.selected a {
  color: #222;
}
.tmpl_drop_wrap .tmpl_drop_opt .tmpl_drop_scroll .tmpl_drop_list li.disabled a {
  color: #d3d3d3;
}
.tmpl_drop_wrap .tmpl_drop_opt.on {
  z-index: 100;
}
.tmpl_drop_wrap .tmpl_drop_opt.on .tmpl_drop_select .sel_arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.tmpl_drop_wrap .tmpl_drop_opt.on .tmpl_drop_scroll {
  display: block;
}

.btn_tx_detail {
  display: inline-block;
  color: #909090;
  font-size: 12px;
  font-weight: bold;
}
.btn_tx_detail .ico {
  margin-left: 1px;
  vertical-align: -1px;
  position: relative;
  display: inline-block;
  width: 5px;
  height: 10px;
  overflow: hidden;
}
.btn_tx_detail .ico:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: -2px;
  border-top: 1px solid #909090;
  border-right: 1px solid #909090;
}

/* textbox */
.input_ty1 {
  width: 230px;
  height: 54px;
  line-height: 50px;
  border: 1px solid #fff;
  border-radius: 2px;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  box-shadow: none;
  color: #222;
  font-size: 15px;
}
.input_ty1::-webkit-input-placeholder {
  color: #222;
}
.input_ty1::-moz-placeholder {
  color: #222;
}
.input_ty1:-ms-input-placeholder {
  color: #222;
}
.input_ty1::-ms-input-placeholder {
  color: #222;
}
.input_ty1::placeholder {
  color: #222;
}
.input_ty1::-webkit-input-placeholder {
  color: #222;
}
.input_ty1:-ms-input-placeholder {
  color: #222;
}
.input_ty1:focus {
  border-color: #fff;
}

.input_ty2 {
  display: inline-block;
  width: 100%;
  height: 32px;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  background: #fff;
  vertical-align: top;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}
.input_ty2 ~ .input_ty2 {
  margin-left: 20px;
}
.input_ty2 input {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 8px 10px 6px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  font-family: "Spoqa-Regular", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Arial, sans-serif;
  font-size: 15px;
  line-height: 15px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* selectbox */
.select {
  position: relative;
}
.select select {
  width: 196px;
  height: 38px;
  padding: 0 25px 0 12px;
  border-radius: 2px;
  color: #fff;
  font-size: 13px;
  line-height: 38px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select select::-ms-expand {
  display: none;
}
.select:after {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -4px;
  content: "";
}

.select.sel_ty2 select {
  width: 118px;
  height: 28px;
  padding: 0 25px 0 9px;
  border-radius: 0;
  line-height: 28px;
}

.custom_chk {
  position: relative;
  display: inline-block;
  min-width: 20px;
  min-height: 20px;
  word-wrap: normal;
  word-break: normal;
}
.custom_chk input[type=checkbox] {
  top: 50%;
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  line-height: 0;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
  clip: rect(0, 0, 0, 0);
}
.custom_chk input[type=checkbox] + label {
  color: #fff;
  font-size: 18px;
  position: relative;
  display: inline-block;
  padding: 1px 0 0 28px;
  vertical-align: middle;
  line-height: 20px;
}
.custom_chk input[type=checkbox] + label:before {
  content: "";
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
}
.custom_chk input[type=checkbox] + label:after {
  position: absolute;
  top: 0;
  left: 6px;
  z-index: 2;
  display: inline-block;
  width: 5px;
  height: 10px;
  margin-top: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
.custom_chk input[type=checkbox]:checked + label:after {
  border: solid 1px #328ca8;
  border-width: 0 2px 2px 0;
}
.custom_chk input[type=checkbox]:focus + label:before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.custom_chk.ty2 input[type=checkbox] + label {
  color: #222;
}
.custom_chk.ty2 input[type=checkbox] + label:before {
  background-color: #fff;
}
.custom_chk.ty2 input[type=checkbox] + label:after {
  border-color: #328ca8;
}
.custom_chk.ty3 input[type=checkbox] + label {
  color: #909090;
}
.custom_chk.ty3 input[type=checkbox] + label:before {
  background-color: #f0f0f0;
  border-color: #d3d3d3;
}
.custom_chk.ty4 input[type=checkbox] + label {
  color: #222;
}
.custom_chk.ty4 input[type=checkbox] + label:before {
  background-color: #fff;
}
.custom_chk.ty4 input[type=checkbox] + label:after {
  border-color: #328ca8;
}

.custom_rdo {
  position: relative;
  display: inline-block;
  min-width: 15px;
  min-height: 16px;
  word-wrap: normal;
  word-break: normal;
}
.custom_rdo input[type=radio] {
  position: absolute;
  top: 0;
  z-index: 1;
  display: block;
  width: 15px;
  height: 16px;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
  opacity: 0;
  outline: 0 none;
  -webkit-appearance: none;
}
.custom_rdo input[type=radio] + label {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding: 0 13px 0 22px;
  vertical-align: top;
  color: #222;
  font-size: 15px;
  line-height: 18px;
  cursor: pointer;
}
.custom_rdo input[type=radio] + label:before {
  position: absolute;
  top: 50%;
  z-index: 2;
  left: 0;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 50%;
  content: "";
}
.custom_rdo input[type=radio] + label:after {
  position: absolute;
  top: 50%;
  left: 4px;
  z-index: 2;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  content: "";
}
.custom_rdo input[type=radio]:checked + label, .custom_rdo input[type=radio]:focus + label {
  font-weight: 700;
  color: #222;
}
.custom_rdo input[type=radio]:checked + label:before, .custom_rdo input[type=radio]:focus + label:before {
  border-color: #328ca8;
}
.custom_rdo input[type=radio]:checked + label:after, .custom_rdo input[type=radio]:focus + label:after {
  border-color: #328ca8;
  background-color: #328ca8;
}
.custom_rdo input[type=radio]:disabled + label {
  color: #888;
  cursor: default;
}
.custom_rdo input[type=radio]:disabled + label:before {
  border-color: #d3d3d3;
  background-color: #f8f8f8;
}
.custom_rdo input[type=radio]:disabled + label:after {
  display: none;
}
.custom_rdo.ty2 input[type=radio] {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
  opacity: 0;
  -webkit-appearance: none;
}
.custom_rdo.ty2 input[type=radio] + label {
  display: inline-block;
  position: relative;
  padding: 5px 14px 3px;
  margin: 0;
  min-width: 36px;
  line-height: 22px;
  border-radius: 26px;
  font-size: 13px;
  color: #222;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.custom_rdo.ty2 input[type=radio] + label:before {
  content: none;
}
.custom_rdo.ty2 input[type=radio] + label:after {
  content: none;
}
.custom_rdo.ty2 input[type=radio]:checked + label, .custom_rdo.ty2 input[type=radio]:focus + label, .custom_rdo.ty2 input[type=radio]:hover + label {
  font-weight: normal;
  border-color: #ccece7;
  background-color: #ccece7;
  color: #328ca8;
}

.custom_file {
  position: relative;
  display: inline-block;
  min-width: 30px;
  min-height: 30px;
  word-wrap: normal;
  word-break: normal;
}
.custom_file input[type=file] {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  width: 1px;
  height: 1px;
  margin: -1px 0 0;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
  opacity: 0;
  -webkit-appearance: none;
}
.custom_file input[type=file] + label {
  display: inline-block;
  position: relative;
  padding: 0 14px;
  margin: 0 3px;
  min-width: 54px;
  height: 35px;
  line-height: 35px;
  border-radius: 4px;
  border: solid 1px #d3d3d3;
  font-size: 15px;
  color: #222;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.custom_file input[type=file] + label.on, .custom_file input[type=file] + label:hover {
  color: #222;
  background-color: #d3d3d3;
}
.custom_file input[type=file]:focus + label:before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.custom_txtarea textarea {
  resize: none;
  width: 100%;
  height: 100%;
  border-color: #e8e8e8;
  border-radius: 4px;
}

/*
*
* hotel common
* 
*/
.hotel_cmpt_txt_col_point {
  color: #328ca8;
}

.cm_clip a.sel_clip {
  background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011.png);
  background-position: -131px 0px;
  width: 40px;
  height: 40px;
  background-image: url("../img/sprites/sp_mntrip_hotel_ico_20221011.png") !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .cm_clip a.sel_clip {
    background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011@2x.png);
    background-size: 409px 364px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .cm_clip a.sel_clip {
    background-image: url("../img/sprites/sp_mntrip_hotel_ico_20221011@2x.png") !important;
  }
}
.cm_clip.on a.sel_clip {
  background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011.png);
  background-position: -131px -50px;
  width: 40px;
  height: 40px;
  background-image: url("../img/sprites/sp_mntrip_hotel_ico_20221011.png") !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .cm_clip.on a.sel_clip {
    background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011@2x.png);
    background-size: 409px 364px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .cm_clip.on a.sel_clip {
    background-image: url("../img/sprites/sp_mntrip_hotel_ico_20221011@2x.png") !important;
  }
}

.ssg-tooltip-wrap.hotel_tmpt_tooltip {
  position: relative;
}
.ssg-tooltip-wrap.hotel_tmpt_tooltip .ssg-tooltip {
  position: relative;
  padding: 4px 0;
  height: auto;
  width: auto;
  border-radius: 19px;
}
.ssg-tooltip-wrap.hotel_tmpt_tooltip .ssg-tooltip-layer {
  display: none;
  position: absolute;
  left: 50%;
  padding: 6px 10px;
  max-width: 300px;
  min-width: 50px;
  width: auto;
  border: 1px solid #328ca8;
  border-radius: 4px;
  background: #fff;
  top: 40px;
  z-index: 1000;
  font-size: 12px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 18px;
}
.ssg-tooltip-wrap.hotel_tmpt_tooltip .ssg-tooltip-layer:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: -1px;
  left: 50%;
  background: #fff;
  border-top: 1px solid #328ca8;
  border-left: 1px solid #328ca8;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.ssg-tooltip-wrap.hotel_tmpt_tooltip .ssg-tooltip-layer.large {
  width: 250px;
  text-align: left;
}
.ssg-tooltip-wrap.hotel_tmpt_tooltip .ssg-tooltip-layer.small {
  width: 50px;
}
.ssg-tooltip-wrap.hotel_tmpt_tooltip .ssg-tooltip-layer.custom {
  top: 0;
  left: 0;
  -webkit-transform: none;
          transform: none;
  border-top-left-radius: 0;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  -webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2);
}
.ssg-tooltip-wrap.hotel_tmpt_tooltip .ssg-tooltip-layer.custom:before {
  content: none;
}
.ssg-tooltip-wrap.hotel_tmpt_tooltip .ssg-tooltip-layer.custom.active {
  display: block;
}

.content_main {
  width: 100% !important;
  padding-bottom: 135px;
}
.content_main .hotel_search_head {
  height: 461px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.content_main .hotel_search_head:after {
  display: none;
}
.content_main .hotel_search_head .city_state {
  position: absolute;
  top: 160px;
  right: 0;
  text-align: right;
}
.content_main .hotel_search_head .city_state .tx_line {
  overflow: hidden;
  margin-bottom: 5px;
  letter-spacing: 0;
}
.content_main .hotel_search_head .city_state .txt {
  color: #fff;
  font-size: 28px;
  line-height: normal;
  vertical-align: top;
  font-family: "Spoqa-Bold", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Arial, sans-serif;
}
.content_main .hotel_search_head .city_state .tx_state {
  display: inline-block;
  position: relative;
  top: 42px;
  color: #fff;
  font-size: 28px;
  line-height: normal;
  vertical-align: top;
  opacity: 0;
}
.content_main .hotel_search_head .city_state .tx_state img {
  margin-left: 2px;
  width: auto;
  height: 30px;
  vertical-align: top;
}
.content_main .hotel_search_head .city_state .tx_state.txt1 {
  -webkit-animation: txStateAnimate 12s 3s infinite;
          animation: txStateAnimate 12s 3s infinite;
}
.content_main .hotel_search_head .city_state .tx_state.txt2 {
  -webkit-animation: txStateAnimate 12s 3.2s infinite;
          animation: txStateAnimate 12s 3.2s infinite;
}
.content_main .hotel_search_head .city_state .tx_state.txt3 {
  -webkit-animation: txStateAnimate 12s 3.4s infinite;
          animation: txStateAnimate 12s 3.4s infinite;
}
.content_main .hotel_search_head .city_state .tx_state.txt4 {
  -webkit-animation: txStateAnimate 12s 3.6s infinite;
          animation: txStateAnimate 12s 3.6s infinite;
}
.content_main .hotel_search_head .city_state .tx_state.txt5 {
  -webkit-animation: txStateAnimate 12s 9s infinite;
          animation: txStateAnimate 12s 9s infinite;
}
.content_main .hotel_search_head .city_state .tx_state.txt6 {
  -webkit-animation: txStateAnimate 12s 9.2s infinite;
          animation: txStateAnimate 12s 9.2s infinite;
}
.content_main .hotel_search_head .city_state .tx_state.txt7 {
  -webkit-animation: txStateAnimate 12s 9.4s infinite;
          animation: txStateAnimate 12s 9.4s infinite;
}
.content_main .hotel_search_head .city_state .tx_state.txt8 {
  -webkit-animation: txStateAnimate 12s 9.6s infinite;
          animation: txStateAnimate 12s 9.6s infinite;
}
@-webkit-keyframes txStateAnimate {
  0% {
    top: 46px;
    opacity: 0;
  }
  1% {
    top: 8px;
  }
  5% {
    top: 0;
    opacity: 1;
  }
  38.33% {
    top: 0;
    opacity: 1;
  }
  40.41% {
    top: -6px;
  }
  41.66% {
    top: -52px;
    opacity: 0;
  }
  100% {
    top: -52px;
    opacity: 0;
  }
}
@keyframes txStateAnimate {
  0% {
    top: 46px;
    opacity: 0;
  }
  1% {
    top: 8px;
  }
  5% {
    top: 0;
    opacity: 1;
  }
  38.33% {
    top: 0;
    opacity: 1;
  }
  40.41% {
    top: -6px;
  }
  41.66% {
    top: -52px;
    opacity: 0;
  }
  100% {
    top: -52px;
    opacity: 0;
  }
}
.content_main .hotel_search_head .city_state.v2 {
  position: absolute;
  top: 160px;
  right: 0;
  text-align: right;
}
.content_main .hotel_search_head .city_state.v2 .tx_line {
  overflow: hidden;
  letter-spacing: 0;
}
.content_main .hotel_search_head .city_state.v2 .tx_state {
  overflow: hidden;
  display: inline-block;
  position: relative;
  top: auto;
  color: #fff;
  color: #fff;
  font-size: 30px;
  font-family: "Spoqa-Medium", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Arial, sans-serif;
  letter-spacing: -0.6px;
  line-height: normal;
  vertical-align: top;
  opacity: 0;
}
.content_main .hotel_search_head .city_state.v2 .tx_state img {
  margin-left: 2px;
  width: auto;
  height: 30px;
  vertical-align: top;
}
.content_main .hotel_search_head .city_state.v2 .tx_state.txt1 {
  -webkit-animation: txStateAnimate 1.25s 1.25s forwards;
          animation: txStateAnimate 1.25s 1.25s forwards;
}
.content_main .hotel_search_head .city_state.v2 .tx_state.txt2 {
  -webkit-animation: txStateAnimate2 1.25s 1.5s forwards;
          animation: txStateAnimate2 1.25s 1.5s forwards;
}
@keyframes txStateAnimate {
  0% {
    opacity: 1;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
    animation-paly-state: running;
  }
  80.25% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes txStateAnimate2 {
  0% {
    opacity: 1;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
  92% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
  }
}
@keyframes txStateAnimate2 {
  0% {
    opacity: 1;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
  92% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
  }
}
.content_main .hotel_search_head .lnk_cityhome {
  position: absolute;
  top: 251px;
  right: 0;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding-right: 17px;
  z-index: 1;
}
.content_main .hotel_search_head .lnk_cityhome:after {
  background-image: url(../img/sprites/sp_mntrip_ico_20231019.png);
  background-position: -537px -190px;
  width: 12px;
  height: 12px;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .content_main .hotel_search_head .lnk_cityhome:after {
    background-image: url(../img/sprites/sp_mntrip_ico_20231019@2x.png);
    background-size: 551px 511px;
  }
}
.content_main .hotel_search_head .lnk_cityhome.v2 {
  position: absolute;
  top: 251px;
  right: 0;
  padding: 8px 10px 6px;
  border-radius: 16px;
  border: 1px solid #2e3342;
  background-color: #2e3342;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content_main .hotel_search_head .lnk_cityhome.v2:after {
  background-image: url(../img/sprites/sp_mntrip_ico_20231019.png);
  background-position: -537px -190px;
  width: 12px;
  height: 12px;
  content: "";
  position: static;
  display: inline-block;
  margin: 0 0 0 5px;
  vertical-align: top;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .content_main .hotel_search_head .lnk_cityhome.v2:after {
    background-image: url(../img/sprites/sp_mntrip_ico_20231019@2x.png);
    background-size: 551px 511px;
  }
}
.content_main .hotel_search_select {
  padding-top: 214px;
}
.content_main .hotel_main_wrap {
  position: relative;
}

.hotel_main_titimg {
  overflow: hidden;
  position: absolute;
  top: 160px;
  left: 50%;
  width: 306px;
  height: 114px;
  margin-left: -594px;
  z-index: 100;
}
.hotel_main_titimg img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.hotel_main_alarm {
  overflow: hidden;
  position: absolute;
  top: 20px;
  left: 50%;
  width: 640px;
  padding-right: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 100;
}
.hotel_main_alarm .alarm_area {
  display: block;
  position: relative;
  float: right;
  margin-right: 3px;
}
.hotel_main_alarm .alarm_area .alarm_tx {
  display: block;
  color: #fff;
  font-size: 13px;
  padding: 2px 10px 0;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.4);
  line-height: 30px;
  letter-spacing: -0.5px;
}
.hotel_main_alarm .alarm_area .alarm_tx:before {
  display: inline-block;
  margin: -2px 4px 0 0;
  background-image: url(../img/sprites/sp_mntrip_ico_20231019.png);
  background-position: -505px -96px;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  content: "";
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hotel_main_alarm .alarm_area .alarm_tx:before {
    background-image: url(../img/sprites/sp_mntrip_ico_20231019@2x.png);
    background-size: 551px 511px;
  }
}
.hotel_main_alarm .alarm_area .alarm_btn_popup {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
}

.hotel_main_sec {
  margin-top: 80px;
}
.hotel_main_sec + .hotel_main_sec {
  margin-top: 80px;
}
.hotel_main_sec + .hotel_main_sec + .hotel_main_sec {
  margin-top: 120px;
}

.hotel_main_titarea {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  color: #222;
  font-family: "Spoqa-Medium", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Arial, sans-serif;
  line-height: 1.22;
  letter-spacing: -0.6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
.hotel_main_titarea a {
  position: relative;
}
.hotel_main_titarea a .hotel_main_tit {
  font-size: 36px;
  letter-spacing: -0.48px;
  margin-bottom: 0;
}
.hotel_main_titarea a .hotel_main_titsub {
  letter-spacing: -0.48px;
}
.hotel_main_titarea a .main_btnmore {
  position: absolute;
  right: -37px;
  bottom: 29px;
  background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011.png);
  background-position: -297px -32px;
  width: 26px;
  height: 26px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hotel_main_titarea a .main_btnmore {
    background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011@2x.png);
    background-size: 409px 364px;
  }
}

.main_sale .hotel_main_tit {
  letter-spacing: -0.48px;
  margin-bottom: 0;
}
.main_sale .hotel_main_titsub {
  letter-spacing: -0.48px;
}
.main_sale .hotel_main_titsub:after {
  padding-right: 20px;
}

.hotel_main_tit {
  display: block;
  margin-bottom: 6px;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: -0.8px;
  font-family: "Spoqa-Bold", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Arial, sans-serif;
}

.hotel_main_titsub {
  display: inline-block;
  font-size: 36px;
  padding-bottom: 18px;
  font-weight: normal;
  font-family: "Spoqa-Bold", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Arial, sans-serif;
  position: relative;
}
.hotel_main_titsub:after {
  content: "";
  width: 100%;
  height: 5px;
  padding-right: 37px;
  background: #222;
  position: absolute;
  left: 0;
  bottom: 0;
}

.hotel_main_tag_wrap {
  float: right;
}
.hotel_main_tag_wrap .hotel_main_tag {
  display: inline-block;
  border-radius: 21px;
  border: solid 1px #d3d3d3;
  padding: 5px 6px 4px 6px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #909090;
  margin-left: 8px;
  min-height: 32px;
}
.hotel_main_tag_wrap .hotel_main_tag span {
  float: left;
}
.hotel_main_tag_wrap .hotel_main_tag .img_thmb {
  overflow: hidden;
  width: 32px;
  height: 32px;
  border-radius: 50px;
}
.hotel_main_tag_wrap .hotel_main_tag .img_thmb img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.hotel_main_tag_wrap .hotel_main_tag .city_txt {
  margin: 5px 0 0 5px;
  max-width: 110px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.hotel_main_tag_wrap .hotel_main_tag .txt {
  padding: 5px 10px 4px;
}
.hotel_main_tag_wrap .hotel_main_tag .city_txt + .txt {
  padding: 0;
  margin: 5px 8px 0 2px;
}

.hotel_main_cont {
  width: 1280px;
  margin: 60px auto 0;
}

.cunit_t400 {
  width: 400px !important;
  margin: 0 40px 23px 0 !important;
  padding-top: 20px !important;
}
.cunit_t400:last-child {
  margin-right: 0 !important;
}
.cunit_t400 .cunit_prod.cunit_prod_trip,
.cunit_t400 .cunit_prod .thmb,
.cunit_t400 .cunit_prod .thmb > a {
  height: 260px;
  border-radius: 7px;
}
.cunit_t400 .cunit_prod .thmb > a:before {
  border-radius: 0;
}
.cunit_t400 .cunit_prod .thmb img {
  border-radius: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cunit_t400 .cunit_info {
  margin-top: 30px;
  display: inline-block;
}
.cunit_t400 .cunit_info .cm_bdg_main {
  display: table-cell;
  font-family: "Spoqa-Medium", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Arial, sans-serif;
  font-size: 32px;
  width: 83px;
  letter-spacing: -0.8px;
  color: #ff5b59;
  padding-top: 3px;
}
.cunit_t400 .cunit_info .cm_bdg_main > span {
  display: block;
}
.cunit_t400 .cunit_info .cm_bdg_main em.per {
  margin-left: 1px;
  letter-spacing: 0;
}
.cunit_t400 .cunit_info .cm_bdg_main .di_coupon {
  font-size: 11px;
  padding-top: 8px;
  font-family: "Spoqa-Regular", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Arial, sans-serif;
}
.cunit_t400 .cunit_info .cunit_main_wrap {
  vertical-align: top;
  display: table-cell;
  border-left: 1px solid #d8d8d8;
  padding-left: 20px;
}
.cunit_t400 .cunit_info .cunit_main_wrap .trip_desc {
  margin-bottom: 15px;
}
.cunit_t400 .cunit_info .cunit_main_wrap .cunit_price_trip {
  border-top: none;
  margin-top: 0;
  padding-top: 5px;
}
.cunit_t400 .cunit_info .cunit_main_wrap .cunit_price_trip .opt_price .ssg_tx,
.cunit_t400 .cunit_info .cunit_main_wrap .cunit_price_trip .org_price .ssg_tx {
  margin: 3px 0 1px 1px;
}

.hotel_hscroll {
  width: 100%;
}
.hotel_hscroll .viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.hotel_hscroll .viewport .overview {
  position: absolute;
  top: 0;
  left: 0;
}
.hotel_hscroll .scrollbar {
  position: relative;
  height: 2px;
  margin: 0 auto;
  padding: 2px 0;
  clear: both;
}
.hotel_hscroll .scrollbar.disable {
  display: none;
}
.hotel_hscroll .scrollbar .track {
  position: relative;
  width: 100%;
  height: 2px;
  background: #e8e8e8;
}
.hotel_hscroll .scrollbar .track .thumb {
  overflow: hidden;
  position: absolute;
  top: -2px;
  left: 0;
  height: 6px;
  border-radius: 3px;
  background: #222;
  cursor: pointer;
}
.hotel_hscroll .scrollbar .track .thumb .end {
  display: none;
}
.hotel_hscroll.hotel_hscroll_recent .viewport {
  height: 120px;
}
.hotel_hscroll.hotel_hscroll_recent .scrollbar {
  margin-top: 30px;
}
.hotel_hscroll.hotel_hscroll_top .viewport {
  height: 600px;
}
.hotel_hscroll.hotel_hscroll_top .scrollbar {
  margin-top: 40px;
}
.hotel_hscroll.hotel_hscroll_theme .viewport {
  height: 420px;
}
.hotel_hscroll.hotel_hscroll_planshop .viewport {
  height: 375px;
}
.hotel_hscroll.hotel_hscroll_planshop .scrollbar {
  margin-top: 60px;
}
.hotel_hscroll.hotel_hscroll_lookaround .viewport {
  height: 136px;
}
.hotel_hscroll.hotel_hscroll_lookaround .scrollbar {
  margin-top: 60px;
}

.content_main .main_banner {
  margin-top: 0;
}

.main_banner_wrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 130px;
  margin: 0 auto;
}
.content_main .main_banner_wrap {
  height: 90px;
}

.main_banner_container {
  overflow: hidden;
  width: 1280px;
  height: inherit;
  margin: 0 auto;
}
.main_banner_container li .banner_rolling {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  z-index: 1;
}
.content_main .main_banner_container li .banner_rolling {
  height: 90px;
}
.main_banner_container li .banner_rolling img {
  vertical-align: top;
}
.main_banner_container li .banner_rolling a {
  position: absolute;
  left: 50%;
  margin-left: -640px;
}
.main_banner_container li.on .banner_rolling {
  display: block;
  z-index: 2;
}
.main_banner_container .rolling_banner_btnarea button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  z-index: 10;
}
.main_banner_container .rolling_banner_btnarea .btn_prev {
  margin-left: -640px;
}
.main_banner_container .rolling_banner_btnarea .btn_prev span.ico {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 40px;
  overflow: hidden;
  margin-right: 3px;
}
.main_banner_container .rolling_banner_btnarea .btn_prev span.ico:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.main_banner_container .rolling_banner_btnarea .btn_next {
  margin-left: 600px;
}
.main_banner_container .rolling_banner_btnarea .btn_next span.ico {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 40px;
  overflow: hidden;
  margin-left: 3px;
}
.main_banner_container .rolling_banner_btnarea .btn_next span.ico:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: -8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.main_recent {
  position: relative;
  margin: 63px 0 0;
}
.main_recent .hotel_main_tit {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.25;
}
.main_recent .hotel_main_cont {
  margin-top: 20px;
  overflow: hidden;
}
.main_recent .bx-controls-direction {
  overflow: hidden;
  position: absolute;
  top: -33px;
  right: 50%;
  width: 44px;
  margin-right: -640px;
}
.main_recent .bx-controls-direction > a {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  margin-right: -1px;
  border: 1px solid #eaeaea;
  text-align: center;
}
.main_recent .bx-controls-direction > a.disabled .ico:before {
  border-color: #d3d3d3 !important;
}
.main_recent .bx-controls-direction .bx-prev span.ico {
  position: relative;
  display: inline-block;
  width: 5.5px;
  height: 11px;
  overflow: hidden;
  margin-top: 4px;
}
.main_recent .bx-controls-direction .bx-prev span.ico:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: 2px;
  border-left: 1px solid #222;
  border-bottom: 1px solid #222;
}
.main_recent .bx-controls-direction .bx-next span.ico {
  position: relative;
  display: inline-block;
  width: 5.5px;
  height: 11px;
  overflow: hidden;
  margin-top: 4px;
}
.main_recent .bx-controls-direction .bx-next span.ico:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: -2px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
}

.lst_recent {
  font-size: 0;
  white-space: nowrap;
}

.lst_recent_item {
  display: inline-block;
  position: relative;
  margin-right: 7px;
  font-size: 16px;
  line-height: 21px;
}
.lst_recent_item button {
  position: absolute;
}
.lst_recent_item button:before {
  display: block;
  position: relative;
  content: "";
}
.lst_recent_item .ico {
  display: inline-block;
  margin: 3px 1px;
  text-align: center;
  vertical-align: top;
}
.lst_recent_item .ico.swatch {
  background-image: url(../img/sprites/sp_mntrip_ico_20231019.png);
  background-position: -480px -456px;
  width: 14px;
  height: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .lst_recent_item .ico.swatch {
    background-image: url(../img/sprites/sp_mntrip_ico_20231019@2x.png);
    background-size: 551px 511px;
  }
}
.lst_recent_item .ico.swatch_one {
  background-image: url(../img/sprites/sp_mntrip_ico_20231019.png);
  background-position: -285px -489px;
  width: 14px;
  height: 14px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .lst_recent_item .ico.swatch_one {
    background-image: url(../img/sprites/sp_mntrip_ico_20231019@2x.png);
    background-size: 551px 511px;
  }
}

.lst_recent_link {
  display: block;
  position: relative;
  width: 422px;
  min-height: 120px;
  padding: 26px 30px 24px 125px;
  border-radius: 12px;
  background: #f7f7f7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.recent_thmb {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  border-radius: 50px;
  background-color: #eaeaea;
}
.recent_thmb img {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  vertical-align: top;
  transform: translate(-50%, -50%);
}

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

.recent_date {
  margin-top: 8px;
}

.recent_info {
  margin-top: 2px;
  color: #909090;
  font-size: 13px;
  line-height: 18px;
}
.recent_info .tx_middot {
  margin: 0 2px;
}
.recent_info .tx_middot:before {
  content: "·";
}

.hotel_main_btnset {
  bottom: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
}
.hotel_main_btnset:before {
  background-image: url(../img/sprites/sp_mntrip_ico_20231019.png);
  background-position: -375px -46px;
  width: 36px;
  height: 36px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hotel_main_btnset:before {
    background-image: url(../img/sprites/sp_mntrip_ico_20231019@2x.png);
    background-size: 551px 511px;
  }
}
.lst_recent_item.on .hotel_main_btnset:before {
  background-image: url(../img/sprites/sp_mntrip_ico_20231019.png);
  background-position: -375px 0px;
  width: 36px;
  height: 36px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .lst_recent_item.on .hotel_main_btnset:before {
    background-image: url(../img/sprites/sp_mntrip_ico_20231019@2x.png);
    background-size: 551px 511px;
  }
}

.hotel_main_btnset .tx_off {
  display: block;
}
.hotel_main_btnset .tx_off:before {
  display: none;
}
.lst_recent_item.on .hotel_main_btnset .tx_off {
  display: none;
}
.hotel_main_btnset .tx_on {
  display: none;
}
.hotel_main_btnset .tx_on:before {
  display: none;
}
.lst_recent_item.on .hotel_main_btnset .tx_on {
  display: block;
}

.hotel_main_btndel {
  top: 10px;
  right: 10px;
  width: 22px;
  height: 22px;
}
.hotel_main_btndel:before {
  background-image: url(../img/sprites/sp_mntrip_ico_20231019.png);
  background-position: -224px -489px;
  width: 22px;
  height: 22px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hotel_main_btndel:before {
    background-image: url(../img/sprites/sp_mntrip_ico_20231019@2x.png);
    background-size: 551px 511px;
  }
}

.main_recomm_unit {
  margin-top: -38px;
}

.lst_filter_wrap {
  width: 1280px;
  margin: 30px auto 0;
}
.lst_filter_wrap:after {
  clear: both;
  content: "";
  display: block;
}

.hotel_main_sec .lst_filter_wrap {
  margin-bottom: -30px;
}

.hotel_tab_panel .lst_filter_wrap {
  margin-bottom: 0;
}

.lst_filter_item {
  display: block;
  position: relative;
  float: left;
  width: 100px;
  height: 124px;
  margin-right: 20px;
}
.lst_filter_item.on .load {
  display: block;
  top: 0;
  left: 0;
  background: transparent;
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-top-color: #33d9b4;
  -webkit-transform: rotate(-225deg);
  -webkit-animation: 2s inner 1s linear forwards;
  transform: rotate(-225deg);
  animation: 2s inner 1s linear forwards;
}
.lst_filter_item.on .load_mask {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background: transparent;
  border: 50px solid transparent;
  border-top-color: #fff;
  width: 0;
  height: 0;
  -webkit-transform: rotate(-225deg);
  -webkit-animation: 2s mask 1s linear forwards;
  transform: rotate(-225deg);
  animation: 2s mask 1s linear forwards;
}
.lst_filter_item.on .load_mask:after,
.lst_filter_item.on .load_mask2 {
  display: block;
  content: "";
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  background: transparent;
  border: 50px solid transparent;
  border-top-color: #33d9b4;
  width: 0;
  height: 0;
  -webkit-transform: rotate(-135deg);
  -webkit-animation: 2s mask-two 1s linear forwards;
  transform: rotate(-135deg);
  animation: 2s mask-two 1s linear forwards;
}
@-webkit-keyframes inner {
  0% {
    -webkit-transform: rotate(-225deg);
  }
  25% {
    border-left-color: transparent;
  }
  26% {
    border-left-color: #33d9b4;
  }
  50% {
    border-bottom-color: transparent;
  }
  51% {
    border-bottom-color: #33d9b4;
  }
  75% {
    border-right-color: transparent;
  }
  76% {
    border-right-color: #33d9b4;
  }
  100% {
    -webkit-transform: rotate(135deg);
    border-left-color: #33d9b4;
    border-bottom-color: #33d9b4;
    border-right-color: #33d9b4;
  }
}
@keyframes inner {
  0% {
    -webkit-transform: rotate(-225deg);
            transform: rotate(-225deg);
  }
  25% {
    border-left-color: transparent;
  }
  26% {
    border-left-color: #33d9b4;
  }
  50% {
    border-bottom-color: transparent;
  }
  51% {
    border-bottom-color: #33d9b4;
  }
  75% {
    border-right-color: transparent;
  }
  76% {
    border-right-color: #33d9b4;
  }
  100% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    border-left-color: #33d9b4;
    border-bottom-color: #33d9b4;
    border-right-color: #33d9b4;
  }
}
@-webkit-keyframes mask {
  0% {
    -webkit-transform: rotate(-225deg);
  }
  75% {
    -webkit-transform: rotate(-225deg);
  }
  100% {
    -webkit-transform: rotate(-135deg);
  }
}
@keyframes mask {
  0% {
    -webkit-transform: rotate(-225deg);
            transform: rotate(-225deg);
  }
  75% {
    -webkit-transform: rotate(-225deg);
            transform: rotate(-225deg);
  }
  100% {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}
@-webkit-keyframes mask-two {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  26% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mask-two {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  26% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.lst_filter_item.on .filter_txt {
  color: #222;
}

.lst_filter_link {
  display: block;
  position: relative;
  text-align: center;
}
.lst_filter_link .filter_img {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100px;
  height: 100px;
}
.lst_filter_link .filter_img:after {
  display: block;
  position: absolute;
  top: -30px;
  left: -30px;
  width: 100%;
  height: 100%;
  border: 30px solid #fff;
  border-radius: 50%;
  content: "";
}
.lst_filter_link .filter_img img {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 90px;
  height: 90px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.lst_filter_link .filter_txt {
  display: inline-block;
  position: relative;
  margin-top: 4px;
  color: #222;
  font-size: 13px;
  letter-spacing: -0.6px;
  line-height: 20px;
  white-space: nowrap;
}

.main_recomm .hotel_main_titarea .hotel_main_tit {
  font-size: 24px;
}
.main_recomm .hotel_main_titarea .hotel_main_titsub:after {
  display: none;
}
.main_recomm .cunit_thmb_lst .cunit_t290.cunit_tyrecomm .thmb {
  position: relative;
  min-height: 595px;
}
.main_recomm .cunit_thmb_lst .cunit_t290.cunit_tyrecomm .thmb .tx_banner {
  position: absolute;
  top: 60px;
  left: 74px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 32px;
  font-weight: 700;
}
.main_recomm .cunit_thmb_lst .cunit_t290.cunit_tyrecomm .thmb .tmpt_button_wrap {
  position: absolute;
  left: 20px;
  bottom: 50px;
}
.main_recomm .cunit_thmb_lst .cunit_t290.cunit_tyrecomm .thmb .tmpt_button_wrap .tmpt_button.h_ty5 {
  border: 0;
  background: #fff;
  margin-top: 10px;
}
.main_recomm .cunit_thmb_lst .cunit_t290.cunit_tyrecomm .thmb .tmpt_button_wrap .tmpt_button {
  padding: 0;
  font-size: 15px;
  line-height: 20px;
  min-width: 250px;
  height: 38px;
}

.main_top {
  position: relative;
}

.hotel_best_top_title {
  padding: 30px 0 24px;
  margin-bottom: 32px;
  border-bottom: 2px solid #eaebf7;
}
.hotel_best_top_title h2 {
  font-size: 28px;
  line-height: 28px;
}
.hotel_best_top_title span {
  display: block;
  font-weight: 300;
  font-size: 16px;
}

.hotel_best_tab_wrap {
  position: absolute;
  float: right;
  right: 0;
  bottom: -112px;
  z-index: 99;
}
.hotel_best_tab_wrap li {
  display: inline-block;
}
.hotel_best_tab_wrap li .hotel_best_tab {
  display: inline-block;
  width: 100px;
  height: 42px;
  color: #646464;
  font-size: 14px;
  font-size: 15px;
}
.hotel_best_tab_wrap li.on, .hotel_best_tab_wrap li:hover {
  background-color: #222;
}
.hotel_best_tab_wrap li.on .hotel_best_tab, .hotel_best_tab_wrap li:hover .hotel_best_tab {
  color: #fff;
  font-weight: bold;
}

.hotel_tab_cont:after {
  clear: both;
  content: "";
  display: block;
}
.hotel_tab_cont .lst_filter_wrap .lst_filter_item {
  width: 67px;
  height: 84px;
  margin-right: 0;
}
.hotel_tab_cont .lst_filter_wrap .lst_filter_item.on .load {
  border: 30px solid transparent;
  border-top-color: #33d9b4;
}
.hotel_tab_cont .lst_filter_wrap .lst_filter_item.on .load_mask {
  border: 30px solid transparent;
  border-top-color: #fff;
}
.hotel_tab_cont .lst_filter_wrap .lst_filter_item.on .load_mask:after,
.hotel_tab_cont .lst_filter_wrap .lst_filter_item.on .load_mask2 {
  border: 30px solid transparent;
  border-top-color: #33d9b4;
}
.hotel_tab_cont .lst_filter_wrap .lst_filter_link .filter_img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
.hotel_tab_cont .lst_filter_wrap .lst_filter_link .filter_img img {
  top: 3px;
  left: 3px;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.hotel_theme_wrap {
  position: relative;
}
.hotel_theme_wrap .hotel_theme_top {
  width: 1280px;
  margin: 0 auto;
  height: 694px;
}
.hotel_theme_wrap .hotel_theme_top .hotel_theme_title {
  color: #328ca8;
  z-index: 10;
  padding-top: 15px;
  font-size: 32px;
  font-weight: 700;
}
.hotel_theme_wrap .hotel_theme_top .hotel_theme_sub_title {
  padding: 25px 0 40px 0;
}
.hotel_theme_wrap .hotel_theme_list:after {
  clear: both;
  content: "";
  display: block;
}
.hotel_theme_wrap .hotel_theme_list .hotel_theme_title_wrap {
  padding: 30px 0 40px;
}
.hotel_theme_wrap .hotel_theme_list .hotel_theme_title_wrap h3 {
  font-size: 16px;
  font-weight: 300;
}
.hotel_theme_wrap .hotel_theme_list .hotel_theme_title_wrap p {
  line-height: 40px;
  font-size: 24px;
  font-weight: 700;
}
.hotel_theme_wrap .hotel_theme_list .hotel_theme_title_wrap + .hotel_cmpt_filter_wrap {
  border-top: 2px solid #eaeaea;
  padding-top: 30px;
}
.hotel_theme_wrap .hotel_theme_list .sub_title {
  float: left;
  margin-right: 100px;
  width: 230px;
}
.hotel_theme_wrap .hotel_theme_list .sub_title h4 {
  color: #646464;
  font-size: 18px;
  font-weight: 700;
}
.hotel_theme_wrap .hotel_theme_list .sub_title p {
  padding-top: 14px;
  font-size: 16px;
  color: #909090;
}
.hotel_theme_wrap .hotel_theme_list .hotel_theme_list_wrap:after {
  clear: both;
  content: "";
  display: block;
}
.hotel_theme_wrap .hotel_theme_list .hotel_theme_list_wrap li {
  float: left;
  padding-bottom: 100px;
  margin-left: 40px;
}
.hotel_theme_wrap .hotel_theme_list .hotel_theme_list_wrap li:first-child, .hotel_theme_wrap .hotel_theme_list .hotel_theme_list_wrap li:nth-child(4n+1) {
  margin-left: 0;
}
.hotel_theme_wrap .hotel_theme_list .hotel_cmpt_filter_wrap {
  margin-top: -26px;
}
.hotel_theme_wrap .hotel_theme_list .hotel_cmpt_filter_wrap .hotel_cmpt_filter {
  padding-bottom: 85px;
}
.hotel_theme_wrap .hotel_theme_list .hotel_cmpt_filter_wrap .hotel_cmpt_filter button {
  font-size: 15px;
}
.hotel_theme_wrap .hotel_theme_list .cmplan_gridlist {
  margin-bottom: 30px;
}
.hotel_theme_wrap .hotel_theme_list .cmplan_gridlist:after {
  clear: both;
  content: "";
  display: block;
}
.hotel_theme_wrap .hotel_theme_list .cmplan_gridlist .cmplan_griditem .cmplan_link {
  border-radius: 40px;
}
.hotel_theme_wrap .hotel_theme_list .cmplan_gridlist .cmplan_griditem .cmplan_imgbx {
  display: block;
  overflow: hidden;
  width: inherit;
  height: inherit;
  margin-bottom: 60px;
  border-radius: 40px;
}
.hotel_theme_wrap .hotel_theme_list .cmplan_gridlist .cmplan_griditem .cmplan_imgbx img {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.hotel_theme_wrap .hotel_theme_list .cmplan_gridlist .cmplan_griditem .cmplan_detailbx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 0 0;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
.hotel_theme_wrap .hotel_theme_list .cmplan_gridlist .cmplan_griditem .cmplan_detailbx:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  opacity: 0.6;
  z-index: 0;
  content: "";
}
.hotel_theme_wrap .hotel_theme_list .cmplan_gridlist .cmplan_griditem .cmplan_detailbx .cmplan_tit {
  overflow: hidden;
  position: relative;
  max-height: 48px;
  padding: 0 30px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hotel_theme_wrap .hotel_theme_list .cmplan_gridlist .cmplan_griditem .cmplan_detailbx .cmplan_tit2 {
  display: block;
  position: relative;
  padding: 3px 0 0 30px;
  color: #fff;
  font-size: 13px;
  line-height: 17px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  width: 230px;
  overflow: hidden;
}
.hotel_theme_wrap .hotel_theme_list .cmplan_gridlist .cmplan_griditem .cmplan_detailbx .cmplan_price {
  display: block;
  position: relative;
  padding: 0 0 0 30px;
  color: #fff;
  font-family: "Spoqa-Regular", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Arial, sans-serif;
  font-size: 15px;
}
.hotel_theme_wrap .hotel_theme_list .cmplan_gridlist .cmplan_griditem .cmplan_detailbx .cmplan_price .cmplan_pricetx {
  font-size: 13px;
}
.hotel_theme_wrap .hotel_theme_list .cmplan_gridlist .cmplan_griditem .cmplan_unit_brand {
  position: absolute;
  right: 25px;
  bottom: 25px;
}
.hotel_theme_wrap .hotel_theme_list .cmplan_gridlist .cmplan_griditem .cmplan_unit_brand .plan_logo {
  display: block;
  height: 20px;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
}
.hotel_theme_wrap .hotel_theme_list .cmplan_gridlist .cmplan_griditem .cmplan_unit_brand .plan_logo.mntrip:before {
  background-image: url(../img/sprites/sp_mntrip_ico_20231019.png);
  background-position: -231px -292px;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
  content: "";
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hotel_theme_wrap .hotel_theme_list .cmplan_gridlist .cmplan_griditem .cmplan_unit_brand .plan_logo.mntrip:before {
    background-image: url(../img/sprites/sp_mntrip_ico_20231019@2x.png);
    background-size: 551px 511px;
  }
}
.hotel_theme_wrap .hotel_theme_list .cmplan_gridlist.cmplan_gridlist_w290 {
  margin-left: -40px;
}
.hotel_theme_wrap .hotel_theme_list .cmplan_gridlist.cmplan_gridlist_w290 .cmplan_griditem {
  width: 290px;
  margin-left: 40px;
}

.main_planshop .cmplan_unit .cmplan_imgbx {
  overflow: hidden;
  border-radius: 24px;
}
.main_planshop .cmplan_unit .cmplan_detailbx {
  padding-top: 30px;
}
.main_planshop .cmplan_unit .cmplan_detailbx .cmplan_tit {
  font-size: 24px;
}
.main_planshop .cmplan_unit .cmplan_detailbx .cmplan_tit2 {
  margin-top: 8px;
  color: #222;
  font-size: 15px;
}

.main_latest .latest_wrap {
  width: 1280px;
  margin: 0 auto;
}
.main_latest .latest_wrap:after {
  clear: both;
  content: "";
  display: block;
}
.main_latest .latest_wrap .latest_sec {
  float: left;
  width: 615px;
  margin-left: 50px;
  padding-top: 29px;
  border-top: 1px solid #222;
}
.main_latest .latest_wrap .latest_sec:first-child {
  margin-left: 0;
}
.main_latest .hotel_main_titarea {
  width: auto;
}
.main_latest .hotel_main_titarea .hotel_main_tit {
  font-size: 24px;
  margin-bottom: 0;
}
.main_latest .hotel_main_titarea .hotel_main_btnmore {
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 0;
  height: 15px;
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
}
.main_latest .hotel_main_titarea .hotel_main_btnmore:after {
  display: inline-block;
  height: 15px;
  margin: -2px 0 0 6px;
  background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011.png);
  background-position: -240px -319px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  content: "";
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .main_latest .hotel_main_titarea .hotel_main_btnmore:after {
    background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011@2x.png);
    background-size: 409px 364px;
  }
}
.main_latest .hotel_main_titarea .hotel_main_btnmore .blind:before {
  display: none;
}

.lst_latest {
  margin-top: 29px;
}
.lst_latest li {
  font-size: 18px;
  line-height: 40px;
}
.lst_latest li a {
  display: block;
  overflow: hidden;
  color: #222;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.lst_latest li a.ico_new {
  padding-left: 18px;
  position: relative;
}
.lst_latest li a.ico_new:before {
  content: "";
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #ff0095;
  position: absolute;
  left: 0;
  top: 13px;
}
.lst_latest.has_date li {
  position: relative;
  padding-right: 115px;
}
.lst_latest .date {
  position: absolute;
  top: 0;
  right: 0;
  color: #909090;
  font-size: 16px;
}

.hotel_main_slide {
  position: relative;
  width: 1280px;
  height: 434px;
  margin: 0 auto 225px;
}

.main_slide_wrap {
  overflow: hidden;
  height: inherit;
}
.main_slide_wrap:after {
  clear: both;
  content: "";
  display: block;
}
.main_slide_wrap li {
  float: left;
  width: 100%;
  height: 434px;
}
.main_slide_wrap li .main_slide_banner {
  overflow: hidden;
  position: relative;
  width: inherit;
  height: inherit;
}
.main_slide_wrap li .main_slide_banner img {
  width: inherit;
  height: inherit;
  overflow: hidden;
}
.main_slide_wrap li .main_slide_bannerinfo {
  position: absolute;
  top: 137px;
  right: 1px;
  width: 370px;
  min-height: 107px;
  padding: 40px 70px 50px 50px;
  background: rgba(255, 255, 255, 0.9);
  color: #222;
  letter-spacing: -0.6px;
}
.main_slide_wrap li .main_slide_bannerinfo .banner_tit {
  display: block;
  overflow: hidden;
  height: 72px;
  font-size: 28px;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.main_slide_wrap li .main_slide_bannerinfo .banner_desc {
  display: block;
  overflow: hidden;
  max-height: 46px;
  margin-top: 12px;
  color: #646464;
  font-size: 13px;
  line-height: 23px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.main_slide_wrap li.active .main_slide_banner img {
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  -webkit-animation-name: slide-scale;
          animation-name: slide-scale;
}
@-webkit-keyframes slide-scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes slide-scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.main_control_wrap {
  position: absolute;
  right: 0;
  bottom: -87px;
  z-index: 10;
}
.main_control_wrap:after {
  clear: both;
  content: "";
  display: block;
}
.main_control_wrap button:focus,
.main_control_wrap button:hover {
  position: relative;
  z-index: 10;
}
.main_control_wrap .main_slide_pager {
  float: left;
  margin-right: 12px;
  font-size: 15px;
  color: #909090;
  text-align: right;
  line-height: 40px;
}
.main_control_wrap .main_slide_pager .main_slide_index {
  color: #222;
}
.main_control_wrap .btn_slide_auto {
  float: left;
  width: 40px;
  height: 40px;
  margin-left: -1px;
  border: 1px solid #eaeaea;
  background-color: #fff;
  vertical-align: middle;
}
.main_control_wrap .btn_slide_auto .at_auto_wrap {
  width: 10px;
  height: 20px;
  top: 3px;
}
.main_control_wrap .btn_slide_auto .at_auto_wrap:after {
  content: "";
  margin-left: 5px;
  border-radius: 5px;
  display: inline-block;
  width: auto;
  height: auto;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #222;
}
.main_control_wrap .btn_slide_auto .at_auto_wrap:after {
  margin-top: 5px;
  margin-left: 3px;
}
.main_control_wrap .btn_slide_auto .at_auto_wrap .at_on {
  display: none;
}
.main_control_wrap .btn_slide_auto.on .at_auto_wrap {
  width: 14px;
  height: 20px;
  position: relative;
  display: inline-block;
  height: 20px;
}
.main_control_wrap .btn_slide_auto.on .at_auto_wrap:before, .main_control_wrap .btn_slide_auto.on .at_auto_wrap:after {
  content: "";
  position: absolute;
  background-color: #222;
  margin: 0 2px;
  height: 20px;
  width: 3px;
  top: 0;
  left: 0;
}
.main_control_wrap .btn_slide_auto.on .at_auto_wrap:after {
  left: 5px;
}
.main_control_wrap .btn_slide_auto.on .at_auto_wrap:after {
  border: none;
  left: 6px;
}
.main_control_wrap .btn_slide_auto.on .at_auto_wrap .at_off {
  display: none;
}
.main_control_wrap .btn_slide_prev {
  float: left;
  width: 40px;
  height: 40px;
  border: 1px solid #eaeaea;
  background-color: #fff;
}
.main_control_wrap .btn_slide_prev .at_prev {
  margin: -10px 0 0 -5px;
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 20px;
  overflow: hidden;
}
.main_control_wrap .btn_slide_prev .at_prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: 4px;
  border-left: 1px solid #222;
  border-bottom: 1px solid #222;
}
.main_control_wrap .btn_slide_next {
  float: left;
  width: 40px;
  height: 40px;
  border: 1px solid #eaeaea;
  background-color: #fff;
  margin-left: -1px;
}
.main_control_wrap .btn_slide_next .at_next {
  margin: -10px 0 0 -5px;
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 20px;
  overflow: hidden;
}
.main_control_wrap .btn_slide_next .at_next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: -4px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
}

.hotel_search_select {
  position: relative;
  padding: 7px 0 0 70px;
}
.hotel_search_select .hotel_tab {
  font-size: 0;
}
.hotel_search_select .hotel_tab li {
  display: inline-block;
  position: relative;
  width: 61px;
  text-align: center;
}
.hotel_search_select .hotel_tab li .hotel_tab_btn {
  display: block;
  width: 61px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  line-height: 20px;
  padding: 7px 0 5px;
}
.hotel_search_select .hotel_tab li .hotel_tab_btn .blind:before {
  display: none;
}
.hotel_search_select .hotel_tab li.on .hotel_tab_btn {
  border-bottom: 3px solid #fff;
}
.hotel_search_select .hotel_tab li:nth-child(4):after {
  width: 6px;
  height: 6px;
  border-radius: 16px;
  background-color: #ff5b59;
  position: absolute;
  right: 4px;
  top: 0;
  content: "";
}
.hotel_search_select.on {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
  padding: 0;
}
.hotel_search_select.on .hotel_search_info {
  width: 1280px;
  margin: 0 auto;
  padding-top: 0;
}
.hotel_search_select.on .hotel_search_info .tmpt_form_input .cmflt_search_input {
  padding: 23px 0 0 0;
}
.hotel_search_select.on .hotel_search_info .tmpt_form_input .cmflt_search_input button {
  display: inline-block;
  width: 305px;
  margin: -5px 0 0 10px;
}
.hotel_search_select.on .hotel_search_info .tmpt_form_input .cmflt_search_input.departure {
  width: 471px;
}
.hotel_search_select.on .hotel_search_info .tmpt_form_input .cmflt_search_input.departure .cmflt_search_txt {
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  width: 310px;
  overflow: hidden;
}
.hotel_search_select.on .hotel_search_info .tmpt_form_input .cmflt_search_input.departure .input_ty1 {
  width: 310px;
  margin-top: -10px;
  margin-left: 10px;
  display: inline-block;
}
.hotel_search_select.on .hotel_search_info .tmpt_form_input .cmflt_search_input.datepicker {
  width: 433px;
  padding-left: 20px;
}
.hotel_search_select.on .hotel_search_info .tmpt_form_input .cmflt_search_input.datepicker button {
  display: block;
  overflow: hidden;
  width: auto;
  margin: 0;
}
.hotel_search_select.on .hotel_search_info .tmpt_form_input .cmflt_search_input.datepicker .txt_label {
  width: 175px;
}
.hotel_search_select.on .hotel_search_info .tmpt_form_input .cmflt_search_input.datepicker .txt_label:first-child {
  padding-right: 0;
}
.hotel_search_select.on .hotel_search_info .tmpt_form_input .cmflt_search_input.datepicker .txt_label:first-child:after {
  top: 0;
}
.hotel_search_select.on .hotel_search_info .tmpt_form_input .cmflt_search_input.datepicker .txt_label .cmflt_search_txt {
  display: inline-block;
  width: 105px;
  margin: -3px 0 0 10px;
  letter-spacing: -0.53px;
}
.hotel_search_select.on .hotel_search_info .tmpt_form_input .cmflt_search_input.datepicker .date_txt_night {
  margin-top: 0;
}
.hotel_search_select.on .hotel_search_info .tmpt_form_input .cmflt_search_input.customer {
  width: 294px;
  padding-left: 20px;
}
.hotel_search_select.on .hotel_search_info .tmpt_form_input .cmflt_search_input.customer button {
  display: block;
  overflow: hidden;
  width: auto;
  margin: 0;
}
.hotel_search_select.on .hotel_search_info .tmpt_form_input .cmflt_search_input.customer button .cmflt_search_txt {
  display: inline-block;
  width: auto;
  margin: -3px 0 0 10px;
  letter-spacing: -0.6px;
}
.hotel_search_select.on .hotel_search_info > .tmpt_button_wrap {
  background-color: #fff;
  margin-left: -5px;
  height: 66px;
}
.hotel_search_select.on .hotel_search_info > .tmpt_button_wrap .tmpt_button.search {
  width: 64px;
}
.hotel_search_select.on .hotel_search_info > .tmpt_button_wrap .tmpt_button.search span {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  line-height: 0;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
  clip: rect(0, 0, 0, 0);
}
.hotel_search_select.on .hotel_search_info > .tmpt_button_wrap .tmpt_button.search:hover, .hotel_search_select.on .hotel_search_info > .tmpt_button_wrap .tmpt_button.search:focus {
  height: 42px;
  width: 64px;
  border-radius: 4px;
  background-color: #328ca8;
  margin-top: 12px;
}
.hotel_search_select.on .hotel_search_info > .tmpt_button_wrap .tmpt_button.search:hover:after, .hotel_search_select.on .hotel_search_info > .tmpt_button_wrap .tmpt_button.search:focus:after {
  display: none;
}
.hotel_search_select.on .hotel_search_info > .tmpt_button_wrap .tmpt_button.search:hover:before, .hotel_search_select.on .hotel_search_info > .tmpt_button_wrap .tmpt_button.search:focus:before {
  margin-top: -22px;
}
.hotel_search_select.on .hotel_search_info > .tmpt_button_wrap .tmpt_button.search:after {
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 2px;
  height: 42px;
  background: #328ca8;
  content: "";
}
.hotel_search_select.on .hotel_search_info > .tmpt_button_wrap .tmpt_button.search:before {
  margin-right: 0;
}
.hotel_search_select.on#_page_tmpt_step .hotel_tab {
  display: none;
}
.hotel_search_select.on#_page_tmpt_step .hotel_tab_panel.hotel_dmst.on .tmpt_layer.ly_type {
  left: -300px;
}
.hotel_search_select.on#_page_tmpt_step .hotel_tab_panel.hotel_dmst.on .tmpt_layer.ly_type:before {
  margin-left: 100px;
}
.hotel_search_select.on .hotel_tab_panel.hotel_dmst.on .hotel_search_info {
  width: 1280px;
  margin: 0 auto;
  padding-top: 0;
}
.hotel_search_select.on .hotel_tab_panel.hotel_dmst.on .hotel_search_info .tmpt_form_input .cmflt_search_input {
  padding: 15px 0 0 0;
}
.hotel_search_select.on .hotel_tab_panel.hotel_dmst.on .hotel_search_info .tmpt_form_input .cmflt_search_input .txt_label span {
  display: block;
}
.hotel_search_select.on .hotel_tab_panel.hotel_dmst.on .hotel_search_info .tmpt_form_input .cmflt_search_input button {
  display: block;
  width: 305px;
  margin: -2px 0 0 10px;
}
.hotel_search_select.on .hotel_tab_panel.hotel_dmst.on .hotel_search_info .tmpt_form_input .cmflt_search_input.departure {
  width: 490px;
}
.hotel_search_select.on .hotel_tab_panel.hotel_dmst.on .hotel_search_info .tmpt_form_input .cmflt_search_input.departure .cmflt_search_txt {
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  width: 415px;
  overflow: hidden;
}
.hotel_search_select.on .hotel_tab_panel.hotel_dmst.on .hotel_search_info .tmpt_form_input .cmflt_search_input.departure .input_ty1 {
  width: 415px;
  margin-top: -2px;
  margin-left: 0;
  display: block;
}
.hotel_search_select.on .hotel_tab_panel.hotel_dmst.on .hotel_search_info .tmpt_form_input .cmflt_search_input.datepicker {
  width: 320px;
  padding-left: 20px;
}
.hotel_search_select.on .hotel_tab_panel.hotel_dmst.on .hotel_search_info .tmpt_form_input .cmflt_search_input.datepicker button {
  display: block;
  overflow: hidden;
  width: auto;
  margin: 0;
}
.hotel_search_select.on .hotel_tab_panel.hotel_dmst.on .hotel_search_info .tmpt_form_input .cmflt_search_input.datepicker .txt_label {
  width: 120px;
}
.hotel_search_select.on .hotel_tab_panel.hotel_dmst.on .hotel_search_info .tmpt_form_input .cmflt_search_input.datepicker .txt_label:first-child {
  padding-right: 0;
}
.hotel_search_select.on .hotel_tab_panel.hotel_dmst.on .hotel_search_info .tmpt_form_input .cmflt_search_input.datepicker .txt_label:first-child:after {
  top: 18px;
  right: 5px;
}
.hotel_search_select.on .hotel_tab_panel.hotel_dmst.on .hotel_search_info .tmpt_form_input .cmflt_search_input.datepicker .txt_label .cmflt_search_txt {
  width: 120px;
  margin: -1px 0 0 0;
  letter-spacing: -0.53px;
}
.hotel_search_select.on .hotel_tab_panel.hotel_dmst.on .hotel_search_info .tmpt_form_input .cmflt_search_input.datepicker .txt_label .cmflt_search_txt .date_txt_day {
  display: inline-block;
}
.hotel_search_select.on .hotel_tab_panel.hotel_dmst.on .hotel_search_info .tmpt_form_input .cmflt_search_input.datepicker .date_txt_night {
  margin-top: 17px;
}
.hotel_search_select.on .hotel_tab_panel.hotel_dmst.on .hotel_search_info .tmpt_form_input .cmflt_search_input.customer {
  width: 200px;
  padding-left: 20px;
}
.hotel_search_select.on .hotel_tab_panel.hotel_dmst.on .hotel_search_info .tmpt_form_input .cmflt_search_input.customer button {
  width: 160px;
  overflow: hidden;
  margin-left: 0;
}
.hotel_search_select.on .hotel_tab_panel.hotel_dmst.on .hotel_search_info .tmpt_form_input .cmflt_search_input.customer button .cmflt_search_txt {
  width: auto;
  margin: -1px 0 0 0;
  letter-spacing: -0.6px;
}
.hotel_search_select.on .hotel_tab_panel.hotel_dmst.on .hotel_search_info .tmpt_form_input .cmflt_search_input.hotel_type {
  width: 200px;
  padding-left: 20px;
}
.hotel_search_select.on .hotel_tab_panel.hotel_dmst.on .hotel_search_info .tmpt_form_input .cmflt_search_input.hotel_type button {
  width: 160px;
  margin-left: 0;
}
.hotel_search_select.on .hotel_tab_panel.hotel_dmst.on .hotel_search_info .tmpt_form_input .cmflt_search_input.hotel_type button .txt_label span:first-child {
  width: 95px;
  position: relative;
}
.hotel_search_select.on .hotel_tab_panel.hotel_dmst.on .hotel_search_info .tmpt_form_input .cmflt_search_input.hotel_type button .txt_label span:first-child:after {
  content: "";
  position: absolute;
  top: -2px;
  right: -7px;
  background-color: #ff5b59;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.hotel_search_select.on .hotel_tab_panel.hotel_dmst.on .hotel_search_info .tmpt_form_input .cmflt_search_input.hotel_type button .cmflt_search_txt {
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  width: 160px;
  overflow: hidden;
  margin: -1px 0 0 0;
  letter-spacing: -0.6px;
}

.content_detail .hotel_search_select .hotel_tab,
.content_map .hotel_search_select .hotel_tab {
  margin-bottom: 15px;
}
.content_detail .hotel_search_select .hotel_tab li .hotel_tab_btn, .content_detail .hotel_search_select .hotel_tab li.on,
.content_map .hotel_search_select .hotel_tab li .hotel_tab_btn,
.content_map .hotel_search_select .hotel_tab li.on {
  color: #328ca8;
  border-color: #328ca8;
}

.content_map .hotel_search_select .hotel_tab li .hotel_tab_btn {
  text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}

.hotel_tab_cont .hotel_tab_panel {
  position: relative;
  display: none;
}
.hotel_tab_cont .hotel_tab_panel.hotel_dmst .cmflt_search_input.departure {
  width: 240px;
}
.hotel_tab_cont .hotel_tab_panel.hotel_dmst .cmflt_search_input.departure .input_ty1 {
  width: 200px;
}
.hotel_tab_cont .hotel_tab_panel.hotel_dmst .cmflt_search_input.datepicker {
  width: 340px;
}
.hotel_tab_cont .hotel_tab_panel.on {
  display: block;
}
.hotel_tab_cont .hotel_tab_panel .tmpt_button.w_ty1 {
  width: 140px;
  height: 46px;
  font-size: 16px;
}

.tmpt_form .tmpt_check li {
  display: inline-block;
}

.hotel_search_info {
  padding-top: 14px;
}
.hotel_search_info:after {
  clear: both;
  content: "";
  display: block;
}
.hotel_search_info > .tmpt_button_wrap {
  border-right: 0;
}
.hotel_search_info > .tmpt_button_wrap .tmpt_button.search {
  height: 66px;
  line-height: 66px;
  font-size: 22px;
  font-family: "Spoqa-Bold", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Arial, sans-serif;
}
.hotel_search_info > .tmpt_button_wrap .tmpt_button.search:after {
  height: 50px;
}
.hotel_search_info > .tmpt_button_wrap .tmpt_button.search span {
  top: 2px;
}
.hotel_search_info > div {
  float: left;
  border-right: 1px solid #eaeaea;
  vertical-align: top;
  position: relative;
  white-space: normal;
}
.hotel_search_info .tmpt_form_input .cmflt_search_input {
  padding: 13px 0 14px 20px;
  background-color: #fff;
  border: 1px solid #fff;
  height: 66px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hotel_search_info .tmpt_form_input .cmflt_search_input .txt_label {
  display: inline-block;
  position: relative;
  color: #909090;
  font-size: 12px;
  vertical-align: top;
}
.hotel_search_info .tmpt_form_input .cmflt_search_input .txt_label span {
  vertical-align: top;
}
.hotel_search_info .tmpt_form_input .cmflt_search_input.departure {
  width: 421px;
  border-radius: 7px 0 0 7px;
}
.hotel_search_info .tmpt_form_input .cmflt_search_input.departure .input_ty1 {
  width: 440px;
  height: 24px;
  line-height: 24px;
  font-family: "Spoqa-Bold", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Arial, sans-serif;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  padding-top: 1px;
  -webkit-transform: rotate(-0.028deg);
          transform: rotate(-0.028deg);
}
.hotel_search_info .tmpt_form_input .cmflt_search_input.datepicker {
  width: 360px;
}
.hotel_search_info .tmpt_form_input .cmflt_search_input.datepicker button {
  text-align: left;
}
.hotel_search_info .tmpt_form_input .cmflt_search_input.datepicker .txt_label {
  padding-right: 10px;
}
.hotel_search_info .tmpt_form_input .cmflt_search_input.datepicker .txt_label:first-child {
  padding-right: 25px;
}
.hotel_search_info .tmpt_form_input .cmflt_search_input.datepicker .txt_label:first-child:after {
  content: " - ";
  position: absolute;
  right: 9px;
  top: 50%;
  color: #222;
  font-size: 15px;
  font-weight: 700;
}
.hotel_search_info .tmpt_form_input .cmflt_search_input.datepicker .date_txt_night {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  color: #222;
  margin-top: 20px;
  font-size: 15px;
  font-family: "Spoqa-Bold", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Arial, sans-serif;
}
.hotel_search_info .tmpt_form_input .cmflt_search_input.customer {
  width: 200px;
}
.hotel_search_info .tmpt_form_input .cmflt_search_input.customer button {
  text-align: left;
}
.hotel_search_info .tmpt_form_input .cmflt_search_input.hotel_type {
  width: 200px;
}
.hotel_search_info .tmpt_form_input .cmflt_search_input.hotel_type button {
  text-align: left;
}
.hotel_search_info .tmpt_form_input .cmflt_search_input.hotel_type button .txt_label span:first-child {
  position: relative;
}
.hotel_search_info .tmpt_form_input .cmflt_search_input.hotel_type button .txt_label span:first-child:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -8px;
  background-color: #ff5b59;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.hotel_search_info .tmpt_form_input .cmflt_search_input.hotel_type button .cmflt_search_txt {
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  width: 160px;
  overflow: hidden;
}
.hotel_search_info .tmpt_form_input .cmflt_search_input .cmflt_search_txt {
  display: block;
  font-family: "Spoqa-Bold", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Arial, sans-serif;
  font-size: 15px;
  color: #222;
  height: 24px;
  width: 100%;
  text-align: left;
  line-height: 24px;
  overflow: hidden;
  -webkit-transform: rotate(-0.028deg);
          transform: rotate(-0.028deg);
}
.hotel_search_info .tmpt_form_input .cmflt_search_input .cmflt_search_txt_en {
  color: #328ca8;
  font-family: "Spoqa-Regular", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Arial, sans-serif;
}
.hotel_search_info .info_datepicker {
  height: 54px;
  background-color: #fff;
  border: 1px solid #fff;
  margin-left: -1px;
}
.hotel_search_info .info_datepicker.only_one {
  border-radius: 0 7px 7px 0;
}
.hotel_search_info .info_datepicker.only_one .date_ty {
  width: 347px;
}
.hotel_search_info .info_datepicker.only_one .date_ty .date_txt {
  width: 290px;
  display: inline-block;
}
.hotel_search_info .info_datepicker.only_one .date_ty > button {
  width: 347px;
  text-align: left;
}

.ht_mall_ic {
  display: inline-block;
  padding: 1px 4px 0;
  font-size: 11px;
  color: #646464;
  background: #f5f5f5;
  border-radius: 2px;
  line-height: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid transparent;
  height: 21px;
  vertical-align: top;
  margin-right: 1px;
}
.ht_mall_ic.ty_reword {
  background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011.png);
  background-position: -181px 0px;
  width: 64px;
  height: 21px;
  background-color: #fff;
  padding: 0;
  border: 0 none;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ht_mall_ic.ty_reword {
    background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011@2x.png);
    background-size: 409px 364px;
  }
}
.ht_mall_ic.ty_not {
  background: #646464;
  color: #fff;
}
.ht_mall_ic.ty_point {
  background: #ff5b59;
  color: #fff;
}
.ht_mall_ic.ty_benefit {
  border-radius: 4px;
  background: #fff;
  color: #2e3342;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  border: 2px solid #2e3342;
}
.ht_mall_ic.ty_complete {
  background: #2e3342;
  color: #fff;
}
.ht_mall_ic.ty_tooltip:after {
  content: "";
  display: inline-block;
  position: relative;
  top: -6px;
  right: -3px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ff5b59;
}

.ht_info_txt .txt_base {
  font-size: 13px;
  line-height: 24px;
}
.ht_info_txt .txt_base + .txt_base {
  display: inline-block;
  vertical-align: middle;
  color: #646464;
}
.ht_info_txt .txt_base + .txt_base:before {
  content: "· ";
}

.product_thumb {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.product_thumb .thumb {
  display: inline-block;
  overflow: hidden;
  border-radius: 4px;
  background: #f5f5f5;
}
.product_thumb .product_lstroom {
  display: block;
  position: absolute;
  bottom: 10px;
  right: -10px;
  padding: 6px 11px;
  color: #fff;
  font-size: 13px;
  background: #ff5b59;
}
.product_thumb .product_lstroom .img_wrap {
  display: inline-block;
  margin-right: 6px;
  width: 32px;
  height: 20px;
}
.product_thumb .product_lstroom .img_wrap img {
  width: 100%;
}
.product_thumb .product_roomopt {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 32px;
  background: #ff5b59;
  border-radius: 0 0 4px 4px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 32px;
}

.ht_ico_gradestar {
  display: inline-block;
  vertical-align: top;
  margin: 4px 4px 4px 0;
}
.ht_ico_gradestar.grade_5 {
  background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011.png);
  background-position: -134px -168px;
  width: 64px;
  height: 12px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ht_ico_gradestar.grade_5 {
    background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011@2x.png);
    background-size: 409px 364px;
  }
}
.ht_ico_gradestar.grade_4 {
  background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011.png);
  background-position: 0px -297px;
  width: 51px;
  height: 12px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ht_ico_gradestar.grade_4 {
    background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011@2x.png);
    background-size: 409px 364px;
  }
}
.ht_ico_gradestar.grade_3 {
  background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011.png);
  background-position: -61px -297px;
  width: 38px;
  height: 12px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ht_ico_gradestar.grade_3 {
    background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011@2x.png);
    background-size: 409px 364px;
  }
}
.ht_ico_gradestar.grade_2 {
  background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011.png);
  background-position: -208px -168px;
  width: 25px;
  height: 12px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ht_ico_gradestar.grade_2 {
    background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011@2x.png);
    background-size: 409px 364px;
  }
}
.ht_ico_gradestar.grade_1 {
  background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011.png);
  background-position: -131px -297px;
  width: 12px;
  height: 12px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ht_ico_gradestar.grade_1 {
    background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011@2x.png);
    background-size: 409px 364px;
  }
}

.tmpt_button.reword {
  margin: -3px 0 0 20px;
  font-size: 13px;
  color: #222;
  padding-right: 10px;
  vertical-align: middle;
  overflow: hidden;
}
.tmpt_button.reword:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 5px;
  height: 5px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
}

.hotel_search_box {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  padding-top: 55px;
  z-index: 99;
}
.hotel_search_box .city_info {
  position: absolute;
  left: 0;
  top: 15px;
  height: 44px;
  width: 1205px;
  color: #fff;
  line-height: 15px;
  letter-spacing: -0.3px;
}
.hotel_search_box .city_info .city_weather {
  font-size: 13px;
}
.hotel_search_box .city_info .city_weather span {
  display: inline-block;
  vertical-align: top;
}
.hotel_search_box .city_info .city_weather .weather_img {
  display: inline-block;
  width: 44px;
  height: 44px;
}
.hotel_search_box .city_info .city_weather .weather_img img {
  width: 100%;
  vertical-align: top;
}
.hotel_search_box .city_info .city_weather .weather_temp {
  margin-right: 3px;
  font-family: "Spoqa-Regular", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Arial, sans-serif;
}
.hotel_search_box .city_info .city_go_home:before {
  display: inline-block;
  margin-right: 3px;
  content: "·";
}
.hotel_search_box .city_info .city_go_home a {
  color: #fff;
  padding-right: 17px;
  position: relative;
}
.hotel_search_box .city_info .city_go_home a:after {
  background-image: url(../img/sprites/sp_mntrip_ico_20231019.png);
  background-position: -537px -212px;
  width: 12px;
  height: 12px;
  content: "";
  position: absolute;
  right: 0;
  top: 1px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hotel_search_box .city_info .city_go_home a:after {
    background-image: url(../img/sprites/sp_mntrip_ico_20231019@2x.png);
    background-size: 551px 511px;
  }
}
.hotel_search_box .city_info .city_txt {
  position: absolute;
  top: 12px;
  right: 0;
  font-size: 26px;
  line-height: 30px;
}

.tmpl_drop_wrap {
  position: relative;
  vertical-align: middle;
}
.tmpl_drop_wrap .tmpl_drop_opt .tmpl_drop_scroll {
  background-color: #fff;
  max-height: 180px;
}
.tmpl_drop_wrap .tmpl_drop_opt .tmpl_drop_scroll .tmpl_drop_list li a {
  border-color: #fff;
  color: #222;
  text-align: left;
}
.tmpl_drop_wrap.disabled .tmpl_drop_opt .txt {
  color: #909090;
}
.tmpl_drop_wrap.disabled .tmpl_drop_opt .sel_arrow:before {
  border-color: #909090;
}
.tmpl_drop_wrap.disabled:after {
  content: "";
  position: absolute;
  background: transparent;
  width: 100%;
  height: 100%;
  z-index: 10;
  left: 0;
  top: 0;
}

.mntrip_hotel_bnf {
  background: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(108, 108, 108, 0.06);
          box-shadow: 0 2px 4px 0 rgba(108, 108, 108, 0.06);
  border-bottom: 1px solid #eaeaea;
}
.mntrip_hotel_bnf .mntrip_hotel_bnf_wrap {
  padding-top: 11px;
  width: 1280px;
  margin: 0 auto;
}
.mntrip_hotel_bnf .mntrip_hotel_bnf_wrap:after {
  clear: both;
  content: "";
  display: block;
}
.mntrip_hotel_bnf .mntrip_hotel_bnf_wrap .mntrip_s_logo {
  display: inline-block;
  margin-right: 20px;
  width: 25px;
  height: 30px;
}
.mntrip_hotel_bnf .mntrip_hotel_bnf_wrap .mntrip_s_logo img {
  width: 100%;
}
.mntrip_hotel_bnf .mntrip_hotel_bnf_wrap .bnf_txtarea {
  float: left;
  font-size: 13px;
  line-height: 36px;
}
.mntrip_hotel_bnf .mntrip_hotel_bnf_wrap .bnf_txtarea .bnf_point {
  color: #328ca8;
}
.mntrip_hotel_bnf .mntrip_hotel_bnf_wrap .bnf_count {
  float: right;
  padding: 4px 0;
}
.mntrip_hotel_bnf .mntrip_hotel_bnf_wrap .bnf_count_wrap {
  display: inline-block;
  margin-top: 2px;
  vertical-align: top;
}
.mntrip_hotel_bnf .mntrip_hotel_bnf_wrap .bnf_count_wrap .cnt_stemp {
  display: inline-block;
  vertical-align: middle;
  margin: -8px 2px 5px 0;
  background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011.png);
  background-position: -181px -121px;
  width: 34px;
  height: 34px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mntrip_hotel_bnf .mntrip_hotel_bnf_wrap .bnf_count_wrap .cnt_stemp {
    background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011@2x.png);
    background-size: 409px 364px;
  }
}
.mntrip_hotel_bnf .mntrip_hotel_bnf_wrap .bnf_count_wrap .cnt_stemp em {
  font-size: 16px;
  color: #d8d8d8;
  display: inline-block;
  padding: 9px 0 0;
  width: 34px;
  text-align: center;
  font-family: "Spoqa-Regular", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Arial, sans-serif;
}
.mntrip_hotel_bnf .mntrip_hotel_bnf_wrap .bnf_count_wrap .cnt_stemp.complete {
  background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011.png);
  background-position: 0px -168px;
  width: 34px;
  height: 34px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mntrip_hotel_bnf .mntrip_hotel_bnf_wrap .bnf_count_wrap .cnt_stemp.complete {
    background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011@2x.png);
    background-size: 409px 364px;
  }
}
.mntrip_hotel_bnf .mntrip_hotel_bnf_wrap .bnf_count_wrap .cnt_stemp.complete em {
  color: #fff;
}
.mntrip_hotel_bnf .mntrip_hotel_bnf_wrap .bnf_count_txt {
  display: inline-block;
  margin: 3px 0 0 16px;
  font-size: 18px;
  font-weight: 700;
}
.mntrip_hotel_bnf .mntrip_hotel_bnf_wrap .bnf_count_txt .txt_complete {
  color: #328ca8;
  font-size: 24px;
  vertical-align: top;
  font-family: "Spoqa-Regular", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Arial, sans-serif;
}
.mntrip_hotel_bnf .mntrip_hotel_bnf_wrap .bnf_count_txt .txt_total {
  margin-top: 1px;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  font-size: 13px;
  font-family: "Spoqa-Regular", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Arial, sans-serif;
}
.mntrip_hotel_bnf .mntrip_hotel_bnf_wrap .bnf_count_txt .txt_total em {
  margin: -2px 3px 0 0;
  line-height: 15px;
  font-size: 15px;
  font-family: "Spoqa-Regular", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Arial, sans-serif;
}
.mntrip_hotel_bnf .mntrip_hotel_bnf_wrap .bnf_count_txt .txt_total:before {
  content: " / ";
  font-weight: normal;
  color: #d3d3d3;
}
.mntrip_hotel_bnf .mntrip_hotel_bnf_wrap .bnf_count_txt .txt_night {
  font-size: 13px;
  vertical-align: middle;
}
.mntrip_hotel_bnf .mntrip_hotel_bnf_wrap .tmpt_button.reword {
  margin-bottom: -1px;
}
.mntrip_hotel_bnf .mntrip_hotel_bnf_wrap .reward_comma_status {
  display: inline-block;
  vertical-align: top;
}
.mntrip_hotel_bnf .mntrip_hotel_bnf_wrap .reward_comma_status .reward_comma {
  position: relative;
  display: inline-block;
  margin-right: 7px;
  vertical-align: top;
}
.mntrip_hotel_bnf .mntrip_hotel_bnf_wrap .reward_comma_status .reward_comma:before {
  content: "";
  width: 100%;
  height: 3px;
  background: #eaeaea;
  position: absolute;
  left: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mntrip_hotel_bnf .mntrip_hotel_bnf_wrap .reward_comma_status .reward_comma:last-child:before {
  display: none;
}
.mntrip_hotel_bnf .mntrip_hotel_bnf_wrap .reward_comma_status .reward_comma:not(.complete) {
  background: #eaeaea;
  border-radius: 100%;
}
.mntrip_hotel_bnf .mntrip_hotel_bnf_wrap .reward_comma_status .reward_comma em {
  font-size: 11px;
  color: #fff;
  display: inline-block;
  padding: 2px 0 1px;
  width: 22px;
  height: 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-family: "Spoqa-Medium", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Arial, sans-serif;
  vertical-align: top;
}
.mntrip_hotel_bnf .mntrip_hotel_bnf_wrap .reward_comma_status .reward_comma.complete {
  background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011.png);
  background-position: -297px -98px;
  width: 22px;
  height: 27px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mntrip_hotel_bnf .mntrip_hotel_bnf_wrap .reward_comma_status .reward_comma.complete {
    background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011@2x.png);
    background-size: 409px 364px;
  }
}

.hotel_cmpt_table {
  position: relative;
  width: 100%;
}
.hotel_cmpt_table table {
  width: 100%;
  font-size: 15px;
  line-height: 1.31;
  background-color: #fff;
}
.hotel_cmpt_table table thead:before,
.hotel_cmpt_table table tbody:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #222;
  position: absolute;
}
.hotel_cmpt_table table thead tr {
  border-top: 1px solid #222;
}
.hotel_cmpt_table table thead tr th {
  height: 52px;
  padding: 14px 14px 12px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hotel_cmpt_table table thead tr th[scope=colgroup] {
  border-right: 1px solid #eaeaea;
}
.hotel_cmpt_table table tbody tr {
  border-bottom: 1px solid #eaeaea;
}
.hotel_cmpt_table table tbody tr:first-child th,
.hotel_cmpt_table table tbody tr:first-child td {
  border-top: 1px solid #222;
}
.hotel_cmpt_table table tbody tr th,
.hotel_cmpt_table table tbody tr td {
  height: 51px;
  text-align: center;
  line-height: 1.31;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hotel_cmpt_table table tbody tr th[scope=row] {
  padding: 10px 20px 8px;
  border-right: 1px solid #eaeaea;
}
.hotel_cmpt_table table tbody tr td {
  position: relative;
  padding: 10px 10px 8px;
  border-right: 1px solid #eaeaea;
}
.hotel_cmpt_table table tbody tr td:last-child {
  border-right: 0;
}
.hotel_cmpt_table table tfoot {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.hotel_cmpt_table table tfoot th,
.hotel_cmpt_table table tfoot td {
  border-right: 1px solid #eaeaea;
  height: 52px;
  text-align: center;
  line-height: 1.31;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hotel_cmpt_table table tfoot th:last-child,
.hotel_cmpt_table table tfoot td:last-child {
  border-right: 0;
}
.hotel_cmpt_table table tfoot th span,
.hotel_cmpt_table table tfoot td span {
  vertical-align: middle;
}
.hotel_cmpt_table .hotel_cmpt_table_left th,
.hotel_cmpt_table .hotel_cmpt_table_left td {
  text-align: left;
}
.hotel_cmpt_table .hotel_cmpt_table_tit_center th:first-child {
  text-align: center;
}
.hotel_cmpt_table .hotel_cmpt_table_tit_top th {
  vertical-align: top;
}
.hotel_cmpt_table .hotel_cmpt_table_bg_point {
  background-color: #fafafa;
}
.hotel_cmpt_table .hotel_cmpt_table_empty {
  padding: 0;
  border-right: 0;
}

.hotel_cmpt_table.ty2 {
  position: relative;
  overflow: hidden;
  padding-top: 52px;
  margin-top: 20px;
  border-top: 1px solid #222;
}
.hotel_cmpt_table.ty2 .fixed_table_header_bg {
  position: absolute;
  height: 52px;
  text-align: center;
  top: -1px;
  right: 0;
  left: 0;
  font-weight: 700;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  background-color: #fff;
}
.hotel_cmpt_table.ty2 .fixed_table_wrap {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  border-bottom: 1px solid #e6ebf7;
}
.hotel_cmpt_table.ty2.fixed_table {
  width: 100%;
  border-collapse: collapse;
}
.hotel_cmpt_table.ty2 table thead:before,
.hotel_cmpt_table.ty2 table tbody:before {
  content: none;
  height: 0;
}
.hotel_cmpt_table.ty2 table thead th {
  padding: 0;
  height: auto;
  border: none;
}
.hotel_cmpt_table.ty2 table thead th .txt_th {
  position: absolute;
  padding: 10px 15px;
  height: 52px;
  width: inherit;
  top: 0px;
  font-size: 15px;
  font-weight: 700;
  line-height: 32px;
  color: #222;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 20;
}
.hotel_cmpt_table.ty2 table tbody tr td {
  position: static;
  border-right: 0;
  font-size: 13px;
}
.hotel_cmpt_table.ty2 table tbody tr:first-child td {
  border-top: none;
}

.hotel_cmpt_dot_list {
  margin-top: 30px;
  font-size: 14px;
  color: #646464;
  line-height: 22px;
  letter-spacing: -0.6px;
  text-align: left;
}
.hotel_cmpt_dot_list + .hotel_cmpt_table {
  margin-top: 20px;
}
.mypage_pay_dl.ty_dot + .hotel_cmpt_dot_list {
  margin-top: 0;
}
.hotel_cmpt_dot_list li {
  position: relative;
  padding-left: 10px;
}
.hotel_cmpt_dot_list li:before {
  content: "· ";
  display: inline-block;
  position: absolute;
  padding-right: 5px;
  top: 0;
  left: 0;
}
.hotel_cmpt_dot_list li span {
  font-weight: 700;
}

.hotel_cmpt_tablecap {
  position: relative;
  margin-bottom: 14px;
}
.hotel_cmpt_tablecap .tablecap_label {
  display: inline-block;
  min-width: 30px;
  padding: 7px 9px 5px;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  color: #222;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
.hotel_cmpt_tablecap .tablecap_txt {
  display: inline-block;
  margin-left: 6px;
  color: #646464;
  font-size: 15px;
  vertical-align: middle;
}
.hotel_cmpt_tablecap .custom_chk.ty2 {
  position: relative;
  margin-left: 15px;
}
.hotel_cmpt_tablecap .custom_chk.ty2 label {
  padding-right: 0;
  font-size: 15px;
}
.mypage_trip_titarea + .hotel_cmpt_tablecap {
  margin-top: -9px;
}

.mntrip_toggle .mntrip_toggle_cont,
.mntrip_toggle .mntrip_toggle_cont2,
.mntrip_toggle2 .mntrip_toggle_cont,
.mntrip_toggle2 .mntrip_toggle_cont2 {
  display: none;
}
.mntrip_toggle.on .mntrip_toggle_cont, .mntrip_toggle.on > .mntrip_toggle_cont2,
.mntrip_toggle2.on .mntrip_toggle_cont,
.mntrip_toggle2.on > .mntrip_toggle_cont2 {
  display: block;
}
.mntrip_toggle .mntrip_btn_toggle,
.mntrip_toggle .mntrip_btn_toggle2,
.mntrip_toggle2 .mntrip_btn_toggle,
.mntrip_toggle2 .mntrip_btn_toggle2 {
  color: #909090;
}
.mntrip_toggle .mntrip_btn_toggle .mntrip_ico_toggle,
.mntrip_toggle .mntrip_btn_toggle2 .mntrip_ico_toggle,
.mntrip_toggle2 .mntrip_btn_toggle .mntrip_ico_toggle,
.mntrip_toggle2 .mntrip_btn_toggle2 .mntrip_ico_toggle {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 5px;
  overflow: hidden;
  vertical-align: 1px;
}
.mntrip_toggle .mntrip_btn_toggle .mntrip_ico_toggle:before,
.mntrip_toggle .mntrip_btn_toggle2 .mntrip_ico_toggle:before,
.mntrip_toggle2 .mntrip_btn_toggle .mntrip_ico_toggle:before,
.mntrip_toggle2 .mntrip_btn_toggle2 .mntrip_ico_toggle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-top: -2px;
  border-right: 1px solid #909090;
  border-bottom: 1px solid #909090;
}
.mntrip_toggle .mntrip_btn_toggle .sr_off,
.mntrip_toggle .mntrip_btn_toggle2 .sr_off,
.mntrip_toggle2 .mntrip_btn_toggle .sr_off,
.mntrip_toggle2 .mntrip_btn_toggle2 .sr_off {
  display: inline-block;
}
.mntrip_toggle .mntrip_btn_toggle .sr_on,
.mntrip_toggle .mntrip_btn_toggle2 .sr_on,
.mntrip_toggle2 .mntrip_btn_toggle .sr_on,
.mntrip_toggle2 .mntrip_btn_toggle2 .sr_on {
  display: none;
}
.mntrip_toggle .mntrip_btn_toggle.on .mntrip_ico_toggle,
.mntrip_toggle .mntrip_btn_toggle.on .mntrip_ico_toggle2,
.mntrip_toggle .mntrip_btn_toggle2.on .mntrip_ico_toggle,
.mntrip_toggle .mntrip_btn_toggle2.on .mntrip_ico_toggle2,
.mntrip_toggle2 .mntrip_btn_toggle.on .mntrip_ico_toggle,
.mntrip_toggle2 .mntrip_btn_toggle.on .mntrip_ico_toggle2,
.mntrip_toggle2 .mntrip_btn_toggle2.on .mntrip_ico_toggle,
.mntrip_toggle2 .mntrip_btn_toggle2.on .mntrip_ico_toggle2 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mntrip_toggle .mntrip_btn_toggle.on .sr_off,
.mntrip_toggle .mntrip_btn_toggle2.on .sr_off,
.mntrip_toggle2 .mntrip_btn_toggle.on .sr_off,
.mntrip_toggle2 .mntrip_btn_toggle2.on .sr_off {
  display: none;
}
.mntrip_toggle .mntrip_btn_toggle.on .sr_on,
.mntrip_toggle .mntrip_btn_toggle2.on .sr_on,
.mntrip_toggle2 .mntrip_btn_toggle.on .sr_on,
.mntrip_toggle2 .mntrip_btn_toggle2.on .sr_on {
  display: inline-block;
}

.hotel_cmpt_filter {
  padding: 6px 0 15px;
  float: left;
  width: 220px;
  margin-right: 40px;
}
.hotel_cmpt_filter .btn_mapview {
  display: block;
  overflow: hidden;
  width: 220px;
  height: 80px;
  background: url(../img/btn_mapview.jpg) no-repeat;
  background-size: 100% auto;
  border-radius: 5px;
  margin-bottom: 30px;
}
.hotel_cmpt_filter .btn_mapview:hover, .hotel_cmpt_filter .btn_mapview:focus {
  background-position-y: 100%;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .hotel_cmpt_filter .btn_mapview {
    background-image: url(../img/btn_mapview@2x.jpg);
  }
}
.hotel_cmpt_filter .cmpt_reset_btn {
  display: block;
  padding-top: 20px;
}
.hotel_cmpt_filter .cmpt_reset_btn h3 {
  display: inline-block;
  font-size: 15px;
  color: #222;
  line-height: 24px;
}
.hotel_cmpt_filter .cmpt_reset_btn .tmpt_button_wrap {
  float: right;
}
.hotel_cmpt_filter .cmpt_filter_box {
  display: block;
  padding-top: 20px;
}
.hotel_cmpt_filter .cmpt_filter_box:after {
  display: block;
  width: 220px;
  height: 1px;
  margin-top: 20px;
  background-color: #d3d3d3;
  content: "";
}
.hotel_cmpt_filter .cmpt_filter_box:last-child:after {
  display: none;
}
.hotel_cmpt_filter .cmpt_filter_box .tmpt_form .input_ty2.ty_search {
  position: relative;
  height: 40px;
}
.hotel_cmpt_filter .cmpt_filter_box .tmpt_form .input_ty2.ty_search input[type=text] {
  padding: 11px 40px 11px 10px;
  font-size: 15px;
  color: #909090;
}
.hotel_cmpt_filter .cmpt_filter_box .tmpt_form .input_ty2.ty_search .btn_search {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -16px;
  background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011.png);
  background-position: -255px -169px;
  width: 32px;
  height: 32px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hotel_cmpt_filter .cmpt_filter_box .tmpt_form .input_ty2.ty_search .btn_search {
    background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011@2x.png);
    background-size: 409px 364px;
  }
}
.hotel_cmpt_filter .cmpt_filter_box .tit_tip {
  background: url(../img/title/tit_tip.png) no-repeat;
  width: 212px;
  height: 27px;
}
.hotel_cmpt_filter .cmpt_filter_box .tmpt_button_wrap button {
  margin: 0 3px 8px 0;
}
.hotel_cmpt_filter .cmpt_filter_box .tmpt_button_wrap .recommend {
  text-align: left;
  margin: 10px;
  position: relative;
}
.hotel_cmpt_filter .cmpt_filter_box .tmpt_button_wrap .recommend:after {
  content: "";
  position: absolute;
  opacity: 0.5;
  left: 70px;
  bottom: 3px;
  background-image: url(../img/sprites/sp_mntrip_ico_20231019.png);
  background-position: -222px -200px;
  width: 14px;
  height: 14px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hotel_cmpt_filter .cmpt_filter_box .tmpt_button_wrap .recommend:after {
    background-image: url(../img/sprites/sp_mntrip_ico_20231019@2x.png);
    background-size: 551px 511px;
  }
}
.hotel_cmpt_filter .cmpt_filter_box .filbox_title:after {
  clear: both;
  content: "";
  display: block;
}
.hotel_cmpt_filter .cmpt_filter_box .filbox_title h4 {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -1px;
  color: #222;
  float: left;
}
.hotel_cmpt_filter .cmpt_filter_box .filbox_title .cmflt_toggle {
  margin-left: 10px;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  width: 18px;
  height: 10px;
  overflow: hidden;
}
.hotel_cmpt_filter .cmpt_filter_box .filbox_title .cmflt_toggle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  -webkit-transform: translate(-50%, -50%) scale(1, 1.1111111111) rotate(45deg);
  transform: translate(-50%, -50%) scale(1, 1.1111111111) rotate(45deg);
  margin-top: -3px;
  border-right: 2px solid #909090;
  border-bottom: 2px solid #909090;
}
.hotel_cmpt_filter .cmpt_filter_box .filbox_cts {
  margin: 21px 0 39px 0;
  display: none;
}
.hotel_cmpt_filter .cmpt_filter_box .filbox_cts:after {
  clear: both;
  content: "";
  display: block;
}
.hotel_cmpt_filter .cmpt_filter_box .filbox_cts.tmpt_form li {
  display: block;
  position: relative;
  padding: 5px 0;
}
.hotel_cmpt_filter .cmpt_filter_box .filbox_cts.tmpt_form li .custom_chk.ty2 .hotel_tmpt_tooltip {
  position: absolute;
  right: -17px;
  top: 1px;
}
.hotel_cmpt_filter .cmpt_filter_box .filbox_cts.tmpt_form li .custom_chk.ty2 .hotel_tmpt_tooltip .ssg-tooltip-layer {
  top: -70px;
  margin-left: 0;
}
.hotel_cmpt_filter .cmpt_filter_box .filbox_cts.tmpt_form li .custom_chk.ty2 .hotel_tmpt_tooltip .ssg-tooltip-layer:before {
  top: 49px;
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
          transform: translate(-50%, -50%) rotate(225deg);
}
.hotel_cmpt_filter .cmpt_filter_box .filbox_cts.tmpt_form li .custom_chk input[type=checkbox] + label {
  font-size: 13px;
  padding: 0 0 0 28px;
  line-height: 22px;
  word-wrap: normal;
  text-overflow: inherit;
  white-space: normal;
  width: auto;
}
.hotel_cmpt_filter .cmpt_filter_box .filbox_cts.tmpt_form li .custom_chk input[type=checkbox] + label a {
  color: #222;
}
.hotel_cmpt_filter .cmpt_filter_box .filbox_cts.tmpt_form li .custom_chk input[type=checkbox] + label:before {
  padding: 2px 0 2px 0;
  height: 16px;
  background-color: #fff;
  margin-top: -1px;
}
.hotel_cmpt_filter .cmpt_filter_box .filbox_cts.tmpt_form li .custom_chk.ty3 input[type=checkbox] + label {
  font-size: 18px;
  font-weight: 700;
}
.hotel_cmpt_filter .cmpt_filter_box .filbox_cts.tmpt_form ul.chek_group {
  margin-bottom: 15px;
}
.hotel_cmpt_filter .cmpt_filter_box .filbox_cts.tmpt_form ul.chek_group li {
  padding: 10px 0 0 15px;
}
.hotel_cmpt_filter .cmpt_filter_box .filbox_cts.tmpt_form ul.chek_group li:first-child {
  padding: 15px 0 8px 0;
}
.hotel_cmpt_filter .cmpt_filter_box .filbox_cts.tmpt_form ul.chek_group li .custom_chk input[type=checkbox] + label {
  text-overflow: inherit;
  white-space: normal;
  word-wrap: normal;
  width: auto;
  overflow: auto;
}
.hotel_cmpt_filter .cmpt_filter_box .filbox_cts.tmpt_form ul.tmpt_check.ty2 {
  display: inline-block;
  width: calc(50% - 5px);
}
.hotel_cmpt_filter .cmpt_filter_box .filbox_cts.tmpt_form ul.tmpt_check.ty2 + .tmpt_check.ty2 {
  float: right;
}
.hotel_cmpt_filter .cmpt_filter_box .filbox_cts.tmpt_form ul.tmpt_check.ty2 li .custom_chk input[type=checkbox] + label {
  text-overflow: inherit;
  white-space: normal;
  word-wrap: normal;
  width: auto;
  overflow: inherit;
}
.hotel_cmpt_filter .cmpt_filter_box .filbox_cts .price_info {
  font-size: 13px;
  color: #909090;
  padding-bottom: 50px;
}
.hotel_cmpt_filter .cmpt_filter_box .filbox_cts .price_selet {
  padding: 25px 0;
  font-size: 13px;
}
.hotel_cmpt_filter .cmpt_filter_box .filbox_cts .price_selet .min_price {
  float: left;
}
.hotel_cmpt_filter .cmpt_filter_box .filbox_cts .price_selet .max_price {
  float: right;
}
.hotel_cmpt_filter .cmpt_filter_box.on .cmflt_toggle {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 10px;
  overflow: hidden;
}
.hotel_cmpt_filter .cmpt_filter_box.on .cmflt_toggle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  -webkit-transform: translate(-50%, -50%) scale(1, 1.1111111111) rotate(45deg);
  transform: translate(-50%, -50%) scale(1, 1.1111111111) rotate(45deg);
  margin-top: 3px;
  border-top: 2px solid #909090;
  border-left: 2px solid #909090;
}
.hotel_cmpt_filter .cmpt_filter_box.on .cmflt_toggle:before {
  margin-top: 5px;
}
.hotel_cmpt_filter .cmpt_filter_box.on .filbox_cts {
  display: block;
}
.hotel_cmpt_filter .cmpt_filter_box .time_selet {
  padding: 20px 0 10px;
}
.hotel_cmpt_filter .cmpt_filter_box .time_selet p {
  display: block;
}
.hotel_cmpt_filter .cmpt_filter_box .time_selet p.hotel_text_info {
  font-size: 13px;
  color: #328ca8;
}
.hotel_cmpt_filter .cmpt_filter_box .time_selet p.time_info {
  font-size: 15px;
  color: #222;
}
.hotel_cmpt_filter .icon_question:after {
  top: -3px;
}

.content_searchlist {
  width: 100% !important;
  background: #f0f0f0;
}
.content_searchlist:after {
  clear: both;
  content: "";
  display: block;
}
.content_searchlist .content_wrap {
  width: 1280px;
  margin: 0 auto;
}
.content_searchlist .content_wrap:after {
  clear: both;
  content: "";
  display: block;
}
.content_searchlist .ht_list_banner {
  position: relative;
  margin: 20px 0;
}
.content_searchlist .hotel_search_head.ty_list {
  height: 224px;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.content_searchlist .hotel_search_head.ty_list .hotel_search_select {
  padding-top: 24px;
}
.content_searchlist .hotel_search_head.ty_list .hotel_search_select.on {
  padding-top: 0;
}
.content_searchlist .hotel_search_head.ty_list .hotel_search_box .city_info {
  left: 70px;
}
.content_searchlist .hotel_search_head.ty_list .hotel_search_box .city_info .city_txt {
  right: 70px;
}

.hotel_search_wrap {
  display: inline-block;
  padding: 26px 0 26px;
  width: 1000px;
}
.hotel_search_wrap .hotel_tmpt_tooltip {
  display: inline-block;
}
.hotel_search_wrap .hotel_tmpt_tooltip .ssg-tooltip-layer.large {
  left: 120px;
}
.hotel_search_wrap .hotel_tmpt_tooltip .ssg-tooltip-layer.large:before {
  left: 10%;
}
.hotel_search_wrap .txt_list_num {
  color: #222;
  padding-top: 8px;
  font-size: 18px;
}
.hotel_search_wrap .txt_list_num .num {
  font-weight: 700;
}

.hotel_search_filter {
  padding: 25px 0 7px;
}
.hotel_search_filter:after {
  clear: both;
  content: "";
  display: block;
}
.hotel_search_filter .lgt_filter {
  display: inline-block;
}
.hotel_search_filter .lgt_filter .btn_filter {
  margin-right: 30px;
  font-size: 13px;
}
.hotel_search_filter .lgt_filter .btn_filter.on {
  color: #328ca8;
}
.hotel_search_filter .rgt_filter {
  float: right;
}
.hotel_search_filter .rgt_filter .custom_rdo input[type=radio] + label {
  color: #646464;
  font-size: 13px;
  font-weight: 300;
}
.hotel_search_filter .rgt_filter .custom_rdo input[type=radio]:checked + label,
.hotel_search_filter .rgt_filter .custom_rdo input[type=radio]:focus + label {
  color: #222;
}

.hotel_search_list:after {
  clear: both;
  content: "";
  display: block;
}
.hotel_search_list .ht_info_txt .grade_5 + .txt_base + .txt_base {
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  width: 615px;
  overflow: hidden;
}
.hotel_search_list .ht_info_txt .grade_4 + .txt_base + .txt_base {
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  width: 630px;
  overflow: hidden;
}
.hotel_search_list .ht_info_txt .grade_3 + .txt_base + .txt_base {
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  width: 640px;
  overflow: hidden;
}
.hotel_search_list .ht_info_txt .grade_2 + .txt_base + .txt_base {
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  width: 655px;
  overflow: hidden;
}
.hotel_search_list .ht_info_txt .grade_1 + .txt_base + .txt_base {
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  width: 670px;
  overflow: hidden;
}
.hotel_search_list .ht_list {
  padding: 0 20px 0px 24px;
  margin-top: 20px;
  background: #fff;
  border-radius: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hotel_search_list .ht_list:after {
  clear: both;
  content: "";
  display: block;
}
.hotel_search_list .lgt_list {
  float: left;
  width: 735px;
  padding: 30px 0;
  border-right: 1px solid #eaeaea;
}
.hotel_search_list .lgt_list h3 a {
  display: inline-block;
  font-size: 18px;
  color: #222;
  font-family: "Spoqa-Bold", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Arial, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  width: 715px;
  overflow: hidden;
  line-height: 23px;
  -webkit-transform: rotate(-0.028deg);
          transform: rotate(-0.028deg);
}
.hotel_search_list .lgt_list .ht_info_wrap {
  padding-top: 15px;
  height: 135px;
}
.hotel_search_list .lgt_list .ht_info_wrap:after {
  clear: both;
  content: "";
  display: block;
}
.hotel_search_list .lgt_list .ht_info_wrap .product_thumb {
  margin-right: 20px;
  height: 135px;
}
.hotel_search_list .lgt_list .ht_info_wrap .product_thumb > .thumb_more {
  display: inline-block;
  width: 216px;
  height: 135px;
}
.hotel_search_list .lgt_list .ht_info_wrap .product_thumb > .thumb_more:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  z-index: 10;
}
.hotel_search_list .lgt_list .ht_info_wrap .product_thumb > .thumb_more:after {
  content: "";
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -28px;
  margin-top: -23px;
  background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011.png);
  background-position: -65px 0px;
  width: 56px;
  height: 46px;
  z-index: 20;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hotel_search_list .lgt_list .ht_info_wrap .product_thumb > .thumb_more:after {
    background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011@2x.png);
    background-size: 409px 364px;
  }
}
.hotel_search_list .lgt_list .ht_info_wrap .product_thumb > .thumb_more:hover:before, .hotel_search_list .lgt_list .ht_info_wrap .product_thumb > .thumb_more:focus:before {
  background: rgba(0, 0, 0, 0.5);
}
.hotel_search_list .lgt_list .ht_info_wrap .product_thumb > .thumb_more:hover:after, .hotel_search_list .lgt_list .ht_info_wrap .product_thumb > .thumb_more:focus:after {
  display: block;
}
.hotel_search_list .lgt_list .ht_info_wrap .product_thumb > .thumb_more:hover .product_lstroom, .hotel_search_list .lgt_list .ht_info_wrap .product_thumb > .thumb_more:focus .product_lstroom {
  display: none;
}
.hotel_search_list .lgt_list .ht_info_wrap .product_thumb .thumb {
  width: 216px;
  height: 135px;
}
.hotel_search_list .lgt_list .ht_info_wrap .product_thumb .thumb.img_ready:before {
  content: "";
  display: inline-block;
  position: relative;
  vertical-align: middle;
  text-align: center;
  left: 50%;
  top: 50%;
  margin-left: -27.5px;
  margin-top: -26px;
  background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011.png);
  background-position: 0px 0px;
  width: 55px;
  height: 52px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hotel_search_list .lgt_list .ht_info_wrap .product_thumb .thumb.img_ready:before {
    background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011@2x.png);
    background-size: 409px 364px;
  }
}
.hotel_search_list .lgt_list .ht_info_wrap .product_info {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 480px;
}
.hotel_search_list .lgt_list .ht_info_wrap .product_info .ssg-tooltip-layer {
  width: 150px;
  text-align: center;
}
.hotel_search_list .lgt_list .ht_info_wrap .detail_mall_ic {
  padding-bottom: 9px;
}
.hotel_search_list .lgt_list .ht_info_wrap .detail_mall_ic .hotel_tmpt_tooltip .ssg-tooltip {
  padding: 0;
}
.hotel_search_list .lgt_list .ht_info_wrap .detail_service {
  width: 270px;
}
.hotel_search_list .lgt_list .ht_info_wrap .detail_service span {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 15px;
  color: #646464;
}
.hotel_search_list .lgt_list .ht_info_wrap .detail_service span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  position: relative;
  top: -1px;
}
.hotel_search_list .lgt_list .ht_info_wrap .detail_service span.ico_breakfast:before {
  background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011.png);
  background-position: -371px -306px;
  width: 15px;
  height: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hotel_search_list .lgt_list .ht_info_wrap .detail_service span.ico_breakfast:before {
    background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011@2x.png);
    background-size: 409px 364px;
  }
}
.hotel_search_list .lgt_list .ht_info_wrap .detail_service span.ico_freewifi:before {
  background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011.png);
  background-position: -75px -349px;
  width: 15px;
  height: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hotel_search_list .lgt_list .ht_info_wrap .detail_service span.ico_freewifi:before {
    background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011@2x.png);
    background-size: 409px 364px;
  }
}
.hotel_search_list .lgt_list .ht_info_wrap .detail_service span.ico_fitness:before {
  background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011.png);
  background-position: -50px -349px;
  width: 15px;
  height: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hotel_search_list .lgt_list .ht_info_wrap .detail_service span.ico_fitness:before {
    background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011@2x.png);
    background-size: 409px 364px;
  }
}
.hotel_search_list .lgt_list .ht_info_wrap .detail_service span.ico_pool:before {
  background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011.png);
  background-position: -150px -349px;
  width: 15px;
  height: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hotel_search_list .lgt_list .ht_info_wrap .detail_service span.ico_pool:before {
    background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011@2x.png);
    background-size: 409px 364px;
  }
}
.hotel_search_list .lgt_list .ht_info_wrap .detail_service span.ico_spa:before {
  background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011.png);
  background-position: -225px -349px;
  width: 15px;
  height: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hotel_search_list .lgt_list .ht_info_wrap .detail_service span.ico_spa:before {
    background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011@2x.png);
    background-size: 409px 364px;
  }
}
.hotel_search_list .lgt_list .ht_info_wrap .detail_service span.ico_shuttlebus:before {
  background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011.png);
  background-position: -200px -349px;
  width: 15px;
  height: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hotel_search_list .lgt_list .ht_info_wrap .detail_service span.ico_shuttlebus:before {
    background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011@2x.png);
    background-size: 409px 364px;
  }
}
.hotel_search_list .lgt_list .ht_info_wrap .detail_service span.ico_restaurant:before {
  background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011.png);
  background-position: -175px -349px;
  width: 15px;
  height: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hotel_search_list .lgt_list .ht_info_wrap .detail_service span.ico_restaurant:before {
    background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011@2x.png);
    background-size: 409px 364px;
  }
}
.hotel_search_list .lgt_list .ht_info_wrap .detail_service span.ico_parking:before {
  background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011.png);
  background-position: -125px -349px;
  width: 15px;
  height: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hotel_search_list .lgt_list .ht_info_wrap .detail_service span.ico_parking:before {
    background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011@2x.png);
    background-size: 409px 364px;
  }
}
.hotel_search_list .lgt_list .ht_info_wrap .detail_service span.ico_business:before {
  background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011.png);
  background-position: 0px -349px;
  width: 15px;
  height: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hotel_search_list .lgt_list .ht_info_wrap .detail_service span.ico_business:before {
    background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011@2x.png);
    background-size: 409px 364px;
  }
}
.hotel_search_list .lgt_list .ht_info_wrap .detail_service span.ico_kids:before {
  background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011.png);
  background-position: -100px -349px;
  width: 15px;
  height: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hotel_search_list .lgt_list .ht_info_wrap .detail_service span.ico_kids:before {
    background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011@2x.png);
    background-size: 409px 364px;
  }
}
.hotel_search_list .lgt_list .ht_info_wrap .detail_service span.ico_checkin:before {
  background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011.png);
  background-position: -25px -349px;
  width: 15px;
  height: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hotel_search_list .lgt_list .ht_info_wrap .detail_service span.ico_checkin:before {
    background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011@2x.png);
    background-size: 409px 364px;
  }
}
.hotel_search_list .lgt_list .ht_info_wrap .detail_location {
  margin-top: 10px;
}
.hotel_search_list .lgt_list .ht_info_wrap .detail_location .location_info {
  max-width: 75%;
}
.hotel_search_list .lgt_list .ht_info_wrap .detail_location .ico_location {
  padding-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 360px;
  max-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 21px;
  position: relative;
}
.hotel_search_list .lgt_list .ht_info_wrap .detail_location .ico_location:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  vertical-align: top;
  background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011.png);
  background-position: -371px -280px;
  width: 16px;
  height: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hotel_search_list .lgt_list .ht_info_wrap .detail_location .ico_location:before {
    background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011@2x.png);
    background-size: 409px 364px;
  }
}
.hotel_search_list .lgt_list .ht_info_wrap .detail_location .ico_location .tmpt_ly_open {
  text-align: left;
  padding-left: 18px;
}
.hotel_search_list .lgt_list .ht_info_wrap .detail_location .ico_location .tmpt_ly_open:focus, .hotel_search_list .lgt_list .ht_info_wrap .detail_location .ico_location .tmpt_ly_open:hover {
  color: #328ca8;
  text-decoration: underline;
}
.hotel_search_list .lgt_list .ht_info_wrap .detail_location .txt_address {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 360px;
  max-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 19px;
}
.hotel_search_list .lgt_list .ht_info_wrap .detail_location .txt_address .tmpt_ly_open {
  text-align: left;
  font-size: 13px;
  color: #909090;
}
.hotel_search_list .lgt_list .ht_info_wrap .detail_location .txt_address .tmpt_ly_open:focus, .hotel_search_list .lgt_list .ht_info_wrap .detail_location .txt_address .tmpt_ly_open:hover {
  color: #328ca8;
  text-decoration: underline;
}
.hotel_search_list .lgt_list .ht_info_wrap .detail_location .location_comment {
  position: absolute;
  right: 0;
  bottom: -6px;
  text-align: right;
}
.hotel_search_list .lgt_list .ht_info_wrap .detail_location .location_comment .txt_evaluation {
  padding-bottom: 13px;
  text-align: right;
  font-size: 24px;
  font-weight: normal;
}
.hotel_search_list .lgt_list .ht_info_wrap .detail_location .location_comment .txt_evaluation.ty_excellent {
  color: #91519e;
}
.hotel_search_list .lgt_list .ht_info_wrap .detail_location .location_comment .txt_evaluation.ty_good {
  color: #b37f63;
}
.hotel_search_list .lgt_list .ht_info_wrap .detail_location .location_comment .txt_count {
  font-size: 11px;
  color: #646464;
}
.hotel_search_list .lgt_list .ht_info_wrap .detail_location .location_comment .txt_grade {
  display: inline-block;
  margin-left: 4px;
  padding: 2px 4px 0px;
  border: 1px solid #222;
  border-radius: 3px;
  font-size: 10px;
}
.hotel_search_list .lgt_list .ht_info_wrap .detail_location .location_comment .txt_grade em {
  font-size: 13px;
  font-weight: 700;
}
.hotel_search_list .lgt_list .ht_info_wrap .detail_location.v2 {
  margin: 0;
}
.hotel_search_list .lgt_list .ht_info_wrap .detail_location.v2 .location_info {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 360px;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 19px;
}
.hotel_search_list .rgt_list {
  position: relative;
  float: right;
  margin: 20px 0 20px 20px;
  width: 200px;
}
.hotel_search_list .rgt_list p img {
  height: 18px;
}
.hotel_search_list .rgt_list .txt_discount {
  padding-top: 15px;
  font-size: 32px;
  font-family: "Spoqa-Regular", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Arial, sans-serif;
  color: #ff5b59;
}
.hotel_search_list .rgt_list .txt_discount .per {
  font-size: 20px;
  font-weight: bold;
  padding-left: 1px;
}
.hotel_search_list .rgt_list .txt_price_wrap {
  position: absolute;
  bottom: 0;
  text-align: right;
}
.hotel_search_list .rgt_list .txt_price_wrap .tmpt_button.h_ty6 {
  margin-top: 9px;
  height: 38px;
}
.hotel_search_list .rgt_list .txt_coupon {
  padding-bottom: 11px;
  font-size: 15px;
  color: #222;
}
.hotel_search_list .rgt_list .txt_price {
  margin-bottom: 11px;
  font-size: 32px;
  font-family: "Spoqa-Bold", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Arial, sans-serif;
}
.hotel_search_list .rgt_list .txt_price .ssg_tx {
  margin-left: 2px;
  font-size: 13px;
  padding-left: 1px;
}
.hotel_search_list .rgt_list .txt_point {
  color: #909090;
  font-size: 11px;
  line-height: 16px;
}
.hotel_search_list .rgt_list .txt_point.v2 {
  background: #f5f5f5;
  color: #222;
  font-size: 11px;
  letter-spacing: 0;
  padding: 2px 8px 8px;
}
.hotel_search_list .rgt_list .txt_point.v2 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hotel_search_list .rgt_list .txt_point.v2 dl dt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 700;
  width: 70px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 6px;
}
.hotel_search_list .rgt_list .txt_point.v2 dl dd {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 112px;
  font-weight: 400;
  margin-top: 6px;
}
.hotel_search_list .rgt_list .cmlike {
  position: absolute;
  top: 2px;
  right: 0px;
}
.hotel_search_list .rgt_list .cm_clip {
  position: absolute;
  top: 2px;
  right: 0px;
}
.hotel_search_list .rgt_list.loading:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 222px;
  background: url(../img/hotel/Skeleton_Loader_pc.gif) no-repeat;
  z-index: 9;
  content: "";
  background-size: cover;
}

.hotel_cmpt_nocontent {
  padding: 80px 0;
  margin: 0 auto;
}
.hotel_cmpt_nocontent p {
  text-align: center;
  font-size: 15px;
}
.hotel_cmpt_nocontent p.txt {
  padding: 18px 0;
  color: #328ca8;
  font-size: 18px;
  font-weight: 700;
}
.hotel_cmpt_nocontent .tmpt_button_wrap {
  padding-top: 40px;
  text-align: center;
}
.hotel_cmpt_nocontent:before {
  content: "";
  display: block;
  position: relative;
  margin: 0 auto;
  background-image: url(../img/sprites/sp_mntrip_ico_20231019.png);
  background-position: -74px -144px;
  width: 68px;
  height: 46px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hotel_cmpt_nocontent:before {
    background-image: url(../img/sprites/sp_mntrip_ico_20231019@2x.png);
    background-size: 551px 511px;
  }
}
.hotel_cmpt_nocontent.in_list {
  background-color: #fff;
  border-radius: 28px;
}

/* 레이어팝업 공통*/
/* 레이어팝업 공통*/
.tmpt_layer {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  border-radius: 7px;
  -webkit-box-shadow: 0 2px 30px 0 rgba(34, 34, 34, 0.3);
          box-shadow: 0 2px 30px 0 rgba(34, 34, 34, 0.3);
  color: #222;
  z-index: 999;
}
.tmpt_layer:before {
  content: "";
  position: absolute;
  display: block;
  z-index: 10;
  border: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  margin-left: -10px;
  left: 50%;
  border-bottom: 10px solid #fff;
  top: -10px;
  margin-left: -10px;
}
.tmpt_layer .icon_cancel {
  float: right;
  margin: 10px 10px 0 0;
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
}
.tmpt_layer .icon_cancel:before, .tmpt_layer .icon_cancel:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 2px;
  background-color: #222;
}
.tmpt_layer .icon_cancel:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.tmpt_layer .icon_cancel:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
.tmpt_layer .tmpt_layer_title {
  display: block;
  padding: 12px 0 11px 20px;
  border-bottom: 1px solid #eaeaea;
  line-height: 29px;
}
.tmpt_layer .tmpt_layer_title .tit_txt {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
}
.tmpt_layer .tmpt_layer_title .tit_txt .tit_info {
  font-weight: 700;
}
.tmpt_layer .tmpt_layer_cont .tmpt_layer_subtit {
  position: relative;
  padding: 0 20px;
  background: #f8f8f8;
  line-height: 42px;
  font-size: 15px;
  font-weight: 700;
}
.tmpt_layer .tmpt_layer_cont .tmpt_layer_subtit:after {
  clear: both;
  content: "";
  display: block;
}
.tmpt_layer .tmpt_layer_cont .tmpt_layer_subtit .btn_delete {
  display: inline-block;
  position: absolute;
  top: 13px;
  right: 20px;
  font-weight: 300;
}
.tmpt_layer .tmpt_button_wrap {
  text-align: center;
  padding: 0 10px 0;
}
.tmpt_layer .tmpt_button_wrap .tmpt_button:only-child {
  margin-top: 30px;
}
.tmpt_layer .tmpt_button_wrap .tmpt_button.p_ty1 {
  width: 284px;
}
.tmpt_layer.ly_person {
  top: 80px;
  left: -200px;
  width: 594px;
}
.tmpt_layer.ly_person .tmpt_layer_cont {
  display: block;
}
.tmpt_layer.ly_person .tmpt_layer_cont .tmpt_layer_scroll {
  overflow-y: auto;
  max-height: 500px;
}
.tmpt_layer.ly_person .tmpt_layer_cont .room_wrap:last-child {
  border-bottom: 1px solid #eaeaea;
}
.tmpt_layer.ly_person .tmpt_layer_cont .room_wrap:last-child .tmpl_drop_wrap .tmpl_drop_opt .tmpl_drop_scroll {
  margin-top: -211px;
}
.tmpt_layer.ly_person .tmpt_layer_cont .tmpt_layer_subtit {
  color: #328ca8;
}
.tmpt_layer.ly_person .tmpt_layer_cont .adult_count,
.tmpt_layer.ly_person .tmpt_layer_cont .children_count {
  display: block;
  position: relative;
  height: 46px;
  margin-top: 20px;
}
.tmpt_layer.ly_person .tit_passenger {
  position: relative;
  display: inline-block;
  width: 160px;
  height: 46px;
  padding-left: 58px;
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
}
.tmpt_layer.ly_person .tit_passenger span.txt_sub {
  font-size: 13px;
  font-weight: 300;
  color: #909090;
}
.tmpt_layer.ly_person .adult_count .tit_passenger:before {
  position: absolute;
  top: 0;
  left: 8px;
  background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011.png);
  background-position: -56px -62px;
  width: 46px;
  height: 46px;
  content: "";
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tmpt_layer.ly_person .adult_count .tit_passenger:before {
    background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011@2x.png);
    background-size: 409px 364px;
  }
}
.tmpt_layer.ly_person .children_count {
  margin-bottom: 13px;
}
.tmpt_layer.ly_person .children_count:after {
  clear: both;
  content: "";
  display: block;
}
.tmpt_layer.ly_person .children_count .tit_passenger:before {
  position: absolute;
  top: 0;
  left: 8px;
  background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011.png);
  background-position: 0px -62px;
  width: 46px;
  height: 46px;
  content: "";
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tmpt_layer.ly_person .children_count .tit_passenger:before {
    background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011@2x.png);
    background-size: 409px 364px;
  }
}
.tmpt_layer.ly_person .children_age {
  display: table;
  position: relative;
  width: 100%;
  padding: 20px 0 30px;
  border-top: 1px solid #eaeaea;
  table-layout: fixed;
}
.tmpt_layer.ly_person .children_age .age_tit {
  display: table-cell;
  padding-left: 20px;
  vertical-align: top;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 700;
}
.tmpt_layer.ly_person .children_age .age_select {
  display: table-cell;
  position: relative;
  width: 398px;
  padding-right: 20px;
  vertical-align: top;
}
.tmpt_layer.ly_person .children_age .age_select:after {
  clear: both;
  content: "";
  display: block;
}
.tmpt_layer.ly_person .children_age .age_select > .tmpl_drop_wrap {
  float: left;
  margin-left: 10px;
  width: 92px;
}
.tmpt_layer.ly_person .children_age .age_select > .tmpl_drop_wrap:first-child {
  margin-left: 0;
}
.tmpt_layer.ly_person .children_age .age_select > .tmpl_drop_wrap .tmpl_drop_select {
  min-width: auto;
  border-radius: 26px;
}
.tmpt_layer.ly_person .children_age .age_select > .tmpl_drop_wrap .tmpl_drop_label {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  font-size: 13px;
  text-align: center;
}
.tmpt_layer.ly_person .tmpt_amount {
  position: absolute;
  right: 20px;
  top: 7px;
  padding: 0 32px;
}
.tmpt_layer.ly_person .tmpt_amount .tmpt_inpbx {
  display: block;
}
.tmpt_layer.ly_person .tmpt_amount .tmpt_inpbx input {
  height: 32px;
}
.tmpt_layer.ly_person .tmpt_amount button {
  position: absolute;
  top: 0;
}
.tmpt_layer.ly_person .tmpt_amount button:before {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}
.tmpt_layer.ly_person .tmpt_amount button.ico_minus {
  left: 0;
}
.tmpt_layer.ly_person .tmpt_amount button.ico_plus {
  right: 0;
}
.tmpt_layer.ly_person .tmpt_button_wrap {
  padding-bottom: 30px;
}
.tmpt_layer.ly_person .tmpt_button_wrap .btn_add {
  display: inline-block;
  margin: 20px 0 30px;
  width: 100%;
  height: 32px;
  line-height: 32px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}
.tmpt_layer.ly_calendar_chart {
  width: 751px;
  top: 80px;
  left: -225px;
}
.tmpt_layer.ly_calendar_chart:after {
  clear: both;
  content: "";
  display: block;
}
.tmpt_layer.ly_calendar_chart .tmpt_layer_cont {
  position: relative;
}
.tmpt_layer.ly_calendar_chart .tmpt_layer_cont .tmpt_layer_cont_wrap {
  padding: 30px 0 20px 20px;
}
.tmpt_layer.ly_calendar_chart .tmpt_layer_cont .tmpt_layer_cont_wrap:after {
  clear: both;
  content: "";
  display: block;
}
.tmpt_layer.ly_calendar_chart .tmpt_layer_cont .title_area .txt_title {
  margin-bottom: 30px;
  line-height: normal;
  font-size: 24px;
  font-weight: bold;
}
.tmpt_layer.ly_calendar_chart .tmpt_layer_cont .calendar_area {
  position: relative;
  margin: -10px 0 -4px 0;
}
.tmpt_layer.ly_calendar_chart .tmpt_layer_cont .calendar_area:after {
  clear: both;
  content: "";
  display: block;
}
.tmpt_layer.ly_calendar_chart .tmpt_layer_cont .calendar_area .tmpt_button_wrap {
  position: absolute;
  width: 100%;
  top: 0;
  padding: 0;
}
.tmpt_layer.ly_calendar_chart .tmpt_layer_cont .calendar_area .tmpt_button_wrap .btn_month {
  position: absolute;
}
.tmpt_layer.ly_calendar_chart .tmpt_layer_cont .calendar_area .tmpt_button_wrap .btn_month.prev {
  background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011.png);
  background-position: -255px -43px;
  width: 32px;
  height: 32px;
  top: 0;
  left: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tmpt_layer.ly_calendar_chart .tmpt_layer_cont .calendar_area .tmpt_button_wrap .btn_month.prev {
    background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011@2x.png);
    background-size: 409px 364px;
  }
}
.tmpt_layer.ly_calendar_chart .tmpt_layer_cont .calendar_area .tmpt_button_wrap .btn_month.next {
  background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011.png);
  background-position: -255px -85px;
  width: 32px;
  height: 32px;
  top: 0;
  right: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tmpt_layer.ly_calendar_chart .tmpt_layer_cont .calendar_area .tmpt_button_wrap .btn_month.next {
    background-image: url(../img/sprites/sp_mntrip_hotel_ico_20221011@2x.png);
    background-size: 409px 364px;
  }
}
.tmpt_layer.ly_calendar_chart .tmpt_layer_cont .calendar_area .month {
  display: block;
  float: left;
  margin-right: 11px;
}
.tmpt_layer.ly_calendar_chart .tmpt_layer_cont .calendar_area .month .txt_wrap {
  text-align: center;
}
.tmpt_layer.ly_calendar_chart .tmpt_layer_cont .calendar_area .month .txt_wrap .txt_month {
  font-size: 18px;
  line-height: 32px;
}
.tmpt_layer.ly_calendar_chart .tmpt_layer_cont .calendar_area .month .txt_wrap .txt_month .num {
  font-size: 20px;
  vertical-align: -1px;
}
.tmpt_layer.ly_calendar_chart .tmpt_layer_cont .calendar_area .month table {
  margin-top: 12px;
}
.tmpt_layer.ly_calendar_chart .tmpt_layer_cont .calendar_area .month table thead th {
  height: 32px;
  font-size: 15px;
  color: #222;
  font-weight: normal;
}
.tmpt_layer.ly_calendar_chart .tmpt_layer_cont .calendar_area .month table thead th:first-child, .tmpt_layer.ly_calendar_chart .tmpt_layer_cont .calendar_area .month table thead th:last-child {
  color: #e9544c;
}
.tmpt_layer.ly_calendar_chart .tmpt_layer_cont .calendar_area .month table tbody td {
  position: relative;
  padding: 4px 0;
  height: 46px;
  text-align: center;
}
.tmpt_layer.ly_calendar_chart .tmpt_layer_cont .calendar_area .month table tbody td button {
  width: 100%;
  height: 100%;
  font-size: 18px;
}
.tmpt_layer.ly_calendar_chart .tmpt_layer_cont .calendar_area .month table tbody td:first-child .date, .tmpt_layer.ly_calendar_chart .tmpt_layer_cont .calendar_area .month table tbody td:last-child .date,
.tmpt_layer.ly_calendar_chart .tmpt_layer_cont .calendar_area .month table tbody td .holiday .date {
  color: #ff5b59;
}
.tmpt_layer.ly_calendar_chart .tmpt_layer_cont .calendar_area .month table tbody td .date {
  font-family: "Spoqa-Regular", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Arial, sans-serif;
}
.tmpt_layer.ly_calendar_chart .tmpt_layer_cont .calendar_area .month table tbody td .today {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  display: block;
  color: #909090;
  letter-spacing: -0.51px;
  font-size: 11px;
  line-height: normal;
}
.tmpt_layer.ly_calendar_chart .tmpt_layer_cont .calendar_area .month table tbody td .txt_check {
  display: block;
  width: 100%;
  color: #fff;
  line-height: normal;
  margin-top: -2px;
  font-size: 11px;
  font-weight: 300;
}
.tmpt_layer.ly_calendar_chart .tmpt_layer_cont .calendar_area .month table tbody td .disabled {
  cursor: not-allowed;
}
.tmpt_layer.ly_calendar_chart .tmpt_layer_cont .calendar_area .month table tbody td .disabled .date {
  color: #222;
  opacity: 0.3;
}
.tmpt_layer.ly_calendar_chart .tmpt_layer_cont .calendar_area .month table tbody td .selected:before {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 100%;
  background-color: #f0f0f0;
  z-index: -1;
  content: "";
}
.tmpt_layer.ly_calendar_chart .tmpt_layer_cont .calendar_area .month table tbody td .select_date .date {
  color: #fff;
}
.tmpt_layer.ly_calendar_chart .tmpt_layer_cont .calendar_area .month table tbody td .select_date .txt_check {
  color: #fff;
}
.tmpt_layer.ly_calendar_chart .tmpt_layer_cont .calendar_area .month table tbody td .select_date:before {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 100%;
  background-color: #328ca8;
  z-index: -1;
  border-radius: 2px;
  content: "";
}
.tmpt_layer.ly_calendar_chart .tmpt_layer_bottom {
  padding: 24px 30px;
  height: 38px;
  border-top: 1px solid #e6ebf7;
}
.tmpt_layer.ly_calendar_chart .tmpt_layer_bottom > .tmpt_button_wrap {
  display: block;
  font-size: 18px;
  float: right;
}
.tmpt_layer.ly_calendar_chart .tmpt_layer_bottom > .tmpt_button_wrap .txt_min_price {
  display: inline-block;
  margin-right: 10px;
  font-weight: 700;
}
.tmpt_layer.ly_calendar_chart .tmpt_layer_bottom > .tmpt_button_wrap .p_ty1 {
  color: #fff;
  background-color: #222;
  padding: 6px 10px;
  min-width: 120px;
  height: 38px;
  font-size: 16px;
}
.tmpt_layer.ly_calendar_chart .tmpt_layer_bottom .tmpt_amount {
  display: inline-block;
  margin: 0 60px 0 30px;
}
.tmpt_layer.ly_calendar_chart .tmpt_layer_bottom .tmpt_amount button.ico_minus:before, .tmpt_layer.ly_calendar_chart .tmpt_layer_bottom .tmpt_amount button.ico_plus:before {
  top: 0;
}
.tmpt_layer.ly_calendar_chart .tmpt_layer_bottom .tmpt_amount > span {
  display: inline-block;
  margin: 10px 14px;
  vertical-align: middle;
  font-size: 16px;
}
.tmpt_layer.ly_calendar_chart .tmpt_layer_bottom .txt_date {
  display: inline-block;
  position: relative;
  margin-left: 18px;
  color: #328ca8;
  font-size: 14px;
}
.tmpt_layer.ly_calendar_chart .tmpt_layer_bottom .txt_date:before {
  content: "";
  position: absolute;
  top: -13px;
  left: -18px;
  width: 2px;
  height: 48px;
  background: #e6ebf7;
}
.tmpt_layer.ly_select_city {
  width: 1140px;
  top: 80px;
  left: 0;
}
.tmpt_layer.ly_select_city:before {
  left: 10%;
}
.tmpt_layer.ly_select_city .recently_search dt,
.tmpt_layer.ly_select_city .recently_search dd {
  display: inline-block;
  vertical-align: top;
}
.tmpt_layer.ly_select_city .recently_search dt {
  margin-right: 10px;
  font-weight: 700;
  font-size: 16px;
}
.tmpt_layer.ly_select_city .recently_search dd {
  font-size: 14px;
  margin-right: 5px;
  margin-top: -2px;
  border-radius: 16px;
  border: solid 1px #d3d3d3;
  color: #222;
  padding: 5px 10px 4px;
  line-height: 21px;
}
.tmpt_layer.ly_select_city .recently_search dd .btn_search_del {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #222;
  vertical-align: top;
  margin-top: 2px;
}
.tmpt_layer.ly_select_city .recently_search dd .btn_search_del:before, .tmpt_layer.ly_select_city .recently_search dd .btn_search_del:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 1px;
  background-color: #fff;
}
.tmpt_layer.ly_select_city .recently_search dd .btn_search_del:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.tmpt_layer.ly_select_city .recently_search dd .btn_search_del:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
.tmpt_layer.ly_select_city .tx_city {
  padding: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
}
.tmpt_layer.ly_select_city .lst_loc {
  display: table;
  width: 100%;
  table-layout: fixed;
  color: #222;
  background: url(../img/lst_loc_item_line.gif);
}
.tmpt_layer.ly_select_city .lst_loc_item {
  display: table-cell;
}
.tmpt_layer.ly_select_city .lst_loc_item strong {
  display: block;
  height: 42px;
  padding: 0 20px;
  font-size: 15px;
  background: #f8f8f8;
  line-height: 42px;
}
.tmpt_layer.ly_select_city .lst_loc_item ul {
  overflow: hidden;
  max-height: 335px;
}
.tmpt_layer.ly_select_city .lst_loc_item li {
  height: 42px;
  line-height: 42px;
}
.tmpt_layer.ly_select_city .lst_loc_item li button {
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0 20px;
  color: inherit;
  font-size: 13px;
  line-height: inherit;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.tmpt_layer.ly_select_city_dmst {
  width: 594px;
  top: 80px;
  left: 0;
}
.tmpt_layer.ly_select_city_dmst:before {
  left: 10%;
}
.tmpt_layer.ly_select_city_dmst .recently_search dt,
.tmpt_layer.ly_select_city_dmst .recently_search dd {
  display: inline-block;
  vertical-align: top;
}
.tmpt_layer.ly_select_city_dmst .recently_search dt {
  margin-right: 10px;
  font-weight: 700;
  font-size: 15px;
}
.tmpt_layer.ly_select_city_dmst .recently_search dd {
  font-size: 14px;
  margin-right: 5px;
  margin-top: -2px;
  border-radius: 16px;
  border: solid 1px #d3d3d3;
  color: #222;
  padding: 5px 10px 4px;
  line-height: 21px;
}
.tmpt_layer.ly_select_city_dmst .recently_search dd .btn_search_del {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #328ca8;
  margin-top: 4px;
  vertical-align: top;
}
.tmpt_layer.ly_select_city_dmst .recently_search dd .btn_search_del:before, .tmpt_layer.ly_select_city_dmst .recently_search dd .btn_search_del:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 1px;
  background-color: #fff;
}
.tmpt_layer.ly_select_city_dmst .recently_search dd .btn_search_del:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.tmpt_layer.ly_select_city_dmst .recently_search dd .btn_search_del:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
.tmpt_layer.ly_select_city_dmst .tx_city {
  padding: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
}
.tmpt_layer.ly_select_city_dmst .lst_loc {
  display: table;
  width: 100%;
  table-layout: fixed;
  color: #222;
}
.tmpt_layer.ly_select_city_dmst .lst_loc_item {
  display: table-cell;
}
.tmpt_layer.ly_select_city_dmst .lst_loc_item strong {
  display: block;
  height: 42px;
  padding: 0 20px;
  font-size: 15px;
  background: #f8f8f8;
  line-height: 42px;
}
.tmpt_layer.ly_select_city_dmst .lst_loc_item ul {
  overflow: hidden;
  max-height: 335px;
}
.tmpt_layer.ly_select_city_dmst .lst_loc_item li {
  height: 41px;
  border-top: 1px solid #eaeaea;
  font-size: 0;
  line-height: 41px;
}
.tmpt_layer.ly_select_city_dmst .lst_loc_item li button {
  display: inline-block;
  overflow: hidden;
  width: 50%;
  padding: 0 50px 0 20px;
  color: inherit;
  font-size: 13px;
  line-height: inherit;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.tmpt_layer.ly_keyword {
  top: 80px;
  left: 0;
  width: 594px;
}
.tmpt_layer.ly_keyword:before {
  left: 10%;
}
.tmpt_layer.ly_keyword .tmpt_layer_title {
  font-weight: 700;
}
.tmpt_layer.ly_keyword .tmpt_layer_title .tit_txt {
  font-size: 16px;
}
.tmpt_layer.ly_keyword .tmpt_layer_title .tit_info {
  color: #328ca8;
  padding-left: 10px;
}
.tmpt_layer.ly_keyword .keyword_wrap {
  padding-bottom: 5px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 600px;
}
.tmpt_layer.ly_keyword .keyword_wrap li {
  display: block;
  border-bottom: 1px solid #eaeaea;
}
.tmpt_layer.ly_keyword .keyword_wrap li:last-child {
  border-bottom: none;
}
.tmpt_layer.ly_keyword .keyword_wrap li a {
  display: block;
  height: 42px;
  padding: 0 20px;
  font-size: 13px;
  color: #222;
  text-align: left;
  font-weight: 300;
  line-height: 42px;
}
.tmpt_layer.ly_keyword .keyword_wrap li a:after {
  clear: both;
  content: "";
  display: block;
}
.tmpt_layer.ly_keyword .keyword_wrap li a span {
  display: inline-block;
}
.tmpt_layer.ly_keyword .keyword_wrap li a span .point {
  display: inline;
  color: #328ca8;
}
.tmpt_layer.ly_keyword .keyword_wrap li a span.txt_ty02 {
  float: right;
  color: #909090;
}
.tmpt_layer.ly_keyword .keyword_wrap .txt_ty03 {
  padding: 50px 0;
  color: #646464;
  font-size: 18px;
  text-align: center;
}
.tmpt_layer.ly_type {
  top: 80px;
  left: -200px;
  width: 594px;
}
.tmpt_layer.ly_type .tmpt_layer_title {
  font-weight: 700;
  font-size: 15px;
}
.tmpt_layer.ly_type .tmpt_layer_cont_wrap li {
  display: inline-block;
  padding: 11px 20px 10px;
  width: calc(33% - 40px);
}
.tmpt_layer.ly_type .tmpt_button_wrap {
  margin: 30px 0;
  text-align: center;
}
.tmpt_layer.ly_type .custom_chk label {
  font-size: 13px;
}

#footer.common_footer {
  padding-top: 0;
}

.ssg-tooltip-wrap.hotel_tmpt_tooltip {
  position: relative;
}
.ssg-tooltip-wrap.hotel_tmpt_tooltip .ssg-tooltip {
  position: relative;
  padding: 4px 0;
  height: auto;
  width: auto;
  border-radius: 19px;
}
.ssg-tooltip-wrap.hotel_tmpt_tooltip .ssg-tooltip-layer {
  display: none;
  position: absolute;
  left: 50%;
  padding: 6px 10px;
  max-width: 300px;
  width: auto;
  border: 1px solid #328ca8;
  border-radius: 4px;
  background: #fff;
  top: 40px;
  z-index: 1000;
  font-size: 12px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 18px;
}
.ssg-tooltip-wrap.hotel_tmpt_tooltip .ssg-tooltip-layer:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: -1px;
  left: 50%;
  background: #fff;
  border-top: 1px solid #328ca8;
  border-left: 1px solid #328ca8;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.ssg-tooltip-wrap.hotel_tmpt_tooltip .ssg-tooltip-layer.large {
  width: 250px;
  text-align: left;
}
.ssg-tooltip-wrap.hotel_tmpt_tooltip .ssg-tooltip-layer.small {
  width: 50px;
}
.ssg-tooltip-wrap.hotel_tmpt_tooltip .ssg-tooltip-layer.custom {
  top: 0;
  left: 0;
  -webkit-transform: none;
          transform: none;
  border-top-left-radius: 0;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  -webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2);
}
.ssg-tooltip-wrap.hotel_tmpt_tooltip .ssg-tooltip-layer.custom:before {
  content: none;
}
.ssg-tooltip-wrap.hotel_tmpt_tooltip .ssg-tooltip-layer.custom.active {
  display: block;
}

.slide_button_wrap {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
}
.slide_button_wrap .slide_button {
  position: absolute;
  width: 54px;
  height: calc(100% - 16px);
  margin: 8px auto;
  top: 0;
}
.slide_button_wrap .slide_button.flt_btn_prev {
  left: 0;
}
.slide_button_wrap .slide_button.flt_btn_prev > .prev {
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 18px;
  overflow: hidden;
  width: 28px;
  height: 28px;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
}
.slide_button_wrap .slide_button.flt_btn_prev > .prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  -webkit-transform: translate(-50%, -50%) scale(0.8888888889, 1) rotate(45deg);
  transform: translate(-50%, -50%) scale(0.8888888889, 1) rotate(45deg);
  margin-left: 3px;
  border-left: 2px solid #222;
  border-bottom: 2px solid #222;
}
.slide_button_wrap .slide_button.flt_btn_prev > .prev:before {
  left: 45%;
}
.slide_button_wrap .slide_button.flt_btn_next {
  right: 0;
}
.slide_button_wrap .slide_button.flt_btn_next > .next {
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 18px;
  overflow: hidden;
  width: 28px;
  height: 28px;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
}
.slide_button_wrap .slide_button.flt_btn_next > .next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  -webkit-transform: translate(-50%, -50%) scale(0.8888888889, 1) rotate(45deg);
  transform: translate(-50%, -50%) scale(0.8888888889, 1) rotate(45deg);
  margin-left: -3px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
}
.slide_button_wrap .slide_button.flt_btn_next > .next:before {
  left: 60%;
}

.tmpt_cont_layer {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  border-radius: 10px;
  color: #222;
  z-index: 999;
  width: 500px;
}
.tmpt_cont_layer .hotel_cmpt_table thead th {
  font-size: 15px;
}
.tmpt_cont_layer .hotel_cmpt_table td:only-child {
  padding: 0;
}
.tmpt_cont_layer .hotel_cmpt_table .hotel_cmpt_table_left td .input_ty2.ty_half {
  display: block;
  float: left;
  width: calc(50% - 5px);
  margin: 0;
}
.tmpt_cont_layer .hotel_cmpt_table .hotel_cmpt_table_left td .input_ty2.ty_half:first-child {
  margin-right: 10px;
}
.tmpt_cont_layer .hotel_cmpt_table.ty_policy {
  margin-top: 40px;
}
.tmpt_cont_layer .hotel_cmpt_table.ty_policy tbody:before {
  display: none;
}
.tmpt_cont_layer .hotel_cmpt_table.ty_policy th {
  font-size: 13px;
  height: 40px;
  border-top-color: #eaeaea;
  border-left: 1px solid #eaeaea;
}
.tmpt_cont_layer .hotel_cmpt_table.ty_policy th:first-child {
  border-left: 0;
}
.tmpt_cont_layer .hotel_cmpt_table.ty_policy td {
  font-size: 13px;
}
.tmpt_cont_layer.ly_cont_type_mid {
  width: 800px;
}
.tmpt_cont_layer.ly_cont_type_wide {
  width: 1212px;
}
.tmpt_cont_layer.ly_cont_type_extra {
  width: 1280px;
}
.tmpt_cont_layer.ly_cont_type_extra .tmpt_cont_layer_body {
  padding: 0px 10px 10px;
  max-height: 720px;
}
.tmpt_cont_layer.ly_cont_type_receipt {
  width: 860px;
}
.tmpt_cont_layer.ly_cont_type_mypage {
  width: 1020px;
}
.tmpt_cont_layer.ly_cont_type_mypage:after {
  clear: both;
  content: "";
  display: block;
}
.tmpt_cont_layer.ly_cont_type_mypage .tmpt_cont_layer_body {
  max-height: 500px;
}
.tmpt_cont_layer.ly_cont_type_mypage .tmpt_order_num {
  padding: 12px 30px 10px;
  background: #f0f0f0;
  color: #222;
  font-size: 14px;
  line-height: 18px;
}
.tmpt_cont_layer.ly_cont_type_mypage .tmpt_order_num em {
  margin-left: 20px;
  font-family: "Spoqa-Regular", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Arial, sans-serif;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_cont_sec:first-child {
  margin-top: 30px !important;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_goods_item {
  margin-top: 30px;
  display: table;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_goods_item .ly_goodsitem_lft {
  display: table-cell;
  padding-right: 20px;
  vertical-align: top;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_goods_item .ly_goodsitem_lft .prod_wrap {
  word-break: break-all;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_goods_item .ly_goodsitem_lft .prod_img {
  width: 320px;
  height: 180px;
  margin-bottom: 20px;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_goods_item .ly_goodsitem_lft .prod_tit {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
  letter-spacing: -1px;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_goods_item .ly_goodsitem_lft .prod_tit_room {
  font-size: 15px;
  line-height: 30px;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_goods_item .ly_goodsitem_lft .prod_reserv_date {
  color: #909090;
  font-size: 13px;
  line-height: 30px;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_goods_item .ly_goodsitem_rgt {
  display: table-cell;
  width: 255px;
  vertical-align: top;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_goods_item .ly_goodsitem_rgt .ly_reason {
  padding: 20px 20px 15px;
  border: 1px solid #eaeaea;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_goods_item .ly_goodsitem_rgt .ly_reason_tit {
  margin-bottom: 9px;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_goods_item .ly_goodsitem_rgt .ly_reason_tit h3 {
  font-size: 16px;
  font-weight: normal;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_goods_item .ly_goodsitem_rgt .custom_rdo {
  display: block;
  margin-top: 6px;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_goods_item .ly_goodsitem_rgt .custom_rdo label {
  padding-right: 0;
  font-size: 14px;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_goods_item .ly_goodsitem_rgt .custom_rdo label:before {
  top: 2px;
  margin-top: 0;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_goods_item .ly_goodsitem_rgt .custom_rdo label:after {
  top: 2px;
  margin-top: 4px;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_goods_item .ly_goodsitem_rgt .ly_reason_textarea {
  margin-top: 6px;
  padding: 15px;
  border: 1px solid #eaeaea;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_goods_item .ly_goodsitem_rgt .ly_reason_textarea textarea {
  width: 100%;
  height: 100%;
  border: 0;
  line-height: 16px;
  resize: none;
}
.tmpt_cont_layer.ly_cont_type_mypage .price_dl {
  display: table;
  width: 100%;
  margin-top: 4px;
  font-size: 13px;
  line-height: 20px;
}
.tmpt_cont_layer.ly_cont_type_mypage .price_dl .price_dt {
  display: table-cell;
  vertical-align: top;
}
.tmpt_cont_layer.ly_cont_type_mypage .price_dl .price_dd {
  display: table-cell;
  text-align: right;
  vertical-align: top;
}
.tmpt_cont_layer.ly_cont_type_mypage .price_dl .price_dd .ssg_price {
  display: inline-block;
  font-family: "Spoqa-Regular", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Arial, sans-serif;
  font-size: 15px;
}
.tmpt_cont_layer.ly_cont_type_mypage .price_dl .price_dd .ssg_tx {
  display: inline-block;
  vertical-align: 2px;
}
.tmpt_cont_layer.ly_cont_type_mypage .price_dl.ty_pt {
  color: #ff5b59;
}
.tmpt_cont_layer.ly_cont_type_mypage .price_dl.ty_total {
  margin-top: 10px;
  padding-top: 18px;
  border-top: 2px solid #222;
  color: #ff5b59;
  font-size: 15px;
  font-weight: bold;
  text-align: right;
  line-height: normal;
}
.tmpt_cont_layer.ly_cont_type_mypage .price_dl.ty_total .price_dt {
  display: inline-block;
  margin-top: 4px;
  vertical-align: middle;
}
.tmpt_cont_layer.ly_cont_type_mypage .price_dl.ty_total .price_dd {
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
}
.tmpt_cont_layer.ly_cont_type_mypage .price_dl.ty_total .price_dd .ssg_price {
  font-size: 30px;
}
.tmpt_cont_layer.ly_cont_type_mypage .price_dl.ty_total .price_dd .ssg_tx {
  font-size: 20px;
  vertical-align: 3px;
}
.tmpt_cont_layer.ly_cont_type_mypage .price_dl.ty_total2 {
  margin-bottom: 13px;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
}
.tmpt_cont_layer.ly_cont_type_mypage .price_dl.ty_total2 .price_dt {
  margin-top: 4px;
  vertical-align: middle;
}
.tmpt_cont_layer.ly_cont_type_mypage .price_dl.ty_total2 .price_dd {
  margin-left: 6px;
  vertical-align: middle;
}
.tmpt_cont_layer.ly_cont_type_mypage .price_dl.ty_total2 .price_dd .ssg_price {
  font-size: 22px;
}
.tmpt_cont_layer.ly_cont_type_mypage .price_dl.ty_total2 .price_dd .ssg_tx {
  font-size: 18px;
  vertical-align: 2px;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_price_area {
  position: relative;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_price_area .mntrip_btn_toggle {
  position: absolute;
  bottom: 23px;
  left: 0;
  color: #222;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_price_area .mntrip_btn_toggle .ico {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 6px;
  overflow: hidden;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_price_area .mntrip_btn_toggle .ico:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  -webkit-transform: translate(-50%, -50%) scale(1, 0.8571428571) rotate(45deg);
  transform: translate(-50%, -50%) scale(1, 0.8571428571) rotate(45deg);
  margin-top: -2px;
  border-right: 2px solid #222;
  border-bottom: 2px solid #222;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_price_area .mntrip_btn_toggle.on .ico {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  padding-top: 1px;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_refund_info .price_dl {
  margin-top: 40px;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_refund_info .price_dl:first-child {
  margin-top: 0;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_refund_info .price_dt {
  width: 187px;
  font-size: 14px;
  font-weight: bold;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_refund_info .price_dd {
  font-size: 13px;
  text-align: left;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_refund_info .price_dd .price_dl {
  margin-top: 10px;
  line-height: 16px;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_refund_info .price_dd .price_dl:first-child {
  margin-top: 0;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_refund_info .price_dd .price_dt {
  width: 105px;
  font-weight: normal;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_refund_info .price_dd .price_dd {
  color: #646464;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_refund_info .price_dd p {
  margin-top: 10px;
  color: #646464;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_price_togglecont {
  margin-top: 30px;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_price_togglecont .cancel_noti {
  padding: 30px 30px 24px;
  background: #f0f0f0;
  font-size: 13px;
  line-height: 24px;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_price_togglecont .cancel_noti .icon_info {
  margin-right: 8px;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_price_togglecont .cancel_noti em {
  font-size: 15px;
  font-weight: bold;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_price_togglecont .cancel_noti2 {
  margin-top: 20px;
  padding: 29px;
  border: 1px solid #d3d3d3;
  font-size: 13px;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_price_togglecont .cancel_noti2 ul {
  word-break: break-all;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_price_togglecont .cancel_noti2 ul li {
  position: relative;
  margin-top: 10px;
  padding-left: 13px;
  line-height: 22px;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_price_togglecont .cancel_noti2 ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "·";
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_price_togglecont .cancel_noti2 ul li ul {
  margin-top: 4px;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_price_togglecont .cancel_noti2 ul li ul li {
  margin-top: 0;
  padding-left: 10px;
  color: #646464;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_price_togglecont .cancel_noti2 ul li ul li:before {
  content: "-";
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_agreetree {
  margin-top: 30px;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_agreetree li {
  margin-top: 10px;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_agreetree li:first-child {
  margin-top: 0;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_agreetree .custom_chk label {
  font-size: 14px;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_agreetree .ly_agreetree_cont {
  margin-top: 10px;
  padding-left: 33px;
  font-size: 13px;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_agreetree .ly_agreetree_cont li {
  position: relative;
  padding-left: 12px;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_agreetree .ly_agreetree_cont li:before {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 6px;
  height: 7px;
  border: 1px solid #959595;
  border-width: 0 0 1px 1px;
  content: "";
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_agreetree .ly_agreetree_cont li ul {
  margin-top: 10px;
  padding-left: 17px;
  color: #646464;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_agreetree .btn_agreement {
  display: inline-block;
  margin-left: 6px;
  color: #646464;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  vertical-align: middle;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_agreetree .btn_agreement .ico {
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 10px;
  overflow: hidden;
  padding-right: 6px;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_agreetree .btn_agreement .ico:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  -webkit-transform: translate(-50%, -50%) scale(1.2, 1) rotate(45deg);
  transform: translate(-50%, -50%) scale(1.2, 1) rotate(45deg);
  margin-left: -2px;
  border-top: 1px solid #646464;
  border-right: 1px solid #646464;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_agreetree .mntrip_btn_toggle {
  color: #646464;
  font-weight: bold;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_agreetree .mntrip_btn_toggle .ico {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 5px;
  overflow: hidden;
  margin-bottom: 1px;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_agreetree .mntrip_btn_toggle .ico:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-top: -2px;
  border-right: 1px solid #646464;
  border-bottom: 1px solid #646464;
}
.tmpt_cont_layer.ly_cont_type_mypage .ly_agreetree .mntrip_btn_toggle.on .ico {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.tmpt_cont_layer.ly_cont_type_mypage .tmpt_button_wrap {
  position: relative;
  float: right;
  margin: 40px auto 0;
  padding: 15px 30px;
  width: 460px;
}
.tmpt_cont_layer.ly_cont_type_mypage .tmpt_button_wrap:after {
  clear: both;
  content: "";
  display: block;
}
.tmpt_cont_layer.ly_cont_type_mypage .tmpt_button_wrap:before {
  content: "";
  display: block;
  position: absolute;
  width: 1020px;
  height: 1px;
  right: 0;
  top: 0;
  background: #222;
}
.tmpt_cont_layer.ly_cont_type_mypage .tmpt_button_wrap.ty_wide {
  width: 960px;
}
.tmpt_cont_layer.ly_cont_type_mypage .tmpt_button_wrap.ty_wide .tmpt_button.p_ty1:first-child {
  float: left;
}
.tmpt_cont_layer.ly_cont_type_mypage .tmpt_button_wrap.ty_wide .tmpt_button.p_ty1:last-child {
  float: right;
}
.tmpt_cont_layer.ly_cont_type_mypage .tmpt_button_wrap .tmpt_button {
  width: 200px;
}
.tmpt_cont_layer.ly_cont_type_mypage .tmpt_button_wrap .tmpt_button.p_ty1 {
  float: right;
  border-radius: 0;
}
.tmpt_cont_layer .ly_cont_btn_close {
  right: 30px;
  top: 33px;
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.tmpt_cont_layer .ly_cont_btn_close:before, .tmpt_cont_layer .ly_cont_btn_close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 2px;
  background-color: #222;
}
.tmpt_cont_layer .ly_cont_btn_close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.tmpt_cont_layer .ly_cont_btn_close:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
.tmpt_cont_layer .ly_cont_btn_close + .tmpt_cont_layer_body {
  margin-top: 48px;
}
.tmpt_cont_layer .hotel_cmpt_dot_list {
  margin-top: 20px;
  color: #222;
}
.tmpt_cont_layer .hotel_cmpt_dot_list li {
  font-size: 13px;
  line-height: 22px;
}
.tmpt_cont_layer .tmpt_button_wrap {
  margin: 40px auto;
  text-align: center;
}
.tmpt_cont_layer .tmpt_button_wrap .tmpt_button.p_ty2 + .tmpt_button.p_ty1 {
  min-width: 180px;
}
.tmpt_cont_layer .tmpt_cont_layer_title {
  display: block;
  padding: 28px 30px;
  border-bottom: 1px solid #eaeaea;
}
.tmpt_cont_layer .tmpt_cont_layer_title h2 {
  padding-right: 20px;
  line-height: 32px;
  font-size: 24px;
}
.tmpt_cont_layer .tmpt_cont_layer_body {
  padding: 0px 30px;
  font-size: 15px;
  line-height: 22px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 580px;
}
.tmpt_cont_layer .tmpt_cont_layer_body .ly_cont_sec {
  margin-top: 40px;
}
.tmpt_cont_layer .tmpt_cont_layer_body > .tmpt_button_wrap:first-child {
  margin-top: 0;
}
.tmpt_cont_layer .ly_cont_subtit_wrap {
  position: relative;
  margin-bottom: 14px;
}
.tmpt_cont_layer .ly_cont_subtit_wrap .ly_cont_subtit {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  width: 100%;
  overflow: hidden;
}
.tmpt_cont_layer .ly_cont_subtit_wrap .ly_cont_subinfo {
  display: inline-block;
  margin: 0px 0 0px;
  font-size: 18px;
  line-height: 32px;
}
.tmpt_cont_layer .ly_cont_subtit_wrap .ly_cont_subinfo .hotel_cmpt_txt_col_point {
  font-weight: 700;
}
.tmpt_cont_layer .ly_cont_subtit_wrap .ly_cont_subtxt {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 15px;
}
.tmpt_cont_layer .ly_cont_subtit_wrap + .ly_cont_textbox_wrap {
  margin-top: 10px;
}
.tmpt_cont_layer .ly_cont_subtit_wrap + .ly_cont_table_wrap .hotel_cmpt_table {
  margin-top: 20px;
}
.tmpt_cont_layer .ly_cont_subtit_wrap > .tmpt_button_wrap {
  position: absolute;
  margin: 0;
  top: 0;
  right: 0;
}
.tmpt_cont_layer .ly_cont_subtit_wrap .icon_info {
  margin-right: 10px;
}
.tmpt_cont_layer .ly_cont_text_wrap {
  margin-top: 40px;
  text-align: center;
  line-height: 22px;
}
.tmpt_cont_layer .ly_cont_text_wrap h3 {
  line-height: 22px;
  font-size: 18px;
  margin-bottom: 20px;
}
.tmpt_cont_layer .ly_cont_text_wrap h3:only-child {
  margin-bottom: 0;
}
.tmpt_cont_layer .ly_cont_textbox_wrap {
  margin-top: 40px;
  overflow-y: auto;
  max-height: 352px;
  text-align: left;
}
.tmpt_cont_layer .ly_cont_textbox_wrap li {
  position: relative;
}
.tmpt_cont_layer .ly_cont_textbox_wrap li p {
  padding: 10px 0 10px 14px;
}
.tmpt_cont_layer .ly_cont_textbox_wrap li p .number {
  position: absolute;
  width: 14px;
  left: 0px;
}
.tmpt_cont_layer .ly_map_area {
  height: 580px;
  margin: 40px 30px;
  padding: 0;
  background: #e9e9e9;
}
.tmpt_cont_layer .ly_map_area .map_api {
  width: 100%;
  height: 100%;
}
.tmpt_cont_layer .btn_delete {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 0 5px;
  height: 14px;
  width: 14px;
}
.tmpt_cont_layer .btn_delete:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/sprites/sp_mntrip_ico_20231019.png);
  background-position: -381px -489px;
  width: 14px;
  height: 14px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tmpt_cont_layer .btn_delete:before {
    background-image: url(../img/sprites/sp_mntrip_ico_20231019@2x.png);
    background-size: 551px 511px;
  }
}
.tmpt_cont_layer .ly_person_wrap .ly_form_wrap {
  margin-bottom: 20px;
}
.tmpt_cont_layer .ly_person_wrap .ly_form_wrap:after {
  clear: both;
  content: "";
  display: block;
}
.tmpt_cont_layer .ly_person_wrap .ly_form_wrap .ly_form_txt {
  float: left;
  font-size: 13px;
  line-height: 18px;
  padding-top: 14px;
}
.tmpt_cont_layer .ly_person_wrap .ly_form_wrap .tmpt_button {
  float: right;
  width: 100px;
  margin: 0;
}
.tmpt_cont_layer .ly_person_wrap td {
  border-right: 0;
}
.tmpt_cont_layer .ly_person_wrap td.nodata {
  height: 104px;
}
.tmpt_cont_layer .ly_person_wrap td .tmpt_button {
  min-width: 56px;
  margin: 0 3px;
}
.tmpt_cont_layer .ly_person_wrap td .tmpt_button.s_ty1 {
  color: #222;
}
.tmpt_cont_layer .ly_person_wrap td .tmpt_button.s_ty1:hover {
  color: #fff;
}
.tmpt_cont_layer .ly_person_wrap td .tmpt_button.o_ty2 {
  border-radius: 26px;
}
.tmpt_cont_layer .tx_table_cap {
  margin-bottom: 20px;
  font-size: 13px;
}
.tmpt_cont_layer .policy_agree {
  margin-top: 20px;
  padding: 19px 19px 17px;
  border: 1px solid #d3d3d3;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: -0.3px;
}
.tmpt_cont_layer .policy_agree p {
  margin-bottom: 17px;
}
.tmpt_cont_layer .policy_agree dl {
  display: table;
  width: 100%;
  margin-top: 10px;
}
.tmpt_cont_layer .policy_agree dl dt {
  display: table-cell;
  color: #646464;
}
.tmpt_cont_layer .policy_agree dl dd {
  display: table-cell;
  width: 60px;
  text-align: right;
}
.tmpt_cont_layer .policy_agree dl dd .custom_chk label {
  padding-right: 0;
  font-size: 13px;
}
.tmpt_cont_layer.ty_photo .ly_photo_wrap .cdtl_cm_detail.cdtl_slidewrap .bx-controls {
  width: 100%;
  bottom: -177px;
}
.tmpt_cont_layer.ty_photo .ly_photo_wrap .cdtl_cm_detail .cdtl_pager_sec .cdtl_pager {
  width: 667px;
}
.tmpt_cont_layer.ty_photo .ly_photo_wrap .cdtl_cm_detail .cdtl_pager_position {
  bottom: auto;
  top: 382px;
}
.tmpt_cont_layer.ty_photo .tmpt_cont_layer_body.ly_photo_wrap {
  padding: 33px 30px 60px;
  max-height: 720px;
}
.tmpt_cont_layer.ty_photo .tmpt_cont_layer_body.ly_photo_wrap .cdtl_cm_detail {
  margin-bottom: 0;
}
.tmpt_cont_layer.ty_photo .tmpt_cont_layer_body.ly_photo_wrap .cdtl_cm_detail .cdtl_item_image {
  width: auto;
  margin-bottom: 20px;
}
.tmpt_cont_layer.ty_photo .tmpt_cont_layer_body.ly_photo_wrap .cdtl_cm_detail.cdtl_slidewrap .cdtl_item_imagelst li {
  width: 721px !important;
}
.tmpt_cont_layer.ty_photo .dtl_cont_titarea {
  margin-top: 40px;
  margin-bottom: 20px;
}
.tmpt_cont_layer.ty_photo .dtl_cont_titarea .dtl_cont_tit {
  padding-top: 5px;
  font-size: 18px;
  line-height: 27px;
}
.tmpt_cont_layer.ty_photo .tbl_dtl {
  width: 740px;
  border-top: 1px solid #222;
}
.tmpt_cont_layer.ty_photo .tbl_dtl table {
  width: 100%;
  border-bottom: 1px solid #eaeaea;
}
.tmpt_cont_layer.ty_photo .tbl_dtl table tr:first-child th,
.tmpt_cont_layer.ty_photo .tbl_dtl table tr:first-child td {
  border-top: 0;
}
.tmpt_cont_layer.ty_photo .tbl_dtl table th,
.tmpt_cont_layer.ty_photo .tbl_dtl table td {
  padding: 16px 20px;
  border-left: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
  font-size: 15px;
  line-height: 20px;
  vertical-align: top;
  text-align: left;
}
.tmpt_cont_layer.ty_photo .tbl_dtl table th {
  background: #fafafa;
}
.tmpt_cont_layer.ty_photo .tbl_dtl table th:first-child {
  border-left: 0;
}
.tmpt_cont_layer.ty_photo .tbl_dtl table .addr_area {
  display: block;
  position: relative;
}
.tmpt_cont_layer.ty_photo .tbl_dtl table button.dtl_map {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -16px;
}
.tmpt_cont_layer.ty_photo .lst_tbl_inner {
  font-size: 0;
}
.tmpt_cont_layer.ty_photo .lst_tbl_inner.ty_col2 li {
  width: 50%;
}
.tmpt_cont_layer.ty_photo .lst_tbl_inner li {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-left: 9px;
  font-size: 15px;
  line-height: 20px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tmpt_cont_layer.ty_photo .lst_tbl_inner li:before {
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 2px;
  height: 2px;
  border-radius: 1px;
  background: #222;
  content: "";
}
.tmpt_cont_layer .ly_photo_wrap {
  position: relative;
}
.tmpt_cont_layer .ly_photo_wrap .cdtl_cm_detail {
  position: relative;
  line-height: 1.5em;
  margin: 10px 0 75px;
}
.tmpt_cont_layer .ly_photo_wrap .cdtl_cm_detail.cdtl_slidewrap .cdtl_item_imagelst li {
  width: 1260px !important;
  height: 460px;
}
.tmpt_cont_layer .ly_photo_wrap .cdtl_cm_detail.cdtl_slidewrap .cdtl_item_imagelst li .cdtl_imgbox {
  display: block;
}
.tmpt_cont_layer .ly_photo_wrap .cdtl_cm_detail.cdtl_slidewrap .bx-controls {
  position: absolute;
  bottom: -167px;
  left: 50%;
  width: 1010px;
  height: 85px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tmpt_cont_layer .ly_photo_wrap .cdtl_cm_detail.cdtl_slidewrap .bx-controls .bx-controls-direction > a {
  position: absolute;
  top: calc(50% - 10px);
  width: 35px;
  height: 85px;
}
.tmpt_cont_layer .ly_photo_wrap .cdtl_cm_detail.cdtl_slidewrap .bx-controls .bx-controls-direction .bx-prev {
  left: 0;
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 20px;
  overflow: hidden;
}
.tmpt_cont_layer .ly_photo_wrap .cdtl_cm_detail.cdtl_slidewrap .bx-controls .bx-controls-direction .bx-prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: 4px;
  border-left: 2px solid #222;
  border-bottom: 2px solid #222;
}
.tmpt_cont_layer .ly_photo_wrap .cdtl_cm_detail.cdtl_slidewrap .bx-controls .bx-controls-direction .bx-next {
  right: 0;
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 20px;
  overflow: hidden;
}
.tmpt_cont_layer .ly_photo_wrap .cdtl_cm_detail.cdtl_slidewrap .bx-controls .bx-controls-direction .bx-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: -4px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
}
.tmpt_cont_layer .ly_photo_wrap .cdtl_cm_detail .cdtl_item_image {
  position: relative;
  margin-bottom: 10px;
  text-align: center;
}
.tmpt_cont_layer .ly_photo_wrap .cdtl_cm_detail .img_desc {
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 32px;
  text-align: center;
}
.tmpt_cont_layer .ly_photo_wrap .cdtl_cm_detail .cdtl_pager_position {
  position: absolute;
  left: 50%;
  bottom: -43px;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 1px 10px 0;
  border-radius: 11.5px;
  color: #fff;
  letter-spacing: -0.21px;
  font-size: 11px;
  font-family: "Spoqa-Regular", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Arial, sans-serif;
  background-color: rgba(0, 0, 0, 0.5);
}
.tmpt_cont_layer .ly_photo_wrap .cdtl_cm_detail .cdtl_pager_sec {
  margin: 20px 0;
  text-align: center;
}
.tmpt_cont_layer .ly_photo_wrap .cdtl_cm_detail .cdtl_pager_sec .cdtl_pager {
  display: inline-block;
  overflow: hidden;
  position: relative;
  max-width: 970px;
  height: 85px;
  text-align: center;
  vertical-align: top;
}
.tmpt_cont_layer .ly_photo_wrap .cdtl_cm_detail .cdtl_pager_sec .cdtl_pager .bx-viewport {
  height: 85px !important;
}
.tmpt_cont_layer .ly_photo_wrap .cdtl_cm_detail .cdtl_pager_sec .cdtl_pager .cdtl_pager_lst {
  overflow: hidden;
  height: 85px;
}
.tmpt_cont_layer .ly_photo_wrap .cdtl_cm_detail .cdtl_pager_sec .cdtl_pager .lst_thmb {
  font-size: 0;
  height: 85px;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tmpt_cont_layer .ly_photo_wrap .cdtl_cm_detail .cdtl_pager_sec .cdtl_pager .lst_thmb li {
  display: inline-block;
  position: relative;
  font-size: 12px;
  vertical-align: top;
  margin-right: 12px;
  width: 85px;
}
.tmpt_cont_layer .ly_photo_wrap .cdtl_cm_detail .cdtl_pager_sec .cdtl_pager .lst_thmb li:last-child {
  margin-right: 0;
}
.tmpt_cont_layer .ly_photo_wrap .cdtl_cm_detail .cdtl_pager_sec .cdtl_pager .lst_thmb li a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 85px;
  height: 85px;
  border-radius: 12px;
}
.tmpt_cont_layer .ly_photo_wrap .cdtl_cm_detail .cdtl_pager_sec .cdtl_pager .lst_thmb li a .bd {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 83px;
  height: 83px;
  border: 1px solid #222;
  border-radius: 12px;
}
.tmpt_cont_layer .ly_photo_wrap .cdtl_cm_detail .cdtl_pager_sec .cdtl_pager .lst_thmb .active .bd {
  display: block;
}
.tmpt_cont_layer .ly_photo_wrap .cdtl_cm_detail .cdtl_pager_sec .cdtl_pager .lst_thmb .active img {
  opacity: 1;
}
.tmpt_cont_layer .ly_cont_coupon_wrap .coupon_list {
  display: inline-block;
  margin-top: 30px;
  width: calc(50% - 14px);
  min-height: 329px;
  padding: 32px 0px;
  border: 1px solid #eaeaea;
  vertical-align: top;
}
.tmpt_cont_layer .ly_cont_coupon_wrap .coupon_list:nth-child(2n-1) {
  margin-right: 20px;
}
.tmpt_cont_layer .ly_cont_coupon_wrap .coupon_list .tmpt_button_wrap {
  margin: 15px auto 0;
}
.tmpt_cont_layer .ly_cont_coupon_wrap .coupon_list .tmpt_button_wrap .tmpt_button.o_ty2 {
  min-width: 220px;
  height: 38px;
}
.tmpt_cont_layer .ly_cont_coupon_wrap .coupon_info {
  position: relative;
  margin: 0 auto;
  left: 10px;
  color: #e8718e;
  text-align: center;
  background-image: url(../img/sprites/sp_mntrip_ico_20231019.png);
  background-position: 0px 0px;
  width: 255px;
  height: 134px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tmpt_cont_layer .ly_cont_coupon_wrap .coupon_info {
    background-image: url(../img/sprites/sp_mntrip_ico_20231019@2x.png);
    background-size: 551px 511px;
  }
}
.tmpt_cont_layer .ly_cont_coupon_wrap .coupon_info .coupon_value {
  position: absolute;
  top: 55px;
  left: 50%;
  -webkit-transform: translateX(-67%);
          transform: translateX(-67%);
  font-size: 36px;
  font-weight: 700;
  vertical-align: middle;
  letter-spacing: -2px;
  margin: 0 -10px;
}
.tmpt_cont_layer .ly_cont_coupon_wrap .coupon_info .coupon_value .ssg_tx {
  padding-left: 5px;
  font-size: 16px;
  vertical-align: middle;
}
.tmpt_cont_layer .ly_cont_coupon_wrap .coupon_noti {
  margin: 5px auto;
  width: 255px;
  font-size: 13px;
  text-align: center;
}
.tmpt_cont_layer .ly_cont_coupon_wrap .coupon_noti .coupon_noti_tit {
  display: block;
  margin: 0 auto;
  width: 180px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 180px;
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
}
.tmpt_cont_layer .ly_cont_coupon_wrap .coupon_noti .coupon_noti_list {
  position: relative;
  margin: 10px 15px;
  font-size: 13px;
  text-align: left;
  color: #909090;
}
.tmpt_cont_layer .ly_cont_coupon_wrap .coupon_noti .coupon_noti_list dt {
  position: relative;
  display: inline-block;
  width: 60px;
  padding-left: 10px;
  vertical-align: top;
}
.tmpt_cont_layer .ly_cont_coupon_wrap .coupon_noti .coupon_noti_list dt:before {
  content: "· ";
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 5px;
}
.tmpt_cont_layer .ly_cont_coupon_wrap .coupon_noti .coupon_noti_list dd {
  display: inline-block;
  width: 152px;
}
.tmpt_cont_layer .coupon_modal_cont .coupon_modal_tit {
  margin-top: 30px;
  font-size: 16px;
}
.tmpt_cont_layer .coupon_modal_cont .coupon_modal_tit .icon_info {
  width: 22px;
  height: auto;
}
.tmpt_cont_layer .coupon_modal_cont .coupon_modal_tit .icon_info:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.0004 21.5999C6.70839 21.5999 2.40039 17.2919 2.40039 11.9999C2.40039 6.7079 6.70839 2.3999 12.0004 2.3999C17.2924 2.3999 21.6004 6.7079 21.6004 11.9999C21.6004 17.2919 17.2924 21.5999 12.0004 21.5999ZM12.0004 3.5999C7.36839 3.5999 3.60039 7.3679 3.60039 11.9999C3.60039 16.6319 7.36839 20.3999 12.0004 20.3999C16.6324 20.3999 20.4004 16.6319 20.4004 11.9999C20.4004 7.3679 16.6324 3.5999 12.0004 3.5999Z' fill='rgb%280%2C0%2C0%29'%3e%3c/path%3e %3cpath d='M12.0003 8.84408C12.6299 8.84408 13.1403 8.33368 13.1403 7.70408C13.1403 7.07447 12.6299 6.56408 12.0003 6.56408C11.3707 6.56408 10.8603 7.07447 10.8603 7.70408C10.8603 8.33368 11.3707 8.84408 12.0003 8.84408Z' fill='rgb%280%2C0%2C0%29'%3e%3c/path%3e %3cpath d='M12.6004 10.3559H11.4004V17.1959H12.6004V10.3559Z' fill='rgb%280%2C0%2C0%29'%3e%3c/path%3e %3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
  height: 20px;
}
.tmpt_cont_layer .coupon_modal_cont .special_modal_coupon {
  margin-top: 40px;
}
.tmpt_cont_layer .coupon_modal_cont .special_modal_coupon .special_coupon_tt {
  font-size: 18px;
  line-height: 22px;
}
.tmpt_cont_layer .coupon_modal_cont .special_modal_coupon .special_coupon_tx {
  font-size: 15px;
}
.tmpt_cont_layer .coupon_modal_cont .special_modal_coupon .special_coupon_date {
  font-size: 15px;
  margin-top: 10px;
}
.tmpt_cont_layer .coupon_modal_cont .coupon_button_wrap {
  margin-top: 16px;
  text-align: center;
}
.tmpt_cont_layer .coupon_modal_cont .download_btn {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #328ca8;
  border: 1px solid #328ca8;
  height: 40px;
  width: 252px;
}
.tmpt_cont_layer .tmpt_button.p_ty_coupon {
  width: calc(100% - 64px);
  height: 50px;
  background: #328ca8;
  border-color: #328ca8;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}
.tmpt_cont_layer .ly_loading {
  padding: 30px 30px 60px;
  text-align: center;
  word-break: break-all;
}
.tmpt_cont_layer .ly_loading .tx_loading {
  display: block;
  margin-top: 20px;
  color: #328ca8;
  font-size: 18px;
  font-weight: bold;
  line-height: 52px;
}
.tmpt_cont_layer .ly_loading .tx_loading2 {
  display: block;
  font-size: 13px;
}
.tmpt_cont_layer .tx_count {
  font-size: 18px;
  line-height: 22px;
}
.tmpt_cont_layer .tx_count em {
  color: #328ca8;
  font-family: "Spoqa-Regular", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  vertical-align: -1px;
}
.tmpt_cont_layer .lst_pricealarm .lst_pricealarm_item {
  position: relative;
  margin-top: 20px;
}
.tmpt_cont_layer .lst_pricealarm .lst_pricealarm_item.ty_nodata .tx {
  padding: 78px 0;
  color: #909090;
  font-size: 15px;
  text-align: center;
}
.tmpt_cont_layer .lst_pricealarm .lst_pricealarm_item.ty_set .pricealarm_wrap {
  padding: 35px;
  text-align: center;
}
.tmpt_cont_layer .lst_pricealarm .lst_pricealarm_item.ty_set .tx_tit {
  margin-bottom: 0;
  padding: 10px 0;
}
.tmpt_cont_layer .lst_pricealarm .lst_pricealarm_item.ty_set .tx_detail {
  display: inline-block;
  width: auto;
  padding: 6px 0;
}
.tmpt_cont_layer .lst_pricealarm .lst_pricealarm_item.ty_set .tx_detail dt {
  width: auto;
}
.tmpt_cont_layer .lst_pricealarm .lst_pricealarm_item.ty_set .tx_detail.tx_date dd:after {
  content: ",";
}
.tmpt_cont_layer .lst_pricealarm .lst_pricealarm_item .btn_del {
  position: absolute;
  display: inline-block;
  width: 22px;
  height: 22px;
  top: 30px;
  right: 30px;
  border-radius: 50%;
  background: #222;
}
.tmpt_cont_layer .lst_pricealarm .lst_pricealarm_item .btn_del:before, .tmpt_cont_layer .lst_pricealarm .lst_pricealarm_item .btn_del:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background-color: #fff;
}
.tmpt_cont_layer .lst_pricealarm .lst_pricealarm_item .btn_del:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.tmpt_cont_layer .lst_pricealarm .lst_pricealarm_item .btn_del:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
.tmpt_cont_layer .lst_pricealarm .pricealarm_wrap {
  border: 1px solid #eaeaea;
  border-radius: 28px;
}
.tmpt_cont_layer .lst_pricealarm .pricealarm_wrap .tx_tit {
  padding: 45px 70px;
  overflow: hidden;
  position: relative;
  font-size: 28px;
  font-weight: bold;
  line-height: 32px;
}
.tmpt_cont_layer .lst_pricealarm .pricealarm_wrap .pricealarm_detail {
  display: table;
  table-layout: fixed;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 14px 0;
  border-top: 1px solid #f0f0f0;
  background-color: #f8f8f8;
  font-size: 14px;
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
  text-align: center;
}
.tmpt_cont_layer .lst_pricealarm .pricealarm_wrap .tx_detail {
  display: table-cell;
}
.tmpt_cont_layer .lst_pricealarm .pricealarm_wrap .tx_detail dt {
  display: table-cell;
  width: 98px;
  font-size: 15px;
  color: #9c9c9c;
  line-height: 20px;
}
.tmpt_cont_layer .lst_pricealarm .pricealarm_wrap .tx_detail dd {
  display: table-cell;
  font-size: 14px;
  line-height: 20px;
}
.tmpt_cont_layer .lst_pricealarm .pricealarm_wrap .tx_detail + .tx_detail {
  margin-top: 5px;
}
.tmpt_cont_layer .ly_cont_total_price_wrap {
  margin: 40px 0;
  font-family: "Spoqa-Regular", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Arial, sans-serif;
}
.tmpt_cont_layer .ly_cont_total_price_wrap .tx_price_calc {
  margin-top: -20px;
  background-color: #fff;
  font-size: 15px;
}
.tmpt_cont_layer .ly_cont_total_price_wrap .tx_price_calc .tx_criterion {
  color: #328ca8;
  font-weight: bold;
}
.tmpt_cont_layer .ly_cont_total_price_wrap .txt_info {
  font-size: 13px;
  color: #909090;
}
.tmpt_cont_layer .ly_cont_total_price_wrap .total_price_area {
  padding: 0 30px 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  background-color: #fafafa;
}
.tmpt_cont_layer .ly_cont_total_price_wrap .total_price_area .price_sec {
  border-top: 1px solid #eaeaea;
}
.tmpt_cont_layer .ly_cont_total_price_wrap .total_price_area .price_sec:first-child {
  border-top: 0;
}
.tmpt_cont_layer .ly_cont_total_price_wrap .price_sec {
  padding: 20px 0;
}
.tmpt_cont_layer .ly_cont_total_price_wrap dl:after {
  clear: both;
  content: "";
  display: block;
}
.tmpt_cont_layer .ly_cont_total_price_wrap dl dt {
  float: left;
}
.tmpt_cont_layer .ly_cont_total_price_wrap dl dd {
  float: right;
  text-align: right;
}
.tmpt_cont_layer .ly_cont_total_price_wrap dl.discount_term {
  margin-top: 0;
}
.tmpt_cont_layer .ly_cont_total_price_wrap dl.discount_term .price_list_dtterm,
.tmpt_cont_layer .ly_cont_total_price_wrap dl.discount_term .price_list_ddterm {
  display: block;
  line-height: 20px;
}
.tmpt_cont_layer .ly_cont_total_price_wrap .price_list_dl {
  margin-top: 10px;
}
.tmpt_cont_layer .ly_cont_total_price_wrap .price_list_dl:first-child {
  margin-top: 0;
}
.tmpt_cont_layer .ly_cont_total_price_wrap .price_list_dl .price_list_dt .price_list_dttit {
  font-size: 15px;
  font-weight: bold;
}
.tmpt_cont_layer .ly_cont_total_price_wrap .price_list_dl .price_list_dt .price_list_dtterm {
  font-size: 13px;
  color: #909090;
}
.tmpt_cont_layer .ly_cont_total_price_wrap .price_list_dl .price_list_dd .ssg_plusminus {
  font-weight: bold;
}
.tmpt_cont_layer .ly_cont_total_price_wrap .price_list_dl .price_list_dd .ssg_price {
  font-size: 18px;
  font-weight: bold;
}
.tmpt_cont_layer .ly_cont_total_price_wrap .price_list_dl .price_list_dd .ssg_tx {
  font-size: 15px;
  font-weight: bold;
  vertical-align: 1px;
}
.tmpt_cont_layer .ly_cont_total_price_wrap .price_list_dl .price_list_dd .price_list_ddterm {
  font-size: 13px;
  color: #909090;
}
.tmpt_cont_layer .ly_cont_total_price_wrap .price_list_dl.total_price {
  padding-bottom: 5px;
}
.tmpt_cont_layer .ly_cont_total_price_wrap .price_list_dl.total_price .price_list_dttit {
  font-size: 24px;
  line-height: 40px;
}
.tmpt_cont_layer .ly_cont_total_price_wrap .price_list_dl.total_price .ssg_price,
.tmpt_cont_layer .ly_cont_total_price_wrap .price_list_dl.total_price .ssg_tx {
  width: 228px;
  font-size: 32px;
  letter-spacing: -1px;
  line-height: 40px;
}
.tmpt_cont_layer .ly_cont_total_price_wrap .price_list_dl.total_price .ssg_tx {
  font-size: 20px;
  vertical-align: 3px;
}
.tmpt_cont_layer .ly_cont_total_price_wrap .price_list_dl.coupon_price .price_list_dttit {
  font-size: 18px;
}
.tmpt_cont_layer .ly_cont_total_price_wrap .price_list_dl.coupon_price .ssg_price,
.tmpt_cont_layer .ly_cont_total_price_wrap .price_list_dl.coupon_price .ssg_tx {
  width: 228px;
  color: #909090;
  font-size: 18px;
  letter-spacing: -1px;
}
.tmpt_cont_layer .ly_cont_total_price_wrap .price_list_dl.coupon_price .ssg_tx {
  font-size: 15px;
  vertical-align: 1px;
}
.tmpt_cont_layer .ly_cont_total_price_wrap .price_list_dl.coupon_price + .discount_term {
  margin-top: 0;
}
.tmpt_cont_layer .ly_cont_total_price_wrap .price_list_dl.coupon_price + .discount_term .price_list_dtterm,
.tmpt_cont_layer .ly_cont_total_price_wrap .price_list_dl.coupon_price + .discount_term .price_list_ddterm {
  display: block;
  font-size: 15px;
  line-height: 20px;
}
.tmpt_cont_layer .ly_cont_total_price_wrap .price_list_dl.ty_total {
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #222;
}
.tmpt_cont_layer .ly_cont_total_price_wrap .price_list_dl.ty_total .price_list_dttit {
  display: inline-block;
  font-size: 18px;
  padding-top: 8px;
}
.tmpt_cont_layer .ly_cont_total_price_wrap .price_list_dl.ty_total .price_list_dtterm {
  line-height: normal;
}
.tmpt_cont_layer .ly_cont_total_price_wrap .price_list_dl.ty_total .ssg_price,
.tmpt_cont_layer .ly_cont_total_price_wrap .price_list_dl.ty_total .ssg_tx {
  width: 228px;
  -webkit-columns: #909090;
     -moz-columns: #909090;
          columns: #909090;
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 40px;
}
.tmpt_cont_layer .ly_cont_total_price_wrap .price_list_dl.ty_total .ssg_tx {
  font-size: 18px;
  vertical-align: 1px;
}
.tmpt_cont_layer .ly_cont_total_price_wrap .save_list_tit {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
}
.tmpt_cont_layer .ly_cont_total_price_wrap .save_list_dl {
  padding-top: 5px;
}
.tmpt_cont_layer .ly_cont_total_price_wrap .save_list_dl .save_list_dt {
  font-size: 15px;
}
.tmpt_cont_layer .ly_cont_total_price_wrap .save_list_dl .save_list_dt .save_list_dtterm {
  color: #909090;
}
.tmpt_cont_layer .ly_cont_total_price_wrap .save_list_dl .save_list_dd {
  font-size: 15px;
}
.tmpt_cont_layer .ly_cont_total_price_wrap .save_list_dl .save_list_dd .ssg_price,
.tmpt_cont_layer .ly_cont_total_price_wrap .save_list_dl .save_list_dd .save_list_ddtxt {
  font-size: 18px;
}
.tmpt_cont_layer .ly_cont_total_price_wrap .save_list_dl .save_list_dd .ssg_price em,
.tmpt_cont_layer .ly_cont_total_price_wrap .save_list_dl .save_list_dd .save_list_ddtxt em {
  font-size: 15px;
  vertical-align: 1px;
}
.tmpt_cont_layer .ly_cont_total_price_wrap .save_list_dl .save_list_dd .ssg_tx {
  vertical-align: 1px;
}
.tmpt_cont_layer .ly_cont_total_price_wrap .save_list_dl .save_list_dd .save_list_ddterm {
  color: #909090;
}
.tmpt_cont_layer .ly_reward {
  margin-bottom: 50px;
}
.tmpt_cont_layer .ly_reward .ly_cont_sec {
  font-size: 13px;
}
.tmpt_cont_layer .ly_reward .hotel_cmpt_table tbody td {
  border-right: 0;
}
.tmpt_cont_layer .ly_reward .reward_sec {
  margin-top: 30px;
}
.tmpt_cont_layer .ly_reward .reward_sec .reward_sec_tit {
  display: block;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 30px;
}
.tmpt_cont_layer .ly_reward .reward_sec.ty_box {
  padding: 20px 30px;
  border: 1px solid #d3d3d3;
}
.tmpt_cont_layer .ly_reward .reward_sec.ty_box .reward_sec_tit {
  margin-bottom: 10px;
}
.tmpt_cont_layer .ly_reward .hotel_cmpt_dot_list li {
  font-size: 15px;
  line-height: 22px;
}
.tmpt_cont_layer .ly_reward .hotel_cmpt_dot_list li li {
  padding-left: 0;
  color: #909090;
  font-size: 13px;
}
.tmpt_cont_layer .ly_reward .hotel_cmpt_dot_list li li:before {
  display: none;
}
.tmpt_cont_layer .ly_reward .lst_reward li {
  position: relative;
  margin-top: 10px;
  padding: 14px 20px;
  background: #e1effa;
  line-height: 22px;
}
.tmpt_cont_layer .ly_reward .lst_reward .reward_price {
  display: inline-block;
  color: #328ca8;
  font-size: 18px;
  vertical-align: top;
}
.tmpt_cont_layer .ly_reward .lst_reward .reward_price em {
  font-family: "Spoqa-Regular", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Arial, sans-serif;
  font-weight: bold;
  line-height: 20px;
}
.tmpt_cont_layer .ly_reward .lst_reward .reward_term {
  position: absolute;
  display: block;
  top: 15px;
  right: 20px;
  font-size: 12px;
}
.tmpt_cont_layer .ly_reward .lst_reward .reward_term em {
  font-family: "Spoqa-Regular", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Arial, sans-serif;
  line-height: 20px;
}
.tmpt_cont_layer .ly_reward .btn_area {
  margin-top: 10px;
  text-align: right;
}
.tmpt_cont_layer .ly_reward .btn_area .btn_link {
  display: inline-block;
}
.tmpt_cont_layer .ly_reward .btn_area .btn_link .ico {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 10px;
  overflow: hidden;
  margin-left: 5px;
}
.tmpt_cont_layer .ly_reward .btn_area .btn_link .ico:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  -webkit-transform: translate(-50%, -50%) scale(1.2, 1) rotate(45deg);
  transform: translate(-50%, -50%) scale(1.2, 1) rotate(45deg);
  margin-left: -2px;
  border-top: 1px solid #646464;
  border-right: 1px solid #646464;
}
.tmpt_cont_layer .ly_refund_case {
  margin-bottom: 40px;
}
.tmpt_cont_layer .ly_refund_case .codr_p_tblarea2 {
  margin-top: 20px;
  border: 1px solid #eee;
}
.tmpt_cont_layer .ly_refund_case .codr_p_tblarea2 table {
  width: 100%;
  border-collapse: collapse;
}
.tmpt_cont_layer .ly_refund_case .codr_p_tblarea2 th,
.tmpt_cont_layer .ly_refund_case .codr_p_tblarea2 td {
  min-height: 30px;
  border-top: 1px solid #eee;
  font-size: 14px;
  letter-spacing: -0.3px;
}
.tmpt_cont_layer .ly_refund_case .codr_p_tblarea2 th {
  padding: 7px 5px 8px 15px;
  border-right: 1px solid #eee;
  background: #f5f5f5;
  font-weight: normal;
  text-align: left;
  line-height: 2;
}
.tmpt_cont_layer .ly_refund_case .codr_p_tblarea2 td {
  padding: 10px 10px 12px 15px;
  color: #666;
  line-height: 1.57;
}
.tmpt_cont_layer .ly_refund_case .codr_p_tblarea2 tr:first-child th,
.tmpt_cont_layer .ly_refund_case .codr_p_tblarea2 tr:first-child td {
  border-top: 0;
}
.tmpt_cont_layer .ly_refund_case .codr_p_tblarea2 .codr_td_tx {
  margin-top: 10px;
}
.tmpt_cont_layer .ly_refund_case .codr_p_tblarea2 .codr_td_tx:first-child {
  margin-top: 0;
}
/*# sourceMappingURL=mntrip_hotel.css.map */
