body, button, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, input, select, textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    font-weight: 400;
}

body {
    color: #212121;
    background: var(--bg-color);
    line-height: 1;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p{
    margin: 0;
}

ul {
    padding-inline-start: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

a, a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}



/*-------------------- 共用樣式 --------------------*/

:root {
    --com-color: #212121;
    --main-color: #387096;
    --main-light-color: #ffffff;
    --sec-color: #4179a5;
    --sec-light-color: #fff100;
    --bg-color: #00041f;
    --transition-com: all 0.3s ease;
    --text-shadow: none;
}


/*-------------------- global format setting --------------------*/
img{
    width: 100%;
    display: block;
}
.wrapper{
    max-width: 1200px;
    margin: 0 auto;
}

a[href="javascript:void(0)"]{
    cursor: not-allowed;
    pointer-events:none;
}

[class$="-block"]{
    padding: 0 15px;
    position: relative;
    z-index: 1;
}
div[class$="-title"] h2{
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 28px;
}

div[class$="-title"] h2:before,
div[class$="-title"] h2:after{
    content: '';
    display: block;
    transition: 300ms;
}

div[class$="-title"] h2:before{
    background: url(https://event.cdn-gunnarworks.com/events/starlux/title-before-new.png) no-repeat top left / contain;
    width: 54.5px;
    height: 42.5px;
    margin-right: 0.5rem;
}
div[class$="-title"] h2:after{
    background: url(https://event.cdn-gunnarworks.com/events/starlux/title-after-new.png) no-repeat top left / contain;
    width: 50px;
    height: 24px;
    margin-left: 0.5rem;
}

@media screen and (min-width:768px){
    div[class$="-title"] h2{
        font-size: 2rem;
    }

    div[class$="-title"] h2:before{
        width: 81.75px;
        height: 63.75px;
    }
    
    div[class$="-title"] h2:after{
        width: 75px;
        height: 36px;
    }
}
@media screen and (min-width:1024px){
    div[class$="-title"] h2{
        font-size: 2.25rem;
    }

    div[class$="-title"] h2:before{
        width: 109px;
        height: 85px;
    }
    
    div[class$="-title"] h2:after{
        width: 100px;
        height: 48px;
    }
}

.sub-title{
    margin-bottom: 60px;
}

.sub-title h3{
    font-size: 1.5rem;
    color: #fff;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
}

.sub-title h3:before,
.sub-title h3:after{
    content: '';
    display: block;
}

.sub-title h3:before{
    width: 100px;
    height: 40px;
    background: url(https://event.cdn-gunnarworks.com/events/starlux/subTitle-small-decoration.png) no-repeat center / contain;
    margin-right: 36px;
}

.sub-title-icon{
    display: none;
}

@media screen and (min-width:768px){
    .sub-title h3{
        justify-content: initial;
    }

    .sub-title h3:after{
        content: '';
        position: absolute;
        bottom: 4px;
        right: 40px;
        width: 100%;
        max-width: 300px;
        height: 1px;
        background-color: #f9ece4;
        transition: 300ms;
    }

    .sub-title-icon{
        display: block;
        width: 32px;
        height: 32px;
        background: url(https://event.cdn-gunnarworks.com/events/starlux/air-transport.png) no-repeat right center / contain;
        filter: invert(100%) sepia(0%) saturate(7415%) hue-rotate(153deg) brightness(101%) contrast(121%);
        margin-left: auto;
    }
}

@media screen and (min-width:1024px){
    .sub-title h3:after{
        max-width: 600px;
    }
}

/*-------------------- 主視覺 --------------------*/

#main_top>h1 {
    display: block;
    max-width: 0;
    max-height: 0;
    overflow: hidden;
    line-height: 0;
    font-size: 1px;
    padding: 0;
    margin: 0;
}

#main_top {
    width: 100%;
    height: 0;
    padding-bottom: 52.08%;
    position: relative;
    background: url(https://event.cdn-gunnarworks.com/events/starlux/header_768x400.jpg) no-repeat center;
    background-size: cover;
}

@media screen and (min-width: 1024px){
    #main_top{
        background-image: url(https://event.cdn-gunnarworks.com/events/starlux/header_1200x628.jpg);
        padding-bottom: 52.33%;
    }
}

@media screen and (min-width: 1200px){
    #main_top{
        background-image: url(https://event.cdn-gunnarworks.com/events/starlux/header_1920x450.jpg);
        padding-bottom: 23.43%;
    }
}

/*-------------------- sticky nav --------------------*/

.section-nav{
    background-image: linear-gradient(to bottom, #145cbf 56px ,#162b3d 100%);
    background-color: #145cbf;
    padding: 4px 0 62px;
}

.nav-group{
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-item,
.nest-nav a{
    color: #f9ece4;
    font-size: 22px;
}

.nav-link,
.nav-item p{
    display: block;
    color: #f9ece4;
    display: flex;
    align-items: center;
}

.nav-item p{
    cursor: pointer;
}

.nav-link:before,
.nav-item p:before{
    content: '';
    width: 32px;
    height: 32px;
    margin-right: 8px;
    background: url(https://event.cdn-gunnarworks.com/events/starlux/icon-01.png) no-repeat center / contain;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(52deg) brightness(104%) contrast(101%);
}

.nav-item:nth-child(2) .nav-link:before{
    background-image: url(https://event.cdn-gunnarworks.com/events/starlux/icon-02.png);
}
.nav-item:nth-child(3) .nav-link:before{
    background-image: url(https://event.cdn-gunnarworks.com/events/starlux/icon-03.png);
}
.nav-item:nth-child(4) .nav-link:before{
    background-image: url(https://event.cdn-gunnarworks.com/events/starlux/icon-04.png);
}

.nav-link:hover,
.nav-link:focus,
.nest-nav a:hover,
.nest-nav a:focus{
    color: rgb(248,147,31);
}

.nest-nav{
    position: absolute;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    margin-top: 12px;
    padding-right: 160px;
    padding-top: 8px;
    justify-content: center;
    box-shadow: 0 -1px 2px #333c;
}

.nest-nav:after{
    content: '';
    position: absolute;
    left: 7%;
    top: -3px;
    width: 100px;
    height: 30px;
    background: url(https://event.cdn-gunnarworks.com/events/starlux/circle-nav.png) no-repeat top center / contain;
}

.nest-nav li{
    background-color: #2c7ce6;
    position: relative;
    z-index: 1;
    box-shadow: 0 3px 0px #f9ece4cc;
}

.nest-nav li:first-child{
    padding-left: 1.5rem;
    border-radius: 99px 0 0 99px;
}
.nest-nav li:last-child{
    padding-right: 1.5rem;
    border-radius: 0 99px 99px 0;
}

.nest-nav a{
    display: block;
    padding: 1rem;
}

@media screen and (min-width:1024px) {
    .nest-nav:after{
        left: 20%;
    }
}

@media screen and (min-width:1200px){

    .nest-nav:after{
        left: calc(50% - 320px);
    }
}

@media screen and (max-width:767px){
    .section-nav{
        background-image: initial;
        padding: 0;
    }

    .nav-group{
        display: block;
    }

    .nav-item:not(:last-child){
        box-shadow: inset 0 -2px 0px #f9ece433;
    }

    .nav-link:before, .nav-item p:before{
        width: 24px;
        height: 24px;
    }

    .nav-item p,
    .nav-link{
        padding: .8rem 1rem;
    }

    .nav-item p:after{
        content: '';
        width: 12px;
        height: 9px;
        display: block;
        margin-left: auto;
        background: url(https://event.cdn-gunnarworks.com/events/starlux/triangle-white.png) no-repeat center / contain;
    }

    .nest-nav.active,
    .nest-nav{
       display: block;
       position: relative;
       margin-top: 0;
       padding-right: 0;
       padding-top: 0;
       box-shadow: none;
    }
    .nest-nav.active li,
    .nest-nav li{
        box-shadow: inset 0 -1px 0px #f9ece4cc;
        text-align: center;
    }
    .nest-nav.active li:first-child,
    .nest-nav.active li:last-child,
    .nest-nav li:first-child,
    .nest-nav li:last-child{
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .toggleWrap,.nest-nav:after{
        display: none;
    }
    
}

/*-------------------- 內容區 --------------------*/
/* section-journey */
.section-journey{
    background: #162b3d url(https://event.cdn-gunnarworks.com/events/starlux/jounery-stars_bg.png) repeat-y top center / cover;
    padding: 100px 0 0;
    position: relative;
}

.journey-title{
    margin-bottom: 60px;
}

.info-nestBlock,
.seat-nestBlock{
    margin-bottom: 60px;
}

.table td, .table th{
    padding: 1rem;
    vertical-align: middle;
}

.info-content .table-bordered{
    border: 3px solid #1a6ded;
}

.table-bordered td, .table-bordered th {
    background: #fff;
    text-align: center;
}

.table-bordered thead th{
    background: #f9ece4;
    font-weight: 800;
    border-bottom-color: #fff;
}

.seat-diagram{
    padding: 20px 24px;
    width: fit-content;
    margin: 0 auto 30px;
    background-color: #fff;
    box-shadow:
        0px 5px 5.3px -32px rgba(0, 0, 0, 0.055),
        0px 40px 42px -32px rgba(0, 0, 0, 0.11)
    ;
}

.seat-diagram h4{
    font-size: 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid #666;
}

.diagram-txt p{
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.diagram-txt p:before{
    content: '';
    width: 15px;
    height: 15px;
    background-color: #2ca6e0;
    display: block;
    margin-right: 8px;
}

.diagram-txt p:nth-child(2):before{
    background-color: #c30d23;
}
.diagram-txt p:nth-child(3):before{
    background-color: #f7b52c;
}
.diagram-txt p:nth-child(4):before{
    background-color: #1eaa39;
}
.diagram-txt p:nth-child(5):before{
    background-color: #5f1985;
}

.schedule-group{
    margin-bottom: 40px;
}

.schedule-item{
    padding: 16px 0;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #a0a0a0;
}

.schedule-item:before{
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(https://event.cdn-gunnarworks.com/events/starlux/small-list-icon.png) no-repeat center / contain;
    margin-right: 5px;
    flex-basis: 20px;
    transition: 300ms;
}

.schedule-item:last-child{
    border-bottom: 1px solid #a0a0a0;
}

.schedule-item span{
    font-size: 20px;
}

.schedule-item span:first-child{
    width: calc(100% - 25px);
    margin-bottom: 8px;
    font-weight: 600;
}

.schedule-item .price{
    width: 50%;
    text-align: center;
    padding: 0.375rem 0.75rem;
    font-style: italic;
}

.btn-square{
    color: #fff;
    font-weight: 500;
    border-color: #fff;
    border-radius: 0;
    transform: skewX(-15deg);
}

.btn-square:hover,
.btn-square:focus{
    background-color: #fff;
    color: #f8931f;
}

.hint-group{
    color: #fff;
    display: none;
}

.special-item{
    background-color: #fff;
    padding: 5px;
}

.special-item + .special-item{
    margin-top: 20px;
}

.special-img{
    position: relative;
}

.special-img:after{
    content: '';
    position: absolute;
    width: calc(100% + 2px);
    height: 21px;
    bottom: -1px;
    right: -1px;
    background-image: linear-gradient(to right bottom,transparent 50% ,#fff 50.8%);
}

.special-txt{
    padding: 8px;
    line-height: 1.4;
}

.special-txt h4{
    padding-bottom: 8px;
    font-weight: 600;
    text-align: center;
    font-size: 20px;
}

.special-item:last-child p{
    padding-bottom: 0.8rem;
    line-height: 1.3;
}

.special-item:last-child p:before{
    content: ' \25CF  ';
}

@keyframes fade-in {
	from   { opacity: 0; }
	to { opacity: 1; }
}

@-webkit-keyframes fade-in {
	from   { opacity: 0; }
	to { opacity: 1; }
}
@-moz-keyframes fade-in {
	from   { opacity: 0; }
	to { opacity: 1; }
}
@-ms-keyframes fade-in {
	from   { opacity: 0; }
	to { opacity: 1; }
}
@keyframes move-up {
	from   { top: 0; }
	to { top: 42px; }
}
@-webkit-keyframes move-up {
	from   { top: 0; }
	to { top: 42px; }
}
@-moz-keyframes move-up {
	from   { top: 0; }
	to { top: 42px; }
}
@-ms-keyframes move-up {
	from   { top: 0; }
	to { top: 42px; }
}

@media screen and (min-width:768px) {
    .schedule-item{
        align-items: center;
    }

    .schedule-item span:first-child,
    .schedule-item .price{
        width: 25%;
        margin-bottom: 0;
    }

    .schedule-item .price{
        margin-right: auto;
    }
    .seat-content{
        display: flex;
        flex-flow: wrap column-reverse;
    }
    .seat-diagram{
        margin-right: 0;
        margin-top: 30px;
        margin-bottom: 0;
    }

    .special-group{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .special-item{
        width: calc(50% - 7.5px);
    }

    .special-item:nth-child(2){
        margin-top: 0;
    }

    .special-item:last-child{
        width: 100%;
    }
}

@media screen and (min-width:1024px){
    .schedule-item span:first-child,
    .schedule-item .price{
        width: 30%;
    }

    .schedule-item:before{
        width: 30px;
        height: 30px;
        flex-basis: 36px;
    }

    .special-item{
        width: calc(25% - 7.5px);
    }

    .special-item + .special-item{
        margin-top:0;
    }

    .special-item:last-child{
        margin-top: 20px;
        display: flex;
        align-items: center;
    }

    .special-item:last-child .special-img{
        width: 60%;
    }

    .special-item:last-child .special-img:after{
        display: none;
    }

    .special-item:last-child .special-txt{
        width: 40%;
        padding: 1.5rem 2rem;
    }

    .special-item:last-child h4{
        margin-bottom: 2rem;
    }

    .seat-imgWrap{
        position: relative;
    }

    .hint-group{
        display: block;
    }
    
    .hint-group{
        position: absolute;
        inset: 0;
    }
    
    .single-hint{
        position: absolute;
        width: 33%;
        height: 50px;
        top: 0;
        left: 0;
    }
    .single-hint:nth-child(2){
        left: 0;
        top: 40px;
    }
    .single-hint:nth-child(3){
        left: 0;
        top: initial;
        bottom: 0;
    }
    .single-hint:nth-child(4){
        left: 34%;
        width: 30px;
    }
    .single-hint:nth-child(5){
        left: 34%;
        top: initial;
        bottom: 0;
        width: 30px;
    }
    .single-hint:nth-child(6){
        left: calc(34% + 30px);
        width: 20%;
    }
    .single-hint:nth-child(7){
        left: calc(34% + 30px);
        width: 20%;
        top: 40px
    }
    .single-hint:nth-child(8){
        left: calc(34% + 30px);
        top: initial;
        bottom: 0;
        width: 20%;
    }
    .single-hint:nth-child(9){
        left: 67%;
        width: 30px;
    }
    .single-hint:nth-child(10){
        left: 67%;
        top: initial;
        bottom: 0;
        width: 30px;
    }
    .single-hint:nth-child(11){
        left: initial;
        right: 10%;
        width: 20%;
    }
    .single-hint:nth-child(12){
        left: initial;
        right: 10%;
        top: 40px;
        width: 25%;
    }
    .single-hint:nth-child(13){
        left: initial;
        right: 10%;
        top: initial;
        bottom: 0;
        width: 20%;
    }
    .circle {
        background: url(https://event.cdn-gunnarworks.com/events/starlux/hint.png) no-repeat center / contain;
        cursor: default;
        display: inline-block;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 30%;
        top: 10px;
        cursor: pointer;
    }
    .popover_down {
        background-color: rgba(255,255,255,1);
        border-radius: 5px;
        box-shadow: 0 0 5px rgba(0,0,0,0.4);
        color: #333;
        display: none;
        font-size: 12px;
        text-align: center;
        position: absolute;
        left: -85px;
        top: 42px;
        z-index: 4;
        padding: 7px 10px;
        width: 200px;
    }
    
    .popover_down:before {
        content: '';
        border-bottom: 7px solid rgba(255,255,255,1);
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        position: absolute;
        top: -7px;
        left: 50%;
        margin-left: -7px;
    }
    
    .circle:hover .popover_down {
          display: block;
          -webkit-animation: fade-in .3s linear 1, move-up .3s linear 1;
          -moz-animation: fade-in .3s linear 1, move-up .3s linear 1;
          -ms-animation: fade-in .3s linear 1, move-up .3s linear 1;
          animation: fade-in .3s linear 1, move-up .3s linear 1;
      }
}

/* section-flight */
.section-flight{
    background-color: #2d4472;
    padding-top: 100px;
    position: relative;
    overflow: hidden;
}

.section-flight:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 290px;
    background: url(https://event.cdn-gunnarworks.com/events/starlux/flight-wave_bg.png) no-repeat top center / cover;
}

.decoration-cloud{
    position: absolute;
    width: 850px;
    height: 490px;
    left: 0;
    bottom: 200px;
    background: url(https://event.cdn-gunnarworks.com/events/starlux/flight-cloud_bg.png) no-repeat top left / contain;
    mix-blend-mode: screen;
}

.decoration-cloud:last-child{
    left: initial;
    right: 0;
    top: 400px;
    background: url(https://event.cdn-gunnarworks.com/events/starlux/flight-cloud_bg.png) no-repeat top left / contain;
    transform: scaleX(-1);
}

.flight-title{
    margin-bottom: 60px;
}

.flight-item:not(:first-child){
    margin-top: 20px;
}

.slider-wrap{
    aspect-ratio: 3 / 2;
    overflow: hidden;
    outline: 2px solid #ece2c6;
    position: relative;
}

.flight-txt{
    background-color: rgba(0,0,0,.5);
    color: #fff;
    padding: 15px 20px;
    border-bottom: 2px solid #ece2c6;
    position: relative;
    z-index: 1;
}

.flight-txt h3{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.flight-txt p{
    line-height: 1.4;
    letter-spacing: .1em;
}

.tag{
    background-color: #145cbf;
    border-radius: 4px;
    display: inline-block;
    font-size: 15px;
    padding: 8px;
    margin-bottom: 16px;
}

.tag + .tag{
    margin-left: 4px;
}
/* owl */
.owl-dots{
    position: absolute;
    width: 100%;
    height: 32px;
    bottom: 0;
    left: 0;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
    background-color: #2C7CE6;
}

.owl-theme .owl-nav{
    margin-top: 0;
}

.owl-theme .owl-nav [class*=owl-]{
    margin: 0;
    border-radius: 0;
}

.owl-nav{
    position: absolute;
    left: 0;
    bottom: calc(50% - 2rem);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev{
    font-size: 4rem;
    color: #f7b52c;
    text-shadow: 0 0 5px #0003;
    padding: 0 .8rem !important;
}

@media screen and (min-width:768px){
    .flight-item:not(:first-child){
        margin-top: 30px;
    }

    .owl-nav{
        display: block;
        width: fit-content;
        bottom: 0;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev{
        font-size: 2.5rem;
        padding: 0 .8rem !important;
        border: 2px solid #ece2c6;
        background-color: #fff;
    }
}
@media screen and (min-width:1024px) {

    .flight-item{
        display: flex;
        align-items: flex-end;
    }

    .flight-item:not(:first-child){
        margin-top: 40px;
    }

    .flight-item:nth-child(2){
        flex-direction: row-reverse;
    }

    .flight-item:nth-child(2) .owl-nav{
        left: initial;
        right: 0;
    }

    .flight-item:nth-child(2) .flight-txt{
        margin-left: initial;
        margin-right: -150px;
    }

    .slider-wrap{
        width: calc(50% + 150px);
    }

    .flight-txt{
        width: 50%;
        margin-bottom: 30px;
        margin-left: -150px;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev{
        font-size: 4rem;
        padding: 0 1rem !important;
    }
}
/* section-activity */

.section-activity{
    padding-top: 100px;
    background-color: #fff;
    position: relative;
}

.section-activity:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 427px;
    background: url(https://event.cdn-gunnarworks.com/events/starlux/activity-wave_bg.png) no-repeat top center / cover;
}

.activity-title{
    margin-bottom: 60px;
}

.activity-title h2{
    margin-bottom: 30px;
}

.activity-title p{
    color: #fff;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.3;
}

.activity-card{
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 3px rgb(0 0 0 / 40%);
    border-radius: 10px;
    overflow: hidden;
}

.activity-card + .activity-card{
    margin-top: 20px;
}

.activity-img{
    aspect-ratio: 1380 / 800;
    overflow: hidden;
}

.act-content{
    padding: 20px;
    box-sizing: border-box;
}

.act-title h3{
    font-size: 28px;
    padding-bottom: 20px;
    font-weight: 600;
}

.act-txt{
    padding-left: 1rem;
}

.act-txt p{
    padding-bottom: 0.8rem;
    color: #f8931f;
}

.act-txt p:nth-child(n+3){
    color: #1f284c;
}

.act-txt ul{
    list-style: disc;
    padding-left: 1rem;
    margin-bottom: 0.8rem;
}

.act-txt li{
    padding-bottom: 0.3rem;
}

.act-txt span{
    font-size: 14px;
    padding-left: 24px;
    position: relative;
    line-height: 1.5;
    display: inline-block;
}

.act-txt span:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(https://event.cdn-gunnarworks.com/events/starlux/loud-speaker.png) no-repeat center / contain;
}
.act-txt .no-icon-txt{
    padding-left: 0;
    font-size: 1rem;
}
.act-txt .no-icon-txt:before{
    display: none;
}

@media screen and (min-width:768px){
    .activity-content{
        display: flex;
        justify-content: space-between;
    }

    .activity-card{
        width: calc(50% - 7.5px);
    }

    .activity-card + .activity-card{
        margin-top: 0;
    }

}

@media screen and (min-width:1024px){
    .activity-content{
        display: block;
    }

    .activity-card{
        display: flex;
        width: 100%;
        margin-bottom: 20px;
    }

    .activity-img,
    .act-content{
        width: 50%;
    }
}

/* souvenir-block */

.souvenir-SubTitle{
    padding: 40px 60px;
    text-align: center;
}

.souvenir-SubTitle h3{
    font-size: 28px;
    color: #1f284c;
    font-weight: 600;
}

.souvenir-img{
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 3px rgb(0 0 0 / 40%);
}

.souvenir-name{
    padding: 16px 0;
}

.souvenir-name p{
    font-size: 20px;
    padding-bottom: .5rem;
    border-bottom: 2px solid #2d4472;
    line-height: 1.3;
}

.souvenir-name span{
    font-size: 20px;
    display: block;
}


@media screen and (min-width:768px){
    .souvenir-group{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .souvenir-item{
        width: calc(50% - 7.5px);
        display: flex;
        flex-direction: column;
    }

    .souvenir-name p{
        min-height: 60px;
        box-sizing: border-box;
    }
}

@media screen and (min-width:1024px){

    .souvenir-item{
        width: calc(25% - 7.5px);
        margin-right: 7.5px;
    }

    .souvenir-item:nth-child(4n){
        margin-right: 0;
    }
}

@media screen and (min-width:1200px){
    .souvenir-item:nth-child(n+5) p{
        min-height: initial;
    }
}

/* section-time */
.section-time{
    background-color: #2d4472;
    position: relative;
    padding: 60px 0 0;
}

.section-time:before,
.section-time:after{
    content: '';
    position: absolute;
    width: 100%;
    top: -1px;
    left: 0;
}

.section-time:before{
    height: 380px;
    background: url(https://event.cdn-gunnarworks.com/events/starlux/time-wave_bg.png) no-repeat top center / cover;
}

.section-time:after{
    height: 430px;
    top: 33px;
    background: url(https://event.cdn-gunnarworks.com/events/starlux/time-cloud_bg.png) no-repeat top center / cover;
}

.time-card{
    background-color: #fff;
    border-radius:10px ;
    overflow: hidden;
    border: .5px solid #fff;
    box-shadow:
        0px 5px 5.3px -32px rgba(0, 0, 0, 0.055),
        0px 40px 42px -32px rgba(0, 0, 0, 0.11)
        ;
}

.card-heading{
    background-color: #1f284c;
    color: #fff;
    text-align: center;
    padding: 1.25rem 0;
}

.card-heading h4{
    font-size: 20px;
}

.card-content-tag{
    padding: 16px 0;
    text-align: center;
    background-color: #f7941f66;
    box-shadow: 0 3px 0px #f7941f;
}

.tag-detail{
    padding: 1rem;
    display: flex;
}

.time-txt{
    flex-basis: 100px;
    padding-left: 8px;
    line-height: 1.5;
}

.activity-txt{
    flex: 1;
    padding: 0 8px;
    line-height: 1.5;
}
.activity-txt p{
    position: relative;
}

.activity-txt p:before{
    content: ' - ';
}
.activity-txt span{
    display: inline-block;
    font-size: 14px;
    color: red;
}

@media screen and (min-width:768px) {
    .section-time{
        padding-top: 100px;
    }

    .time-card{
        background-image: linear-gradient(to right,#f9ece4 200px , #fff 201px);
        max-width: 960px;
        margin: 0 auto;
    }

    .steps{
        overflow: hidden;
    }

    .card-content-tag{
        float: left;
        width: 200px;
        margin-bottom: 24px;
        position: relative;
    }

    .tag-detail{
        float: right;
        width: calc(100% - 200px);
    }
}

@media screen and (min-width:1024px) {
    .section-time{
        padding: 150px 0 20px;
    }

    .time-card{
        background-image: linear-gradient(to right,#f9ece4 260px , #fff 261px);
    }

    .card-content-tag{
        width: 260px;
    }

    .tag-detail{
        width: calc(100% - 260px);
        padding: 20px;
    }
}

/* section-coupon */
.section-coupon{
    padding: 100px 0;
    background-color: #162b3d;
    position: relative;
}

.section-coupon:before,
.section-coupon:after{
    content: '';
    position: absolute;
}

.section-coupon:before{
    inset: 0;
    background: url(https://event.cdn-gunnarworks.com/events/starlux/coupon-starts_bg.png) repeat-y bottom center / cover;
}

.section-coupon:after{
    width: 100%;
    height: 172px;
    top: -1px;
    background: url(https://event.cdn-gunnarworks.com/events/starlux/coupon-wave_bg.png) no-repeat top center / cover;
}

.coupon-title{
    margin-bottom: 60px;
}

.coupon-card{
    background-color: #fff;
    border-radius:10px ;
    overflow: hidden;
    border: .5px solid #fff;
    box-shadow:
        0px 5px 5.3px -32px rgba(0, 0, 0, 0.055),
        0px 40px 42px -32px rgba(0, 0, 0, 0.11)
        ;
    padding: 1.5rem 1rem;
    box-sizing: border-box;
}

.coupon-img{
    width: 90%;
    margin: 0 auto 20px;
}

.coupon-heading{
    padding: 12px 0;
    text-align: center;
    background-color: #1f284c;
    color: #fff;
    margin-bottom: 20px;
}

.coupon-list{
    line-height: 1.3;
}

.coupon500,
.coupon1000{
    padding: 1rem;
    border-radius: 5px;
    border: 1px dashed #DA465B;
    width: fit-content;
    margin: 16px auto 0;
    text-align: center;
    color: #DA465B;
}

.coupon500 span,
.coupon1000 span{
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0 4px;
}

@media screen and (min-width:768px) {
    .coupon-card{
        display: flex;
        align-items: center;
        max-width: 600px;
        margin: auto;
    }

    .coupon-txt{
        width: 50%;
        margin-left: auto;
    }

    .coupon-img{
        width: 300px;
        margin-bottom: 0;
        padding-right: 15px;
    }
}

@media screen and (min-width:1024px){
    .coupon-card{
        max-width: 800px;
    }

    .coupon-img{
        padding-right: 0;
    }
}

/* section-note */
.section-note{
    color: #fff;
    background-color: #08202d;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.section-note:before,
.section-note:after{
    content: '';
    position: absolute;
    transition: 300ms;
}

.section-note:before{
    top: 0;
    left: 0;
    width: 200px;
    height: 360px;
    background: url(https://event.cdn-gunnarworks.com/events/starlux/note_before.png) no-repeat top left / contain;
}

.section-note:after{
    right: 0;
    bottom: 0;
    width: 207px;
    height: 290px;
    background: url(https://event.cdn-gunnarworks.com/events/starlux/note_after.png) no-repeat bottom right / contain;
}

.note-title{
    text-align: center;
    margin-bottom: 60px;
}

.note-content li{
    line-height: 1.5;
    padding-bottom: .8rem;
    position: relative;
    text-indent: 1.8rem;
}

.note-content li:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    padding: 0 0.8rem;
    margin: auto;
    background: url(https://event.cdn-gunnarworks.com/events/starlux/chat.png) no-repeat center center / contain;
}

.note-link{
    color: #f8931f;
    font-weight: 500;
}

.note-link:hover,
.note-link:focus{
    color: #ffb35d;
}

@media screen and (min-width:768px){
    .section-note:before{
        width: 300px;
        height: 540px;
    }
    
    .section-note:after{
        width: 311px;
        height: 435px;
    }
}
@media screen and (min-width:1024px){
    .section-note:before{
        width: 400px;
        height: 720px;
    }
    
    .section-note:after{
        width: 415px;
        height: 580px;
    }
}

.contentbox_main {
    padding: 20px 0;
}

@media screen and (max-width:767px) {
    .contentbox_main {
        padding: 10px 6px;
    }
}

.contentbox_main>h1 {
    text-align: center;
    /*margin-bottom: 1.5rem;*/
    font-weight: 600;
    color: var(--main-light-color);
    text-shadow: var(--text-shadow);
}




#btn_top {
    position: fixed;
    right: 5px;
    z-index: 999;
}

@media screen and (max-width:767px) {
    #btn_top {
        right: 0;
    }
}