/* S : Reservation Step */
.reservation__step {
  display: flex;
  justify-content: center;
  margin-top: 2.8rem;
}
.reservation__step li {
  margin-right: 1rem;
}
.reservation__step li:last-child {
  margin-right: 0;
}
.reservation__step li span {
  display: block;
  color: #BFBFBF;
  font-family: var(--font-600c);
  font-size: 1.7rem;
  text-align: center;
}
.reservation__step li span.active {
  color: var(--blue);
}
@media screen and (max-width: 767px) {
  .reservation__step {
    padding: 0 5rem;
  }
  .reservation__step li span{
    font-size:1.2rem;
  }
}

@media screen and (max-width: 486px) {
  .reservation__step {
    margin-top: 1.5rem;
  }
}

/* E : Reservation Step */

/*S : STEP0*/
.date-select__container .m__container{
	margin-top:0;
}
.date-selec__wrap book__button-wrap{
margin-top:7rem;
}
/*E : STEP01*/

/* S : Terms Agreement */
.terms-agreement__form-wrap {
  padding: 3rem;
  border: 2px solid var(--gray-100);
  border-radius: 2rem;
}
.closed-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width:16.5rem;
  height:5.9rem;
  margin-left:auto;
  font-family: var(--font-600c);
  font-size:2rem;
  border-radius: 1rem;
  background-color:#EDEDED;
}
@media screen and (max-width: 600px) {
  .terms-agreement__form-wrap {
    padding: 0;
    border: none;
  }
}
.terms-agreement__form-wrap + .terms-agreement__form-item {
  padding: 3rem;
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .terms-agreement__form-wrap + .terms-agreement__form-item {
    padding: 2rem 0 0 0;
  }
}
.terms-agreement__form-wrap + .terms-agreement__form-item + .button__wrap .button {
  margin-top: 2.5rem;
}
@media screen and (max-width:600px) {
  .terms-agreement__form-wrap + .terms-agreement__form-item + .button__wrap .button {
    margin-top: 5rem;
  }
}
.terms-agreement__form-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 2rem;
}
.terms-agreement__form-item:first-child {
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--gray-100);
}
.terms-agreement__form-item:first-child .terms-agreement__form-desc {
  font-family: var(--font-700);
}
.terms-agreement__form-item:last-child {
  margin-bottom: 0;
}
.terms-agreement__form-item label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.terms-agreement__form-item .fake__checkbox-circle {
  flex-shrink: 0;
  margin-right: 1.6rem;
}
.terms-agreement__form-desc {
  font-family: var(--font-400);
  font-size: 2rem;
  cursor: pointer;
  line-height: 1.625;
}
.terms-agreement__more-btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.5rem;
  padding-right: 2.5rem;
  padding-left: 2rem;
  margin-left: auto;
  color: #666;
  font-family: var(--font-400);
  background-image: url("../../assets/images/icon/ico-view-more-arrow.svg");
  background-position: right center;
  background-size: 1.8rem 1.8rem;
  background-repeat: no-repeat;
}
/* E : Terms Agreement */

/* S : Mobile Auth */
.mobile-auth__form-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9.2rem 3rem;
  border: 2px solid var(--gray-100);
  border-radius: 2rem;
}
.mobile-auth__form-wrap .auth-btn{
	margin-top:0;
}
/* E : Mobile Auth */

/* S : Book */
.book__conainer .notice__list {
  margin-top: 1.2rem;
}
.book__conainer .notice__list.top-line {
  margin-top: 4.4rem;
  margin-bottom: 7rem;
  padding-top: 2.4rem;
  border-top: 2px solid #000;
}
.book__form-item {
  margin-top: 3rem;
}
.book__form-item:first-child {
  margin-top: 0;
  padding-bottom:5rem;
}
.book__location-check-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11.8rem;
  height: 3.6rem;
  margin-left: auto;
  margin-top: 1.2rem;
  margin-bottom:3.8rem;
  padding: 0.7rem 1.2rem;
  font-family: var(--font-700);
  font-size: 1.5rem;
  border: 0.1rem solid #bfbfbf;
  border-radius: 1rem;
}
.book__location-check-btn img {
  display: block;
  width: 2rem;
  height: 2rem;
}
.book__form-item-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 2rem;
  border: 2px solid var(--gray-100);
  border-radius: 1rem;
}
.book__form-item-box.cal{
  height:8rem;
  cursor: pointer;
}
.book__form-item-box.row-box{
	padding-inline: 0;
	border:none;
}
.book__form-item-box button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bfbfbf;
  font-family: var(--font-500c);
  font-size: 2rem;
}
.book__form-item-box button #sel_day_fr_day,
.book__form-item-box button #sel_day_to_day{
  margin-right:0.5rem;
  color:#000;
  font-family: var(--font-num-700);
  font-size:2.6rem;
}
.book__form-item-box button #sel_day_fr_week,
.book__form-item-box button #sel_day_to_week{
  color:#000;
  font-family: var(--font-500c);
  font-size: 2.3rem;
}

.book__form-item-box button img {
  width: 1.8rem;
  height: 1.8rem;
  margin-left: 1rem;
}
.book__form-item-box.selectbox {
  position: relative;
  padding: 0;
  margin-top: 0;
  border: none;
}
.book__form-item-box.selectbox .book__select-wrap {
  position: relative;
  margin-right: 1rem;
}
.book__form-item-box.selectbox .book__select-wrap:nth-child(1) {
  flex: 1;
}
.book__form-item-box.selectbox .book__select-wrap:nth-child(2) {
  flex: 1;
	margin-right:0;
}
.book__form-item-box.selectbox .input__box {
  position: relative;
  margin-top: 0;
}
.book__form-item-box.selectbox .input__box img {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%);
  height: 2rem;
}
.book__form-item-box.selectbox .input__box input {
  cursor: pointer;
}
.book__form-item-box.selectbox .input__box.spot svg{
  position:absolute;
  top:50%;
  right:1.5rem;
  transform: translateY(-50%) rotate(180deg);
}
.book__form-item-box.selectbox .input__box.spot svg.active{
  display: none;
}
.book__form-item-box.selectbox .input__box > input,
.book__form-item-box.selectbox .input__box .time_pick > input{
  padding-left:4rem;
}
.book__form-item-box.selectbox .input__select-option {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top:1.9rem;
  border: 2px solid var(--blue);
  border-radius: 1rem;
  z-index: 1;
  overflow: hidden;
}
.input__select-option span{
    display:block;
    height:3px;
    margin:0 auto;
	background-color:#fff;
    background-image:url("../../assets/images/reservation/reservation-dot-line.png");
}
.book__form-item-box.selectbox .input__select-option:last-child {
  margin-bottom: 0;
}
.book__form-item-box.selectbox .input__select-option .input__select-close {
  display: block;
  margin-left: auto;
  margin-right:1.3rem;
	padding-bottom:1rem;
}
.book__form-item-box.selectbox .input__select-option .option {
  padding: 1.9rem 1.5rem;
  font-family: var(--font-400);
  font-size: 2rem;
  cursor: pointer;
  background-color:#fff;
}
.book__form-item-box.selectbox .input__select-option .option:last-child {
  margin-bottom: 0;
}
@media (hover: hover) {
  .book__form-item-box.selectbox .input__select-option .option:hover {
    background-color: var(--gray-100);
  }
}
.book__airplane-mark {
  width: 15rem;
  margin:0 2.6rem;
}
.book__form-title {
  margin-bottom: 1.2rem;
  font-family: var(--font-700);
  font-size: 2rem;
  line-height: 1.3;
}
.book__device-select-box {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 2.5rem;
  margin-bottom: 1.2rem;
}
.book__device-select-item {
  margin-right: 1rem;
  opacity:0.3;
}

.book__device-select-item input:disabled + label .book__device-box{
  opacity:0.3;
}
.book__device-select-item:has(input){
  opacity: 1;
}

.book__device-select-item .book__device-box,
.book__device-select-item .fake__checkbox-circle{
  cursor: inherit !important;
}

.book__device-select-item:has(input) .book__device-box,
.book__device-select-item:has(input) .fake__checkbox-circle{
  cursor: pointer !important;
}

.book__device-select-item:nth-child(3) {
  margin-right: 0;
}
.book__device-select-item .book__device-box {
  border: 2px solid var(--gray-100);
  border-radius: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.book__device-select-item .fake__checkbox-circle {
  margin: 1.6rem auto 0;
}
.book__device-select-item input[type=radio] {
  display: none;
}
.book__device-select-item input[type=radio]:checked + label .book__device-box {
  border: 2px solid var(--blue);
}
.book__device-select-cover {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid var(--gray-100);
  border-radius: 2rem;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 1;
}
.book__device-select-cover strong {
  margin-bottom: 0.6rem;
  color: var(--blue);
  font-family: var(--font-700);
  font-size: 2.6rem;
  line-height: 1.15;
}
.book__device-select-cover p {
  color: #666;
  font-family: var(--font-400c);
  font-size: 1.8rem;
}
.book__button-wrap .button {
  margin-top: 0;
}
.book__timepicker-wrap {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  border: 2px solid var(--blue);
  border-radius: 1rem;
  z-index: 2;
  overflow: hidden;
}
.book__timepicker-wrap .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top:0.5rem;
  padding-top:1.3rem;
  background-color:#fff;
}
.book__timepicker-wrap .wrap .timepicker_info-box{
  display: flex;
  align-items: center;
  justify-content: center;
}
.book__timepicker-wrap .wrap input {
  width: 4rem;
  height: 4rem;
  padding: 0;
  text-align: center;
  color: #000;
  font-family: var(--font-700);
  font-size: 2.2rem;
  border: none;
}
.book__timepicker-wrap .wrap .col {
  padding: 0 1rem;
  color: #000;
  font-family: var(--font-700);
  font-size: 2.2rem;
}
.book__timepicker-wrap .wrap .button {
  display: inline-flex;
  width:auto;
  margin:1.5rem auto 1.3rem;
  padding:0.8rem 1.5rem;
  color: #fff;
  font-family: var(--font-600);
  font-size: 1.6rem;
  border-radius: 4rem;
  background-color: #252B7E;
}
.book__timepicker-wrap .next,
.book__timepicker-wrap .prev {
  width: 3.6rem;
  height: 3.6rem;
  margin: auto;
  background-image: url("../../assets/images/icon/ico-time-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.book__timepicker-wrap .prev {
  transform: rotate(180deg);
}
.book__timepicker-wrap .closed {
  width: 1.5rem;
  height: 1.5rem;
  margin:2.3rem 1.5rem 0 auto;
}
.book__timepicker-wrap .closed img {
  position: static !important;
  width: 100%;
  height: 100% !important;
  right: 0 !important;
  top: 0 !important;
  margin: 0;
  transform: translateY(0) !important;
}
.input__flex-box .ttg_frm2_date_selectd{ 
	display:block;
	margin-left:auto;
  color:var(--navy);
	font-family:var(--font-500c);
  font-size:2rem;
}
/* E : Book */

/* S : Complete */
.complete__clone-ticket {
  position: fixed;
  top:-10000px;
  max-width:67rem;
  padding: 5.4rem 7.52rem 0;
  background-color: #F5FCFE;
  background-image:url('../../assets/images/reservation/ticket-bg.jpg?ver=1');
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index:10;
}
.complete__clone-ticket .complete__ticket-capture {
  width: 46.6rem;
  margin: 0 auto;
  background-image: url("../../assets/images/reservation/reservation-ticket-bg.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center 6rem;
}
.complete__clone-ticket .complete__application-date span:nth-of-type(3) span{
  margin-top:0rem;
}
.complete__clone-ticket .complete__ticket-capture .complete__info:nth-child(4){
  height:14rem;
  margin-top:5.1rem;
}

.complete__ticket-box {
  border-radius: 2rem 2rem;
  overflow: hidden;
  background-image: url("../../assets/images/reservation/reservation-ticket-bg.svg");
  background-size: 100%;
  background-position: center 6.6rem;
  background-repeat: no-repeat;
}
.complete__ticket-capture .complete__info {
  font-family: var(--font-400);
}
.complete__ticket-capture .complete__info:nth-child(1) {
  display: flex;
  justify-content: space-between;
  height: 10rem;
  padding-inline: 3.8rem;
  background-color: var(--theme);
  border-radius: 3rem 3rem 0 0;
}
.complete__ticket-capture .complete__info:nth-child(1) .complete__logo {
  margin-top:2rem;
  color:#fff;
  font-size: 1.8rem;
  font-family: var(--font-400);
}
.complete__ticket-capture .complete__info:nth-child(1) .complete__logo svg {
  height: 100%;
}
.complete__ticket-capture .complete__info:nth-child(1) .complete__time {
  display: flex;
  justify-content: center;
  margin-top:1.75rem;
  color: #fff;
  font-family: var(--font-num-500);
  font-size: 2.1rem;
}
.complete__ticket-capture .complete__info:nth-child(1) .complete__time .date__marker {
  display: block;
  position: relative;
  margin: 0.5rem 0.5rem 0 ;
  width: 1px;
  height: 1.5rem;
  background-color: rgba(255, 255, 255, 1);
}
.complete__ticket-capture .complete__info:nth-child(2) {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: -4rem;
  height:15.8rem;
  padding-inline:4rem;
  padding-top:4rem;
  border-radius: 2rem 2rem 0 0;
  background-color: #fff;
}
.complete__ticket-capture .complete__info:nth-child(2) .complete__number span {
  display: block;
}
.complete__ticket-capture .complete__info:nth-child(2) .complete__number span:nth-child(1) {
  color: var(--blue);
  font-family: var(--font-600);
  font-size: 1.8rem;
}
.complete__ticket-capture .complete__info:nth-child(2) .complete__number span:nth-child(2) {
  color: var(--navy);
  font-family: var(--font-num-700);
  font-size: 4rem;
}
.complete__ticket-capture .complete__info:nth-child(2) .complete__number span:nth-child(3) {
  color: #BDD9FF;
  font-size: 4.5rem;
  font-family: var(--font-num-700);
}
.complete__ticket-capture .complete__info:nth-child(2) .complete__state span {
  display: block;
  text-align: right;
}
.complete__ticket-capture .complete__info:nth-child(2) .complete__state span:nth-child(1) {
  color: #BFBFBF;
  font-family: var(--font-600);
  font-size: 1.8rem;
}
.complete__ticket-capture .complete__info:nth-child(2) .complete__state span:nth-child(2) {
  margin-top: 0.5rem;
  color: #BFBFBF;
  font-family: var(--font-700);
  font-size: 2.6rem;
}
.complete__ticket-capture .complete__info:nth-child(3) {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height:19.5rem;
  margin-top: -4.1rem;
  padding-inline:4rem;
}
.complete__ticket-capture .complete__info:nth-child(3) .complete__application-date span {
  display: block;
}
.complete__ticket-capture .complete__info:nth-child(3) .complete__application-date span:nth-child(1) {
  color: #BFBFBF;
  font-family: var(--font-600);
  font-size: 1.8rem;
}
.complete__ticket-capture .complete__info:nth-child(3) .complete__application-date span:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0.5rem;
  color: #666;
  font-family: var(--font-num-600);
  font-size: 2rem;
}
.complete__ticket-capture .complete__info:nth-child(3) .complete__application-date span:nth-child(2) i {
  margin-top: -0.3rem;
  margin-left: 1rem;
  font-family: var(--font-400c);
  font-style: normal;
}
.complete__ticket-capture .complete__info:nth-child(3) .complete__application-date span:nth-child(3) {
  color: #666;
  font-family: var(--font-num-600);
  font-size: 2rem;
}
.complete__ticket-capture .complete__info:nth-child(3) .complete__qr {
  width: 19.5rem;
  height: 19.5rem;
  margin-right: -1.16rem;
  margin-bottom:-0.7rem;
}
.complete__ticket-capture .complete__info:nth-child(4) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 16.1rem;
  margin-top:4.9rem;
  padding-inline:4rem;
}

.button.ticket-save{
  max-width:100%;
}
.complete__button-wrap{
  margin-top:0;
}
.complete__ios-notice{
  margin-bottom:3.5rem;
}

.c__card-box.transperent.type-3{
  margin-top:3rem;
}

@media screen and (max-width: 600px) {
  .notice__list{
    margin-top:1rem;
  }
  .complete__ticket-capture .complete__info:nth-child(1) .complete__time .date__marker {
    margin: 0.2rem 0.5rem 0 ;
    height: 1rem;
  }
  .complete__ticket-capture .complete__info:nth-child(4) {
    padding-top: 3.8rem;
  }
}
.complete__ticket-capture .complete__info:nth-child(4) .complete__application-date > span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.complete__ticket-capture .complete__info:nth-child(4) .complete__application-date > span:nth-child(1) {
  color: var(--blue);
  font-family: var(--font-600c);
  font-size: 1.8rem;
}
.complete__ticket-capture .complete__info:nth-child(4) .complete__application-date > span:nth-child(2) {
  margin: 0.5rem 0;
  font-family: var(--font-num-700);
  font-size: 2.3rem;
}
.complete__ticket-capture .complete__info:nth-child(4) .complete__application-date > span:nth-child(2) i {
  margin-left: 0.5rem;
  font-family: var(--font-500c);
  font-size:2rem;
  font-style: normal;
}
.complete__ticket-capture .complete__info:nth-child(4) .complete__application-date > span:nth-child(3) {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.3rem;
  color: #8B8B8B;
  font-family: var(--font-num-600);
  font-size: 1.8rem;
}
.complete__ticket-capture .complete__info:nth-child(4) .complete__application-date > span:nth-child(3) span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.8rem;
  height: 2.6rem;
  margin-left: 0.5rem;
  margin-top:-0.2rem;
  font-family: var(--font-num-600);
  font-size: 1.6rem;
  border: 0.1rem solid #BFBFBF;
  border-radius: 0.6rem;
}
.complete__ticket-capture .complete__info:nth-child(4) .complete__airplane {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: 10rem;
  margin: 3rem 1rem 0;

}
.complete__ticket-capture .complete__info:nth-child(4) .complete__airplane svg {
  position:absolute;
  top:1.2rem;
  width:90%;
}
.complete__ticket-capture .complete__info:nth-child(4) .complete__airplane img {
  display: block;
  position: relative;
  width: 3.3rem;
  margin-bottom: 1rem;
  z-index: 1;
}
.complete__ticket-capture .complete__info:nth-child(4) .complete__airplane span {
  font-family: var(--font-700);
  font-size: 1.5rem;
}
.complete__info.user {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height:15rem;
  padding-inline:4rem;
}
.complete__info.user span {
  display: block;
}
.complete__info.user span:nth-child(1) {
  color: #BFBFBF;
  font-family: var(--font-600);
  font-size: 1.8rem;
}
.complete__info.user span:nth-child(2) {
  margin-top: 0.5rem;
  font-family: var(--font-num-700);
  font-size: 2.3rem;
}
.complete__info.user span:nth-child(2).name {
  font-family: var(--font-700);
  font-size: 2.5rem;
}
.complete__ios-notice {
  margin: 2rem auto 3.5rem;
  color: #000;
  font-family: var(--font-400c);
  font-size: 1.8rem;
  text-align: center;
}
.complete__event-text {
  color: #000;
  font-family: var(--font-700);
  font-size: 2.6rem;
  letter-spacing: -0.035em
}
.complete__event-banner-wrap {
  margin-top: 2rem;
}
.complete__event-banner {
  padding: 2.5rem 3rem;
  margin-top: 2rem;
  background-color: #fff;
  border-radius: 2rem;
}
.complete__event-banner:nth-child(1) {
  margin-top: 0;
}
.complete__event-banner:nth-child(2) .complete__event-cate {
  color: #A300B4;
}
.complete__event-banner:nth-child(3) .complete__event-cate {
  color: #20B5CF;
}
.complete__event-cate {
  display: block;
  color: var(--blue);
  font-family: var(--font-600);
  font-size: 1.6rem;
}
.complete__event-title {
  font-family: var(--font-700);
  font-size: 2.4rem;
  word-break: keep-all;
}
.complete__event-desc {
  margin-top: 0.8rem;
  color: #848484;
  font-family: var(--font-400c);
  font-size: 1.8rem;
}
.complete__event-desc .s24 {
  color: #000;
  font-family: var(--font-num-700);
}

/* E : Complete */


@media screen and (max-width:600px){
  .book__form-item-box.cal{
    height:5rem;
  }
  .book__form-item-box button {
    font-size:1.5rem;
  }
  .book__airplane-mark{
    margin:0 1rem;
    width:10rem;
  }
  .book__form-item-box button img{
    width:1.6rem;
    height:1.6rem;
    margin-left:0.5rem;
  }
  .book__form-item-box button #sel_day_fr_day,
  .book__form-item-box button #sel_day_to_day,
  .book__form-item-box button #sel_day_fr_week, .book__form-item-box button #sel_day_to_week{
    font-size:1.3rem;
  }
  .fake__checkbox-circle{
    width:2rem;
    height:2rem;
  }
  .book__device-select-item{
    margin-right:1rem;
  }
  .terms-agreement__form-desc {
    font-size: 1.4rem;
  }
  .terms-agreement__form-desc br{
    display: none;
  }
  .terms-agreement__more-btn {
    font-size: 1.1rem;
  }
  .terms-agreement__form-item{
    margin-bottom:1.5rem;
  }
  .closed-btn{
    flex-shrink: 0;
    width:10rem !important;
    height:3rem !important;
    font-size:1.2rem !important;
  }

  .book__location-check-btn{
    width:9rem;
    height:2.7rem;
    margin-top:0.9rem;
    margin-bottom:2.2rem;
    padding:0;
    font-size:1.1rem;
    border-radius: 0.6rem;
  }
  .book__location-check-btn img{
    width:1.5rem;
    height:1.5rem;
  }
  .book__form-title{
    font-size:1.3rem;
  }
  .book__form-item-box{
    padding-inline:1.5rem;
  }
  .book__form-item:first-child{
    padding-bottom:1rem;
  }
  .book__form-item{
    margin-top:1rem;
  }
  .input__flex-box .ttg_frm2_date_selectd{
    padding-right:0;
    font-size:1.4rem;
  }
  .book__form-item-box.selectbox{
    flex-direction: column;
  }
  .book__form-item-box.selectbox .book__select-wrap{
    width:100%;
    margin-right:0;
    margin-bottom:1rem;
  }
  .book__form-item-box.selectbox .book__select-wrap:last-of-type{
    margin-bottom:0;
  }
  .notice__list.mb{
    margin-bottom:1rem;
  }
  .book__form-item-box.selectbox .input__select-option{
    padding-top:1.2rem;
  }
  .book__form-item-box.selectbox .input__box.spot svg,
  .book__form-item-box.selectbox .input__select-option .input__select-close svg{
    width:1.2rem;
  }
  .book__form-item-box.selectbox .input__select-option .option{
    padding-block: 1rem;
    font-size:1.3rem;
  }
  .book__timepicker-wrap .closed{
    margin:1.3rem 1.5rem 0 auto;
  }
  .book__timepicker-wrap .wrap input{
    height:3rem;
    font-size:1.5rem;
  }
  .book__timepicker-wrap .wrap .button{
    height:3rem;
    padding:0.4rem 3rem;
    font-size:1.2rem;
  }
  .book__conainer .notice__list.top-line{
    margin:3.3rem 0;
    padding-top:1.8rem;
  }
  .book__conainer .notice__list.top-line.mb-var{
    margin-bottom:2rem !important;
  }
  .m__container.mt-var{
    margin-top:2rem !important;
  }

  .input__flex-box {
    & div:nth-child(1){
      margin-right:1rem !important;
    }
    & span {
      padding:0 0.5rem;
      font-size: 1.3rem;
    }
  }
  .input__title{
    margin-bottom:1rem;
  }
  .book__button-wrap .button:last-of-type{
    color:#fff;
  }
  .complete__clone-ticket{
    width:100%;
    padding:5.808rem 5rem 0;
  }
  .complete__clone-ticket .complete__ticket-capture{
    width:100%;
  }
  .complete__ticket-capture .complete__info:nth-child(1) .complete__time{
    font-size:1.6rem;
  }
  .complete__ticket-capture .complete__info:nth-child(1) .complete__logo svg{
    height:2rem;
  }
  .complete__ticket-capture .complete__info:nth-child(1){
    padding-inline: 2.8rem;
  }
  .complete__ticket-capture .complete__info:nth-child(2){
    padding-inline:3rem;
    padding-block:0;
    padding-top:4rem;
  }
  .complete__ticket-capture .complete__info:nth-child(2) .complete__number span:nth-child(1){
    font-size:1.4rem;
  }
  .complete__ticket-capture .complete__info:nth-child(2) .complete__number span:nth-child(2),
  .complete__ticket-capture .complete__info:nth-child(2) .complete__number span:nth-child(3){
    font-size:3rem;
  }
  .complete__ticket-capture .complete__info:nth-child(2) .complete__state span:nth-child(1){
    font-size:1.4rem;
  }
  .complete__ticket-capture .complete__info:nth-child(2) .complete__state span:nth-child(2){
    margin-top:0;
  }
  .complete__ticket-capture .complete__info:nth-child(3){
    height:16.5rem;
    padding:0 3rem;
    margin-top:-6.1rem;
  }
  .complete__ticket-capture .complete__info:nth-child(3) .complete__application-date span:nth-child(1){
    font-size:1.4rem
  }
  .complete__ticket-capture .complete__info:nth-child(3) .complete__application-date span:nth-child(2),
  .complete__ticket-capture .complete__info:nth-child(3) .complete__application-date span:nth-child(3){
    font-size:1.5rem;
  }
  .complete__ticket-capture .complete__info:nth-child(3) .complete__qr{
    width:15rem;
    height:15rem;
    margin-right:-1.76rem;
  }
  .complete__ticket-capture .complete__info:nth-child(4),
  .complete__clone-ticket .complete__ticket-capture .complete__info:nth-child(4){
    height:13.1rem;
    padding-inline:3rem;
    padding-block: 0;
  }
  .complete__clone-ticket .complete__ticket-capture .complete__info:nth-child(4){
    height:11rem;
    margin-top:3.8rem;
  }
  .complete__ticket-capture .complete__info:nth-child(4) .complete__application-date > span:nth-child(1){
    font-size:1.4rem;
  }
  .complete__ticket-capture .complete__info:nth-child(4) .complete__application-date > span:nth-child(2){
    margin-block: 0.2rem;
    font-size:2rem;
  }
  .complete__ticket-capture .complete__info:nth-child(4) .complete__application-date > span:nth-child(2) i{
    font-size:1.7rem;
  }
  .complete__ticket-capture .complete__info:nth-child(4) .complete__application-date > span:nth-child(3){
    font-size:1.4rem;
  }
  .complete__ticket-capture .complete__info:nth-child(4) .complete__application-date > span:nth-child(3) span{
    width:2.8rem;
    height:1.8rem;
    margin-top:-0.2rem;
    font-size:1.2rem;
    border-radius: 0.4rem;
  }
  .complete__ticket-capture .complete__info:nth-child(4) .complete__airplane{
    margin:1.7rem 0.5rem 0;
  }
  .complete__ticket-capture .complete__info:nth-child(4) .complete__airplane img{
    width:2.2rem;
  }
  .complete__ticket-capture .complete__info:nth-child(4) .complete__airplane span{
    font-size:1.1rem;
  }
  .complete__ticket-capture .complete__info:nth-child(4) .complete__airplane svg{
    width:100%;
    top:0.8rem;
  }
  .complete__info.user span:nth-child(1){
    font-size:1.4rem;
  }
  .complete__info.user span:nth-child(2).name,
  .complete__info.user span:nth-child(2){
    font-size:1.8rem;
  }
  .complete__ticket-box {
    background-position: center 5.6rem;
  }
  .complete__button-wrap{
    margin-top:3rem;
  }
  .popup__wrap .capture-image-desc{
    font-size:1.4rem;
  }

  .complete__ticket-capture .complete__info:nth-child(4){
    margin-top:2.7rem;
  }
  .complete__info.user{
    height:11rem;
  }
}

@media screen and (max-width: 600px) {
  .mobile-auth__form-wrap {
    padding: 5rem 3rem;
  }
  .mobile-auth__form-wrap button {
    margin-top: 0;
  }
  .book__form-item.step-0{
    padding-bottom:3rem;
  }
  .c__card-box.transperent.type-2{
    margin-top:0;
    padding-top:3.7rem;
    backdrop-filter: blur(0);
    -webkit-backdrop-filter: blur(0);
  }
  .complete__ticket-box{
    background-position:center 0rem;
  }
  .complete__clone-ticket .complete__ticket-capture{
    background-position:center 1.2rem;
  }
  .complete__clone-ticket .complete__ticket-capture .complete__info:nth-child(4){
    height:10rem;
    margin-top:3.6rem;
  }
  .complete__ticket-capture .complete__info:nth-child(1){
    height:7.5rem;
    padding-inline:2.15rem;
    border-radius: 2rem 2rem 0 0;
  }
  .complete__ticket-capture .complete__info:nth-child(1) .complete__logo{
    margin-top:1.1rem;
    font-size:1.17rem;
  }
  .complete__ticket-capture .complete__info:nth-child(1) .complete__time {
    margin-top:1.1rem;
    font-size:1.17rem;
  }
  .complete__ticket-capture .complete__info:nth-child(2){
    height:10.05rem;
    align-items: flex-start;
    padding-top:2.5rem;
    padding-inline:2.55rem;
  }
  .complete__ticket-capture .complete__info:nth-child(2) .complete__number span:nth-child(2){
    font-size:2.34rem;
  }
, .complete__ticket-capture .complete__info:nth-child(2) .complete__number span:nth-child(3){
  font-size:2.63rem;
}
  .complete__ticket-capture .complete__info:nth-child(2) .complete__number span:nth-child(1),
  .complete__ticket-capture .complete__info:nth-child(2) .complete__state span:nth-child(1){
    font-size:1.03rem;
  }
  .complete__ticket-capture .complete__info:nth-child(2) .complete__state span:nth-child(2){
    font-size:1.85rem;
  }
  .complete__ticket-capture .complete__info:nth-child(3){
    margin-top:-3.5rem;
    height:12.21rem;
    padding-inline:2.55rem;
  }
  .complete__ticket-capture .complete__info:nth-child(3) .complete__application-date span:nth-child(1){
    font-size:1.3rem;
  }
  .complete__ticket-capture .complete__info:nth-child(3) .complete__application-date span:nth-child(2), .complete__ticket-capture .complete__info:nth-child(3) .complete__application-date span:nth-child(3){
    margin-top:0.6rem;
    font-size:1.45rem;
  }
  .complete__ticket-capture .complete__info:nth-child(3) .complete__application-date span:nth-child(2) i{
    margin-left:0.5rem;
  }
  .complete__ticket-capture .complete__info:nth-child(3) .complete__qr{
    width:12.14rem;
    height:12.14rem;
    margin-right:-0.76rem;
  }
  .complete__ticket-capture .complete__info:nth-child(4){
    height:11.9rem;
    padding-inline:2.55rem;
    padding-block:0;
    margin-top:4.3rem;
  }
  .complete__ticket-capture .complete__info:nth-child(4) .complete__application-date > span:nth-child(1){
    font-size:1.03rem;
  }
  .complete__ticket-capture .complete__info:nth-child(4) .complete__application-date > span:nth-child(2){
    font-size:1.462rem;
  }
  .complete__ticket-capture .complete__info:nth-child(4) .complete__application-date > span:nth-child(2) i{
    margin-left:0.3rem;
    font-size:1.262rem;
  }
  .complete__ticket-capture .complete__info:nth-child(4) .complete__application-date > span:nth-child(3){
    font-size:1.1rem;
  }
  .complete__ticket-capture .complete__info:nth-child(4) .complete__application-date > span:nth-child(3) span{
    width: 2.35rem;
    height: 1.65rem;
    font-size: 0.9rem;
    border-radius: 0.4rem;
    margin-top:-0.1rem;
  }
  .complete__ticket-capture .complete__info:nth-child(4) .complete__airplane{
    width:5.4rem;
    margin:0.5rem 0 0;
  }
  .complete__ticket-capture .complete__info:nth-child(4) .complete__airplane span{
    font-size:0.81rem;
  }
  .complete__ticket-capture .complete__info:nth-child(4) .complete__airplane img{
    width:2.1rem;
    margin-bottom:0.42rem;
  }
  .complete__info.user{
    height:9rem;
    padding-inline: 2.55rem;
  }
  .complete__info.user span:nth-child(1){
    font-size:1.03rem;
  }
  .complete__info.user span:nth-child(2).name, .complete__info.user span:nth-child(2){
    font-size:1.4rem;
  }
  .complete__ios-notice {
    margin-bottom:0;
    font-size:1.32rem;
  }
  .complete__button-wrap{
    margin-top:2rem;
  }
  .complete__button-wrap .button{
    height:4.4rem;
    font-size:1.243rem;
  }
  .button.ticket-save{
    height:4.35rem;
    margin-top:3.7rem;
    margin-bottom:1.5rem;
    font-size:1.32rem;
  }
  .button.ticket-save img{
    width:1.25rem;
  }
  .button.location img{
    width:1.1rem;
    margin-right:0.5rem;
  }
  .complete__event-text{
    font-size:2rem;
  }
  .complete__event-cate{
    font-size:1.3rem;
  }
  .complete__event-title{
    font-size:2rem;
  }
  .complete__event-desc{
    font-size:1.5rem;
  }
  .button.event-link{
    height:4rem;
  }
  .notice__item br{
    display: none;
  }
}


@media screen and (max-width:486px) {
  .book__airplane-mark{
    width:8.6rem;
    margin:0 0.7rem;
  }
  .book__form-item-box button img {
    width: 1.4rem;
    height: 1.4rem;
  }
  .terms-agreement__form-desc{
    font-size:1.3rem;
  }
  .popup__wrap .c__card-box{
    padding:2rem;
  }
  .complete__ticket-capture .complete__info:nth-child(4){
    padding:0 3rem;
  }
  .popup__content table th{
    padding:1rem;
    font-size:1.1rem;
    font-weight:bold;
  }
  .popup__content table td{
    padding:0.6rem;
  }
  .popup__content table td, .popup__content table td strong{
    font-size:1.1rem;
  }
  .complete__clone-ticket{
    width:76rem;
    max-width:76rem;
	padding:11.469rem 1.9rem 0;
    & .complete__ticket-capture{
	  width:55.6rem;
      background-position:center 3.8rem;
      & .complete__info:nth-child(1){
        height:15rem;
        padding-inline: 4.3rem;
        border-radius: 4rem 4rem 0 0;
        .complete__logo{
          margin-top:2.2rem;
          font-size:2.34rem;
        }
         .complete__time{
           margin-top:2.2rem;
           font-size:2.34rem;
         }
        .date__marker{
          height:2rem;
          margin:0.4rem 1rem 0;
        }
      }
      & .complete__info:nth-child(2){
        height:20.1rem;
        padding-inline: 5.1rem;
        padding-top:5rem;
        margin-top:-8rem;
        & .complete__number span:nth-child(1){
          font-size:2.06rem;
        }
        & .complete__number span:nth-child(2){
          font-size:4.68rem;
        }
        & .complete__number span:nth-child(3){
          font-size:6rem;
        }
        & .complete__state span:nth-child(1){
          font-size:2.06rem;
        }
        & .complete__state span:nth-child(2){
          font-size:3.7rem;
        }
      }
      & .complete__info:nth-child(3){
        height:24.42rem;
        margin-top: -7rem;
        padding-inline: 5.1rem;
        & .complete__application-date span:nth-child(1) {
          font-size: 2.6rem;
        }
        & .complete__application-date span:nth-child(2) {
          font-size: 2.9rem;
          & i {
            margin-left:1rem;
          }
        }
        & .complete__application-date span:nth-child(3) {
          font-size: 2.9rem;
        }
        & .complete__qr{
          width:24.28rem;
          height:24.28rem;
          margin-right: -1.52rem;
        }
      }
      & .complete__info:nth-child(4){
        margin-top:3.2rem;
        height:8.7rem;

        margin-top:2.6rem;
        height:17.4rem;
        padding-inline: 5.1rem;
        & .complete__application-date > span:nth-child(1){
          font-size:2.06rem;
        }
        & .complete__application-date > span:nth-child(2){
          margin: 1rem 0;
          font-size:2.924rem;
        }
        & .complete__application-date > span:nth-child(3){
          font-size:2.2rem;

          span{
            width: 4.7rem;
            height: 3.3rem;
            font-size: 1.8rem;
            border-radius: 0.8rem;
            margin-top: -0.2rem;
          }
        }
        & .complete__airplane{
          width:10.8rem;
          margin:1rem 0 0;
          img{
            width:4.2rem;
            margin-bottom:0.84rem;
          }
          svg{
            top:1.6rem;
          }
          span{
            font-size:1.62rem;
          }
        }
      }
    }
  }
  .complete__ticket-box{
    background-position:center 3.8rem;
  }
  .complete__ticket-capture .complete__info:nth-child(3) .complete__application-date span:nth-child(2),
  .complete__ticket-capture .complete__info:nth-child(3) .complete__application-date span:nth-child(3){
    margin-top:0;
  }
  .complete__ticket-capture .complete__info:nth-child(4){
    height:10rem;
    margin-top:3.1rem;
  }
  .complete__button-wrap{
    margin-top:2.56rem;
  }
  .button.ticket-save{
    margin-top:3rem;
  }
  .complete__ios-notice{
    margin-top:0;
  }
  .complete__event-text{
    font-size:1.68rem;
  }
  .complete__event-cate{
    font-size:1.15rem;
  }
  .complete__event-title{
    font-size:1.7rem;
  }
  .complete__event-desc{
    font-size:1.25rem;
  }
  .button.event-link{
    height:3.6rem;
    font-size:1.4rem;
  }
}
/*# sourceMappingURL=reservation.css.map */
