/* all */:root {    --main-title-color: #4d4d4d;    --sub-title-color: #2e5d28;    --main-color: #2e5d28;    --aide-color: #f5d146;    --aide-color02: #2f5633;    --text-color: #424242;    --white-color: #fff;    --block-color: #000;    --line-color: #64bd6a;    --ft-en: 'Unbounded', sans-serif;    --ft-cn: 'Noto Sans TC', sans-serif;    --0dst: .5rem;    --1dst: 1rem;    --2dst: 2rem;    --3dst: 3rem;    --4dst: 4rem;    --5dst: 5rem;    --6dst: 6rem;    --7dst: 7rem;    --8dst: 8rem;    --9dst: 10rem;    --10dst: 10rem;    --font-weight300: 300;    --font-weight400: 400;    --font-weight500: 500;    --font-weight600: 600;    --font-weight700: 700;    --txt-center: center;    --txt-left: left;    --txt-right: right;    --txt-justify: justify;    /* 20240912喜多顏色新增 */    --MainColorTypeB: #ffb768;    --SubColorTypeB: #e9982b;    --ThirdColorTypeB: #e88805;}.index h1,.index h2,.index h3,.index h4,.index h5,.index h6,.footer_block h1,.footer_block h2,.footer_block h3,.footer_block h4,.footer_block h5,.footer_block h6 {    position: relative;    margin-top: 0;    margin-bottom: 0;}body {    font-family: var(--ft-cn);    font-weight: 300;    letter-spacing: 1px;}a,a:hover,a:active,a:focus,a:visited {    transition: .4s ease-out;    text-decoration: none;}p {    letter-spacing: 1px;    color: #424242;    line-height: 1.8;    font-weight: 300;    font-size: 16px;}/*scrollbar樣式*/::-webkit-scrollbar {    width: 8px;    height: 5px;}::-webkit-scrollbar-track {    background: rgba(255, 255, 255, 0.5);    height: 5px;}::-webkit-scrollbar-thumb {    background: var(--main-color);    border-radius: 20px;}::-webkit-scrollbar-thumb:hover {    background: #dfdfdf;}:is(h1, h2, h3, h4, h5, h6, p) {    padding: 0;    margin: 0;}:is(.index ul) {    padding: 0;    margin: 0;    list-style: none;}.index .main {    margin-top: 75px;    position: relative;    z-index: 0;    overflow: hidden;}.index .main::before,.about-block::before {    content: '';    background: url(archive/image/customization/base_bg.webp) repeat;    position: absolute;    left: 0;    top: 0;    display: block;    z-index: -1;    pointer-events: none;    width: 100vw;    height: 100%;}/* 反白顏色設定*/::selection {    background: #5a7057;    color: #fff;}::-moz-selection {    background: #5a7057;    color: #fff;}.img-responsive {    width: 100%;}/* 動態效果改成fadeIn*/ 
.bounceIn {    animation-name: fadeInUp;    animation-duration: 1s}/*loading*/ 
.RWDfakeloader {    background: url(archive/image/customization/loading-bg.webp) repeat;}/*loading cloud animation*/ 
.RWDfakeloader::after {    content: "";    background: url(archive/image/customization/cloud-fly.webp) no-repeat;    width: 100%;    height: 33vw;    position: absolute;    bottom: 0;    z-index: 1;    background-size: 100% auto;    left: -100%;    animation: cloudfly-l 4.5s;}.RWDfakeloader::before {    content: "";    background: url(archive/image/customization/cloud-fly.webp) no-repeat;    width: 100%;    height: 33vw;    position: absolute;    bottom: 0;    z-index: 1;    background-size: 100% auto;    right: -100%;    animation: cloudfly-r 4.5s;}@keyframes cloudfly-l {    from {        left: 20%;    }    to {        left: -100%;    }}@keyframes cloudfly-r {    from {        right: 20%;    }    to {        right: -100%;    }}.RWDfakeloader img {    width: 387px;    animation-name: zeroall;    animation-duration: 2.5s;}@keyframes zeroall {    0% {        opacity: .1;    }    100% {        opacity: 1;    }}/*行動呼籲*/ 
.mobile-link {    position: fixed;    display: none;    left: 0;    bottom: 0;    width: 100%;    color: #FFF;    text-align: center;    z-index: 1;    transition: all 0.5s ease-out;}.mobile-link .RWDedictor {    display: flex;    flex-direction: row;    align-items: stretch;    align-content: center;    animation-delay: initial !important;    animation-duration: initial !important;    background-color: var(--line-color);}.mobile-link .RWDedictor a {    width: 100%;    color: #fff;    padding: 15px 0;    display: flex;    justify-content: center;    align-items: center;    font-weight: var(--font-weight500);}.mobile-link i {    font-size: 22px;    margin-right: 15px;}.mobile-link .RWDedictor a img {    width: 11px;    height: 15px;    margin-right: 10px;}/*搜尋*/ 
.RWDmenu_plus04 .features .search-btn {    padding: 25px 12px}.RWDmenu_plus04 #search-box.full .form-control {    font-size: 20px;}.RWDmenu_plus04 #search-box.full .ibtn {    font-size: 20px;}.RWDmenu_plus04 #search-box.full .search-in {    max-width: 900px}/*網頁警告*/ 
.RWDalert_fancybox.bottom {    z-index: 99999 !important;    width: 80%;    padding: 20px 50px 20px !important;    box-shadow: 1px 0px 2px rgb(51 51 102 / 20%) !important;    background: rgba(255, 255, 255, 100%) !important;    color: #000 !important;    left: 50% !important;    right: 0px !important;    line-height: 1.5 !important;    border-radius: 99em;    transform: translateX(-50%);    margin-bottom: 18px;    display: flex;    justify-content: space-between;    align-items: center;}.RWDalert_fancybox.bottom .editor {    margin-bottom: 0 !important;}.RWDalert_fancybox .btn,.RWDalert_fancybox .btn.active {    padding: 5px 30px;    border-color: var(--aide-color);    background: var(--aide-color) !important;    border-radius: 99em;    font-size: 16px;    color: var(--main-color) !important;}.RWDalert_fancybox.bottom .editor a {    color: #000;    border-bottom: 1px solid #555;}/*主標題*/ 
.titlebar {    text-align: center;    margin: 0 0 90px;}.titlebar h2 {    color: var(--main-title-color);    font-size: clamp(2rem, 1.7054rem + 1.4732vw, 4.0625rem);    font-weight: 700;    letter-spacing: 2px;    margin: 0px 0 15px;    font-family: var(--ft-cn);    line-height: 1.3;}.titlebar .en-tit {    font-family: var(--ft-en);    font-size: 15px;    font-weight: var(--font-weight400);    color: var(--sub-title-color);    margin: 0 auto 40px;    letter-spacing: 0px;    width: fit-content;    text-transform: uppercase;    display: flex;    align-items: center;}.titlebar .en-tit::before {    content: '';    width: 10px;    height: 10px;    display: inline-block;    background: var(--main-color);    border-radius: 99em;    margin: 0 15px 0 0;}.titlebar .sub-tit {    color: var(--main-title-color);    font-size: 22px;    text-transform: uppercase;    font-weight: var(--font-weight500);    font-family: var(--ft-cn);    margin: 0 0 15px;}/*側邊選單-按鈕顏色*/#div_forget_content #forget_table_btn,.RWDmenu_plus04 .member-block a.login.is-on,.RWDmenu_plus04 .member-block button.login.is-on,.RWDmenu_plus04 .cart-block .bottom-box .pay-btn,.RWDmenu_plus04 .querycar-block .bottom-box .pay-btn {    background: var(--main-color02);}/*按鈕*/ 
.btn-style,.RWDbtn01 .btn,.RWDproduct002_v3 .btn-box .btn,.header .menu-en {    background: var(--main-color);    margin: 0 auto;    width: 280px;    height: 56px;    line-height: 56px;    font-weight: 500;    color: #fff;    display: block;    position: relative;    z-index: 99;    padding: 0px;    border-radius: 99em;    overflow: hidden;    font-family: var(--font-en);    font-weight: var(--font-weight400);    box-shadow: 0 3px #557651;    -webkit-transition: all 0.3s;    -moz-transition: all 0.3s;    transition: all 0.3s;    letter-spacing: 2px;    padding-left: 20px;    display: flex;    justify-content: flex-start;    align-items: center;    flex-direction: row;    gap: 10px;    font-size: 16px;    text-transform: uppercase;}.btn-style i,.RWDbtn01 .btn i {    color: var(--white-color) !important;    font-size: 18px !important;}.btn-style::before,.RWDbtn01 .btn::before,.RWDproduct002_v3 .btn-box .btn::before,.header .menu-en::before {    content: '';    background: url(archive/image/customization/btn-arrow.webp) no-repeat;    background-size: 100% auto;    width: 24px;    height: 28px;    position: absolute;    right: 14px;    top: 16px;    z-index: 1;}/*hover*/ 
.btn-style:hover,.RWDbtn01 .btn:hover,.RWDproduct002_v3 .btn-box .btn:hover,.header .menu-en:hover {    color: #fff;    box-shadow: 0 1px #557651;    top: 2px;    -webkit-transition: all 0.3s;    -moz-transition: all 0.3s;    transition: all 0.3s;    background: #007144;}.btn-style:active,.RWDbtn01 .btn:active,.RWDproduct002_v3 .btn-box .btn:active,.header .menu-en:active {    box-shadow: 0 1px #557651;    top: 6px;}.RWDproduct002_v3 .btn-box .btn {    max-width: initial;    margin-top: 3rem;}/*header cta*/ 
.header .btn-style {    top: -3px;    width: 234px;    margin: 0;    height: 50px;    line-height: 50px;    box-shadow: initial;    margin-right: 10px;    background: var(--line-color);    font-family: var(--font-ch);}.header .btn-style::before,.header .menu-en::before {    top: 12px;}/*header menu*/ 
.RWDmenu_plus04 #mobile-menu .menu>li.menu-en{display: none;}.header .menu-en {    width: 92px !important;    box-shadow: initial;    height: 50px;    line-height: 50px;    top: -3px;}.header .menu-en:hover {    top: -3px;}/*header*/ 
.RWDmenu_plus04 .header {    padding: 5px 3% 5px 3%;    background: transparent;    transition: all 0.5s ease-out;}.RWDmenu_plus04 .logo {    z-index: 30;    width: 261px;    margin-top: 11px;    transition: all 0.5s ease-out;}.RWDmenu_plus04 .site-nav .menu {    text-align: right;}.RWDmenu_plus04 .site-nav .menu>li>a {    font-family: var(--ft-ch);    font-size: 17px;    color: var(--main-title-color);    font-weight: var(--font-weight300);    text-transform: uppercase;}/*header hover*/ 
.RWDmenu_plus04 .lang-select:hover .lang-select-label,.RWDmenu_plus04 .site-nav .menu>li.active>a,.RWDmenu_plus04 .site-nav .menu>li>a:hover {    background: transparent;    color: #f08300;}.RWDmenu_plus04 .site-nav .menu>li>a:before {    content: "";    position: absolute;    width: 0;    height: 1px;    background: #f08300;    bottom: 0;    right: 0;    transition: all .5s ease;}.RWDmenu_plus04 .site-nav .menu>li>a:hover:before {    width: 100%;    transition: all .5s ease;    right: auto;    left: 0;}/*header下拉選單*/ 
.RWDmenu_plus04 .site-nav .menu li {    text-align: center;}.RWDmenu_plus04 .lang-select-label:after,.RWDmenu_plus04 .site-nav .menu>li.dropdown>a:after,.RWDmenu_plus04 .site-nav .menu>li.has-child>a:after {    position: absolute;    right: 5px;    border-color: #fff;}.RWDmenu_plus04 .site-nav .manu-item:hover>a,.RWDmenu_plus04 .site-nav .menu ul li a:hover,.RWDmenu_plus04 .site-nav .menu>li>ul>li.active>a,.RWDmenu_plus04 .site-nav .menu>li>ul>li>ul>li.active>a {    font-weight: 400;    text-decoration: none;}.RWDmenu_plus04 .site-nav .menu ul li>a {    padding-right: 0px;    padding-left: 0;}.RWDmenu_plus04 .lang-select-label:hover:after,.RWDmenu_plus04 .site-nav .menu>li.active>a:after,.RWDmenu_plus04 .site-nav .menu>li.dropdown>a:hover:after,.RWDmenu_plus04 .site-nav .menu>li.has-child>a:hover:after,.RWDmenu_plus04 .site-nav .menu>li.is-active>a:after {    border-color: #fff;}/*header icon*/ 
.RWDmenu_plus04 .features {    width: 359px;    margin: 10px 15px 0 0;}.RWDmenu_plus04 .features .edit {    display: flex !important;    flex-direction: row;    justify-content: space-between;    align-items: center;    gap: 1rem;}.RWDmenu_plus04 .features .search-btn img,.RWDmenu_plus04 .features .member-btn img,.RWDmenu_plus04 .features .cart-btn img {    width: 17px;    height: 17px;}/*header is-up*/ 
.RWDmenu_plus04 .header.is-up {    transition: all 0.5s ease-out;    background-color: #fff;}.RWDmenu_plus04 .header.is-up .logo {    transition: all 0.5s ease-out;}/*下拉選單*/ 
.RWDmenu_plus04 .site-nav .menu>li>ul {    padding: 0;}.RWDmenu_plus04 .site-nav .menu ul li>a:hover {    background: var(--main-color);    color: #fff;}.RWDmenu_plus04 #mobile-menu .toggle-submenu:after{top: 59%;}/*banner*/ 
.banner-block {    position: relative;    z-index: 1;}.scrolldownbox {    position: absolute;    left: 19px;    bottom: 0;    z-index: 10;    width: 100px;    height: 100px;}.scrolldownbox::before {    content: '';    border: var(--main-color) dotted 1px;    width: 1px;    height: 100%;    z-index: -1;    position: absolute;    left: 20px;    top: 0;}.scrolldownbox .airplane {    height: 39px;    width: 42px;    animation-name: airplane_move;    animation-iteration-count: infinite;    animation-duration: 2s;    position: absolute;    animation-timing-function: linear;}@keyframes airplane_move {    0% {        top: 0;    }    100% {        top: 80px;    }}.banner-block .RWDedictor {    width: 100%;    height: 110%;    position: absolute;    left: 0;    top: 0;    pointer-events: none;    z-index: 2;}.banner-block .RWDedictor .banner-cloud {    width: 32vw;    height: 12vw;    display: block;    position: absolute;    left: -6vw;    bottom: 0;    pointer-events: none;}.banner-block .RWDedictor .banner-cloud::after {    content: '';    background: url(archive/image/customization/vi-rectangle.webp) no-repeat;    position: absolute;    bottom: 3vw;    left: 26vw;    display: block;    z-index: 2;    width: 5vw;    height: 8vw;    pointer-events: none;    background-size: 100% auto;}/*banner cloud animation*/ 
.banner-block::after {    content: "";    background: url(archive/image/customization/cloud-fly.webp) no-repeat;    width: 100%;    height: 33vw;    position: absolute;    bottom: 0;    z-index: 1;    background-size: 100% auto;    left: -100%;    animation: cloudfly-l 4.5s;    animation-delay: 3s;    pointer-events: none;}.banner-block::before {    content: "";    background: url(archive/image/customization/cloud-fly.webp) no-repeat;    width: 100%;    height: 33vw;    position: absolute;    bottom: 0;    z-index: 1;    background-size: 100% auto;    right: -100%;    animation: cloudfly-r 4.5s;    animation-delay: 3s;    pointer-events: none;}@keyframes cloudfly-l {    from {        left: 20%;    }    to {        left: -100%;    }}@keyframes cloudfly-r {    from {        right: 20%;    }    to {        right: -100%;    }}.RWDbanner010 .swiper-container-autoheight .swiper-wrapper {    height: auto !important;}.RWDbanner010.right_pic .product_box .title {    top: 35%;    left: 12%;    right: auto;    width: auto;}.RWDbanner010 .product_box .main_pic {    z-index: 1;}.RWDbanner010 .swiper-container {    z-index: 1;}.RWDbanner010 .swiper-container::before {    content: '';    background: url(archive/image/customization/banner_bg.webp);    position: absolute;    left: 0;    top: 0;    z-index: -1;    width: 100%;    height: 100%;}.RWDbanner010 .thumb_pic_swiper-container02,.thumb_pic_swiper-container03 {    display: none !important;}.RWDbanner010 .product_box .main_pic,.RWDbanner010 .product_box {    height: 43vw;    max-width: 90vw;    overflow: hidden;}.RWDbanner010 .swiper-pagination .swiper-pagination-bullet {    background: #333 0 0 no-repeat padding-box;}.RWDbanner010 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {    background: #eee 0 0 no-repeat padding-box;}.RWDbanner010 .product_box .main_pic img {    height: 100%;    width: 100%;    max-width: none;    object-fit: cover;}.RWDbanner010 .thumb_pic_box {    bottom: 50%;    transform: translate(0px, 50%);    width: auto;}.RWDbanner010 .product_box .text0 {    font-size: 26px;    line-height: 1.5;    letter-spacing: 5px;    font-weight: 300;}.RWDbanner010 .product_box .text1,.RWDbanner010 .product_box .text2 {    font-size: 65px;    line-height: 1.3;    font-weight: 400;    color: #333;    letter-spacing: 8px;}.RWDbanner010 .product_box .text3.text {    margin-top: 160px;    font-size: 16px;    letter-spacing: 4px;    color: #ccc;}.RWDbanner010 .product_box .title>div {    margin-bottom: 0;}.swiper-container-fade .swiper-slide {    width: 100% !important;}.RWDbanner010 .thumb_pic_swiper-container {    position: relative;    width: 23vw;    height: 33vw;    margin-right: 80px;    box-shadow: 0px 4.5px 3.7px -28px rgba(0, 0, 0, 0.024), 0px 15px 12.5px -28px rgba(0, 0, 0, 0.036), 0px 67px 56px -28px rgba(0, 0, 0, 0.06);    border-radius: 36px;}.RWDbanner010 .product_box .text0,.RWDbanner010 .product_box .text1,.RWDbanner010 .product_box .text {    color: #fff;}.RWDbanner010 .product_box .text1 {    margin-top: 15px;}.RWDbanner010 .product_box_thumb .img_box .imgs::after {    content: '';    background-color: #111;}.RWDbanner010 .product_box_thumb .img_box .imgs {    border-radius: 25px;}@keyframes scd {    0% {        height: 0px;    }    100% {        height: 100%;    }}@-webkit-keyframes scd {    0% {        height: 0px;    }    100% {        height: 100%;    }}/*slogan*/ 
.slogan-block {    position: relative;    z-index: 0;    padding: var(--9dst) 0 0;}.slogan-block::before {    content: '';    background: url(archive/image/customization/about_bg.webp) repeat;    position: absolute;    top: 0;    left: 0;    display: block;    z-index: -1;    width: 100%;    height: 100%;}/*slogan手機板*/ 
.slogan-mobile-txt {    display: none;}/*slogan 標題*/ 
.slogan-block .titlebar,.slogan-block .titlebar .en-tit {    margin-bottom: 0;}.slogan-block .main-tit {    width: fit-content;    margin-left: auto;    margin-right: auto;}.slogan-block .main-tit span {    position: absolute;    right: -5.5vw;    bottom: -1.6vw;    width: 7vw;}.slogan-block .titlebar .en-tit {    position: relative;    z-index: 1;    width: 90%;}.slogan-block .titlebar .en-tit::before {    display: none;}/*人物*/ 
.peoplebox {    display: flex;    justify-content: center;    align-items: center;    flex-direction: row;    position: relative;    z-index: 0;}.peoplebox .peoplestyle {    width: fit-content;}.peoplebox .peoplestyle::after,.peoplebox .peoplestyle::before {    opacity: 0;    transition: all 0.5s ease-out;    transform: scale(0.5);}.peoplebox .hoverbox {    position: absolute;    left: 0;    bottom: 0;    opacity: 0;    transition: all 0.5s ease-out;    transform: scale(0.5);    z-index: -1;    width: 292px;}.peoplebox .peoplestyle:hover::after,.peoplebox .peoplestyle:hover::before,.peoplebox .peoplestyle:hover .hoverbox {    opacity: 1;    transition: all 0.5s ease-out;    transform: scale(1);}/*人物1*/ 
.peoplebox .peoplestyle.people01 {    position: relative;    left: -4vw;}.peoplebox .peoplestyle.people01::before {    content: '';    background: url(archive/image/customization/vi-rectangle.webp) no-repeat;    position: absolute;    top: 5vw;    right: 0;    display: block;    z-index: -1;    width: 100px;    height: 160px;}.peoplebox .peoplestyle.people01::after {    content: '';    background: url(archive/image/customization/vi-triangle.webp) no-repeat;    position: absolute;    bottom: 1vw;    left: 27%;    display: block;    z-index: -1;    width: 172px;    height: 139px;}.peoplebox .peoplestyle.people01 .hoverbox {    position: absolute;    left: -1vw;    bottom: 1.5vw;}.peoplebox .peoplestyle.people01 .hoverbox::before {    content: '';    background: url(archive/image/customization/vi-circle.webp) no-repeat;    position: absolute;    top: 0vw;    left: 3vw;    display: block;    z-index: 0;    width: 73px;    height: 73px;    background-size: 100% auto;}/*人物2*/ 
.peoplebox .peoplestyle.people02 {    position: relative;    left: 0;}.peoplebox .peoplestyle.people02::after {    content: '';    background: url(archive/image/customization/vi-rectangle.webp) no-repeat;    position: absolute;    top: 0vw;    right: 4vw;    display: block;    z-index: -1;    width: 5vw;    height: 9vw;    background-size: 100% auto;}.peoplebox .peoplestyle.people02::before {    content: '';    background: url(archive/image/customization/vi-triangle.webp) no-repeat;    position: absolute;    bottom: 2vw;    left: 31%;    display: block;    z-index: 1;    width: 8vw;    height: 9vw;    transform: scale(0.9);    background-size: 100% auto;}.peoplebox .peoplestyle.people02 .hoverbox {    position: absolute;    left: 2vw;    top: 0;    bottom: auto;}/*人物3*/ 
.peoplebox .peoplestyle.people03 {    position: relative;    left: -8vw;    z-index: -2;}.peoplebox .peoplestyle.people03 img {    aspect-ratio: 385/498;}/*人物4*/ 
.peoplebox .peoplestyle.people04 {    position: relative;    left: -5vw;}.peoplebox .peoplestyle.people04 .hoverbox {    position: absolute;    left: -1vw;    bottom: 2vw;}.peoplebox .peoplestyle.people04::before {    content: '';    background: url(archive/image/customization/vi-circle.webp) no-repeat;    position: absolute;    top: 0vw;    left: 3vw;    display: block;    z-index: 0;    width: 3vw;    height: 3vw;    background-size: 100% auto;}.peoplebox .peoplestyle.people04::after {    content: '';    background: url(archive/image/customization/vi-triangle.webp) no-repeat;    position: absolute;    top: 16vw;    right: -17%;    display: block;    z-index: 1;    width: 7vw;    height: 7vw;    transform: scale(0.9);    background-size: 100% auto;}/*slogan綠色跑線*/ 
.slogan-block .runline {    position: absolute;    left: 50%;    top: 50%;    transform: translate(-50%, -50%);    z-index: -1;    width: 100%;}/*產品服務*/ 
.service-block {    position: relative;    z-index: 1;    margin: var(--6dst) 0 0;}.service-block .container {    width: 70%;    padding: 0;    position: relative;    z-index: 2;}.service-block::after {    content: '';    background: url(archive/image/customization/about_bg.webp) repeat;    position: absolute;    top: -6rem;    left: 0;    display: block;    z-index: -1;    width: 100%;    height: 50%;}.service-block::before {    content: '';    background: url(archive/image/customization/news-bg.webp) repeat;    position: absolute;    bottom: 0;    left: 0;    display: block;    z-index: -1;    width: 100%;    height: 50%;}.service-block .titlebar h2,.service-block .titlebar .sub-tit {    color: var(--white-color);}.service-block .titlebar .en-tit::before {    background-color: #58a34e;}.service-block .titlebar .en-tit {    color: #58a34e;}.service-block .titlebar .cloud {    width: 204px;    height: 99px;    position: absolute;    left: 14vw;    top: 7vw;}.service-block .titlebar .dot {    width: 64px;    height: 64px;    position: absolute;    left: 16vw;    top: 6vw;}.service-block .titlebar .triangle {    width: 86px;    height: 69px;    position: absolute;    right: 21vw;    top: -4vw;}/*書的裝飾雲*/ 
.service-block .cloud-bg {    position: absolute;    pointer-events: none;    width: 47vw;    height: 21vw;    right: 0;    bottom: 0;}/*書的樣式*/ 
.bookpage {    width: 26vw;    display: flex;    flex-direction: row;    align-items: flex-end;    position: absolute;    left: 49.5%;    top: 0;    transform: translateX(-50%);    z-index: -3;}.pageinfostyle {    width: 100%;    position: absolute;    left: 0;    top: 0;}.booktop,.bookbottom,.bookcenter,.book-bg {    position: relative;    z-index: 0;}.booktop,.bookbottom {    height: 12vw;}.bookcenter::before {    content: '';    background: url(archive/image/customization/bookcenter.webp) repeat;    width: 100%;    height: 100%;    display: block;    position: absolute;    left: 0;    top: 0;    z-index: -2;    pointer-events: none;}.booktop::before {    content: '';    background: url(archive/image/customization/booktop.webp) no-repeat;    width: 100%;    height: 35vw;    display: block;    position: absolute;    left: 0;    top: 0;    z-index: -2;    pointer-events: none;    background-position: center top;    background-size: 100% auto;}.bookcenter::after {    content: '';    background: url(archive/image/customization/book-lighttop.webp) no-repeat;    background-size: 100% auto;    width: 50vw;    height: 50vw;    display: block;    position: absolute;    right: -11vw;    top: -16vw;    z-index: -1;    pointer-events: none;}.bookbottom {    z-index: -1;}.bookbottom::before {    content: '';    background: url(archive/image/customization/bookbottom.webp) no-repeat;    width: 100%;    height: 115%;    display: block;    position: absolute;    left: 0;    top: 0;    z-index: -2;    pointer-events: none;    background-position: center bottom;    background-size: 100% auto;}/*書底下的漸層*/ 
.book-bg {    position: absolute;    width: 100%;    height: 100%;    pointer-events: none;    z-index: 0;    top: 0;    left: 0;}.book-bg::after {    content: '';    background: url(archive/image/customization/book-lightbottom.webp) no-repeat;    width: 48vw;    height: 47vw;    display: block;    position: absolute;    left: 5vw;    bottom: -24vw;    z-index: 0;    pointer-events: none;    background-position: center bottom;    background-size: 100% auto;}.book-bg::before {    content: '';    background: url(archive/image/customization/book-lightcenter.webp) no-repeat;    width: 41vw;    height: 41vw;    display: block;    position: absolute;    left: -6vw;    top: 23%;    z-index: -2;    pointer-events: none;    background-position: center bottom;    background-size: 100% auto;}/*產品服務內容*/ 
.RWDproduct002_v3 .section-subject.row {    display: none;}.RWDproduct002_v3 .popup-portfolio {    display: flex;    gap: 3rem;    flex-direction: row;    justify-content: center;    align-items: flex-start;    margin: 0;}.RWDproduct002_v3 .portfolio-bottom-summary {    height: auto !important;}.RWDproduct002_v3 .popup-portfolio .portfolio-item {    width: calc(100%/3 - 1px);    height: auto !important;    padding: 0 20px;    margin: 0 0 40px;}.RWDproduct002_v3 .portfolio-item>.inner-content>img {    width: auto;}.RWDproduct002_v3 .portfolio-item.grow>.inner-content:hover>img,.RWDproduct002_v3 .showbottom:hover .inner-content>img {    -webkit-transform: scale(1);    transform: scale(1);}.RWDproduct002_v3 .portfolio-bottom__h4,.RWDproduct002_v3 .portfolio-bottom__p,.RWDproduct002_v3 .showbottom:hover .portfolio-bottom__h4 {    color: var(--white-color);}.RWDproduct002_v3 .portfolio-bottom__h4 {    font-size: clamp(1.5625rem, 1.5063rem + 0.2304vw, 1.875rem);    font-weight: var(--font-weight500);    line-height: 1.4;    margin: 20px 0 10px;}.RWDproduct002_v3 .portfolio-bottom__p {    color: #dfdfdf;    margin-bottom: 30px;}.RWDproduct002_v3 .popup-portfolio .portfolio-item .inner-content {    position: relative;    z-index: 0;}.RWDproduct002_v3 .popup-portfolio .portfolio-item .inner-content::before {    content: '';    background: url(archive/image/customization/list-hover-bg.webp) no-repeat;    background-size: 100% 100%;    width: 90%;    height: 100%;    display: block;    position: absolute;    top: 0;    left: 0;    z-index: -1;    opacity: 0;    transition: all 0.5s ease-out;    transform: scale(0.5);}.RWDproduct002_v3 .popup-portfolio .portfolio-item .inner-content::after {    content: '';    background: url(archive/image/customization/list-hover-line.webp) no-repeat;    background-size: 100% 100%;    width: 90%;    height: 100%;    display: block;    position: absolute;    top: 0;    left: 0;    z-index: -1;    opacity: 0;    transition: all 0.5s ease-out;    transform: scale(0.5);}.RWDproduct002_v3 .popup-portfolio .portfolio-item:hover .inner-content::after,.RWDproduct002_v3 .popup-portfolio .portfolio-item:hover .inner-content::before {    opacity: 1;    transition: all 0.5s ease-out;    transform: scale(1);}/*最新消息*/ 
.news-block {    position: relative;    z-index: 0;    padding: var(--7dst) 0 var(--10dst);}.news-block::before {    content: '';    background: url(archive/image/customization/news-bg.webp) repeat;    position: absolute;    top: 0;    left: 0;    display: block;    z-index: -1;    width: 100%;    height: 100%;}.news-block::after {    content: '';    background: url(archive/image/customization/news-gradient.webp) no-repeat;    background-size: 100% auto;    position: absolute;    bottom: 0;    right: 5vw;    display: block;    z-index: -1;    width: 47vw;    height: 23vw;    pointer-events: none;}.news-block .container {    width: 60%;    padding: 0;    position: relative;    z-index: 0;}.news-block .titlebar {    text-align: var(--txt-left);    position: absolute;    left: 0;    top: 0;    margin: 0;    z-index: 1;}.news-block .titlebar .en-tit {    margin-left: 0;}.RWDnews011 .news-block::after,.RWDnews011 .news-block::before {    display: none !important;}.RWDnews011 {    display: flex;    flex-direction: column-reverse;}.RWDnews011 .title-block.title-center {    margin: 20px 0 0;}.RWDnews011 .news-block {    align-items: flex-end;    min-height: 500px;    padding: 0 !important;}.RWDnews011 .img-slide {    width: 50%;}.RWDnews011 .swiper-container {    width: 100%;}.RWDnews011 .swiper-container-fade .swiper-slide {    height: auto !important;    /* opacity: 1 !important; */}.RWDnews011 .img-view {    max-width: initial;}.RWDnews011 .more-btn {    display: none;}.RWDnews011 img {    border-radius: 25px;}.RWDnews011 .listitem {    margin: 0 0 10px;    padding: 10px 0 0;    border-bottom: #dfdfdf solid 1px;}.RWDnews011 .list-title .t1 {    color: var(--main-title-color);    font-weight: var(--font-weight500);    font-family: var(--ft-cn);    line-height: 1.5;    height: auto;}.RWDnews011 .list-title .t2 {    color: var(--text-color);    font-weight: var(--font-weight300);    font-family: var(--ft-cn);    line-height: 1.5;}.RWDnews011 .list-date {    font-family: var(--ft-en);    color: var(--main-title-color);    font-weight: var(--font-weight500);    letter-spacing: 0;}.RWDnews011 .list-M-Y {    font-size: 11px;    font-weight: var(--font-weight400);    margin: 0 0 5px;}.RWDnews011 .list-D {    font-size: clamp(1.5625rem, 1.3378rem + 0.9217vw, 2.8125rem);}.RWDnews011 .list-date:before {    display: none;}.RWDnews011 .img-mask {    left: -1px;    border-radius: 25px;}.RWDnews011 .mobile-only.page-prev,.RWDnews011 .mobile-only.page-next {    border-radius: 99em;    box-shadow: initial}/*關於我們*/ 
.about-block {    padding: 0 0 var(--7dst);    position: relative;    z-index: 1;}.about-block .titlebar .en-tit {    margin: 0 0 var(--3dst);}.about-block .titlebar {    text-align: var(--txt-left);    position: relative;    z-index: 0;}.about-block .titlebar::before {    content: '';    background: url(archive/image/customization/about-cloud.webp) no-repeat;    background-size: 100% auto;    width: 16vw;    height: 9vw;    display: block;    position: absolute;    left: -8vw;    top: 5vw;    z-index: -1;    pointer-events: none;}.about-block .titlebar p {    text-align: var(--txt-justify);    margin: 63px 0 0;    line-height: 2;    width: 90%;}.about-block .containerX {    width: calc(100% - 15%);    margin: 0 0 0 auto;}.about-block .containerX,.about-block .ab-R {    display: flex;    flex-direction: row;    align-content: flex-start;    justify-content: flex-start;    align-items: stretch;}.about-block .ab-L {    width: 34%;    padding: var(--7dst) 0 0;    position: relative;    z-index: 1;}.about-block .ab-L .shape-triangle {    background: url(archive/image/customization/vi-triangle.webp) no-repeat;    background-size: 100% auto;    width: 128px;    height: 128px;    position: absolute;    top: -1vw;    left: 18vw;    pointer-events: none;    filter: blur(7px);}.about-block .ab-L .shape-circle {    background: url(archive/image/customization/vi-circle.webp) no-repeat;    background-size: 100% auto;    width: 51px;    height: 51px;    position: absolute;    top: 16vw;    left: -6vw;    pointer-events: none;}.about-block .ab-R {    width: 66%;    position: relative;}.about-block .ab-R .ab-r-cloud {    position: absolute;    left: -13vw;    bottom: -5vw;    pointer-events: none;    width: 24vw;    height: 12vw;}/*書籤*/ 
.bookmark .mark {    background: url(archive/image/customization/bookmark.webp) no-repeat;    background-size: 100% auto;    width: 6vw;    height: 9vw;    display: block;    position: absolute;    top: -0.3vw;    left: 4vw;    z-index: 1;    padding: 0;}.bookmark .mark-cloud {    background: url(archive/image/customization/bookmark-cloud.webp) no-repeat;    background-size: 100% auto;    width: 100px;    height: 46px;    display: block;    position: absolute;    top: 4vw;    left: 1vw;    z-index: 1;}/*關於我們 圖片*/ 
.ab-pic-vi {    width: 70%;    position: relative;    z-index: 0;}.about-block .ab-R::before {    content: '';    background: url(archive/image/customization/about-r-bg.webp) no-repeat;    position: absolute;    left: 31%;    top: 50%;    transform: translate(-50%, -50%);    width: 107%;    height: 100%;    display: block;    z-index: -1;    background-size: 100% auto;}.ab-pic-bg {    width: 42%;    position: absolute;    right: 0;    top: 0;    height: 100%;    overflow: hidden;    border-radius: 250px 0 0 25px;    z-index: -1;}/*關於我們主視覺*/ 
.ab-pic-vi .vi-people {    position: absolute;    right: 0;    bottom: 0;    z-index: 1;}.ab-pic-vi .vi-people .vi_pic img {    aspect-ratio: 470/979;}.vi-g-line-top {    position: absolute;    left: 0;    top: 11vw;    z-index: -1;    pointer-events: none;    width: 8vw;}.vi-g-line-bottom {    position: absolute;    right: -1.2vw;    bottom: 0;    z-index: 1;    pointer-events: none;    width: 50vw;}.ab-pic-vi .people_bg {    position: absolute;    left: 0;    bottom: 0;}.ab-pic-vi .people_bg .pic_bg img {    aspect-ratio: 39/34;}/*關於我們背景*/ 
.RWDparallax_new,.RWDparallax_new .picbgbox {    position: absolute;    width: 100% !important;    height: 110% !important;}/*關於我們裝飾雲*/ 
.about-block .cloud {    position: absolute;    left: -2vw;    bottom: -8vw;    pointer-events: none;    width: 17vw;}/*跑分*/ 
.RWDscore01 .count-blk {    padding-top: 20px;    max-width: 100%;    margin: 0;}.RWDscore01 .swiper-container-autoheight .swiper-wrapper {    height: auto !important;}.RWDscore01 .count-blk .swiper-slide {    padding: 0;    width: 100% !important;    display: flex;    flex-wrap: wrap;    flex-direction: row;    align-items: flex-start;    justify-content: flex-start;}.RWDscore01 .score-content {    display: flex;    flex-direction: column-reverse;    align-items: flex-start;    justify-content: flex-end;    padding: var(--1dst) 0 0;}.RWDscore01 .count-num {    font-size: clamp(2.1875rem, 2.019rem + 0.6912vw, 3.125rem);    font-weight: var(--font-weight600);    font-family: var(--ft-en);    color: var(--sub-title-color);    margin-bottom: 15px;}.RWDscore01 .score-maintitle {    font-size: 20px;    margin-bottom: 0;    margin-top: 40px;    font-weight: 500;}.RWDscore01 .count-str {    font-size: 18px;    font-weight: var(--font-weight300);    color: #4d4d4d;    display: block;    margin-top: 15px;}.RWDscore01 .count-item {    display: flex;    flex-direction: column-reverse;    align-items: flex-start;    justify-content: flex-end;    margin: 0;    position: relative;    text-align: var(--txt-left);    width: calc(100%/2 - 30px);}.RWDscore01 .count-item::before {    content: '';    width: 80%;    height: 1px;    background: #dfdfdf;    display: block;    margin: 40px 0;}.RWDscore01 .count-item:nth-child(3)::before,.RWDscore01 .count-item:nth-child(4)::before {    display: none;}.RWDscore01 .count-title {    margin-top: 0;    margin-bottom: 27px;    font-size: clamp(1.1875rem, 1.1538rem + 0.1382vw, 1.375rem);    color: var(--main-title-color);    font-weight: var(--font-weight600);}.RWDscore01 .trigger-blk,.RWDscore01 .score-subtitle,.RWDscore01 .trigger-wrap,.RWDscore01 .trigger-blk,.RWDscore01 .count-item span:nth-child(2) {    display: none;}/*優勢項目*/ 
.advantage-block {    padding: var(--6dst) 0;}.advantage-block .titlebar {    position: relative;}.advantage-block .shape-rectangle {    position: absolute;    left: 13.5vw;    top: -1vw;    pointer-events: none;    background: url(archive/image/customization/vi-rectangle.webp) no-repeat;    width: 75px;    height: 125px;    background-size: 100% auto;    backdrop-filter: blur(8px);}.advantage-block .container {    width: 60%;    padding: 0;}.RWDService002 {    padding: 0;}.RWDService002 .container {    width: 100% !important;    padding: 0 !important;}.funny-boxes.float-shadow>.funny-boxes-icon::before,.funny-boxes>.funny-boxes-text>.funny-boxes-tit:after,.funny-boxes>.funny-boxes-text>h4::after,.funny-boxes.float-shadow:hover>.funny-boxes-icon::before,.funny-boxes.not-right-column::before,.RWDService002 .section-subject.row {    display: none !important;}.funny-boxes.float-shadow:hover>.funny-boxes-icon {    transform: translateY(0px);}.RWDService002 .funny-boxes {    display: flex;    flex-direction: row;    align-content: flex-start;    justify-content: space-between;    align-items: flex-start;    background: var(--white-color);    border-radius: 20px;    padding: 20px 20px 0 0;    margin: 0 0 25px;    position: relative;    z-index: 0;    gap: 15px;    overflow: hidden;}.RWDService002 .funny-boxes::after {    content: '';    background: url(archive/image/customization/sd-style.webp) no-repeat;    background-size: 100% auto;    position: absolute;    left: 0;    bottom: -15vw;    display: block;    height: 15vw;    width: 100%;    z-index: -1;    pointer-events: none;}.RWDService002 .funny-boxes-icon {    position: relative;    left: 27px;    bottom: -36px;    margin: 0;    height: 90px;    display: block;    margin-right: 0;    z-index: 0;    width: 90px;}.RWDService002 .funny-boxes-icon::after {    content: '';    background: url(archive/image/customization/service_icon_bg.webp) no-repeat;    background-size: 100% auto;    width: 5vw;    height: 5vw;    position: absolute;    left: -27px;    bottom: -42px;    display: block;    z-index: -1;}.RWDService002 .funny-boxes-text {    width: 65%;    text-align: var(--txt-left);    animation-name: initial;}.funny-boxes>.funny-boxes-text>.funny-boxes-tit {    color: #212121;    font-size: 25px;    font-weight: var(--font-weight500);    letter-spacing: 1px;    margin: 13px 0;    padding: 0;}.funny-boxes>.funny-boxes-text>p {    display: -webkit-box;    text-overflow: ellipsis;    overflow: hidden;    -webkit-line-clamp: 3;    -webkit-box-orient: vertical;    color: var(--text-color);    font-size: 16px;    margin: 0 0 35px;    padding: 0 5px;    word-break: break-all;    text-align: justify;}/*活動花絮*/ 
.hightlight-block {    position: relative;    z-index: 1;}.hightlight-block .containerX {    position: relative;    z-index: 0;}.hightlight-block .g-line {    width: 78vw;    position: absolute;    top: calc(-4vw - 2vw);    right: 0;}.hightlight-block .g-line .cloud {    width: 20vw;    position: absolute;    top: -2vw;    right: -1vw;}.hightlight-hat {    width: 14%;    position: absolute;    top: 23%;    left: calc(100px + 8%);    z-index: 2;}.hightlight-animal {    position: absolute;    pointer-events: none;    left: calc(110px + 18%);    transform: translate(0px, -75%);    width: 9%;    z-index: 1;}.hightlight-block .infobox {    width: calc(100% - 100px);    margin: 0 0 0 auto;    padding: 0;    position: relative;    z-index: 0;}.hightlight-block .infobox:before {    content: "";    position: absolute;    width: 100%;    height: calc(100% - 130px);    background: url(archive/image/customization/hightlight_gree_bg.webp) repeat;    top: 141px;    left: -100px;    mix-blend-mode: multiply;    z-index: -1;    display: block;}.hightlight-block .infobox:after {    content: "";    position: absolute;    width: 56vw;    height: 24vw;    background: url(archive/image/customization/green-bg-light.webp) no-repeat;    background-size: contain;    top: 136px;    left: -3vw;    z-index: -1;    display: block;}.RWDservice009 {    display: flex}.RWDservice009 .top_icon {    width: 18%;    display: flex;    align-items: flex-end;    margin-bottom: 0px}.RWDservice009 .main_pic {    width: 82%;    border-radius: 20px 0 0 0;    box-shadow: -5px 4px 2.7px rgb(0 0 0 / 2%), -6px 8px 6.9px rgb(0 0 0 / 4%), -14px 19px 14.2px rgb(0 0 0 / 10%), -20px 15px 29.2px rgb(0 0 0 / 10%), -60px 50px 80px rgb(0 0 0 / 20%)}.RWDservice009__head {    display: none}.RWDservice009-top_icon .swiper-wrapper {    flex-direction: column}.RWDservice009 .top_icon .swiper-slide .imgs {    margin: 0;    order: 2;    width: 40px;    height: 40px;    opacity: 0.3;    top: 6px;    margin-right: 15px;    display: none;    transition: all 0.5s ease-out;}.RWDservice009 .top_icon .swiper-slide.show .imgs {    width: 72px;    height: 72px;    opacity: 1;    display: block;    transition: all 0.5s ease-out;}.RWDservice009 .top_icon .swiper-slide.show .imgs::before,.RWDservice009 .top_icon.showit .swiper-slide.show .imgs::before,.RWDservice009 .top_icon .swiper-slide .imgs::before {    display: none}/**.RWDservice009 .top_icon .swiper-slide-active .imgs {    display: block;}**/ 
.RWDservice009 .gallery-top-RWDservice009 .swiper-slide .box .img {    width: 100%}.RWDservice009 .gallery-top-RWDservice009 .swiper-slide .text_box {    text-align: left;    background-color: transparent;    background: linear-gradient(to top, rgb(0 0 0 / 80%), rgb(0 0 0 / 0%));    width: 100%;    position: absolute;    top: auto;    bottom: 0;    right: auto;    left: 0;    box-shadow: none;    padding: 10% 100px 80px;    display: flex}.RWDservice009 .gallery-top-RWDservice009 .swiper-slide .memo {    max-width: 35%;    font-size: 18px;    padding-left: 50px;    letter-spacing: 1px;    border-left: 1px solid rgb(255 255 255 / 40%);    margin-left: 30px;    text-align: justify;    -webkit-line-clamp: 3}#m_RWDfullscreen01_80_1.RWDservice009 .gallery-top-RWDservice009 .swiper-slide .text_box {    height: auto !important}.RWDservice009 .gallery-top-RWDservice009 .swiper-slide .memo,.RWDservice009 .gallery-top-RWDservice009 .swiper-slide .title {    color: #fff}.RWDservice009 .gallery-thumbs-RWDservice009 {    left: auto;    right: 0;    bottom: -10px;    z-index: 5;    transform: scale(.85);    transform-origin: right}.RWDservice009 .gallery-top-RWDservice009 .swiper-slide .title {    font-weight: 500;    margin-bottom: 0;    display: block;}.RWDservice009 .gallery-thumbs-RWDservice009 .imgs {    width: 140px;    height: 140px;    background-color: #ccc;    border: 1px solid #999;    filter: opacity(1)}.RWDservice009 .gallery-thumbs-RWDservice009 .swiper-slide {    height: 140px}.RWDservice009 .gallery-thumbs-RWDservice009 .swiper-slide.swiper-slide-duplicate-active .imgs {    opacity: 1;    filter: opacity(1)}.RWDservice009 .gallery-thumbs-RWDservice009 .swiper-slide.swiper-slide-prev .imgs {    opacity: 0;    filter: opacity(0)}.RWDservice009 .top_icon .swiper-container {    margin: 0;    width: 100%}.RWDservice009 .top_icon .swiper-slide .name_top {    margin-bottom: 17px;    line-height: 1;    font-size: 20px;    transition: all .5s ease;    width: 30px;    height: 30px;    color: #999;    display: flex;    margin-right: 15px;    align-items: center;    justify-content: center;    font-family: var(--ft-cn);    font-weight: var(--font-weight400);    order: 3 !important;}.RWDservice009 .top_icon .swiper-slide.show .name {    color: #fff;    font-size: 28px;    font-weight: var(--font-weight500);    order: 2;}.RWDservice009 .top_icon .swiper-slide .name {    font-size: 18px;    line-height: 1.5;    color: #bbb;    text-align: left;    transition: all .5s ease;    order: 2;    margin: 0;}.RWDservice009 .top_icon .swiper-slide .name.name_top {    opacity: 0;}.RWDservice009 .top_icon .swiper-slide.show .name.name_top {    font-size: 18px;    background: transparent;    color: #648071;    font-weight: var(--font-weight400);    width: 45px;    height: 40px;    top: 2px;    border-radius: 8px 8px 0 0;    order: 3;    opacity: 1;}.RWDservice009 .top_icon .swiper-slide {    margin-bottom: 0px;    padding: 10px 0;    width: auto !important;    display: flex !important;    align-items: flex-end;    margin-right: 0 !important;    transition: all .5s ease;    justify-content: flex-start;}.RWDservice009 .top_icon .swiper-slide.show::after,.RWDservice009 .top_icon .swiper-slide.show:last-child::after {    background: #ccc;    width: 100%;    transition: all .5s ease}.RWDservice009 .top_icon .swiper-slide::after,.RWDservice009 .top_icon .swiper-slide:last-child::after {    content: '';    position: absolute;    width: 70%;    height: 1px;    left: 0;    top: auto;    bottom: -2px;    background-color: rgb(255 255 255 / 30%);    transition: all .5s ease;    display: block}/**.RWDservice009 .top_icon .swiper-slide .imgs .white {    opacity:0;    display: none;}**/ 
.RWDservice009 .top_icon .swiper-slide .imgs img {    opacity: 1;    padding: 0;}/*綠色漸層區塊*/ 
.green-block {    position: relative;    z-index: 0;    height: 16vw;}.green-block::before {    content: '';    background: url(archive/image/customization/gree-body-bg.webp) repeat-x;    position: absolute;    top: 0;    left: 0;    display: block;    z-index: -1;    width: 100%;    height: 120%;    background-size: auto 100%;    pointer-events: none;}/*最新消息*/ 
.latest-block {    padding: 0 0 12rem;    position: relative;}.latest-block .cloud-style {    position: absolute;    left: -11vw;    top: -12vw;    width: 38vw;    height: auto;}.latest-block .container {    width: 85%;    padding: 0;    position: relative;    z-index: 0;}.latest-block .shape-rectangle {    background: url(archive/image/customization/vi-rectangle.webp) no-repeat;    background-size: 100% auto;    width: 50px;    height: 83px;    position: absolute;    top: -11vw;    left: 55%;    pointer-events: none;}.latest-block .shape-triangle {    background: url(archive/image/customization/vi-circle.webp) no-repeat;    background-size: 100% auto;    width: 50px;    height: 50px;    position: absolute;    top: 9vw;    left: 31%;    pointer-events: none;    z-index: 1;}.latest-block .titlebar {    position: relative;    z-index: 0;}.latest-block .titlebar::before {    content: '';    background: url(archive/image/customization/cloud_bursh28.webp) no-repeat;    background-size: 100% auto;    position: absolute;    bottom: -7vw;    right: 3vw;    display: block;    width: 27vw;    height: 11vw;    z-index: -1;    pointer-events: none;}.latest-block .infobox {    width: 100%;    padding: var(--7dst) var(--7dst) var(--3dst);    position: relative;    z-index: 0;}.latest-block .infobox::before {    content: '';    background: var(--white-color);    position: absolute;    left: 0;    top: 0;    display: block;    height: 100%;    width: 100%;    z-index: -1;    border-radius: 20px;}.latest-block .infobox::after {    content: '';    background: url(archive/image/customization/sd-style.webp) no-repeat;    background-size: 100% auto;    position: absolute;    left: 0;    bottom: -35vw;    display: block;    height: 35vw;    width: 100%;    z-index: -1;}.RWDnews005 .container {    width: 100% !important;    padding: 0 !important;}.RWDnews005 .owl-carousel .owl-wrapper-outer {    padding: 0 0 5rem;    margin: 0;}.RWDnews005 h4,.news005_h4 {    text-align: var(--txt-left) !important;    font-weight: var(--font-weight500);    font-family: var(--ft-cn);    letter-spacing: 0;    line-height: 1.4;    color: var(--main-title-color);}.RWDnews005 p {    color: #555555;    font-weight: var(--font-weight300);}.RWDnews005 .owl-carousel.buttons-autohide .owl-buttons {    display: none;}.RWDnews005 .owl-theme.controlls-over .owl-controls .owl-page span {    background: #efede6;}.RWDnews005 .owl-theme.controlls-over .owl-controls .owl-page.active span {    background: #2e5d28;}.RWDnews005 .owl-carousel img {    border-radius: 8px;}/* 20240911 */ 
.wrapper_bg .header a.menu-en.menu-tw {    display: none;}
/*menu open start*/

/*漢堡選單開啟*/ 
.RWDmenu_plus04 #mobile-menu::before {    content: '';    background: url(archive/image/customization/hightlight_gree_bg.webp) repeat;    width: 100%;    height: 100%;    position: absolute;    left: 0;    top: 0;    z-index: -1;}.RWDmenu_plus04 #mobile-menu::after {    content: '';    background: url(archive/image/customization/vi-triangle.webp) no-repeat;    width: 10vw;    height: 6vw;    position: absolute;    left: 5vw;    z-index: -1;    background-size: 100% auto;    bottom: -1vw;}.RWDmenu_plus04 #mobile-menu .main-menu {    padding: 0 3rem;}.RWDmenu_plus04 #mobile-menu .main-menu::before {    content: '';    background: url(archive/image/customization/vi-rectangle.webp) no-repeat;    width: 46px;    height: 73px;    position: absolute;    right: 5vw;    bottom: 17vw;    z-index: -1;    background-size: 100% auto;}.RWDmenu_plus04 #mobile-menu .toggle-submenu:after,.RWDmenu_plus04 .menu-icon {    color: #fff;}.menu-icon:before,.menu-icon:after {    background-color: #fff !important;}.RWDmenu_plus04 .site-nav,.RWDmenu_plus04 #mobile-menu .menu li .m_stitle,.RWDmenu_plus04 #mobile-menu .menu li.active .m_title {    display: none;}.RWDmenu_plus04 #mobile-menu,.RWDmenu_plus04 .ml-stack-nav-toggle,.RWDmenu_plus04 .toggle-menu {    display: block;}.RWDmenu_plus04 #mobile-menu .menu li.active .m_stitle {    display: inline;}/*漢堡選單樣式調整*/ 
.RWDmenu_plus04 #mobile-menu {    background-color: #fff;    padding-bottom: 0;}.RWDmenu_plus04 #mobile-menu .menu>li {    border-bottom: 1px solid #405e52;}.RWDmenu_plus04 #mobile-menu .menu a {    color: #fff;    padding: 17px 13px;    padding-left: 0;    font-size: 17px !important;    letter-spacing: 1px !important;}.RWDmenu_plus04 #mobile-menu .menu>li.active>a {    background-color: transparent;    border-radius: 5px;}.RWDmenu_plus04 #mobile-menu .menu>li.active {    background-color: #30956c;    border-radius: 5px;}.RWDmenu_plus04 #mobile-menu .menu li.active .m_stitle {    font-size: 16px;}.RWDmenu_plus04 #mobile-menu .menu>li>ul {    background-color: #fff;}.RWDmenu_plus04 .menu li a {    color: #fff;}.RWDmenu_plus04 #mobile-menu .menu>li>ul>li>a {    font-weight: normal;    color: var(--main-color);}.RWDmenu_plus04 .menu li a .m_stitle_block {    color: #adadad;}/*漢堡本人調整*/ 
.ml-stack-nav-toggle {    background: var(--main-color);    border-radius: 99em;    width: 56px;    height: 56px;    padding: 0;    margin: 3px 0 0;}.ml-stack-nav-toggle i {    display: none;}.ml-stack-nav-toggle {    color: #fff;}.ml-stack-nav-toggle__line {    background: #fff;    right: 13px;}/*header menu hover*/ 
.RWDmenu_plus04 .lang-select-label:hover:after,.RWDmenu_plus04 .site-nav .menu>li.active>a:after,.RWDmenu_plus04 .site-nav .menu>li.dropdown>a:hover:after,.RWDmenu_plus04 .site-nav .menu>li.has-child>a:hover:after,.RWDmenu_plus04 .site-nav .menu>li.is-active>a:after {    border-color: #888;}.RWDmenu_plus04 .site-nav .manu-item:hover>a,.RWDmenu_plus04 .site-nav .menu ul li a:hover,.RWDmenu_plus04 .site-nav .menu>li>ul>li.active>a,.RWDmenu_plus04 .site-nav .menu>li>ul>li>ul>li.active>a {    text-decoration: none;    font-weight: normal;    color: #fff;}/*格線*/ 
.RWDmenu_plus04 .header:before,.RWDmenu_plus04 .features:after {    display: none;}/*header呼籲*/ 
.RWDmenu_plus04 .features {    position: relative;    padding-right: 0;    float: right;    margin: 10px 5px 0 0;}.RWDmenu_plus04 .features .edit {    display: block;}/*header下滑*/ 
.RWDmenu_plus04 .header.is-up .ml-stack-nav-toggle {    color: var(--white-color);}.RWDmenu_plus04 .header.is-up .ml-stack-nav-toggle__line {    background: var(--white-color);}.RWDmenu_plus04 #mobile-menu .main-menu:after {    content: '';    position: absolute;    width: 100px;    height: 3px;    background: #fff;    bottom: calc(11% + 65px + 56px);    left: AUTO;    display: none;}.RWDmenu_plus04 #mobile-menu .main-menu .mCustomScrollBox:before {    content: '成就夢想的起點，從接軌世界開始 ';    position: absolute;    white-space: pre;    color: rgba(255, 255, 255, 1);    font-weight: 600;    left: 0;    bottom: 13%;    line-height: 1.8;    letter-spacing: 1.4px;    text-transform: uppercase;    font-size: 23px;    width: 100%;    border-top: 1px solid #dfdfdf4a;    padding-top: 60px;    display: none;}

/*menu open end*/
/*footer start*/

/*footer*/ 
.footer-block {    position: relative;    z-index: 1;}.footer-block::before {    content: '';    background: url(archive/image/customization/base_bg.webp) repeat;    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    z-index: -1;    display: block;}.footer-block .container,.ft-bottom,.txt-slider {    width: 85%;    position: relative;    margin: 0 auto;}.footer-block .container {    padding: var(--5dst) var(--10dst) 0;    z-index: 0;}.footer-block .container::before,.txt-slider::before {    content: '';    background: url(archive/image/customization/footer_bg.webp) repeat;    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    z-index: -1;    display: block;    border-radius: 20px;}.txt-slider::before {    border-radius: 0;}.footer-block .ft-top {    display: flex;    flex-direction: row;    justify-content: flex-start;    align-items: stretch;}.footer-block .ft-top .ft-L {    width: 60%;}.footer-block .ft-top .ft-R {    width: 40%;}.ft-shape {    background: url(archive/image/customization/vi-triangle.webp) no-repeat;    position: absolute;    right: -1vw;    top: 8vw;    width: 3vw;    z-index: 1;    background-size: 100% auto;    height: 3vw;    pointer-events: none;}/*-----footer logo-----*/ 
.ft-logo {    width: 395px;    margin: 2rem 0 0;}.ft-orther-logo {    width: 272px;    margin: 0 0 18px;}/*-----footer共用-----*/ 
.ft-tit {    font-weight: var(--font-weight600);    color: var(--block-color);    font-size: clamp(18px, 20px, 20px);    letter-spacing: 0;    margin: 0 0 23px;    text-transform: uppercase;}/*-----left左邊-----*//*資訊*/ 
.footer-block .ft-top .ft-L .RWDedictor008 {    height: 100%;}.ft-information {    display: flex;    flex-direction: row;    align-content: flex-end;    justify-content: flex-start;    align-items: flex-end;    gap: 41px;    position: absolute;    bottom: 0;}.ft-information ul {    list-style-type: none;    margin: 0;    padding: 0;}.ft-information li,.ft-information a {    color: var(--text-color);}/*-----文字輪播-----*/ 
.txt-slider {    padding: var(--5dst) 0 0;}/*-----right右邊-----*/ 
.ft-top .ft-R {    display: grid;    grid-template-columns: repeat(2, 1fr);    grid-template-rows: repeat(2, 1fr);    grid-column-gap: 0;    grid-row-gap: 0;    align-items: stretch;}.ft-brand {    grid-area: 1 / 1 / 2 / 2;}.ft-brand ul li:nth-child(1) {    color: var(--main-title-color);    font-weight: var(--font-weight500);}.ft-socail {    grid-area: 2 / 1 / 3 / 2;    display: flex;    align-items: flex-end;    justify-content: flex-start;    flex-direction: row;    width: 100%;    border-top: #dfdfdf solid 1px;    padding: 3rem 0 0;}.ft-socail .RWDedictor008 {    width: 100%;}.ft-coop {    grid-area: 1 / 2 / 3 / 3;}/*社群*/ 
.ft-socail a {    border: #555555 solid 1px;    border-radius: 5px;    display: flex;    flex-direction: column;    align-items: stretch;    background-color: var(--white-color);}.ft-socail i {    font-size: 20px;    display: inline-block;    margin: 0 10px 0 0;}.ft-socail span.line-info,.ft-socail span.line-tit {    text-align: var(--txt-center);    padding: 10px 0;    color: #555555;    font-weight: var(--font-weight500);    font-size: 17px;}.ft-socail span.line-info {    background: var(--line-color);    color: var(--white-color);    font-weight: var(--font-weight500);    font-size: 17px;}/*合作單位*/ 
.ft-coop {    display: flex;    align-content: stretch;    justify-content: flex-start;    align-items: flex-end;    flex-direction: column;}.ft-coop a {    display: block;    margin: 0 0 12px;}.ft-coop a:nth-child(4) {    margin: 0;}.ft-coop img {    width: 260px;    border-radius: 8px;}/*-----copyright-----*/ 
.ft-bottom {    background: var(--aide-color02);    display: flex;    flex-direction: row;    align-content: flex-start;    justify-content: flex-start;    align-items: center;    padding: 35px var(--10dst);}.RWDcopyright,.ft-bottom,.ft-bottom a,.copyright_desc {    font-family: '微軟正黑體';    font-size: 12px;    color: #ffffffb5;}.footer-block .ft-bottom .ft-L,.footer-block .ft-bottom .ft-R {    width: 50%;}.footer-block .ft-bottom .ft-L {    display: flex;    flex-direction: row;    align-content: flex-start;    justify-content: flex-start;    align-items: flex-start;    gap: 20px;}.footer-block .ft-bottom .ft-R {    text-align: var(--txt-right);}/*top*/ 
.scrollTop002 {    bottom: 130px;}.scrollTop002 img {    width: 80px;}

/*footer end*/
/*LIN動態 start*/

/* peoplebox */ 
.runline {    z-index: 2;    pointer-events: none;}.g-line .line,.vi-g-line-bottom .line,.vi-g-line-top .line,.runline .line {    stroke-dashoffset: 0;    fill: none;    stroke-miterlimit: 10;    opacity: 0;    stroke-linecap: round;}.runline .line {    stroke-width: 35;}.peoplebox :is(.peoplestyle.animated .hoverbox,.peoplestyle.animated::after,.peoplestyle.animated::before){    animation-name: peoplefade;    animation-duration: 1.2s;}.peoplebox :is(.people01.animated .hoverbox,.people01.animated::after,.people01.animated::before){    animation-delay: 2s;}.peoplebox :is(.people02.animated .hoverbox,.people02.animated::after,.people02.animated::before){    animation-delay: 3s;}.peoplebox :is(.people04.animated .hoverbox,.people04.animated::after,.people04.animated::before){    animation-delay: 4s;}@-webkit-keyframes peoplefade {    0% {        opacity: 0;        transform: scale(0.5);    }        30% {         opacity: 1;        transform: scale(1);    }    70% {        opacity: 1;        transform: scale(1);    }     100% {        opacity: 0;        transform: scale(0.5);    }}@keyframes peoplefade {   0% {        opacity: 0;        transform: scale(0.5);    }        30% {         opacity: 1;        transform: scale(1);    }    60% {        opacity: 1;        transform: scale(1);    }     100% {        opacity: 0;        transform: scale(0.5);    }}/* about-block  */ 
.g-line .line,.vi-g-line-bottom .line,.vi-g-line-top .line {    stroke-width: 40;}.g-line.an .line,.vi-g-line-bottom.an .line,.vi-g-line-top.an .line,.runline.an .line {    stroke-dasharray: 4000;    stroke-dashoffset: 4000;    animation: draw 6s forwards;    opacity: 1;}.runline.an .line {    animation-delay: 0.5s;    animation-duration: 5s;}.vi-g-line-top.an .line {    animation-delay: 1.3s;}.vi-g-line-bottom.an .line {    animation-delay: 1.5s;    animation-duration: 5s;}.ab-pic-vi .vi-people.an img {    animation-name: fadeInLeft;    animation-delay: 0.8s;    animation-duration: 1s;    animation-fill-mode: forwards;}.ab-pic-vi .people_bg.an img {    animation-name: fadeInLeft;    animation-delay: 1.2s;    animation-duration: 1s;    animation-fill-mode: forwards;}.ab-pic-vi .vi-people img,.ab-pic-vi .people_bg img {    opacity: 0;}@keyframes draw {    from {        stroke-dashoffset: 4000;    }    to {        stroke-dashoffset: 0;    }}

/*LIN動態 end*/
/*動態animation start*/

@keyframes move01{0% {    opacity: 0;    -webkit-transform:translateY(-30px);    -moz-transform:translateY(-30px);    -ms-transform:translateY(-30px);    -o-transform:translateY(-30px);    transform:translateY(-30px);}100% {    opacity: 1;    -webkit-transform:translateY(0px);    -moz-transform:translateY(0px);    -ms-transform:translateY(0px);    -o-transform:translateY(0px);    transform:translateY(0px);}}@keyframes move02{0% {    opacity: 0;    -webkit-transform:translateX(-30px);    -moz-transform:translateX(-30px);    -ms-transform:translateX(-30px);    -o-transform:translateX(-30px);    transform:translateX(-30px);}100% {    opacity: 1;    -webkit-transform:translateX(0px);    -moz-transform:translateX(0px);    -ms-transform:translateX(0px);    -o-transform:translateX(0px);    transform:translateX(0px);}}.advantage-block .infobox .RWDService002 .col-sm-4{animation: 1200ms ease normal forwards 1 fadeInUP;opacity: 0;animation-delay: 5s;}.advantage-block .animated .infobox .RWDService002 .row:nth-child(2) .col-sm-4:nth-child(1){animation: 1000ms ease normal forwards 1 move01;animation-delay: 0.5s;opacity: 0}.advantage-block .animated .infobox .RWDService002 .row:nth-child(2) .col-sm-4:nth-child(2){animation: 1000ms ease normal forwards 1 move01;animation-delay: 0.7s;opacity: 0}.advantage-block .animated .infobox .RWDService002 .row:nth-child(2) .col-sm-4:nth-child(3){animation: 1000ms ease normal forwards 1 move01;animation-delay: 0.9s;opacity: 0}.advantage-block .animated .infobox .RWDService002 .row:nth-child(3) .col-sm-4:nth-child(1){animation: 1000ms ease normal forwards 1 move01;animation-delay: 1s;opacity: 0}.advantage-block .animated .infobox .RWDService002 .row:nth-child(3) .col-sm-4:nth-child(2){animation: 1000ms ease normal forwards 1 move01;animation-delay: 1.3s;opacity: 0}.advantage-block .animated .infobox .RWDService002 .row:nth-child(3) .col-sm-4:nth-child(3){animation: 1000ms ease normal forwards 1 move01;animation-delay: 1.5s;opacity: 0}/*翻頁的書*/ 
.bookpage .pageinfostyle{opacity: 0;}.bookpage.active .pageinfostyle{animation: 1200ms ease normal forwards 1 fadeInUP;opacity: 0;animation-delay: 5s;}.bookpage.active .page01{animation: 1000ms ease normal forwards 1 move02;animation-delay: 0.5s;opacity: 0}.bookpage.active .page02{animation: 1000ms ease normal forwards 1 move02;animation-delay: 0.7s;opacity: 0}.bookpage.active .page03{animation: 1000ms ease normal forwards 1 move02;animation-delay: 0.9s;opacity: 0}.bookpage.active .page04{animation: 1000ms ease normal forwards 1 move02;animation-delay: 1s;opacity: 0}

/*動態animation end*/
/*內頁 start*/

/* 匯入內頁版面寬度80%*//*a連結*/a {    text-decoration: none;}.page_wrapper_bg section.call_to_action a,.page_wrapper_bg section.call_to_action a:hover,.page_wrapper_bg section.call_to_action a:focus,.page_wrapper_bg section.call_to_action .btn,.page_wrapper_bg section.call_to_action .btn:hover,.layoutlist_3 .dbtn_v2,.layoutlist_3 .dbtn_v2:hover {    text-decoration: none;    transition: .5s;}.row {    margin-right: 0px;    margin-left: 0px;}.boxname {    margin: 0 10px;}:root {    --btn-main-color: #444;    --btn-main-hover-color: #2e5d28;    --btn-sub-color: #999;    --btn-sub-hover-color: #2e5d28;}/*230531範本預設按鈕改色導圓角統一5px*/ 
._bd_btn._bd_btn-primary:hover {    color: #fff;    background-color: var(--btn-main-hover-color);    border-color: var(--btn-main-hover-color)}._bd_btn._bd_btn-primary {    background: var(--btn-main-color);    border-radius: 5px !important}._bd_btn._bd_btn-default {    background: 0 0;    border: 1px solid var(--btn-sub-color);    color: var(--btn-sub-color);    border-radius: 5px !important}._bd_btn._bd_btn-default:hover {    color: #fff;    background-color: var(--btn-sub-hover-color);    border-color: var(--btn-sub-hover-color)}._bd_row a {    color: #333}/*221226最小字級修正*/ 
.login_box_body .control-label,#btn_forget_form,#btn_reverify_form,.link-style,.member_join,.btn-primary,#forget_table .th,#join_form,.m2018 .products-nav>ul>li a,.RWDquiry,.RWDshopping,.RWDproduct_page .control-box .control-label,.RWDproduct_page .products-info .download .control-label,.RWDproduct_page .products-info .pd-info .control-label,.RWDproduct_page .products-info .txt .title,#mobile-fixed input,#mobile-fixed select,#mobile-fixed select.form-control:not([size]):not([multiple]),#plusbuy_mobile-fixed input,#plusbuy_mobile-fixed select,#plusbuy_mobile-fixed select:not([size]):not([multiple]),.RWDproduct_page input,.RWDproduct_page select,.RWDproduct_page select.form-control:not([size]):not([multiple]),.RWDproduct_page .btn,.RWDproduct_page .ibtn,.hgroup .breadcrumb,.shopping-item-box .item-btn,#join_form select,#join_form select.form-control:not([size]):not([multiple]),.RWDshopping select,.RWDshopping select.form-control:not([size]):not([multiple]),.bonus-box .form-group .btn,.voucher-box .form-group .btn,.form-control,.layoutlist_8 .listdate .yearmonth,select,textarea,.video_item_summary,.download .search-go,.layoutlist_2 .listdate .yearmonth,.layoutlist_2 .list_subject .subsubject,.layoutlist_4 .listdate .yearmonth,.layoutlist_5 .list_subject a,.rwdlayoutlist_9 .summary,.rwdlayoutlist_9 .cdate,.RWDsearch01 .search-nav-btn,.count_info,.layoutlist_5 .item .summary,.list-btn_mobile,.list-btn,.buybtn,.layoutlist_3 .dbtn_v2,#mobile-fixed .btn,#plusbuy_mobile-fixed .btn,#mobile-fixed .stock,#mobile-fixed,#plusbuy_mobile-fixed,.RWDproduct_page,#mobile-fixed,#plusbuy_mobile-fixed,.RWDproduct_page,.sum-box .total .td:last-child small,.delivery-editor ul,.goadd-box,.info-editor ul,.plus-fixed .name a,.plus-list .name a,.shopping-item .name,.shopping-step .name,.RWDshopping,.RWDshopping .btn,.bonus-box .form-group .btn,.delivery-editor,.goadd-box .goadd,.info-editor,.login-box a,.login-box a:hover,.plus-list .addcart,.plus-list .price-box,.shopping-item .tag,.shopping-title .freight,.shops-box .shops,.voucher-box .btn.vouchers,.voucher-box .form-group .btn,.login_box_footer a.shopping_view,.shopping_viewlogin__member,.RWDproduct_page .download_container .btn,.RWDsearch_page .list-img .name,.RWDmenu_plus04 .cart-block .name,.RWDmenu_plus04 .querycar-block .name,.RWDmenu_plus04 .cart-block .spe-box,.RWDmenu_plus04 .querycar-block .spe-box,.RWDtimeline02 .timeline2_list .block .text,.shopping_viewlogin__intro {    font-size: 1rem !important;    letter-spacing: 0 !important;    line-height: 1.5;}.layoutlist_4 .buybtn {    padding: 10px 0;}.list-btn {    padding: 10px 0;    margin: 20px 0 0;}.layoutlist_5 .product_list_item .subject {    margin: 10px 0 0;}.layoutlist_5 .item .buybtn {    width: 100%;    padding: 5px 0;}input#top_search_searchkey {    font-size: 20px !important;    letter-spacing: 1px !important;}.cd-search.full .ibtn,.RWDmenu_plus04 #search-box.full .ibtn {    font-size: 20px;}.RWDmenu_plus04 .member-block .form-area .group {    flex-wrap: nowrap;}.login_box_footer a.member_join {    display: flex;    justify-content: center;    align-items: center;}input#search_box_text {    font-size: 20px !important;}/*購物流程圈圈改色*/@keyframes num-bg {    0% {        background: #666;        -webkit-transform: scale(.5);        transform: scale(.5)    }    100% {        background: #666;        -webkit-transform: scale(1);        transform: scale(1)    }}/*main*/ 
.page_wrapper_bg section.call_to_action {    padding: clamp(5rem, 2.9167rem + 2.0833vw, 6.25rem) 0 150px;    min-height: 35vw;}.page_wrapper_bg section.call_to_action>.container {    padding: 0 15px;    width: 80%;    max-width: 1700px;    position: relative;    z-index: 1;}.page_wrapper_bg .article-text .container {    width: 100%;}.hgroup .container {    width: 100%;    margin: 0 0 5rem;}/*搜尋*/ 
.RWDsearch_page .search-list {    margin-bottom: 40px !important;}.RWDsearch_page .list-img .name {    height: auto;}/*文字統一設定*/ 
.page_wrapper_bg .hgroup h1 {    line-height: 1.3;}.page_wrapper_bg .article-text h2 {    font-size: 1.3rem;    line-height: 1;    letter-spacing: 2px;}.page_wrapper_bg .article-text h3 {    letter-spacing: 2px;    line-height: 1.5;    margin-bottom: 10px;    font-weight: bold;    font-size: 1.2rem !important;}.page_wrapper_bg .article-text h4 {    font-size: 1.1rem;    line-height: 1.7;    letter-spacing: 2px;    margin: 15px 0 15px;    font-weight: bold;}.page_wrapper_bg .article-text,.page_wrapper_bg .article-text p,.RWDslider01 .editor,.RWDtimeline01 li.event .point .editor,#sidebar .products-nav,.RWDslider01 .slick-dots button {    font-size: 16px;    line-height: 2;    letter-spacing: 1px;    color: #424242;    font-weight: 300;    font-family: var(--ft-cn);}#mobile-fixed,#plusbuy_mobile-fixed,.RWDproduct_page {    font-family: var(--FontFamilyTw);}.bd_row h1,.bd_row h2,.bd_row h3,.bd_row h4,.bd_row h5,.bd_row h6 {    font-family: var(--FontFamilyTw);}._bd_row label,._bd_row li,._bd_row p,._bd_row td {    font-size: 1rem;    line-height: 1.8;    font-weight: 400;}._bd_row li {    margin-bottom: 10px;}._bd_row ol {    padding-left: 22px;}._bd_row ul {    padding-left: 18px;}/*-------按鈕--------*/#panelCms .btn.btn-primary {    float: none;    border-radius: 5px !important;}/*重新填寫*/ 
.refill_btn {    display: none;}/*回上一頁按鈕*/ 
.btn {    font-size: 16px;}#article .btn.btn_back a,#album .btn.btn_back a {    padding: 10px 15px;    display: block;    width: 220px;    border-radius: 99em;}.btn.btn_back {    margin-right: 0;    float: right;    background: transparent !important;    padding: 0;    box-shadow: none;    margin-top: 60px;}.btn.btn_back a {    min-width: 180px;    padding: 10px 15px;    background: transparent;    color: var(--btn-main-color);    transition: all 0.2s ease;    border: 1px solid var(--btn-main-color);    line-height: 1}.btn.btn_back a:hover {    border: 1px solid var(--btn-main-hover-color);    color: #fff !important;    background: var(--btn-main-hover-color);}/*確定送出*/ 
.ebtn {    padding: 0;    background: transparent;    -webkit-border-radius: 0px;    -moz-border-radius: 0px;    border-radius: 0px;    float: right;    margin-right: 0;}.ebtn a {    display: block;    text-align: center;    min-width: 180px;    line-height: 1.5;    padding: 6px 30px !important;    margin-top: 20px;    color: #fff !important;    background: var(--btn-main-color);    border: 1px solid var(--btn-main-color);    transition: all .2s ease;    border-radius: 0}.ebtn a:hover {    background: var(--btn-sub-hover-color);    color: #fff !important;    border-color: var(--btn-sub-hover-color);    transition: all .2s ease;}.new-form .new-width .currectsend_btn a {    color: var(--btn-main-color) !important;    background: 0 0}.new-form .new-width .currectsend_btn a:hover {    color: #fff !important;    background: var(--btn-main-hover-color)}/*購物車按鈕*/ 
.RWDshopping .btn.bg1 {    background: transparent;    color: #444;    border: 1px solid #444;    border-radius: 0;}.RWDshopping .btn.bg1:hover {    border-radius: 0;    transition: all 0.3s ease;    border: 1px solid #000;    color: #fff !important;    background: #000;}.layoutlist_4 .showY br {    display: none;}.RWDshopping .btn.normal {    max-width: initial;}.page_wrapper_bg.lang_en .voucher-box .form-group .btn {    width: auto;}.RWDshopping .btn.bg2 {    border-radius: 0 !important;    transition: all 0.3s ease;    border: 1px solid #444 !important;    color: #fff !important;    background: #444 !important;}.RWDshopping .btn.bg2:hover {    background: #000 !important;    color: #fff !important;    border: 1px solid #000 !important;}.RWDshopping .btn.bg2 i {    transition: none;}.RWDshopping .btn.bg3 {    background: transparent;    color: #444;    border: 1px solid #444;    border-radius: 0;}.RWDshopping .btn.bg3:hover {    border-radius: 0;    transition: all 0.3s ease;    border: 1px solid #000;    color: #fff !important;    background: #000;}/*購物訂單畫面按鈕*/ 
.RWDshopping .btn.normal {    max-width: initial;}/*購物車v3按鈕*/ 
.RWDshopping_v3 .cartform-submit,.RWDshopping_v3 .empty-cart .btn-row .gray82radius-btn,.RWDshopping_v3 .order-infobox .btn-row .links,.RWDshopping_v3 .pay-calculate .dd-row.calculate-fixed .gray33radius-btn,.payhint-modal .btn-row .gray33radius-btn {    background: var(--btn-main-color)}.RWDshopping_v3 .cart-fill .cart-list .info-pane .gray82empty-btn:hover,.RWDshopping_v3 .cartform-submit:hover,.RWDshopping_v3 .empty-cart .btn-row .gray82radius-btn:hover,.RWDshopping_v3 .order-infobox .btn-row .links:hover,.RWDshopping_v3 .pay-calculate .dd-row.calculate-fixed .gray33radius-btn:hover,.payhint-modal .btn-row .gray33radius-btn:hover {    background: var(--btn-main-hover-color)}.RWDshopping_v3 .order-infobox .btn-row .links.gray82empty-btn {    color: var(--btn-main-color);    border-color: var(--btn-main-color);    background: 0 0}.RWDshopping_v3 .order-infobox .btn-row .links.gray82empty-btn:hover {    background: var(--btn-sub-hover-color);    color: #fff}/*會員按鈕*/#join_form .btn {    padding: 6px 12px;    border-radius: 0;}#join_form .btn-link:hover {    text-decoration: none;}.memberlist .col-sm-9.col-md-9 .btn.btn-primary a,.memberlist .col-sm-9.col-md-9 .btn.btn-primary a:hover {    color: #fff !important;}#btn_member_login {    float: none;    background: #444;    color: #fff;    border: 1px solid #444;    padding: 6px 12px;}#btn_member_login:hover {    background: #000;    color: #fff !important;    border: 1px solid #000;}#join_form .btn-primary {    min-width: 180px;    float: none;    background: var(--btn-main-color);    color: #fff;    border: 1px solid var(--btn-main-color);}#join_form .btn-primary:hover,.shopping_viewlogin__submit:hover {    background: var(--btn-main-hover-color) !important;    color: #fff !important;    border: 1px solid var(--btn-main-hover-color);}.webbtn {    background: var(--btn-main-color)}.webbtn:hover {    background: var(--btn-main-hover-color)}.btn-primary,.shopping_viewlogin__submit {    background-color: var(--btn-main-color);    border: 1px solid var(--btn-main-color);    border-radius: 0 !important;    float: right;    margin-right: 0px;    font-size: 14px;    box-shadow: none;}.btn-primary a {    color: #fff;    font-size: 1rem;}.btn.btn-primary:focus a,.btn.btn-primary:hover a,.btn.btn-primary:active a {    color: #fff !important;}.btn-primary:hover {    transition: all 0.3s ease;    color: #fff;    background-color: #000;    border-color: #000;}.btn-primary:active:hover,.btn-primary:active:focus {    background-color: #000;    border: 1px solid #000;}.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary {    color: #fff !important;    background-color: #000;    border-color: #000;    outline: none;}/*詢問車按鈕*/ 
.RWDmenu_plus04 .cart-block .bottom-box .pay-btn,.RWDmenu_plus04 .querycar-block .bottom-box .pay-btn,.RWDmenu_plus04 .cart-block .bottom-box .pay-btn:hover,.RWDmenu_plus04 .querycar-block .bottom-box .pay-btn:hover {    transition: .5s;}/*忘記密碼 ＆重發認證信*/#div_forget_area * {    border-radius: 0 !important;}/*註冊*/ 
.join_form_btns {    text-align: right;}/*文章列表*/ 
.RWDslider01 .products-list .products-item .box {    display: flex;    align-items: center;}.RWDslider01.pic-right .products-list .products-item .box {    flex-direction: row-reverse;}.pagecontent .RWDslider01,.pagecontent .RWDeditor01 {    margin-top: 60px !important;}/*文章列表-2*/#article .layoutlist_2 .list_subject a {    font-size: 16px !important;    font-weight: bold;    margin: 0px 0px 20px !important;    display: block;    line-height: 1.5 !important;}.subsubject {    font-size: 14px;    font-weight: 400;    line-height: 1.5;}.layoutlist_2 .listdate .yearmonth,.layoutlist_4 .listdate .yearmonth {    padding-bottom: 0;}.layoutlist_2 .item {    width: 100%;}.pagecontent .article_model[data-seq="0"] {    margin-top: 0 !important;}/*文章列表-3*/ 
.layoutlist_3.fn_article3 .list_subject a {    font-size: 16px !important;    font-weight: bold;    margin: 0px 0px 20px !important;    display: block;    line-height: 2 !important;}.layoutlist_3.fn_article3 .list_subject .summary a {    font-size: 14px !important;    font-weight: 400;    line-height: 2 !important;}/*文章列表-4*/#article .layoutlist_4 .item {    display: flex;    align-items: stretch;    border-bottom: 1px solid #eee;}#article .layoutlist_4 .list_subject a {    font-size: 17px !important;    font-weight: 700;    margin: 0 0 10px !important;    display: block;    line-height: 1.5 !important}#article .layoutlist_4 .list_subject .summary a {    font-size: 16px !important;    font-weight: 400;    line-height: 1.5 !important}#article .layoutlist_4 .listdate {    padding: 0 10px;    width: 90px;    border-left: 1px solid #eee}#article .layoutlist_4 .listdate .day {    font-size: 25px}#article .layoutlist_4 .listdate .yearmonth {    letter-spacing: 1px;    padding: 0}#article .layoutlist_4 .item .list_img {    padding-left: 0}#article .layoutlist_4 .list_subject {    width: calc(100% - 25% - 90px)}#article .layoutlist_4 .xrow.list {    height: auto;}/*文章列表-7*/#article .layoutlist_7 .subject,.article7 .layoutlist_7 .subject a {    margin-top: 15px !important;    margin-bottom: 10px !important;}#article .layoutlist_7 .cdate,.article7 .layoutlist_7 .cdate a {    font-size: 12px;}#article .layoutlist_7 .summary,.article7 .layoutlist_7 .summary a {    font-size: 16px !important;    font-weight: 300;    line-height: 1.5 !important;}.layoutlist_7 .subject,.layoutlist_7 .subject a {    font-size: 1.1rem !important;    font-weight: 500;    text-align: center;    text-transform: uppercase;}.layoutlist_7>.row:before,.layoutlist_7>.row:after {    display: none;}.layoutlist_7 .litem {    margin: 0 0 3rem !important;    padding: 0 20px;}#article .layoutlist_7 .row {    display: flex;}/*文章列表-8*/ 
.layoutlist_8 .list_subject {    padding: 0 4rem;}.layoutlist_8 .article_subject {    font-weight: 500;    font-size: 1.3rem;    line-height: 1.5;    display: block}.layoutlist_8 .list_subject .summary {    margin: 10px 0;}.layoutlist_8 .list_subject .summary a {    font-size: 16px;    font-weight: 400;    line-height: 1.5;    color: #000}/*產品頁籤*/ 
.RWDproduct_page .tab-box .tab-container>ul>li ul,.RWDproduct_page .tab-box .tab-container>ul>li ol {    padding-left: 22px;}.RWDproduct_page .tab-box .tab-menu li.active a {    color: #121212;    border: transparent;    background: transparent;    font-weight: 500;    letter-spacing: 1px;    font-size: 17px}.RWDproduct_page .tab-box .tab-container {    border: 1px solid #eee}.RWDproduct_page .tab-box .tab-menu li:last-child a:after {    opacity: 0}.RWDproduct_page .tab-box .tab-menu a:after {    content: "";    background: #ccc;    position: absolute;    width: 1px;    height: 15px;    right: 0;    top: 50%;    transform: translateY(-50%)}.RWDproduct_page .tab-box .tab-container>ul>li ol>li:last-child {    margin: 0}.RWDproduct_page .tab-box .tab-container>ul>li ol>li {    margin: 0 0 15px}#mobile-fixed,.RWDproduct_page {    color: #444}.RWDproduct_page .tab-box .tab-container>ul>li {    padding: 50px;    line-height: 2;    font-size: 15px}.RWDproduct_page .tab-box .tab-menu li.active a:before {    display: none}.RWDproduct_page .tab,.RWDproduct_page .tab:last-child {    display: flex}.RWDproduct_page .tab-box .tab-menu a {    margin: 0 5px 0 0;    padding: 15px 30px;    height: auto;    font-size: 17px;    background: transparent;    border: 0;    position: relative}.productcontent .tabs nav ul {    margin: 0 !important;}/*文章頁籤*/ 
.tabs {    margin: 5rem 0 0;}.tabs nav a {    padding: 15px 20px !important;    height: auto !important}.tabs nav ul li:first-child {    border: 0;    box-shadow: none;}.tabs nav li:last-child:before {    opacity: 0}.tabs nav li.tab-current a::before,.tabs nav li.tab-current a::after,.tabs nav li.tab-current:after {    display: none}.tabs nav ul li {    border: 0}.tabs nav a {    border-radius: 0;    font-weight: 400;    letter-spacing: 1px;    background: transparent !important;    border: 0 !important;    font-size: 16px !important}.tabs nav ul li:before {    content: "";    background: #ccc;    width: 1px;    height: 15px;    position: absolute;    right: 0;    top: 50%;    transform: translateY(-50%)}.tabs nav li.tab-current:before {    width: 1px;    right: 0;    background: #ccc;    bottom: auto;    top: 50%;    transform: translateY(-50%);    height: 15px}.tabs .content {    border: 1px solid #eee;    padding: 50px !important;    font-weight: 300;    line-height: 1.8;    font-size: 15px;    letter-spacing: 1px;    margin: -10px 0 0;    background: #fff}.tabs nav li.tab-current a {    background: transparent;    color: #000 !important;    border: 0;    font-weight: 500 !important}.tabs nav ul {    margin: 0 0 10px !important}.tabs nav li.tab-current {    border: transparent;    box-shadow: none;    border-bottom: none;    z-index: 100;}/* 時間軸 */ 
.RWDtimeline01 li.event .point {    z-index: 1;}/*相簿列表*/ 
.layoutlist_2 .album_item {    height: auto !important;}/*相簿上下方說明*/#album .page_desc {    margin: 50px 0;}#album .page_content3 .page_desc2,#album .page_content4 .page_desc2 {    margin: 50px 0 0;}/*修正相簿a連結顏色*/ 
.photo_view .flex-direction-nav a {    color: transparent !important;}.album_item a:hover {    color: #313131;}/*相簿-1*/#album .layoutlist_1 .album_item_subject {    padding: 20px 0px;    font-size: 1.1rem;}#album .page_content2 .dis .dis_li .text {    font-size: 16px;    line-height: 1.8;    letter-spacing: 0;    color: #000;    font-weight: 400;    margin: 0 0 30px}/*相簿-2*/#album .layoutlist_2 .album_item_subject {    padding: 20px 0px;    font-size: 1.1rem;    font-weight: var(--font-weight500);    color: var(--main-title-color);}/*相簿共同彈跳視窗*/ 
.photo_num {    position: relative;    text-align: right;    margin: 10px 0 0px;}/*Q&A*/ 
.rwd .faq_question {    font-size: 18px;    letter-spacing: 1px;    font-weight: var(--font-weight500);    color: var(--main-title-color);    line-height: 1.4;}.rwd .faq_answer {    letter-spacing: 1px;    color: #424242;    line-height: 1.8;    font-weight: var(--font-weight300);    font-size: 16px;}/*影片*/ 
.video_item_subject {    font-size: 1rem;    letter-spacing: 0;    font-weight: 500;    color: #000}.video_item a.videolink:hover {    color: #000;}/*檔案下載*/ 
.download .search_input {    background: transparent;}.no-touch .layoutlist_5 .dbtn_v2:hover {    background: #333;    border-color: #333;    color: #fff;}.layoutlist_5 .dbtn_v2 {    display: inline-block;    margin: 15px 0 0;    padding: 6px 0.8em;    font-size: 14px;    line-height: 1.2;    color: #333;    border: 1px solid #b7b7b7;    border-radius: 2px;    background: #fff;    text-decoration: none;    cursor: pointer;}.layoutlist_5 .download_subject {    line-height: 1.4;}.layoutlist_5 .summary {    margin: 8px 0 0;    font-size: 13px;    line-height: 1.4;    color: #818181;}.dd-selected {    font-size: 15px;    letter-spacing: 0;}.download_container .btn {    font-size: 16px;    background: var(--btn-main-color);    color: #fff;    border-radius: 0;    padding: 6px 3rem}.download_container .btn:hover {    background: var(--btn-sub-color)}.file_area label.dd-option-text {    margin: 0;    font-weight: 400;    display: block;}#file_dlist a.dd-option {    padding: 12px;}.downlaod5_item_btn:hover {    background: var(--btn-sub-color);    border-color: var(--btn-sub-color);    color: #fff;}.downlaod5_item_btn {    color: var(--btn-main-color);    border-color: var(--btn-main-color);}/*檔案下載a連結修正*/ 
.page_wrapper_bg .dd-select a:hover {    color: #313131;}.download .search-go {    line-height: 2;    transition: .5s;}.download .search-go:hover {    background: #000;    color: #fff;    transition: .5s;}/*產品A*/ 
.page_content1 #productbx_bg {    background: #efefef;    -moz-opacity: 1;    opacity: 1;}.page_content1 .dd-selected {    letter-spacing: 1px;    padding: 0 40px 0 10px;}.product_desc_content {    color: #333;    letter-spacing: 1px;    line-height: 30px;}.page_content1 #prod_price {    margin-top: 0;}#prod_price .money {    font-size: 20px;    font-weight: bold;}#member_org_price,div#prod_fixprice,.pagecontent.menu5 .page_content1 #prod_price,.pagecontent.menu8 .page_content1 #prod_price {    margin: 0;}._shopping_info>div {    display: flex;    align-items: flex-end;    letter-spacing: 0;}div#prod_price {    margin-left: 15px !important;}.productcontent .page_content1 .info {    text-align: center;    margin: 30px 0 0;}.productcontent .page_content1 .product_desc_subject {    text-align: center;}.page_content1 ._shopping_info>div {    justify-content: center;}.page_content1 .spec-scroll .items ul li:hover {    border: 1px solid #333;}#product>div.page_content1>div.product_top.row>div.info.col-sm-12.col-md-12.col-xs-12>div:nth-child(4),#product>div.page_content1>div.product_top.row>div:nth-child(3) {    display: flex;    justify-content: center;    margin: 0 0 10px;    flex-wrap: wrap;}#product>div.page_content1>div.product_top.row>div:nth-child(3) {    gap: 0 10px;    margin: 30px 0 0;}.page_content1 #prod_name,.page_content1 #prod_name .product_name {    font-size: 25px;    font-weight: 700;    letter-spacing: 0;    line-height: 1.5;    margin: 0}/*產品A按鈕*/#btn_shopping {    border-radius: 0;    font-size: 14px;    background: var(--btn-main-color)}#btn_shopping:hover {    background: var(--btn-main-hover-color)}.fbtn {    border-radius: 0;    font-size: 14px;    background: var(--btn-main-color);    background: transparent;    color: var(--btn-main-color);    border: 1px solid var(--btn-main-color);    transition: .5s;}.fbtn:hover {    background: var(--btn-sub-hover-color);    color: #fff;    transition: .5s;}#btn_querycar {    border-radius: 0;    font-size: 14px;    background: var(--btn-sub-color);    background: transparent;    color: var(--btn-main-color);    border: 1px solid var(--btn-main-color);    transition: .5s;}#btn_querycar:hover {    background: var(--btn-sub-hover-color);    color: #fff;    transition: .5s;}/*產品下拉樣式*/label.dd-option-text {    font-size: 14px !important;    line-height: 1 !important;    margin: 0 !important;    font-weight: 400;}.dd-option {    padding: 5px 10px;}/*產品B*/#RWDPAGE_BASE_PAT02 .RWDproduct_page .btn-shop .btn.shop,#mobile-fixed .btn-shop .btn.shop {    background: var(--btn-main-color);}#RWDPAGE_BASE_PAT02 .RWDproduct_page .btn-shop .btn.add,#mobile-fixed .btn-shop .btn.add {    background: var(--btn-sub-color);}.no-touch #RWDPAGE_BASE_PAT02 .RWDproduct_page .btn-shop .btn.shop:hover {    background-color: var(--btn-main-hover-color);}.no-touch #RWDPAGE_BASE_PAT02 .RWDproduct_page .btn-shop .btn.add:hover {    background-color: var(--btn-sub-hover-color);}#mobile-fixed .style-radio .form-radio,.RWDproduct_page .style-radio .form-radio {    border: 1px solid rgb(214, 214, 214);}#mobile-fixed .style-radio .form-radio.checked,.RWDproduct_page .style-radio .form-radio.checked {    border-color: #000;}.RWDproduct_page .products-info .nu,.RWDproduct_page .products-info .stock,.RWDproduct_page .products-info .subname,.RWDproduct_page .products-info .txt .editor {    color: #555;    font-size: 1rem;    letter-spacing: 1px;}/*產品列表樣式*/ 
.layoutlist_4 .product_list_item,.layoutlist_2 .product_list_item {    margin: 0 0 40px;}.layoutlist_4 .pricearea {    text-align: left;    display: flex;    align-items: center;    letter-spacing: 0}.layoutlist_4 .fixprice {    font-size: 16px;    text-decoration: line-through;    margin: 0 5px 0 0;}.layoutlist_4 .sellprice {    color: #f10404;    font-weight: bold;}.layoutlist_4 .subject {    height: auto !important;    line-height: 1.5;    min-height: auto;    font-weight: 500;}#product .item .subject {    height: auto !important;}.productlist .layoutlist_4 .col-sm-4.col-md-4 {    margin: 0 0 30px;}.productlist .layoutlist_4 .product_list_item {    padding-bottom: 0;    border: 0;    height: auto !important;}.layoutlist_5 .product_list_item .list-btn_mobile,.layoutlist_5 .product_list_item .list-btn,.layoutlist_5 .product_list_item .buybtn {    background-color: var(--btn-main-color);}.layoutlist_5 .product_list_item .list-btn_mobile:hover,.layoutlist_5 .product_list_item .list-btn:hover,.layoutlist_5 .product_list_item .buybtn:hover {    background-color: var(--btn-main-hover-color);}.layoutlist_4 .buybtn {    background: var(--btn-main-color);    transition: .5s;}.layoutlist_4 .buybtn:hover {    background: var(--btn-sub-hover-color);    transition: .5s;}/*修正產品、文章預設列表排版*/ 
.productlist .layoutlist_2,.productlist .layoutlist_4,.productlist .layoutlist_5,.albumlist .layoutlist_2,.albumlist .layoutlist_4,.articlelist .layoutlist_2,.articlelist .layoutlist_4 {    display: flex;    flex-wrap: wrap;    align-items: flex-start;}.sortbar {    float: none !important;    margin-bottom: 20px !important;    text-align: left !important;    width: 100%;    flex-wrap: wrap;}.sortbar a:hover {    color: #515151;}/*產品售價顏色*/li#O_sellPrice,span.payprice,.pricearea .price {    color: var(--btn-main-color) !important;    font-weight: bold;}.pricearea .price.delline {    color: #333 !important;}.pricearea .price.fixprice {    color: #777 !important;}/* 相關產品 */ 
.RWDproduct_page .related-box .item a {    max-width: inherit;}/*購物清單*/ 
.RWDshopping .btn.normal {    border-radius: 0;}/*會員註冊*/#join_form .btn-primary {    border-radius: 0;}#join_form {    background: white;}/*會員頁a連結修正*/ 
.member .css-table .tr a {    color: #313131;}/*留言板*/ 
.customized_columns .css-table .th.textarea {    width: 10%;}/*詢問車*/ 
.RWDquiry .shopping_form .control-box img {    margin-left: 10px;}.RWDquiry .btn.normal {    border-radius: 0;    font-size: 15px;    letter-spacing: 1.5px;    transition: .5s ease;    color: var(--btn-main-color);    border-color: var(--btn-main-color)}.RWDquiry .btn.normal:hover {    transition: .5s ease;    background: var(--btn-sub-hover-color);    color: #fff;    border-color: var(--btn-sub-hover-color);    font-weight: 500}.RWDquiry .btn.bg2,.btn.normal.bg3 {    background: var(--btn-main-color);    color: #fff;    border-color: var(--btn-main-color)}/*電子表單*/ 
.eformsDesc {    margin: 20px 0;    border: 0;}.eformscontent .layoutlist_1 {    width: 800px;    margin: 0 auto;}.form-horizontal .form-group {    margin-left: 0;    margin-right: 0;}.form-horizontal .control-label {    font-weight: 500;    width: 100px;    padding: 0 10px;}textarea.form-control {    min-height: 130px;}.systemmsg {    text-align: center;}.eformscontent .col-sm-12.col-md-11 {    width: calc(100% - 100px);    padding: 0;}.eformscontent .col-sm-12.col-md-5 {    width: calc(50% - 100px);    padding: 0;}.eformscontent .col-sm-6.address-col-1,.eformscontent .col-sm-6.address-col-2 {    width: 50%;    padding: 0;    float: left;}.eformscontent .col-sm-12.col-md-11 .col-sm-12 {    width: 100%;    padding: 0;}.customized_columns>.row .col-sm-12.col-md-11 {    width: 100%;}/*電子表單送出a連結修正*/ 
.eformscontent .col-sm-12.col-md-12 .ebtn a:hover {    color: #fff !important;    background: var(--btn-main-color);}.eformscontent .col-sm-12.col-md-12 .ebtn a {    background: transparent;    color: var(--btn-main-color) !important;}/*左側選單*/ 
.m2018 .products-nav>ul>li {    padding: 0;    margin: 0;}.m2018 .products-nav a {    padding: 15px 10px !important;    font-weight: 400;    font-size: 16px;}/*隱私權*/ 
.privacy_block,.privacy_block p {    line-height: 2;    letter-spacing: 1px;    color: #000}.privacy_block a {    color: #000;    transition: 0.4s}.privacy_block a:hover {    color: #000;    transition: 0.4s;    text-decoration: none}.privacy_block h5 {    font-size: 1.1rem;    font-weight: bold;    margin: 50px 0 10px;    color: #000;}.privacy_block h6 {    font-size: 16px;}.privacy_block ul {    padding-left: 24px;}/*購物說明文字*/ 
.shopping_txt {    line-height: 2;    letter-spacing: 1px;    color: #000}.shopping_txt a {    color: #000;    transition: 0.4s}.shopping_txt a:hover {    color: #000;    transition: 0.4s;    text-decoration: none}.shopping_txt .item_row {    margin-bottom: 50px}.shopping_txt h2 {    font-size: 24px !important;    font-weight: bold;    margin: 0;    color: #b90000;    text-decoration: underline;    line-height: 1.5 !important}.shopping_txt h3 {    font-size: 20px !important;    font-weight: bold;    margin: 0 0 10px;    color: #000;    line-height: 1.5 !important}.shopping_txt ul {    padding-left: 24px;}/*前往付款、前往選取物流按鈕明顯*/a.info-box__gopay,.delivery-editor a {    background: #000;    padding: 5px 20px;    color: #fff !important;    border-color: #000;}/*隱私權購物說明最大寬度限制*/ 
.privacy_block,.shopping_txt {    max-width: 1200px;    margin: auto;}/*hashtag a連結修正*/ 
.hashtag_block .hashtagLink {    color: #fff !important;}/* 人才招募表單標題修正 */ 
.customized_columns .fillform {    font-size: 1.5rem;    margin: 3rem;    text-align: center;}/* 問與答 */ 
.faq_q_icon {    background: 0 0;    position: relative;    background: #a0b48d;    border-radius: 99em;    display: flex;    flex-direction: row;    justify-content: center;    align-items: center;    width: 50px;    height: 50px;}.faq_q_icon:before {    content: "Q";    position: absolute;    top: 11px;    font-size: 1.313rem;    left: 15px;    color: #fff;    font-weight: var(--font-weight500);    font-family: var(--ft-en);}.faq_item {    max-width: 1200px;    margin: auto}.faq_answer tr td:first-child {    display: none}/* top鍵 */ 
.scrollTop002 {    bottom: 100px;}

/*內頁 end*/
/*內頁客製化 start*/

.page_wrapper_bg .fl {    display: none !important;}.page_wrapper_bg {    position: relative;    z-index: 0;}.page_wrapper_bg::before {    content: '';    background: url(archive/image/customization/base_bg.webp) repeat;    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    z-index: -1;    display: block;}.page_wrapper_bg .collapsing_header .main {    background: transparent;    top: 75px !important;}.page_wrapper_bg .collapsing_header .main::before {    content: '';    background: url(archive/image/customization/gree-body-bg.webp) repeat-x;    position: absolute;    top: 0;    left: 0;    display: block;    z-index: -1;    width: 100%;    height: 38vw;    background-size: auto 100%;    pointer-events: none;}.page_wrapper_bg .collapsing_header .main::after {    content: "";    position: absolute;    width: 100vw;    height: 24vw;    background: url(archive/image/customization/green-bg-light.webp) no-repeat;    background-size: 100% auto;    top: 0;    left: 0;    z-index: -1;    display: block;}.page_wrapper_bg section.call_to_action {    position: relative;}.page_wrapper_bg section.call_to_action::before {    content: '';    background: url(archive/image/customization/about-cloud.webp) no-repeat;    width: 24vw;    height: 11vw;    display: block;    position: absolute;    top: 4.5vw;    right: 6vw;    background-size: 100% auto;    animation: pagecloud ease-out 5s infinite;    animation-direction: alternate;    z-index: 1;    pointer-events: none;}.page_wrapper_bg section.call_to_action:after {    content: '';    background: url(archive/image/customization/cloud_bursh28.webp) no-repeat;    width: 18vw;    height: 11vw;    display: block;    position: absolute;    bottom: 1vw;    left: -3vw;    z-index: -1;    background-size: 100% auto;    animation: pagecloud ease-out 5s infinite;    animation-direction: alternate;}@keyframes pagecloud {    0% {        transform: translate(0px, 0px);    }    50% {        transform: translate(-30px, 0);    }    100% {        transform: translate(0px, 0px);    }}/*------------------banner---------------------*/ 
.page_wrapper_bg .page-banner {    position: relative;}.page_wrapper_bg .page-banner::before {    content: '';    position: absolute;    top: 0;    left: 0;    display: block;    background: url(archive/image/customization/hightlight_gree_bg.webp) repeat;    width: 100%;    height: 100%;    background-size: 100% auto;}/*------------------麵包屑---------------------*/ 
.hgroup .container {    width: 100%;    margin-left: auto;    margin-right: auto;    border: 0;    margin-bottom: 3rem;}.hgroup .page_subject {    display: flex;    flex-direction: column-reverse;    align-items: flex-start;    padding: 0;}.hgroup h1 {    letter-spacing: 0px;    font-weight: var(--font-weight500) !important;    color: var(--white-color) !important;    font-family: var(--ft-cn);    float: left;    padding-right: 0;    position: relative;    font-size: clamp(2.25rem, 2.2051rem + 0.1843vw, 2.5rem);    margin: 0;    text-transform: uppercase;}.hgroup .breadcrumb {    letter-spacing: 2px;    font-weight: 300;    order: 1;    font-size: 12px;    color: #dfdfdf;    background-color: transparent;    margin: 0;    padding: 5px 0;    margin: 0 0 5px;    border: none;    position: absolute;    bottom: 1.3vw;    right: 0;    left: auto;    float: left !important;    display: inline-block;}.page_wrapper_bg .hgroup h1::after {    content: '';    width: 10px;    height: 10px;    display: inline-block;    background: var(--white-color);    border-radius: 99em;    margin: 0 15px 0 0;    position: absolute;    left: -1vw;    top: 1vw;}.page_wrapper_bg .hgroup h1::before {    content: '';    position: relative;    z-index: 1;    font-size: clamp(3.4375rem, 2.5501rem + 3.6406vw, 8.375rem);    text-transform: uppercase;    font-weight: 500;    color: var(--white-color);    line-height: 1.2;    margin: 0 20px 0 0;    font-family: var(--ft-en);}/*不要麵包屑*/ 
.article1 .hgroup .breadcrumb,.faq1 .hgroup .breadcrumb,.faq2 .hgroup .breadcrumb,.article7 .hgroup .breadcrumb,.article6 .hgroup .breadcrumb {    display: none;}/*麵包屑英文*/ 
.article4 .page_wrapper_bg .hgroup h1::before {    content: 'testimony';}.article2 .page_wrapper_bg .hgroup h1::before {    content: 'service';}.album1 .page_wrapper_bg .hgroup h1::before {    content: 'Highlights';}.article1 .page_wrapper_bg .hgroup h1::before {    content: 'ABOUT';}.faq1 .page_wrapper_bg .hgroup h1::before {    content: 'FAQ';}.faq2 .page_wrapper_bg .hgroup h1::before {    content: 'FAQ';}.article7 .page_wrapper_bg .hgroup h1::before {    content: 'privacy';}.article6 .page_wrapper_bg .hgroup h1::before {    content: 'links';}.article10 .page_wrapper_bg .hgroup h1::before {    content: 'explore';}/*------------------內頁文章頁籤---------------------*/ 
.tab_row {    width: 80%;    margin: clamp(4.5rem, 4.1429rem + 1.7857vw, 7rem) auto;}.tabs .content {    padding: 80px !important;    background: rgba(255, 255, 255, .7);    border: #e3e1d4 solid 1px !important;    /*box-shadow: 0 0 20px #e3e1d4;*/    border-radius: 20px;}.tabs {    font-weight: 300;}/*頁籤按鈕樣式*/ 
.tabs nav li.tab-current a::before,.tabs nav li.tab-current a::after {    display: none;}.tabs nav ul {    display: flex !important;    justify-content: center;    align-items: center;}.tabs nav ul li {    border: none;    min-width: 200px;    text-align: center;}.tabs nav a {    color: var(--main-color) !important;    font-weight: 600;    font-size: 17px !important;    line-height: 1.5 !important;    border: none !important;    height: auto !important;    padding: 15px !important;    background: #e5e1d8 !important;    border-right: 1px solid #cec8b9 !important;    text-transform: uppercase;}.tabs nav li.tab-current a {    color: #fff !important;    background: var(--main-color) !important;}.tabs nav a:hover {    color: #fff !important;    background: var(--main-color) !important;}.tabs nav li:last-child a {    border-right: none !important;}.tabs section.content-current .content_item {    margin-bottom: 0;}.tabs nav li.tab-current {    background: #8a7466;}/*頁籤內文*/ 
.tabs nav ul li {    border-radius: 15px 15px 0 0;    overflow: hidden;}.tabs nav ul li:first-child {    border-left: none;}.tabs section.content-current ul.content_list {    flex-wrap: wrap;    margin: 0 0 60px;    list-style: circle;    padding: 0 0 0 20px;}.tabs section.content-current ul.content_list>li {    width: 100%;    padding: 0 0 10px;    font-weight: 400;}.tabs section.content-current ul.content_list>li>ul {    padding-left: 20px;    list-style: disc;    margin-top: 10px;    font-size: 14px;}.tabs section.content-current h5 {    font-weight: bold;    padding-bottom: 10px;    border-bottom: 1px dashed #43220f30;    margin: 0 0 15px;}.tabs section.content-current h5 i {    padding: 0 10px 0 0;}/*------------------內頁樣式共用設定---------------------*//*列表說明文*/ 
.webdesc {    width: 100%;    border: rgba(255, 255, 255, .6);    background: rgba(255, 255, 255, .6);    border-radius: 25px;    padding: clamp(2rem, 1.8203rem + 0.7373vw, 3rem);    margin: 0 0 clamp(2rem, 1.8203rem + 0.7373vw, 3rem);}/*綠色跑線*/ 
.page-line {    position: absolute;    top: 1vw;    width: 103%;    z-index: -1;    pointer-events: none;    right: 0;}/*幾何圖形*/ 
.page-shapebox {    position: absolute;    left: 0;    top: 0;    pointer-events: none;    z-index: -1;    width: 100%;    height: 100%;    display: none;}.page-shapebox .page-shape-rectangle {    width: 2vw;    left: 46vw;    position: absolute;    top: 2.5vw;}/*有無尾熊的*/ 
.page_wrapper_bg .article-text {    position: relative;}.page_wrapper_bg .article-text::before {    content: '';    background: url(archive/image/customization/animal.webp) no-repeat;    position: absolute;    pointer-events: none;    right: calc(1px + 3%);    transform: translate(0px, -75%);    width: 7vw;    z-index: 1;    height: 8.8vw;    top: calc(1px + 3px);    background-size: 100% auto;}/*不要無尾熊的*/ 
.article4 .page_wrapper_bg .article-text::before,.article2 .page_wrapper_bg .article-text::before,.album1 .page_wrapper_bg .article-text::before,.article10 .page_wrapper_bg .article-text::before {    display: none;}/*左右區塊--共用*/ 
.pagebox {    display: flex;    flex-direction: row;    justify-content: space-between;    align-items: center;}.pagebox .L-box,.pagebox .R-box {    width: 50%;}.pagebox .R-box {    width: calc(50% - 7rem);}.pagebox ul {    margin: 0;    padding: 0;    list-style: none;}.pagebox p {    text-align: justify;}.pagebox-downlayout {    display: flex;    flex-direction: column;    align-content: flex-start;    justify-content: flex-start;    align-items: flex-start;    gap: 2.3rem;}.pagebox-downlayout .L-box,.pagebox-downlayout .R-box {    width: 100%;}/*導圓角*/ 
.img-space {    margin: 3rem 0;}.img-radius {    overflow: hidden;}.img-radius img {    border-radius: 20px;}/*白色區塊*/ 
.article-block,.page_wrapper_bg .article-text {    background: #fff;    padding: clamp(3rem, 2.7143rem + 1.4286vw, 5rem) clamp(2.5rem, 2.1429rem + 1.7857vw, 5rem);    border-radius: 20px;}/*內文的小標題*/ 
.content-title {    font-size: 20px;    font-weight: 500;    display: block;    text-align: left;    margin: 0 0 5px;    line-height: 1.4;}.box-bg-white {    backdrop-filter: blur(5px);    background: rgba(255, 255, 255, 0.3);    padding: 5rem;    border-radius: 20px;}/*備註*/ 
.gray-remark,.redmark {    font-size: 15px;}.gray-remark {    color: #555;}.redmark {    color: #e01212;}/*文章標題*/ 
.pageinfo-title,.RWDeditor01 .model-title {    padding: 0;    color: var(--main-title-color);    font-weight: 600;    margin: 0 0 2rem;    font-size: clamp(1.5rem, 1.4464rem + 0.2679vw, 1.875rem) !important;    line-height: 1.4;    text-transform: uppercase;}/*ul style*/ul.no-style {    margin: 0;    padding: 0;    list-style: none;}ul.pageremark {    list-style: decimal;    padding-left: 23px;}ul.ul-style-border li {    border-bottom: #f1e1d6 solid 1px;    padding: 0 0 10px;    margin: 0 0 10px;}ul.ul-style-border li:last-child {    margin: 0 !important;    padding: 0 !important;    border: 0 !important;}/*-----------------側邊欄---------------------*/ 
.products-nav {    background: var(--main-color);    border-radius: 25px;    padding: 50px;}.m2018 .products-nav .nav-title {    background: transparent;    padding: 20px 50px 15px;    margin-bottom: 0px;    font-size: 22px;    color: #fff;    font-weight: 600;    border-bottom: 1px solid #567b51;    text-align: center;}.m2018 .products-nav>ul>li>a {    display: inline-block;    padding: 20px 0 20px 2rem !important;    font-size: 16px;    color: #FFF;    font-weight: 500;    letter-spacing: 1px;    transition: 0.5s;    position: relative;}.m2018 .products-nav>ul>li {    margin: 0 0 0px 0;    padding: 0px 0 0px 0px;    border-bottom: 1px solid #567b51;    transition: 0.5s;    position: relative;}#sidebar .products-nav ul {    padding: 0 0 20px;}.m2018.visible-lg {    width: 100%;}.m2018 .products-nav>ul>li:hover a::after {    opacity: 1;}.m2018 .products-nav>ul>li.active a::after {    opacity: 1;}#sidebar .m2018 .products-nav ul li.active.notcate::before,#sidebar .m2018 .products-nav>ul>li.active>a::before,#sidebar .m2018 .products-nav>ul>li:hover>a::before {    content: '';    width: 6px;    height: 100%;    background: #fbd47f;    display: block;    position: absolute;    top: 0;    left: 0;}.m2018 .products-nav>ul>li>a {    display: inline-block;    padding: 20px 0px 20px 0px;    text-transform: uppercase;}.m2018 .products-nav>ul>li>a.active {    padding-left: 50px}.m2018 .products-nav>ul>li>a:hover {    padding-left: 50px}.m2018 .products-nav>ul>li.active a,.m2018 .products-nav>ul>li:hover a {    font-weight: 600;    color: #85e273;}.m2018 .products-nav>ul>li.active>a::after,.m2018 .products-nav>ul>li:hover>a::after {    background-color: #85e273;}.m2018 .products-nav li.has-child>a {    width: 100%;}.m2018 .products-nav .toggle-submenu::after {    top: 100%;    color: #FFF;}.m2018 .products-nav ul li>ul>li.active>a,.m2018 .products-nav ul li>ul>li.is-open>a {    color: #FFF;}ul.sidemenu2__ul.sidemenu2__ul--child {    padding: 0px 0px 30px !important;}.m2018 .products-nav ul li {    position: relative;    padding: 0 15px 0 0;}/*-----------------內頁寬度放開-----------------*/ 
.article2 .page_wrapper_bg section.call_to_action {    padding: 0;    min-height: 35vw;    margin-top: 0;}.article2 .page_wrapper_bg section.call_to_action>.container {    padding: 100px 10% 100px 80px;    width: 100%;    max-width: initial;}.article2 div#sidebar {    position: absolute;    height: 100%;    width: 19%;    padding: 0 2vw !important;}.article2 .page_wrapper_bg section.call_to_action:after {    content: "";    position: absolute;    width: calc(22% - 32px);    height: 100%;    top: 0;    background: #2e5d28;    left: 0;    z-index: 0;    animation: initial}.article2 .pagecontent.col-md-9 {    width: 70%;    margin: 0 0 0 auto;    float: none;}.article2 .hgroup {    position: relative;    z-index: 0;    margin: 0 0 5rem;}.article2 .hgroup::before {    content: '';    width: calc(100% + 12.2%);    height: 1px;    background: #8585852b;    display: block;    position: absolute;    left: -15px;    bottom: 0;    z-index: 0;}.article2 .hgroup .container {    width: 69.8%;    margin: 0 0 0 auto;}.article2 .hgroup .page_subject {    padding: 0;}.article2 .cate_list.row {    margin-left: -15px;    margin-right: -15px;}.article2 .cate_list.row img {    border-radius: 20px;    transition: all 0.5s ease-out;}.article2 .cate_list.row .img:hover img {    box-shadow: 0 6px #75a36f;    transition: all 0.5s ease-out;}.article2 .page_wrapper_bg section.call_to_action::before {    display: none;}.cate_list .col-sm-6 {    margin: 0 0 25px;}.cate_list .subject a {    font-size: 20px;    font-weight: var(--font-weight500);    color: var(--main-title-color);}.cate_list .subject a:hover {    color: var(--main-color);}.cate_list .summary {    font-size: 16px !important;    font-weight: var(--font-weight400);    color: var(--text-color) !important;    text-align: center;    display: -webkit-box;    text-overflow: ellipsis;    overflow: hidden;    -webkit-line-clamp: 4;    -webkit-box-orient: vertical;    line-height: 1.4;}.cate_list .summary a:hover {    color: var(--main-color);}/*側邊欄*/ 
.article2 .m2018 .products-nav .nav-title {    background: transparent;    padding: 0;    font-weight: 600;    margin: 0 0 2rem;    font-size: 22px;    display: none;}.article2 .m2018 .products-nav li.has-child>a {    width: 100%;    text-transform: uppercase;}.article2 .m2018 .products-nav ul>li>.toggle-submenu {    top: 12px}/*側邊欄固定*/ 
.article2 .xrow {    display: inline-block;    width: 100%;}.article2 .main section .container .article-text>.container>.xrow {    position: relative;    display: inline-block;    width: 100%;}.article2 .collapsing_header .main {    overflow: initial;    width: 100%;}.article2 #sidebar {    position: sticky !important;    top: 166px;    z-index: 1;}/*內頁寬度結束*//*-----------------隱私權政策---------------------*/ 
.article7 .page_wrapper_bg .article-text.rwd .container p {    font-size: 20px;    font-weight: 500;    width: 85%;    margin: 0 auto 80px;    text-align: center;    color: #212121;}.article7 .page_wrapper_bg .article-text.rwd .container .item {    margin-bottom: 50px;}.article7 .page_wrapper_bg .article-text.rwd .container h5 {    font-weight: 500;    color: var(--text-color);    font-size: 20px;    margin-top: 0;    margin-bottom: 10px;}.article7 .page_wrapper_bg .article-text.rwd .container .item h6 {    padding-left: 42px;    color: var(--main-title-color);    font-size: 16px;    font-weight: 600;}.article7 .page_wrapper_bg .article-text.rwd .container .item span {    padding-left: 42px;    display: block;}.article7 .page_wrapper_bg .article-text.rwd .container .item ul {    padding-left: 65px;}/*----------------關於我們-----------------*/ 
.article1 .page_wrapper_bg .collapsing_header .main::before {    top: 15vw;}.article1 .page_wrapper_bg .collapsing_header .main::after,.article1 .page-line,.article1 .page-shapebox {    display: none;}/*-----------------精彩剪影-----------------*/ 
.layoutlist_2 .album_item img {    border-radius: 20px;}/*-----------------經驗分享-----------------*/ 
.article4.articlelist .page_wrapper_bg .article-text {    background: transparent;    padding: 0;    border-radius: 0;}.article4.articlelist .page-line {    display: none;}.article4 .page-shapebox {    display: block;}.article4 .pagecontent.menu8 {    padding: 0 !important;}.layoutlist_7 .litem>div {    border-radius: 20px;    overflow: hidden;}#article .layoutlist_7 .summary,.article7 .layoutlist_7 .summary a,#article .layoutlist_7 .subject,.article7 .layoutlist_7 .subject a {    background: #fff;    margin: 0 !important;    padding: 10px 20px 15px;}#article .layoutlist_7 .subject,.article7 .layoutlist_7 .subject a {    font-size: 25px !important;    padding-bottom: 0;}#article .layoutlist_7 .cdate,.article7 .layoutlist_7 .cdate a {    display: none;}/*相關連結links*/ 
.article6 #article .layoutlist_7 .row {    width: 50%;    float: left;}.article6 .layoutlist_7 .litem {    width: calc(100%/3 - 1px);}.article6 .layoutlist_7 .litem img,.article10 .layoutlist_7 .litem img {    border-radius: 20px;}/*經驗分享detail*/ 
.sharing-slogna-box {    display: flex;    justify-content: flex-start;    align-items: center;    flex-direction: column;}.sharing-slogna-box p {    text-align: center;    margin: 3rem;    color: var(--main-title-color) !important;    font-weight: var(--font-weight600) !important;    padding: 0;    font-size: 30px !important;    line-height: 1.4 !important;    text-transform: uppercase;}.sharing-slogna-box .author {    font-weight: var(--font-weight400);    margin: 0 0 3rem;}.sharing-slogna-box .author span {    position: relative;    width: fit-content;    height: fit-content;    background: var(--main-color);    border-radius: 50% / 10%;    color: var(--white-color);    display: inline-block;    padding: 3px 13px;    margin-right: 10px;}.sharing-slogna-box .author span::before {    content: '';    position: absolute;    top: 10%;    bottom: 10%;    right: -5%;    left: -5%;    background: inherit;    border-radius: 5% / 50%;    z-index: -1;}.sharing-style-03 {    max-width: 1000px;    margin: 3vh auto;}/*-----------------教育旅行 服務項目-----------------*/ 
.article2 .page-line,.article2 .page_wrapper_bg .collapsing_header .main::before,.article2 .page_wrapper_bg .collapsing_header .main::after {    display: none;}.article2 .page_wrapper_bg .article-text {    background: transparent;    padding: 0;    border-radius: 0;}.article2 .page_wrapper_bg .hgroup h1 {    color: var(--main-title-color) !important;}.article2 .page_wrapper_bg .hgroup h1::before {    color: var(--main-color);}.article2 .page_wrapper_bg .hgroup h1::after {    background: var(--main-color);}.article2 .page-shapebox {    display: block;}/*服務detail*/ 
.service-slogan-box {    z-index: 0;    overflow: hidden;    min-height: 16vw;    border-radius: 20px;}.service-slogan-box::before {    content: '';    background: url(archive/image/customization/bookmark.webp) no-repeat;    background-size: 100% auto;    width: 5vw;    height: 8vw;    display: block;    position: absolute;    top: -0.3vw;    left: 2vw;    z-index: 1;    padding: 0;}.service-slogan-box .info {    padding: 3rem clamp(0.21875rem, -2.1375rem + 11.7813vw, 12rem);    display: flex;    flex-direction: column;    align-content: flex-start;    justify-content: center;    align-items: center;}.service-slogan-box .info .bg::after {    content: '';    background: url(archive/image/customization/about-cloud.webp) no-repeat;    background-size: 100% auto;    width: 35vw;    height: 12vw;    display: block;    position: absolute;    bottom: -4vw;    right: -1vw;    z-index: 0;    padding: 0;}.service-slogan-box .pageinfo-title {    color: var(--main-color);}.service-slogan-box .info p {    font-weight: var(--font-weight400);    font-size: 18px;}.service-slogan-box .bg {    position: absolute;    left: 0;    top: 0;    opacity: 0.5;    z-index: -1;    height: 100%;    width: 100%;}.service-slogan-box .bg img {    object-fit: cover;    height: 100%;    width: 100%;}/*服務detail 按鈕*/ 
.page-btn-box {    display: flex;    justify-content: center;    flex-direction: row;    gap: 2rem;}.page-btn-box a.btn-style {    margin: 0;    text-align: center;    display: flex;    justify-content: center;    padding-left: 0;}.page-btn-box a.btn-style:focus {    color: var(--white-color);}.page-btn-box .btn-style::before {    display: none;}/*服務項目的時間軸*/ 
.RWDtimeline01 li.event:before {    width: 10px;    height: 10px;    border: 0;    background: var(--main-color);}.article2 .RWDtimeline01 li.event .point {    border: var(--main-color) solid 1px;    border-radius: 20px;    overflow: hidden;}.article2 .RWDtimeline01 li.event .point .date,.article2 .RWDtimeline01 .line_dot2 span {    display: none;}.article2 .RWDtimeline01 li.event .point .editor,.article2 .RWDtimeline01 li.event .point .title {    padding: 1rem 2rem;    margin: 0;}.article2 .RWDtimeline01 li.event .point .title {    background: #ded5a5;    color: var(--main-title-color);    font-size: clamp(1rem, 0.9464rem + 0.2679vw, 1.375rem);    padding-left: 75px;    position: relative;    overflow: hidden;    text-align: left;    min-height: 4vw;    display: flex;    align-items: center;}.article2 .RWDtimeline01 li.event .point .title::before {    content: 'Q';    color: var(--white-color);    display: inline-block;    font-family: var(--ft-en);    position: absolute;    left: 14px;    top: 27px;    font-size: 31px;    z-index: 1;    font-weight: var(--font-weight400);    transform: translateY(-50%);}.article2 .RWDtimeline01 li.event .point .title::after {    content: '';    width: 69px;    height: 69px;    display: inline-block;    background: var(--main-color);    position: absolute;    left: -0.5vw;    top: -7px;    border-radius: 99em;}.article2 .RWDtimeline01 li.event .point .editor {    background: var(--white-color);}/* 20240911第一次修改 *//* 通用 */ 
.page_wrapper_bg .collapsing_header .main::before {    background: url(archive/image/customization/20240911_gree-body-bg03.webp) repeat-x;    background-size: auto 100%;}.en-nest-style-04 .pagebox {    animation-delay: 1.3s !important;}.en-nest-style-04 ul.timeline li {    animation-delay: 0.5s ! IMPORTANT;}.article9.id131 .tabs .content,.article9.id131 .pageinfo-title,.article9.id131 .RWDeditor01 .model-title,.article9.id131 .en-nest-style-01 .pagebox .pageinfo-title,.article9.id131 .en-nest-style-03 .pagebox .pageinfo-title {    text-align: left;    word-break: normal;}.article9.id131 .page_wrapper_bg .article-text p,.article9.id131 .page_wrapper_bg .article-text,.article9.id131 .en-nest-style-03 .en-tit,.article9.id131 .page-titlebar h2.main-tit,.article9.id131 .RWDeditor01 .model-title {    word-break: normal;}.en-nest-style-04 ul.timeline li p {    transform: translateY(-5px);}.article9.id131 .tabs .tabs-abouten-01 .pagebox .R-box,.article9.id131 .pagebox .R-box {    text-align: left !important;}

/*內頁客製化 end*/
/*內頁_喜多旅行社/EN start*/

/*-----------------內頁 喜多旅行社 EN-----------------*//*共用*/ 
.article5 .hgroup,.article9 .hgroup,.article5 .page-line,.article9 .page-line,.article5 .page-shapebox,.article9 .page-shapebox {    display: none;}.article5 .page_wrapper_bg section.call_to_action,.article9 .page_wrapper_bg section.call_to_action {    padding-top: 0;}.article5 .page_wrapper_bg section.call_to_action::before,.article9 .page_wrapper_bg section.call_to_action::before {    top: 1.5vw;}.article5 .page_wrapper_bg section.call_to_action>.container,.article9 .page_wrapper_bg section.call_to_action>.container {    padding: 0;    width: 100%;    max-width: inherit;}.article5 .page_wrapper_bg .article-text,.article9 .page_wrapper_bg .article-text {    background: transparent;    padding: 0;    border-radius: 0;}.article5 .page_wrapper_bg .article-text::before,.article5 .page_wrapper_bg .collapsing_header .main::before,.article9 .page_wrapper_bg .article-text::before,.article9 .page_wrapper_bg .collapsing_header .main::before {    display: none;}.article5 .pagecontent.menu5,.article5 .pagecontent.menu8,.article9 .pagecontent.menu5,.article9 .pagecontent.menu8 {    padding: 0px !important;}.article5 .page_wrapper_bg .article-text .container,.article9 .page_wrapper_bg .article-text .container {    padding: 0;}/*-----------------標題-----------------*/ 
.page-titlebar h2.main-tit {    color: var(--main-title-color);    font-size: clamp(2.25rem, 2.1152rem + 0.553vw, 3rem);    font-weight: 700;    letter-spacing: 2px;    margin: 0px 0 15px;    font-family: var(--ft-cn);    line-height: 1.3;    text-align: left;}.page-titlebar .en-tit {    font-family: var(--ft-en);    font-size: 15px;    font-weight: var(--font-weight400);    color: #58a34e;    margin: 0 auto;    letter-spacing: 0px;    width: fit-content;    text-transform: uppercase;    display: flex;    align-items: center;}.page-titlebar .en-tit::before {    content: '';    width: 10px;    height: 10px;    display: inline-block;    background-color: #58a34e;    border-radius: 99em;    margin: 0 15px 0 0;}/*-----------------喜多旅行社 banner-----------------*/ 
.article5 .RWDbanner_plus01 .slick-caption,.article9 .RWDbanner_plus01 .slick-caption {    top: 9px;}.article5 .RWDbanner_plus01 .container,.article9 .RWDbanner_plus01 .container {    width: 100%;    padding: 0;}/*第一卡*/ 
.hitotravel-style-01 {    padding: 7rem 0;    width: 80%;    max-width: 1700px;    margin: 0 auto;}.hitotravel-style-01 .pageinfo-title {    text-align: center;    font-size: 38px !important;}.hitotravel-style-01 .pageinfo-title span {    font-size: 18px;    display: block;}.hitotravel-style-01 .pagebox {    background-color: var(--white-color);    border-radius: 20px;    overflow: hidden;    position: relative;}.hitotravel-style-01 .pagebox::before {    content: '';    width: 1px;    height: 100%;    background-color: #dfdfdf;    position: absolute;    left: 50%;    top: 0;    z-index: 0;    pointer-events: none;}.hitotravel-style-01 .pagebox::after {    content: '+';    font-weight: var(--font-weight700);    font-size: 67px;    position: absolute;    left: 50%;    top: 50%;    z-index: 0;    pointer-events: none;    transform: translate(-46%, -23%);    color: var(--block-color);}.hitotravel-style-01 .pagebox .R-box {    width: 50%;}.hitotravel-style-01 .pagebox .tit {    color: #fff;    background: var(--main-color);    text-align: center;    padding: 20px;    font-size: 30px;    font-weight: var(--font-weight500);    letter-spacing: 2px;}.hitotravel-style-01 .pagebox .L-box .tit {    background: #e9982b;}.hitotravel-style-01 .pagebox ul {    display: flex;    flex-direction: row;    align-content: flex-start;    justify-content: center;    align-items: flex-start;    flex-wrap: wrap;    padding: 3rem 0;    gap: 15px;    width: 80%;    margin: 0 auto;}.hitotravel-style-01 .pagebox ul li {    width: calc(100%/2 - 30px);    border-bottom: #dfdfdf solid 1px;    padding: 0 0 15px;    text-align: center;}.hitotravel-style-01 .pagebox ul li:nth-child(3),.hitotravel-style-01 .pagebox ul li:nth-child(4) {    border-bottom: 0;}.hitotravel-style-01 .pagebox ul li:nth-child(1),.hitotravel-style-01 .pagebox ul li:nth-child(3) {    border-right: #dfdfdf solid 1px;}.hitotravel-style-01 .pagebox ul li span {    display: block;    width: 45px;    height: 45px;    background: var(--main-color);    color: var(--white-color);    margin: 10px auto;    display: flex;    flex-direction: row;    justify-content: center;    align-items: center;    border-radius: 99em;}.hitotravel-style-01 .pagebox .L-box ul li span {    background: #e9982b}/*第二卡*/ 
.hitotravel-style-02 {    position: relative;    z-index: 0;    color: var(--white-color);    margin: 7rem 0 0;}.hitotravel-style-02::after {    content: '';    background: url(archive/image/customization/suitcase-decorate.webp) no-repeat;    background-size: 100% auto;    width: 400px;    height: 168px;    display: block;    position: absolute;    left: 50%;    top: -167px;    z-index: -1;    pointer-events: none;    transform: translateX(-50%);}.hitotravel-style-02::before {    content: '';    background: url(archive/image/customization/vi-triangle.webp) repeat;    background-size: 100% auto;    width: 10.75rem;    height: 8.688rem;    display: block;    position: absolute;    right: 17vw;    top: -3vw;    z-index: 1;    pointer-events: none;    transform: translateX(-50%);}.hitotravel-style-02 .inner {    position: relative;    z-index: 0;    padding: clamp(0.3125rem, -2.1221rem + 12.1729vw, 7rem) 0;    overflow: hidden;}.hitotravel-style-02 .inner::after {    content: '';    background: url(archive/image/customization/book-lightcenter.webp) no-repeat;    width: 42vw;    height: 42vw;    position: absolute;    top: 50%;    left: 50%;    transform: translate(-50%, -29%);    display: block;    z-index: -1;    pointer-events: none;    background-size: 100% auto;}.hitotravel-style-02 .inner::before {    content: '';    background: url(archive/image/customization/bookcenter.webp) repeat;    width: 100%;    height: 100%;    display: block;    position: absolute;    left: 0;    top: 0;    z-index: -1;    pointer-events: none;    border-radius: 20px;}.hitotravel-style-02 .pageinfo-title {    color: #fff;}.hitotravel-style-02 .page-titlebar {    margin: 0 0 clamp(0.15625rem, -0.5357rem + 3.4598vw, 5rem);    position: relative;    z-index: 0;}.hitotravel-style-02 .page-titlebar h2.main-tit {    color: var(--white-color);    text-align: center;}.hitotravel-style-02 .pagebox {    width: 80%;    margin: 0 auto;    position: relative;    z-index: 1;    max-width: 1700px;    justify-content: flex-end;}.hitotravel-style-02 .pagebox::before {    content: '';    background: url(archive/image/customization/vi-circle.webp) no-repeat;    background-size: 100% auto;    width: 4.75rem;    height: 4.75rem;    display: block;    position: absolute;    left: 2vw;    top: 1vw;    z-index: 1;    pointer-events: none;}.hitotravel-style-02 .L-box {    position: absolute;    bottom: -8rem;    width: 50vw;    left: -10rem;}.hitotravel-style-02 .R-box {    width: 50%;}.hitotravel-style-02 p {    color: var(--white-color) !important;}/*第三卡*/ 
.hitotravel-style-03 {    padding: 5rem 0 0;}.hitotravel-style-03 .page-titlebar {    width: 90%;    margin: 0 auto;}.hitotravel-style-03 .en-tit {    color: var(--main-color);    font-size: 6.1vw !important;    letter-spacing: 0;    font-weight: 700;    text-transform: uppercase;    line-height: 1;    text-align: center;    font-family: var(--ft-cn);    display: block;}.hitotravel-style-03 .en-tit span {    color: transparent;    -webkit-text-stroke: 1px var(--main-color);}.hitotravel-style-03 .en-tit::before {    display: none;}.hitotravel-style-03 .page-titlebar h2.main-tit {    margin: 1vw auto;    text-align: center;    position: relative;    z-index: 2;}.hitotravel-style-03 .pagebox {    background-color: var(--white-color);    border-radius: 20px;    position: relative;    padding: 3rem 0;    z-index: 0;    justify-content: flex-end;}.hitotravel-style-03 .pagebox::before {    content: '';    background: url(archive/image/customization/news-bg.webp) repeat;    position: absolute;    top: 0;    left: 0;    display: block;    z-index: -1;    width: 100%;    height: 100%;    border-radius: 20px;}.hitotravel-style-03 .pagebox .L-box {    position: relative;    left: -3vw;    top: 3vw;    text-align: center;    position: relative;    z-index: 0;}.hitotravel-style-03 .pagebox .L-box::before {    content: '';    background: url(archive/image/customization/about-cloud.webp) no-repeat;    width: 29vw;    height: 13vw;    display: block;    position: absolute;    left: 0;    bottom: 0;    z-index: -1;    background-size: 100% auto;}.hitotravel-style-03 .pagebox .R-box {    width: 50%;    padding-right: 6rem;    text-align: justify;}.hitotravel-style-03 .infobox {    width: 80%;    margin: 0 auto;    padding: 2rem 0 clamp(0.1875rem, -0.7857rem + 4.8661vw, 7rem);    position: relative;    z-index: 1;    max-width: 1700px;}.hitotravel-style-03 .page-g-linee {    position: absolute;    top: 7.5vw;    left: 0;    width: 100%;    z-index: -1;}.hitotravel-style-03 .page-g-linee img {    width: 100%;}/*第四卡*/ 
.hitotravel-style-04 {    margin: 0 0 clamp(0.1875rem, -0.7857rem + 4.8661vw, 7rem);}.hitotravel-style-04 .page-titlebar h2.main-tit {    text-align: center;}.hitotravel-style-04 .page-titlebar p {    width: 38%;    margin: 0 auto;    text-align: center;}.hitotravel-style-04 .photobox {    margin: 3rem 0 0;}.hitotravel-style-04 .photobox ul {    list-style: none;    margin: 0;    padding: 0;    display: flex;    gap: 10px;    justify-content: center;    align-items: stretch;}.hitotravel-style-04 .photobox ul li {    width: calc(100%/5 - 10px);    background: var(--white-color);    padding: 5px;    border-radius: 20px;    overflow: hidden;}.hitotravel-style-04 .photobox ul li img {    border-radius: 13px;    overflow: hidden;}/*------------------tabs頁籤---------------------*/ 
.tabsbox-title,.tabsbox-title h2.main-tit {    text-align: center;}.article5 .tab_row,.article9 .tab_row {    width: 65%;}.article5 .tabs .content {    padding: 80px clamp(0.1875rem, -1.5rem + 8.4375vw, 12rem) !important;}.article5 .tabs .page-titlebar h2.main-tit,.article9 .tabs .page-titlebar h2.main-tit {    text-align: center;}.article5 .tabs .article-block,.article9 .tabs .article-block {    padding: 3rem;}.article5 .tabs .tabs-hitotravel-01 .pagebox,.article9 .tabs .pagebox {    margin: clamp(0.1875rem, -0.5rem + 3.4375vw, 5rem) 0;}.article5 .tabs .tabs-hitotravel-01 .pagebox .R-box,.article9 .tabs .tabs-abouten-01 .pagebox .R-box {    width: calc(50% - 3.5rem);}.article5 .tabs-ende-style {    text-align: center;    margin: 3rem 0 0;}.article5 .tab_row {    margin-top: 0;}.article5 .tab_row .btn-style,.article5 .tab_content .btn-style {    background: var(--line-color);}.article5 .tab_row .btn-style:visited,.article5 .tab_row .btn-style:focus {    color: #fff;}.tab_row .content ul li {    border-bottom: #dfdfdf solid 1px;    padding: 0 0 10px;    margin: 0 0 10px;}.tab_row .content ul li:last-child {    border: 0;    margin: 0;    padding: 0;}.tab_row .content .pagebox .R-box {    width: calc(50% - 3.5rem);}/*列表左右排*/ 
.tabs-list-style {    display: flex;    flex-direction: row;    flex-wrap: wrap;    align-content: flex-start;    justify-content: center;    align-items: stretch;    gap: 3rem;}.tabs-list-style .tabs-ende-style,.tabs-list-style .page-titlebar {    width: 100%;    text-align: center;}.tabs-list-style .tabs-ende-style {    margin: 0 0 2rem;}.tabs-list-style .pagebox-downlayout {    width: calc(100%/2 - 3rem);    background: var(--main-color);}.tabs-list-style .pagebox-downlayout .pageinfo-title {    color: var(--white-color);    text-align: center;    letter-spacing: 2px;    font-size: 26px !important;}.tabs-list-style .pagebox-downlayout p {    color: #dfdfdf;}.tabs-list-style .pagebox-downlayout .L-box,.tabs-list-style .pagebox-downlayout .R-box {    width: 100% !important;}/*---------------about en-------------------*/ 
.article9 .page_wrapper_bg .article-text,.article9 .page_wrapper_bg .article-text p,.article9 .RWDslider01 .editor,.article9 .RWDtimeline01 li.event .point .editor,.article9 #sidebar .products-nav,.article9 .RWDslider01 .slick-dots button {    word-break: break-all;    text-align: justify;    letter-spacing: 0 !important;}.article9 .page-titlebar h2.main-tit,.article9 .RWDeditor01 .model-title {    font-family: var(--ft-en);    text-transform: uppercase;    letter-spacing: 0;}.article9 .pageinfo-title,.article9 .RWDeditor01 .model-title {    letter-spacing: 0;}/*en style 01*/ 
.en-nest-style-01 {    width: 80%;    position: relative;    z-index: 1;    max-width: 1700px;    margin: 0 auto;    padding: clamp(3rem, 2.2811rem + 2.9493vw, 7rem) 0 7rem;}.en-nest-style-01 .page-titlebar {    text-align: center;    margin: 0 0 clamp(0.25rem, -1.3226rem + 6.4516vw, 9rem);}.en-nest-style-01 .page-titlebar h2.main-tit {    text-align: center;}.en-nest-style-01 .article-block {    padding: clamp(3rem, 5.4138rem + -2.7586vw, 1rem);    display: flex;    justify-content: flex-end;}.en-nest-style-01 .pagebox .L-box,.en-nest-style-03 .pagebox .L-box {    left: -2vw;    bottom: 6.9rem;    text-align: center;    position: absolute;    z-index: 0;    width: 38vw;}.en-nest-style-01 .pagebox .R-box,.en-nest-style-03 .pagebox .R-box {    width: 50%;    position: relative;    right: 0;    padding-right: clamp(0.1875rem, -0.6429rem + 4.1518vw, 6rem);    text-align: justify;}.en-nest-style-01 .pagebox .L-box {    bottom: -0.1rem;}/*en style 02*/ 
.en-nest-style-02 {    position: relative;    z-index: 0;}.en-nest-style-02 .en-book-top,.en-nest-style-02 .en-book-center,.en-nest-style-02 .en-book-bottom {    position: relative;}.en-nest-style-02 .en-book-top,.en-nest-style-02 .en-book-bottom {    height: 12vw;}.en-nest-style-02 .en-book-top::before {    content: '';    background: url(archive/image/customization/booktop.webp) no-repeat;    width: 100%;    height: 35vw;    display: block;    position: absolute;    left: 0;    top: 0;    z-index: -2;    pointer-events: none;    background-position: center top;    background-size: 100% auto;}.en-nest-style-02 .en-book-bottom::before {    content: '';    background: url(archive/image/customization/bookbottom.webp) no-repeat;    width: 100%;    height: 115%;    display: block;    position: absolute;    left: 0;    top: 0;    z-index: -2;    pointer-events: none;    background-position: center bottom;    background-size: 100% auto;}.en-nest-style-02 .en-book-center::before {    content: '';    background: url(archive/image/customization/bookcenter.webp) repeat;    width: 100%;    height: 100%;    display: block;    position: absolute;    left: 0;    top: 0;    z-index: -2;    pointer-events: none;}.en-nest-style-02 .bookpage {    width: 26vw;    display: flex;    flex-direction: row;    align-items: flex-end;    position: absolute;    left: 49.5%;    top: 0;    transform: translateX(-50%);    z-index: -3;}.en-nest-style-02 .pageinfostyle {    width: 100%;    position: absolute;    left: 0;    top: 0;}.en-nest-style-02 ul {    margin: 0 auto;    padding: 0;    width: 55%;    color: #fff;    list-style: none;    gap: 4rem;    display: flex;    flex-direction: column;    justify-content: flex-start;    align-items: flex-start;    position: relative;}.en-nest-style-02 ul::before {    content: '';    background: url(archive/image/customization/vi-triangle.webp) no-repeat;    background-size: 100% auto;    width: 10.75rem;    height: 8.688rem;    display: block;    position: absolute;    right: -3vw;    top: -1vw;    z-index: 1;    pointer-events: none;}.en-nest-style-02 ul::after {    content: '';    background: url(archive/image/customization/vi-rectangle.webp) no-repeat;    background-size: 100% auto;    width: 6.75rem;    height: 10.688rem;    display: block;    position: absolute;    left: -13vw;    bottom: 38%;    z-index: 1;    pointer-events: none;}.en-nest-style-02 ul li {    display: flex;    flex-direction: row;    flex-wrap: wrap;    align-content: flex-start;    align-items: center;    justify-content: flex-start;}.en-nest-style-02 p {    color: #dfdfdf !important;}.en-nest-style-02 .tit {    width: 100%;    border-bottom: #18777a solid 1px;    padding: 0 0 2rem;    margin: 0 0 3rem;    font-size: 30px;    font-weight: var(--font-weight700);    text-transform: uppercase;    position: relative;    font-family: var(--ft-en);}.en-nest-style-02 .tit::before {    content: '';    width: 80px;    height: 3px;    background: #fff;    display: block;    position: absolute;    bottom: 0;    left: 0;}.en-nest-style-02 .L-box {    width: 20%;}.en-nest-style-02 .L-box img {    width: 100%;}.en-nest-style-02 .R-box {    width: 80%;}/*en style 03*/ 
.en-nest-style-03 {    padding: 6rem 0;}.en-nest-style-03 .inner {    padding: 0 0 7rem;    width: 80%;    max-width: 1700px;    margin: 0 auto;}.en-nest-style-03 .pagebox {    position: relative;    z-index: 0;    display: flex;    align-items: flex-end;    justify-content: flex-end;}.en-nest-style-03 .pagebox::before {    content: '';    background: url(archive/image/customization/news-bg.webp) repeat;    position: absolute;    top: 0;    left: 0;    display: block;    z-index: -1;    width: 100%;    height: 100%;    border-radius: 20px;}.en-nest-style-03 .page-titlebar {    margin: 0 0 3rem;}.en-nest-style-03 .pagebox .L-box {    position: absolute;    bottom: -8rem;    left: -7vw;    width: 45vw;}.en-nest-style-03 .en-tit {    color: var(--main-color);    font-size: 2.7vw;    letter-spacing: 0;    font-weight: 700;    text-transform: uppercase;    line-height: 1;    text-align: left;    font-family: var(--ft-en);    display: block;    width: 100%;}.en-nest-style-03 .en-tit span {    color: transparent;    -webkit-text-stroke: 1px var(--main-color);}.en-nest-style-03 .page-titlebar .en-tit::before {    display: none;}.en-nest-style-03 .page-g-linee {    position: absolute;    bottom: -4vw;    width: 100%;    left: 0;    z-index: -1;}.en-nest-style-03 .page-g-linee img {    width: 100%;}.en-slogan {    width: 50%;    margin: 3rem auto;    text-align: center;    position: relative;    z-index: 0;    color: var(--main-color);    font-family: var(--ft-en);    font-size: 2.7vw;    letter-spacing: 0;    font-weight: 700;    text-transform: uppercase;    line-height: 1;    text-align: center;    min-height: 17vw;    display: flex;    justify-content: center;    align-items: center;}.en-slogan::before {    content: '';    width: 50vw;    height: 19vw;    background: url(archive/image/customization/cloud_bursh28.webp) no-repeat;    background-size: 100% auto;    display: block;    position: absolute;    top: 0;    left: 0;    z-index: -1;}.en-slogan::after {    content: '';    background: url(archive/image/customization/vi-triangle.webp) repeat;    background-size: 100% auto;    width: 8.75rem;    height: 6.688rem;    display: block;    position: absolute;    right: 7vw;    bottom: -1vw;    z-index: 1;    pointer-events: none;    transform: translateX(-50%);}/*-----------------en timeline-----------------*/ 
.en-nest-style-04 {    padding: 0 0 7rem;    width: 80%;    max-width: 1700px;    margin: 0 auto;}.en-nest-style-04 .pageinfo-title {    color: var(--white-color);    font-family: var(--ft-en);}.en-nest-style-04 .pagebox {    display: flex;    flex-direction: row;    justify-content: space-between;    align-items: flex-start;    position: relative;    z-index: 0;}/*.en-nest-style-04 .pagebox::before {    content: "";    position: absolute;    width: 100%;    height: 100%;    background: url(archive/image/customization/hightlight_gree_bg.webp) repeat;    top: 0;    left: 0;    mix-blend-mode: multiply;    z-index: -1;    display: block;    border-radius: 20px;}*//*.en-nest-style-04 .pagebox::after {    content: "";    position: absolute;    width: 100vw;    height: 50vw;    background: url(archive/image/customization/green-bg-light.webp) no-repeat;    background-size: 100% 100%;    top: 0;    left: 0;    z-index: -1;    display: block;}*/ 
.en-nest-style-04 .pagebox .L-box {    width: 30%;}.en-nest-style-04 .pagebox .L-box picture {    position: relative;    left: -5vw;    top: 2vw;}.en-nest-style-04 .pagebox .R-box {    width: 70%;}.en-nest-style-04 ul.timeline {    list-style: none;    position: relative;    padding-left: 100px;}.en-nest-style-04 ul.timeline::after {    content: "";    position: absolute;    width: 1px;    height: 100%;    background: rgb(238 235 228 / 24%);    top: 0;    left: 77.5px;    z-index: 0;}.en-nest-style-04 ul.timeline li {    position: relative;    display: flex;    align-items: center;    line-height: 2.5;    font-size: 16px;    /*-webkit-animation-name: fadeInUp;    animation-name: fadeInUp;    animation-duration: 1s;    -webkit-animation-fill-mode: both;    animation-fill-mode: both;    animation-delay: 0.3s;*/    z-index: 1;    background: #eeebe4;    margin: 0 0 10px;    border-radius: 99em;    padding: 10px 2.5rem;}@keyframes fadeInUp {    0% {        opacity: 0;        -webkit-transform: translateY(20px) scale(1);        -ms-transform: translateY(20px) scale(1);        transform: translateY(20px) scale(1)    }    100% {        opacity: 1;        -webkit-transform: translateY(0) scale(1);        -ms-transform: translateY(0) scale(1);        transform: translateY(0) scale(1)    }}.en-nest-style-04 ul.timeline li span {    color: var(--main-color);    font-weight: 700;    font-family: 'Roboto', sans-serif;    font-size: 24px;    margin-right: 15px;    min-width: 91px;}.en-nest-style-04 ul.timeline li span::after {    left: -27px;    top: 28px;    content: "";    position: absolute;    width: 10px;    height: 10px;    border-radius: 100%;    border: #0f40a4 1px solid;    background: #fff;    z-index: 2;}.en-nest-style-04 ul.timeline p {    line-height: 1.2;}/*-----------------en tabs-----------------*/ 
.article9 .tabs nav a span {    letter-spacing: 0;}.article9 .tabs .content {    padding: 80px 9rem !important;}.article9 .tabs .page-titlebar h2.main-tit,.article9 .tabs .RWDeditor01 .model-title {    font-size: clamp(1.5rem, 1.4821rem + 0.0893vw, 1.625rem);}.article9 .tabs .pageinfo-title,.article9 .tabs .RWDeditor01 .model-title {    font-size: 26px !important;}.tabs-abouten-03 .pageinfo-title img {    width: 80px;}.tabs-abouten-05 .style-02 .L-box {    text-align: center;}.article9 .tabs .tab_title {    text-transform: uppercase}.photo_view .slider {    height: auto !important;}/* 0911第一次修改*/ 
.article9.id131 .page_wrapper_bg .article-text p {    text-align: left;    word-break: normal;}/* 按鈕打開 */ 
.article9 .wrapper_bg .header a.menu-en.menu-tw {    display: block;    width: 100px !important;}.article9 .wrapper_bg .header a.menu-en {    display: none;}/* 喜多旅行社顏色 */ 
.hitotravel-style-02 .inner::before {    background: url(archive/image/customization/20240911_bookcenter03.webp) repeat;}.hitotravel-style-02 .inner::after {    background: url(archive/image/customization/20240911_bookcenter04.webp) no-repeat;    background-size: 100% auto;    filter: brightness(1.15);    opacity: .35;}.hitotravel-style-03 .en-tit {    color: var(--MainColorTypeB);}.article5 .tabs nav a {    color: var(--SubColorTypeB) !important;}.article5 .tabs nav li.tab-current a,.article5 .tabs nav a:hover {    background: var(--MainColorTypeB) !important;}.article5 .tabs nav li a:hover {    color: #fff !important;}.article5 .page-titlebar .en-tit {    color: var(--MainColorTypeB);}.article5 .page-titlebar .en-tit::before {    background: var(--MainColorTypeB);}.hitotravel-style-03 .en-tit span {    -webkit-text-stroke: 1px var(--MainColorTypeB);}.hitotravel-style-02::after {    background: url(archive/image/customization/20240911_suitcase-decorate02.webp) no-repeat;    background-size: 100% auto;}.article5 .tabs-list-style .pagebox-downlayout {    background: var(--ThirdColorTypeB);}.article5 .tabs-list-style .pagebox-downlayout p {    color: #f9f9f9;}/* 關於 */ 
.en-nest-style-04 ul.timeline li {    background: transparent;    padding: 0;    margin: 0 0 1rem;    align-items: baseline;}.en-nest-style-04 ul.timeline li span {    color: var(--white-color);    min-width: 75px;}.en-nest-style-04 ul.timeline p {    color: #dedede;}/* 經驗分享 */#article .layoutlist_7 .subject, .article7 .layoutlist_7 .subject a {    text-align: left;}/* 關於新增段落 *//* 關於共通 */ 
.inn-text {    position: relative;    z-index: 2;}.inn-pic {    border-radius: 1rem;    overflow: hidden;    position: relative;    z-index: 2;}.about-page-titlebar {    text-align: center;    margin: 0 0 clamp(2rem, 1.4608rem + 2.212vw, 5rem);}.about-page-titlebar h2.main-tit {    text-align: center;}.about-article .inn-text .pageinfo-title {    line-height: 1.4;}.about-article {    position: relative;}.about-article01 .bg {    position: absolute;    left: 0;    top: 0;    opacity: 0.5;    height: 100%;    width: 100%;}.about-article .bg img {    min-height: 100%;    max-height: 100%;    object-fit: cover;    width: 100%;}.article1 .pagecontent .article_model[data-seq="1"] {    margin-top: 0 !important;}/* 關於01 */ 
.about-article.about-article01 {    display: grid;    grid-template-columns: 1fr 1.4fr;    gap: 0 4rem;    align-items: center;    padding-left: 12rem;    padding-right: 4rem;}.about-article01 .inn-text {    padding: 6vw 0;}.about-article01::before {    content: '';    background: url(archive/image/customization/bookmark.webp) no-repeat;    background-size: 100% auto;    width: 5vw;    height: 8vw;    display: block;    position: absolute;    top: -0.3vw;    left: 2vw;    z-index: 3;    padding: 0;}.about-article01::after {    content: '';    background: url(archive/image/customization/about-cloud.webp) no-repeat;    background-size: 100% auto;    width: 35vw;    height: 10vw;    display: block;    position: absolute;    bottom: -4vw;    right: -1vw;    z-index: 0;    padding: 0;}/* 關於02 */ 
.about-article.about-article02 {    max-width: 75%;    display: grid;    grid-template-columns: 1fr 1fr;    grid-gap: 0 4rem;    margin: 4rem auto;}.about-article02 .about-item .inn-pic {    margin-bottom: 2rem;}.about-article02 .about-item .inn-text .pageinfo-title,.about-article04 .inn-text-item .inn-text h2.pageinfo-title,.about-article.about-article06 .inn-text h2.pageinfo-title {    margin-bottom: 10px;    font-size: 1.5rem !important;}/* 關於04 */ 
.about-article.about-article04 {    display: grid;    grid-template-columns: 1fr 1fr;    align-items: center;    gap: 0 4rem;}.about-article.about-article04 .inn-text:nth-child(1) {    margin-bottom: 3rem;}/* 關於05 */ 
.about-article.about-article05 {    display: grid;    grid-template-columns: 1fr 1fr 1fr;    gap: 0 2rem;}/* 關於06 */ 
.about-article06 .inn-text-item {    display: grid;    grid-template-columns: 1fr 1fr;    gap: 0 6rem;    max-width: 75%;    margin: 4rem auto;}.about-article06 .inn-text {    margin-bottom: 2rem;}/* 關於07 */ 
.about-article.about-article07 {    width: 80%;    margin: 0 auto 3rem;}.about-article.about-article07 .inn-text h2 {    text-align: center;    margin: 4rem 0 0;    color: var(--main-color);    font-size: clamp(2.25rem, 2.1152rem + 0.553vw, 3rem);    font-weight: 700;    letter-spacing: 2px;    line-height: 1.3;}.about-article.about-article07 .inn-text h2>small {    display: block;    font-size: 1.35rem;    margin: 0 0 1rem;    color: var(--main-color);    letter-spacing: 1px;    line-height: 1.4;    font-weight: 600;}.en-nest-style-04 .pagebox::after {    pointer-events: none;    width: 100%;}.en-nest-style-04 ul.timeline li span {    color: var(--main-color);}.en-nest-style-04 ul.timeline p {    color: #424242;}.en-nest-style-04 ul.timeline li span::after {    border: var(--main-color) 1px solid;}.en-nest-style-04 ul.timeline::after {    background: rgb(156 156 156 / 24%);}.en-nest-style-04 .pagebox {    background: #f7f5ee;}.en-nest-style-04 .pageinfo-title {    color: var(--main-title-color);}.article5 .page-titlebar .en-tit {    color: #ffd4a5;}.article5 .page-titlebar .en-tit::before {    background: #ffd4a5;}

/*內頁_喜多旅行社/EN end*/
/*小螢幕 start*/

@media (max-width: 2200px) {    .RWDservice009 .gallery-top-RWDservice009 .swiper-slide .memo,    .RWDservice009 .top_icon .swiper-slide .name {        font-size: 16px    }    .RWDservice009 .gallery-thumbs-RWDservice009 {        bottom: -16px;        transform: scale(.75)    }    .RWDservice009 .top_icon .swiper-slide.show .name {        font-size: 24px    }    .RWDservice009 .top_icon .swiper-slide.show .name.name_top {        font-size: 20px;        width: 38px;        height: 34px;        margin-right: 15px    }    .RWDservice009 .top_icon .swiper-slide .name_top {        margin-right: 10px    }}@media (max-width: 2100px) {    .hightlight-block .g-line {        top: calc(-2vw - 2vw);    }}@media (max-width: 2000px) {    .news-block .container {        width: 65%;    }    /*about*/    .about-block .ab-L {        width: 40%;    }    .about-block .ab-R {        width: 60%;        justify-content: flex-end;    }    .ab-pic-vi {        width: 100%;    }    .ab-pic-vi .vi-people {        right: 8vw;    }    .ab-pic-vi .people_bg {        width: 45vw;    }    .ab-pic-vi .people_bg img {        width: 100%;    }    .about-block .cloud {        width: 28vw;        left: -9vw;    }    .about-block .containerX {        width: calc(100% - 12%);    }    .about-block .ab-L .shape-triangle {        width: 100px;        height: 100px;        top: -4vw;        left: 23vw;    }    /*footer*/    .ft-bottom,    .footer-block .container {        padding-left: var(--5dst);        padding-right: var(--5dst);    }    .ft-information {        display: flex;        flex-direction: column-reverse;        align-content: flex-end;        justify-content: flex-start;        align-items: flex-start;        gap: 20px;    }    .footer-block .ft-top .ft-L,    .footer-block .ft-top .ft-R {        width: 50%;    }}@media (max-width: 1920px) {    /*footer*/    .ft-logo {        width: 322px;    }    /*banner*/    .RWDbanner010 .product_box .main_pic img {        object-fit: cover;        object-position: 10%;    }    .banner-block .RWDedictor .banner-cloud {        bottom: 1vw;    }    /*產品服務*/    .RWDproduct002_v3 .portfolio-bottom__h4 {        font-size: clamp(1.1875rem, 1.15rem + 0.1875vw, 1.375rem);    }    .service-block .titlebar .dot {        left: 10vw;    }    .service-block .titlebar .cloud {        left: 7vw;    }    .service-block .container {        width: 80%;    }    /*資訊*/    .latest-block {        padding: 0 0 8rem;    }    .latest-block .infobox {        padding: var(--4dst) var(--5dst) var(--0dst);    }    /*活動花絮*/    .hightlight-block .g-line {        top: calc(0vw - 2vw);    }    /*優勢*/    .advantage-block .container {        width: 70%;    }    /*about*/    .about-block .containerX {        width: calc(100% - 10%);    }    .about-block .titlebar {        margin-bottom: 50px;    }    .about-block .titlebar::before {        display: none;    }    .about-block .titlebar p {        width: 100%;    }    .ab-pic-vi .vi-people {        right: 12vw;        width: 21vw;    }    .ab-pic-vi .people_bg {        width: 37vw;    }    /*跑分*/    .RWDscore01 .score-mainblk {        min-height: initial;    }}@media (max-width: 1800px) {    .RWDbanner010 .thumb_pic_swiper-container {        width: 21vw;        height: 30vw;        margin-right: 68px;    }    .green_bg:before,    .green_bg:after {        height: calc(78% - 70px);        top: 70px;    }    .advantage-block .container {        width: 80%;    }    /*slogan*/    .peoplebox .peoplestyle.people01 {        left: -2vw;    }    /*產品服務*/    .service-block .container {        width: 85%;    }    .RWDproduct002_v3 .popup-portfolio .portfolio-item {        padding: 0 30px;    }    /*最新消息*/    .news-block {        padding: var(--3dst) 0 var(--8dst);    }    .news-block .titlebar {        top: 3vw;    }}@media (max-width: 1700px) {    /*banner*/    .banner-block .RWDedictor .banner-cloud {        bottom: 2vw;    }    /*產品服務*/    .RWDproduct002_v3 .popup-portfolio .portfolio-item {        padding: 0 50px;        margin: 0 0 30px;    }    /*news*/    .news-block .container {        width: 75%;    }    .news-block .titlebar {        top: 4vw;    }    /*活動花絮*/    .RWDservice009 .top_icon .swiper-slide:last-child {        margin-bottom: 2px    }    #m_RWDfullscreen01_80_1.RWDservice009 .gallery-top-RWDservice009 .swiper-slide .box .img {        height: 36vw !important    }    .RWDservice009 .gallery-top-RWDservice009 .swiper-slide .text_box {        padding: 10% 80px 50px    }    .RWDservice009 .gallery-top-RWDservice009 .swiper-slide .memo {        max-width: 38%;        padding-left: 30px;        margin-left: 20px    }    /*about*/    .about-block .cloud {        width: 23vw;        left: -9vw;        bottom: -11vw;    }    /*資訊*/    .latest-block .titlebar::before {        bottom: -9vw;    }}@media (max-width: 1600px) {    .titlebar .en-tit {        margin-bottom: 30px;    }    .titlebar {        margin: 0 0 50px;    }    /*banner*/    .RWDbanner010 .product_box .main_pic,    .RWDbanner010 .product_box {        height: 48vw;    }    /*產品*/    .bookpage {        width: 38vw;        top: -4vw;    }    .service-block .container {        width: 90%;    }    /*slogan*/    .slogan-block .main-tit span {        right: -6.5vw;        bottom: -2vw;        width: 9vw;    }    .peoplebox .hoverbox {        width: 200px;    }    .peoplebox .peoplestyle.people01 .hoverbox::before,    .peoplebox .peoplestyle.people01 .hoverbox {        display: none;    }    .peoplebox .peoplestyle.people02 .hoverbox {        position: absolute;        left: 5vw;        top: 0vw;        bottom: auto;        width: 230px;    }    .peoplebox .peoplestyle.people04 .hoverbox {        position: absolute;        left: -1vw;        bottom: 2vw;        width: 230px;    }    /*about*/    .about-block .titlebar .en-tit {        margin: 0 0 var(--2dst);    }    .about-block .ab-L,    .about-block .ab-R {        width: 50%;    }    .ab-pic-vi .vi-people {        right: 4vw;        width: 21vw;    }    .bookmark .mark {        width: 7vw;        height: 11vw;        top: -0.3vw;        left: 2vw;    }    .bookmark .mark-cloud {        left: -1vw;    }    /*活動花絮*/    .hightlight-hat {        width: 16%;        top: 28%;    }    .RWDservice009 .gallery-thumbs-RWDservice009 {        bottom: -24px;        transform: scale(.65)    }    .RWDservice009 .top_icon .swiper-slide {        padding: 10px 0;    }    .RWDservice009 .top_icon .swiper-slide.show .imgs {        width: 52px;        height: 52px;    }    /*資訊*/    .latest-block .shape-triangle {        top: 10vw;        left: 19%;    }}@media (max-width: 1520px) {    /*banner*/    .RWDbanner010 .thumb_pic_swiper-container {        width: 25vw;        height: 36vw;    }    .RWDbanner010.right_pic .product_box .title {        top: 30%;    }    .RWDbanner010 .product_box .text1,    .RWDbanner010 .product_box .text2 {        font-size: 52px;    }    .RWDbanner010 .product_box .text0 {        font-size: 24px;    }    .RWDbanner010 .product_box .text3.text {        font-size: 15px;        margin-top: 120px;    }    /*footer*/    .latest-block .container,    .footer-block .container,    .ft-bottom,    .txt-slider {        width: 90%;    }    .footer-block .ft-top .ft-L,    .footer-block .ft-bottom .ft-R {        width: 40%;    }    .footer-block .ft-top .ft-R,    .footer-block .ft-bottom .ft-L {        width: 60%;    }}@media (max-width: 1500px) {    .slogan-block .main-tit {        width: 43vw;    }    /*活動花絮*/    .hightlight-block .g-line {        width: 103vw;    }    .RWDservice009 .gallery-top-RWDservice009 .swiper-slide .memo,    .RWDservice009 .top_icon .swiper-slide .name {        font-size: 15px;        line-height: 1.5    }    .RWDservice009 .gallery-top-RWDservice009 .swiper-slide .title {        font-size: 24px    }    .ab_deco img {        transform: scale(1.1);        transform-origin: 70% center    }    .RWDservice009 .gallery-top-RWDservice009 .swiper-slide .memo {        max-width: 40%    }    .RWDservice009 .top_icon .swiper-slide.show .name {        font-size: 22px    }    /*news*/    .news-block .titlebar {        top: 6vw;    }    /*優勢*/    .RWDService002 .funny-boxes>.funny-boxes-text>.funny-boxes-tit {        font-size: 22px;    }    .RWDService002 .funny-boxes {        align-items: center;        display: flex;    }    .RWDService002 .funny-boxes-icon {        left: 16px;        bottom: 0;        height: 70px;        width: 70px;    }    .RWDService002 .funny-boxes-icon::after {        width: 9vw;        height: 7vw;        left: -27px;        bottom: -47px;    }    /*資訊*/    .RWDnews005 .owl-carousel .owl-wrapper-outer {        padding: 0 0 3rem;    }    .latest-block .shape-triangle {        top: 10vw;        left: 18%;    }    /*header*/    .RWDmenu_plus04 #mobile-menu .main-menu::before {        width: 36px;        height: 57px;        right: 5vw;        bottom: 9vw;    }}@media (max-width: 1400px) {    /*banner*/    .RWDbanner010 .product_box .text1,    .RWDbanner010 .product_box .text2 {        font-size: 48px;    }    /*slogan*/    .slogan-block .main-tit span {        right: -6.5vw;        bottom: -2.5vw;    }    /*news*/    .news-block {        padding: var(--8dst) 0 var(--8dst);    }    .RWDnews011 .news-block {        align-items: center;    }    .news-block .titlebar {        position: static;        text-align: center;        margin-bottom: 6vw;    }    .news-block .titlebar .en-tit {        margin-left: auto;    }    .RWDnews011 .news-block {        min-height: auto;    }    /*關於我們*/    .ab-pic-vi .vi-people {        width: 24vw;    }    .ab-pic-bg {        border-radius: 150px 0 0 25px;    }    .vi-g-line-top {        width: 9vw;    }    .about-block .ab-R::before {        width: 61vw;    }    .ab-pic-vi .people_bg {        width: 37vw;        left: -4vw;    }    /*跑分*/    .RWDscore01 .count-blk {        padding-left: 0;        padding-right: 0;    }    /*活動花絮*/    .hightlight-block .infobox:before {        height: calc(100% - 62px);        top: 62px;        width: calc(100% + 150px);    }    .hightlight-block .infobox:after {        top: 62px;    }    .RWDservice009 .gallery-top-RWDservice009 .swiper-slide .memo {        max-width: 42%;    }    .RWDservice009 .gallery-thumbs-RWDservice009 {        right: -80px;    }    /*footer*/    .ft-bottom,    .footer-block .container {        padding-left: var(--3dst);        padding-right: var(--3dst);    }    .footer-block .ft-top {        display: flex;        flex-direction: column;        justify-content: flex-start;        align-items: flex-start;    }    .footer-block .ft-top .ft-L,    .footer-block .ft-top .ft-R {        width: 100%;    }    .ft-logo,    .footer-block .ft-top .ft-L {        margin: 0 0 var(--3dst);    }    .footer-block .ft-top .ft-L {        border-bottom: #dfdfdf solid 1px;        padding: 0 0 3rem;    }    .footer-block .ft-top .ft-L .RWDedictor008 {        display: flex;        flex-direction: column;        justify-content: space-between;        align-items: flex-start;    }    .ft-top .ft-R {        grid-column-gap: 50px;        grid-row-gap: 15px;    }    .ft-information {        display: flex;        flex-direction: row-reverse;        align-content: flex-end;        justify-content: flex-end;        align-items: flex-start;        gap: 4rem;        position: static;        width: 100%;    }    .ft-coop {        display: flex;        align-content: stretch;        justify-content: flex-start;        align-items: flex-end;        flex-direction: column;    }    .ft-coop .RWDedictor {        display: flex;        flex-direction: row;        flex-wrap: wrap;        justify-content: flex-start;        align-items: flex-start;        gap: 10px;    }    .ft-coop img,    .ft-coop .ft-tit {        width: 100%;    }    .ft-coop a {        display: block;        margin: 0 0 5px;        width: calc(100%/2 - 10px);    }    .ft-shape {        width: 7vw;        height: 7vw;    }}@media (max-width: 1350px) {    /*優勢*/    .advantage-block .container {        width: 90%;    }    /*活動花絮*/    .RWDservice009 .gallery-top-RWDservice009 .swiper-slide .memo {        max-width: 45%    }    .RWDservice009 .top_icon {        width: 15%    }    .RWDservice009 .main_pic {        width: 85%    }    .RWDservice009 .top_icon .swiper-slide::after,    .RWDservice009 .top_icon .swiper-slide:last-child::after {        width: 60%    }    .RWDservice009 .top_icon .swiper-slide .name_top {        margin-right: 0    }    .RWDservice009 .gallery-top-RWDservice009 .swiper-slide .text_box {        padding: 15% 80px 50px;        background: linear-gradient(to top, rgb(0 0 0 / 90%), rgb(0 0 0 / 0%))    }}@media (max-width: 1300px) {    .bookcenter::after {        width: 62vw;        height: 62vw;    }    .book-bg::before {        width: 60vw;        height: 56vw;        left: -16vw;        top: 12%;    }    /*about*/    .bookmark .mark {        width: 9vw;        height: 15vw;        left: 1vw;    }    .about-block .ab-L {        width: 60%;    }    .about-block .ab-L .shape-triangle {        width: 80px;        height: 80px;        top: -5vw;        left: 38vw;    }    .about-block .ab-L .shape-circle {        top: 27vw;        width: 31px;        height: 31px    }    .about-block .ab-R {        width: 40%;    }    .about-block .ab-R::before {        top: 72%;        width: 122%;    }    .ab-pic-vi .people_bg {        width: 37vw;        left: -10vw;    }    .ab-pic-vi .vi-people {        right: 1vw;    }    /*banner*/    .RWDbanner010 .product_box .main_pic,    .RWDbanner010 .product_box {        height: 43vw;    }    /*資訊*/    .latest-block .shape-triangle {        top: 14vw;        left: 18%;        width: 40px;        height: 40px;    }    .latest-block .shape-rectangle {        width: 30px;        height: 50px;    }}@media (max-width: 1280px) {    p {        font-size: 15px;    }}/* 匯入內頁版面寬度80%*/@media (max-width: 1920px) {    .page_wrapper_bg section.call_to_action {        min-height: 700px;    }}/*產品定售價掉落修正*/@media (max-width: 1500px) {    .layoutlist_4 .pricearea span {        margin: 0    }    .layoutlist_4 .pricearea {        flex-direction: column-reverse;        align-items: flex-start    }}/*寬度修正*/@media (max-width: 1400px) {    .page_wrapper_bg section.call_to_action>.container {        width: 90%;    }    #sidebar.layoutmenu1,    #sidebar.layoutmenu3,    #sidebar.layoutmenu6 {        padding-right: 40px;    }}/*產品列表樣式D無側選單修正*/@media (max-width: 1300px) {    .productlist .layoutlist_4 .col-sm-3.col-md-3 {        width: calc(100%/3);        float: left;    }}

/*小螢幕 end*/
/*客製內頁_小螢幕 start*/

 /*------------------內文客製 RWD小螢幕---------------------*/ @media (max-width:2200px) {     .about-article06 .inn-text-item,     .about-article.about-article02 {         max-width: 85%;         gap: 0 4rem;     } } @media (max-width:2100px) {     .article5 .tab_row,     .article9 .tab_row {         width: 85%;     } } @media (max-width: 1920px) {     .hgroup .breadcrumb {         position: static;     }     .hgroup .breadcrumb a {         color: #fff;     }     .article2 .hgroup .breadcrumb a {         color: #777;     }     .page_wrapper_bg .hgroup h1 {         font-size: clamp(1.5rem, 1.425rem + 0.375vw, 1.875rem);     }     .article2 .page_wrapper_bg section.call_to_action:after {         width: calc(25% - 32px);     }     /*共用樣式*/     .pagebox .R-box {         width: calc(50% - 4rem);     }     /*喜多旅行社*/     .hitotravel-style-04 .page-titlebar p {         width: 50%;     }     /*en*/     .en-nest-style-03 .en-tit {         text-align: center;     }     .en-nest-style-02 ul::before {         width: 5.75rem;         height: 5.688rem;         right: -5vw;         top: -4vw;     }     .en-nest-style-02 ul::after {         width: 3.75rem;         height: 6.688rem;         left: -14vw;         bottom: 38%;     } } @media (max-width: 1800px) {     .tab_row {         width: 90%;     }     .article5 .page_wrapper_bg section.call_to_action::before,     .article9 .page_wrapper_bg section.call_to_action::before {         top: 5.5vw;     }     /* 第一次修改 */     .about-article.about-article01 {         padding-left: 8rem;     }     .about-article06 .inn-text-item,     .about-article.about-article02 {         max-width: none;     }     .about-article.about-article07 {         width: 100%;     } } @media (max-width: 1680px) {     .page_wrapper_bg section.call_to_action>.container {         width: 85%;     }     .page_wrapper_bg .collapsing_header .main::after {         height: 100vw;     }     .page-shapebox .page-shape-rectangle {         width: 4vw;         left: 43vw;         top: -1.5vw;     }     /*麵包屑*/     .hgroup .page_subject {         display: flex;         flex-direction: column-reverse;         align-items: center;         align-content: center;         justify-content: center;     }     .hgroup h1 {         float: none;         text-align: center;     }     .page_wrapper_bg .hgroup h1::before {         display: block;         font-size: clamp(2.125rem, 1.4804rem + 2.6446vw, 4.125rem);         margin: 0;     }     .page_wrapper_bg .hgroup h1::after {         width: 6px;         height: 6px;         left: -2vw;     }     .page_wrapper_bg section.call_to_action::before {         width: 32vw;         height: 15vw;         top: 11.5vw;     }     .img-radius img,     .article-block,     .page_wrapper_bg .article-text,     .en-nest-style-03 .pagebox::before,     .en-nest-style-04 .pagebox::before {         border-radius: 15px;     }     /*內頁寬度*/     .article2 .hgroup::before {         width: calc(100% + 7.5%);     }     .article2 .page_wrapper_bg section.call_to_action>.container {         padding: 100px 6% 100px 40px;     }     /*喜多旅行社*/     .hitotravel-style-02 .pagebox .R-box {         width: calc(50% - 0rem);     }     .hitotravel-style-02::before {         width: 8.75rem;         height: 6.688rem;         right: 16vw;         top: -3vw;     }     .hitotravel-style-03 .page-g-linee {         top: 9.5vw;     }     /*en*/     .en-nest-style-03 .pagebox .L-box {         left: -10vw;     }     .en-nest-style-03 .pagebox .R-box {         width: 60%;     }/* 修改 */:is(.faq1, .faq2) .hgroup .container {    margin-bottom: 5rem;}      } @media (max-width: 1600px) {     .page_wrapper_bg section.call_to_action:after {         width: 26vw;         height: 17vw;     }     /*喜多旅行社*/     .article9 .tabs .content,     .article5 .tabs .content {         padding: 80px 4rem !important;     }     /*en*/     .en-nest-style-02 ul {         width: 70%;     }     .en-nest-style-04 {         padding-bottom: 0;     }     .cate_list .summary {         -webkit-line-clamp: 3;         -webkit-box-orient: vertical;     }     /* 第一次修改 */    .about-article01::before {    width: 10vw;    height: 16vw;            top: -0.6vw;}     .about-article06 .inn-text-item,     .about-article.about-article02 {         max-width: none;     }     .about-article.about-article07 {         width: 100%;     }    .about-article01 .inn-text .pageinfo-title {    text-align: center;}     .about-article.about-article01 {         grid-template-columns: auto;         gap: 2rem 0;         padding: 6rem 6rem;     }     .about-article01 .inn-text {         padding: 0;     }     .en-nest-style-04 {         width: 85%;     } } @media (max-width:1500px) {     .article6 #article .layoutlist_7 .row {         width: 100%;     }     .en-nest-style-03 .pagebox {         display: flex;         align-items: flex-end;         justify-content: flex-end;         flex-direction: column-reverse;         gap: 0;         padding-left: clamp(3rem, 1.9153rem + 5.4237vw, 7rem);         padding-right: clamp(3rem, 1.9153rem + 5.4237vw, 7rem);     }     .en-nest-style-03 .pagebox .R-box {         width: 100%;         padding-right: 0;     }     .en-nest-style-03 .pagebox .L-box {         position: relative;         width: 50vw;         margin: 0 auto;         left: -4vw;         bottom: -11vw;     }     .en-nest-style-02 .L-box {         width: 20%;     }     .en-nest-style-02 .R-box {         width: 80%;     }     .en-nest-style-03 .pagebox {         padding-left: clamp(3rem, 1.9153rem + 5.4237vw, 7rem);         padding-right: clamp(3rem, 1.9153rem + 5.4237vw, 7rem);     }     .en-slogan::before {         width: 67vw;         height: 26vw;         top: 61%;         left: 50%;         transform: translate(-50%, -50%);     }     .en-slogan::after {         width: 4.75rem;         height: 3.688rem;         right: -3vw;     } } @media (max-width: 1440px) {     .page-line {         top: 4vw;     }     .page_wrapper_bg section.call_to_action::before {         width: 34vw;         height: 15vw;         top: 11.5vw;     }     .tabs section.content-current ul.content_list {         margin: 0 0 35px;     }     .article-block,     .page_wrapper_bg .article-text {         padding: clamp(3rem, 2.7143rem + 1.4286vw, 5rem) 2rem;     }     .img-radius img,     .article-block,     .page_wrapper_bg .article-text,     .en-nest-style-03 .pagebox::before,     .en-nest-style-04 .pagebox::before {         border-radius: 10px;     }     /*共用樣式*/     .pagebox {         display: flex;         align-items: flex-start;         gap: 2rem;     }     .pagebox .L-box {         width: 40%;     }     .pagebox .R-box {         width: calc(60% - 3rem);     }     /*經驗分享*/     .article4 .page_wrapper_bg section.call_to_action>.container {         width: 95%;     }     .layoutlist_7 .litem {         padding: 0 10px;     }     .article2 .page_wrapper_bg section.call_to_action:after {         width: calc(28% - 32px);     }     /*喜多旅行社*/     .hitotravel-style-01 .pagebox {         gap: 0;     }     .hitotravel-style-01 .pagebox .L-box,     .hitotravel-style-01 .pagebox .R-box {         width: 50%;     }     .hitotravel-style-02 .pagebox .L-box {         width: 49vw;     }     .hitotravel-style-03 .page-g-linee {         top: -8.5vw;     }     .hitotravel-style-03 .pagebox .R-box {         padding-right: 4rem;     }     .hitotravel-style-03 .pagebox .L-box {         left: -3vw;         top: 65%;         position: absolute;         width: 42vw;         transform: translateY(-50%);     }     .hitotravel-style-04 .page-titlebar p {         width: 70%;     }     .hitotravel-style-04 .photobox ul {         display: flex;         flex-wrap: wrap;     }     .hitotravel-style-04 .photobox ul li {         width: calc(100%/3 - 10px);     }     /*喜多旅行社tabs*/     .article5 .tabs .tabs-hitotravel-01 .pagebox .R-box,     .article9 .tabs .tabs-abouten-01 .pagebox .R-box,     .article9 .tabs .pagebox .R-box {         width: calc(70% - 3rem);     }     .article5 .tabs .article-block,     .article9 .tabs .article-block {         padding: 2rem 20px;     }     .tabs-list-style .pagebox-downlayout .pageinfo-title {         font-size: 24px !important;         margin: 0 0 1rem;     }     /*en*/     .en-nest-style-01 .pagebox .L-box {         left: -9vw;         width: 53vw;     } } @media (max-width: 1400px) {     .about-article06 .inn-text-item,     .about-article.about-article02 {         margin: 2rem 0;     } } @media (max-width:1300px) {     .page_wrapper_bg section.call_to_action:after {         width: 30vw;         height: 20vw;     }     .hitotravel-style-02,     .hitotravel-style-02 .inner {         padding-bottom: 0;     }     .hitotravel-style-02 .inner::after {         width: 100%;         height: 100%;     }     .hitotravel-style-02 .page-titlebar {         margin: 0 0 clamp(0.1875rem, -1.5645rem + 8.76vw, 5rem);     }     .hitotravel-style-02 .pageinfo-title,     .hitotravel-style-03 .pageinfo-title {         text-align: center;     }     .hitotravel-style-02 .pagebox,     .hitotravel-style-03 .pagebox {         display: flex;         flex-direction: column-reverse;         align-items: center;         width: 70%;         gap: 3rem;     }     .hitotravel-style-02 .pagebox::before {         width: 3.75rem;         height: 3.75rem;         left: -12vw;         top: 8vw;     }     .hitotravel-style-02::before {         width: 8.75rem;         height: 6.688rem;         right: 6vw;         top: -5vw;     }     .hitotravel-style-02 .pagebox .L-box,     .hitotravel-style-03 .pagebox .L-box {         width: 100%;         position: static;         text-align: center;         transform: initial;     }     .hitotravel-style-02 .pagebox .R-box,     .hitotravel-style-03 .pagebox .R-box,     .hitotravel-style-03 .pagebox {         width: 100%;     }     .hitotravel-style-03 .pagebox {         padding: 3rem clamp(0.15625rem, -4.5407rem + 23.4848vw, 5rem);     }     .en-nest-style-03 .inner,     .en-nest-style-04,     .hitotravel-style-03 .infobox {         width: 85%;     }     .hitotravel-style-03 .pagebox .R-box {         padding-right: 0;     }     .hitotravel-style-03 .pagebox .L-box {         margin-left: -3rem;     }     .hitotravel-style-03 .pagebox .L-box::before {         width: 100%;         height: 28vw;     }     .hitotravel-style-03 .page-g-linee {         top: -12.5vw;     }     /*喜多旅行社tabs*/     .tabs-list-style {         gap: 2rem;     }     .tabs-list-style .pagebox-downlayout {         width: calc(100% / 2 - 2rem);     }     /*en*/     .en-nest-style-01 .page-titlebar h2.main-tit,     .en-nest-style-03 .en-tit {         font-size: clamp(0.13125rem, -0.6884rem + 4.0982vw, 3rem);     }     .en-nest-style-01 .article-block {         display: flex;         justify-content: flex-end;         flex-direction: column-reverse;         align-items: flex-start;         padding: 3rem;         padding-bottom: 0;         gap: 3rem;     }     .en-nest-style-01 .pagebox .L-box,     .en-nest-style-01 .pagebox .R-box {         position: static;         width: 100%;     }     .en-nest-style-01 .pagebox .L-box {         width: 50vw;         margin: 0 auto;     }     .en-nest-style-02 .bookpage {         width: 43vw;         top: -5vw;     }     .en-nest-style-02 .tit {         padding: 0 0 1rem;         margin: 0 0 2rem;         font-size: 26px;     }     .en-nest-style-04 .pageinfo-title {         padding-left: 5vw;         font-size: 4vw !important;         padding-top: 5vw;     }     .en-nest-style-04 .pagebox {         display: flex;         flex-direction: column;         justify-content: flex-start;     }     .en-nest-style-04 .pagebox .L-box,     .en-nest-style-04 .pagebox .R-box {         width: 100%;     }     .en-nest-style-04 .pagebox .L-box picture {         position: absolute;         left: auto;         top: -2vw;         width: 30vw;         right: -1vw;     }     .en-nest-style-04 .pagebox .R-box {         padding-top: 3vw;     }     /* 第一次修改 */     .en-nest-style-04 ul.timeline {    width: 90%;}.m2018 .products-nav .nav-title {    padding: 20px 25px 15px;} } @media (max-width:1280px) {     .en-nest-style-02 .en-book-center {         padding-bottom: 2rem;     } }

/*客製內頁_小螢幕 end*/
/*1199px start*/
@media (max-width: 1199px) {
.RWDalert_fancybox.bottom {    width: 95%;}/*banner*/ 
.RWDbanner010 .product_box .main_pic,.RWDbanner010 .product_box {    height: 54vw;}.RWDbanner010 .swiper-container-autoheight .swiper-wrapper,.RWDbanner010 .swiper-container-autoheight,.RWDbanner010 .swiper-container-autoheight .swiper-slide {    height: 100% !important;}.RWDbanner010 .thumb_pic_swiper-container {    width: 27vw;    height: auto;    margin-right: 50px;}.RWDbanner010 .product_box .text1,.RWDbanner010 .product_box .text2 {    font-size: 45px;}/*產品服務*/ 
.service-block .titlebar .cloud {    left: 1vw;}.book-bg::after {    height: 57vw;    left: 5vw;    bottom: -26vw;}.service-block .titlebar .triangle {    right: 1vw;    top: -8vw;}.service-block .titlebar .cloud {    left: -7vw;    top: 9vw;}.service-block .titlebar .dot {    left: 4vw;    width: 54px;    height: 54px;    top: 8vw;}/*slogan*/ 
.slogan-block {    padding: var(--7dst) 0 0;}.slogan-block .main-tit {    width: 48vw;}.slogan-block .main-tit span {    right: -9.5vw;    bottom: -2.5vw;    width: 13vw;}.peoplebox .peoplestyle.people01::before,.peoplebox .peoplestyle.people01::after,.peoplebox .peoplestyle.people03,.peoplebox .peoplestyle .hoverbox,.peoplebox .peoplestyle.people02::before,.peoplebox .peoplestyle.people02::after,.peoplebox .peoplestyle.people04::before,.peoplebox .peoplestyle.people04::after {    display: none;}.peoplebox .peoplestyle.people02 {    z-index: -2;    left: -3vw;}/*關於我們*/ 
.bookmark .mark {    width: 12vw;    height: 24vw;    left: auto;    right: 1vw;    top: -0.8vw;}.bookmark .mark-cloud {    left: auto;    right: 3vw;    top: 15vw;}.about-block .ab-L {    width: 60%;}.about-block .ab-R {    width: 40%;}.about-block .titlebar .en-tit {    margin: 0 0 var(--1dst);}.about-block .titlebar p {    margin: 48px 0 0;}.ab-pic-bg {    width: 59%;}.ab-pic-vi .vi-people {    width: 27vw;    right: 1vw;}.ab-pic-vi .people_bg {    width: 46vw;    left: -8vw;}.about-block .titlebar p {    width: 86%;}.vi-g-line-bottom {    right: -9.2vw;    bottom: -8vw;    width: 81vw;}/*跑分*/ 
.RWDscore01 .count-item::before {    width: 90%;}.RWDscore01 .count-title {    margin-bottom: 17px;}.RWDscore01 .count-str {    font-size: 16px;    margin-top: 5px;}/*news*/ 
.news-block {    padding: var(--6dst) 0 var(--6dst);}.RWDnews011 .news-block {    margin-bottom: 0;}.RWDnews011 .list-title .t1 {    font-size: 20px;}.RWDnews011 .list-title .t2 {    font-size: 16px;}.RWDnews011 .list-M-Y {    line-height: 1.3;}.RWDnews011 .list-D {    font-size: clamp(1.25rem, 0.7433rem + 2.5335vw, 2.3125rem);}.RWDnews011 .listitem {    padding: 15px 0;    height: 63%;    margin: 0;}/*優勢*/ 
.RWDService002 .funny-boxes>.funny-boxes-text>.funny-boxes-tit {    font-size: 20px;}.RWDService002 .funny-boxes>.funny-boxes-text>p {    font-size: 15px;}/*活動花絮*/ 
.hightlight-block .containerX {    width: 100%;}.RWDservice009 {    overflow: initial}.RWDservice009 .main_pic {    width: 78%;}.RWDservice009 .top_icon {    width: 22%;}#m_RWDfullscreen01_80_1.RWDservice009 .gallery-top-RWDservice009 .swiper-slide .box .img {    height: 40vw !important}.RWDservice009-top_icon .swiper-wrapper {    transform: translate3d(0, 0, 0) !important}.RWDservice009 .top_icon .swiper-slide .name_top {    font-size: 13px}.RWDservice009 .top_icon .swiper-slide .name {    font-size: 14px}.RWDservice009 .top_icon .swiper-slide.show .name.name_top {    font-size: 16px;    width: 30px;    height: 28px;    margin-right: 10px}.RWDservice009 .top_icon .swiper-slide.show .name {    font-size: 20px}.RWDservice009 .gallery-top-RWDservice009 .swiper-slide .box {    padding-bottom: 0}.RWDservice009 .gallery-top-RWDservice009 .swiper-slide .memo {    max-width: 70%}.RWDservice009 .gallery-top-RWDservice009 .swiper-slide .title {    display: block;    text-overflow: unset;    overflow: unset;    -webkit-line-clamp: unset;    -webkit-box-orient: unset;}/*footer*/ 
.footer-block .ft-bottom .ft-L {    width: 70%;}.footer-block .ft-bottom .ft-R {    width: 30%;}.scrollTop002 img {    width: 50px;}/* 匯入內頁版面寬度80%*//*main*/ 
.page_wrapper_bg section.call_to_action {    padding: 5rem 0;}.page_wrapper_bg section.call_to_action>.container {    width: auto;    padding: 0 30px;}#sidebar input,#sidebar select,#sidebar select.form-control:not([size]):not([multiple]) {    font-size: 1rem;    height: 45px;    color: #000;    letter-spacing: 0;}/*文章列表-H*/ 
.rwdlayoutlist_9 .litem {    width: calc(100%/3 - 1px);}/*-----------------內頁客製化---------------------*//*-----內頁共用樣式--------*/ 
.pagebox {    display: flex;    align-items: flex-start;    flex-direction: column;    justify-content: flex-start;    gap: 2.5rem;}.pagebox .L-box,.pagebox .R-box {    width: 100%;}/*-----tabsd--------*/ 
.tabs nav ul li {    min-width: auto;}/*-----內頁放寬100%--------*/ 
.article2 .hgroup .container {    width: 100%;    margin: 0 0 0 auto;}.article2 .hgroup .page_subject {    padding: 0;}.article2 .hgroup::before {    display: none;}.article2 .collapsing_header .main {    overflow: initial;    width: 100%;}.article2 div#sidebar {    width: 100%;    padding: 10px 0 !important;    position: static !important;    top: 120px;    z-index: 111;    width: 100%;    height: auto;    margin-bottom: 30px;    float: none;    margin-left: 0;}.article2 .page_wrapper_bg section.call_to_action {    padding: 5rem 0;    min-height: 35vw;    margin-top: 0;}.article2 .page_wrapper_bg section.call_to_action>.container {    padding: 7rem 0px;}.article2 .page_wrapper_bg section.call_to_action>.container {    width: 95% !important;    padding: 0 30px;    max-width: initial !important;}.article2 .page_wrapper_bg section.call_to_action:after {    display: none;}.article2 .pagecontent.col-md-9 {    width: 100%;    float: none;    margin: 0 auto;    padding: 0 !important;}.article2 .hgroup {    margin: 0;}.article2 .hgroup .container {    width: 100%;    margin: 0 0 0 auto;    margin-bottom: 3rem;}/*-----------------文章頁籤---------------------*/ 
.tabs .content {    padding: 80px 70px !important;}.page_wrapper_bg section.call_to_action>.container {    width: 95%;}.page_wrapper_bg .article-text::before {    width: 10vw;    height: 12.8vw;}.page_wrapper_bg section.call_to_action::before {    width: 35vw;    height: 17vw;    top: 10.5vw;    right: -3vw;}/*-------共用樣式--------*/ 
.img-space {    margin: 1.5rem 0;}/*-------經驗分享--------*/ 
.sharing-slogna-box p {    margin: 2rem 0;    font-size: 26px !important;}/*-------喜多旅行社--------*/ 
.article5 .RWDbanner_plus01 .slick-caption,.article9 .RWDbanner_plus01 .slick-caption {    top: 0;}.hitotravel-style-01 {    padding: 7rem 0;    width: 85%;}.hitotravel-style-01 .pagebox {    display: flex;    flex-direction: row;    justify-content: center;    align-items: flex-start;    gap: 0;}.hitotravel-style-01 .pagebox ul {    width: 95%;}.hitotravel-style-04 .page-titlebar p {    width: 85%;}.hitotravel-style-04 .page-titlebar p br {    display: none;}/*喜多旅行社tabs*/ 
.article5 .tabs .tabs-hitotravel-01 .pagebox .R-box,.article9 .tabs .tabs-abouten-01 .pagebox .R-box,.article9 .tabs .pagebox .R-box {    width: 100%;}/*en*/ 
.en-nest-style-01 {    width: 85%;}.en-nest-style-02 ul {    width: 85%;}.en-nest-style-03 .pagebox .L-box {    width: 100%;}/* 第一次修改 */ 
.about-article.about-article04 {    grid-template-columns: auto;    gap: 2rem 0;}.about-article06 .inn-text-item,.about-article.about-article02 {    gap: 0 3rem;}.about-article.about-article04 .inn-text:nth-child(1) {    margin-bottom: 2rem;}.service-slogan-box .info .bg::after {    width: 56vw;    height: 14vw;    bottom: -2vw;    right: -1vw;}
}
/*1199px end*/
/*1024px start*/
@media (max-width: 1024px) {
/*banner*/ 
.RWDbanner010 .swiper-pagination {    bottom: 25px;}/*活動花絮*/#m_RWDfullscreen01_80_1.RWDservice009 .gallery-top-RWDservice009 .swiper-slide .box .img {    height: 42vw !important;}/*產品服務*/ 
.RWDproduct002_v3 .popup-portfolio .portfolio-item {    padding: 0 35px;}/*slogan*/ 
.slogan-mobile-txt {    display: block;    position: relative;    z-index: 0;    padding: 17px 25px;    color: var(--white-color);    width: 80%;    margin: 0 auto;    text-align: center;    font-weight: 500;    border-radius: 25px;    overflow: hidden;}.slogan-mobile-txt::before {    content: '';    background: url(archive/image/customization/slogan_mobile_text_bg.webp) no-repeat;    background-size: 100% 100%;    width: 100%;    height: 100%;    position: absolute;    left: 0;    top: 0;    display: block;    z-index: -1;}/*footer*/ 
.ft-bottom {    display: flex;    flex-direction: row;    align-content: flex-start;    justify-content: flex-start;    align-items: flex-end;}.footer-block .ft-bottom .ft-L {    display: flex;    flex-direction: column;    align-content: flex-start;    justify-content: flex-start;    align-items: flex-start;    gap: 0;}/* 匯入內頁版面寬度80%*//*main*/ 
.page_wrapper_bg section.call_to_action,.article2 .page_wrapper_bg section.call_to_action {    padding: 50px 0;}/*產品內頁-01*/ 
.page_content1 #prod_price {    margin-top: 18px;}/*相簿內容樣式-03*/ 
.photo .content_box {    width: calc(100% / 4) !important;}/*文章列表-04*/#article .layoutlist_4 .item {    flex-direction: column}#article .layoutlist_4 .item .list_img,#article .layoutlist_4 .list_subject,#article .layoutlist_4 .listdate {    width: 100%}#article .layoutlist_4 .item .list_img {    padding: 0;    margin: 0 0 10px}#article .layoutlist_4 .list_subject {    padding: 0;    margin: 0 0 10px}#article .layoutlist_4 .listdate {    border: 0;    display: flex;    align-items: center;    padding: 0;}#article .layoutlist_4 .listdate .day:before {    content: "/";    margin-right: 5px}#article .layoutlist_4 .listdate .day {    font-size: 12px;    color: #afafaf;    position: relative;    margin-left: 5px}/*文章列表-G*/ 
.layoutlist_8 .list_subject {    padding: 0 2rem;}/*文章列表-H*/ 
.rwdlayoutlist_9 .litem {    width: calc(100%/3 - 1px);}/*電子表單*/ 
.form-group label {    padding-left: 0 !important;    padding-right: 0 !important;}#join_form .form-checkbox,#join_form .form-radio {    padding: 0 0 0 28px !important;}/*-----喜多旅行社--------*/ 
.hitotravel-style-04 .photobox ul li:nth-child(4),.hitotravel-style-04 .photobox ul li:nth-child(5) {    width: calc(50% - 10px);}/*tabs*/ 
.article5 .tabs nav ul,.article9 .tabs nav ul {    gap: 10px;    display: flex;    flex-wrap: wrap;}.article5 .tabs nav ul li,.article9 .tabs nav ul li {    border-radius: 99em;}.article5 .tabs nav ul li,.article9 .tabs nav ul li {    width: calc(100%/3 - 10px);}.article5 .tabs .content,.article9 .tabs .content {    margin-top: 3rem;}.article9 .tabs nav ul li:before,.article5 .tabs nav ul li:before {    display: none;}.article9 .tabs nav a,.article5 .tabs nav a {    border-right: 0;}/*---en---*/ 
.en-nest-style-04 .pageinfo-title {    padding-left: 1vw;    font-size: 3.5vw !important;    padding-top: 3vw;}.en-nest-style-04 ul.timeline {    padding-left: 44px;}.en-nest-style-04 ul.timeline::after {    left: 21.5px;}.en-nest-style-04 ul.timeline li span {    min-width: 61px;}/* 第一次修改 */ 
.about-article.about-article01 {    padding: 4rem;}.about-article06 .inn-text-item {    grid-template-columns: auto;    gap: 2rem 0;    margin: 0  0 2rem;}.about-article06 .inn-text {    margin: 0;}
}
/*1024px end*/
/*991px start*/
@media (max-width: 991px) {
.titlebar h2 {    margin: 0px 0 10px;}/*cookie*/ 
.RWDalert_fancybox.bottom {    display: flex;    justify-content: center;    align-items: center;    flex-direction: column;    padding: 15px 20px 15px !important;    gap: 10px;    border-radius: 25px}/*banner*/ 
.RWDbanner010 .main_pic_swiper-container {    width: 100%;}.RWDbanner010 .product_box {    padding-top: 0;}.RWDbanner010.right_pic .thumb_pic_box {    position: absolute;    left: auto;    right: 0;    top: 50%;    bottom: auto;    transform: translate(0px, -50%);    display: none;}.RWDbanner010 .thumb_pic_swiper-container {    margin-right: 0;}.RWDbanner010 .product_box .title>div {    margin-bottom: 15px;    text-align: left;}.RWDbanner010.right_pic .product_box .title {    left: 50px;}.RWDbanner010 .product_box .main_pic,.RWDbanner010 .product_box {    height: auto;    max-width: 100vw;    margin-top: 0;}.RWDbanner010 .product_box .text1,.RWDbanner010 .product_box .text2 {    font-size: 40px;}.RWDbanner010 .product_box .main_pic,.RWDbanner010 .product_box {    overflow: initial;}.RWDbanner010 .product_box .title,.RWDbanner010.right_pic .product_box .title {    position: absolute;}.banner-block .RWDedictor .banner-cloud {    bottom: 2vw;    width: 59vw;    height: 26vw;    left: -10vw;}/*news*/ 
.RWDnews011 .swiper-container-fade .swiper-slide {    opacity: 1;}.ad-block .shape-rectangle {    left: 8.5vw;    top: 3vw;    width: 41px;    height: 69px;}/*產品服務*/ 
.bookpage {    width: 51vw;    top: -7vw;}.service-block .container {    padding: 3rem 0;}.RWDproduct002_v3 .popup-portfolio .portfolio-item {    width: calc(100%/2 - 1px);    padding: 0 30px;}/*about*/ 
.about-block {    padding-bottom: 0;}.bookmark .mark {    width: 15vw;    height: 24vw;    left: auto;    right: 6vw;}.about-block .containerX {    display: flex;    justify-content: flex-start;    align-items: stretch;    flex-direction: column;}.about-block .ab-L,.about-block .ab-R {    width: 100%;}.about-block .ab-L .shape-triangle {    width: 90px;    height: 90px;    top: -7vw;    left: 57vw;}.about-block .ab-R {    height: 58vw;    margin: 7vw 0 0}.ab-pic-vi .vi-people {    position: absolute;    width: 38vw;    right: -5vw;}.vi-g-line-top {    width: 16vw;    left: -2vw;    top: 14vw;}.vi-g-line-bottom {    right: 1.8vw;    bottom: -2vw;    width: 97vw;}.about-block .ab-R .ab-r-cloud {    left: -18vw;    bottom: -1vw;    width: 39vw;    height: 13vw;}.ab-pic-vi .people_bg {    width: 71vw;    left: auto;    right: 22vw;    bottom: 0vw;}.ab-pic-bg {    width: 100%;    border-radius: 80px 0 0 25px;    display: none;}.RWDparallax_new,.RWDparallax_new .picbgbox {    height: 100% !important;}.about-block .ab-R::before {    top: auto;    width: 100vw;    bottom: -68vw;    height: 100vw;    left: 25%;}.about-block .cloud {    width: 21vw;    left: -9vw;    bottom: -14vw;}/*news*/ 
.news-block {    padding: var(--5dst) 0 var(--5dst);}.news-block::after {    width: 80vw;    height: 34vw;}.RWDnews011 .news-block {    -ms-flex-wrap: wrap;    flex-wrap: wrap;    margin-bottom: 0px;    display: flex;    flex-direction: column-reverse;}.RWDnews011 .img-slide,.RWDnews011 .news-block .list,.RWDnews011 img {    width: 100%;}.RWDnews011 .img-slide {    margin: 0 0 3rem;}.RWDnews011 {    padding: 0;}.news-block .container {    width: 85%;}.RWDnews011 .listitem {    -ms-flex-wrap: wrap;    flex-wrap: wrap;    opacity: 0;}.RWDnews011 .listitem.swiper-slide-active {    opacity: 1;}.RWDnews011 .title-block .ctrl-bar,.RWDnews011 .title-block.title-center .ctrl-bar {    display: none;}.RWDnews011 .mobile-only {    display: block;}.RWDnews011 .mobile-only.page-prev {    width: 40px;    height: 40px;    position: absolute;    top: 50%;    background-color: #fff;    z-index: 1;    -webkit-transform: translateX(-50%) translateY(-50%);    transform: translateX(-50%) translateY(-50%);    left: 0;}.RWDnews011 .mobile-only.page-next {    width: 40px;    height: 40px;    position: absolute;    top: 50%;    background-color: #fff;    z-index: 1;    -webkit-transform: translateX(50%) translateY(-50%);    transform: translateX(50%) translateY(-50%);    right: 0;}.RWDnews011 .mobile-only.page-prev,.RWDnews011 .mobile-only.page-next {    border-radius: 99em;    box-shadow: initial;}.RWDnews011 .page-arrow:before {    opacity: 0;}.RWDnews011 .page-arrow:after {    opacity: 1;}.RWDnews011 .list-date {    display: flex;    align-items: flex-start;}/*優勢*/ 
.RWDService002 .funny-boxes-icon::after {    width: 12vw;    height: 12vw;    left: -33px;}.RWDService002 .funny-boxes {    display: flex;    justify-content: space-around;}.RWDService002 .row {    width: 100% !important;    float: none;    display: initial !important;}.RWDService002 .row::before,.RWDService002 .row::after {    display: none;}.RWDService002 .col-sm-4 {    width: calc(100%/2 - 10px) !important;    float: left !important;    padding: 0;    margin: 0 5px;}/*活動花絮*/ 
.hightlight-block .g-line {    width: 103vw;    top: calc(-2vw + 24px);}.hightlight-block .containerX {    width: 100%;    padding: 0 50px;}.hightlight-block .infobox {    width: 100%;}.hightlight-animal {    left: calc(110px + -6%);    width: 17%;}.hightlight-hat {    width: 23%;    top: 22%;    left: calc(100px + -14%);}.RWDservice009 .top_icon {    display: none}.RWDservice009 {    display: block}.RWDservice009 .main_pic {    width: 100%;    margin: 0 auto}.RWDservice009 .swiper-button-prev {    transform: rotate(180deg)}.RWDservice009 .gallery-top-RWDservice009 .swiper-slide .text_box {    position: relative;    padding: 50px;    margin-top: 0}.RWDservice009 .swiper-button-next,.RWDservice009 .swiper-button-prev {    position: absolute;    width: 40px;    height: 40px;    margin-top: 0;    top: 50%;    transform: translate(0, -50%);    display: flex;    align-items: center;    justify-content: center;    background-color: transparent;    font-size: 30px;    color: #fff;    outline: 0}.RWDservice009 .swiper-button-prev {    transform: rotate(180deg) translate(0, 50%) !important}.RWDservice009 .swiper-button-next:after,.RWDservice009 .swiper-button-prev:after,.RWDservice009 .swiper-container-rtl .swiper-button-next:after,.RWDservice009 .swiper-container-rtl .swiper-button-prev:after {    display: none}/*slogan*/ 
.slogan-block .main-tit {    width: 51vw;}.slogan-block .main-tit span {    right: -11.5vw;    bottom: -2.6vw;    width: 14vw;}/*資訊*/ 
.latest-block {    padding: 0 0 6rem;}.latest-block .infobox {    padding-right: var(--3dst);    padding-left: var(--3dst);}.latest-block .titlebar::before {    bottom: -9vw;}.latest-block .shape-rectangle {    top: -11vw;    left: 65%;}.latest-block .news005_h4,.latest-block .RWDnews005 p {    display: -webkit-box;    text-overflow: ellipsis;    overflow: hidden;    -webkit-line-clamp: 2;    -webkit-box-orient: vertical;}/*footer*/ 
.ft-information {    display: flex;    flex-direction: column-reverse;    align-content: flex-end;    justify-content: flex-end;    align-items: flex-start;    gap: 2rem;}.footer-block .ft-top .ft-R {    display: flex;    flex-direction: column;    justify-content: flex-start;    align-items: flex-start;    gap: 2rem;}.ft-coop a {    width: calc(100%/3 - 10px);}.ft-shape {    width: 9vw;    height: 9vw;    right: -3vw;    top: 21vw;}/* 匯入內頁版面寬度80%*//*麵包屑*/section.hgroup {    margin: 0;}.hgroup .page_subject {    text-align: center;}.hgroup .breadcrumb {    text-align: center;    float: none !important;    position: static;    padding: 0;    border: 0;}/*編輯器 圖文*/ 
.RWDeditor01 .col-md-6 {    padding-left: 0px;    padding-right: 0px;    margin-bottom: 20px;}.RWDeditor01 .col-md-6 img {    width: 100%;}.pagecontent .RWDslider01,.pagecontent .RWDeditor01 {    margin-top: 40px !important;}/*文章列表樣式*/ 
.RWDslider01 .products-list .products-item .box {    align-items: flex-start;}/*文章列表樣式-04*/#article .layoutlist_4 .listdate {    padding-right: 0;}/*文章列表樣式-07*/#article .layoutlist_7 .litem {    width: calc(100% / 2 - 21px);    margin: 15px 10px !important;    padding: 0;}/*文章列表樣式-08*/ 
.rwdlayoutlist_9 .litem {    width: calc(100% / 2 - 1px);}.litem__text {    width: 85%;}/*產品列表樣式 A*/#product .layoutlist_2 .col-sm-6 {    width: calc(100% / 3 - 1px);}/*產品列表樣式 B*/#product .layoutlist_3.row {    display: flex;    flex-wrap: wrap;}#product .layoutlist_3.row>.col-md-12 {    width: calc(100% / 3 - 1px);}#product .item .subject {    margin-top: 15px;    margin-bottom: 10px;}/*產品列表樣式 C*/#product .layoutlist_4 .col-xs-6 {    width: calc(100% / 3 - 1px);}/*產品列表樣式 E*/#product .layoutlist_5.layoutlist .col-sm-3.col-md-3 {    width: calc(100%/3 - 1px);}/*相簿列表樣式*/ 
.layoutlist_1 .row a,.row .album_d_item a {    padding-bottom: 0;}/*相簿列表樣式-02*/ 
.layoutlist_2 .album_item {    width: calc(100% / 2 - 1px);    padding: 0 15px;}/*相簿內容樣式-03*/ 
.photo .content_box {    width: calc(100% / 2) !important;}/*相簿內容樣式-04*/ 
.album-list {    display: flex;    flex-wrap: wrap;}.album-list .item {    width: calc(100% / 3);}/*檔案下載樣式-02*/ 
.download .list_table .container::after {    clear: none;}.download .list_table .container .row::after {    clear: none;}.download .list_table .container .row div:last-child {    clear: none !important;}.download .oneline {    border-bottom: none;    clear: none;}/*電子表單*/ 
.eformscontent .layoutlist_1 {    width: 100%;}.eformscontent .form-horizontal .control-label {    padding: 0 !important;    width: 100%}.eformscontent .form-horizontal .form-group .col-sm-12.col-md-11 {    width: 100%;    padding: 0 !important}.eformscontent .col-sm-12.col-md-11,.eformscontent .col-sm-12.col-md-5 {    width: 100%;}.eformscontent .form-horizontal .col-sm-12.col-md-5 {    padding: 0 !important;}.eformsDesc {    margin: 50px 0 0;}/*影片列表*/ 
.layoutlist_2 .video_item {    width: calc(100% / 3 - 1px);}/*產品內頁-02*/#sidebar {    padding: 0 !important;    margin: 0 0 30px;}/*購物車按鈕pad*/#mobile-fixed .btn-box .normal {    background: transparent;    color: #444;    border: 1px solid #444;    border-radius: 0;}#mobile-fixed .btn-box .bg2 {    border-radius: 0;    transition: all 0.3s ease;    border: 1px solid #000;    color: #fff;    background: #000;}.RWDshopping #mobile-fixed .btn.normal {    color: #444;}/*檔案下載*/ 
.download .search-container {    margin-left: 20px;    margin-top: 0;}/*-----------------內頁客製化---------------------*/ 
.page_wrapper_bg section.call_to_action:after {    width: 39vw;    height: 20vw;}.hgroup h1 {    font-size: clamp(1.5rem, 1.4405rem + 0.2976vw, 1.625rem);}.page_wrapper_bg section.call_to_action::before {    top: 19.5vw;}.page_wrapper_bg .article-text::before {    width: 13vw;    height: 16.8vw;}.hgroup .page_subject {    display: flex;    flex-direction: column-reverse;    align-items: center;    align-content: center;    justify-content: center;}.hgroup .breadcrumb {    margin: 0 0 1.5rem;}.page-titlebar .en-tit::before {    width: 6px;    height: 6px;    margin: 0 5px 0 0;}.article5 .page_wrapper_bg section.call_to_action::before,.article9 .page_wrapper_bg section.call_to_action::before {    top: 9.5vw;}/*-----內頁寬度--------*/ 
.article2 .page_wrapper_bg section.call_to_action>.container {    padding-top: 0 !important;}.article2 div#sidebar {    padding-top: 0 !important;}/*-----文章頁籤--------*/ 
.tab_row {    width: 100%;}.tabs nav ul li {    width: auto;    min-width: auto;}/*-----關於我們--------*/ 
.article1 .page_wrapper_bg .collapsing_header .main::before {    top: 35vw;    height: 57vw;}/*-----教育旅行--------*/ 
.service-slogan-box .info p {    font-size: 17px;}.service-slogan-box::before {    width: 7vw;    height: 11vw;    top: -0.4vw;}/*-----經驗分享--------*/#article .layoutlist_7 .row {    display: flex;    flex-wrap: wrap;}/*-----喜多旅行社--------*/ 
.hitotravel-style-01 .pagebox .tit {    font-size: 22px;}.hitotravel-style-01 .pagebox ul {    display: flex;    flex-direction: column;    justify-content: flex-start;    align-items: flex-start;    align-content: center;    gap: 0;}.hitotravel-style-01 .pagebox ul li {    display: flex;    flex-direction: row;    justify-content: center;    align-items: center;    width: 100%;    border: 0;    gap: 10px;}.hitotravel-style-01 .pagebox ul li span {    margin-left: 0;    margin-right: 0;}.hitotravel-style-01 .pagebox ul li:nth-child(1),.hitotravel-style-01 .pagebox ul li:nth-child(3) {    border-right: 0;}.hitotravel-style-03 .page-g-linee {    top: -12.5vw;}.hitotravel-style-04 .photobox ul li {    width: calc(100%/2 - 10px);}.hitotravel-style-04 .photobox ul li:nth-child(5),.hitotravel-style-04 .photobox ul li:nth-child(5) img {    width: 100%;}.hitotravel-style-04 .photobox {    width: 85%;    margin-left: auto;    margin-right: auto;}/*喜多旅行社tabs*/ 
.tabs-list-style .pagebox-downlayout {    gap: 1.5rem;}.tabs-list-style .pagebox-downlayout {    width: 100%;}/*en*/ 
.en-nest-style-01 .pagebox .L-box {    width: 100%;}.en-nest-style-02 .tit {    font-size: 24px;}.en-nest-style-02 ul::after {    display: none;}.en-nest-style-03 .en-tit {    font-size: 3.5vw;}.en-nest-style-03 .en-tit br {    display: none;}/*相關連結*/ 
.article6 .layoutlist_7 .litem {    width: calc(100%/3 - 20px) !important;}.cate_list .summary {    -webkit-line-clamp: 2;    -webkit-box-orient: vertical;}/* 第一次修改 */ 
.about-article01::before {    display: none;}.about-article06 .inn-text-item, .about-article.about-article02 {    grid-template-columns: auto;    gap: 2rem 0;}.about-article.about-article05 {    gap: 0 1rem;}.about-article.about-article07 .inn-text h2>small:before {    display: none;}.about-article.about-article07 .inn-text h2 {    font-size: 1.75rem;    letter-spacing: 1px;}.about-article.about-article07 .inn-text h2>small {    font-size: 1rem;}.article1 .en-nest-style-04 {    width: 100%;}/* 內頁修改 */:is(.faq1, .faq2) .hgroup .container {    margin-bottom: 7rem;}
}
/*991px end*/
/*850px start*/
@media (max-width: 850px) {
/*活動花絮*/ 
.hightlight-block .titlebar {    margin: 0 0 25vw;}.hightlight-block .g-line {     width: 105vw;    top: calc(14vw + 24px);}.hightlight-animal {    left: 50%;    width: 19%;    transform: translate(-50%, -76%);}.hightlight-hat {    width: 29%;    top: 11%;    left: -2%;    z-index: -1;    opacity: 0.25;}/* 匯入內頁版面寬度80%*//*文章列表樣式-04*/#article .layoutlist_4 .fixrow {padding-left: 0;padding-right: 0;}/*圖文輪播*/ 
.RWDslider01 .products-list .box {display: flex;flex-direction: column;}.RWDslider01 .products-list .products-item .box {flex-direction: column;justify-content: flex-start;}.RWDslider01.pic-right .products-list .products-item .box {flex-direction: column;}.RWDslider01 .pic-list, .RWDslider01 .text {width: 100%; padding: 0 !important;}.RWDslider01 .control-box {right: 0;position: relative; width: 100%; text-align: center;}.RWDslider01 .pic-list,.RWDslider01 .text,.RWDslider01 .pic img {width: 100%;}.RWDslider01 .pic-list {padding-right: 0;}.RWDslider01.pic-right .pic-list { padding-left: 0;}.pagecontent .RWDslider01, .article1 .pagecontent .RWDeditor01 {margin-top: 30px;}:is(.faq1, .faq2) .page_wrapper_bg .article-text::before {    display: none;}
}
/*850px end*/
/*812px start*/

@media (max-width:812px) {    .article2 .RWDtimeline01 li.event .point {        padding-right: 0;        padding-bottom: 0;    }    .article2 .RWDtimeline01 li.event {        margin: 0 0 20px;    }    .article2 .RWDtimeline01 li.event:before {        left: 46px;    }    .article2 .pagecontent .RWDtimeline01 {        margin-top: 100px;    }}

/*812px end*/
/*800px start*/
@media (max-width: 800px) {
/*服務產品*/ 
.service-block .titlebar .cloud {    left: -7vw;    top: 19vw;    width: 100px;    height: 49px;}.service-block .titlebar .dot {    left: 1vw;    top: 17vw;    width: 44px;    height: 44px;}.service-block .titlebar .triangle {    right: 0vw;    width: 59px;    height: 40px;    top: -10vw;}.book-bg::before {    width: 100vw;    height: 77vw;    left: -16vw;    top: 31%;}.bookcenter::after {    width: 100vw;    height: 100vw;    right: -25vw;}.book-bg::after {    height: 66vw;    left: -11vw;    bottom: -32vw;    width: 80vw;}/*about*/ 
.about-block .containerX {    width: 100%;    margin: 0 auto;}.about-block .titlebar {    text-align: var(--txt-center);}.about-block .titlebar .en-tit {    margin-left: auto;    margin-right: auto;}.about-block .ab-L {    width: 80%;    margin: 0 auto;}.about-block .titlebar p {    width: 100%;}.RWDscore01 .count-blk .swiper-slide {    display: flex;    justify-content: space-between}.about-block .ab-R {    margin: 11vw 0 0;}/*資訊*/ 
.latest-block .shape-rectangle {    left: auto;    right: 1vw;}.latest-block .shape-triangle {    left: 6%;}/* 匯入內頁版面寬度80%*//*麵包屑*/ 
.hgroup .container {    margin-left: 0;    margin-right: 0;}.hgroup .page_subject {    padding-bottom: 0;}/*按鈕*/ 
.btn.btn_back,.ebtn,.block_body .page_content2 .btn,.block_body .page_content1 .btn,.page_content2 .btn,.page_content1 .btn {    width: auto !important;}.block_body .page_content2 .btn,.block_body .page_content1 .btn,.page_content2 .btn,.page_content1 .btn {    margin-top: 30px !important;}/*文章列表樣式-03*/#article .layoutlist_3 .listdate .yearmonth {    padding-bottom: 0px;}/*文章列表樣式-04*/#article .layoutlist_4 .listdate {    padding-right: 0;}#article .layoutlist_4 .listdate .yearmonth {    letter-spacing: 1px;}#article .layoutlist_4 .listdate .yearmonth {    padding-bottom: 15px;}#article .layoutlist_4 .list_subject .summary {    margin: 10px 0px 0;}#article .layoutlist_4 .list_subject a {    margin: 0px !important;}/*產品檔案下載按鈕*/ 
.productcontent .page_content1 .download_container .btn {    float: none;    margin: 60px auto 0 !important;    display: block;    max-width: 250px;    padding: 5px;}/*相簿列表樣式-01*/#album .layoutlist_1 .row .album_item {    width: calc(100% / 3 - 1px) !important;}.layoutlist_2 .album_item {    padding: 0 10px;}/*檔案下載樣式-02*/ 
.layoutlist_3 .dbtn_v2 {    width: 100%;    text-align: center;}/*電子表單*/ 
.form-horizontal .control-label {    width: 100%;}.form-horizontal .form-group .col-sm-12.col-md-11 {    width: 100%;}/*-----------------內頁客製化---------------------*//*----------隱私權政策----------*/ 
.article7 .page_wrapper_bg .article-text.rwd .container p {    width: 100%;}/*----------教育服務----------*/ 
.service-slogan-box .info {    padding-top: 8rem;}.service-slogan-box::before {    width: 80px;    height: 123px;    top: -6px;    left: 50%;    transform: translateX(-50%);}.service-slogan-box .info::after {    width: 51vw;    height: 21vw;}/*-------喜多旅行社--------*/ 
.hitotravel-style-02::after {    width: 300px;    height: 126px;    left: 50%;    top: -125px;}/*-------en--------*/ 
.en-nest-style-01 .page-titlebar h2.main-tit {    font-size: 4vw;}
}
/*800px end*/
/*767px start*/
@media (max-width: 767px) {
.mobile-link {    display: block;}/*活動花絮*/ 
.RWDservice009 .gallery-top-RWDservice009 .swiper-slide .text_box {    display: block}.RWDservice009 .gallery-top-RWDservice009 .swiper-slide .memo {    max-width: 100%}.RWDservice009 .gallery-top-RWDservice009 .swiper-slide .memo {    padding-left: 0;    margin-left: 0;    border: 0}.RWDservice009 .swiper-button-next.swiper-button-disabled,.RWDservice009 .swiper-button-prev.swiper-button-disabled {    opacity: .3}/*header*/ 
.RWDmenu_plus04 .features {    display: block;    width: 120px;}.RWDmenu_plus04 .features .cta.btn-style {    display: none;}/*about*/ 
.about-block .ab-R {    margin: 19vw 0 0;}/*news*/ 
.news-block {    padding-bottom: 0;}.RWDnews011 .news-block {    -ms-flex-wrap: wrap;    flex-wrap: wrap;    display: flex;    flex-direction: column;}.RWDnews011 .img-slide {    margin: 0 0 1rem;}.RWDnews011 .list-D {    font-size: 11px;    line-height: 1.3;}.RWDnews011 .listitem {    padding-bottom: 32px;}/*活動花絮*/ 
.RWDservice009 .gallery-top-RWDservice009 .swiper-slide .title {    -webkit-line-clamp: 2;    margin: 0 0 13px;}/*footer*/ 
.footer-block .ft-bottom .ft-R,.footer-block .ft-bottom .ft-L {    width: 100%;}.ft-bottom {    padding-top: 15px;    padding-bottom: 87px;    line-height: 1.4;}.footer-block .ft-bottom .ft-L,.ft-bottom {    display: flex;    flex-direction: column;    align-content: flex-start;    justify-content: flex-start;    align-items: center;}.footer-block .ft-bottom .ft-R {    text-align: var(--txt-center);}/* 匯入內頁版面寬度80%*//*文章列表樣式-02*/#article .layoutlist_2 {    display: flex;    flex-wrap: wrap;}#article .layoutlist_2 .item {    width: calc(100% / 2 - 41px);    margin: 0 20px;}#article .layoutlist_2 .list_subject,#article .layoutlist_2 .listdate {    padding-left: 0px;    padding-right: 0;}#article .layoutlist_2 .listdate .yearmonth {    color: #afafaf !important;    font-size: 12px !important;    letter-spacing: 2px !important;}#article .layoutlist_2 .listdate .yearmonth::after {    content: "/";    position: relative;    display: inline-block;}#article .layoutlist_2 .listdate .yearmonth,.layoutlist_2 .listdate .day {    display: inline-block;}#article .layoutlist_2 .listdate .day {    color: #afafaf !important;    font-size: 12px !important;    letter-spacing: 2px !important;    margin-left: -3px;}/*文章列表樣式-03*/#article .layoutlist_3 {    display: flex;    flex-wrap: wrap;}#article .layoutlist_3 .item {    width: calc(100% / 2 - 21px);    margin: 0 10px;}#article .layoutlist_3 .listdate .day {    color: #afafaf;    font-size: 12px;    letter-spacing: 2px;}#article .layoutlist_3 .listdate .day::before {    content: " / ";}/*文章列表樣式-04*/#article .layoutlist_4>.fixrow>.xrow {    display: flex;    flex-wrap: wrap;}#article .layoutlist_4>.fixrow>.xrow>.col-sm-6.col-md-6 {    width: calc(100% / 2 - 21px);    margin: 0 10px;}/*文章列表樣式-06*/ 
.rwdlayoutlist_6 .subject_title {    display: flex;    align-items: center;}.rwdlayoutlist_6 .list_no {    width: 16.66666667%;}.rwdlayoutlist_6 .list_subject {    width: 66.66666667%;}.rwdlayoutlist_6 .list_date {    width: 16.66666667%;}.rwdlayoutlist_6 .list_item {    display: flex;    justify-content: flex-start;    align-items: center;}.rwdlayoutlist_6 .list_item .column.no {    width: 16.66666667%;}.rwdlayoutlist_6 .list_item .column.subject {    width: 66.66666667%;}.rwdlayoutlist_6 .list_item .column.date {    width: 16.66666667%;}/*文章列表樣式-07*/#article .layoutlist_7 .row {    flex-wrap: wrap;}#article .layoutlist_7 .litem {    width: calc(100% / 2 - 21px);}.layoutlist_7 .row:before,.layoutlist_7 .row:after {    display: none;}/*文章列表樣式-08*/ 
.layoutlist_8.rwd {    display: flex;    flex-wrap: wrap;}.layoutlist_8.rwd .item {    border-bottom: 0;    width: calc(100% / 2);}.layoutlist_8.rwd .list_img+.list_subject {    margin-top: 15px;}.layoutlist_8 .list_subject {    padding-left: 15px;}/*文章列表樣式-09*/ 
.rwdlayoutlist_9 .litem {    width: calc(100% / 2 - 1px);}/*左右圖文輪播PAD*/@media screen and (min-width: 415px) and (max-width: 767px) {    .RWDslider01 .products-list .box,    .RWDslider01.pic-right .products-list .box {        flex-direction: column    }    .RWDslider01 .text {        width: 100%    }    .RWDslider01.pic-right .pic-list {        padding: 0;    }    .RWDslider01 .products-list .box,    .RWDslider01.pic-right .products-list .box {        flex-direction: column;        width: 90%;        margin: auto;        padding: 0 !important    }    .RWDslider01 .pic-list {        width: 100%;        padding: 0;        margin: auto;        float: none !important    }    .RWDslider01.pic-right .control-box {        left: 50%;        transform: translateX(-50%);        text-align: center;        right: auto    }    .RWDslider01 .control-box {        right: auto;        left: 50%;        transform: translateX(-50%)    }}/*文章列表頁籤*/ 
.tab_content {    margin-top: 20px}/*文章頁籤修正*/ 
.tab {    padding: 20px 0;}.tab.open .tab_title {    margin: 0 0 20px;}/*產品頁籤*/ 
.RWDproduct_page .faq-item .faq-question {    padding: 15px 0}.RWDproduct_page .faq-item .faq-question:before {    display: flex;    justify-content: center;    align-items: center}.RWDproduct_page .faq-item .editor {    padding: 30px}/*產品列表樣式 A*/#product .layoutlist_2 .col-sm-6 {    width: calc(100% / 2 - 1px);}/*產品列表樣式 B*/#product .layoutlist_3.row>.col-md-12 {    width: calc(100% / 2 - 1px);}/*產品列表樣式 C*/#product .layoutlist_4 .col-xs-6 {    width: calc(100% / 2 - 1px);}/*產品列表樣式 D*/ 
.productlist .layoutlist_4 .col-sm-4.col-md-4,.productlist .layoutlist_4 .col-sm-3.col-md-3 {    width: calc(100%/2);    float: left;}/*產品列表樣式 E*/#product .layoutlist_5.layoutlist .col-sm-3.col-md-3 {    width: calc(100%/2 - 1px);}#product .layoutlist_5.layoutlist {    display: flex;    flex-wrap: wrap;}#product .layoutlist_5.layoutlist .col-sm-4 {    width: calc(100% / 2 - 1px);}/*產品我的最愛按鈕調整*/ 
.RWDproduct_page .btn-other {    margin: 10px 0}.RWDproduct_page .btn-other li {    width: 100%;    display: block;    text-align: left;    padding: 0}.RWDproduct_page .btn-other li .ii {    display: inline-block}.RWDproduct_page .btn-other li button {    text-align: left}/*相簿列表樣式-01*/#album .layoutlist_1 .row.masonry {    display: flex;    flex-wrap: wrap;}#album .layoutlist_1 .row.masonry .album_item {    width: calc(100% / 2 - 1px) !important;    padding: 0 10px;}/*相簿列表樣式-02*/#album .layoutlist_2 {    display: flex;    flex-wrap: wrap;}#album .layoutlist_2 .album_item {    width: calc(100% / 2 - 1px);}/*相簿內容樣式-01*/ 
.albumcontent section.call_to_action .container .article-text .container .row {    display: flex;    flex-wrap: wrap;}.row .album_d_item {    width: calc(100% / 2 - 1px);}/*相簿內容樣式-03*/ 
.photo .content_box {    width: calc(100% / 2) !important;}/*相簿內容樣式-04*/#article .layoutlist_4 .item {    display: initial;}.album-list .item {    width: calc(100% / 2);}#article .layoutlist_4 .listdate .yearmonth {    color: #afafaf !important;    font-size: 12px !important;    letter-spacing: 2px !important;    padding: 0;}#article .layoutlist_4 .listdate .yearmonth,.layoutlist_4 .listdate .day {    display: inline-block;}#article .layoutlist_4 .listdate .day {    color: #afafaf !important;    font-size: 12px !important;    letter-spacing: 2px !important;}#article .layoutlist_4 .listdate .day::before {    content: " / ";}/*相簿內容箭頭*/ 
.photo_view .flex-direction-nav .flex-disabled {    opacity: 10 !important;}/*檔案下載樣式-01*/ 
.download .list_table td.list_subject {    text-align: center;}.download .list_table th.split {    display: none}.download .list_table td {    line-height: 1.5;    padding: 10px}.download .list_table th.list_downloadbtn,.download .list_table th.list_no,.download .list_table td.list_no {    min-width: 100px}.download .list_table th.list_date {    width: calc(100% - 200px)}.download .list_table td.split {    display: none;}/*檔案下載樣式-02*/ 
.download .item table tr {    display: flex;    flex-direction: column;}.download .oneline {    display: flex;    flex-wrap: wrap;}.download .list_table td {    width: 100%;    padding-top: 15px;}.download .list_table td:nth-child(2) {    display: none;}.download .oneline .col-md-4.col-sm-6 {    width: calc(100% / 3);}.layoutlist_5 .downlaod_item {    width: calc(100%/2);}.download5 .search-container {    margin: 10px 0 0;}/*影片列表*/#video .layoutlist_2 {    display: flex;    flex-wrap: wrap;}#video .layoutlist_2 .video_item {    width: calc(100% / 2 - 1px);}/*購物車呼籲置底*/#mobile-fixed .fixed-bottom .price-box {    text-align: center;}#mobile-fixed .btn-box.step1 li,#mobile-fixed .btn-box.step2 li {    padding: 0 1px;}#mobile-fixed .btn-box .normal {    text-align: center;    padding: 10px 0;    font-size: 15px !important;}#mobile-fixed .btn-box ul {    display: flex;}/*------------------內文客製化---------------------*/ 
.tab:last-child {    border-bottom: none !important;}.content_item {    margin-bottom: 60px;}.page-line {    top: 9vw;}.tab_content,.page_wrapper_bg .article-text,.page_wrapper_bg .article-text p,.RWDslider01 .editor,.RWDtimeline01 li.event .point .editor,#sidebar .products-nav,.RWDslider01 .slick-dots button {    font-size: 15px !important;    line-height: 1.7;}/*-------頁籤--------*/ 
.tab_content {    color: #43220f;    font-size: 15px;    line-height: 1.5;}.tabs {    width: 100% !important;    margin: clamp(2rem, 0.1429rem + 7.619vw, 3rem) auto 0 !important;    background: rgba(255, 255, 255, .7);    box-shadow: 0 0 20px #e3e1d472;    border: #e3e1d4 solid 1px !important;}.tab {    border-top: 1px solid #e3e1d4 !important;    padding: 30px 40px !important;}.tab:first-child {    border-top: 0 !Important;}.tab_title {    font-weight: 600;    color: var(--main-color) !important;}.tab_content {    margin-top: 30px;}.tab_content ul.content_list li {    width: 100%;}.tab_content ul.content_list ul {    padding-left: 20px;}.tab:last-child {    border-bottom: 0;}/*--------內頁中間資料--------*/ 
.page_wrapper_bg .collapsing_header .main::before {    height: 61vw;}.page_wrapper_bg .pagecontent {    padding: 0px 0px !important;}/*--------關於我們--------*/ 
.article1 .page_wrapper_bg .collapsing_header .main::before {    top: 50vw;}/*--------喜多旅行社--------*/ 
.hitotravel-style-01 .pagebox::after {    font-size: 52px;}.hitotravel-style-01 .pagebox ul li span {    width: 30px;    height: 30px;    font-size: 14px;}.hitotravel-style-02::before {    width: 6.75rem;    height: 5.688rem;}.hitotravel-style-03 .infobox {    padding-bottom: 3rem;}.hitotravel-style-03 .pagebox {    padding: 3rem 3rem;}.hitotravel-style-04 .photobox {    margin-left: auto;    margin-right: auto;}.article5 .tabs,.article9 .tabs {    width: 90% !important;    border-radius: 15px;}.article5 .tab.open,.article9 .tab.open {    padding: 0 !important;}.article5 .tab.open .tab_title,.article9 .tab.open .tab_title {    padding: 20px;    background: var(--main-color) !important;    color: #fff !important;}.article5 .tab.open .tab_title_nav,.article9 .tab.open .tab_title_nav {    top: 18px;    right: 20px;}.article5 .tab_content,.article9 .tab_content {    padding: 3rem;}.article5 .tabs .article-block,.article9 .tabs .article-block {    padding: 1.5rem 20px;}.article5 .tabs .page-titlebar,.article9 .tabs .page-titlebar {    margin: 0 0 2rem;}.article5 .page-titlebar .en-tit {    font-size: 13px;    line-height: 1.2;}/*---en---*/ 
.en-nest-style-03 .en-tit {    font-size: 4.5vw;}.en-slogan::before,.en-slogan::after {    display: none;}.en-slogan {    width: 80%;    font-size: 6.7vw;    min-height: auto;}.en-nest-style-03 .page-g-linee {    bottom: -11vw;}/* 第一次修改 */ 
.about-article.about-article01 {    padding: 4rem 3rem;}
}
/*767px end*/
/*700px start*/

@media (max-width: 700px) {    .RWDService002 .funny-boxes-icon {        left: 9px;        bottom: 0;        height: 65px;        width: 66px;    }    .about-block .ab-L .shape-triangle {        width: 50px;        height: 50px;        left: 66vw;        top: 0vw;        filter: blur(2px);    }    .hightlight-block .g-line {        width: 104vw;        top: calc(13vw + 24px);    }    /*-----內頁客製化-----*/    .page_wrapper_bg section.call_to_action:after {        width: 46vw;        height: 20vw;        bottom: -5vw;    }    .article5 .tabs-ende-style .pageinfo-title br,    .article9 .tabs-ende-style .pageinfo-title br {        display: none;    }    .article5 .page_wrapper_bg section.call_to_action::before,    .article9 .page_wrapper_bg section.call_to_action::before {        top: 14.5vw;        width: 48vw;        height: 29vw;    }    /* 第一次修改 */    .about-article.about-article01 {    padding: 3rem 1.5rem;}.about-article.about-article05 {    grid-template-columns: auto;    gap: 2rem 0;}.about-article .inn-text .pageinfo-title {    letter-spacing: 1px;}}

/*700px end*/
/*650px start*/

@media (max-width: 650px) {    .titlebar h2 {        font-size: clamp(2.125rem, 1.8826rem + 1.2121vw, 2.375rem);    }    .titlebar .sub-tit {        font-size: 19px;    }    .titlebar .en-tit {        font-size: 14px;        margin-bottom: 12px;    }    .RWDfakeloader img {        width: 250px;    }    /*header*/    .RWDmenu_plus04 #mobile-menu::after {        width: 22vw;        height: 11vw;        left: 5vw;        bottom: -1vw;    }    .RWDmenu_plus04 #mobile-menu .main-menu::before {        bottom: 27vw;    }    .RWDmenu_plus04 .features {        display: none;    }    .RWDmenu_plus04 #mobile-menu .menu>li.menu-en {        display: block;    }    /*about*/    .bookmark .mark {        width: 15vw;        height: 24vw;        left: auto;        right: 33%;        transform: translateX(-50%);    }    .bookmark .mark-cloud {        right: 50%;    }    .about-block .ab-L {        padding: var(--9dst) 0 0;    }    /*優勢*/    .RWDService002 .funny-boxes {        display: flex;        justify-content: flex-start;        padding: 20px 0 30px;        flex-direction: column;        align-items: center;        gap: 0;    }    .RWDService002 .funny-boxes-icon {        left: 0;        bottom: 0;    }    .RWDService002 .funny-boxes-icon::after {        width: 100vw;        height: 12vw;        left: 50%;        bottom: auto;        top: 0;        right: auto;        opacity: 0.7;        background: url(archive/image/customization/service_icon_bg_mobile.webp) no-repeat;        background-position: center bottom;        transform: translate(-50%, -50%);    }    .RWDService002 .funny-boxes-text {        width: 85%;    }    .RWDService002 .funny-boxes>.funny-boxes-text>.funny-boxes-tit {        text-align: var(--txt-center);    }    .RWDService002 .funny-boxes>.funny-boxes-text>p {        margin: 0;    }    /*slogan*/    .slogan-block .main-tit {        width: 72vw;    }    .slogan-block .main-tit span {        display: none;    }    .slogan-block .titlebar .sub-tit {        margin-bottom: 10px;    }    .peoplebox .peoplestyle.people04 {        position: relative;        left: -5vw;        width: 85vw;    }    .peoplebox .peoplestyle.people02 {        left: -2vw;        width: 117vw;    }    .peoplebox .peoplestyle.people01 {        left: -1vw;        width: 76vw;    }    /*產品服務*/    .RWDproduct002_v3 .portfolio-bottom__p {        margin-bottom: 20px;    }    .RWDproduct002_v3 .popup-portfolio .portfolio-item {        width: 100%;    }    .service-block .titlebar .cloud {        left: -10vw;        top: 30vw;        width: 125px;        height: 49px;    }    .service-block .titlebar .dot {        left: 1vw;        top: 27vw;    }    /*about*/    .about-block .ab-L {        width: 85%;    }    /*跑分*/    .RWDscore01 .count-blk .swiper-slide {        display: flex;        justify-content: center;        align-items: flex-start;        gap: 10px;    }    .RWDscore01 .count-item {        text-align: var(--txt-center);        width: calc(100%/2 - 10px);        align-items: center;    }    .RWDscore01 .count-str {        font-size: 15px;        letter-spacing: 0;        line-height: 1.4;        height: 24px;        display: -webkit-box;        text-overflow: ellipsis;        overflow: hidden;        -webkit-line-clamp: 2;        -webkit-box-orient: vertical;    }    .RWDscore01 .count-item::before {        width: 100%;    }    .RWDscore01 .count-item:nth-child(3)::before,    .RWDscore01 .count-item:nth-child(4)::before {        display: none;    }    .RWDscore01 .count-item::before {        margin: 20px 0;    }    /*news*/    .RWDnews011 .listitem {        padding-bottom: 83px;    }    .green-block {        height: 23vw;    }    /*footer*/    .ft-tit {        font-size: 18px;    }    .ft-coop a {        width: calc(100%/2 - 10px);    }    .txt-slider {        padding: var(--3dst) 0 0;    }    .RWDservice009 .gallery-top-RWDservice009 .swiper-slide .title br {        display: none;    }    .RWDservice009 .gallery-top-RWDservice009 .swiper-slide .title {        display: -webkit-box;        text-overflow: ellipsis;        overflow: hidden;        -webkit-line-clamp: 1;        -webkit-box-orient: vertical;    }    /*-----------------內頁客製化---------------------*/    .page_wrapper_bg section.call_to_action:after {        display: none;    }    .page-line {        top: 16vw;    }    .pagecontent .RWDslider01,    .pagecontent .RWDeditor01 {        margin-top: 20px !important;    }    .pageinfo-title,    .RWDeditor01 .model-title {        font-size: 20px !important;        margin: 0 0 1.3rem;    }    .page-titlebar h2.main-tit {        font-size: 26px;    }    .page-titlebar .en-tit {        margin-bottom: 8px;    }    .tab_title_nav {        height: 15px !important;        width: 15px !important;    }    .tab_title_nav .line {        width: 15px !important;    }    /*相關連結&相簿*/    .article6 .layoutlist_7 .litem>div,    .article10 .layoutlist_7 .litem>div,    .article6 .layoutlist_7 .litem img,    .article10 .layoutlist_7 .litem img {        border-radius: 10px;    }    /*寬度*/    .article2 .page_wrapper_bg section.call_to_action>.container {        padding: 0 20px !important;    }    .page_wrapper_bg section.call_to_action>.container {        width: 100% !important;        padding: 0 20px !important;    }    .page_wrapper_bg section.call_to_action::before {        top: 33.5vw;        width: 39vw;        height: 17vw;        right: -6vw;    }    .faq1 .page_wrapper_bg section.call_to_action::before,    .article1 .page_wrapper_bg section.call_to_action::before {        top: 22.5vw;    }    .page_wrapper_bg .article-text::before {        width: 18vw;        height: 22.8vw;    }    /*-----------------隱私權政策---------------------*/    .article7 .page_wrapper_bg .article-text.rwd .container p.privacy-tit,    .article7 .page_wrapper_bg .article-text.rwd .container h5 {        font-size: 17px;    }    .article7 .page_wrapper_bg .article-text.rwd .container .item ul {        padding-left: 25px;    }    .article7 .page_wrapper_bg .article-text.rwd .container .item span,    .article7 .page_wrapper_bg .article-text.rwd .container .item h6 {        padding-left: 0px;    }    /*-----------------經驗分享---------------------*/    .sharing-slogna-box p {        font-size: 22px !important;        margin: 0 0 1rem;    }    /*-----------------問與答---------------------*/    .faq_q_icon {        width: 35px;        height: 35px;    }    .faq_q_icon:before {        top: 6px;        left: 10px;        font-size: 15px;    }    .faq_close,    .faq_open,    .faq_question table tr td:nth-child(3) {        display: none;    }    /*-----------------喜多旅行社---------------------*/    .article5 .page_wrapper_bg section.call_to_action>.container {        padding: 0 !important;    }    .en-nest-style-01,    .hitotravel-style-01 {        padding-top: 3rem;    }    .hitotravel-style-01 {        width: 90%;        padding-bottom: clamp(0.125rem, -4.6023rem + 23.6364vw, 5rem);    }    .hitotravel-style-02 .inner {        padding: 3rem 0 0;    }    .hitotravel-style-01 .pageinfo-title {        font-size: 26px !important;    }    .hitotravel-style-01 .pagebox::before {        display: none;    }    .hitotravel-style-01 .pagebox::after {        font-size: 50px;        top: 47%;    }    .hitotravel-style-01 .pagebox {        display: flex;        flex-direction: column;        justify-content: flex-start;        align-items: flex-start;        gap: 6rem;        border-radius: 15px;        background: transparent;        width: 90%;        margin-left: auto;        margin-right: auto;    }    .hitotravel-style-01 .pagebox .L-box,    .hitotravel-style-01 .pagebox .R-box {        width: 100%;        background: #fff;        border-radius: 15px;        overflow: hidden;    }    .hitotravel-style-02 .pagebox {        width: 85%;    }    .hitotravel-style-02::before {        width: 6.75rem;        height: 5.688rem;        right: -1vw;        top: -5vw;    }    .hitotravel-style-02::after {        width: 220px;        height: 92px;        left: 50%;        top: -92px;    }    .hitotravel-style-03 .page-g-linee {        top: 15.5vw;    }    .hitotravel-style-03 .infobox,    .en-nest-style-03 .inner,    .en-nest-style-04 {        width: 100%;        padding-left: 20px;        padding-right: 20px;    }    .hitotravel-style-03 .pagebox {        padding: 3rem clamp(0.1125rem, -2.6875rem + 14vw, 3rem);    }    .hitotravel-style-04 {        padding-bottom: 3rem;    }    .hitotravel-style-04 .page-titlebar p {        width: 100%;    }    .hitotravel-style-01 .pagebox ul {        padding: 1.5rem;    }    /*喜多旅行社tabs*/    .article5 .tab_content,    .article9 .tab_content {        padding: 3rem 20px;    }    .article5 .tabs .tabs-list-style .page-titlebar,    .article9 .tabs .tabs-list-style .page-titlebar {        margin: 0;    }    .article5 .page-titlebar .en-tit::before,    .article9 .page-titlebar .en-tit::before {        display: none;    }    /*en*/    .article9 .page_wrapper_bg section.call_to_action>.container {        padding: 0 !important;    }    .article9 .tabs .page-titlebar h2.main-tit,    .article9 .tabs .RWDeditor01 .model-title {        font-size: 22px;    }    .en-nest-style-01 {        padding-top: clamp(5rem, 4.7143rem + 1.4286vw, 7rem);    }    .en-nest-style-01 .article-block {        padding: 3rem clamp(0.1125rem, -2.6875rem + 14vw, 3rem) 0;    }    .en-nest-style-03 .page-titlebar .en-tit,    .en-nest-style-01 .page-titlebar h2.main-tit {        font-size: 5vw;    }    .en-nest-style-02 .bookpage {        width: 66vw;        top: -12vw;    }    .en-nest-style-02 .en-book-center {        padding: 6rem 0;    }    .en-nest-style-02 .tit {        font-size: 20px;        text-align: center;        padding: 0 0 1rem;        margin: 0 0 2rem;    }    .en-nest-style-02 .tit::before {        left: 50%;        transform: translateX(-50%);    }    .en-nest-style-02 ul li {        display: flex;        flex-direction: column;        flex-wrap: wrap;        align-content: flex-start;        align-items: flex-start;    }    .en-nest-style-02 .L-box {        width: 23vw;        margin: 0 auto;    }    .en-nest-style-02 .R-box {        width: 100%;    }    .en-nest-style-03 .pagebox {        padding-left: clamp(1.25rem, -0.447rem + 8.4848vw, 3rem);        padding-right: clamp(1.25rem, -0.447rem + 8.4848vw, 3rem);    }    .en-nest-style-04 .pagebox .L-box picture {        width: 36vw;    }    .en-slogan {        margin: 1rem auto;    }    /*en tabs*/    .article9 .tabs .pageinfo-title,    .article9 .tabs .RWDeditor01 .model-title {        font-size: 24px !important;    }    .tabs-abouten-03 .pageinfo-title img {        width: 62px;    }    .tabs-abouten-05 .style-02 .L-box img {        width: 100px !important;        height: 100px !important;    }    /*相關連結*/    .article6 .layoutlist_7 .litem {        width: 100% !important;        border: 0 !important;    }    .service-slogan-box .info .bg::after {        width: 100%;        height: 27vw;    }}

/*650px end*/
/*600px start*/
@media (max-width: 600px) {
/*banner*/ 
.scrolldownbox {    display: none;}.RWDbanner010 .product_box .text1 {    margin-top: 5px;}.RWDbanner010.right_pic .thumb_pic_box {    top: auto;    bottom: -120px;    left: 30px;    right: auto;    transform: translate(0px, 0%);}.RWDbanner010 .swiper-pagination {    bottom: -50px;    width: 30px;    left: auto;    right: 20px;    height: 100%;    display: flex !important;    align-items: center;    justify-content: flex-end;    flex-direction: column;}.RWDbanner010 .swiper-pagination .swiper-pagination-bullet {    margin: 12px 0;    width: 8px;    height: 8px;}.RWDbanner010.right_pic .product_box .title {    left: 30px;    top: 22%;}.RWDbanner010 .thumb_pic_swiper-container {    width: 55vw;}.RWDbanner007 .item-img {    height: 45vh !important;}.RWDbanner010 .product_box_thumb .img_box .pad,.RWDbanner010 .product_box_thumb .img_box .pc,.RWDbanner010 .swiper-pagination {    display: block;}.RWDbanner010 .product_box .main_pic img {    width: 100%;}.RWDbanner010 .product_box .title>div {    margin-bottom: 0px;}.RWDbanner010 .product_box .text1,.RWDbanner010 .product_box .text2 {    font-size: 35px;    letter-spacing: 3px;}.RWDbanner010 .product_box .text3.text {    font-size: 14px;    margin-top: 15px;    letter-spacing: 2px;}.RWDbanner010 .product_box .text0 {    font-size: 18px;    letter-spacing: 2px;}/*產品服務*/ 
.bookpage {    width: 64vw;    top: -11vw;}/*活動花絮*/#m_RWDfullscreen01_80_1.RWDservice009 .gallery-top-RWDservice009 .swiper-slide .box .img {    height: 50vw !important}.RWDservice009 .swiper-button-next {    right: -38px}.RWDservice009 .swiper-button-prev {    left: -38px}.RWDservice009 .gallery-top-RWDservice009 .swiper-slide .text_box {    padding: 30px 30px 40px}/*about*/ 
.bookmark .mark {    width: 18vw;    height: 28vw;    top: -0.9vw;}.bookmark .mark-cloud {    right: 36%;    width: 75px;    height: 32px;    top: 16vw;}/*資訊*/ 
.RWDnews005 .owl-pagination {    display: block;}.latest-block .infobox {    padding: var(--2dst) var(--2dst) var(--0dst);}.latest-block .shape-triangle {    width: 30px;    height: 30px;}/* 匯入內頁版面寬度80%*//*標題*/ 
.hgroup {    padding-left: 15px;    padding-right: 15px;}.hgroup h1 {    margin-bottom: 0px;    line-height: 1.8;}.article2 .hgroup .container,.hgroup .container {    margin: 0 0 40px;}/*按鈕*/ 
.btn.btn_back,.ebtn,.block_body .page_content2 .btn,.block_body .page_content1 .btn,.page_content2 .btn,.page_content1 .btn,.btn-primary,#article .btn.btn_back a,#album .btn.btn_back a {    width: 100% !important;}/*container*/ 
.page_wrapper_bg .pagecontent {    padding: 0px !important;}.article2 .page_wrapper_bg section.call_to_action,.page_wrapper_bg section.call_to_action {    padding: 40px 0;}.page_wrapper_bg .article-text .container {    padding: 0;}section.hgroup {    padding: 0;}/*fixrow*/ 
.fixrow {    padding-left: 0px !important;    padding-right: 0px !important;}/*文章列表最上層樣式調整*/#article .cate_list.row .col-sm-6.col-md-4 {    margin: 0 0 30px;}/*文章列表樣式-02*/#article .layoutlist_2 .item {    width: 100%;    margin: 10px 0;}/*文章列表樣式-03*/#article .layoutlist_3 .item {    width: 100%;    margin: 10px 0;}/*文章列表樣式-04*/#article .layoutlist_4>.fixrow>.xrow>.col-sm-6.col-md-6 {    width: 100%;    margin: 10px 0;}/*文章列表樣式-06*/ 
.rwdlayoutlist_6 ul {    margin: 0;}.rwdlayoutlist_6 li {    margin: 0;    border-bottom: #dfdfdf solid 1px;    padding: 10px 0 10px;}.rwdlayoutlist_6 .subject_title {    display: none;}.rwdlayoutlist_6 .list_item {    text-align: center;    flex-direction: column}.rwdlayoutlist_6 .list_item .column.no,.rwdlayoutlist_6 .list_item .column.subject,.rwdlayoutlist_6 .list_item .column.date {    width: 100%;}/*文章列表樣式-07*/#article .layoutlist_7 .litem {    width: 100%;    padding: 0 0 0px;    margin: 0 0 40px;    border-bottom: 1px solid #eee;}/*文章列表樣式-08*/ 
.layoutlist_8.rwd .item {    border-bottom: 1px solid #eee;    width: 100%;}/*文章列表樣式-09*/ 
.rwdlayoutlist_9 .litem {    width: 100%;}/*左右圖文輪播PH*/ 
.RWDslider01 .pic-list {    width: 100%;}/*時間軸樣式*/ 
.RWDtimeline01 .line_dot,.RWDtimeline01 .line_dot2 {    left: 4px;}.RWDtimeline01 li.event:before {    left: 27px;}.RWDtimeline01 li.event .point {    width: calc(100% - 90px);    left: 90px;}.RWDtimeline01 li.event .point .date {    font-size: 14px;    letter-spacing: 1px}/*文章檔案下載*/ 
.file_area {    margin: 0 0 10px;}#file_dlist,.page_wrapper_bg .dd-select,.file_area {    width: 100% !important;}.download_container .btn {    width: 100%;}/*電子表單*/ 
.new-form {    margin-top: 0;}.webdesc {    margin: 0 0 30px;}/*相簿上下方說明*/#album .page_desc {    margin: 30px 0;}#album .page_content3 .page_desc2,#album .page_content4 .page_desc2 {    margin: 30px 0 0;}.photo_discription .text {    font-size: 16px !important;    line-height: 1.5 !important;    margin: 30px 0;    color: #333 !important;    letter-spacing: 2px;    font-weight: 400}/*相簿列表樣式-01*/ 
.layoutlist_1 .album_item {    width: 100% !important;}#album .layoutlist_1 .row.masonry .album_item {    width: calc(100% / 1 - 1px) !important;}/*相簿列表樣式-02*/ 
.layoutlist_2 .album_item {    margin: 10px 0px 20px !important;    width: 100%;}#album .layoutlist_2 .album_item {    width: 100%;    padding: 0;}/*產品列表樣式 A*/#product .layoutlist_2 .col-sm-6 {    width: 100%;    padding: 0;}#btn_shopping {    width: 100%;    margin: 0;}/*產品列表樣式 B*/#product .layoutlist_3.row>.col-md-12 {    width: 100%;}/*產品列表樣式 C*/#product .layoutlist_4 .col-xs-6 {    width: 100%;}/*產品列表樣式 D*/ 
.productlist .layoutlist_4 .col-sm-4.col-md-4,.productlist .layoutlist_4 .col-sm-3.col-md-3 {    width: calc(100%/1);    float: left;}/*產品列表樣式 E*/#product .layoutlist_5.layoutlist .col-sm-4 {    width: 100%;}#product .layoutlist_5.layoutlist .col-sm-3.col-md-3 {    width: 100%;}/*產品頁籤*/ 
.RWDproduct_page .tab-box .tab-container>ul>li {    padding: 30px;}/*產品檔案下載*/ 
.productcontent .page_content1 .download_container .btn {    max-width: 100% !important;}/*相簿內容樣式-01*/ 
.row .album_d_item {    width: 100%;}/*相簿內容樣式-03*/ 
.photo .content_box {    width: 100% !important;}/*相簿內容樣式-04*/ 
.album-list .item {    width: 100%;}/*檔案下載樣式-02*/ 
.download .oneline .col-md-4.col-sm-6 {    width: 100%;    margin-bottom: 20px;}/*影片列表*/#video .layoutlist_2 .video_item {    width: 100%;    margin: 0 0 40px;}/*產品內頁-01*/#member_org_price,#prod_fixprice {    margin-top: 25px;}.page_content1 #prod_price {    margin-top: 5px;}/*購物訂單畫面按鈕*/ 
.RWDshopping .btn.normal {    width: 100%;    margin: 5px 0;}.shopping-step li span.name {    font-size: 13px !important;}#mobile-fixed .btn-box {    width: 180px;}#mobile-fixed .fixed-in {    width: calc(100% - 180px);    letter-spacing: 0;}/*詢問車按鈕*/ 
.RWDquiry .btn.normal {    width: 100%;    margin: 5px 0;}/*會員註冊變更位置*/@media (max-width: 575px) {    .login_box_footer {        position: relative;        padding: 20px 0 0;        margin: 20px 0 0;    }}/* google驗證碼、top高度調整 */ 
.grecaptcha-badge {    bottom: 75px !important;}.scrollTop002 {    right: 0;    bottom: 160px;}/*--內頁寬度--*/ 
.article2 #sidebar {    position: initial !important;}.article2 .page_wrapper_bg section.call_to_action>.container {    padding-left: 2rem !important;    padding-right: 2rem !important;    padding-top: 1rem !important;}.article2 .page_wrapper_bg section.call_to_action>.container {    padding-top: 0 !important;}.article2 .RWDtimeline01 li.event .point .editor {    padding: 2rem 2rem;}/*--共用樣式--*/ 
.img-radius img {    border-radius: 14px;}/*--按鈕樣式--*/ 
.btn-style,.RWDbtn01 .btn,.RWDproduct002_v3 .btn-box .btn,.header .menu-en {    width: 100%;}/*--教育旅行--*/ 
.page-btn-box {    display: flex;    justify-content: center;    flex-direction: column;    gap: 1rem;    align-items: flex-start;    margin: 2rem 0 0;}.page-btn-box a.btn-style {    width: 100%;}.article2 .pagecontent .RWDtimeline01 {    margin-top: 80px;}.article2 .RWDtimeline01 .line_dot,.article2 .RWDtimeline01 .line_dot2,.article2 .RWDtimeline01 li.event:before {    display: none;}.article2 .RWDtimeline01 li.event .point {    width: 100%;    left: 0;}.article2 .RWDtimeline01 li.event .point .title {    padding: 4rem 2rem 1rem 2rem;}.article2 .RWDtimeline01 li.event .point .title::before {    left: 44%;    top: 24px;    font-size: 25px;}.article2 .RWDtimeline01 li.event .point .title::after {    height: 68px;    left: -0.5vw;    top: -23px;    width: 100%;}.service-slogan-box .info {    padding-left: 15px;    padding-right: 15px;}/*-----------------喜多旅行社---------------------*/ 
.hitotravel-style-02::before {    width: 4.75rem;    height: 3.688rem;    right: -1vw;    top: -5vw;}.hitotravel-style-02 .pagebox::before {    display: none;}.hitotravel-style-03 {    padding: 3rem 0 0;}.hitotravel-style-03 .page-g-linee {    top: -11.5vw;}.hitotravel-style-04 {    width: 100%;    padding-left: 20px;    padding-right: 20px;}.hitotravel-style-04 .photobox,.hitotravel-style-04 .photobox ul li {    width: 100% !important;}/*喜多旅行社tabs*/ 
.article5 .tab_content,.article9 .tab_content {    padding: 1rem 20px 3rem;}.article5 .tabs .article-block,.article9 .tabs .article-block {    margin-bottom: 1.5rem;}/*en*/ 
.en-nest-style-04 .pagebox {    gap: 0;}.en-nest-style-04 .pageinfo-title {    font-size: 4.5vw !important;    text-align: center;    padding: 0;}.en-nest-style-04 .pagebox .L-box {    display: flex;    flex-direction: column;    justify-content: center;    align-items: center;}.en-nest-style-04 .pagebox .L-box picture {    width: 51vw;    right: 0;    position: relative;}.en-nest-style-04 .pagebox .L-box picture img {    width: 50vw;    margin: 0 auto;}.en-nest-style-04 .pagebox .R-box {    padding-top: 0;}.en-nest-style-04 ul.timeline li {    display: flex;    align-items: flex-start;    border-radius: 15px;   /* padding: 1.5rem 2rem;*/    flex-direction: column;    margin-bottom: 20px;}.en-nest-style-04 ul.timeline li span {    min-width: initial;    line-height: 1.5;}.en-nest-style-04 ul.timeline {    padding-left: 20px;}.en-nest-style-04 ul.timeline::after {    left: -4.5px;}.en-nest-style-04 ul.timeline li span::after {    left: -29px;    top: 40px;}/* 第一次修改 */ 
.about-article.about-article07 .inn-text h2  {    font-size: 1.85rem;    line-height: 1.4;}.about-article.about-article07 .inn-text h2>small {    font-size: 16px;    line-height: 1.4;}.article1 .en-nest-style-04 {    padding: 0 15px;}.en-nest-style-04 ul.timeline {    width: 100%;}.en-nest-style-04 ul.timeline li span {    font-size: 22px;}.en-nest-style-04 ul.timeline li {    margin-bottom: 2rem;}.about-article02 .about-item .inn-text .pageinfo-title, .about-article04 .inn-text-item .inn-text h2.pageinfo-title, .about-article.about-article06 .inn-text h2.pageinfo-title {    font-size: 1.25rem !important;}
}
/*600px end*/
/*480px start*/
@media (max-width: 480px) {
.titlebar h2 {    font-size: clamp(1.9375rem, 1.6667rem + 1.1111vw, 2rem);}/*header*/ 
.RWDmenu_plus04 .logo {    width: 228px;    margin-top: 15px;}.ml-stack-nav-toggle__line {    right: 50%;    transform: translateX(50%);    width: 50%;}/*banner*/ 
.RWDbanner010.right_pic .thumb_pic_box {    bottom: -80px;}/*優勢*/ 
.RWDService002 .funny-boxes-icon::after {    height: 19vw;    top: -4px;}.RWDService002 .funny-boxes>.funny-boxes-text>.funny-boxes-tit {    font-size: 18px;}/*about*/ 
.about-block .titlebar {    margin: 0 0 20px;}.bookmark .mark {    width: 19vw;    height: 28vw;    left: auto;    right: 29%;    transform: translateX(-50%);    top: -1.8vw;}.bookmark .mark-cloud {    right: 52%;    width: 78px;}.about-block .ab-L .shape-circle {    top: 62vw;    width: 31px;    height: 31px;    left: -9vw;}.about-block .titlebar p {    margin: 28px 0 0;}/*slogan*/ 
.slogan-mobile-txt {    margin-top: 2rem;}/*跑分*/ 
.RWDscore01 .count-blk {    width: 100%;}.RWDscore01 .count-blk .swiper-slide {    display: flex;    justify-content: center;    align-items: stretch;    flex-direction: column;}.RWDscore01 .count-item {    width: 100%;    align-items: center;    display: flex;}.RWDscore01 .count-item:nth-child(3)::before {    display: block;}/*活動花絮*/ 
.RWDservice009 .gallery-top-RWDservice009 .swiper-slide .memo,.RWDservice009 .top_icon .swiper-slide .name {    font-size: 14px}/*產品服務*/ 
.RWDproduct002_v3 {    padding: 0;}.service-block .titlebar .cloud,.service-block .titlebar .dot {    display: none;}/*footer*/ 
.footer-block .container,.ft-bottom,.txt-slider {    width: 100%;}.ft-logo {    width: 294px;}.footer-block .container {    padding-left: var(--2dst);    padding-right: var(--2dst);}.ft-bottom {    padding-left: var(--1dst);    padding-right: var(--1dst);}.footer-block .container {    padding-top: var(--4dst);}.ft-shape {    width: 17vw;    height: 17vw;    right: -3vw;    top: 74vw;}.ft-information li:nth-child(4) span {    float: left;    height: 50px;}.ft-orther-logo {    width: 70%;}/* 匯入內頁版面寬度80%*//*文章高度調整*/ 
.pagecontent .article_model[data-seq="0"] {    margin-top: 0 !important;}/*檔案下載*/ 
.layoutlist_5 .downlaod_item {    width: calc(100%);}.download5 .search-container {    margin: 10px 0 0 !important;}/*圖文輪播*/ 
.RWDslider01 .text {    padding-bottom: 40px;}@media (max-width: 414px) {    /*文章左右圖文輪播PH*/    .RWDslider01 .pic-list,    .RWDslider01.pic-right .pic-list {        margin: 0;    }}/*------------------內文客製化---------------------*/ 
.tab {    padding: 20px 25px !important;}/*內頁寬度*/ 
.article2 .collapsing_header .main {    overflow: hidden;}.article2 .page_wrapper_bg section.call_to_action>.container {    width: 100% !important;    padding: 0 20px!important;}.pageinfo-title,.RWDeditor01 .model-title,.tabs-list-style .pagebox-downlayout .pageinfo-title {    font-size: 18px !important;}/*喜多旅行社*/ 
.hitotravel-style-01 {    padding-top: 4rem;}.hitotravel-style-03 .pagebox,.en-nest-style-01 .article-block {    padding-left: 20px;    padding-right: 20px;}/*喜多旅行社tabs*/ 
.article5 .page_wrapper_bg section.call_to_action::before,.article9 .page_wrapper_bg section.call_to_action::before {    top: 26.5vw;    width: 50vw;    height: 29vw;}.hitotravel-style-02 .pagebox .L-box {    width: 136%;}/*en*/ 
.en-nest-style-02 .tit {    font-size: 18px;}.en-nest-style-02 .L-box {    width: 38vw;}.article9 .tabs .pageinfo-title,.article9 .tabs .RWDeditor01 .model-title {    font-size: 22px !important;}/*.en-nest-style-04 ul.timeline li {    padding: 1.5rem 1.5rem;}*/ 
.en-nest-style-03 .page-titlebar .en-tit {    font-size: 7vw;}
}
/*480px end*/
/*414px start*/

@media (max-width: 414px) {    body,    html {        font-size: 15px;    }    .titlebar .en-tit {        font-size: 12px;    }    .titlebar .sub-tit {        font-size: 16px;    }    /*產品服務*/    .service-block .titlebar .triangle {        top: -15vw;    }    /*about*/    .RWDscore01 .count-item::before {        margin: 10px 0;    }    /*footer*/    .ft-logo {        width: 248px;    }    .ft-shape {        top: 110vw;    }    /*-----------------內頁客製化---------------------*/    .page_wrapper_bg section.call_to_action::before {        top: 38.5vw;    }    .faq1 .page_wrapper_bg section.call_to_action::before,    .article1 .page_wrapper_bg section.call_to_action::before {        top: 23.5vw;    }    .article-block,    .page_wrapper_bg .article-text {        padding: 3rem 20px;    }    /*--------關於我們--------*/    .article1 .page_wrapper_bg .collapsing_header .main::before {        height: 81vw;    }    /*--------問與答--------*/    .rwd .faq_question {        font-size: 17px;    }    /*--------喜多旅行社--------*/    .hitotravel-style-01 {        width: 100%;    }}

/*414px end*/
/*380px start*/
@media (max-width: 380px){
/*banner*/ 
.RWDbanner010.right_pic .thumb_pic_box {    bottom: -60px;}/*優勢*/ 
.RWDService002 .col-sm-4 {    width: 100% !important;    float: none !important;    margin: 0;}.RWDService002 .funny-boxes>.funny-boxes-text>.funny-boxes-tit {    font-size: 19px;}/* 匯入內頁版面寬度80%*//*跟隨購物車寬度修正*/#mobile-fixed .btn-box {    width: 170px;    padding-left: 10px;}#mobile-fixed .fixed-in {    width: calc(100% - 170px);}.RWDproduct_page .faq-item .editor {    padding: 20px;}/*-----------------內頁客製化---------------------*/ 
.page_wrapper_bg section.call_to_action::before {    top: 10rem;    width: 46vw;    height: 22vw;}.faq1 .page_wrapper_bg section.call_to_action::before,.article1 .page_wrapper_bg section.call_to_action::before {    top: 27.5vw;}.page-titlebar .en-tit {    margin-bottom: 12px;}/*喜多旅行社*/ 
.hitotravel-style-02 .page-titlebar {    margin: 0 0 2rem;}.page-titlebar h2.main-tit {    font-size: 24px;}.article5 .page-titlebar .en-tit {    margin-bottom: 5px;}.article5 .tab_content,.article9 .tab_content {    padding-left: 15px;    padding-right: 15px;}/*----en-----*/ 
.article9 .tabs .pageinfo-title,.article9 .tabs .RWDeditor01 .model-title {    font-size: 20px !important;}.about-article.about-article07 .inn-text h2 {    font-size: 1.5rem;}.about-article.about-article07 .inn-text h2>small {    font-size: 14px;}.en-nest-style-04 ul.timeline li span {    font-size: 20px;}
}
/*380px end*/
/*320px start*/
@media (max-width: 320px){
/*banner*/ 
.RWDbanner010.right_pic .thumb_pic_box {    bottom: -20px;}/*header*/ 
.RWDmenu_plus04 .logo {    width: 195px;}/*----內頁客製化----*/ 
.article9 .tabs .pageinfo-title,.article9 .tabs .RWDeditor01 .model-title {    font-size: 20px !important;}/* 第一次修改 */ 
.about-article.about-article01 {    padding: 3rem 1rem;}
}
/*320px end*/