﻿@charset "utf-8";


/************************************/


/*    TRISTAR活動頁模板 main CSS    */


/*      Created at 2019/09/03       */


/************************************/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}


*::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #F5F5F5;
}


*::-webkit-scrollbar-thumb {
    background-color: #CCC;
    border-radius: 10px;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "微軟正黑體", Arial;
    color: #4C4C47;
    overflow-x: hidden;
}

img {
    width: 100%;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #333;
    text-decoration: underline;
}

/* --------  福泰 header & footer 樣式 ---------- */

    .text_size_lg{
        font-size: 18px;
    }

    /* --------  header style1 classname : tristar_nav_style1 ---------- */

        /* -- navbar-brand -- */

        .tristar_nav .navbar-brand {
            padding: 0;
            width: 130px;
        }




        /*  -- logo --  */

        .logo_box {
            width: 125px;
            padding: 3.5px 0px 1px 20px;
        }

        .logo_box img {
            width: 100%;
        }


        .tristar_nav_style1 {
            background-color: #fff;
            /*border-color: #e7e7e7;*/
            border: none;
            box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
        }

        .navbar-default.tristar_nav_style1 .navbar-nav>.active>a{
            background-color: transparent;
            color: #ff7103;
        }

        .tristar_nav_style1 .navbar-nav>li>a {
            font-weight: bold;
            color: #666;
            font-size: 16px;
            letter-spacing: 2px;
        }

        .tristar_nav_style1 .navbar-nav.navbar-right>li>button,
        .tristar_nav_style1 .navbar-nav.navbar-right>li>a {
            color: #ff7103;
        }


        .tristar_nav_style1 .navbar-nav.navbar-right>li>.dropdown>button {
            border: none;
            color: #ff7103;
            font-size: 16px;
        }


        .tristar_nav_style1 .navbar-nav.navbar-right>li>.dropdown>button:hover,
        .tristar_nav_style1 .navbar-nav.navbar-right>li>.dropdown>button:focus,
        .tristar_nav_style1 .navbar-nav.navbar-right>li>.dropdown>button:active,
        .tristar_nav_style1 .collapse .navbar-nav.navbar-right>li>button:focus,
        .tristar_nav_style1 .collapse .navbar-nav.navbar-right>li>button:active {
            background: #fffbf7;
        }


        .tristar_nav_style1 .caret {
            margin-left: 5px;
        }

        .tristar_nav_style1 .user_function+.user_function_list {
            width: 141px;
            color: #666;
            background: #fff;
            padding: 16px 10px 10px 10px;
            margin-top: -15px;
            position: absolute;
            right: 0;
            text-align: left;
            list-style: none;
            border-radius: 5px;
            box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
            display: none;
        }


        .tristar_nav_style1 .user_function+.user_function_list.open {
            display: block;
        }

        .tristar_nav_style1 .user_function+.user_function_list a {
            display: inline-block;
            line-height: 33px;
            width: 100%;
        }


        .tristar_nav_style1 .user_function+.user_function_list a.logout {
            border-top: 1px solid #eee;
            margin-left: -10px;
            margin-right: -10px;
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 8px;
            margin-top: 8px;
            width: calc(100% + 20px);
        }

        @media (min-width: 768px) {
            .tristar_nav_style1 .navbar-nav>li>a {
                padding-top: 20px;
                padding-bottom: 20px;
                padding-left: 15px;
                padding-right: 15px;
            }


            .tristar_nav_style1 .navbar-nav.navbar-right>li>.dropdown>button,
            .tristar_nav_style1 .navbar-nav>li>button {
                padding-top: 19px;
                padding-bottom: 18px;
                padding-left: 0px;
                padding-right: 0px;
            }

            .tristar_nav_style1 .navbar-nav.navbar-right>li>.dropdown>button+.dropdown-menu {
                padding-top: 10px;
                padding-bottom: 10px;
                border: none;
                border-radius: 8px;
            }

            .tristar_nav_style1 .navbar-nav.navbar-right>li>.dropdown>button+.dropdown-menu>li>a {
                line-height: 34px;
            }


            .tristar_nav_style1 .navbar-nav:not(.navbar-right)>li>a:hover {
                background: rgba(238, 238, 238, 0.3);
                color: #333;
            }

            .tristar_nav_style1 .collapse .navbar-nav {
                float: left;
                margin: 0;
                text-align: center;
                width: calc(100% - 260px);
            }

            .tristar_nav_style1 .collapse .navbar-nav.navbar-right {
                width: 130px;
                text-align: right;
            }

            .tristar_nav_style1 .collapse .navbar-nav.navbar-right>li>button:hover,
            .tristar_nav_style1 .collapse .navbar-nav.navbar-right>li>a:hover {
                background: #fffbf7;
                box-shadow: none;
            }

            .tristar_nav_style1 .collapse .navbar-nav>li {
                display: inline-block;
                float: none;
            }
        }

        @media (max-width: 1090px) and (min-width: 992px) {
            .tristar_nav_style1 .navbar-nav>li>a {
                padding: 20px 5px;
            }

            .tristar_nav_style1 .collapse .navbar-nav {
                width: auto;
                width: calc(100% - 250px);
                /* test */
            }

            .tristar_nav_style1 .collapse .navbar-nav.navbar-right {
                width: auto;
            }
        }

        @media (max-width: 991px) and (min-width: 768px) {
            .tristar_nav_style1 .navbar-nav>li>a {
                padding: 11px 4px;
                font-size: 16px;
                width: 45px;
                line-height: 19px;
                vertical-align: text-top;
                margin-right: 8px;
            }

            .tristar_nav_style1 .navbar-nav>li>a[href*='login.h'] ,
            .tristar_nav_style1 .navbar-nav>li>a[href*='r/login'] {
                width: auto;
                margin-top: 8px;
            }

            .tristar_nav_style1 .navbar-nav>li>a[href*='coupon.h'] ,
            .tristar_nav_style1 .navbar-nav>li>a[href*='/ticket/'] {
                position: relative;
                top: -10px;
            }

            .tristar_nav_style1 .collapse .navbar-nav {
                width: auto;
                width: calc(100% - 250px);
            }

            .tristar_nav_style1 .collapse .navbar-nav.navbar-right {
                width: auto;
            }
        }

        @media screen and (min-width:0\0) and (max-width: 991px) and (min-width: 768px){  
            /* for ie 10 9 */
            .tristar_nav_style1 .navbar-nav>li>a[href*='/ticket/'] {
                float: left;
                top: 5px;
            }
        }

        @media (max-width: 767px) {
            .tristar_nav_style1 .container-fluid>.navbar-header {
                height: 60px;
            }

            .tristar_nav_style1.navbar-default .navbar-toggle {
                margin-top: 14px;
            }
            
            .navbar-fixed-top.tristar_nav_style1 .navbar-collapse {

            }

            .tristar_nav_style1 .navbar-nav>li>button {
                background: transparent;
                width: 100%;
                border-radius: 0;
                text-align: left;
            }

            .tristar_nav_style1 .navbar-nav.navbar-right>li>.dropdown>button {
                width: 100%;
                text-align: left;
                border: 1px solid #eee;
                border-radius: 8px;
                margin-left: 5px;
                padding: 10px 4px;
                text-align: center;
            }

            .tristar_nav_style1 .navbar-nav {
                width: 50%;
                float: left;
                padding-left: 12px;
                margin: 10px 0;
            }

            .tristar_nav_style1 .navbar-nav li {
                width: 60px;
                float: left;
                border: 1px solid #eee;
                border-radius: 8px;
                text-align: center;
                height: 60px;
                text-align: center;
                margin: 5px;
            }

            .tristar_nav_style1 .navbar-nav>li>a {
                padding: 10px 10px;
            }

            .tristar_nav_style1 .dropdown .btn-default {
                height: 60px;
                width: 60px;
                padding: 0 6px;
                background: transparent;
                text-align: center;
                border: 1px solid #eee;
                border-radius: 8px;
                white-space: normal;
                overflow: hidden;
            }

            .tristar_nav_style1 .dropdown .btn-default .caret {
                display: none;
            }
            
            .tristar_nav_style1 .navbar-nav.navbar-right > li {
                border: none;
            }
            

            .tristar_nav_style1 .navbar-nav.navbar-right > li .dropdown-menu li a {
                height: 60px;
                width: 60px;
                padding: 10px;
                white-space: normal;
                color: #666;
            }

            .navbar-nav .dropdown-menu {
                position: static;
                float: none;
                width: auto;
                margin-top: 0;
                background-color: transparent;
                border: 0;
                -webkit-box-shadow: none;
                box-shadow: none;
                display: block;
            }

            .tristar_nav_style1 .navbar-nav.navbar-right > li .dropdown-menu li a[href*='/logout'] {
                padding: 18px 0;
            }
            
            .tristar_nav_style1 .navbar-nav li a[href*='coupon.h'],
            .tristar_nav_style1 .navbar-nav li a[href*='/ticket/'] {
                padding: 18px 10px;
            }

            .tristar_nav_style1 .navbar-nav li a[href*='login.'],
            .tristar_nav_style1 .navbar-nav li a[href*='/login'] {
                border: 1px solid #eee;
                border-radius: 8px;
                text-align: center;
                width: 130px;
                padding: 20px 10px;
                height: 60px;
            }
        }


        @media (max-width: 515px) {
            .tristar_nav_style1 .navbar-nav li {
                margin: 2px;
            }
        }

    /* ---------------------- footer --------------------------- */

        .footer {
            float: left;
            width: 100%;
            letter-spacing: 1px;
        }

        .footer .jumbotron {
            background: #eff1f3;
            padding: 0;
            margin: 0;
        }

        .footer .main_footer {
            background: #eff1f3;
        }


        .footer .main_footer .footer_content {
            overflow: hidden;
            margin: 0 auto;
        }


        .footer .main_footer .footer_content .box {
            float: left;
            width: 25%;
            padding-top: 60px;
            padding-bottom: 60px;
        }


        .footer .main_footer .footer_content .box .list_title {
            font-size: 18px;
            color: #333;
            font-weight: bold;
            margin-bottom: 20px;
        }


        .footer .main_footer .footer_content .box ul {
            padding: 0;
            list-style: none;
        }

        .footer .main_footer .footer_content .box ul a {
            text-decoration: none;
            font-size: 12px;
            color: #888;
        }

        .footer .main_footer .footer_content .box ul li {
            margin-bottom: 12px;
            text-decoration: none;
            font-size: 14px;
            color: #888;
        }

        .footer .main_footer .footer_content .box ul li.service_time {
            float: left;
        }


        .footer .main_footer .footer_content .bottom_box {
            float: left;
            width: 100%;
            padding-top: 13px;
            padding-bottom: 23px;
            border-top: 1px solid #EEE;
            line-height: 26px;
            color: #666;
            font-size: 14px;
        }



        .footer .main_footer .footer_bottom {
            float: left;
            width: 100%;
            height: 30px;
            line-height: 30px;
            background-color: #333;
            color: #fff;
            text-align: center;
            font-size: 12px;
            letter-spacing: 1px;
        }



        @media (min-width: 768px) {
            .footer .main_footer .footer_content {
                width: 750px;
            }

            .footer .main_footer .footer_content .box ul li.service_time {
                margin-left: 0px;
            }

        }

        @media (min-width: 992px) {
            .footer .main_footer .footer_content {
                width: 970px;
            }

            .footer .main_footer .footer_content .box ul li.service_time {
                margin-left: 70px;
            }
        }

        @media (min-width: 1200px) {
            .footer .main_footer .footer_content {
                width: 1170px;
            }
        }


        @media (max-width: 767px) {
            .footer .main_footer .footer_content {
                display: none;
            }

            .footer .main_footer .footer_bottom {
                letter-spacing: 0px;
            }

            .footer .link_list_item li{
                margin-left: 0;
            }

            .footer .link_list_item.item_style1 li + li:before {
                display: none;
            }

            .footer .container-fluid:nth-child(2) span {
                line-height: 50px;
                font-size: 12px;
            }

            .footer .container-fluid:nth-child(2) .link_list_item li {
                margin: 0;
                margin-right: 5px;
            }

            .footer .container-fluid:nth-child(2) .link_list_item a {
                line-height: 40px;
                padding: 10px 0;
            }
        }


        .footer .container-fluid:nth-child(1) {
            background: #eff1f3;
            padding-bottom: 15px;
        }

        .footer .container-fluid:nth-child(1) .link_list_item {
            border-bottom: 1px solid #ddd;
            margin-bottom: 20px;
        }

        .footer .container-fluid:nth-child(1) .link_list_item a {
            line-height: 70px;
            padding: 27px 0;
        }

        .footer .container-fluid:nth-child(1) .icon_list_item {
            margin-top: -52px;    
            float: right;
        }

        .footer .container-fluid:nth-child(1) .icon_list_item li {
            /*width: 51px;*/
        }

        .footer .container-fluid:nth-child(2) {
            background: #000;
            color: #fff;
        }

        .footer .container-fluid:nth-child(2) span {
            line-height: 70px;
        }

        .footer .container-fluid:nth-child(2) .link_list_item a {
            line-height: 70px;
            padding: 27px 0;
        }

        .footer .container-fluid:nth-child(2) * {
            color: #fff;
        }

        @media (max-width: 991px){
            .footer .container-fluid:nth-child(1) .icon_list_item {
                float: none;
                margin-top: 0px;    
            }
        }

        .footer .text_color_content{
            color: #666
        }

        /*----- link_list_item ----*/

            .link_list_item{
                padding-left: 0;
                list-style: none;
                margin-bottom: 0;
            }

            .link_list_item li{
                display: inline-block;
            }

            .link_list_item li a:hover{
                text-decoration: underline;
            }


            .link_list_item.item_style1 li + li:before{
                content: "．";
                padding: 0 6px;
            }

            .link_list_item li.back_top *{
                cursor: pointer;
            }

            .link_list_item li.back_top{
                float: right;
                font-weight: bold;
            }

            .link_list_item.item_style1 li + li.back_top:before{
                content: "";
                padding: 0;
            }

        /*--- icon_list_item ---*/

            .icon_list_item{
                list-style: none;
            }

            .icon_list_item li{
                display: inline-block;
            }

        /*--- pic box ---*/
            .pic_box{
                width: 100%;
            }
/**/


.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


/* ------- 馥蘭朵烏來 -------*/

@font-face {
  font-family: '新微軟正黑體';
  unicode-range: U+7db0, U+78A7, U+7B75;
  font-style: normal;
  font-weight: bold;
  src: local(MS Gothic), local(Yu Gothic);
}

body, html {
    font-family: "微軟正黑體", sans-serif;
    color: #fff;
}

.content {
    overflow: hidden;
    font-family: 'Noto Serif TC', serif;
    font-weight: 600;
    color: #fff;
    padding-bottom: 200px;
    background-color: #3E1F1F;
    background-attachment: fixed;
    background-image: url('../images/bg.png');
    background-position: bottom;
    -webkit-background-size: cover;
    background-size: cover;
}

.content p {    
    font-family: "微軟正黑體", serif;
    font-weight: normal;
    text-align: justify;
}

.banner_block {
    position: relative;
    height: 100vh;
    overflow: hidden;
    padding-top: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    background-color: transparent;
    overflow: hidden;
}

.banner_block > img {  
    min-width: 100%; 
    margin-left: auto;
}

.banner_block .block_title {
    width: 100%;
}

.banner_block .block_title img { 
    width: unset;
    position: absolute;
    bottom: 5%;
    left: 8%;
    max-width: 50%;
}

/* 行程列表 */

.product_block .block_title h3 {
    display: flex;
    font-size: 42px;
    line-height: 1.5;
    margin-left: -42px;
    margin-bottom: 100px;
}

.product_block .block_title h3:before {
    content:'“';
}

.product_block .block_title h3:after {
    content:'”';
    margin-top: 1.5em
}

.product_block .month_box {
    margin-bottom: -60px;
    user-select: none;
}

.product_block .product_box {
    position: relative;
    margin-bottom: 115px;
}

.product_block .product_box a {
    color: #fff;
}

.product_block .product_box:after {
    content: "";
    position: absolute;
    bottom: -40px;    
    display: inline-block;
    width: calc(100% - 40px);
    height: 50%;
    border-bottom: 2px solid #ddaf54;
    pointer-events: none;
}

.product_block .product_box:not(.r):after {
    border-right: 2px solid #ddaf54;
    right: 40px;
}

.product_block .product_box.r:after {
    border-left: 2px solid #ddaf54;
    left: 40px;
}

.product_block .month_box span {
    color: #ddaf54;
    font-size: 180px;
    opacity: .05
}

.product_block .product_box .box_title h4 {
    border-left: 15px solid #ddaf54;
    padding: 1px 0px 5px 28px;
    margin-left: -15px;
    margin-bottom: 42px;
    font-size: 36px;
    letter-spacing: 10px
}

.product_block .product_box .box_title ul {
    padding-inline-start: 40px;
}

.product_block .product_box .box_title li {
    font-family: "微軟正黑體";
    list-style-image: url('../icons/list_style.svg');
    padding-left: 14px;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
    text-align: justify;
}

.product_block .product_box .box_title div {
    text-align: right;
    font-size: 28px;
    color: #ddaf54;
}

.product_block .product_box .box_title div small {
    font-size: 70%;
}

.product_block .product_box .box_title div:before {
    content: "";
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #fff;
    margin-bottom: 8px;
    margin-right: 24px;
}

.product_box .box_title div:after {
    content: "";
    transform: rotate(45deg);
    display: inline-block;
    width: 16px;
    height: 16px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    opacity: 0;
    margin-left: 20px;
}

.product_box a:hover .box_title div:before {
    animation: line 2s ease-in-out;
    animation-iteration-count: infinite;
}

.product_box a:hover .box_title div:after {
    animation: arrow 2s ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes line{
    from {
        margin-right: 114px;
        width: 0
    }

    to {
        margin-right: 14px;
        width: 100px
    }
}

@keyframes arrow{
    60% {
        opacity: 0;
        margin-left: 0px;
        margin-right: 20px;
    }

    100% {
        opacity: 1;
        margin-left: 20px;
        margin-right: 0px;
    }
}



/* 五感體驗 */

.experience_block .block_title {
    position: relative;
    display: inline-block;
    width: 374px;
    height: 374px;
    padding-top: 30px;
    border-radius: 50%;
    border: 4px solid #fff;
    text-align: center;
}

.experience_block .block_title:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -13px;
    left: -13px;
    width: 392px;
    height: 392px;
    border-radius: 50%;
    border: 1px solid #fff;
    pointer-events: none;
}


.experience_block .block_title {
    display: block;
    margin: 300px auto 250px;
}

.experience_block .block_title h3 {
    font-size: 100px;
    letter-spacing: 30px;
    padding-left: 30px;
}

.experience_block .block_title img {
    display: block;
    text-align: center;
    width: unset;
    margin: 24px auto;
}

.experience_block .block_title h4 {
    display: inline-block;
    padding-left: 16px;
    letter-spacing: 16px;
    font-size: 100px;
    font-size: 36px;
    position: relative;
}

.experience_block .block_title h4:before,
.experience_block .block_title h4:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100px;
    border: 1px solid #ddaf54;
    top: 18px;
}

.experience_block .block_title h4:before {
    left: -100px;
}

.experience_block .info_box {
    margin-bottom: 250px;
}

.experience_block .info_box .box_title {
    position: relative;
    z-index: 13;
    text-align: center;
}

.experience_block .info_box .box_title h4 {
    font-size: 90px;
}

.experience_block .info_box .box_title img {
    display: block;
    width: unset;
    margin: 20px auto 14px;
}

.experience_block .info_box .box_title h5 {
    position: relative;
    display: inline-block;
    font-size: 24px;
    letter-spacing: 6px;
    padding-left: 6px;
    margin-bottom: 120px;
}

.experience_block .info_box .box_title h5:before,
.experience_block .info_box .box_title h5:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100px;
    border: 1px solid #ddaf54;
    top: 18px;
}

.experience_block .info_box .box_title h5:before {
    left: -118px;
}

.experience_block .info_box .box_title h5:after {
    right: -118px
}

.experience_block .info_box .box_title p {
    text-align: center;
    font-size: 24px;
    line-height: 2;
}

.experience_block .info_box:nth-child(1) .box_content {
    position: relative;
}

.experience_block .info_box:nth-child(1) .box_content:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: calc(100% - 80px);
    height: calc(100% + 80px);
    top: -40px;
    right: 40px;
    border-right: 2px solid #ddaf54;
    border-bottom: 2px solid #ddaf54;
}

.experience_block .info_box:nth-child(1) .box_content:after {    
    content: "";
    display: inline-block;
    position: absolute;
    width: 15%;
    height: 40px;
    top: -40px;
    right: 40px;
    border-top: 2px solid #ddaf54;
}

.experience_block .info_box:nth-child(2) .col-lg-offset-5.col-lg-6 {
    position: relative;
}

.experience_block .info_box:nth-child(2) .box_content {
    position: absolute;
    z-index: 5;
    background-color: #fff;
    padding: 45px 30px;
}

.experience_block .info_box:nth-child(2) .box_content h4 {
    font-size: 48px;
    color: #970000;
    margin-bottom: 40px;
    letter-spacing: 6px;
}

.experience_block .info_box:nth-child(2) .box_content p {
    color: #333;
    line-height: 2.25;
    font-size: 16px;
}

.experience_block .info_box:nth-child(2) img {
    position: relative;
    z-index: 3;
}

.experience_block .info_box:nth-child(2) .row:nth-child(2) {
    position: relative;
    margin-bottom: 120px;
}

.experience_block .info_box:nth-child(2) .row:nth-child(2):before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 3;
    border-left: 2px solid #ddaf54;
    border-bottom: 2px solid #ddaf54;
    top: 40px;
    left: -40px;
    width: calc(100% + 40px);
    height: calc(100% - 80px);
}

.experience_block .info_box:nth-child(2) .row:nth-child(2):after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 3;
    width: 15%;
    top: 0;
    left: -40px;
    height: 40px;
    border-bottom: 2px solid #ddaf54;
}

.experience_block .info_box:nth-child(2) .row:nth-child(2) .box_content {    
    top: -290px;
}

.experience_block .info_box:nth-child(2) .row:nth-child(3) {
    position: relative;
}

.experience_block .info_box:nth-child(2) .row:nth-child(3) .box_content {
    z-index: 8;
    top: 230px;
    left: 40px;
}


.experience_block .info_box:nth-child(2) .row:nth-child(3) {
    position: relative;
    margin-bottom: 120px;
}

.experience_block .info_box:nth-child(2) .row:nth-child(3):before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 3;
    border-right: 2px solid #ddaf54;
    border-bottom: 2px solid #ddaf54;
    top: 40px;
    right: -40px;
    width: calc(100% + 40px);
    height: calc(100% - 80px);
}

.experience_block .info_box:nth-child(2) .row:nth-child(3):after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 3;
    width: 15%;
    top: 0;
    right: -40px;
    height: 40px;
    border-bottom: 2px solid #ddaf54;
}

.experience_block .info_box:nth-child(3) .box_content {
    position: relative;
}


.experience_block .info_box:nth-child(3) .box_content p {
    color: #fff;
    background-color: rgba(0, 0, 0, .4);
    top: 0;
    left: 0;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    font-size: 24px; 
    line-height: 2;
    position: absolute;
    z-index: 10;
}

.experience_block .info_box:nth-child(3) .box_content p:after {
    position: absolute;
    content:"";
    width: 75px;
    height: 100%;
    right: -75px;
    background: rgba(0, 0, 0, .4);
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.experience_block .info_box:nth-child(4) .box_content {
    position: relative;
}

.experience_block .info_box:nth-child(4) .box_content:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: calc(100% - 80px);
    height: calc(100% + 80px);
    top: -40px;
    left: 40px;
    border-left: 2px solid #ddaf54;
    border-bottom: 2px solid #ddaf54;
}

.experience_block .info_box:nth-child(4) .box_content:after {    
    content: "";
    display: inline-block;
    position: absolute;
    width: 15%;
    height: 40px;
    top: -40px;
    left: 40px;
    border-top: 2px solid #ddaf54;
}

.experience_block .info_box:nth-child(5) .row {
    position: relative;
}

.experience_block .info_box:nth-child(5) .row:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 60%;
    height: 30%;
    border-left: 2px solid #ddaf54;
    border-bottom: 2px solid #ddaf54;
    bottom: 40px;
    left: 40px;
    z-index: 12;
    pointer-events: none;
}

.experience_block .info_box:nth-child(5) .row > .col-lg-6 {
    position: relative;
}

.experience_block .info_box:nth-child(5) .box_content {
    position: absolute;
    top: 150px;
    z-index: 10;
}

.experience_block .info_box:nth-child(5) .box_content {
    background-color: #fff;
}

.experience_block .info_box:nth-child(5) .box_content p{
    color: #333;
    font-size: 24px;
    line-height: 2.25;
    padding: 14px 80px;
}


/* 五感體驗 背景 */

.experience_block .info_box {
    position: relative;
}

.experience_block .info_box:before {
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
    left: calc(-50vw + 570px);
    background-size: cover;
}

.experience_block .info_box:nth-child(1):before {
    top: -300px;
    min-height: 60vw;
    background-image: url('../images/bg01.png') 
}

.experience_block .info_box:nth-child(2):before {
    min-height: 42vw;
    background-image: url('../images/bg02-1.png') 
}

.experience_block .info_box:nth-child(2):after {
    content: "";
    bottom: 50px;
    min-height: 40vw;
    background-image: url('../images/bg02-2.png');
    display: block;
    position: absolute;
    width: 100vw;
    left: calc(-50vw + 570px);
    background-size: 100%;
    background-position: bottom;
    z-index: 0
}

.experience_block .info_box:nth-child(4):before {
    top: -200px;
    min-height: 47vw;
    background-image: url('../images/bg04.png') 
}

.experience_block .info_box:nth-child(5):before {
    top: -100px;
    min-height: 37vw;
    background-image: url('../images/bg05.png') 
}


@media (min-width: 768px) and (max-width: 1199px) {
    .product_block .product_box .box_title h4 {
        font-size: 28px;
        letter-spacing: unset;
    }

    .product_block .block_title h3 {
        font-size: 36px;
        margin-left: unset;
    }

    .experience_block .info_box .box_title p {
        font-size: 18px;
        margin-bottom: 100px;
    }

    .experience_block .info_box:nth-child(2) .row {
        width: 90%;
        margin: 0 auto;
    }

    .experience_block .info_box:nth-child(2) .box_content {
        padding: 20px 30px;
    }

    .experience_block .info_box:nth-child(2) .box_content h4 {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .experience_block .info_box:nth-child(2) .box_content p {
        line-height: 2;
        font-size: 14px;
    }

    .experience_block .info_box:nth-child(2) .row:nth-child(2) .box_content {
        top: unset;
        right: 0;
        bottom: -60px;
    }

    .experience_block .info_box:nth-child(2) .row:nth-child(3) .box_content {
        left: unset;
        right: 0;
    }

    .experience_block .info_box:nth-child(3) .box_content p {
        font-size: 18px;
    }

    .experience_block .info_box:nth-child(4) .row > .col-xs-12:nth-child(2) {
        order: -1;
    }


    .experience_block .info_box:nth-child(5) .row:before {
        height: 70%;
    }

    .experience_block .info_box:nth-child(5) .box_content {
        right: unset;
        top: 120px;
        left: unset;
        z-index: 15;
    }

    .experience_block .info_box:nth-child(5) .box_content p {
        line-height: 2;
        font-size: 18px;
        padding: 20px 30px;
    }

    .experience_block .info_box:before,
    .experience_block .info_box:nth-child(2):after {
        left: 0;
    }

    .experience_block .info_box:nth-child(1):before {
        top: 0;
    }

    .experience_block .info_box:nth-child(2):before {
        top: 10%
    }

    .experience_block .info_box:nth-child(4):before {
        top: 0;
    }

    .experience_block .info_box:nth-child(5):before {
        top: 20%;
    }

}

@media (max-width: 767px) {
    .content {
        padding-bottom: 40px;
    }

    .banner_block {
        height: 50vh;
    }

    .banner_block > img {
        width: auto;
        height: 100%;
        min-width: unset;
    }

    .banner_block .block_title img {
        max-width: 68%;
        bottom: 0;
        left: 5%;
    }

    .product_block .block_title h3 {
        font-size: 18px;
        margin-left: unset;
        margin-bottom: 48px;
        line-height: 2.25;
    }

    .product_block .month_box {
        margin-bottom: -20px;
    }

    .product_block .month_box span {
        font-size: 130px;
    }

    .product_block .product_box {
        margin-bottom: 90px;
    }

    .product_block .product_box:after {
        content: none;
    }

    .product_block .product_box:not(.r) .col-xs-12:nth-child(2) {
        order: -1;
    }

    .product_block .product_box .box_title {
        margin-top: 80px;
    }

    .product_block .product_box .box_title h4 {
        margin-left: 0px;
        padding: 6px 0px 8px 16px;
        border-left: 10px solid #ddaf54;
        font-size: 22px;
        letter-spacing: 5px;
    }

    .product_block .product_box .box_title ul {
        padding-inline-start: 20px;
        margin-bottom: 50px;
    }

    .product_block .product_box .box_title li {
        font-size: 14px;
        padding-left: 12px;
    }

    .experience_block .block_title {
        margin: 200px auto 140px;
        padding-top: 16px;
        width: 250px;
        height: 250px;
    }

    .experience_block .block_title h3 {
        font-size: 60px;
        letter-spacing: 15px;
        padding-left: 15px;
    }

    .experience_block .block_title img {
        margin: 18px auto 8px;
    }

    .experience_block .block_title h4 {
        font-size: 24px;
        padding-left: 12px;
        letter-spacing: 12px;
    }

    .experience_block .block_title h4:before, 
    .experience_block .block_title h4:after {
        width: 80px;
        top: 14px;
    }

    .experience_block .block_title h4:before {
        left: -80px;
    }

    .experience_block .block_title:before {
        width: 268px;
        height: 268px;
    }

    .experience_block .info_box {
        margin-bottom: 150px;
    }

    .experience_block .info_box:before,
    .experience_block .info_box:nth-child(2):after {
        content: none;
    }

    .experience_block .info_box .box_title h4 {
        font-size: 70px;
    }

    .experience_block .info_box .box_title h5 {
        font-size: 18px;
    }

    .experience_block .info_box .box_title h5:before, .experience_block .info_box .box_title h5:after {
        content: none;
    }

    .experience_block .info_box .box_title p {
        font-size: 18px;
        margin-bottom: 25px
    }

    .experience_block .info_box:nth-child(1) .box_content:before {        
        width: calc(100% - 30px);
        height: calc(100% + 5em + 75px);
        top: calc(-5em - 45px);
        right: 15px
    }

    .experience_block .info_box:nth-child(1) .box_content:after {
        height: 15px;
        top: calc(-5em - 45px);
        right: 15px;
    }

    .experience_block .info_box:nth-child(2) .row:nth-child(2) {
        margin-bottom: 60px;
    }

    .experience_block .info_box:nth-child(2) .row:nth-child(2) .box_content {
        top: 0;
    }

    .experience_block .info_box:nth-child(2) .row:before,
    .experience_block .info_box:nth-child(2) .row:after {   
        content: none!important
    }

    .experience_block .info_box:nth-child(2) .box_content {
        position: static;
    }

    .experience_block .info_box:nth-child(2) .box_content h4 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .experience_block .info_box:nth-child(2) .box_content {
        padding: 25px 15px;
    }

    .experience_block .info_box:nth-child(2) .box_content p {
        font-size: 14px;
        line-height: 1.75;
    }

    .experience_block .info_box:nth-child(2) .row:nth-child(3) .col-xs-12:nth-child(2) {
        order: -1;
    }

    .experience_block .info_box:nth-child(3) .box_content {
        height: 250px;
        display: flex;
        justify-content: center;
        overflow: hidden;
    }

    .experience_block .info_box:nth-child(3) .box_content img {
        width: unset;
        height: 100%;
    }

    .experience_block .info_box:nth-child(3) .box_content p {
        padding: unset;
        font-size: 18px;
        width: 100%;
        height: 100%;
    }

    .experience_block .info_box:nth-child(4) .row > .col-xs-12:nth-child(2) {
        order: -1;
    }

    .experience_block .info_box:nth-child(4) .box_content:before {        
        width: calc(100% - 30px);
        height: calc(100% + 5em + 75px);
        top: calc(-5em - 45px);
        left: 15px
    }

    .experience_block .info_box:nth-child(4) .box_content:after {
        height: 15px;
        top: calc(-5em - 45px);
        left: 15px;
    }

    .experience_block .info_box:nth-child(5) .row:before {
        height: 80%;
        left: 30px;
        bottom: -15px;

    }

    .experience_block .info_box:nth-child(5) .row > .col-xs-12:nth-child(2) {
        order: -1;
    }

    .experience_block .info_box:nth-child(5) .box_content {
        position: static;
    }

    .experience_block .info_box:nth-child(5) .box_content p {
        font-size: 18px;
        padding: 14px 30px;
    }
}