
:root {
  --f-title: "Outfit", sans-serif;  
  --orange: #F24608;   
  --border-gray: #C1C1C1;
}
body{
  line-height: 1.4;
}
img{
  max-width: 100%;
  height: auto;
}
@media(min-width:575px){
  .block-575{
    display: none;
  }
}
@media(min-width:767px){
  .block-767{
    display: none !important;
  }
}
@media(min-width:991px){
  .block-991{
    display: none !important;
  }
}
@media(max-width:991px){
  .hidden-991{
    display: none !important;
  }
}
@media(max-width:767px){
  .hidden-767{
    display: none !important;
  }
}
@media(max-width:575px){
  .hidden-575{
    display: none;
  }
}
.pt180{ padding-top: 180px;}
.pt160{ padding-top: 160px;}
.pb160{ padding-bottom: 160px;}
.pt100{ padding-top: 100px;}
.pb200{ padding-bottom: 200px;}
.pb180{ padding-bottom: 180px;}
.pb100{ padding-bottom: 100px;}
.mt80{margin-top: 80px;}
.mt70{margin-top: 70px;}
.mt60{margin-top: 60px;}
.mt50{margin-top: 50px;}
.mt40{margin-top: 40px;}
.mt30{margin-top: 30px;}
.mt24{margin-top: 24px;}
.mt20{margin-top: 20px;}
.mt15{margin-top: 15px;}
.mt10{margin-top: 10px;}
.mt5{margin-top: 5px;}
@media(max-width:991px){
  .pb200{ padding-bottom: 160px;}
  .pb160{ padding-bottom: 140px;}
  .pt120{ padding-top: 80px;}
  .pt100{ padding-top: 70px;}
  .pb100{ padding-bottom: 70px;}
  .mt60{margin-top: 40px;}
}
@media(max-width:767px){
  .pt180{ padding-top: 120px;}
  .pb180{ padding-bottom: 120px;}
  .pb200{ padding-bottom: 120px;}
  .pb160{ padding-bottom: 120px;}
  .pt120{ padding-top: 70px;}
  .pt100{ padding-top: 60px;}
  .pb100{ padding-bottom: 60px;}
}
.text-link{
  text-decoration: underline;
}
.text-blue{
  color: #2C5EFF;
}
.btn-cm{
  width: 280px;
  max-width: 100%;
  text-align: center;
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 17px;  
  display: inline-block;
  font-weight: 500;
  position: relative;
}
.btn-cm::after{
  content: '';
  width: 7px;
  height: 14px;
  background: url(../img/icon-arrow-btn.svg) no-repeat center center;
  position: absolute;
  right: 18px;
  top: calc(50% - 14px/2);  
}
.btn-cm:hover{
  text-decoration: none;  
}
p.btn-cm{
  pointer-events: none;
}
p.btn-cm::after{
  content: none;
}
.btn-blue{
  background: #167DBD;
  color: #fff; 
}
.btn-blue:hover{
  background: #1689E8;  
  color: #fff;
}
.btn-gray{
  background: #CDCCCC;
  color: #000; 
}
.title-cm{
  font-family: var(--f-title);
  font-weight: 500;
  font-size: 36px;
  border-bottom: 2px solid #333;
  display: inline-block;  
  margin: 0 auto;
  letter-spacing: 0.2px;
}
.title-small{
  text-align: center;
  font-size: 24px; 
  font-weight: 700;
  margin-bottom: 25px;
}
.title-small span{
  font-weight: 500;
}
@media (max-width:991px) and (min-width:767px) {
  .claim_tabs .btn-cm::after{
    right: 13px;
  }
  .claim_tabs .btn-cm{
    padding: 12px 22px;
    font-size: 14px;
  }
}
@media (max-width:767px) {
  .title-cm{
    font-size: 32px;    
  }
  .title-small{
    font-size: 22px;
    margin-bottom: 20px;
  }
}
/*----- Banner -----*/
@keyframes bounce-pyon {
  0%   { transform: translateY(0) scale(1); }
  4%   { transform: translateY(0) scaleX(1.2) scaleY(0.8); }
  10%  { transform: translateY(-22px) scaleX(0.88) scaleY(1.12); }
  16%  { transform: translateY(0) scaleX(1.18) scaleY(0.82); }
  21%  { transform: translateY(-14px) scaleX(0.92) scaleY(1.08); }
  26%  { transform: translateY(0) scaleX(1.12) scaleY(0.88); }
  30%  { transform: translateY(-6px) scaleX(0.96) scaleY(1.04); }
  36%  { transform: translateY(0) scale(1); }
  100% { transform: translateY(0) scale(1); }
}
.js-anim-bounce62off {
  animation: bounce-pyon 5s linear infinite;
}
.banner > img{
  width: 100%;
  height: auto;  
}
.banner{
  position: relative;
}
.banner .sticker{
  position: absolute;
  top: 6.5vw;
  right: 30vw;
  width: 10.5vw;
  height: 10vw;
}
@media (max-width:767px){
 .banner .sticker{
    top: 17.2vw;
    right: 0vw;
    width: 25vw;
    height: 28vw;
  } 
  .banner .sticker-detail {
    top: 20vw;
    right: 0vw;
    width: 26vw !important;
    height: 26vw !important;
  }
}

@media (min-width:767px) {
  .bnr_inner{
    position: absolute;
    width: 100%;
    top:0;
    left: 0;
    text-align: center;
  }        
  .bnr_inner img{
    width: 34vw;
  }
}
@media (max-width:1900px) {
  .bnr_inner img {
    width: 34.3vw;
  }
}
@media (max-width:767px) {
  .bnr_inner img{
    width: 100%;
  }
}

/*--- Banner detail ---*/
.sticker-detail{
  position: absolute;
  top: 5vw;
  right: 11vw;
  width: 11vw !important;
  height: 11vw !important;
}
/*----- End banner -----*/
/*----- Info -----*/
.info {
  margin-top: -85px;
  position: relative;
  z-index: 2;
}
.info-item{
  background: #FFEFD8;
  border-radius: 24px;
  padding: 32px;
}
.info-item{
  text-align: center;
}
.info-item .maxheight p{
  font-weight: 600;
}
.info-img{
  display: flex;
  align-items: end;
  justify-content: center;
  margin: 24px 0;
}
@media (max-width:1900px) {
  .info{
    margin-top: -4vw;
  }
  .info {
    width: 1024px;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .info .title-cm{
    font-size: 28px;
  }
}
@media (max-width:1440px) {  
  .title-cm{
    font-size: 29px;
  }
  .info-item{
    padding: 24px;
  }
  .info-img img{
    max-width: 80%;
  }
  .info-img{
    margin: 15px 0;
  }
  .info-item .mt24{
    margin-top: 20px;
  }
  .info-item{
    border-radius: 20px;
  }
}
@media (max-width:991px) {
  .info {
    max-width: 90%;
  }
  .info-item{
    padding: 20px 20px 30px 20px;
  }
  .info .title-cm{
    font-size: 24px;
  }
}
@media (max-width:767px) {
  .info{
    margin-top: -11vw;
  }
}
/*----- End info -----*/
.grid-3{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  justify-content: center;
}
@media (max-width:991px) {
  .grid-3{
    gap: 16px;
  }
}
@media (max-width:767px) {
  .grid-3{
    grid-template-columns: 1fr;
    gap: 30px 24px;
  }
}
.claim{
  background: #F8DDAA;
}
.title-big {
  padding: 0 15px;
  text-align: center;
}
.title-big-txt {
  display: inline-block;
  position: relative;
  background: url(../img/title-orange.png) no-repeat;
  background-size: 100% 100%;
  padding: 35px 40px 30px 40px;
  margin-top: -65px;
  line-height: 1;
}
.title-big-txt > span{
  transform: rotate(-2deg);
  font-size: 54px;
  color: #fff;
  font-family: var(--f-title);
  letter-spacing: 0.2px;
  font-weight: 600;
  display: inline-block;
}
.title-big-txt::after{
  content: "";
  width: 64px;
  height: 64px;
  background: url(../img/icon-leaf.svg) no-repeat;
  position: absolute;
  left: -25px;
  bottom: -10px;
}
.title-big-smalltxt{
  display: inline-block;
  margin-top: -60px;
  background: url(../img/title-small.png) no-repeat;
  background-size: 100% 100%;
  padding: 25px 20px 0 20px;
  width: 600px;
  max-width: 90%;
  /* border: 1px solid; */
}
.title-big-smalltxt > span > span{
  
  font-family: var(--f-title);
  letter-spacing: 0.2px;
  font-size: 36px;
  font-weight: 600;
  color: #F01456;
  display: inline;
  line-height: 1;
  position: relative;
  padding: 0 7px;

  background: linear-gradient(
    to bottom,
    transparent 0,
    transparent calc(100% - 14px),
    #FFE712 calc(100% - 14px),
    #FFE712 100%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.title-big-smalltxt > span{
  display: inline-block;
  position: relative;
}
.title-big-smalltxt > span::before{
  content: '';
  width: 34px;
  height: 48px;
  background: url(../img/bg-title.png) no-repeat;
  background-size: 100%;
  position: absolute;
  right: -30px;
  top: -21px;
}
.title-big-smalltxt > span{
  transform: rotate(357.5deg);
}
.giveaway .title-big-txt{
    background: url(../img/title-pink.png) no-repeat;
    background-size: 100% 100%;
}
@media (max-width:1440px) {
  .title-big-txt > span{
    font-size: 45px;
  }
}
@media (max-width:991px) {
  .title-big-txt > span{
    font-size: 37px;
  } 
  .title-big-smalltxt span > span{
    font-size: 34px;
  } 
}
@media (max-width:767px) {
  .title-big-txt{
    padding: 32px 15px 24px 15px;
  }
  .title-big-txt > span{
    font-size: 35px;
  }
  .title-big-txt::after{
    width: 55px;
    height: 55px;
    left: -20px;
    bottom: -27px;
  }
  .title-big-smalltxt span span{
    font-size: 30px;
  } 
  .title-big-smalltxt > span::before{
    width: 30px;
  }
  .title-big-smalltxt > span::before{
    right: -2vw;
    top: 1vw;
  }
}
@media (max-width:575px) {
  .title-big-smalltxt span{
    font-size: 25px;
    transform: rotate(354.5deg);
  }
  .title-big-txt > span{            
    font-size: 36px;
  }
  .title-big-smalltxt span span{
    font-size: 26px;
  } 
  .giveaway .title-big-txt {
    margin-top: -3px;
  }
  .title-big-smalltxt > span::before{
    right: -5vw;
    top: 2vw;
  }
}
@media (max-width:425px) {
  .title-big-txt > span{            
    font-size: 31px;
  }
}
.claim_tabs .nav-tabs .nav-link{
  width: 400px;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  padding: 15px 5px;
  border-radius: 12px 12px 0 0;
  border: none;
  background-color: rgb(255 255 255 / 70%);
  max-width: calc(50% - 6px);
}
.claim_tabs .nav-tabs .nav-link:hover{
  color: #D2612B;
}
.claim_tabs .nav-tabs{
  justify-content: center;
  border-bottom: 4px solid #E29224;
      gap: 0 12px;
}
.claim_tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  background-color: #E29224;
  color: #fff !important;
}
.claim_tabs .nav-tabs .nav-item{
  margin-bottom: 0;
}
@media (max-width:1440px) {
  .claim_tabs .nav-tabs .nav-link{
    width: 345px;
    padding: 10px 5px;
  }
}
@media (max-width:767px) {
  .claim_tabs .nav-tabs .nav-link{
    font-size: 20px;
  }
}

.steps-list{
  gap: 45px 33px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.step-item{
  text-align: center;
  position: relative;
}
.step-num{
  font-size: 24px;
  font-weight: 700;
  margin: 10px 0 12px 0;
}
.steps-list > div:not(:last-of-type)::after {
    content: '';
    width: 33px;
    height: 33px;
    background: url(../img/icon-arrow.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    right: -33px;
    top: calc(150px - 33px/2);
}
.giveaway .steps-list > div:not(:last-of-type)::after {
  background: url(../img/icon-arrow-02.svg) no-repeat;
}
.step-name{
  font-size: 20px;
  font-weight: bold;
  margin-top: 24px;
  line-height: 1.2;
}
@media (max-width:767px) { 
  .step-item{
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  grid-template-areas:         
    "div2 div1"        
    "div2 div3";
  gap: 5px 20px;
  text-align: left;
  align-items: start;
  }    
    .step-item > div:nth-child(1) {
    grid-area: div1;
  }
  .step-item > div:nth-child(2) {
    grid-area: div2;
  }
  .step-item > div:nth-child(3) {
    grid-area: div3;
  }
  .step-item .btn-cm{
    font-size: 16px;
  }
}
@media (max-width:991px) {
  .step-item img{
    width: 120px;
  }
  .steps-list > div:not(:last-of-type)::after{
    top: calc(115px - 33px / 2);
  }
}
@media (max-width:767px) {
  .steps-list{
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0;
  }
  .steps-list > div + div:before{
    width: 20px;
    height: 20px;
    left: calc(110px/2 - 20px/2);
    top: -32px;
    transform: rotate(90deg);
  }
  .step-num{
    margin: 0;
    font-size: 22px;
  }
  .step-name{
    font-size: 18px;
    margin-top: 0;
  }  
  .step-item > div:nth-child(3) .text-center{
    text-align: left !important;
  }
  .step-txt{
    margin-top: 5px;
  }
  .step-item{
    position: relative;
  }
  .steps-list > div:not(:last-of-type){
    padding-bottom: 45px;
  }
  .steps-list > div:not(:last-of-type)::after{
    content: '';
    width: 20px;
    height: calc(100% - 110px);    
    position: absolute;
    top: 110px;
    left: calc(110px/2 - 20px/2);
    background: url(../img/icon-arrow-mb.svg) no-repeat center center;
  }
  .giveaway .steps-list > div:not(:last-of-type)::after {
    background: url(../img/icon-arrow-02-mb.svg) no-repeat center center;
  }
  .btn-member{
    font-size: 14px !important;
    padding: 12px 25px 12px 10px;
  }
  .btn-member.btn-cm::after{
    right: 13px;
  }
}

.giveaway{
  background: #FFF0DE;
  padding-bottom: 160px;
}
.giveaway .title-big-txt{
  margin-top: 0;
}
.text-lead{
  font-size: 20px;
  font-weight: 600;
}
@media (max-width:767px) {
  .text-lead{
    font-size: 18px;
  }
}
.w-small{
  width: 760px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.social-media-list{
  display: flex;
  gap: 24px;
  justify-content: center;
}
.list-dot li{
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
}
.list-dot li:before{
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #333;
  position: absolute;
  left: 0;
  top: 9px;
}
.terms__content{
  border-radius: 8px;
  border:1px solid #D4D4D4;
  background: #fff;
  width: 100%;
  height: 150px;
  overflow: scroll;
  padding: 20px;
  margin-top: 15px;
}
#monitor .btn-cm{
      width: 470px;
}

/*----- Bus route -----*/
#departure .title-cm{
  font-size: 45px;
  font-weight: 600;
}
@media (max-width:991px) {
  #departure .title-cm{
    font-size: 32px;
  }
}
@media (max-width:425px) {
  #departure .title-cm{
    font-size: 8vw;
  }
}
.departure-info{  
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 55px;
}
.busroute-box .title-small{
  margin-bottom: 30px;
}
.busroute-wrap{
  border:1px solid #89AEDF;
  border-radius: 6px;
}
.busroute__head{
  background: #EFF6FF;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 13px 40px;
  font-size: 24px;
  font-weight: 700;
  border-bottom:1px solid #89AEDF;
}
.tab-content > div:nth-child(odd) .busroute-wrap{
  border:1px solid #BAAB9C;
}
.tab-content > div:nth-child(odd) .busroute__head{
  background: #FEF2E7;
  border-bottom: 1px solid #BAAB9C;
}
.busroute__body{
  padding: 0 40px 10px 40px;
}
.busroute__list > div + div{
  border-top: 1px dashed #999999;  
}
.busroute__item{
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.busroute__left{
  /* width: 45%; */
}
.busroute__right{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap:10px 30px;
  /* width: 55%; */
}
.busroute__price{
  font-family: var(--f-title);
  letter-spacing: 0.2px;
  font-weight: 500;
  color: #f14984;
}
.busroute__price span{
  color: #f14984;
}
.busroute__price .busroute__price-txt{  
  font-size: 24px;
  font-weight: 600;
}
.busroute__new-price .busroute__price-txt{
  font-size: 30px;
}
.busroute__old-price{
  position: relative;
}
.busroute__old-price::before {
  content: "";
  position: absolute;
  top: 59%;
  left: -2px;
  width: calc(100% + 4px);
  height: 2px;
  background: #333;
  transform: rotate(-0deg);
  transform-origin: center;
}
/*.busroute__new-price span{    
  font-weight: bold;
}*/
.busroute__name{
  font-size: 18px;
  font-weight: 600;
}
.busroute__title{
  display: flex;
  align-items: center;
  gap: 8px;
}
.busroute__time {
  display: flex;
  gap:5px;
}
.busroute__name{
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.icon-arrow{
  width: 17px;
  height: 7px;
  background: url("../img/icon-arrow-03.svg") no-repeat center center;
     background-size: 100%;
  flex-shrink: 0;
  margin-top: 10px;
}
.busroute__discount{
  display: inline-block;  
  background: url(../img/icon-star-02.svg) no-repeat center right;  
  background-size: 100%;
  width: 64px;
  height: 64px;  
  padding: 15px 5px;
  flex-shrink: 0;
  font-family: var(--f-title);
  letter-spacing: 0.2px;
  color: #F23073;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.1;
  text-align: center;
}
.busroute__discount > span{
  font-size: 22px;
  display: block;
  width: 100%;
}
.busroute__btn .btn-cm{
  width: 230px;
}
@media (max-width:991px) {
  .busroute__body {
    padding: 0 25px 10px;
  }
  .busroute__item > div{
    width: 100%;    
  }
  .busroute__right{
    justify-content: center;
    flex-wrap: wrap;
  }
  .busroute__btn {
    margin-left: auto;
    flex-shrink: 0;
  }
  .busroute__price {
    padding-left: 74px;
  }
  .busroute__head{
    padding: 13px 25px;
  }
}
@media (max-width:767px) {
  .busroute__head{
    padding: 10px 20px;
    font-size: 22px;
  }
  .busroute__body {
    padding: 0 20px 10px;
  }
  .busroute__item{
    padding: 15px 0;
  }    
}
@media(max-width:625px){
  .busroute__btn{
    width: 100%;
  }
  .busroute__btn .btn-cm{
    max-width: 70%;
    margin: 0 auto;
    display: block;
    width: 250px;
  }  
  .busroute__price {
    padding-left: 0;
  }
}
@media(max-width:425px){
  .busroute__right{
    gap: 10px 20px;
  }  
}
@media(max-width:420px){
  .busroute__price .busroute__price-txt{
    font-size: 20px;
  }
  .busroute__new-price .busroute__price-txt{
    font-size: 26px;
  }
}
/*----- Nav busroute -----*/
.tabs-title{
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 30px;
}
.nav-busroute{
  gap: 12px;
}
.nav-busroute li {
  width: calc(33.333% - 8px);
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;  
}
.nav-busroute li button:hover{
  border: 1px solid #5E91D5;
  color: #0051BC;
}
.nav-busroute button.active {
  background-color: #DCECFB;
  border: 1px solid #B0CAEC;
  color: #0051BC;
}
.nav-busroute button{
  background: #fff;
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding:5px;
  border-radius: 8px;
  border:1px solid var(--border-gray);
  overflow: hidden;
  outline: none;
  font-size: 18px;
  font-weight: 600;
  /* height: 55px; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 1.2;
}
.nav-busroute button > span span{
  font-size: 14px;
  display: block;
  font-weight: 400;
  width: 100%;
}
.tab-content > div{
  margin-top: 32px;
}
.tab-pane {
  display: none;
}
.tab-pane.active-pane {
  display: block;
}
@media(max-width:767px){
  .nav-busroute li{
    width: calc(50% - 8px);
  }
  .nav-busroute button span span{
    font-size: 14px;
  }
}
@media(max-width:424px){
  .nav-busroute button span span{
    font-size: 12px;
  }
}
/*----- End tabs -----*/